/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.cc-window {
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    -webkit-transition: transform 1s ease;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    -webkit-transform: translateY(2em);
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-top {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.cc-animate.cc-revoke.cc-active.cc-bottom {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.cc-revoke:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    transition: max-height 1s
}

.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-revoke:hover {
    text-decoration: underline
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em;
    text-decoration: underline
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active,
.cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus,
.cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating>.cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.cc-window.cc-banner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    margin-right: 1em
}

.cc-compliance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-floating .cc-compliance>.cc-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cc-btn+.cc-btn {
    margin-left: .5em
}

@media print {

    .cc-revoke,
    .cc-window {
        display: none
    }
}

@media screen and (max-width:900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top: 0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner,
    .cc-window.cc-floating,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cc-window.cc-banner .cc-compliance {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset
    }

    .cc-window.cc-banner .cc-message {
        margin-right: 0
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em;
    margin-bottom: 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
    margin-left: 0
}

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

.clearfix:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden
}

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important
}

@font-face {
    font-family: av_heading_font;
    src: url(https://arquitecturaviva.com/assets/fonts/librebodoni/librebodoni-z47z-webfont.woff2) format("woff2"), url(https://arquitecturaviva.com/assets/fonts/librebodoni/librebodoni-z47z-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.font-heading {
    font-family: av_heading_font, "Times New Roman", Times, serif;
    letter-spacing: -.03em;
    font-size: 32px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1em;
    color: #333;
    margin-top: .1em;
    margin-bottom: .2em
}

.cursor-pointer {
    cursor: pointer
}

.text-danger {
    color: #da1e1e
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

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

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

body {
    background: 0 0
}

h3,
h4 {
    font-weight: 600
}

.d-block {
    display: block
}

.text-center {
    text-align: center !important
}

.text-tertiary {
    color: #9e9e9e
}

.golden-boy {
    color: #ffa401
}

.field-required:after {
    content: '*';
    display: inline-block;
    padding-left: .2em;
    color: #ffa401
}

.black-anchor {
    color: #333;
    font-weight: 600;
    text-decoration: underline
}

.anchor-gray {
    color: #9e9e9e
}

.anchor-gray:hover {
    color: #333
}

.no-decoration-anchors {
    text-decoration: none
}

.no-decoration-anchors:hover {
    text-decoration: underline
}

.anchor-underline-hover {
    text-decoration: none
}

.anchor-underline-hover:hover {
    text-decoration: underline
}

.anchor-underline-hover:hover {
    text-decoration: underline
}

.flex-fit {
    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-fit.full-height {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.w-100 {
    width: 100% !important
}

.h-100 {
    height: 100% !important
}

.anchor-hover-decoration {
    text-decoration: none
}

.anchor-hover-decoration:hover {
    text-decoration: underline
}

@media (max-width:767px) {
    .show-for-md {
        display: none !important
    }
}

@media screen and (min-width:768px) {
    .hide-for-md {
        display: none !important
    }
}

@media (max-width:1329px) {
    .show-for-xl {
        display: none !important
    }
}

@media screen and (min-width:1330px) {
    .hide-for-xl {
        display: none !important
    }
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.sticky-modal {
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.sticky-hz-nav-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 54px
}

@media screen and (min-width:1000px) {
    .sticky-hz-nav-wrapper {
        top: 60px
    }
}

@media screen and (min-width:1200px) {
    .my-items-filters__inner-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 130px
    }
}

.sticky:after,
.sticky:before {
    content: '';
    display: table
}

#swipebox-close,
#swipebox-next,
#swipebox-prev {
    background-image: url(/static/img/icons-modal.png) !important
}

#swipebox-slider {
    padding-top: 50px;
    padding-bottom: 50px
}

.page {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#article-books .resume-list__item {
    margin-bottom: .2em
}

#article-books .resume-list__item a {
    color: #333;
    text-decoration: none
}

#article-books .resume-list__item a:hover {
    text-decoration: underline
}

.cc-revoke,
.cc-window {
    bottom: 0;
    max-width: 100% !important;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 -3px 18px 0 rgba(0, 0, 0, .3) !important;
    box-shadow: 0 -3px 18px 0 rgba(0, 0, 0, .3) !important;
    background: rgba(255, 255, 255, .95) !important
}

a.cc-btn.cc-dismiss {
    max-width: 200px;
    margin: 0 auto
}

.tokenize>.tokens-container>.token>.dismiss {
    line-height: .8em;
    right: 4px !important
}

.tokenize>.tokens-container>.token>.dismiss:after {
    font-family: "Line Awesome Free" !important;
    font-weight: 900 !important;
    content: "" !important;
    font-size: .8em
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 600
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

::-webkit-search-decoration {
    display: none
}

::-webkit-file-upload-button {
    padding: 0;
    border: 0;
    background: 0 0
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(51, 51, 51, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

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

@media (min-width:768px) {

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

@media (min-width:992px) {

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

@media (min-width:1200px) {

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

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
}

.row-cols-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

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

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

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

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

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

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

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

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

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

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

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

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

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

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

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

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

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

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

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

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

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

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

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

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

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

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

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

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

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

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    color: #333
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

::-moz-selection {
    background: #ffa401;
    color: #fff
}

::selection {
    background: #ffa401;
    color: #fff
}

picture img {
    width: 100%
}

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

@media (max-width:1329px) {
    body.is-sharable {
        padding-bottom: 30px
    }
}

.main-layout {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    padding-right: .9375rem;
    padding-left: .9375rem
}

@media screen and (min-width:768px) {
    .main-layout {
        padding-right: 6px;
        padding-left: 6px
    }
}

@media screen and (min-width:1330px) {
    .main-layout {
        padding-right: 0;
        padding-left: 0
    }
}

p,
ul.basic_list {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.4em
}

.content.content-dark {
    background-color: #f1f1f1
}

.content .content__inner {
    max-width: 786px;
    margin-left: auto;
    margin-right: auto;
    padding-right: .9375rem;
    padding-left: .9375rem
}

.content .section-title {
    margin: 0;
    margin-bottom: 10px;
    color: #333;
    font-weight: 600;
    font-size: 18px;
    font-size: 1.125rem
}

.av-content .av-content__inner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: .9375rem;
    padding-left: .9375rem;
    padding-top: 40px
}

@media screen and (min-width:768px) {
    .av-content .av-content__inner {
        padding-top: 60px
    }
}

@media screen and (min-width:1000px) {
    .av-content .av-content__inner {
        max-width: 1260px;
        padding-top: 70px
    }
}

@media screen and (min-width:1300px) {
    .av-content .av-content__inner {
        padding-right: 0;
        padding-left: 0
    }
}

.av-content .av-content__inner.av-content__inner-text {
    max-width: 600px
}

.av-content.av-content--no-padding-top .av-content__inner {
    padding-top: 0
}

.av-content.av-content--padding-bottom .av-content__inner {
    padding-bottom: 40px
}

@media screen and (min-width:768px) {
    .av-content.av-content--padding-bottom .av-content__inner {
        padding-bottom: 60px
    }
}

@media screen and (min-width:1000px) {
    .av-content.av-content--padding-bottom .av-content__inner {
        padding-bottom: 70px
    }
}

.section-light {
    background-color: #fff
}

.section-dark {
    background-color: #f1f1f1
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inherit
}

.title {
    font-family: av_heading_font, "Times New Roman", Times, serif;
    letter-spacing: -.03em;
    font-size: 32px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1em;
    color: #333;
    margin-top: .1em;
    margin-bottom: .2em
}

@media screen and (min-width:576px) {
    .title {
        font-size: 40px;
        font-size: 2.5rem
    }
}

.pretitle {
    display: block;
    color: #333;
    font-size: 12px;
    font-size: .75rem;
    text-transform: uppercase;
    margin-bottom: 20px
}

.pretitle.pretitle--no-margin-bottom {
    margin-bottom: .4em
}

.pretitle.pretitle--half-margin-bottom {
    margin-bottom: .8em
}

.pretitle a {
    color: #333
}

.pretitle a {
    text-decoration: none
}

.pretitle a:hover {
    text-decoration: underline
}

.subtitle {
    display: block;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 600;
    color: #666;
    margin-bottom: 0
}

.subtitle a {
    color: #333
}

.subtitle a {
    text-decoration: none
}

.subtitle a:hover {
    text-decoration: underline
}

.label {
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #666
}

.value {
    font-size: 13px;
    font-size: .8125rem;
    color: #333
}

.result-type {
    color: #333;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600
}

.result-count {
    color: #9e9e9e;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    padding-right: 12px
}

.title-block {
    color: #333;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    display: block;
    margin-top: 0;
    margin-bottom: 30px
}

.title-block.title-block__bigger {
    font-size: 25px;
    font-size: 1.5625rem;
    margin-bottom: 0
}

.title-block.title-block--responsive {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 0
}

@media screen and (min-width:768px) {
    .title-block.title-block--responsive {
        font-size: 28px;
        font-size: 1.75rem
    }
}

.title-block.title-block--responsive-bigger {
    font-size: 25px;
    font-size: 1.5625rem;
    margin-bottom: 0
}

@media screen and (min-width:768px) {
    .title-block.title-block--responsive-bigger {
        font-size: 28px;
        font-size: 1.75rem
    }
}

.title-block.title-block--no-margin {
    margin-bottom: 0
}

.divider {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: .4rem;
    margin-top: 0;
    margin-bottom: .8rem
}

.section__title {
    color: #9e9e9e;
    display: block;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 9px
}

.section__claim {
    color: #333;
    font-size: 25px;
    font-size: 1.5625rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 9px
}

.section__claim.section__claim--margin-botton-large {
    margin-bottom: 50px
}

.section__claim-with-actions {
    margin-bottom: 35px
}

@media screen and (min-width:630px) {
    .section__claim-with-actions {
        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
    }
}

@media screen and (min-width:768px) {
    .section__claim-with-actions {
        display: block
    }
}

@media screen and (min-width:992px) {
    .section__claim-with-actions {
        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
    }
}

@media (max-width:767px) {
    .section__claim-with-actions .button {
        display: inline-block
    }
}

.section__text {
    color: #333;
    font-size: 17px;
    font-size: 1.0625rem;
    margin: 0;
    line-height: 1.5
}

.clean-list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.white-path svg path {
    fill: #fff
}

.black-path svg path {
    fill: #000
}

.border-bottom {
    border-bottom: 1px solid rgba(158, 158, 158, .46)
}

.border-top {
    border-top: 1px solid rgba(158, 158, 158, .46)
}

.border-left {
    border-left: 1px solid rgba(158, 158, 158, .46)
}

.border-right {
    border-right: 1px solid rgba(158, 158, 158, .46)
}

#home-logo {
    width: 100%;
    text-align: center;
    display: none;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 auto;
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

@media screen and (min-width:768px) {
    #home-logo {
        display: block
    }
}

#home-logo img {
    width: 380px;
    display: block;
    margin: 0 auto;
    padding: .5em 0 .4em 0
}

.menu-icon>a {
    padding: 0 !important;
    font-size: 1.4em;
    color: #000;
    line-height: 1em;
    position: relative
}

.av-header {
    background-color: #fff;
    z-index: 11
}

.av-header .av-header_mobile {
    display: table !important;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5
}

.av-header .av-header_desktop {
    display: none !important
}

.av-header .av-header_desktop .navigation {
    margin: 0 auto
}

.av-header .av-header_desktop .actions .actions__list>li>a,
.av-header .av-header_desktop .language-selector .current-lang,
.av-header .av-header_desktop .user-link-wrapper .user-link {
    padding-bottom: 6px
}

.av-header .av-header_desktop .user-link-wrapper .user-link {
    height: 44px
}

.av-header .av-header_desktop .dropdown {
    top: 100%
}

.av-header .av-header_desktop .av-header__top_left,
.av-header .av-header_desktop .av-header__top_right {
    position: relative;
    z-index: 2
}

.av-header .av-header_desktop .av-header__top_left {
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 400;
    padding-top: .9em
}

.av-header .av-header_desktop .av-header__top_left i {
    font-size: 1.6em;
    position: relative;
    top: 2px
}

.av-header .av-header_desktop .logo-wrapper-inn {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    padding: .3em;
    z-index: 0
}

@media screen and (min-width:768px) {
    .av-header .av-header_mobile {
        display: none !important
    }

    .av-header .av-header_desktop {
        display: table !important
    }
}

.av-header .av-header__bottom,
.av-header .av-header__top {
    border-bottom: 1px solid #e5e5e5;
    position: relative
}

@media screen and (min-width:765px) {
    .av-header .logo-wrapper {
        opacity: 1;
        -webkit-transition: all .4s;
        transition: all .4s
    }

    .home-sticky .av-header #home-logo {
        opacity: 1;
        height: 62px
    }

    .home-sticky .av-header .logo-wrapper {
        opacity: 0
    }
}

.av-header .av-header__inner {
    display: table;
    width: 100%;
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    height: 54px;
    position: relative
}

@media screen and (min-width:765px) {
    .av-header .av-header__inner {
        height: 60px;
        padding-right: 6px;
        padding-left: 6px
    }
}

@media screen and (min-width:1260px) {
    .av-header .av-header__inner {
        padding-left: 0;
        padding-right: 0
    }
}

.av-header .icon-calendar {
    width: 15px;
    position: relative;
    top: 3px;
    margin-right: 4px
}

#toast-wrapper {
    position: fixed;
    right: 0;
    top: 50px;
    width: 100%;
    max-width: 320px;
    z-index: 1000
}

#toast-wrapper .toast {
    padding: 1em
}

#toast-wrapper .toast .toast-main {
    position: relative;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .15);
    background: #fff;
    -webkit-transition: all 1s;
    transition: all 1s;
    cursor: pointer
}

#toast-wrapper .toast .toast-main:hover {
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .5)
}

#toast-wrapper .toast .toast-main:hover .close {
    color: #333
}

#toast-wrapper .toast .toast-header {
    border-bottom: 1px solid #eee
}

#toast-wrapper .toast .toast-body {
    font-size: .9em
}

#toast-wrapper .toast .close {
    position: absolute;
    top: 0;
    right: 0;
    background: 0 0;
    border: 0;
    font-size: 1.4em;
    color: #999
}

#toast-wrapper .toast.alert-danger .toast-header {
    color: #da1e1e
}

#toast-wrapper .toast.alert-info .toast-header {
    color: #b9a70a
}

.logo-wrapper {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden
}

.logo-wrapper .logo-wrapper-inn {
    width: 45px;
    -webkit-transition: width .4s;
    transition: width .4s
}

.logo-wrapper h1 {
    margin: 0
}

.logo-wrapper a {
    padding-top: 8px;
    padding-bottom: 8px
}

@media screen and (min-width:765px) {
    .logo-wrapper a {
        padding-top: 11px;
        padding-bottom: 11px
    }
}

.logo-wrapper .logo {
    width: 36px;
    height: 25px;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    opacity: 1
}

@media screen and (min-width:765px) {
    .logo-wrapper .logo {
        width: 42px;
        height: 31px;
        position: relative;
        top: 3px
    }
}

@media screen and (max-width:764px) {
    .navigation {
        display: block;
        background-color: rgba(255, 255, 255, .9);
        position: fixed;
        top: 54px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        height: calc(100% - 54px);
        overflow-y: auto;
        display: none;
        -webkit-transition: padding .4s;
        transition: padding .4s
    }

    .navigation .main-nav {
        height: 100%
    }

    .navigation .main-nav__list {
        min-height: 100%;
        background-color: #fff
    }
}

@media screen and (max-width:764px) and (min-width:430px) {
    .navigation .main-nav__list {
        width: 430px;
        float: right;
        -webkit-box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .4);
        box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .4)
    }
}

@media screen and (max-width:764px) {
    .navigation .main-nav__list li {
        border-bottom: 1px solid #e5e5e5
    }
}

@media screen and (min-width:765px) {
    .navigation {
        display: block;
        width: auto;
        padding: 0
    }

    .navigation .main-nav__list {
        text-align: center
    }

    .navigation .main-nav__list>li {
        display: inline-block;
        margin-left: 6px;
        margin-right: 6px
    }

    .navigation .main-nav__list>li .has-submenu__inner>a:hover {
        color: #333
    }

    .navigation .main-nav__list>li>a:hover {
        color: #333
    }
}

.menu-element {
    display: block;
    color: #333;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    -webkit-transition: padding .4s;
    transition: padding .4s
}

@media screen and (max-width:764px) {
    .menu-element {
        font-size: 15px;
        font-size: .9375rem;
        background-color: #fff;
        padding: 16px 17px
    }

    .menu-element:hover {
        background-color: rgba(51, 51, 51, .1)
    }
}

@media screen and (min-width:765px) {
    .menu-element {
        font-size: 12px;
        font-size: .75rem;
        padding-top: 8px;
        padding-bottom: 6px;
        text-transform: uppercase
    }
}

@media screen and (min-width:860px) {
    .menu-element {
        font-size: 11.4px;
        font-size: .7125rem
    }
}

.menu-element:after {
    content: "";
    display: none;
    position: absolute;
    background-color: #333;
    left: 0
}

@media screen and (max-width:764px) {
    .menu-element:after {
        top: -1px;
        bottom: -1px;
        width: 4px
    }
}

@media screen and (min-width:765px) {
    .menu-element:after {
        height: 2px;
        bottom: -2px;
        right: 0
    }
}

@media screen and (max-width:764px) {
    .has-submenu .has-submenu__inner {
        display: table;
        width: 100%
    }

    .has-submenu .has-submenu__inner a {
        display: table-cell;
        vertical-align: middle
    }

    .has-submenu .has-submenu__inner a:hover {
        background-color: rgba(51, 51, 51, .1)
    }

    .has-submenu .has-submenu__inner .button-submenu {
        display: table-cell;
        vertical-align: middle;
        width: 55px;
        height: 55px;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        text-align: center;
        cursor: pointer;
        color: #333
    }

    .has-submenu .has-submenu__inner .button-submenu .chevron-submenu {
        width: 13px;
        height: 13px
    }

    .has-submenu .has-submenu__inner .button-submenu:hover {
        background-color: rgba(51, 51, 51, .1)
    }

    .has-submenu.has-submenu-opened .button-submenu {
        background-color: #fbfbfb;
        position: relative;
        pointer-events: none
    }

    .has-submenu.has-submenu-opened .button-submenu .chevron-submenu {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .has-submenu.has-submenu-opened .button-submenu:after {
        content: "";
        display: block;
        height: 3px;
        background-color: #fbfbfb;
        position: absolute;
        left: 0;
        bottom: -1px;
        right: 0
    }

    .has-submenu.has-submenu-opened .submenu {
        display: block
    }
}

@media screen and (min-width:765px) {
    .has-submenu .button-submenu {
        display: none
    }
}

.submenu {
    display: none
}

@media screen and (max-width:764px) {
    .submenu {
        border-top: 1px solid #e5e5e5
    }

    .submenu li:last-child {
        border: none
    }

    .submenu a {
        display: block;
        font-size: 14px;
        font-size: .875rem;
        color: #333;
        background-color: #fff;
        text-decoration: none;
        padding: 16px 17px;
        background-color: #fbfbfb;
        padding-left: 32px
    }

    .submenu a:hover {
        background-color: rgba(51, 51, 51, .1)
    }
}

.actions {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-right: 8px;
    width: 100%;
    padding-bottom: 2px;
    padding-top: 4px
}

@media screen and (min-width:765px) {
    .actions {
        vertical-align: bottom;
        padding-right: 0;
        padding-top: 12px
    }
}

.actions .actions__list {
    display: table;
    float: right
}

.actions .actions__list>li {
    display: table-cell;
    vertical-align: baseline
}

.actions .actions__list>li>a {
    display: block;
    width: 36px;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 11px
}

@media screen and (min-width:765px) {
    .actions .actions__list>li>a {
        padding-top: 14px;
        padding-bottom: 14px
    }
}

.actions .actions__list>li>a svg {
    width: 28px;
    height: 28px
}

.actions .actions__list>li.login-link .login-link__text {
    display: none
}

@media screen and (min-width:1234px) {
    .actions .actions__list>li.login-link a {
        width: 130px;
        text-decoration: none
    }

    .actions .actions__list>li.login-link a .login-link__text {
        display: inline-block;
        vertical-align: top;
        font-size: 13px;
        font-size: .8125rem;
        font-weight: 400;
        color: #333;
        margin-left: 4px;
        line-height: 1.3em;
        padding-top: 10px !important;
        padding-bottom: 4px !important
    }
}

.actions .actions__list>li.login-link i {
    padding-top: 6px
}

.language-selector {
    position: relative;
    height: 100%;
    bottom: 2px
}

.language-selector:hover .dropdown {
    display: block
}

.language-selector .dropdown.dropdown--constant li a {
    font-size: 12px;
    font-weight: 100
}

.language-selector .current-lang {
    display: block;
    width: 40px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    padding-top: 10px !important;
    padding-bottom: 4px !important
}

@media screen and (min-width:765px) {
    .language-selector .current-lang {
        padding-top: 21px;
        padding-bottom: 21px
    }
}

.language-selector .current-lang:after {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    margin-left: 3px;
    width: 1px;
    height: 1px;
    border-top: 4px solid #333;
    border-right: 3px solid transparent;
    border-bottom: none;
    border-left: 3px solid transparent;
    position: relative;
    top: -5px
}

body.en .language-selector .english a,
body.es .language-selector .spanish a {
    color: #999;
    cursor: default
}

body.en .language-selector .english a:hover,
body.es .language-selector .spanish a:hover {
    background: 0 0
}

.actions__item--my-orders .no-order-results {
    padding: 19px 17px
}

.actions__item--my-orders .order-summary-wrapper {
    display: none
}

.actions__item--my-orders.active svg {
    -webkit-animation: cartAnimation 2.3s;
    animation: cartAnimation 2.3s
}

.burger-wrapper {
    display: table-cell;
    vertical-align: middle;
    width: 54px;
    border-left: 1px solid #e5e5e5;
    position: relative
}

@media screen and (min-width:765px) {
    .burger-wrapper {
        display: none
    }
}

.burger-wrapper .burger {
    display: block;
    height: 54px;
    width: 54px;
    overflow: hidden;
    text-indent: -9999px;
    position: relative;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto
}

.burger-wrapper .burger .line {
    display: block;
    height: 2px;
    border-radius: 2px;
    width: 20px;
    background-color: #333;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -10px
}

.burger-wrapper .burger .line:before {
    content: "";
    display: block;
    height: 2px;
    border-radius: 2px;
    width: 20px;
    background-color: #333;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 0;
    -webkit-transition: opacity 240ms ease-in-out;
    transition: opacity 240ms ease-in-out
}

.burger-wrapper .burger .line:after {
    content: "";
    display: block;
    height: 2px;
    border-radius: 2px;
    width: 20px;
    background-color: #333;
    position: absolute;
    top: 50%;
    margin-top: 5px;
    left: 0;
    -webkit-transition: opacity 240ms ease-in-out;
    transition: opacity 240ms ease-in-out
}

.user-link-wrapper {
    display: table-cell;
    vertical-align: bottom;
    display: none
}

.user-link-wrapper .user-link {
    display: block;
    width: 54px;
    height: 53px;
    border-left: 1px solid #e5e5e5;
    position: relative;
    padding: 11px
}

@media screen and (max-width:764px) {
    .user-link-wrapper .user-link {
        height: 52px;
        padding-top: 10px;
        padding-bottom: 12px
    }
}

@media screen and (min-width:765px) {
    .user-link-wrapper .user-link {
        height: 58px;
        border-left: none;
        padding-top: 13px;
        padding-bottom: 13px
    }
}

.user-link-wrapper .user-link figure {
    margin: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    overflow: hidden
}

.user-link-wrapper .user-link figure img {
    width: 100%;
    vertical-align: bottom
}

.user-link-wrapper .user-link .close-user-menu {
    display: block;
    width: 32px;
    height: 32px;
    display: none
}

.user-link-wrapper .user-link .close-user-menu .line {
    display: block;
    height: 2px;
    border-radius: 2px;
    width: 20px;
    background-color: #fff
}

.user-link-wrapper .user-link .close-user-menu .line.line-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.user-link-wrapper .user-link .close-user-menu .line.line-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
    transform: rotate(-45deg) translate(-50%, -50%);
    -webkit-transform-origin: center left;
    transform-origin: center left;
    margin-left: 1px
}

.user-link-wrapper .user-link i {
    padding: 0 !important;
    font-size: 1.4em;
    color: #000;
    line-height: 1.2em;
    position: relative
}

.user-menu-wrapper {
    display: none
}

@media screen and (max-width:764px) {
    .user-menu-wrapper {
        display: block;
        background-color: rgba(255, 255, 255, .9);
        position: fixed;
        top: 54px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        height: calc(100% - 54px);
        overflow-y: auto;
        display: none
    }

    .user-menu-wrapper .user-menu {
        height: 100%;
        background-color: #333
    }
}

@media screen and (max-width:764px) and (min-width:430px) {
    .user-menu-wrapper .user-menu {
        width: 430px;
        float: right;
        -webkit-box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .4);
        box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .4)
    }
}

@media screen and (max-width:764px) {
    .user-menu-wrapper .user-profile-link {
        display: block;
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 600;
        text-decoration: none;
        color: #9b9b9b;
        background-color: #333;
        border-bottom: 1px solid rgba(51, 51, 51, .3);
        padding: 25px 17px;
        position: relative
    }

    .user-menu-wrapper .user-profile-link:before {
        content: "";
        display: block;
        position: absolute;
        top: -1px;
        left: 0;
        bottom: -1px;
        width: 4px;
        background-color: #fff;
        display: none
    }

    .user-menu-wrapper .user-profile-link:hover {
        background-color: rgba(229, 229, 229, .2);
        color: #fff
    }

    .user-menu-wrapper .user-profile-link .user-profile-link__image {
        display: inline-block;
        vertical-align: middle;
        width: 50px;
        margin-right: 10px
    }

    .user-menu-wrapper .user-profile-link .user-profile-link__image figure {
        margin: 0;
        overflow: hidden;
        border-radius: 50%;
        height: 50px;
        width: 50px
    }

    .user-menu-wrapper .user-profile-link .user-profile-link__data {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 70px)
    }

    .user-menu-wrapper .user-profile-link .user-name {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .user-menu-wrapper .user-profile-link .profile-access {
        display: block;
        margin-bottom: 6px;
        font-size: 14px;
        font-size: .875rem
    }

    .user-menu-wrapper .user-navigation a {
        display: block;
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 600;
        color: #bbb;
        background-color: #333;
        text-decoration: none;
        padding: 16px 17px;
        border-bottom: 1px solid rgba(51, 51, 51, .3);
        position: relative
    }

    .user-menu-wrapper .user-navigation a:hover {
        background-color: rgba(229, 229, 229, .2);
        color: #fff
    }

    .user-menu-wrapper .user-navigation a:before {
        content: "";
        display: block;
        position: absolute;
        top: -1px;
        left: 0;
        bottom: -1px;
        width: 4px;
        background-color: #fff;
        display: none
    }

    .user-menu-wrapper .logout-link {
        display: block;
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 600;
        color: #bbb;
        background-color: #333;
        text-decoration: none;
        padding: 16px 17px;
        border-bottom: 1px solid rgba(51, 51, 51, .3);
        position: relative
    }

    .user-menu-wrapper .logout-link:hover {
        background-color: rgba(229, 229, 229, .2)
    }
}

@media screen and (min-width:765px) {
    .user-menu-wrapper .user-profile-link__image {
        display: none
    }
}

body.is-menu-opened {
    overflow: hidden
}

@media screen and (max-width:764px) {
    body.is-menu-opened .navigation {
        display: block
    }
}

body.is-menu-opened .burger-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    background-color: #fff;
    height: 3px
}

body.is-menu-opened .burger-wrapper .burger .line {
    background-color: transparent
}

body.is-menu-opened .burger-wrapper .burger .line:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center left;
    transform-origin: center left;
    margin-top: -8px;
    left: 3px
}

body.is-menu-opened .burger-wrapper .burger .line:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center left;
    transform-origin: center left;
    margin-top: 6px;
    left: 3px
}

body.works .menu-element.works:after {
    display: block
}

body.articles .menu-element.articles:after {
    display: block
}

body.books .menu-element.books:after {
    display: block
}

body.map .menu-element.map:after {
    display: block
}

body.brands .menu-element.brands:after {
    display: block
}

body.publications .menu-element.publications:after {
    display: block
}

body.subscriptions .menu-element.subscriptions:after {
    display: block
}

body.av-monographs .has-submenu .submenu li a.av-monographs {
    background-color: #333;
    color: #fff;
    pointer-events: none
}

body.av-projects .has-submenu .submenu li a.av-projects {
    background-color: #333;
    color: #fff;
    pointer-events: none
}

body.av .has-submenu .submenu li a.av {
    background-color: #333;
    color: #fff;
    pointer-events: none
}

body.other-publications .has-submenu .submenu li a.other-publications {
    background-color: #333;
    color: #fff;
    pointer-events: none
}

body.cabeceras.id-3 .secondary-header a.av-monographs {
    color: #333;
    border-bottom: 1px solid #333
}

body.cabeceras.id-2 .secondary-header a.av-projects {
    color: #333;
    border-bottom: 1px solid #333
}

body.cabeceras.id-1 .secondary-header a.av {
    color: #333;
    border-bottom: 1px solid #333
}

body.cabeceras.id-4 .secondary-header a.otras-publicaciones {
    color: #333;
    border-bottom: 1px solid #333
}

body.updates .has-submenu .submenu li a.updates {
    background-color: #333;
    color: #fff;
    pointer-events: none
}

body.products .has-submenu .submenu li a.products {
    background-color: #333;
    color: #fff;
    pointer-events: none
}

body.brand .has-submenu .submenu li a.brand {
    background-color: #333;
    color: #fff;
    pointer-events: none
}

body.is-user-logged .actions .actions__list>li.login-link {
    display: none
}

body.is-user-logged .user-link-wrapper {
    display: table-cell
}

@media screen and (max-width:764px) {
    body.is-user-menu-opened {
        overflow: hidden
    }

    body.is-user-menu-opened .user-link-wrapper .user-link {
        background-color: #333;
        position: relative
    }

    body.is-user-menu-opened .user-link-wrapper .user-link:after {
        content: "";
        display: block;
        height: 2px;
        background-color: #333;
        position: absolute;
        left: 0;
        bottom: -1px;
        right: 0
    }

    body.is-user-menu-opened .user-link-wrapper .user-link figure {
        display: none
    }

    body.is-user-menu-opened .user-link-wrapper .user-link .close-user-menu {
        display: block
    }

    body.is-user-menu-opened .user-link-wrapper .user-menu-wrapper {
        display: block
    }
}

@media screen and (max-width:764px) {
    body.my-profile .user-menu-wrapper .user-profile-link.my-profile {
        cursor: default;
        pointer-events: none;
        color: #fff
    }

    body.my-profile .user-menu-wrapper .user-profile-link.my-profile .profile-access .icon-preferences path {
        fill: #fff
    }

    body.my-profile .user-menu-wrapper .user-profile-link.my-profile:before {
        display: block
    }
}

@media screen and (min-width:765px) {
    body.my-profile .user-menu-wrapper .user-profile-link.my-profile {
        background-color: #333 !important;
        color: #fff;
        pointer-events: none
    }

    body.my-profile .user-menu-wrapper .user-profile-link.my-profile .profile-access {
        color: #fff
    }
}

@media screen and (max-width:764px) {
    body.my-profile .user-menu-wrapper .user-navigation a.my-profile {
        cursor: default;
        pointer-events: none;
        color: #fff
    }

    body.my-profile .user-menu-wrapper .user-navigation a.my-profile:before {
        display: block
    }
}

@media screen and (min-width:765px) {
    body.my-profile .user-menu-wrapper .user-navigation a.my-profile {
        background-color: #333;
        color: #fff;
        pointer-events: none
    }
}

@media screen and (max-width:764px) {
    body.index-my-account .user-menu-wrapper .user-profile-link.index-my-account {
        cursor: default;
        pointer-events: none;
        color: #fff
    }

    body.index-my-account .user-menu-wrapper .user-profile-link.index-my-account .profile-access .icon-preferences path {
        fill: #fff
    }

    body.index-my-account .user-menu-wrapper .user-profile-link.index-my-account:before {
        display: block
    }
}

@media screen and (min-width:765px) {
    body.index-my-account .user-menu-wrapper .user-profile-link.index-my-account {
        background-color: #333 !important;
        color: #fff;
        pointer-events: none
    }

    body.index-my-account .user-menu-wrapper .user-profile-link.index-my-account .profile-access {
        color: #fff
    }
}

@media screen and (max-width:764px) {
    body.index-my-account .user-menu-wrapper .user-navigation a.index-my-account {
        cursor: default;
        pointer-events: none;
        color: #fff
    }

    body.index-my-account .user-menu-wrapper .user-navigation a.index-my-account:before {
        display: block
    }
}

@media screen and (min-width:765px) {
    body.index-my-account .user-menu-wrapper .user-navigation a.index-my-account {
        background-color: #333;
        color: #fff;
        pointer-events: none
    }
}

@media screen and (max-width:764px) {
    body.my-subscriptions .user-menu-wrapper .user-profile-link.my-subscriptions {
        cursor: default;
        pointer-events: none;
        color: #fff
    }

    body.my-subscriptions .user-menu-wrapper .user-profile-link.my-subscriptions .profile-access .icon-preferences path {
        fill: #fff
    }

    body.my-subscriptions .user-menu-wrapper .user-profile-link.my-subscriptions:before {
        display: block
    }
}

@media screen and (min-width:765px) {
    body.my-subscriptions .user-menu-wrapper .user-profile-link.my-subscriptions {
        background-color: #333 !important;
        color: #fff;
        pointer-events: none
    }

    body.my-subscriptions .user-menu-wrapper .user-profile-link.my-subscriptions .profile-access {
        color: #fff
    }
}

@media screen and (max-width:764px) {
    body.my-subscriptions .user-menu-wrapper .user-navigation a.my-subscriptions {
        cursor: default;
        pointer-events: none;
        color: #fff
    }

    body.my-subscriptions .user-menu-wrapper .user-navigation a.my-subscriptions:before {
        display: block
    }
}

@media screen and (min-width:765px) {
    body.my-subscriptions .user-menu-wrapper .user-navigation a.my-subscriptions {
        background-color: #333;
        color: #fff;
        pointer-events: none
    }
}

@media screen and (max-width:764px) {
    body.my-orders .user-menu-wrapper .user-profile-link.my-orders {
        cursor: default;
        pointer-events: none;
        color: #fff
    }

    body.my-orders .user-menu-wrapper .user-profile-link.my-orders .profile-access .icon-preferences path {
        fill: #fff
    }

    body.my-orders .user-menu-wrapper .user-profile-link.my-orders:before {
        display: block
    }
}

@media screen and (min-width:765px) {
    body.my-orders .user-menu-wrapper .user-profile-link.my-orders {
        background-color: #333 !important;
        color: #fff;
        pointer-events: none
    }

    body.my-orders .user-menu-wrapper .user-profile-link.my-orders .profile-access {
        color: #fff
    }
}

@media screen and (max-width:764px) {
    body.my-orders .user-menu-wrapper .user-navigation a.my-orders {
        cursor: default;
        pointer-events: none;
        color: #fff
    }

    body.my-orders .user-menu-wrapper .user-navigation a.my-orders:before {
        display: block
    }
}

@media screen and (min-width:765px) {
    body.my-orders .user-menu-wrapper .user-navigation a.my-orders {
        background-color: #333;
        color: #fff;
        pointer-events: none
    }
}

@media screen and (max-width:764px) {
    body.my-favorites .user-menu-wrapper .user-profile-link.my-favorites {
        cursor: default;
        pointer-events: none;
        color: #fff
    }

    body.my-favorites .user-menu-wrapper .user-profile-link.my-favorites .profile-access .icon-preferences path {
        fill: #fff
    }

    body.my-favorites .user-menu-wrapper .user-profile-link.my-favorites:before {
        display: block
    }
}

@media screen and (min-width:765px) {
    body.my-favorites .user-menu-wrapper .user-profile-link.my-favorites {
        background-color: #333 !important;
        color: #fff;
        pointer-events: none
    }

    body.my-favorites .user-menu-wrapper .user-profile-link.my-favorites .profile-access {
        color: #fff
    }
}

@media screen and (max-width:764px) {
    body.my-favorites .user-menu-wrapper .user-navigation a.my-favorites {
        cursor: default;
        pointer-events: none;
        color: #fff
    }

    body.my-favorites .user-menu-wrapper .user-navigation a.my-favorites:before {
        display: block
    }
}

@media screen and (min-width:765px) {
    body.my-favorites .user-menu-wrapper .user-navigation a.my-favorites {
        background-color: #333;
        color: #fff;
        pointer-events: none
    }
}

@media screen and (max-width:764px) {
    body.my-preferences .user-menu-wrapper .user-profile-link.my-preferences {
        cursor: default;
        pointer-events: none;
        color: #fff
    }

    body.my-preferences .user-menu-wrapper .user-profile-link.my-preferences .profile-access .icon-preferences path {
        fill: #fff
    }

    body.my-preferences .user-menu-wrapper .user-profile-link.my-preferences:before {
        display: block
    }
}

@media screen and (min-width:765px) {
    body.my-preferences .user-menu-wrapper .user-profile-link.my-preferences {
        background-color: #333 !important;
        color: #fff;
        pointer-events: none
    }

    body.my-preferences .user-menu-wrapper .user-profile-link.my-preferences .profile-access {
        color: #fff
    }
}

@media screen and (max-width:764px) {
    body.my-preferences .user-menu-wrapper .user-navigation a.my-preferences {
        cursor: default;
        pointer-events: none;
        color: #fff
    }

    body.my-preferences .user-menu-wrapper .user-navigation a.my-preferences:before {
        display: block
    }
}

@media screen and (min-width:765px) {
    body.my-preferences .user-menu-wrapper .user-navigation a.my-preferences {
        background-color: #333;
        color: #fff;
        pointer-events: none
    }
}

body.has-notification-order .actions__item--my-orders>a {
    position: relative
}

body.has-notification-order .actions__item--my-orders>a:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ffa401;
    border: 2px solid #fff;
    position: absolute;
    top: 0;
    left: 13px
}

body.has-notification-order .actions__item--my-orders .order-summary-wrapper {
    display: block
}

body.has-notification-order .actions__item--my-orders .no-order-results {
    display: none
}

@-webkit-keyframes cartAnimation {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    14% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes cartAnimation {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    14% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.detail-cover {
    height: 0;
    padding-bottom: 50%;
    background-image: url(/static/img/marsella-airport.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media screen and (min-width:768px) {
    .detail-cover {
        padding-bottom: 36.19%
    }
}

@media screen and (min-width:1330px) {
    .detail-cover {
        padding-bottom: 36.15%
    }
}

.detail-page-cover {
    z-index: 1;
    position: relative;
    display: block
}

.detail-page-cover img {
    display: block
}

.work-main {
    margin-bottom: 40px
}

@media screen and (min-width:768px) {
    .work-main {
        margin-bottom: 60px
    }
}

@media screen and (min-width:1330px) {
    .work-main {
        margin-bottom: 70px
    }
}

.work-main .cajad {
    margin-top: 2em
}

.articles .main-content.main-content-fixed,
.works .main-content.main-content-fixed {
    position: relative;
    background: #fff;
    z-index: 3
}

.works .main-content {
    padding-top: 30px
}

.work-header,
.work-header-fixed {
    margin-bottom: 2em
}

@media screen and (min-width:768px) {

    .work-header,
    .work-header-fixed {
        margin-bottom: 2em;
        max-width: 80%
    }

    .work-header a,
    .work-header-fixed a {
        text-decoration: none
    }

    .work-header a:hover,
    .work-header-fixed a:hover {
        text-decoration: underline
    }
}

.work-header .subtitle a,
.work-header-fixed .subtitle a {
    padding-right: .4em
}

.work-header-fixed {
    display: none;
    position: fixed;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    z-index: 2;
    margin: 0;
    opacity: 1;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

body.hide-fixed-head .work-header-fixed {
    opacity: 0
}

.shortcut-is-visible .work-header-fixed {
    opacity: 0
}

@media screen and (min-width:576px) {
    .work-header-fixed {
        display: block
    }
}

@media screen and (min-width:768px) {
    .work-header-fixed {
        bottom: 3em
    }
}

@media screen and (min-width:1330px) {
    .work-header-fixed {
        bottom: 1.2em
    }
}

.work-header-fixed .title {
    color: #000;
    max-width: 80%
}

.work-header-fixed .work-header-fixed-inn {
    margin: 0 auto;
    max-width: 786px;
    padding: .8em 1.2em 0 1.5em;
    background: rgba(255, 255, 255, .9)
}

.work-header-fixed .share {
    position: static !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: 0 0;
    border: none
}

.work-header-fixed .share .share__inner {
    padding: 0
}

.work-header-fixed .share .share__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.work-header-fixed .share li {
    -webkit-transform: none !important;
    transform: none !important
}

.work-header-fixed .share li a {
    display: inline-block;
    border: none;
    background: 0 0;
    height: auto;
    width: auto;
    padding: 4px
}

.work-header-fixed .share li a svg {
    width: 20px;
    height: 20px
}

.work-header-fixed .share li.favorite a {
    border: 0
}

.work-header-fixed .share .share-social__link {
    display: none
}

.work-resume {
    font-size: .9em
}

@media screen and (min-width:768px) {
    .work-resume {
        display: grid;
        grid-template-areas: "map info";
        grid-template-columns: 186px auto;
        grid-template-rows: minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto);
        justify-items: start;
        grid-column-gap: 30px
    }

    .work-resume.no-map {
        display: block
    }

    .work-resume .resume-list__item a {
        padding-right: .4em
    }
}

@media screen and (min-width:1330px) {
    .work-resume {
        grid-column-gap: 34px
    }
}

.resume-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 44px
}

.resume-list a {
    text-decoration: none
}

.resume-list a:hover {
    text-decoration: underline
}

@media screen and (min-width:768px) {
    .resume-list {
        margin-bottom: 0
    }
}

.resume-list__item {
    margin-bottom: 13px
}

@media screen and (min-width:768px) {
    .resume-list__item {
        margin-bottom: 9px
    }
}

.resume-list__item:last-child {
    margin-bottom: 0
}

.resume-list .label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    padding-right: 2px
}

@media screen and (min-width:768px) {
    .resume-list .label {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: baseline
    }
}

.resume-list .resume-list__item a {
    color: #333
}

.location-map-new {
    cursor: pointer;
    overflow: hidden
}

.location-map-new .map-sm {
    display: block
}

.location-map-new .map {
    display: none
}

.location-map-new .map-wrap-out {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden
}

.location-map-new .map-wrap-in {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -4%
}

@media (max-width:767px) {
    .location-map-new {
        width: 100%;
        max-width: 300px;
        display: block
    }

    .location-map-new .map-sm {
        display: none
    }

    .location-map-new .map {
        display: block
    }
}

@media screen and (min-width:768px) {
    .location-map-new {
        width: 186px;
        grid-area: map
    }

    .location-map-new .map-wrap-in {
        top: -10%
    }
}

.location-map-new svg {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -18px
}

.location-map-new img {
    width: 100%;
    height: auto
}

#full-map {
    width: 100%
}

.specification-sheet {
    margin-top: 60px
}

.specification-sheet .content__inner {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 40px;
    padding-bottom: 40px
}

@media screen and (min-width:1330px) {
    .specification-sheet {
        margin-top: 70px
    }
}

@media screen and (min-width:768px) {
    .specification-sheet .specification-sheet__header {
        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
    }
}

.specification-sheet .specification-sheet__header .specification-sheet__title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #333
}

.specification-sheet .specification-sheet__header .button .text-for-hide {
    display: none
}

.specification-sheet .specification-sheet__content {
    margin-top: 40px;
    display: none
}

.specification-sheet .specification-sheet__content h2 {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 600;
    color: #333;
    margin-top: 0;
    margin-bottom: 17px
}

.specification-sheet .specification-sheet__content p {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.2em
}

.specification-sheet.is-visible .specification-sheet__header .button .text-for-hide {
    display: inline-block
}

.specification-sheet.is-visible .specification-sheet__header .button .text-for-show {
    display: none
}

.specification-sheet.is-visible .specification-sheet__content {
    display: block
}

.article-header {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1.4em;
    padding-top: 30px
}

@media screen and (min-width:768px) {
    .article-header {
        margin-bottom: 2.4em
    }
}

@media screen and (min-width:1330px) {
    .article-header {
        margin-bottom: 2.4em;
        padding-top: 4em
    }
}

.article-header.article-header__no-image {
    padding-top: 1.4em
}

@media screen and (min-width:768px) {
    .article-header.article-header__no-image {
        padding-top: 2.4em
    }
}

@media screen and (min-width:768px) {
    .article-header.article-header__no-image {
        padding-top: 2.4em
    }
}

.article-header .article-title_link {
    color: #333;
    text-decoration: none
}

.article-header .article-data {
    margin-top: 2em;
    margin-bottom: .6em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.article-header .article-data .author {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 600
}

.article-header .article-data .date {
    font-size: 12px;
    font-size: .75rem
}

.article-header .article-data a {
    color: #333
}

.article-header .article-data a {
    text-decoration: none
}

.article-header .article-data a:hover {
    text-decoration: underline
}

.cajad {
    overflow: auto
}

.cajad .cajad-inn {
    margin: 1rem auto
}

.cajad .cajad-inn img {
    outline: 1px solid #ccc;
    display: block;
    margin: 0 auto
}

.cajad:empty {
    display: none
}

.cajad-below_content .cajad-inn,
.cajad-billboard_top .cajad-inn,
.cajad-billboard_under_menu .cajad-inn,
.cajad-footer .cajad-inn {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 0 2em;
}

@media screen and (min-width:576px) {

    .cajad-below_content .cajad-inn,
    .cajad-billboard_top .cajad-inn,
    .cajad-billboard_under_menu .cajad-inn,
    .cajad-footer .cajad-inn {
        max-width: 420px;
        padding: 0;
    }

    .top-banner .cajad-billboard_top {
        height: 75px;
    }
}

@media screen and (min-width:768px) {

    .cajad-below_content .cajad-inn,
    .cajad-billboard_top .cajad-inn,
    .cajad-billboard_under_menu .cajad-inn,
    .cajad-footer .cajad-inn {
        max-width: 728px;
    }

    .top-banner .cajad-billboard_top {
        height: 105px;
    }
}

@media screen and (min-width:1000px) {

    .cajad-below_content .cajad-inn,
    .cajad-billboard_top .cajad-inn,
    .cajad-billboard_under_menu .cajad-inn,
    .cajad-footer .cajad-inn {
        max-width: 1000px;
    }

    .top-banner .cajad-billboard_top {
        height: 132px;
    }
}

@media screen and (max-width:992px) {

    .cajad-below_content .cajad-inn,
    .cajad-billboard_top .cajad-inn,
    .cajad-billboard_under_menu .cajad-inn,
    .cajad-footer .cajad-inn {
        width: 728px
    }
}

@media screen and (min-width:1260px) {

    .cajad-below_content .cajad-inn,
    .cajad-billboard_top .cajad-inn,
    .cajad-billboard_under_menu .cajad-inn,
    .cajad-footer .cajad-inn {
        max-width: 1260px
    }

    .top-banner .cajad-billboard_top {
        height: 157px;
    }
}

.cajad-below_content .cajad-inn img,
.cajad-billboard_top .cajad-inn img,
.cajad-billboard_under_menu .cajad-inn img,
.cajad-footer .cajad-inn img {
    width: 100%;
    height: auto
}

.cajad-billboard_top {
    position: relative;
    z-index: 50;
    background: #fff
}

.cajad-below_title .cajad-inn,
.cajad-in_article .cajad-inn {
    width: 720px
}

@media screen and (max-width:767px) {

    .cajad-below_title .cajad-inn,
    .cajad-in_article .cajad-inn {
        width: 300px;
        max-width: 100%
    }
}

@media screen and (max-width:767px) {
    .cajadin_article .cajad-inn {
        width: 300px
    }

    .cajadin_article .cajad-inn.add-inn_odd {
        height: 250px
    }
}

.main-content .cajad {
    max-width: 756px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

.sky-wrap {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 1
}

@media screen and (max-width:992px) {
    .sky-wrap {
        display: none
    }
}

.association-results__content .sky-wrap {
    display: none
}

.sky-wrap .cajad {
    width: 80px;
    height: 640px;
    position: absolute;
    left: 0
}

.sky-wrap .cajad:last-child {
    right: 0;
    left: initial
}

.sky-wrap .cajad .cajad-inn {
    height: 600px;
    width: 60px
}

@media screen and (min-width:1120px) {
    .sky-wrap .cajad {
        width: 180px
    }

    .sky-wrap .cajad .cajad-inn {
        width: 160px
    }
}

.editor {
    position: relative;
    z-index: 2
}

.small {
    font-size: .8em
}

.button {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    font-size: .9375rem;
    color: #333;
    padding-top: .4em;
    padding-bottom: .4em;
    padding-left: 1.2em;
    padding-right: 1.2em;
    font-weight: 600;
    border-radius: 2px;
    border: 1px solid #ccc;
    background-color: #fff
}

@media (max-width:767px) {
    .button {
        display: block
    }
}

.button.button--dark {
    background-color: #333;
    color: #fff;
    border-color: #ccc
}

.button.button--horizontal-padding-small {
    padding-left: 10px;
    padding-right: 10px
}

.button.button--icon {
    padding-top: 4px;
    padding-bottom: 4px
}

.button.button--icon svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    position: relative;
    top: -2px
}

.button.button--large {
    padding-top: 12px;
    padding-bottom: 12px
}

.button.button--large.button--icon {
    padding-top: 9px;
    padding-bottom: 9px
}

.button.button--large.button--icon svg {
    width: 24px;
    height: 24px;
    vertical-align: middle
}

@media (max-width:767px) {
    .button.button--constant-width {
        display: inline-block
    }
}

.button.button--alt {
    background-color: #292c2e;
    border-color: #292c2e;
    color: #fff
}

.button.button--block {
    display: block
}

.button:focus {
    outline: 0
}

.button .icon-wrap {
    display: inline-block;
    width: 1.4em;
    height: 0;
    position: relative;
    padding-right: 1.6em
}

.button .icon-wrap svg {
    display: inline-block;
    position: absolute;
    height: 1.4em;
    top: -1em;
    left: 0
}

.view-button {
    -webkit-appearance: none;
    overflow: hidden;
    background-color: transparent;
    border: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    line-height: 1.2em;
    font-size: 1.4em;
    position: relative;
    top: 2px;
    color: #9e9e9e
}

.view-button:hover {
    color: #333
}

.view-button:disabled {
    color: #333
}

.button-delete {
    -webkit-appearance: none;
    border: none;
    background-color: transparent
}

.button-delete svg {
    width: 12px;
    height: 12px
}

.button-delete svg path {
    stroke: #9e9e9e
}

.button-delete:hover svg path {
    stroke: #333
}

.button-filters {
    -webkit-appearance: none;
    overflow: hidden;
    background-color: transparent;
    border: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0
}

.button-filters .button-filters__label {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    font-size: .75rem;
    padding-top: 3px;
    margin-right: 5px;
    color: #333
}

.button-filters svg {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle
}

.button-filters:hover svg ellipse,
.button-filters:hover svg path {
    stroke: #333
}

.button-filters:hover .button-filters__label {
    color: #333
}

.button-filters:focus {
    outline: 0
}

.switch-container {
    position: relative;
    top: 1px
}

.switch-container .switch__text {
    color: #333;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 600;
    vertical-align: middle;
    margin-left: 12px
}

.switch-container input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden
}

.switch-container label {
    cursor: pointer;
    text-indent: -9999px;
    width: 32px;
    height: 18px;
    background: #ccc;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100px;
    position: relative;
    top: 2px
}

.switch-container label span {
    opacity: 0
}

.switch-container label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 90px;
    -webkit-transition: .3s;
    transition: .3s
}

.switch-container input:checked+label {
    background: #333
}

.switch-container input:checked+label:after {
    left: calc(100% - 2px);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.switch-container label:active:after {
    width: 20px
}

.switch-container input:disabled+label {
    cursor: not-allowed
}

.switch-container input:disabled+label+.switch__text {
    opacity: .4
}


/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */

html.swipebox-html.swipebox-touch {
    overflow: hidden !important
}

#swipebox-overlay img {
    border: none !important
}

#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#swipebox-container {
    position: relative;
    width: 100%;
    height: 100%
}

#swipebox-slider {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
    cursor: pointer
}

#swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block
}

#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#swipebox-slider .slide .swipebox-inline-container,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle
}

#swipebox-slider .slide .swipebox-video-container {
    background: 0 0;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

#swipebox-slider .slide-loading {
    background: url(/assets/img/loader.gif) no-repeat center center
}

#swipebox-bottom-bar,
#swipebox-top-bar {
    -webkit-transition: .5s;
    transition: .5s;
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%
}

#swipebox-bottom-bar {
    bottom: -50px
}

#swipebox-bottom-bar.visible-bars {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0)
}

#swipebox-top-bar {
    top: -50px
}

#swipebox-top-bar.visible-bars {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0)
}

#swipebox-title {
    display: block;
    width: 100%;
    text-align: center
}

#swipebox-close,
#swipebox-next,
#swipebox-prev {
    background-image: url(/assets/img/icons.png);
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 0
}

#swipebox-arrows {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px
}

#swipebox-prev {
    background-position: -32px 13px;
    float: left
}

#swipebox-next {
    background-position: -78px 13px;
    float: right
}

#swipebox-close {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 9999;
    background-position: 15px 12px
}

.swipebox-no-close-button #swipebox-close {
    display: none
}

#swipebox-next.disabled,
#swipebox-prev.disabled {
    opacity: .3
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
    -webkit-animation: rightSpring .3s;
    animation: rightSpring .3s
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    -webkit-animation: leftSpring .3s;
    animation: leftSpring .3s
}

.swipebox-touch #swipebox-container:after,
.swipebox-touch #swipebox-container:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: ' ';
    position: absolute;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 20px;
    opacity: 0
}

.swipebox-touch #swipebox-container:before {
    left: 0;
    -webkit-box-shadow: inset 10px 0 10px -8px #656565;
    box-shadow: inset 10px 0 10px -8px #656565
}

.swipebox-touch #swipebox-container:after {
    right: 0;
    -webkit-box-shadow: inset -10px 0 10px -8px #656565;
    box-shadow: inset -10px 0 10px -8px #656565
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
    opacity: 1
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1
}

@-webkit-keyframes rightSpring {
    0% {
        left: 0
    }

    50% {
        left: -30px
    }

    100% {
        left: 0
    }
}

@keyframes rightSpring {
    0% {
        left: 0
    }

    50% {
        left: -30px
    }

    100% {
        left: 0
    }
}

@-webkit-keyframes leftSpring {
    0% {
        left: 0
    }

    50% {
        left: 30px
    }

    100% {
        left: 0
    }
}

@keyframes leftSpring {
    0% {
        left: 0
    }

    50% {
        left: 30px
    }

    100% {
        left: 0
    }
}

@media screen and (min-width:800px) {
    #swipebox-close {
        right: 10px
    }

    #swipebox-arrows {
        width: 92%;
        max-width: 800px
    }
}

#swipebox-overlay {
    background: #0d0d0d
}

#swipebox-bottom-bar,
#swipebox-top-bar {
    text-shadow: 1px 1px 1px #000;
    background: #000;
    opacity: .95
}

#swipebox-top-bar {
    color: #fff !important;
    font-size: 15px;
    line-height: 43px
}

.block-page_head {
    background-color: #f1f1f1;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    min-height: calc(100vh - 62px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width:768px) {
    .block-page_head {
        padding-top: 60px;
        padding-bottom: 60px;
        text-align: left
    }
}

.block-page_head .block-page_head__inner {
    max-width: 786px;
    margin-left: auto;
    margin-right: auto;
    padding-right: .9375rem;
    padding-left: .9375rem;
    position: relative
}

@media screen and (min-width:768px) {
    .block-page_head .block-page_head__inner {
        max-width: 1260px
    }
}

@media screen and (max-width:768px) {
    .block-page_head .flex-fit {
        display: block
    }
}

.pagination {
    text-align: center;
    margin-top: 65px;
    margin-bottom: 70px
}

.pagination.pagination--no-margin-bottom {
    margin-bottom: 0
}

@media screen and (min-width:615px) {
    .pagination {
        max-width: 586px;
        text-align: right;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width:915px) {
    .pagination {
        max-width: 886px
    }
}

@media screen and (min-width:1300px) {
    .pagination {
        max-width: 1260px
    }
}

.pagination ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.pagination ul li:last-child {
    margin-right: 0
}

.pagination ul li a {
    display: block;
    width: 28px;
    height: 28px;
    background-color: #e5e5e5;
    color: #333;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    padding: 7px
}

.pagination ul li a:hover {
    background-color: #ccc
}

.pagination ul li.next a,
.pagination ul li.prev a {
    padding: 0;
    padding-top: 8px
}

.pagination ul li.next a svg,
.pagination ul li.prev a svg {
    width: 8px;
    height: 12px
}

.pagination ul li.current a {
    background-color: #333;
    color: #e5e5e5;
    pointer-events: none
}

@media screen and (min-width:816px) {
    .publication-results .pagination {
        max-width: 816px;
        padding-right: .9375rem
    }
}

@media screen and (min-width:1016px) {
    .publication-results .pagination {
        max-width: 1016px
    }
}

@media screen and (min-width:1300px) {
    .publication-results .pagination {
        max-width: 1260px
    }
}

#simodal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none
}

#simodal-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background: rgba(255, 255, 255, .6)
}

#simodal-inn {
    display: block;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
    width: 360px;
    margin: 0 auto;
    padding: 1em;
    background: #fff;
    -webkit-box-shadow: 0 2px 6px -4px rgba(0, 0, 0, .7);
    box-shadow: 0 2px 6px -4px rgba(0, 0, 0, .7)
}

#simodal-close {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    left: auto;
    cursor: pointer
}

body.is-modal-visible-banner-support,
body.is-modal-visible-change-password,
body.is-modal-visible-cookies-and-privacy,
body.is-modal-visible-cvv,
body.is-modal-visible-delivery,
body.is-modal-visible-exit,
body.is-modal-visible-forgot,
body.is-modal-visible-forgot-sent,
body.is-modal-visible-gdpr,
body.is-modal-visible-iva,
body.is-modal-visible-newsletter,
body.is-modal-visible-no-save,
body.is-modal-visible-purchasing-terms {
    overflow: hidden
}

body.is-modal-visible-banner-support:after,
body.is-modal-visible-change-password:after,
body.is-modal-visible-cookies-and-privacy:after,
body.is-modal-visible-cvv:after,
body.is-modal-visible-delivery:after,
body.is-modal-visible-exit:after,
body.is-modal-visible-forgot-sent:after,
body.is-modal-visible-forgot:after,
body.is-modal-visible-gdpr:after,
body.is-modal-visible-iva:after,
body.is-modal-visible-newsletter:after,
body.is-modal-visible-no-save:after,
body.is-modal-visible-purchasing-terms:after {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: rgba(26, 26, 26, .95);
    z-index: 111;
    height: 100%
}

body.is-modal-visible-newsletter .modal#newsletter-modal {
    display: table;
    will-change: transform;
    -webkit-transition: all;
    transition: all
}

body.is-modal-visible-gdpr .modal#gdpr-modal {
    display: table;
    will-change: transform;
    -webkit-transition: all;
    transition: all
}

body.is-modal-visible-purchasing-terms .modal#purchasing-terms-modal {
    display: table;
    will-change: transform;
    -webkit-transition: all;
    transition: all
}

body.is-modal-visible-cookies-and-privacy .modal#cookies-and-privacy-policy-modal {
    display: table;
    will-change: transform;
    -webkit-transition: all;
    transition: all
}

body.is-modal-visible-exit .modal#exit-modal {
    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;
    will-change: transform;
    -webkit-transition: all;
    transition: all
}

body.is-modal-visible-delivery .modal#delivery-charges-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    will-change: transform;
    -webkit-transition: all;
    transition: all;
    overflow: scroll
}

body.is-modal-visible-forgot .modal#forgot-modal {
    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;
    will-change: transform;
    -webkit-transition: all;
    transition: all
}

body.is-modal-visible-forgot-sent .modal#forgot-modal-sent {
    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;
    will-change: transform;
    -webkit-transition: all;
    transition: all
}

body.is-modal-visible-cvv .modal#cvv-modal {
    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;
    will-change: transform;
    -webkit-transition: all;
    transition: all
}

body.is-modal-visible-banner-support .modal#banner-support-modal {
    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;
    will-change: transform;
    -webkit-transition: all;
    transition: all
}

body.is-modal-visible-no-save .modal#no-save-modal {
    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;
    will-change: transform;
    -webkit-transition: all;
    transition: all
}

body.is-modal-visible-change-password .modal#change-password-modal {
    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;
    will-change: transform;
    -webkit-transition: all;
    transition: all
}

body.is-modal-visible-iva .modal#iva-modal {
    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;
    will-change: transform;
    -webkit-transition: all;
    transition: all
}

.modal {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 112
}

.modal.modal--no-padding-bottom .modal__content-body {
    padding-bottom: 0
}

.modal .modal__inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 24px;
    position: relative
}

@media (max-width:575px) {
    .modal .modal__inner {
        padding: 10px
    }
}

.modal .modal__content {
    background-color: #fff;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-height: 100%;
    overflow-y: scroll;
    position: relative;
    width: 100%
}

.modal .modal__content.modal__content--full {
    height: 100%;
    width: 100%
}

.modal .modal__content.modal__content--xs {
    max-width: 320px
}

.modal .modal__content.modal__content--sm {
    max-width: 434px
}

.modal .modal__content.modal__content--md {
    max-width: 585px
}

.modal .modal__content.modal__content--lg {
    max-width: 800px
}

.modal .modal__content.modal__content--xl {
    max-width: 1180px
}

.modal-header {
    height: 65px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, .3)));
    background-image: linear-gradient(#fff, rgba(255, 255, 255, .3))
}

.modal-close {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 113
}

.modal-close svg path {
    stroke: #9e9e9e
}

.modal-close:hover svg path {
    stroke: #333
}

.modal__content-body {
    padding-top: 17px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    overflow-y: scroll;
    width: 100%
}

@media (max-width:575px) {
    .modal__content-body {
        padding-left: 20px;
        padding-right: 20px
    }
}

.modal__content-body p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.5
}

.modal-text--featured {
    margin-top: 0;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px
}

.modal-actions .button+.button,
.modal-actions .button+input[type=submit],
.modal-actions input[type=submit]+.button,
.modal-actions input[type=submit]+input[type=submit] {
    margin-top: 20px
}

@media screen and (min-width:768px) {

    .modal-actions .button+.button,
    .modal-actions .button+input[type=submit],
    .modal-actions input[type=submit]+.button,
    .modal-actions input[type=submit]+input[type=submit] {
        margin-top: 0
    }
}

@media screen and (min-width:768px) {
    .modal-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 20px
    }
}

.modal-single-action {
    text-align: right;
    margin-top: 20px
}

@media screen and (min-width:576px) {
    .modal-form-inline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.modal-form-inline .input-default {
    margin-bottom: 0;
    width: 100%;
    margin-bottom: 14px
}

@media screen and (min-width:576px) {
    .modal-form-inline .input-default {
        margin-right: 14px;
        margin-bottom: 0
    }
}

@media (max-width:575px) {
    .modal-form-inline input[type=submit] {
        width: 100%
    }
}

.shortcut {
    background-color: #f1f1f1;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 1
}

.shortcut .shortcut__action {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right
}

@media screen and (max-width:768px) {
    .shortcut .shortcut__action {
        display: none
    }
}

.shortcut #shortcut--clear {
    position: absolute;
    right: .4em;
    top: .4em;
    width: 17px
}

.shortcut.shortcut--cabecera-detail .shortcut__action {
    display: block !important
}

.shortcut .shortcut__inner {
    max-width: 786px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px
}

@media screen and (min-width:916px) {
    .shortcut .shortcut__inner {
        max-width: 1260px
    }
}

@media screen and (min-width:768px) {
    .shortcut .shortcut__inner_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.shortcut.wrapped {
    padding-bottom: 0
}

@media screen and (max-width:1330px) {
    .shortcut.wrapped {
        padding-bottom: 30px
    }
}

.shortcut.wrapped .shortcut__inner_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.shortcut.wrapped .shortcut__inner_wrap .shortcut__info {
    padding-bottom: 10px
}

@media screen and (max-width:768px) {
    .shortcut.wrapped .info {
        padding-top: 0
    }
}

.shortcut .shortcut__published_text {
    font-size: 12px;
    color: #333;
    padding-bottom: .4em
}

.shortcut .shortcut__info {
    min-width: 240px
}

@media screen and (min-width:768px) {
    .shortcut .shortcut__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        padding-right: 2em
    }
}

.shortcut .shortcut__info .image {
    display: none;
    margin-right: 15px
}

@media screen and (min-width:768px) {
    .shortcut .shortcut__info .image {
        display: block
    }
}

.shortcut .shortcut__info .image img {
    height: 80px;
    vertical-align: middle
}

.shortcut .shortcut__info .info {
    padding-top: .4em
}

.shortcut .shortcut__info .info .fake-viewer {
    font-size: .7em
}

@media screen and (min-width:992px) {
    .shortcut .shortcut__info .info .fake-viewer {
        font-size: .8em
    }
}

@media screen and (max-width:768px) {
    .shortcut .shortcut__info .info {
        padding-top: 0;
        margin-bottom: .2em
    }
}

.shortcut .shortcut__info .info a {
    text-decoration: none;
    color: #333
}

.shortcut .shortcut__info .info .data {
    font-size: 11px;
    font-size: .6875rem
}

@media screen and (max-width:768px) {
    .shortcut .shortcut__info .info .data {
        display: inline
    }
}

@media screen and (max-width:768px) {
    .shortcut .shortcut__info .info .data:first-child {
        display: block;
        margin-bottom: .2em
    }
}

.shortcut .shortcut__info .info .name {
    font-family: av_heading_font, "Times New Roman", Times, serif;
    letter-spacing: -.03em;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1em;
    color: #333;
    margin-top: .1em;
    margin-bottom: .2em;
    display: block;
    margin-top: .2em;
    margin-bottom: .4em
}

@media screen and (max-width:768px) {
    .shortcut .shortcut__info .info .name {
        display: inline
    }
}

.shortcut--cabecera-detail,
.shortcut--publication-detail {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 120ms ease-in-out;
    transition: -webkit-transform 120ms ease-in-out;
    transition: transform 120ms ease-in-out;
    transition: transform 120ms ease-in-out, -webkit-transform 120ms ease-in-out;
    z-index: 3
}

@media screen and (max-width:1330px) {

    .shortcut--cabecera-detail,
    .shortcut--publication-detail {
        padding-bottom: 40px
    }
}

@media screen and (max-width:1330px) {
    .shortcut--cabecera-detail {
        padding-bottom: 10px
    }
}

body.shortcut-is-visible {
    padding-bottom: 54px
}

@media screen and (min-width:768px) {
    body.shortcut-is-visible {
        padding-bottom: 120px
    }
}

body.shortcut-is-visible .shortcut--cabecera-detail,
body.shortcut-is-visible .shortcut--publication-detail {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

body.shortcut-is-visible.is-sharable {
    padding-bottom: 84px
}

@media screen and (min-width:768px) {
    body.shortcut-is-visible.is-sharable {
        padding-bottom: 130px
    }
}

body.shortcut-is-visible.is-sharable .shortcut--publication-detail {
    -webkit-transform: translateY(calc(-100% -30px));
    transform: translateY(calc(-100% -30px))
}

@media screen and (min-width:1330px) {
    body.shortcut-is-visible.is-sharable {
        padding-bottom: 100px
    }

    body.shortcut-is-visible.is-sharable .shortcut--publication-detail {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

#preview_badge {
    width: 200px;
    position: fixed;
    bottom: 20px;
    right: -40px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 10
}

#preview_badge div {
    width: 100%;
    height: 25px;
    background: red;
    background-image: url(/assets/img/svg/preview_badge.svg);
    background-repeat: repeat;
    background-size: auto;
    -webkit-animation: 4s linear infinite slide;
    animation: 4s linear infinite slide
}

@-webkit-keyframes slide {
    from {
        background-position-x: 0
    }

    to {
        background-position-x: -100%
    }
}

@keyframes slide {
    from {
        background-position-x: 0
    }

    to {
        background-position-x: -100%
    }
}

.table-data {
    background-color: #fff;
    width: 100%
}

.table-data a svg {
    width: 24px;
    height: 24px
}

.table-data a:hover svg path {
    stroke: #333
}

.table-data thead tr {
    border-bottom: 1px solid #e5e5e5
}

.table-data thead th {
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 600;
    color: #333;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px
}

.table-data tbody tr {
    border-bottom: 1px solid #e5e5e5
}

.table-data tbody tr:last-child {
    border: 0
}

.table-data tbody tr td {
    padding: 20px;
    font-size: 15px;
    font-size: .9375rem;
    color: #333
}

.table-data tbody tr td.td-label {
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 600;
    color: #333
}

@media screen and (min-width:768px) {
    .table-data tbody tr td.td-label small {
        display: block
    }
}

.table-data tbody tr td:first-child {
    padding-left: 0
}

.table-data tbody a {
    color: #333;
    font-weight: 600
}

@media (max-width:767px) {
    .table-data thead {
        display: none
    }

    .table-data tbody tr td {
        display: block;
        padding: 10px 20px
    }

    .table-data tbody tr [data-label] {
        display: block
    }

    .table-data tbody tr [data-label]::before {
        content: attr(data-label);
        display: block;
        font-size: 14px;
        font-size: .875rem;
        font-weight: 600;
        color: #333;
        margin-bottom: 8px
    }
}

@media (max-width:767px) {
    .table-data.stack-columns thead {
        display: none
    }

    .table-data.stack-columns tbody tr:first-child {
        border-top: 1px solid #e5e5e5
    }

    .table-data.stack-columns tbody tr td {
        padding: 10px 20px;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .table-data.stack-columns tbody tr td:first-child {
        padding-top: 20px
    }

    .table-data.stack-columns tbody tr td:last-child {
        padding-bottom: 20px
    }

    .table-data.stack-columns tbody tr td.td-action {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .table-data.stack-columns tbody tr [data-label] {
        display: block
    }

    .table-data.stack-columns tbody tr [data-label]::before {
        content: attr(data-label);
        display: block;
        font-size: 14px;
        font-size: .875rem;
        font-weight: 600;
        color: #333;
        margin-bottom: 8px
    }
}

@media screen and (max-width:768px) {
    .table-data.catalogue-table-data .text-center {
        text-align: left !important;
        padding-left: 0
    }

    .table-data.catalogue-table-data .text-center:before {
        display: inline-block;
        padding-right: .2em;
        margin-bottom: 0
    }

    .table-data.catalogue-table-data .text-center a {
        position: absolute
    }
}

.table-data-publicity {
    width: 100%;
    margin-bottom: 30px
}

.table-data-publicity svg.table-print-icon {
    width: 40px;
    height: 40px;
    margin-right: 12px
}

@media screen and (min-width:768px) {
    .table-data-publicity svg.table-print-icon {
        margin-right: 16px
    }
}

.table-data-publicity svg.table-digital-icon {
    width: 77px;
    height: 50px
}

@media screen and (min-width:768px) {
    .table-data-publicity svg.table-digital-icon {
        margin-right: 16px
    }
}

.table-data-publicity thead th {
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 600;
    color: #333;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px
}

.table-data-publicity tbody tr {
    border-bottom: 1px solid #e5e5e5
}

.table-data-publicity tbody tr:first-child {
    border-top: 1px solid #e5e5e5
}

.table-data-publicity tbody tr td {
    font-size: 15px;
    font-size: .9375rem;
    color: #333
}

@media screen and (min-width:768px) {
    .table-data-publicity tbody tr td {
        padding-top: 19px;
        padding-bottom: 19px
    }
}

.table-data-publicity tbody tr td.td-label {
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 600;
    color: #333
}

@media screen and (min-width:768px) {
    .table-data-publicity tbody tr td.td-label {
        padding-left: 15px;
        padding-right: 15px
    }
}

.table-data-publicity tbody tr td.td-label .td-label__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:767px) {
    .table-data-publicity {
        border-bottom: 1px solid #e5e5e5
    }

    .table-data-publicity thead {
        display: none
    }

    .table-data-publicity tbody tr td {
        display: block;
        padding-left: 5px;
        padding-right: 5px
    }

    .table-data-publicity tbody tr td.td-label {
        text-transform: uppercase;
        padding-top: 11px;
        padding-bottom: 11px;
        border-bottom: 1px solid #e5e5e5
    }

    .table-data-publicity tbody tr td.td-label svg {
        margin-right: 0
    }

    .table-data-publicity tbody tr td.td-label .td-label__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .table-data-publicity tbody tr td.td-label .td-label__inner .td-label__text {
        max-width: 210px
    }

    .table-data-publicity tbody tr [data-label] {
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 20px
    }

    .table-data-publicity tbody tr [data-label]:last-child {
        margin-bottom: 0;
        margin-bottom: 20px
    }

    .table-data-publicity tbody tr [data-label]::before {
        content: attr(data-label);
        display: block;
        font-size: 15px;
        font-size: .9375rem;
        font-weight: 600;
        color: #333;
        width: 50%
    }
}

.table-data-order {
    width: 100%
}

.table-data-order svg.table-print-icon {
    width: 40px;
    height: 40px;
    margin-right: 12px
}

@media screen and (min-width:768px) {
    .table-data-order svg.table-print-icon {
        margin-right: 16px
    }
}

.table-data-order svg.table-digital-icon {
    width: 77px;
    height: 50px
}

@media screen and (min-width:768px) {
    .table-data-order svg.table-digital-icon {
        margin-right: 16px
    }
}

.table-data-order .button-delete svg {
    width: 18px;
    height: 18px
}

.table-data-order thead th {
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 600;
    color: #333;
    text-align: center;
    padding: 15px
}

.table-data-order thead th:first-child {
    text-align: left
}

@media screen and (min-width:768px) {
    .table-data-order tbody tr {
        border-top: 1px solid #e5e5e5
    }
}

.table-data-order tbody tr td {
    font-size: 15px;
    font-size: .9375rem;
    color: #333
}

@media screen and (min-width:768px) {
    .table-data-order tbody tr td {
        padding-top: 19px;
        padding-bottom: 19px;
        padding-right: 19px
    }

    .table-data-order tbody tr td.td-header {
        padding-left: 19px
    }

    .table-data-order tbody tr td.td-header .button-delete {
        display: none
    }

    .table-data-order tbody tr td.td-action {
        padding-right: 0;
        vertical-align: bottom
    }
}

.table-data-order tbody tr td[data-label] {
    font-size: 15px;
    font-size: .9375rem;
    color: #333;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: bottom
}

.table-data-order tbody tr td[data-label] .td-label__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:767px) {
    .table-data-order {
        border-bottom: 1px solid #e5e5e5
    }

    .table-data-order thead {
        display: none
    }

    .table-data-order tbody tr {
        border-bottom: 1px solid #e5e5e5;
        padding: .8em 0;
        display: block
    }

    .table-data-order tbody tr:last-child {
        border-bottom: none
    }

    .table-data-order tbody tr td {
        display: block;
        padding: 0
    }

    .table-data-order tbody tr td.td-header {
        padding: 0 0 .4em 0;
        position: relative
    }

    .table-data-order tbody tr td.td-header.td-header--no-padding-right {
        padding-right: 0
    }

    .table-data-order tbody tr td.td-header .button-delete {
        position: absolute;
        top: 0;
        right: 0
    }

    .table-data-order tbody tr td.td-action {
        display: none
    }

    .table-data-order tbody tr td[data-label] {
        display: block;
        padding: .3em 0;
        font-weight: 600;
        text-align: left;
        vertical-align: bottom
    }

    .table-data-order tbody tr td[data-label]::after {
        content: attr(data-label);
        display: inline-block;
        font-size: 12px;
        font-size: .75rem;
        font-weight: 100;
        color: #333;
        padding-left: .2em
    }

    .table-data-order tbody tr td[data-label] .quantity_wrap {
        display: inline-block
    }
}

.table-data-order-lite {
    border: none
}

.table-data-order-lite tbody,
.table-data-order-lite tbody tr,
.table-data-order-lite thead tr {
    border: none
}

.table-data-order-lite thead th {
    padding: 8px
}

@media screen and (min-width:768px) {
    .table-data-order-lite tbody tr td {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 8px
    }
}

.table-data-order-lite tbody tr td[data-label] {
    padding-left: 8px;
    padding-right: 8px
}

@media (max-width:767px) {
    .table-data-order-lite tbody tr {
        padding: .4em 0
    }

    .table-data-order-lite tbody tr td.td-header {
        padding: 0 0 .2em 0
    }

    .table-data-order-lite tbody tr td[data-label] {
        padding: .1em 0
    }
}

.table-stripped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-aside p {
    margin-top: 0
}

@media screen and (min-width:768px) {
    .table-aside {
        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
    }
}

.table-aside .table-aside__info {
    font-size: 13px;
    font-size: .8125rem;
    color: #333
}

@media (max-width:767px) {
    .table-aside .table-aside__action {
        margin-top: 30px
    }
}

@media (max-width:767px) {
    .td-empty {
        display: none !important
    }
}

.scroll-container {
    border: 1px solid #e5e5e5;
    overflow-x: auto;
    margin-bottom: 30px
}

@media (max-width:767px) {
    .caducity-table {
        text-align: right
    }
}

.table-item-advice {
    color: #da1e1e;
    font-size: 13px;
    font-size: .8125rem;
    display: block
}

.my-subscriptions-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.my-subscriptions-thumb .my-subscriptions-thumb__image {
    margin-right: 20px
}

.my-subscriptions-thumb .my-subscriptions-thumb__image img {
    min-width: 60px;
    width: 60px;
    height: auto
}

@media screen and (min-width:768px) {
    .my-subscriptions-thumb .my-subscriptions-thumb__image img {
        min-width: 75px;
        width: 75px
    }
}

.my-subscriptions-thumb .my-subscriptions-thum__info .my-subscriptions-thumb__title {
    font-size: 19px;
    font-size: 1.1875rem;
    color: #333;
    margin-top: 0;
    margin-bottom: 6px
}

.my-subscriptions-thumb .my-subscriptions-thum__info .my-subscriptions-thumb__text {
    font-size: 13px;
    font-size: .8125rem;
    color: #333;
    margin: 0
}

.table-shipment {
    background-color: #fff;
    display: block;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

.table-shipment thead th {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    color: #333;
    text-align: left;
    padding: 10px 20px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5
}

.table-shipment thead th:last-child {
    border-right: none
}

.table-shipment tbody tr {
    border-bottom: 1px solid #e5e5e5
}

.table-shipment tbody tr:last-child {
    border-bottom: none
}

.table-shipment tbody tr:nth-child(6n+1),
.table-shipment tbody tr:nth-child(6n+2),
.table-shipment tbody tr:nth-child(6n+3) {
    background-color: rgba(241, 241, 241, .5)
}

.table-shipment tbody tr td {
    padding: 10px 20px;
    font-size: 14px;
    font-size: .875rem;
    color: #333;
    min-width: 82px;
    border-right: 1px solid #e5e5e5
}

.table-shipment tbody tr td:first-child {
    min-width: 115px
}

.table-shipment tbody tr td:last-child {
    border-right: none
}

.table-shipment tbody tr td.td-label {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    color: #333;
    text-align: center
}

.faq .av-content .av-content__inner {
    max-width: 786px
}

.no-results-faq-module {
    background-color: #fbfbfb;
    padding: 12px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    margin-bottom: 30px
}

@media screen and (min-width:768px) {
    .no-results-faq-module {
        padding: 35px 30px
    }
}

.no-results-faq-module .no-results-faq-module__text {
    margin: 0;
    font-size: 17px;
    font-size: 1.0625rem;
    color: #333;
    font-weight: 600
}

.faq-intro {
    margin-top: 0;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    text-transform: uppercase
}

.faq-module .faq-module__header {
    margin-bottom: 20px
}

.faq-module .faq-module__header ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: right
}

.faq-module .faq-module__header ul li {
    display: inline-block;
    vertical-align: middle
}

.faq-module .faq-module__header ul li a {
    color: #333;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600
}

.faq-module .js-accordion__hideall {
    display: none
}

.faq-module .faq-module__element {
    margin-bottom: 20px
}

.faq-module .faq-module__question {
    display: block;
    text-decoration: none
}

.faq-module .faq-module__question .question {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-size: 1.0625rem;
    color: #333;
    font-weight: 600;
    position: relative;
    background-color: #fbfbfb;
    padding: 12px 35px 12px 12px;
    border: 1px solid #e5e5e5;
    border-radius: 2px
}

@media screen and (min-width:768px) {
    .faq-module .faq-module__question .question {
        padding: 25px 55px 25px 30px
    }
}

.faq-module .faq-module__question .question:after {
    content: "";
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 1px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 20px;
    border-top: 5px solid #333 !important;
    border-right: 4px solid transparent !important;
    border-bottom: none !important;
    border-left: 4px solid transparent !important
}

@media screen and (min-width:768px) {
    .faq-module .faq-module__question .question:after {
        right: 30px
    }
}

.faq-module .faq-module__content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none
}

@media screen and (min-width:768px) {
    .faq-module .faq-module__content {
        padding-left: 35px;
        padding-right: 55px
    }
}

.faq-module .faq-module__content .faq-module__answer {
    padding-top: 20px
}

.faq-module .faq-module__content .faq-module__answer a {
    color: #333;
    font-weight: 600
}

.faq-module .faq-module__content .faq-module__answer p {
    margin-top: 0;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.5
}

.faq-module .faq-module__content .faq-module__answer .pending {
    color: #dc143c
}

.faq-module.faq-module--opened-all .js-accordion__hideall {
    display: block
}

.faq-module.faq-module--opened-all .js-accordion__showall {
    display: none
}

.faq-module .faq-module__element.js-accordion__opened .faq-module__content {
    display: block
}

.faq-module .faq-module__element.js-accordion__opened .faq-module__question .question {
    border-color: #333
}

.faq-module .faq-module__element.js-accordion__opened .faq-module__question .question:after {
    border-top: none !important;
    border-right: 4px solid transparent !important;
    border-bottom: 5px solid #333 !important;
    border-left: 4px solid transparent !important
}


/*! jQuery UI - v1.12.1 - 2018-07-03
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-widget {
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700
}

.ui-widget-header a {
    color: #333
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(../../sass/web/images/ui-icons_444444_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(../../sass/web/images/ui-icons_444444_256x240.png)
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url(../../sass/web/images/ui-icons_555555_256x240.png)
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
    background-image: url(../../sass/web/images/ui-icons_ffffff_256x240.png)
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
    background-image: url(../../sass/web/images/ui-icons_777620_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(../../sass/web/images/ui-icons_cc0000_256x240.png)
}

.ui-button .ui-icon {
    background-image: url(../../sass/web/images/ui-icons_777777_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666
}

.ui-widget.ui-widget-content {
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
    height: 4px
}

.ui-slider-handle.ui-state-default {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 2px solid #1a1a1a;
    border-radius: 10px;
    cursor: pointer
}

.ui-slider-handle.ui-state-default:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    top: -15px;
    left: -15px;
    border-radius: 50%
}

.ui-slider-handle.ui-state-focus {
    outline: 0
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.25em
}

.ui-widget-header {
    background-color: #1a1a1a;
    height: 4px !important;
    position: relative;
    top: -1px !important;
    border-radius: 0 !important
}

input.range {
    color: #333 !important;
    font-size: 12px !important;
    font-weight: 400 !important
}

#slider-range {
    margin-left: 2px
}

.dropdown {
    display: none
}

@media screen and (min-width:768px) {
    .dropdown {
        max-width: 245px;
        background-color: #fff;
        padding: 8px;
        border: 1px solid #e5e5e5;
        -webkit-box-shadow: 0 2px 6px -4px rgba(0, 0, 0, .15);
        box-shadow: 0 2px 6px -4px rgba(0, 0, 0, .15);
        border-radius: 2px;
        z-index: 15;
        text-align: left;
        margin-top: 4px;
        position: absolute;
        top: calc(100% - 9px);
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .dropdown li {
        display: block;
        width: 100%;
        margin-bottom: 4px
    }

    .dropdown li:last-child {
        margin-bottom: 0
    }

    .dropdown a {
        width: 100%;
        padding: 11px 20px 11px 10px;
        display: block;
        text-decoration: none;
        font-size: 12px;
        font-size: .75rem;
        font-weight: 400;
        color: #333;
        white-space: nowrap;
        background-color: #fff;
        border-radius: 0;
        text-transform: uppercase
    }

    .dropdown a:hover {
        background-color: rgba(51, 51, 51, .1)
    }

    .dropdown:before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        background-color: #fff;
        border-top: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5;
        position: absolute;
        top: -6px;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg)
    }

    .dropdown:after {
        top: -6px;
        width: 100%;
        content: '';
        height: 10px;
        position: absolute;
        left: 0
    }

    .dropdown.dropdown--right {
        left: 100%;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .dropdown.dropdown--right:before {
        left: 100%;
        -webkit-transform: translateX(-20px) rotate(45deg);
        transform: translateX(-20px) rotate(45deg)
    }
}

.dropdown.dropdown--constant {
    max-width: 245px;
    text-align: left;
    background-color: #fff;
    padding: 8px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .15);
    border-radius: 2px;
    z-index: 15;
    position: absolute;
    top: calc(100% - 9px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.dropdown.dropdown--constant:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    position: absolute;
    top: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
}

.dropdown.dropdown--constant li {
    display: block;
    width: 100%;
    margin-bottom: 4px
}

.dropdown.dropdown--constant a {
    width: 100%;
    padding: 11px 15px;
    display: block;
    text-decoration: none;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    background-color: #fff;
    border-radius: 0
}

.dropdown.dropdown--constant a:hover {
    background-color: rgba(51, 51, 51, .1)
}

.dropdown.dropdown--constant.dropdown--right {
    left: 100%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.dropdown.dropdown--constant.dropdown--right:before {
    left: 100%;
    -webkit-transform: translateX(-20px) rotate(45deg);
    transform: translateX(-20px) rotate(45deg)
}

@media screen and (min-width:812px) {

    .has-submenu,
    .user-link-wrapper {
        position: relative
    }

    .has-submenu:hover .dropdown,
    .user-link-wrapper:hover .dropdown {
        display: block
    }
}

@media screen and (min-width:525px) {
    .actions__item--my-orders {
        position: relative
    }

    .actions__item--my-orders:hover .dropdown {
        display: block
    }
}

.language-selector .dropdown.dropdown--right {
    left: calc(100% + 4px)
}

.actions__item--my-orders .dropdown.dropdown--right {
    left: calc(100% - 7px)
}

.actions__item--my-orders .dropdown {
    min-width: 346px;
    width: 346px;
    padding: 0
}

@media screen and (min-width:812px) {
    .user-link-wrapper .dropdown {
        left: calc(100% - 11px)
    }

    .user-link-wrapper .dropdown .user-profile-link .user-name {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .user-link-wrapper .dropdown .user-profile-link .profile-access {
        display: block
    }

    .user-link-wrapper .dropdown .user-navigation {
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        padding-top: 9px;
        padding-bottom: 9px
    }
}

.cc-window.cc-floating {
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .15);
    padding: 1em;
    line-height: 1.4em;
    font-size: .9em;
    color: #333
}

.cc-window.cc-floating span a {
    padding: 0
}

.cc-window.cc-floating .cc-btn {
    border: 1px solid #ccc;
    padding: 11px 15px;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 600;
    color: #333
}

.accordion .accordion__element {
    background-color: #f1f1f1;
    background-color: #0f0;
    border: 1px solid #e5e5e5
}

.accordion .accordion__element .accordion__element__inner {
    padding: 10px
}

.accordion .accordion__element .accordion__content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 120ms ease-in-out;
    transition: max-height 120ms ease-in-out
}

.accordion .accordion__element .accordion__content .accordion__content__inner {
    padding: 10px
}

.accordion .accordion__element .accordion__button {
    text-decoration: none;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    color: #333
}

.accordion .accordion__element .accordion__button i {
    font-style: normal
}

.accordion .accordion__element .accordion__button .less-i {
    display: none
}

.accordion .accordion__element.js-accordion__opened .accordion__content {
    max-height: 999px
}

.accordion .accordion__element.js-accordion__opened .accordion__button .less-i {
    display: inline-block
}

.accordion .accordion__element.js-accordion__opened .accordion__button .more-i {
    display: none
}

.banner {
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    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
}

.banner .banner__content {
    text-align: center;
    padding-left: 17px;
    padding-right: 17px
}

.banner .banner__title {
    color: #fff;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 9px
}

.banner .banner__claim {
    color: #fff;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 20px
}

.banner-contact {
    text-align: center;
    margin-top: 100px;
    max-width: 786px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width:768px) {
    .banner-contact {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 140px
    }
}

@media screen and (min-width:1000px) {
    .banner-contact {
        margin-top: 150px
    }
}

.banner-contact .banner-contact__title {
    color: #333;
    font-size: 25px;
    font-size: 1.5625rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 25px
}

@media screen and (min-width:768px) {
    .banner-contact .banner-contact__title {
        font-size: 28px;
        font-size: 1.75rem
    }
}

.banner-contact .banner-contact__text {
    color: #333;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 20px
}

.banner-contact .banner-contact__person {
    color: #333;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 11px
}

.banner-contact .banner-contact__link {
    display: block;
    color: #333;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 600;
    margin-bottom: 11px
}

.banner-contact .banner-contact__info {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width:768px) {
    .banner-contact .banner-contact__info {
        padding-right: 36px;
        max-width: 80%;
        width: 420px;
        margin: 0 auto
    }
}

.banner-contact .banner-contact__image {
    margin-top: 40px
}

@media screen and (min-width:768px) {
    .banner-contact .banner-contact__image {
        margin-top: 0
    }
}

.banner-contact .banner-contact__image img {
    vertical-align: bottom;
    max-width: 222px;
    height: auto
}

@media screen and (min-width:768px) {
    .banner-contact .banner-contact__image img {
        max-width: 286px
    }
}

.modal .banner-contact {
    margin-top: 0
}

.banner-info {
    background-color: #f1f1f1;
    text-align: center;
    padding: 60px 15px;
    margin-bottom: 60px
}

@media screen and (min-width:768px) {
    .banner-info {
        padding: 60px 50px;
        text-align: left;
        display: grid;
        grid-template-areas: "info image" "info image" "info image" "info image";
        grid-template-columns: auto 200px;
        grid-template-rows: minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto);
        justify-items: start
    }
}

.banner-info .banner-info__person {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px
}

@media screen and (min-width:768px) {
    .banner-info .banner-info__person {
        margin-bottom: 8px
    }
}

.banner-info .banner-info__image-container {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width:768px) {
    .banner-info .banner-info__image-container {
        margin-left: 0;
        margin-right: 0;
        width: 150px;
        height: 150px;
        grid-area: image;
        justify-self: end
    }
}

.banner-info .banner-info__image-container img {
    width: 100%
}

.banner-info .banner-info__text {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.52;
    margin-top: 20px;
    margin-bottom: 30px
}

@media screen and (min-width:768px) {
    .banner-info .banner-info__text {
        margin-top: 0;
        margin-bottom: 28px
    }
}

body.layout-modal {
    height: 100%;
    position: relative;
    overflow: hidden
}

body.layout-modal .page {
    height: 100%;
    MAX-height: 100%
}

.xx-container {
    background-color: rgba(0, 0, 0, .96);
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px
}

.xx-top-bar {
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.xx-top-bar a {
    display: block;
    height: 30px;
    width: 30px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 5px;
    right: 5px
}

.xx-top-bar a svg {
    opacity: .7
}

.xx-top-bar a:hover svg {
    opacity: 1
}

.xx-bottom-bar {
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.xx-bottom-bar ul {
    display: table;
    width: 100%;
    height: 100%
}

.xx-bottom-bar ul li {
    display: table-cell;
    width: 50%;
    padding-top: 5px
}

.xx-bottom-bar ul li:first-child {
    text-align: left
}

.xx-bottom-bar ul li:first-child a {
    margin-left: 12px
}

@media screen and (min-width:900px) {
    .xx-bottom-bar ul li:first-child a {
        margin-left: auto;
        margin-right: auto
    }
}

.xx-bottom-bar ul li:last-child {
    text-align: right
}

.xx-bottom-bar ul li:last-child a {
    float: right;
    margin-right: 12px
}

@media screen and (min-width:900px) {
    .xx-bottom-bar ul li:last-child a {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
}

.xx-bottom-bar ul li a {
    display: block;
    height: 30px;
    width: 30px
}

.xx-bottom-bar ul li a svg {
    opacity: .7
}

.xx-bottom-bar ul li a:hover svg {
    opacity: 1
}

.xx-slider {
    height: 100%
}

.xx-slider .xx-slider__content {
    height: 100%;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width:900px) {
    .xx-slider .xx-slider__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.xx-slider__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 100%
}

@media screen and (min-width:900px) {
    .xx-slider__image {
        height: 100%
    }
}

.xx-slider__image img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle
}

.xx-slider__info {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px
}

@media screen and (min-width:900px) {
    .xx-slider__info {
        max-width: 286px;
        height: 100%;
        padding-top: 0
    }
}

.xx-slider__info li {
    margin-bottom: 10px
}

.xx-slider__info li .credit-label {
    text-transform: uppercase;
    font-size: 14px;
    font-size: .875rem;
    color: #fff;
    font-weight: 600
}

.xx-slider__info li .credit-label:after {
    content: ":";
    display: inline-block
}

.xx-slider__info li .credit-value {
    font-size: 14px;
    font-size: .875rem;
    color: #fff
}

@media (max-width:1329px) {
    .share {
        position: fixed;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
        background-color: #fff;
        border-top: 1px solid #e5e5e5
    }
}

@media (max-width:1329px) {
    .share .share__inner {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.share .share__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-top: 3px;
    padding-bottom: 3px
}

@media screen and (min-width:1330px) {
    .share .share__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 0;
        padding-bottom: 0
    }
}

.share li.favorite {
    position: relative;
    z-index: 1
}

@media screen and (min-width:1330px) {
    .share li.favorite a {
        border-top: 1px solid #e5e5e5
    }
}

.share li.share-social {
    position: relative;
    z-index: 1;
    display: none
}

@media screen and (min-width:1330px) {
    .share li.share-social {
        display: block
    }
}

@media (max-width:767px) {
    .share li.share-social {
        display: block
    }
}

@media (max-width:767px) {
    .share li.pinterest {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform .1s linear;
        transition: -webkit-transform .1s linear;
        transition: transform .1s linear;
        transition: transform .1s linear, -webkit-transform .1s linear
    }

    .share li.twitter {
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
        -webkit-transition: -webkit-transform .1s linear;
        transition: -webkit-transform .1s linear;
        transition: transform .1s linear;
        transition: transform .1s linear, -webkit-transform .1s linear
    }

    .share li.facebook {
        -webkit-transform: translateX(300%);
        transform: translateX(300%);
        -webkit-transition: -webkit-transform .1s linear;
        transition: -webkit-transform .1s linear;
        transition: transform .1s linear;
        transition: transform .1s linear, -webkit-transform .1s linear
    }

    .share li.whatsapp {
        -webkit-transform: translateX(400%);
        transform: translateX(400%);
        -webkit-transition: -webkit-transform .1s linear;
        transition: -webkit-transform .1s linear;
        transition: transform .1s linear;
        transition: transform .1s linear, -webkit-transform .1s linear
    }
}

@media screen and (min-width:1330px) {
    .share li.pinterest {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: -webkit-transform .1s linear;
        transition: -webkit-transform .1s linear;
        transition: transform .1s linear;
        transition: transform .1s linear, -webkit-transform .1s linear
    }

    .share li.twitter {
        -webkit-transform: translateY(-200%);
        transform: translateY(-200%);
        -webkit-transition: -webkit-transform .1s linear;
        transition: -webkit-transform .1s linear;
        transition: transform .1s linear;
        transition: transform .1s linear, -webkit-transform .1s linear
    }

    .share li.facebook {
        -webkit-transform: translateY(-300%);
        transform: translateY(-300%);
        -webkit-transition: -webkit-transform .1s linear;
        transition: -webkit-transform .1s linear;
        transition: transform .1s linear;
        transition: transform .1s linear, -webkit-transform .1s linear
    }

    .share li.whatsapp {
        -webkit-transform: translateY(-400%);
        transform: translateY(-400%);
        -webkit-transition: -webkit-transform .1s linear;
        transition: -webkit-transform .1s linear;
        transition: transform .1s linear;
        transition: transform .1s linear, -webkit-transform .1s linear
    }
}

.share a {
    display: block;
    width: 44px;
    height: 30px;
    text-align: center;
    color: #9e9e9e;
    font-size: 1.2em;
    background: #fff;
    line-height: 1.5em
}

.share a:hover {
    color: #333
}

@media (max-width:1329px) {
    .share a.favorite__link {
        width: 39px;
        text-align: right
    }
}

@media screen and (min-width:768px) {
    .share a {
        height: 24px;
        line-height: 1.3em
    }
}

@media screen and (min-width:1330px) {
    .share a {
        width: 44px;
        height: 44px;
        padding: 9px;
        background-color: #fff;
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5
    }
}

.share.is-favorite .favorite a {
    color: #ffa401
}

@media (max-width:1329px) {

    .share.is-shared li.facebook,
    .share.is-shared li.pinterest,
    .share.is-shared li.twitter,
    .share.is-shared li.whatsapp {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media screen and (min-width:1330px) {

    .share.is-shared li.facebook,
    .share.is-shared li.pinterest,
    .share.is-shared li.twitter,
    .share.is-shared li.whatsapp {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media screen and (min-width:1330px) {
    .works .share {
        position: absolute;
        top: 3em;
        right: 58px
    }
}

@media screen and (min-width:1330px) {
    .works.share-fixed .share {
        position: fixed;
        top: 140px;
        right: 58px
    }
}

@media screen and (min-width:1330px) {
    .articles .share {
        position: fixed;
        top: 140px;
        right: 58px
    }
}

@media screen and (min-width:1330px) {
    .articles.share-fixed .share {
        position: fixed;
        top: 140px;
        right: 58px
    }
}

@media screen and (min-width:1330px) {
    .articles.share-absolute .share {
        position: absolute;
        top: 0;
        right: 58px
    }
}

.publication-cover {
    position: relative
}

@media screen and (min-width:1330px) {
    .publication-cover .share {
        position: absolute;
        top: 0;
        right: 8px
    }
}

.book-cover__inner {
    position: relative
}

@media screen and (min-width:1330px) {
    .book-cover__inner .share {
        position: absolute;
        top: 0;
        right: -84px
    }
}

.publication-hero__inner {
    position: relative
}

@media screen and (min-width:1330px) {
    .publication-hero__inner .share {
        position: absolute;
        top: 0;
        right: -84px
    }
}

.subscription-hero__inner {
    position: relative
}

@media screen and (min-width:1330px) {
    .subscription-hero__inner .share {
        position: absolute;
        top: 0;
        right: 15px
    }
}

.book-cover .share,
.main-content .share {
    z-index: 10;
    display: none
}

@media screen and (min-width:1330px) {

    .book-cover .share,
    .main-content .share {
        display: block
    }
}

@media screen and (min-width:1330px) {
    .share-bottom {
        display: none
    }
}

.tabs .tabs-navigation .tab-link.current-link {
    border-bottom: 1px solid #333;
    color: #333
}

.tabs .tabs-content .tab-content {
    padding-top: 35px;
    display: none
}

.tabs .tabs-content .tab-content.current-content {
    display: block
}

div.tokenize {
    width: 94%
}

div.tokenize:focus {
    outline: 0
}

.tokenize.focus>.tokens-container {
    outline: 0;
    border-color: #66afe9;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.tokenize>.tokens-container>.placeholder {
    font-size: 2.1875rem
}

.tokenize>.tokens-container>.placeholder,
.tokenize>.tokens-container>.token-search {
    min-width: 100%;
    display: block !important;
    width: 100% !important
}

.tokenize>.tokens-container>.token-search>input {
    border-radius: 0;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #ccc;
    font-size: 15px;
    font-size: 2.19rem !important;
    font-weight: 600;
    padding: 14px 45px 14px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -1px !important;
    font-weight: 600 !important
}

@media screen and (max-width:576px) {
    .tokenize>.tokens-container>.token-search>input {
        font-size: 1.4em !important
    }
}

.tokenize>.tokens-container>.token {
    display: block;
    border: 1px solid #e5e5e5;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 600;
    color: #404040;
    text-decoration: none;
    padding: 7px 30px 7px 16px !important;
    margin-bottom: 10px;
    font-size: 1.5rem !important;
    background-color: #fff !important;
    border-radius: 2px
}

.tokenize>.tokens-container>.token.pending-delete {
    outline: 1px red solid;
    color: #b45f5f !important
}

.tokenize>.tokens-container>.token .result-label {
    display: none
}

.tokenize>.tokens-container>.token>.dismiss {
    right: 3px !important;
    top: 2px
}

.tokenize>.tokens-container>.placeholder {
    position: absolute;
    padding: .4em
}

.tokenize-dropdown {
    display: none;
    max-height: 320px;
    overflow-y: auto;
    height: auto;
    border: 1px solid #e5e5e5;
    border-radius: 0 0 2px 2px;
    padding: 8px;
    background: #fff
}

.tokenize-dropdown>.dropdown-menu {
    border: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

.tokenize-dropdown>.dropdown-menu li {
    border-bottom: 1px solid #e5e5e5;
    list-style-type: none
}

.tokenize-dropdown>.dropdown-menu li.active a,
.tokenize-dropdown>.dropdown-menu li:hover a {
    background-color: #f2f2f2 !important
}

.tokenize-dropdown>.dropdown-menu li>a .result-label {
    font-size: 12px;
    font-size: .8125rem;
    color: #9e9e9e;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px
}

.tokenize-dropdown>.dropdown-menu li>a .result-data {
    font-size: 13px;
    font-size: .8125rem;
    color: #292c2e;
    display: block;
    white-space: nowrap;
    text-transform: none;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis
}

.tokenize-dropdown>.dropdown-menu li.locked,
.tokenize-dropdown>.dropdown-menu>a {
    display: block;
    text-decoration: none;
    background-color: #fff;
    padding: 10px 60px 10px 10px;
    position: relative
}

body.has-visible-filters {
    overflow: hidden
}

@media screen and (max-width:1231px) {

    body.has-visible-filters .av-listing-filters,
    body.has-visible-filters .filters {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    body.has-visible-filters .filters__inner {
        -webkit-box-shadow: 0 0 2000px 3000px rgba(255, 255, 255, .8);
        box-shadow: 0 0 2000px 3000px rgba(255, 255, 255, .8);
        height: auto
    }
}

body.has-visible-filters .filters-button .text-for-hide {
    display: inline-block
}

body.has-visible-filters .filters-button .text-for-show {
    display: none
}

.filters {
    position: absolute;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 240ms linear;
    transition: -webkit-transform 240ms linear;
    transition: transform 240ms linear;
    transition: transform 240ms linear, -webkit-transform 240ms linear;
    padding-bottom: 25px;
    overflow: hidden;
    overflow-y: auto
}

@media screen and (min-width:768px) {
    .filters {
        top: 0;
        position: fixed;
        z-index: 100
    }
}

@media screen and (min-width:1200px) {
    .filters {
        position: relative;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        padding-bottom: 0;
        background-color: transparent;
        z-index: 0
    }

    .filters .title-block {
        font-size: 15px;
        font-size: .9375rem;
        margin-bottom: 33px
    }
}

.filters .filters__inner {
    background-color: #fff;
    padding-right: .9375rem;
    padding-left: .9375rem;
    padding-bottom: 2em;
    overflow-y: auto;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -webkit-transition: -webkit-box-shadow 240ms ease-out;
    transition: -webkit-box-shadow 240ms ease-out;
    transition: box-shadow 240ms ease-out;
    transition: box-shadow 240ms ease-out, -webkit-box-shadow 240ms ease-out
}

@media screen and (min-width:375px) {
    .filters .filters__inner {
        width: 286px
    }
}

@media screen and (max-width:1300px) {
    .filters .filters__inner {
        height: 100%;
        padding-top: 30px
    }
}

@media screen and (min-width:1300px) {
    .filters .filters__inner {
        padding-left: 0
    }
}

.filters-button .text-for-hide {
    display: none
}

.filters__footer {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: 100%
}

@media screen and (min-width:375px) {
    .filters__footer {
        width: 286px
    }
}

@media screen and (max-width:1231px) {
    .filters__footer {
        position: absolute;
        bottom: 0;
        left: 0;
        border-top: 1px solid #e5e5e5
    }
}

.filters__footer input[type=submit] {
    display: block;
    width: 100%
}


/*
.works .filters .filters__inner {
    display: grid;
    grid-template-areas: 'area_titulo' 'area_close' 'area_tipo' 'area_text_search' 'area_estado' 'area_arquitecto' 'area_tipologia' 'area_material' 'area_pais' 'area_ciudad' 'area_fotografo' 'area_marca' 'area_general' 'area_fecha' 'area_ad'
}

.articles .filters .filters__inner {
    display: grid;
    grid-template-areas: 'area_titulo' 'area_close' 'area_tipo' 'area_text_search' 'area_categoria' 'area_autor' 'area_arquitecto' 'area_pais' 'area_ciudad' 'area_tipologia' 'area_material' 'area_fotografo' 'area_marca' 'area_general' 'area_fecha' 'area_ad'
}

.books .filters .filters__inner {
    display: grid;
    grid-template-areas: 'area_titulo' 'area_close' 'area_tipo' 'area_text_search' 'area_categoria_libro' 'area_autor' 'area_autor_articulo' 'area_arquitecto' 'area_editorial' 'area_general' 'area_fecha' 'area_ad'
}

.product-list .filters .filters__inner {
    display: grid;
    grid-template-areas: 'area_titulo' 'area_close' 'area_tipo' 'area_text_search' 'area_marca' 'area_tipologia_producto' 'area_material' 'area_disenador' 'area_ad'
}

.brands-list .filters .filters__inner {
    display: grid;
    grid-template-areas: 'area_titulo' 'area_close' 'area_tipo' 'area_text_search' 'area_tipologia_producto' 'area_material' 'area_disenador' 'area_ad'
}

.updates .filters .filters__inner {
    display: grid;
    grid-template-areas: 'area_titulo' 'area_close' 'area_tipo' 'area_text_search' 'area_categoria' 'area_autor' 'area_arquitecto' 'area_pais' 'area_ciudad' 'area_tipologia' 'area_material' 'area_fotografo' 'area_marca' 'area_fecha' 'area_ad'
}*/

.area_titulo {
    grid-area: area_titulo
}

.area_tipo {
    grid-area: area_tipo
}

.area_estado {
    grid-area: area_estado
}

.area_general {
    grid-area: area_general
}

.area_categoria {
    grid-area: area_categoria
}

.area_categoria_libro {
    grid-area: area_categoria_libro
}

.area_autor {
    grid-area: area_autor
}

.area_autor_articulo {
    grid-area: area_autor_articulo
}

.area_fecha {
    grid-area: area_fecha
}

.area_tipologia {
    grid-area: area_tipologia
}

.area_arquitecto {
    grid-area: area_arquitecto
}

.area_text_search {
    grid-area: area_text_search
}

.area_pais {
    grid-area: area_pais
}

.area_ciudad {
    grid-area: area_ciudad
}

.area_material {
    grid-area: area_material
}

.area_ciudad {
    grid-area: area_ciudad
}

.area_marca {
    grid-area: area_marca
}

.area_ciudad {
    grid-area: area_ciudad
}

.area_fotografo {
    grid-area: area_fotografo
}

.area_disenador {
    grid-area: area_disenador
}

.area_editorial {
    grid-area: area_editorial
}

.area_tipologia_producto {
    grid-area: area_tipologia_producto
}

.area_titulo {
    grid-area: area_titulo
}

.filters .cajad-sidebar {
    grid-area: area_ad
}

.filters .filters-button {
    grid-area: area_close
}

input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
    display: block;
    width: 100%;
    border: 1px solid #e5e5e5;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    font-size: .875rem;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #fbfbfb;
    border-radius: 2px
}

input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
    outline: 0;
    border-color: #333
}

::-webkit-input-placeholder {
    color: #9e9e9e;
    font-weight: 400
}

::-moz-placeholder {
    color: #9e9e9e;
    font-weight: 400
}

:-ms-input-placeholder {
    color: #9e9e9e;
    font-weight: 400
}

:-moz-placeholder {
    color: #9e9e9e;
    font-weight: 400
}

textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%
}

.select-wrap {
    display: block;
    cursor: pointer;
    position: relative
}

.select-wrap::before {
    content: '';
    background-image: url(/assets/img/injectedsvg/chevron-down.svg);
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: .6em;
    z-index: 1;
    margin-top: -7px
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    border: 1px solid #e5e5e5;
    background-color: #fbfbfb;
    border-radius: 2px;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    font-size: .875rem;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 30px;
    padding-left: 15px;
    height: 44px;
    background-repeat: no-repeat;
    background-position: right 11px center;
    background-size: 8px 5px;
    position: relative
}

select.tokenize {
    border-color: #00f
}

select:disabled {
    color: #ccc
}

select::-ms-expand {
    display: none
}

fieldset {
    border: none;
    margin: 0;
    padding: 0
}

input[type=checkbox],
input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    margin-right: 6px
}

input[type=checkbox]::after,
input[type=radio]::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    background-color: #fff
}

input[type=checkbox]:hover::after,
input[type=radio]:hover::after {
    border: 1px solid #9e9e9e
}

input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

input[type=checkbox] {
    border-radius: 0;
    top: -2px
}

input[type=checkbox]::after {
    border-radius: 0
}

input[type=checkbox]::before {
    content: none
}

input[type=checkbox]:checked::after {
    border-radius: 0;
    border-color: #333;
    background-color: #333
}

input[type=checkbox]:checked::before {
    content: url(/assets/img/svg/checkbox-check.svg);
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.has-error input[type=checkbox]::after {
    border-color: #da1e1e
}

input[type=radio] {
    border-radius: 999px;
    top: 3px
}

input[type=radio]::after {
    border-radius: 999px;
    top: -5px
}

input[type=radio]:checked::after {
    border-color: #333;
    border-radius: 999px;
    top: -5px
}

input[type=radio]:checked::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: -1px;
    left: 4px;
    z-index: 1;
    background-color: #333;
    border-radius: 999px
}

.button-submit,
button[type=submit],
input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    border: 1px solid #333;
    white-space: nowrap;
    text-decoration: none;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 600;
    background-color: #333;
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 22px;
    padding-right: 22px;
    text-align: center;
    font-weight: 600;
    border-radius: 2px
}

.button-submit.submit--large,
button[type=submit].submit--large,
input[type=submit].submit--large {
    padding-top: 12px;
    padding-bottom: 12px
}

.button-submit.submit--block,
button[type=submit].submit--block,
input[type=submit].submit--block {
    display: block;
    width: 100%
}

.button-submit:disabled,
button[type=submit]:disabled,
input[type=submit]:disabled {
    border: 1px solid #9e9e9e;
    background-color: #9e9e9e;
    cursor: not-allowed
}

.button-submit.processing,
button[type=submit].processing,
input[type=submit].processing {
    position: relative;
    padding-right: 2em
}

.button-submit.processing::after,
button[type=submit].processing::after,
input[type=submit].processing::after {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(/assets/img/injectedsvg/icon-retry-animated.svg);
    position: absolute;
    z-index: 2;
    right: .4em;
    top: .7em
}

.quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.quantity input[type=text].input-number {
    text-align: center;
    outline: 0;
    font-size: 15px;
    font-size: .9375rem;
    color: #333;
    max-width: 40px;
    padding: 0;
    border-left: none;
    border-right: none
}

.quantity .input-number-decrement,
.quantity .input-number-increment,
.quantity input[type=text].input-number {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    height: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400
}

.quantity .input-number-decrement,
.quantity .input-number-increment {
    width: 20px;
    background: #fff;
    color: #444;
    text-align: center;
    cursor: pointer;
    line-height: 1.5em
}

.quantity .input-number-decrement:active,
.quantity .input-number-increment:active {
    background: #ddd
}

.quantity .input-number-decrement {
    border-right: none;
    border-radius: 2px 0 0 2px;
    border-left: 1px solid #e5e5e5
}

.quantity .input-number-increment {
    border-left: none;
    border-radius: 0 2px 2px 0;
    border-right: 1px solid #e5e5e5
}

.input-default {
    margin-bottom: 1em;
    position: relative
}

.input-default .error-text,
.input-default .help-text {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 13px;
    font-size: .8125rem
}

.input-default .error-text a,
.input-default .help-text a {
    color: #333
}

.input-default .error-text {
    display: none;
    color: #da1e1e
}

.input-default.input-default--no-margin {
    margin-bottom: 0
}

.input-default.has-success input[type=date],
.input-default.has-success input[type=datetime-local],
.input-default.has-success input[type=datetime],
.input-default.has-success input[type=email],
.input-default.has-success input[type=month],
.input-default.has-success input[type=number],
.input-default.has-success input[type=password],
.input-default.has-success input[type=range],
.input-default.has-success input[type=search],
.input-default.has-success input[type=tel],
.input-default.has-success input[type=text],
.input-default.has-success input[type=time],
.input-default.has-success input[type=url],
.input-default.has-success input[type=week],
.input-default.has-success textarea {
    background-image: url(/assets/img/injectedsvg/icon-success.svg);
    background-repeat: no-repeat;
    background-position: right 11px center;
    background-size: 16px 16px;
    padding-right: 2.4em
}

.input-default.has-error input[type=date],
.input-default.has-error input[type=datetime-local],
.input-default.has-error input[type=datetime],
.input-default.has-error input[type=email],
.input-default.has-error input[type=month],
.input-default.has-error input[type=number],
.input-default.has-error input[type=password],
.input-default.has-error input[type=range],
.input-default.has-error input[type=search],
.input-default.has-error input[type=tel],
.input-default.has-error input[type=text],
.input-default.has-error input[type=time],
.input-default.has-error input[type=url],
.input-default.has-error input[type=week],
.input-default.has-error textarea {
    border-color: #da1e1e;
    background-image: url(/assets/img/injectedsvg/icon-error.svg);
    background-repeat: no-repeat;
    background-position: right 11px center;
    background-size: 16px 16px;
    padding-right: 2.4em
}

.input-default.has-error .help-text {
    color: #da1e1e
}

.input-default.has-error .help-text.hide-on-errors {
    display: none
}

.input-default.has-error .error-text {
    display: block
}

.input-default.has-error select {
    border-color: #da1e1e
}

.form-alert {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    background-color: #f1f1f1;
    padding: 16px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    display: none
}

.form-alert .form-alert__icon {
    width: 16px;
    height: 16px;
    margin-right: 20px
}

.form-alert .form-alert__text {
    font-size: 15px;
    font-size: .9375rem
}

.form-alert .form-alert__text b {
    font-weight: 600
}

.form-alert.form-alert--error {
    border-color: #da1e1e;
    background-color: #fdf7f6
}

.form-alert.form-alert--error .form-alert__text {
    color: #da1e1e
}

.form-alert.form-alert--error a {
    color: #a7443a;
    font-weight: 600
}

.form-alert.form-alert--success {
    border-color: #008c2a;
    background-color: #9dc5a9
}

.form-alert.form-alert--success .form-alert__text {
    color: #004615
}

.form-alert.form-alert--success a {
    color: #004615;
    font-weight: 600
}

.general-error-text {
    display: none;
    color: #da1e1e;
    font-size: 13px;
    font-size: .8125rem
}

form.has-error-alert .form-alert--error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

form.has-error-alert .general-error-text {
    display: block
}

form.has-success-alert .form-alert--success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-file {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.credit-card-input input {
    background-image: url(/assets/img/injectedsvg/creditcard-inactive.svg);
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 46px 31px;
    padding-right: 56px
}

.credit-card-input.generic-creditcard input {
    background-image: url(/assets/img/injectedsvg/creditcard-active.svg)
}

.credit-card-input.mastercard input {
    background-image: url(/assets/img/injectedsvg/mastercard-active.svg)
}

.credit-card-input.visa input {
    background-image: url(/assets/img/injectedsvg/visa-active.svg)
}

.submit-container.submit-container--align-right {
    text-align: right
}

@media screen and (min-width:600px) {
    .simple-form-inline {
        display: table;
        width: 100%
    }
}

.simple-form-inline .input-default {
    margin-bottom: 0
}

@media screen and (min-width:600px) {
    .simple-form-inline .input-default {
        display: table-cell;
        vertical-align: bottom
    }
}

@media screen and (min-width:600px) {
    .simple-form-inline .submit-container {
        display: table-cell;
        vertical-align: bottom;
        width: 150px
    }
}

.simple-form-inline .submit-container input[type=submit] {
    width: 100%
}

label {
    margin-bottom: 5px;
    display: block;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 600;
    color: #333
}

label a {
    color: #333
}

label .label-comment {
    font-weight: 400;
    color: #333
}

fieldset label {
    display: inline-block
}

fieldset label+label {
    margin-left: 20px
}

.label-help-text {
    font-size: 15px;
    font-size: .9375rem;
    color: #333;
    position: relative;
    font-weight: 600;
    top: -5px
}

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    -webkit-box-shadow: 0 5px 20px 0 rgba(51, 51, 51, .4);
    box-shadow: 0 5px 20px 0 rgba(51, 51, 51, .4)
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 8px;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 600
}

.select2-results__option {
    padding: 11px 8px;
    border-radius: 0;
    margin-bottom: 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    margin-top: 10px;
    padding-top: 8px
}

.select2-container--open .select2-dropdown--below:after {
    content: "";
    display: block;
    width: 1px;
    height: 1px;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    position: absolute;
    right: 8px;
    bottom: 100%
}

.select2-container--open .select2-dropdown--below:before {
    content: "";
    display: block;
    width: 1px;
    height: 1px;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #333;
    border-left: 8px solid transparent;
    position: absolute;
    right: 8px;
    bottom: calc(100% + 1px)
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    cursor: text;
    padding-right: 12px
}

.select2-container--default .select2-selection--multiple:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 1px;
    border-top: 5px solid #333;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
    position: absolute;
    top: 18px;
    right: 15px
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 4px 8px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #333;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    margin-top: 5px;
    margin-right: 10px;
    color: #fff
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 600;
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
    border-radius: 2px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 2px 5px 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #ccc;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: 700;
    margin-left: 6px;
    position: relative;
    font-size: 14pxpx;
    font-size: .875rem;
    top: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #333 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option {
    color: #333
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #333;
    color: #fff
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted {
    background-color: rgba(51, 51, 51, .1);
    color: #333
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.rgdp-layer-1 {
    margin-top: 30px
}

.rgdp-layer-1__title {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    color: #333;
    text-transform: uppercase
}

.rgdp-table {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5
}

.rgdp-table tr {
    border-bottom: 1px solid #e5e5e5
}

.rgdp-table td {
    padding: 8px 16px;
    vertical-align: top
}

.rgdp-table td.rgdp-label {
    border-right: 1px solid #e5e5e5;
    color: #333;
    font-weight: 600
}

.rgdp-table td p {
    margin-top: .5em;
    margin-bottom: .5em
}

.rgdp-table .link-container {
    text-align: right
}

.rgdp-table .link-container a {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    color: #333
}

.page-cover {
    height: 390px;
    background-color: #333;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    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
}

.page-cover__content {
    text-align: center;
    padding-left: 17px;
    padding-right: 17px
}

@media screen and (min-width:768px) {
    .page-cover__content {
        max-width: 590px
    }
}

.page-cover__content .section__claim,
.page-cover__content .section__text,
.page-cover__content .section__title {
    color: #fff
}

.page-cover__content .page-cover__pretitle {
    display: block;
    color: #fff;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 9px
}

.page-cover__content .page-cover__title {
    color: #fff;
    font-size: 29px;
    font-size: 1.8125rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 9px
}

.page-cover__content .page-cover__text {
    color: #fff;
    font-size: 17px;
    font-size: 1.0625rem;
    margin: 0;
    line-height: 1.5
}

.page-cover__content .page-cover__button {
    margin-top: 30px
}

.page-cover__content select.section__select {
    margin-top: 20px;
    background-color: #fff;
    width: 286px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px
}

.page-cover__content input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
    width: 286px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px;
    padding-right: 40px;
    background-image: url(/assets/img/injectedsvg/search.svg);
    background-repeat: no-repeat;
    background-position: right 11px center;
    background-size: 24px 24px
}

@media screen and (min-width:768px) {
    .page-cover__content input[type=search] {
        width: 394px
    }
}

.user-area-page-cover {
    height: 250px
}

.user-area-page-cover .page-cover__pretitle,
.user-area-page-cover .page-cover__title {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .5)
}

.result {
    position: relative;
    grid-gap: 2em;
    padding-bottom: 1.2em
}

@media screen and (min-width:992px) {
    .result {
        margin-bottom: 0
    }
}

.result a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.result .result__img {
    height: 0;
    padding-bottom: 56.31%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fafafa
}

.result .result__img[data-entidad=marcas] .result__img {
    background-size: contain
}

.result .result__img__caption {
    margin: .4em;
    color: #333;
    font-size: .8em
}

.result .result__img_with_tag {
    position: relative;
    overflow: hidden
}

.result .result__img_with_tag .result__img_with_tag_inn {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center
}

.result .result__info {
    padding-top: .8em;
    overflow: hidden
}

.result .result__info .result__header {
    margin-bottom: .4em;
    font-size: 12px;
    font-size: .75rem;
    color: #444
}

.result .result__info .result__title {
    font-family: av_heading_font, "Times New Roman", Times, serif;
    letter-spacing: -.03em;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1em;
    color: #333;
    margin-top: .1em;
    margin-bottom: .2em
}

.result .result__info .result__title a {
    text-decoration: none;
    color: #333
}

.result .result__info .result__title a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.result .result__info .result__description {
    margin-bottom: .4em;
    padding: 0;
    position: relative;
    overflow: hidden;
    color: #444
}

.result .result__info .result__description p {
    font-size: 14px;
    font-size: .875rem;
    color: #333;
    padding: 0;
    margin: 0
}

.result .result__info .result__description p .result__tag {
    font-weight: 600;
    color: #333;
    display: inline
}

.association-result {
    background-color: #f1f1f1;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding-left: 9px;
    padding-right: 9px;
    height: 318px
}

@media screen and (min-width:615px) {
    .association-result {
        margin-bottom: 0
    }
}

.association-result a {
    text-decoration: none
}

.association-result .association-result__img {
    width: 130px;
    height: 0;
    padding-bottom: 56.31%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 57px;
    margin-bottom: 14px;
    overflow: hidden
}

.association-result .association-result__img img {
    vertical-align: bottom
}

.association-result .pretitle {
    margin-bottom: 5px
}

.association-result .association-result__title {
    font-size: 16px;
    font-size: 1rem;
    color: #333
}

.publication-result {
    background-color: #f1f1f1;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    min-height: 300px;
    height: 100%;
    padding-left: .8em;
    padding-right: .8em
}

@media screen and (min-width:615px) {
    .publication-result {
        margin-bottom: 0
    }
}

.publication-result a {
    text-decoration: none;
    height: 100%;
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.publication-result.viewer-available .viewer-icon {
    display: block
}

.publication-result .publication-result__img {
    width: 123px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 34px;
    margin-bottom: 14px;
    position: relative
}

.publication-result .publication-result__img img {
    vertical-align: bottom
}

.publication-result.results-tags .publication-result__img {
    min-height: 123px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.publication-result .pretitle {
    margin-bottom: 0
}

.publication-result .publication-result__title {
    font-family: av_heading_font, "Times New Roman", Times, serif;
    letter-spacing: -.03em;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1em;
    color: #333;
    margin-top: .1em;
    margin-bottom: .2em;
    margin-top: 0;
    padding-bottom: 1em
}

.publication-result .button {
    position: absolute;
    left: 9px;
    right: 9px;
    bottom: 7px
}

.publication-result.results-publicaciones.has_viewer .card-link {
    padding-bottom: 2em
}

.publication-result.results-publicaciones .viewer_link {
    height: auto;
    display: block;
    bottom: .4em;
    top: initial;
    max-width: 210px;
    margin: 0 auto;
    min-height: auto
}

.results-grid {
    max-width: 286px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr
}

@media screen and (min-width:616px) {
    .results-grid {
        max-width: 586px;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 14px;
        grid-row-gap: 30px
    }
}

@media screen and (min-width:916px) {
    .results-grid {
        max-width: 886px;
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media screen and (min-width:1300px) {
    .results-grid {
        max-width: 1260px;
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

.hz-nav-wrapper {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    height: 52px;
    overflow-y: hidden;
    border-bottom: 1px solid #e5e5e5;
    z-index: 2;
    background-color: #fff
}

.hz-nav {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    position: relative;
    font-size: 0;
    overflow-x: scroll;
    padding-bottom: 50px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.js .hz-nav {
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.js .hz-nav::-webkit-scrollbar {
    display: none
}

.hz-nav__contents {
    display: inline-block;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.hz-nav__contents--no-transition {
    -webkit-transition: none;
    transition: none
}

.hz-nav__element {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px
}

.hz-nav__link {
    text-decoration: none;
    color: #9e9e9e;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 52px;
    border: 1px solid transparent
}

.hz-nav__link:hover {
    color: #333
}

.hz-nav__link[aria-selected=true] {
    color: #333;
    background-color: rgba(0, 0, 0, 0);
    position: relative
}

.hz-nav__link[aria-selected=true]:after {
    content: "";
    display: block;
    height: 3px;
    background-color: #333;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.hz-advancer {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    padding: 0;
    border: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 18px;
    width: 30px
}

.hz-advancer:hover .hz-advancer__icon path {
    stroke: #333
}

.hz-advancer.hz-advancer--left {
    text-align: left;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, .3)), color-stop(#fff), to(#fff));
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, .3), #fff, #fff)
}

.hz-advancer.hz-advancer--right {
    text-align: right;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, .3)), color-stop(#fff), to(#fff));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .3), #fff, #fff)
}

.hz-advancer .hz-advancer__icon path {
    stroke: #9e9e9e
}

.hz-advancer:focus {
    outline: 0
}

.hz-advancer:hover {
    cursor: pointer
}

.hz-advancer--left {
    left: 0
}

[data-overflowing=both]~.hz-advancer--left,
[data-overflowing=left]~.hz-advancer--left {
    opacity: 1
}

.hz-advancer--right {
    right: 0
}

[data-overflowing=both]~.hz-advancer--right,
[data-overflowing=right]~.hz-advancer--right {
    opacity: 1
}

.hz-advancer__icon {
    width: 18px;
    height: 18px;
    fill: #9e9e9e;
    position: relative;
    top: 3px
}

.hz-nav__indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100px;
    background-color: transparent;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.payment-module .payment-module__element {
    border-bottom: 1px solid #e5e5e5
}

.payment-module .payment-module__element .payment-module__button {
    display: block;
    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;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none
}

.payment-module .payment-module__element .payment-module__button .payment-module__button-title {
    padding-left: 35px;
    position: relative;
    color: #333;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 600
}

.payment-module .payment-module__element .payment-module__button .payment-module__button-title:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #9e9e9e;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.payment-module .payment-module__element .payment-module__button .payment-module__button-title:after {
    content: none
}

.payment-module .payment-module__element .payment-module__button .payment-module__button-image svg {
    width: 46px;
    height: 31px
}

.payment-module .payment-module__element .payment-module__button .payment-module__button-image .active {
    display: none
}

.payment-module .payment-module__element .payment-module__content {
    display: none;
    padding-bottom: 50px
}

.payment-module .payment-module__element.js-accordion__opened .payment-module__button-title:before {
    border-color: #333
}

.payment-module .payment-module__element.js-accordion__opened .payment-module__button-title:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #333;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 4px;
    z-index: 1
}

.payment-module .payment-module__element.js-accordion__opened .payment-module__button-image svg {
    width: 46px;
    height: 31px
}

.payment-module .payment-module__element.js-accordion__opened .payment-module__button-image .active {
    display: block
}

.payment-module .payment-module__element.js-accordion__opened .payment-module__button-image .inactive {
    display: none
}

.payment-module .payment-module__element.js-accordion__opened .payment-module__content {
    display: block
}

.closable-message {
    background-color: #f1f1f1;
    text-align: center;
    padding: 25px 30px;
    position: relative
}

@media screen and (min-width:768px) {
    .closable-message {
        text-align: left;
        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
    }
}

.closable-message.is-hidden {
    display: none
}

@media screen and (min-width:768px) {
    .closable-message .closable-message__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.closable-message .closable-message__info .big-avatar {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

@media screen and (min-width:768px) {
    .closable-message .closable-message__info .big-avatar {
        margin: 0
    }
}

.closable-message .closable-message__info .main-text {
    margin: 0;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    line-height: 1.25
}

@media screen and (min-width:768px) {
    .closable-message .closable-message__info .main-text {
        padding-left: 20px;
        padding-right: 10px
    }
}

.closable-message .closable-message__close {
    position: absolute;
    top: 10px;
    right: 10px
}

@media screen and (min-width:768px) {
    .closable-message .closable-message__close {
        position: static;
        top: 0;
        right: 0
    }
}

.closable-message .closable-message__close svg {
    width: 28px;
    height: 28px
}

.big-avatar {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    background-color: #e5e5e5;
    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
}

.big-avatar svg {
    position: relative;
    top: -2px;
    width: 43px;
    height: 43px
}

.bread-crumb {
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px
}

@media screen and (min-width:1000px) {
    .bread-crumb {
        margin-bottom: 60px
    }
}

.bread-crumb li {
    font-size: 15px;
    font-size: .9375rem;
    color: #333;
    display: inline-block;
    vertical-align: middle
}

.bread-crumb li:after {
    content: "/"
}

.bread-crumb li:last-child:after {
    content: none
}

.bread-crumb li a {
    color: #333
}

.tags-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.tags-list li {
    margin-right: 12px
}

.tag {
    display: block;
    border: 1px solid #e5e5e5;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    padding: 7px 16px;
    margin-bottom: 10px
}

.tag:hover {
    border-color: #333
}

.tag.active {
    background-color: #f0f0f0;
    border-color: #ccc
}

.tag.disabled {
    color: #ccc;
    cursor: default
}

.tag.disabled:hover {
    border-color: #e5e5e5
}

.test-new-grid .header .header__inner {
    max-width: 1500px
}

.test-new-grid .header .header__inner .logo-container svg {
    vertical-align: middle;
    width: 68px;
    height: 40px
}

@media screen and (min-width:615px) {
    .test-new-grid .pagination {
        max-width: 100%;
        text-align: center
    }
}

@media screen and (min-width:1000px) {
    .test-new-grid .pagination {
        text-align: right
    }
}

.test-new-grid .footer .footer__inner {
    max-width: 1500px
}

.av-listing {
    padding-top: 30px;
    padding-bottom: 40px
}

@media screen and (min-width:700px) {
    .av-listing {
        padding-bottom: 60px
    }
}

@media screen and (min-width:1000px) {
    .av-listing {
        padding-bottom: 70px
    }
}

.av-listing-header .av-listing-header__inner {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding-right: .9375rem;
    padding-left: .9375rem
}

@media screen and (min-width:700px) {
    .av-listing-header .av-listing-header__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (max-width:699px) {
    .av-listing-header__actions {
        margin-top: 12px
    }
}

.av-listing-header__actions .av-listing-header__actions-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (min-width:700px) {
    .av-listing-header__actions .av-listing-header__actions-list {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .av-listing-header__actions .av-listing-header__actions-list li {
        margin-left: 20px
    }

    .av-listing-header__actions .av-listing-header__actions-list li:first-child {
        margin-left: 0
    }
}

@media screen and (max-width:699px) {
    .av-listing-header__actions .dropdown .dropdown-label {
        display: none
    }
}

@media screen and (max-width:699px) {
    .av-listing-header__actions .change-view {
        display: none
    }
}

.av-listing-content {
    margin-top: 40px
}

.av-listing-content .av-listing-content__inner {
    height: 100%
}

@media screen and (min-width:1224px) {
    .av-listing-content .av-listing-content__inner {
        display: grid;
        grid-template-columns: 300px auto;
        max-width: 1500px;
        margin-left: auto;
        margin-right: auto
    }
}

.av-listing-filters {
    background-color: rgba(229, 229, 229, .8);
    position: absolute;
    top: 105px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 240ms linear;
    transition: -webkit-transform 240ms linear;
    transition: transform 240ms linear;
    transition: transform 240ms linear, -webkit-transform 240ms linear;
    padding-bottom: 55px
}

@media screen and (min-width:1000px) {
    .av-listing-filters {
        top: 126px
    }
}

@media screen and (min-width:1224px) {
    .av-listing-filters {
        position: static;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        padding-bottom: 0;
        background-color: transparent
    }
}

.av-listing-filters .av-listing-filters__inner {
    background-color: #fff;
    padding-right: .9375rem;
    padding-left: .9375rem;
    overflow-y: scroll
}

@media screen and (min-width:375px) {
    .av-listing-filters .av-listing-filters__inner {
        width: 286px
    }
}

@media screen and (max-width:1231px) {
    .av-listing-filters .av-listing-filters__inner {
        height: 100%;
        padding-top: 30px
    }
}

.av-listing-filters__footer {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: 100%
}

@media screen and (min-width:375px) {
    .av-listing-filters__footer {
        width: 286px
    }
}

@media screen and (max-width:1231px) {
    .av-listing-filters__footer {
        position: absolute;
        bottom: 0;
        left: 0;
        border-top: 1px solid #e5e5e5
    }
}

.av-listing-filters__footer input[type=submit] {
    display: block;
    width: 100%
}

.av-listing-results {
    padding-right: .9375rem;
    padding-left: .9375rem
}

.av-listing-results__thumbs {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 32px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width:700px) {
    .av-listing-results__thumbs {
        max-width: 100%;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 24px
    }
}

@media screen and (min-width:1000px) {
    .av-listing-results__thumbs {
        grid-template-columns: 1fr 1fr 1fr
    }
}

.av-listing-results__thumbs .result {
    width: 100%;
    margin-bottom: 0
}

.av-listing-results__thumbs .result .result__info {
    padding-top: 14px
}

.av-listing-results__thumbs .result .result__author {
    font-size: 14px;
    font-size: .875rem
}

.av-listing-results__thumbs .result .result__description {
    display: none
}

.av-listing-results__thumbs .result .result__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2
}

.av-listing-results__thumbs .publication-result .publication-result__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    padding-bottom: 1em
}

.av-listing-results__map {
    display: none;
    width: 100%;
    position: relative
}

@media screen and (max-width:699px) {
    .av-listing-results__map {
        height: calc(100% - 125px)
    }
}

@media screen and (min-width:700px) {
    .av-listing-results__map {
        height: 0;
        padding-bottom: 56.25%;
        margin-bottom: 30px
    }
}

.av-listing-results__map iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.av-listing-header--replica {
    display: none;
    margin-bottom: 30px
}

.av-listing-header--replica .av-listing-header__actions-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.av-listing-header--replica .av-listing-header__actions-list li {
    margin-left: 20px
}

.av-listing-header--replica .av-listing-header__actions-list li:first-child {
    margin-left: 0
}

@media screen and (max-width:699px) {
    body.has-map {
        height: 100%
    }

    body.has-map .av-listing,
    body.has-map .av-listing-content,
    body.has-map .av-listing-content__inner,
    body.has-map .av-listing-results,
    body.has-map .page {
        height: 100%
    }

    body.has-map .av-listing-results__thumbs {
        display: none
    }

    body.has-map .pagination {
        display: none
    }
}

.av-listing.is-map-visible .av-listing-header__actions .av-listing-header__actions-list li {
    visibility: hidden
}

.av-listing.is-map-visible .av-listing-header__actions .av-listing-header__actions-list li:last-child {
    visibility: visible
}

@media screen and (min-width:700px) {
    .av-listing.is-map-visible .av-listing-header--replica {
        display: block
    }
}

.av-listing.is-map-visible .av-listing-results__map {
    display: block
}

@media screen and (min-width:700px) {
    .av-listing.list-mode .av-listing-results__thumbs {
        grid-template-columns: 1fr;
        grid-column-gap: 0
    }

    .av-listing.list-mode .av-listing-results__thumbs .result a {
        display: grid;
        grid-template-columns: 200px auto;
        grid-column-gap: 24px
    }

    .av-listing.list-mode .av-listing-results__thumbs .result .result__info {
        padding-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.av-listing.av-listing--has-no-map .av-listing-header .av-listing-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.av-listing.av-listing--has-no-map .av-listing-header .av-listing-header__inner .av-listing-header__actions {
    margin-top: 0
}

.av-listing.av-listing--has-no-map .av-listing-header__actions .switch-container {
    display: none
}

.av-listing.av-listing--has-no-map.is-map-visible .av-listing-results__map {
    display: none
}

.av-listing.av-listing--has-no-map.is-map-visible .av-listing-header--replica {
    display: none
}

.resize_list_results .result__info {
    max-height: none !important
}

.resize_list_results_processed .result .result__info:after,
.resize_list_results_processed .result .result__info:before,
.resize_list_results_processed .result__description p:after,
.resize_list_results_processed .result__description p:before,
.resize_list_results_processed .result__info:after,
.resize_list_results_processed .result__info:before {
    display: none !important
}

.resize_list_results_processed .result .result__title {
    margin-bottom: 0
}

.d-block {
    display: block !important
}

.t-tip {
    position: relative
}

.t-tip .t-tip-img {
    display: inline-block;
    height: 1.2em;
    top: .2em;
    position: relative;
    opacity: .5
}

.t-tip .t-tip-inn {
    display: none;
    opacity: 1;
    position: absolute;
    width: 240px;
    bottom: 100%;
    left: -108px;
    z-index: 1;
    margin-bottom: 1em;
    padding: .8em;
    font-size: .9rem;
    font-weight: 300;
    line-height: 1.2em;
    background: #fff;
    -webkit-box-shadow: 0 3px 20px -15px #000;
    box-shadow: 0 3px 20px -15px #000
}

.t-tip .t-tip-inn:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px
}

.t-tip:hover .t-tip-inn {
    display: block;
    -webkit-animation: basicFade .3s ease-out;
    animation: basicFade .3s ease-out
}

@-webkit-keyframes basicFade {
    0% {
        display: none;
        opacity: 0
    }

    1% {
        display: block;
        opacity: 0
    }

    100% {
        display: block;
        opacity: 1
    }
}

@keyframes basicFade {
    0% {
        display: none;
        opacity: 0
    }

    1% {
        display: block;
        opacity: 0
    }

    100% {
        display: block;
        opacity: 1
    }
}

.home .cajad-billboard_under_menu .cajad-inn {
    margin-bottom: 0
}

.home-layout {
    padding: 0 2em;
    margin: .8em auto
}

.home-layout.home-layout-notop {
    margin-top: 0
}

.home-layout img {
    width: 100%
}

@media screen and (min-width:576px) {
    .home-layout {
        max-width: 420px;
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width:768px) {
    .home-layout {
        max-width: 728px
    }
}

@media screen and (min-width:1000px) {
    .home-layout {
        max-width: 1000px
    }
}

@media screen and (min-width:1260px) {
    .home-layout {
        max-width: 1260px
    }
}

.home-layout .block {
    margin-bottom: 1em
}

@media screen and (min-width:768px) {
    .home-layout .block:last-child {
        margin-bottom: 0 !important
    }
}

.home-layout .block.block_ad:first-child .cajad-inn {
    margin-top: 0
}

@media screen and (min-width:768px) {
    .home-layout .block.block_content {
        margin-bottom: 1em
    }
}

@media screen and (min-width:1000px) {
    .home-layout .block.block_heading:first-child .divider {
        margin-top: 0
    }
}

.home-layout .result {
    margin-bottom: 0;
    /*height: 100%;*/
    background: #f6f6f6;
    padding-bottom: .4em
}

.home-layout .result .result__info {
    padding: .6em .6em .3em .3em
}

.home-layout .result .result__info .result__title {
    margin-bottom: .4em
}

.home-layout .result .result__img img {
    display: none
}

.home-layout .result .result__info__no_image {
    padding-top: 0
}

@media screen and (min-width:768px) {
    .home-layout .result .result__info .result__description p {
        font-size: 13px;
        font-size: .8125rem
    }
}

@media screen and (min-width:1000px) {
    .home-layout .result .result__info .result__description p {
        font-size: 14px;
        font-size: .875rem
    }
}

@media screen and (min-width:768px) {
    .home-layout .result.result-landscape {
        padding-bottom: 0
    }
}

.home-layout .result .result__video {
    position: relative;
    z-index: 1
}

.home-layout .result .result__video:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(/assets/img/playWeb_B.png);
    z-index: 1;
    background-position: center;
    background-size: contain;
    right: 8px;
    bottom: 10px;
    width: 60px;
    height: 60px
}

@media screen and (min-width:768px) {

    .home-layout .home-module-full .result__video:before,
    .home-layout .home-module-three-one .col-md-9 .result>.result__img-container .result__video:before {
        right: 16px;
        bottom: 16px;
        width: 80px;
        height: 80px
    }
}

@media screen and (min-width:1000px) {
    .home-layout .home-module-full .result__video:before {
        right: 22px;
        bottom: 24px;
        width: 120px;
        height: 120px
    }
}

.home-layout .block_content_image .result {
    padding-bottom: 0
}

.home-layout .cajad-inn {
    margin-top: 0;
    margin-bottom: 0
}

@media screen and (min-width:768px) {
    .home-layout .home-region {
        margin-bottom: 1em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.home-layout .home-region .home-region {
    margin-bottom: 0
}

.home-layout .home-region:empty {
    display: none
}

.home-layout .home-region .block {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.home-layout .home-region .block.block_ad:last-child,
.home-layout .home-region .block.block_content:last-child:not(:first-child),
.home-layout .home-region .block.block_content_image,
.home-layout .home-region .block.block_heading,
.home-layout .home-region .block.block_html {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0
}

@media screen and (min-width:768px) {
    .home-layout .home-region .block {
        height: 100%
    }
}

.home-layout .block_html {
    max-width: 100%;
    height: auto
}

.home-layout .block_html .video-wrap {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%
}

.home-layout .block_html .video-wrap iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.home-layout .ad-wrap {
    overflow: hidden
}

.home-layout .ad-roba,
.home-layout .ad-robas {
    width: 300px;
    margin: 0 auto
}

@media screen and (min-width:768px) {

    .home-layout .ad-roba,
    .home-layout .ad-robas {
        width: auto
    }
}

.home-layout .divider {
    font-family: av_heading_font, "Times New Roman", Times, serif;
    letter-spacing: -.03em;
    font-size: 32px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1em;
    color: #333;
    margin-top: .1em;
    margin-bottom: .2em;
    text-transform: none;
    margin-top: .8em;
    margin-bottom: .6em;
    padding-bottom: 0;
    border-color: #666
}

@media screen and (min-width:1000px) {
    .home-layout .divider {
        font-size: 36px;
        font-size: 2.25rem
    }
}

.home-layout .divider a {
    text-decoration: none;
    color: inherit
}

@media screen and (min-width:769px) and (max-width:1024px) {

    .home-layout .result .result__info .result__description p,
    .home-layout .result .result__info .result__header {
        font-size: 12px;
        font-size: .75rem
    }

    .home-layout .result .result__info .result__title {
        font-size: 16px;
        font-size: 1rem
    }

    .home-layout .result .result__info .result__title.highlight_title {
        font-size: 18px;
        font-size: 1.125rem
    }

    .home-layout .result__img__caption {
        font-size: 12px;
        font-size: .75rem
    }

    .home-layout .block_publications .publications-wrap .publication-number .publication-number__title {
        font-size: 16px;
        font-size: 1rem
    }

    .home-layout .divider {
        font-size: 28px;
        font-size: 1.75rem
    }
}

@media screen and (min-width:768px) and (max-width:768px) {

    .home-layout .result .result__info .result__description p,
    .home-layout .result .result__info .result__header {
        font-size: 10px;
        font-size: .625rem
    }

    .home-layout .result .result__info .result__title {
        font-size: 13px;
        font-size: .8125rem
    }

    .home-layout .result .result__info .result__title.highlight_title {
        font-size: 15px;
        font-size: .9375rem
    }

    .home-layout .result__img__caption {
        font-size: 10px;
        font-size: .625rem
    }

    .home-layout .block_publications .publications-wrap .publication-number .publication-number__title {
        font-size: 13px;
        font-size: .8125rem
    }

    .home-layout .divider {
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media screen and (min-width:768px) {
    .home-module-half_quarter_quarter .col-md-6:first-child {
        border-right: 1px solid #eee
    }
}

@media screen and (min-width:1260px) {
    .home-module-half_quarter_quarter .col-xl-6:first-child {
        border-right: 1px solid #eee
    }
}

@media screen and (min-width:1000px) {
    .home-module-half_quarter_quarter .home-region .home-region:first-child {
        border-right: 1px solid #eee
    }
}

@media screen and (min-width:768px) {
    .home-module-four_quarters .home-region {
        border-right: 1px solid #eee
    }
}

@media screen and (min-width:1260px) {
    .home-module-four_quarters .home-region:nth-child(2) {
        border-right: 1px solid #eee
    }
}

.home-module-four_quarters .home-region:last-child {
    border: 0 !important
}

@media screen and (min-width:768px) {

    .home-module-three-one .home-region:first-child,
    .home-module-two-fifties .home-region:first-child {
        border-right: 1px solid #eee
    }
}

.home-module-grid_title h2 {
    margin-top: 0
}

@media screen and (min-width:768px) {

    .bigger_heading .result__info .result__title,
    .home-module-full .result__info .result__title {
        font-size: 1.4em
    }

    .bigger_heading .result__info .result__title.highlight_title,
    .home-module-full .result__info .result__title.highlight_title {
        font-size: 1.8em
    }
}

@media screen and (min-width:1000px) {

    .bigger_heading .result__info .result__title,
    .home-module-full .result__info .result__title {
        font-size: 1.6em
    }

    .bigger_heading .result__info .result__title.highlight_title,
    .home-module-full .result__info .result__title.highlight_title {
        font-size: 2em
    }
}

@media screen and (min-width:1260px) {

    .bigger_heading .result__info .result__title,
    .home-module-full .result__info .result__title {
        font-size: 1.8em
    }

    .bigger_heading .result__info .result__title.highlight_title,
    .home-module-full .result__info .result__title.highlight_title {
        font-size: 2.1em
    }
}

.block_publications {
    margin-bottom: 0 !important
}

.block_publications .publications-wrap .publication-number {
    margin-bottom: 1em;
    border-right: 1px solid #eee
}

.block_publications .publications-wrap .publication-number:last-child {
    border: none
}

@media screen and (min-width:768px) {
    .block_publications .publications-wrap .publication-number {
        margin-bottom: 0
    }
}

.block_publications .publications-wrap .publication-number .publication-number-inn {
    background: #f6f6f6;
    height: 100%
}

.block_publications .publications-wrap .publication-number .publication-number__title {
    font-size: 16px;
    font-size: 1rem
}

@media screen and (min-width:1000px) {
    .block_publications .publications-wrap .publication-number .publication-number__title {
        max-width: 180px;
        font-size: 19px;
        font-size: 1.1875rem
    }
}

.block_publications .publications-wrap .publication-number .publication-wrap {
    display: block;
    width: 240px;
    max-width: 75%;
    margin: 0 auto;
    padding: 1.2em 0
}

@media screen and (min-width:1000px) {
    .block_publications .publications-wrap .publication-number .publication-wrap {
        max-width: 180px;
        padding: 2.4em 0
    }
}

.about-our-publications {
    text-align: center
}

@media screen and (min-width:1000px) {
    .about-our-publications {
        text-align: left
    }
}

.about-our-publications .av-content .av-content__inner {
    padding-top: 60px;
    padding-bottom: 50px
}

@media screen and (min-width:768px) {
    .about-our-publications .av-content .av-content__inner {
        padding-top: 50px
    }
}

@media screen and (min-width:1000px) {
    .about-our-publications .av-content .av-content__inner {
        padding-top: 70px;
        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
    }
}

.about-our-publications .section__info {
    margin-bottom: 20px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width:1000px) {
    .about-our-publications .section__info {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0
    }
}

.about-our-publications .section__info .button {
    margin-top: 30px
}

@media screen and (min-width:1000px) {
    .about-our-publications .section__image {
        min-width: 586px
    }
}

.about-our-publications .section__image img {
    width: 286px
}

@media screen and (min-width:768px) {
    .about-our-publications .section__image img {
        width: 364px
    }
}

@media screen and (min-width:1000px) {
    .about-our-publications .section__image img {
        width: 586px
    }
}

.about-website {
    text-align: center
}

.about-website .av-content .av-content__inner {
    padding-top: 60px;
    padding-bottom: 50px
}

@media screen and (min-width:768px) {
    .about-website .av-content .av-content__inner {
        padding-top: 90px;
        padding-bottom: 60px
    }
}

.about-website .section__info {
    max-width: 786px;
    margin-left: auto;
    margin-right: auto
}

.about-website img {
    width: 286px;
    margin-top: 30px
}

@media screen and (min-width:768px) {
    .about-website img {
        width: 364px
    }
}

@media screen and (min-width:1000px) {
    .about-website img {
        width: 586px
    }
}

.advantages-intro {
    padding-top: 80px;
    padding-bottom: 45px
}

.advantages-website {
    text-align: center;
    padding-top: 65px;
    padding-bottom: 70px
}

@media screen and (min-width:768px) {
    .advantages-website {
        padding-bottom: 80px
    }
}

@media screen and (min-width:1000px) {
    .advantages-website {
        padding-top: 40px;
        padding-bottom: 120px
    }
}

.advantages-magazines {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px
}

@media screen and (min-width:768px) {
    .advantages-magazines {
        padding-top: 110px;
        padding-bottom: 80px
    }
}

@media screen and (min-width:1000px) {
    .advantages-magazines {
        padding-top: 120px;
        padding-bottom: 125px
    }
}

.image-info-block {
    padding-top: 40px;
    text-align: left
}

@media screen and (min-width:768px) {
    .image-info-block {
        padding-top: 60px;
        max-width: 616px;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width:1000px) {
    .image-info-block {
        padding-top: 70px;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.image-info-block .image-info-block__image {
    margin-bottom: 30px;
    text-align: center
}

@media screen and (min-width:768px) {
    .image-info-block .image-info-block__image {
        margin-bottom: 60px
    }

    .image-info-block .image-info-block__image img {
        max-width: 448px
    }
}

@media screen and (min-width:1000px) {
    .image-info-block .image-info-block__image {
        margin-bottom: 0;
        padding-left: 25px
    }

    .image-info-block .image-info-block__image img {
        max-width: 568px
    }
}

@media screen and (min-width:1000px) {
    .image-info-block .image-info-block__info .icon-list {
        padding-left: 70px;
        padding-right: 60px
    }
}

@media screen and (min-width:1000px) {
    .image-info-block.image-info-block--reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.icon-list .icon-list__item {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px
}

@media screen and (min-width:768px) {
    .icon-list .icon-list__item {
        margin-bottom: 30px
    }
}

.icon-list .icon-list__item:last-child {
    margin-bottom: 0
}

.icon-list .icon-list__item .icon-list__item-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0
}

.icon-list .icon-list__item .icon-list__item-title {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 600;
    color: #333;
    margin-top: 0;
    margin-bottom: 5px
}

.icon-list .icon-list__item .icon-list__item-content {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.5;
    margin: 0
}

.icon-list .icon-list__item .icon-list__item-small {
    font-size: 15px;
    font-size: .9375rem;
    margin: 0
}

.advantages-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
    max-width: 286px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width:1000px) {
    .advantages-list {
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 14px;
        max-width: 100%
    }
}

.advantages-list .advantages-list__item {
    text-align: center
}

.advantages-list .advantages-list__item .advantages-list__item-image svg {
    width: 106px;
    height: 106px
}

.advantages-list .advantages-list__item .advantages-list__item-info {
    padding-top: 25px
}

.advantages-list .advantages-list__item .advantages-list__item-info .title {
    color: #333;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 600;
    margin: 0;
    font-family: "Libre Franklin", sans-serif;
    line-height: 1.1
}

.advantages-list .advantages-list__item .advantages-list__item-info .text {
    color: #333;
    font-size: 17px;
    font-size: 1.0625rem;
    margin: 0;
    margin-top: 12px;
    line-height: 1.7
}

.numbers-presentation {
    background-color: #fbfbfb;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px
}

.numbers-presentation .numbers-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 35px
}

@media screen and (min-width:768px) {
    .numbers-presentation .numbers-list {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media screen and (min-width:1000px) {
    .numbers-presentation .numbers-list .numbers-list__item {
        border-right: 1px solid #e5e5e5
    }

    .numbers-presentation .numbers-list .numbers-list__item:last-child {
        border: none
    }
}

.numbers-presentation .numbers-list .numbers-list__item .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 20px
}

.numbers-presentation .numbers-list .numbers-list__item .number {
    display: block;
    color: #333;
    display: block;
    font-size: 35px;
    font-size: 2.1875rem;
    font-weight: 600
}

.numbers-presentation .numbers-list .numbers-list__item .text {
    display: block;
    color: #333;
    display: block;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 600
}

.cover {
    background-color: #f1f1f1;
    padding-top: 45px;
    padding-bottom: 53px;
    text-align: center
}

@media screen and (min-width:768px) {
    .cover {
        padding-top: 70px;
        padding-bottom: 100px;
        text-align: left
    }
}

@media screen and (min-width:1330px) {
    .cover {
        padding-top: 90px;
        padding-bottom: 90px
    }
}

.cover .cover__inner {
    max-width: 786px;
    margin-left: auto;
    margin-right: auto;
    padding-right: .9375rem;
    padding-left: .9375rem
}

@media screen and (min-width:768px) {
    .cover .cover__inner {
        display: grid;
        grid-template-areas: "info image" "info image";
        grid-template-columns: auto 190px;
        grid-column-gap: 117px;
        grid-template-rows: minmax(0, auto) minmax(0, auto)
    }
}

@media screen and (min-width:768px) {
    .cover .cover__inner {
        max-width: 994px;
        grid-column-gap: 212px
    }
}

.cover .cover__inner-full {
    max-width: 1200px
}

.cover .cover-title {
    font-family: av_heading_font, "Times New Roman", Times, serif;
    letter-spacing: -.03em;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1em;
    color: #333;
    margin-top: .1em;
    margin-bottom: .2em;
    margin-top: 0;
    margin-bottom: 25px
}

@media screen and (min-width:768px) {
    .cover .cover-title {
        font-size: 34px;
        font-size: 2.125rem;
        margin-bottom: 5px
    }
}

@media screen and (min-width:1330px) {
    .cover .cover-title {
        font-size: 40px;
        font-size: 2.5rem
    }
}

.cover .marca-image {
    width: 100px;
    height: auto
}

@media screen and (min-width:768px) {
    .cover .marca-image {
        width: 190px;
        height: auto;
        grid-area: image
    }
}

.cover .cover-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:767px) {
    .cover .cover-image {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px
    }
}

@media screen and (min-width:768px) {
    .cover .cover-image {
        width: 190px;
        height: 190px;
        grid-area: image
    }
}

.cover .cover-info p {
    margin-top: 0
}

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

@media screen and (min-width:768px) {
    .cover .cover-social {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.cover .cover-social .pretitle {
    margin-bottom: 0;
    margin-right: 20px;
    text-transform: none
}

.cover .cover-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.cover .cover-social ul li {
    margin-right: 10px
}

.cover .cover-social ul a {
    display: block;
    width: 24px;
    height: 24px
}

.cover .cover-social ul a i {
    font-size: 1.4em
}

.cover .cover-social ul a i:before {
    color: #9e9e9e
}

.cover .cover-social ul a i:hover:before {
    color: #333
}

.cover .cover-social+.button {
    margin-top: 20px
}

.association-results {
    padding-top: 30px
}

.association-results .association-results__inner {
    margin-left: auto;
    margin-right: auto;
    padding-right: .9375rem;
    padding-left: .9375rem
}

@media screen and (min-width:615px) {
    .association-results .association-results__inner {
        margin-top: 53px;
        max-width: 586px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width:915px) {
    .association-results .association-results__inner {
        max-width: 886px
    }
}

@media screen and (min-width:1215px) {
    .association-results .association-results__inner {
        margin-top: 63px;
        max-width: 1260px
    }
}

.association-results__content {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 756px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 33px
}

@media screen and (min-width:615px) {
    .association-results__content {
        margin-top: 53px;
        max-width: 586px;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width:915px) {
    .association-results__content {
        max-width: 886px
    }
}

@media screen and (min-width:1260px) {
    .association-results__content {
        margin-top: 63px;
        max-width: 1260px;
        padding-left: 0;
        padding-right: 0
    }
}

.association-results__block {
    margin-bottom: 2em
}

@media screen and (min-width:768px) {
    .association-results__block {
        margin-bottom: 63px
    }
}

.association-results__block .association-results__block-show_more a {
    display: block;
    text-decoration: none;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.association-results__block .association-results__block-button {
    text-align: center
}

@media screen and (min-width:768px) {
    .association-results__block .association-results__block-button {
        margin-top: 1.2em
    }
}

.association-results__block .association-results__block-content {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 14px;
    max-width: 286px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
    margin-bottom: 14px
}

@media screen and (min-width:615px) {
    .association-results__block .association-results__block-content {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 14px;
        grid-row-gap: 14px;
        max-width: 586px;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width:915px) {
    .association-results__block .association-results__block-content {
        grid-template-columns: 1fr 1fr 1fr;
        max-width: 886px
    }
}

@media screen and (min-width:1215px) {
    .association-results__block .association-results__block-content {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        max-width: 1260px
    }
}

body.brands.brand .footer {
    margin-top: 40px
}

@media screen and (min-width:768px) {
    body.brands.brand .footer {
        margin-top: 60px
    }
}

@media screen and (min-width:1000px) {
    body.brands.brand .footer {
        margin-top: 70px
    }
}

.book-cover {
    background-color: #f1f1f1;
    padding-top: 40px;
    padding-bottom: 35px
}

@media screen and (min-width:768px) {
    .book-cover {
        padding-top: 60px;
        padding-bottom: 80px
    }
}

@media screen and (min-width:1330px) {
    .book-cover {
        padding-top: 70px;
        padding-bottom: 90px
    }
}

.book-cover .book-cover__inner {
    max-width: 786px;
    margin-left: auto;
    margin-right: auto;
    padding-right: .9375rem;
    padding-left: .9375rem
}

@media screen and (min-width:768px) {
    .book-cover .book-cover__inner {
        display: grid;
        grid-template-areas: "info image" "info image" "info image" "info image";
        grid-template-columns: auto 200px;
        grid-template-rows: minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto);
        justify-items: start
    }
}

.book-cover .book-cover__title {
    font-family: av_heading_font, "Times New Roman", Times, serif;
    letter-spacing: -.03em;
    color: #333;
    margin: 0;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.08;
    font-weight: 400
}

@media screen and (min-width:768px) {
    .book-cover .book-cover__title {
        font-size: 34px;
        font-size: 2.125rem;
        line-height: 1.12
    }
}

.book-cover .book-cover__subtitle {
    color: #333;
    margin: 0;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.53
}

@media screen and (min-width:768px) {
    .book-cover .book-cover__subtitle {
        margin-bottom: 33px
    }
}

.book-cover .book-cover__image {
    margin-top: 30px;
    margin-bottom: 23px
}

@media screen and (min-width:768px) {
    .book-cover .book-cover__image {
        margin: 0;
        grid-area: image;
        justify-self: end
    }

    .book-cover .book-cover__image img {
        width: 140px
    }
}

.book-cover .book-cover__list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.book-cover .book-cover__list__item {
    margin-bottom: 13px
}

@media screen and (min-width:768px) {
    .book-cover .book-cover__list__item {
        margin-bottom: 9px
    }
}

.book-cover .book-cover__list__item:last-child {
    margin-bottom: 0
}

.book-cover .book-cover__list .label {
    display: block;
    margin-bottom: 5px
}

@media screen and (min-width:768px) {
    .book-cover .book-cover__list .label {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: baseline;
        margin-right: 8px
    }
}

.book-cover .book-cover__list .value {
    display: block
}

@media screen and (min-width:768px) {
    .book-cover .book-cover__list .value {
        display: inline-block;
        vertical-align: baseline
    }
}

.book-cover .book-cover__list .value a {
    color: #333
}

.book-cover .book-cover__list .value a {
    text-decoration: none
}

.book-cover .book-cover__list .value a:hover {
    text-decoration: underline
}

.overview-results {
    padding-top: 40px;
    padding-bottom: 30px
}

@media screen and (min-width:768px) {
    .overview-results {
        padding-top: 60px
    }
}

@media screen and (min-width:1330px) {
    .overview-results {
        padding-top: 70px;
        padding-bottom: 50px
    }
}

.overview-results .overview-results__inner {
    max-width: 786px;
    margin-left: auto;
    margin-right: auto;
    padding-right: .9375rem;
    padding-left: .9375rem
}

.overview .overview-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5
}

.overview .overview-header .overview-title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.08;
    color: #333;
    margin-top: 0;
    margin-bottom: 5px
}

@media screen and (min-width:768px) {
    .overview .overview-header .overview-title {
        font-size: 34px;
        font-size: 2.125rem;
        line-height: 1.12
    }
}

.overview .overview-header .overview-text {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.53;
    color: #333;
    margin-top: 0;
    margin-bottom: 30px
}

@media screen and (min-width:768px) {
    .overview .overview-header .overview-data {
        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
    }
}

.overview .overview-header .overview-author {
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.43;
    color: #333;
    margin-top: 0;
    margin-bottom: 5px
}

@media screen and (min-width:768px) {
    .overview .overview-header .overview-author {
        margin-bottom: 0
    }
}

.overview .overview-header .overview-date {
    display: block;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.43
}

.overview .overview-content {
    padding-top: 22px
}

.overview .overview-content .editor {
    padding-left: 0;
    padding-right: 0
}

@media screen and (min-width:1000px) {
    body.contact .av-content__inner {
        max-width: 1114px;
        padding-top: 130px
    }
}

@media screen and (min-width:768px) {
    .contact-data {
        display: grid;
        grid-template-areas: "form info";
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 20px
    }
}

.contact-info {
    margin-bottom: 54px
}

@media screen and (min-width:768px) {
    .contact-info {
        grid-area: info;
        padding-left: 60px;
        margin-bottom: 0
    }
}

@media screen and (min-width:1000px) {
    .contact-info {
        padding-left: 120px
    }
}

.contact-info .contact-info__block {
    margin-bottom: 40px
}

.contact-info .contact-info__block:last-child {
    margin-bottom: 0
}

.contact-info .contact-info__block .label {
    font-size: 15px;
    font-size: .9375rem;
    text-transform: none;
    display: block
}

.contact-info .contact-info__block .value {
    font-size: 15px;
    font-size: .9375rem;
    color: #333;
    display: block;
    line-height: 1.5
}

.contact-info .contact-info__block .value a {
    text-decoration: none;
    color: #333
}

.contact-info .contact-info__block .value a:hover {
    color: #333
}

.social-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 16px
}

.social-list li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px
}

.social-list li a {
    display: block;
    width: 28px;
    height: 28px;
    background-color: #f1f1f1;
    border-radius: 50%;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
}

.social-list li a svg {
    width: 24px;
    height: 24px
}

.footer-block .social-list {
    margin-top: 0
}

.footer-block .social-list a {
    background: 0 0
}

@media screen and (min-width:768px) {
    .contact-form {
        grid-area: form
    }
}

@media screen and (min-width:1000px) {
    .contact-form form {
        max-width: 486px
    }
}

.contact-form .submit-container {
    margin-top: 30px
}

@media screen and (min-width:768px) {
    .contact-form .submit-container {
        text-align: right
    }
}

@media (max-width:767px) {
    .contact-form .submit-container input[type=submit] {
        display: block;
        width: 100%
    }
}

.contact-map {
    position: relative;
    width: 100%;
    height: 250px;
    margin-top: 70px;
    margin-bottom: 70px
}

@media screen and (min-width:768px) {
    .contact-map {
        margin-top: 90px;
        margin-bottom: 90px
    }
}

@media screen and (min-width:1000px) {
    .contact-map {
        margin-top: 100px
    }
}

.contact-map iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.team {
    padding-bottom: 60px
}

@media screen and (min-width:768px) {
    .team {
        padding-bottom: 80px
    }
}

@media screen and (min-width:1000px) {
    .team {
        padding-bottom: 90px
    }
}

.team .team__block {
    background-color: #f1f1f1;
    text-align: center;
    padding-bottom: 40px;
    position: relative
}

.team .team__block .team__block-image {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 38px
}

.team .team__block .team__block-header {
    height: 60px;
    text-align: right;
    padding-top: 15px;
    padding-right: 14px
}

.team .team__block .team__block-header a {
    text-decoration: none;
    color: #333;
    font-size: 12px;
    font-size: .75rem
}

.team .team__block .team__block-header a:hover {
    text-decoration: underline
}

.team .team__block .team__block-header a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.team .team__block .team__block-title {
    color: #333;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1
}

.basic_layout {
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 786px;
    margin-left: auto;
    margin-right: auto;
    padding-right: .9375rem;
    padding-left: .9375rem
}

@media screen and (min-width:768px) {
    .basic_layout {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media screen and (min-width:1330px) {
    .basic_layout {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.basic_layout h1 {
    font-size: 25px;
    font-size: 1.5625rem;
    font-weight: 600;
    color: #333;
    line-height: .8;
    margin-top: 0;
    margin-bottom: 40px
}

.basic_layout h2 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.19;
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 40px;
    margin-bottom: 20px
}

.basic_layout p,
.basic_layout ul {
    font-size: 17px;
    font-size: 1.0625rem;
    color: #333;
    line-height: 1.53
}

.basic_layout small {
    font-size: 12px;
    font-size: .75rem
}

.basic_layout a {
    font-weight: 600;
    color: #ffa401
}

.basic_layout table {
    background-color: #fff;
    width: 100%
}

.basic_layout table thead th {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    color: #333;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px
}

.basic_layout table tbody tr:nth-child(odd) {
    background-color: rgba(241, 241, 241, .5)
}

.basic_layout table tbody tr td {
    padding: 20px;
    font-size: 14px;
    font-size: .875rem;
    color: #333
}

.basic_layout table tbody tr td.td-label {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    color: #333
}

@media (max-width:767px) {
    .basic_layout table thead {
        display: none
    }

    .basic_layout table tbody tr td {
        display: block;
        padding: 10px 20px
    }

    .basic_layout table tbody tr [data-label] {
        display: block
    }

    .basic_layout table tbody tr [data-label]::before {
        content: attr(data-label);
        display: block;
        font-size: 14px;
        font-size: .875rem;
        font-weight: 600;
        color: #333;
        margin-bottom: 8px
    }
}

.log .log-image {
    display: none
}

@media screen and (min-width:768px) {
    .log .av-content {
        min-height: calc(100vh - 73px);
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .log .av-content .av-content__inner {
        padding: 0;
        width: 100%;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: stretch;
        align-content: stretch
    }

    .log .av-content .av-content__inner .log-image {
        display: block;
        width: 35%;
        height: auto;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center
    }
}

@media screen and (min-width:768px) and (min-width:1200px) {
    .log .av-content .av-content__inner .log-image {
        width: 40%
    }
}

@media screen and (min-width:768px) {
    .log .av-content .av-content__inner .log-wrapper {
        width: 65%
    }
}

@media screen and (min-width:768px) and (min-width:1200px) {
    .log .av-content .av-content__inner .log-wrapper {
        width: 60%
    }
}

@media screen and (min-width:768px) {
    .log .av-content .av-content__inner .log-wrapper.log-wrapper-single {
        margin: 2em auto
    }
}

@media screen and (min-width:768px) {
    .log .log-image {
        width: 40%
    }
}

.log-form {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    max-width: 363px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width:768px) {
    .log-form {
        max-width: 100%;
        width: 387px
    }
}

.log-form .log-header {
    margin-bottom: 20px
}

.log-form .log-header .log-header__text {
    margin-top: 9px;
    margin-bottom: 0;
    font-size: 17px;
    font-size: 1.0625rem
}

.log-form input[type=submit] {
    margin-top: 40px
}

.log-form .log-form__inputs-wrapper {
    margin-top: 50px
}

.log-form .log-form__actions {
    margin-top: 25px;
    font-size: 15px;
    font-size: .9375rem
}

.log-form a {
    color: #333;
    font-weight: 600;
    font-size: 15px;
    font-size: .9375rem
}

.log-form .button-submit {
    color: #fff
}

.log-form__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.log-form__actions.log-form__actions--right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.order-confirmation__header {
    margin-bottom: 10px
}

.order-confirmation__header .order-message {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    margin-top: 10px;
    margin-bottom: 0
}

.data-module .data-module__group {
    padding-top: 30px;
    padding-bottom: 20px
}

@media screen and (min-width:768px) {
    .data-module .data-module__group {
        padding-top: 60px;
        padding-bottom: 40px
    }
}

.data-module .data-module__group+.data-module__group {
    border-top: 1px solid #e5e5e5
}

@media screen and (min-width:768px) {
    .data-module .data-module__group {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 14px
    }
}

.data-module .data-module__block {
    margin-bottom: 40px
}

.data-module .data-module__block:last-child {
    margin-bottom: 0
}

@media screen and (min-width:768px) {
    .data-module .data-module__block {
        margin-bottom: 0
    }
}

.data-module .data-module__block .data-module__list {
    margin-bottom: 0
}

.data-module .data-module__block .data-module__list li:last-child {
    margin-bottom: 0
}

.data-module__title-block {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    color: #333;
    margin-top: 0;
    margin-bottom: 20px
}

.order-confirmation__resume {
    margin-top: 25px
}

@media screen and (min-width:768px) {
    .order-confirmation__resume {
        margin-top: 50px
    }
}

.partners .av-content .av-content__inner {
    padding-top: 20px;
    padding-bottom: 40px
}

@media screen and (min-width:768px) {
    .partners .av-content .av-content__inner {
        padding-top: 40px;
        padding-bottom: 60px
    }
}

@media screen and (min-width:1000px) {
    .partners .av-content .av-content__inner {
        padding-bottom: 70px
    }
}

.partners-list {
    text-align: center
}

.partners-list li {
    display: inline-block;
    width: 286px;
    margin-bottom: 14px
}

.partners-list li:last-child {
    margin-bottom: 0
}

body.publicity {
    padding-bottom: 70px
}

@media screen and (min-width:1000px) {
    body.publicity {
        padding-bottom: 0
    }
}

@media screen and (min-width:1000px) {
    body.publicity-button-is-not-visible .secondary-nav>.button {
        opacity: 1
    }

    body.publicity-button-is-not-visible .publicity-header .button-container .button {
        opacity: 0
    }
}

.publicity-content {
    position: relative;
    z-index: 1
}

.publicity-content .publicity-content__inner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: .9375rem;
    padding-left: .9375rem;
    padding-top: 40px
}

@media screen and (min-width:768px) {
    .publicity-content .publicity-content__inner {
        padding-top: 60px
    }
}

@media screen and (min-width:1000px) {
    .publicity-content .publicity-content__inner {
        max-width: 1260px;
        padding-top: 70px
    }
}

.publicity-header {
    margin-bottom: 25px
}

@media screen and (min-width:768px) {
    .publicity-header {
        margin-bottom: 32px
    }
}

@media screen and (min-width:1000px) {
    .publicity-header {
        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
    }
}

@media screen and (max-width:999px) {
    .publicity-header .button-container {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 13px;
        border-top: 1px solid #e5e5e5;
        background-color: #fff
    }

    .publicity-header .button-container .button {
        display: block
    }
}

@media screen and (min-width:1000px) {
    .publicity-header .button-container .button {
        display: inline-block;
        opacity: 1;
        -webkit-transition: opacity 240ms 120ms ease-in-out;
        transition: opacity 240ms 120ms ease-in-out
    }
}

.publicity-type-header {
    margin-top: 20px
}

@media screen and (min-width:768px) {
    .publicity-type-header {
        margin-top: 44px
    }
}

@media screen and (min-width:1000px) {
    .publicity-type-header {
        margin-top: 14px;
        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
    }
}

.publicity-type-header .title-block {
    display: none
}

@media screen and (min-width:1000px) {
    .publicity-type-header .title-block {
        display: block
    }
}

.publicity-type-header img {
    display: block;
    width: 100%;
    max-width: 295px;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width:1000px) {
    .publicity-type-header img {
        max-width: 170px;
        margin-left: 0;
        margin-right: 0
    }
}

.plans-module {
    margin-bottom: 60px
}

.plans-module .plans-module__header {
    margin-bottom: 20px
}

.plans-module .plans-module__header ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: right
}

.plans-module .plans-module__header ul li {
    display: inline-block;
    vertical-align: middle
}

.plans-module .plans-module__header ul li a {
    color: #333;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600
}

.plans-module .js-accordion__hideall {
    display: none
}

.plans-module .plans-module__inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
    max-width: 286px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width:768px) {
    .plans-module .plans-module__inner {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 30px;
        max-width: 602px
    }
}

@media screen and (min-width:1000px) {
    .plans-module .plans-module__inner {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        max-width: 100%
    }
}

.plans-module .plans-module__element .plans-module__element__inner {
    border: 1px solid #e5e5e5;
    padding-top: 30px;
    padding-bottom: 0;
    text-align: center
}

.plans-module .plans-module__element .plan__image {
    margin-bottom: 20px
}

.plans-module .plans-module__element .plan__image svg {
    width: 41px;
    height: 41px
}

.plans-module .plans-module__element .plan__name {
    color: #333;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.09;
    margin-top: 0;
    margin-bottom: 40px
}

.plans-module .plans-module__element .plan__price {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    color: #ffa401;
    margin-bottom: 30px;
    display: block;
    text-align: center
}

.plans-module .plans-module__element .plan__price .plan__price-inner {
    display: inline-block;
    text-align: left
}

.plans-module .plans-module__element .plan__price .plan__price-label {
    font-size: 12px;
    font-size: .75rem;
    letter-spacing: .47px;
    line-height: 1.16
}

.plans-module .plans-module__element .plan__price .plan__price-amount {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 1.33
}

.plans-module .plans-module__element .plan__price .plan__price-periodicity {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.33
}

.plans-module .plans-module__button-container {
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px
}

.plans-module .plans-module__button-container .button {
    display: block
}

.plans-module .plans-module__button-container .button .text-to-hide {
    display: none
}

.plans-module .plans-module__content {
    display: none
}

.plans-module .plans-module__content .plan__features {
    margin-bottom: 30px
}

.plans-module .plans-module__content .plan__features li {
    font-size: 14px;
    font-size: .875rem;
    color: #333;
    line-height: 1.14;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px
}

.plans-module .plans-module__content .plan__features li:nth-child(odd) {
    background-color: rgba(241, 241, 241, .44)
}

.plans-module .plans-module__content .button {
    margin-bottom: 30px
}

.plans-module.plans-module--opened-all .js-accordion__hideall {
    display: block
}

.plans-module.plans-module--opened-all .js-accordion__showall {
    display: none
}

.plans-module .plans-module__element.js-accordion__opened .plans-module__content {
    display: block
}

.plans-module .plans-module__element.js-accordion__opened .plans-module__button-container .button .text-to-hide {
    display: inline-block
}

.plans-module .plans-module__element.js-accordion__opened .plans-module__button-container .button .text-to-show {
    display: none
}

.plans-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px
}

.plans-list .plan {
    border: 1px solid #e5e5e5;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center
}

.plans-list .plan__image {
    margin-bottom: 20px
}

.plans-list .plan__image svg {
    width: 41px;
    height: 41px
}

.plans-list .plan__name {
    color: #333;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.09;
    margin-top: 0;
    margin-bottom: 40px
}

.plans-list .plan__features {
    margin-bottom: 40px
}

.plans-list .plan__features li {
    font-size: 14px;
    font-size: .875rem;
    color: #333;
    line-height: 1.14;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px
}

.plans-list .plan__features li:nth-child(odd) {
    background-color: rgba(241, 241, 241, .44)
}

.plans-list .plan__price {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    color: #ffa401;
    margin-bottom: 30px
}

.plans-list .plan__price .plan__price-label {
    font-size: 12px;
    font-size: .75rem;
    letter-spacing: .47px;
    line-height: 1.16
}

.plans-list .plan__price .plan__price-amount {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 1.33
}

.plans-list .plan__price .plan__price-periodicity {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.33
}

.sales-locations .sales-location-form {
    z-index: 1;
    background-color: #f1f1f1
}

@media screen and (min-width:1000px) {
    .sales-locations .sales-location-form {
        display: grid;
        grid-template-columns: minmax(300px, 1fr) 2fr
    }
}

.sales-locations .sales-location-form .form-title {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 16px
}

.sales-locations .sales-location-form .form-inputs .input-default {
    width: 100%
}

@media screen and (min-width:768px) {
    .sales-locations .sales-location-form .form-inputs .input-default {
        display: inline-block;
        margin-right: 14px;
        width: 245px
    }
}

.sales-locations .sticky-wrapper {
    z-index: 1;
    position: relative
}

.sales-locations .sales-location-block+.sales-location-block {
    margin-top: 60px
}

@media (max-width:767px) {
    .sales-locations .sales-location-block+.sales-location-block {
        margin-top: 80px
    }
}

.sales-locations .sales-location-block .sales-location-block__title {
    margin-top: 0;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 30px
}

.sales-locations .sales-location-list {
    font-size: 15px;
    font-size: .9375rem;
    color: #333
}

@media screen and (min-width:768px) {
    .sales-locations .sales-location-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 50px;
        grid-row-gap: 46px
    }
}

@media screen and (min-width:1000px) {
    .sales-locations .sales-location-list {
        grid-template-columns: repeat(3, minmax(300px, 1fr));
        grid-column-gap: 30px
    }
}

.sales-locations .sales-location-list .sales-location-list__item {
    margin-bottom: 50px
}

.sales-locations .sales-location-list .sales-location-list__item:last-child {
    margin-bottom: 0
}

@media screen and (min-width:768px) {
    .sales-locations .sales-location-list .sales-location-list__item {
        margin-bottom: 0
    }
}

.sales-locations .sales-location-list .place-title {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    margin-bottom: 0;
    padding-bottom: .2em
}

.sales-locations .sales-location-list .place-title:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(/assets/img/injectedsvg/shop.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px
}

.sales-locations .sales-location-list .place-title p:first-child {
    margin-top: 0
}

.sales-locations .sales-location-list .place-title p:last-child {
    margin-bottom: 0
}

.sales-locations .sales-location-list a {
    font-weight: 600;
    color: #333
}

.sales-locations .sales-location-block--distributors .place-title:after {
    background-image: url(/assets/img/injectedsvg/distributor.svg)
}

.subscriptions .av-content .av-content__inner {
    padding-bottom: 40px
}

@media screen and (min-width:768px) {
    .subscriptions .av-content .av-content__inner {
        padding-bottom: 60px
    }
}

@media screen and (min-width:1000px) {
    .subscriptions .av-content .av-content__inner {
        padding-bottom: 70px
    }
}

.subscriptions-intro {
    margin-top: 8px;
    margin-bottom: 50px
}

@media screen and (min-width:768px) {
    .subscriptions-intro {
        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
    }
}

.subscriptions-intro .subscriptions-intro__claim {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 15px
}

@media screen and (min-width:768px) {
    .subscriptions-intro .subscriptions-intro__claim {
        margin-bottom: 0
    }
}

.subscriptions-intro .subscriptions-intro__data {
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 600;
    color: #9e9e9e;
    margin: 0
}

@media screen and (min-width:768px) {
    .subscriptions-intro .subscriptions-intro__data {
        text-align: right;
        max-width: 320px
    }
}

.table-subscriptions {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

@media screen and (min-width:1000px) {
    .table-subscriptions {
        border-collapse: separate;
        border-spacing: 10px 0
    }
}

@media screen and (min-width:768px) and (max-width:999px) {
    .table-subscriptions thead tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media screen and (max-width:767px) {
    .table-subscriptions thead tr {
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 40px;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto
    }
}

.table-subscriptions thead th {
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    vertical-align: top;
    font-weight: 100
}

.table-subscriptions thead th:first-child {
    border: none
}

@media screen and (max-width:999px) {
    .table-subscriptions thead th {
        display: block;
        width: 100%;
        border-bottom: 1px solid #e5e5e5;
        margin-right: 20px
    }

    .table-subscriptions thead th:first-child {
        display: none
    }

    .table-subscriptions thead th:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:767px) {
    .table-subscriptions thead th {
        margin-right: 0
    }
}

@media screen and (max-width:999px) {
    .table-subscriptions tbody {
        display: none
    }
}

.table-subscriptions tbody tr:nth-child(odd) {
    background-color: rgba(241, 241, 241, .5)
}

.table-subscriptions tbody tr:nth-child(odd) td:before {
    content: "";
    display: block;
    width: 11px;
    height: 100%;
    background-color: rgba(241, 241, 241, .5);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%
}

.table-subscriptions tbody tr:last-child td {
    border-bottom: 1px solid #e5e5e5;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.table-subscriptions tbody tr td {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    font-size: .9375rem;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px
}

.table-subscriptions tbody tr td:first-child {
    border: none;
    text-align: left;
    font-weight: 600;
    color: #333;
    padding-left: 18px
}

.table-subscriptions:before {
    opacity: 0;
    content: '';
    -webkit-transition: opacity .6s;
    transition: opacity .6s
}

.table-subscriptions.subscription-selected:before {
    position: absolute;
    z-index: 10;
    background: rgba(255, 255, 255, .8);
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1
}

.table-subscriptions-wrap {
    position: relative
}

#subscription_table_settings {
    position: absolute;
    z-index: 3;
    background: rgba(255, 255, 255, .8);
    margin: 1px;
    border: 1px solid #999
}

#subscription_table_settings .main {
    padding: 0 1.5em
}

.subscription .subscription_inn {
    margin: 4px;
    border: 1px solid #ccc;
    text-align: center
}

.subscription .subscription__title {
    font-family: av_heading_font, "Times New Roman", Times, serif;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1em;
    letter-spacing: -.03em
}

.subscription .subscription__image {
    overflow: hidden;
    height: 252px
}

.subscription .subscription__image .subscription__image_wrap {
    position: relative
}

.subscription .subscription__image .subscription__image_wrap .publication-shadow {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    max-width: inherit
}

.subscription .subscription__image img {
    display: block
}

.subscription .subscription__numbers {
    font-size: 17px;
    font-size: 1.0625rem
}

.subscription .subscription__prices_head {
    display: none
}

.subscription .subscription__prices_head .product-elm {
    display: block
}

.subscription .subscription__price .subscription__price-inner {
    display: inline-block
}

.subscription .subscription__price .subscription__price-inner .subscription__price-label {
    display: block;
    font-size: 13px;
    font-size: .8125rem
}

.subscription .subscription__price .subscription__price-inner .subscription__price-amount {
    color: #333;
    font-size: 35px;
    font-size: 2.1875rem;
    font-weight: 600
}

.subscription .subscription__button-container {
    height: 67px
}

.step_2_suscription-selection .subscription {
    border: 1px solid #ccc
}

.step_2_suscription-selection .subscription .subscription__numbers,
.step_2_suscription-selection .subscription .subscription__price {
    display: none
}

.step_2_suscription-selection .subscription .subscription__prices_head {
    display: block
}

.step_2_suscription-selection .subscription .product-elm {
    padding: .6em .4em
}

.step_2_suscription-selection .subscription .product-elm:nth-child(odd) {
    background: rgba(241, 241, 241, .5)
}

.step_2 {
    display: none
}

@media screen and (min-width:1000px) {
    .step_2_suscription-selection {
        width: 25%;
        float: right
    }

    .step_2_main {
        width: 75%;
        float: left
    }
}

@media screen and (min-width:1000px) {
    .subscription-info {
        display: none
    }
}

.subscription-info .subscription-info__button-container {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px
}

.subscription-info .subscription-info__button-container .subscription-info__button {
    display: block;
    color: #9e9e9e;
    text-decoration: none;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 600
}

.subscription-info .subscription-info__button-container .subscription-info__button .text-to-hide {
    display: none
}

.subscription-info .subscription-info__content {
    display: none
}

.subscription-info .subscription-info__content .subscription-info__list {
    margin-top: 35px
}

.subscription-info .subscription-info__content .subscription-info__list li {
    font-size: 15px;
    font-size: .9375rem;
    color: #333;
    line-height: 1.14;
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 10px;
    padding-right: 10px
}

.subscription-info .subscription-info__content .subscription-info__list li:nth-child(odd) {
    background-color: rgba(241, 241, 241, .5)
}

.subscription-info .subscription-info__content .subscription-info__list li .subscription-info__list-label {
    font-weight: 600;
    color: #333;
    margin-right: 12px
}

.subscription-info .subscription-info__content .subscription-info__list li .subscription-info__list-value {
    white-space: nowrap
}

.subscription-info .subscription-info__element.js-accordion__opened .subscription-info__content {
    display: block
}

.subscription-info .subscription-info__element.js-accordion__opened .subscription-info__button-container .subscription-info__button .text-to-hide {
    display: inline-block
}

.subscription-info .subscription-info__element.js-accordion__opened .subscription-info__button-container .subscription-info__button .text-to-show {
    display: none
}

.subscription-hero {
    background-color: #f1f1f1;
    padding-top: 40px;
    padding-bottom: 40px
}

@media screen and (min-width:768px) {
    .subscription-hero {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.subscription-hero .subscription-hero__inner {
    margin-left: auto;
    margin-right: auto;
    padding-right: .9375rem;
    padding-left: .9375rem;
    max-width: 320px
}

@media screen and (min-width:768px) {
    .subscription-hero .subscription-hero__inner {
        max-width: 1260px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-items: start;
        grid-column-gap: 14px
    }
}

@media screen and (min-width:1000px) {
    .subscription-hero .subscription-hero__inner {
        grid-column-gap: 60px
    }
}

.subscription-hero__block-image .subscription-hero-data {
    margin-bottom: 1.2em
}

@media screen and (min-width:768px) {
    .subscription-hero__block-image .subscription-hero-data {
        display: none
    }
}

.subscription-hero__block-image .subscription-hero-image .reminder-discount {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    position: relative;
    top: -2px
}

.subscription-hero__block-image .subscription-hero-image img {
    width: 100%;
    vertical-align: bottom
}

.subscription-hero__block-form {
    min-width: 100%
}

@media screen and (min-width:1330px) {
    .subscription-hero__block-form {
        padding-right: 80px
    }
}

@media (max-width:767px) {
    .subscription-hero__block-form .subscription-hero-data {
        display: none
    }
}

.subscription-hero__block-form .subscription-hero-form {
    border-top: 1px solid rgba(158, 158, 158, .46);
    width: 100%;
    margin-top: 40px
}

.order-form__item {
    border-bottom: 1px solid rgba(158, 158, 158, .46);
    padding-top: 23px;
    padding-bottom: 20px;
    cursor: pointer
}

.order-form__item label {
    margin-bottom: 0
}

.order-form__item .price,
.order-form__item .subscription_type_revert {
    float: right;
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    top: -3px;
    text-transform: none
}

.order-form__item .subscription_type_revert {
    display: none
}

.order-form__item.selected .subscription_type_revert {
    display: block
}

.order-form__item.selected .price {
    display: none
}

.order-form__item-text-info {
    padding-top: 20px;
    padding-left: 23px;
    padding-right: 23px
}

.order-form__item-text-info .text {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 15px;
    font-size: .9375rem
}

.order-form__item-text-info .text.text-important {
    color: #333;
    font-weight: 600
}

.order-form__item-text-info .quantity {
    margin-top: 26px
}

.suscripciones_flat_rate .publications-visual-nav__list li a {
    background: url(/static/img/faq-cover_antropo-2.jpg);
    background-size: cover;
    background-position: center
}

.suscripciones_flat_rate .verano_offer .publications-visual-nav__list li a {
    background: url(/static/img/verano.jpg);
    background-size: cover;
    background-position: center
}

.verano_offer .subscriptions-intro__claim {
    margin-top: 1.5rem;
}

.suscripciones_flat_rate .publications-visual-nav__list li h2,
.suscripciones_flat_rate .publications-visual-nav__list li p,
.suscripciones_flat_rate .publications-visual-nav__list li strong {
    color: #fff
}

.suscripciones_flat_rate .publications-visual-nav__list li:first-child a {
    background-position: left
}

.suscripciones_flat_rate .publications-visual-nav__list li:last-child a {
    background-position: right
}

.user-area-content {
    padding-top: 52px;
    padding-bottom: 52px
}

.my-items-header {
    margin-bottom: 52px
}

@media screen and (min-width:600px) {
    .my-items-header {
        display: table;
        width: 100%
    }

    .my-items-header .my-items-header__counter {
        display: table-cell;
        vertical-align: middle
    }

    .my-items-header .my-items-header__actions {
        display: table-cell;
        vertical-align: middle;
        float: right;
        margin-top: 0
    }
}

.my-items-header .my-items-header__actions {
    margin-top: 10px
}

.my-items-header .my-items-header__actions>ul>li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px
}

.my-items-header .my-items-header__actions>ul>li:first-child {
    margin-left: 0
}

@media screen and (min-width:600px) {
    .my-items-header .my-items-header__actions .dropdown--order .dropdown-list {
        left: 100%;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .my-items-header .my-items-header__actions .dropdown--order .dropdown-list:before {
        left: calc(100% - 20px)
    }
}

@media screen and (min-width:1232px) {
    .my-items-header .my-items-header__actions .action-filter {
        display: none
    }
}

@media screen and (min-width:1232px) {
    .my-items-content {
        display: grid;
        grid-template-areas: "filters results";
        grid-template-columns: auto 886px;
        grid-column-gap: 15px
    }
}

.my-items-filters {
    position: fixed;
    top: 54px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 240ms linear;
    transition: -webkit-transform 240ms linear;
    transition: transform 240ms linear;
    transition: transform 240ms linear, -webkit-transform 240ms linear
}

.my-items-filters .button-filters-container {
    margin-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    text-align: right
}

@media screen and (min-width:812px) {
    .my-items-filters {
        top: 60px
    }
}

@media screen and (min-width:1232px) {
    .my-items-filters {
        position: relative;
        top: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        padding-bottom: 0;
        background-color: transparent;
        z-index: 1
    }

    .my-items-filters .button-filters-container,
    .my-items-filters .button.js-user-area-button-filters {
        display: none
    }
}

.my-items-filters .my-items-filters__inner {
    background-color: #fff;
    padding-right: .9375rem;
    padding-left: .9375rem;
    overflow-y: scroll;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -webkit-transition: -webkit-box-shadow 240ms ease-out;
    transition: -webkit-box-shadow 240ms ease-out;
    transition: box-shadow 240ms ease-out;
    transition: box-shadow 240ms ease-out, -webkit-box-shadow 240ms ease-out
}

@media screen and (min-width:375px) {
    .my-items-filters .my-items-filters__inner {
        width: 286px
    }
}

@media screen and (max-width:1231px) {
    .my-items-filters .my-items-filters__inner {
        height: 100%;
        padding-top: 10px;
        padding-bottom: 30px
    }
}

@media screen and (min-width:1232px) {
    .my-items-filters .my-items-filters__inner {
        padding-left: 0;
        width: 271px
    }
}

body.has-user-area-visible-filters {
    overflow: hidden
}

@media screen and (max-width:1231px) {
    body.has-user-area-visible-filters .my-items-filters {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    body.has-user-area-visible-filters .my-items-filters__inner {
        -webkit-box-shadow: 0 0 2000px 3000px rgba(255, 255, 255, .8);
        box-shadow: 0 0 2000px 3000px rgba(255, 255, 255, .8)
    }
}

.my-items-results__thumbs {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 286px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width:615px) {
    .my-items-results__thumbs {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 56px;
        max-width: 586px;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width:915px) {
    .my-items-results__thumbs {
        grid-template-columns: 1fr 1fr 1fr;
        max-width: 886px
    }
}

.temporal-banner {
    height: 500px;
    background-image: url(/static/img/sign-up-cover.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 20px;
    text-align: center
}

@media screen and (max-width:1231px) {
    .temporal-banner {
        display: none
    }
}

.temporal-banner .temporal-banner__text {
    color: #fff;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600
}

body.productos .title {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 600;
    font-size: 2em
}

body.productos .publication-cover__inner {
    display: block
}

body.productos .page-product__marca img {
    max-width: 100px;
    height: auto
}

@media screen and (min-width:576px) {
    body.productos .page-product__marca img {
        max-width: 146px
    }
}

body.productos .block-product__head_75 {
    width: 100%
}

@media screen and (min-width:992px) {
    body.productos .block-product__head_75 {
        width: 75%
    }
}

body.productos .block-product__head_25 {
    display: none !important
}

@media screen and (min-width:992px) {
    body.productos .block-product__head_25 {
        display: block !important;
        width: 25%
    }
}

body.productos .sf--active .page-product__marca {
    margin-top: 90px !important
}

body.productos .block-page_main {
    padding-top: 40px;
    max-width: 786px;
    margin-left: auto;
    margin-right: auto;
    padding-right: .9375rem;
    padding-left: .9375rem;
    position: relative
}

@media screen and (min-width:768px) {
    body.productos .block-page_main {
        max-width: 1260px
    }
}

body.productos .block-page_main .editor>.row,
body.productos .block-page_main .editor>a,
body.productos .block-page_main .editor>blockquote,
body.productos .block-page_main .editor>div,
body.productos .block-page_main .editor>h2,
body.productos .block-page_main .editor>h3,
body.productos .block-page_main .editor>p {
    max-width: 100%
}

body.productos .contact-form {
    max-width: 420px;
    margin: 0 auto
}

.block-side_form {
    background: #fff;
    border: 1px solid #ececec
}

.block-mini_gallery .thumb-images {
    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
}

.block-mini_gallery .thumb-images.thumb-images-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.block-mini_gallery .thumb-images .thumb-elm {
    position: relative
}

.block-mini_gallery .thumb-images .thumb-elm:first-child {
    padding-left: 0 !important
}

.block-mini_gallery .thumb-images .thumb-elm:last-child {
    padding-right: 0 !important
}

.block-mini_gallery .thumb-images .thumb-elm a {
    display: block;
    position: relative;
    height: 0;
    width: 100px;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center center
}

.block-mini_gallery .thumb-images .thumb-elm a img {
    position: relative;
    overflow: hidden;
    visibility: hidden
}

@media screen and (min-width:768px) {
    .block-mini_gallery .thumb-images .thumb-elm a {
        width: 140px
    }
}

.block-mini_gallery .thumb-images .thumb-elm a::before {
    display: block;
    position: absolute;
    top: 0;
    widows: 0;
    height: 100%;
    width: 100%;
    font-weight: 900;
    color: rgba(255, 255, 255, .4);
    background: rgba(0, 0, 0, .4);
    -webkit-transition: background 1s;
    transition: background 1s;
    font-size: 3.2em;
    line-height: 2em
}

.block-mini_gallery .thumb-images .thumb-elm a:hover::before {
    background: rgba(0, 0, 0, .8)
}

.block-mini_gallery .thumb-images .thumb-elm:nth-of-type(n+4) {
    display: none
}

.block-mini_gallery .thumb-images .thumb-elm:nth-of-type(3) a::before {
    content: '>'
}

@media screen and (min-width:576px) {
    .block-mini_gallery .thumb-images .thumb-elm:nth-of-type(n) {
        display: block
    }

    .block-mini_gallery .thumb-images .thumb-elm:nth-of-type(n) a::before {
        content: none
    }

    .block-mini_gallery .thumb-images .thumb-elm:nth-of-type(n+5) {
        display: none
    }

    .block-mini_gallery .thumb-images .thumb-elm:nth-of-type(4) a::before {
        content: '>'
    }
}

@media screen and (min-width:768px) {
    .block-mini_gallery .thumb-images .thumb-elm:nth-of-type(n) {
        display: block
    }

    .block-mini_gallery .thumb-images .thumb-elm:nth-of-type(n) a::before {
        content: none
    }

    .block-mini_gallery .thumb-images .thumb-elm:nth-of-type(n+6) {
        display: none
    }

    .block-mini_gallery .thumb-images .thumb-elm:nth-of-type(5) a::before {
        content: '>'
    }
}

.my-account-content {
    min-height: calc(100% - 130px);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.my-account-content .my-account-content__inner {
    min-height: calc(100% - 130px);
    margin-left: auto;
    margin-right: auto;
    padding: .9375rem
}

@media screen and (min-width:1232px) {
    .my-account-content .my-account-content__inner {
        max-width: 1207px;
        padding: 0;
        display: grid;
        grid-template-columns: 246px 886px;
        grid-column-gap: 40px
    }
}

.my-account-aside {
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 240ms ease-out;
    transition: -webkit-transform 240ms ease-out;
    transition: transform 240ms ease-out;
    transition: transform 240ms ease-out, -webkit-transform 240ms ease-out
}

@media screen and (min-width:1000px) {
    .my-account-aside {
        display: none
    }
}

@media screen and (min-width:1232px) {
    .my-account-aside {
        display: block;
        position: static;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        background-color: transparent
    }
}

.my-account-aside .account-navigation {
    background-color: #292c2e;
    height: 100%;
    width: 246px;
    overflow-y: auto;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -webkit-transition: -webkit-box-shadow 240ms ease-out;
    transition: -webkit-box-shadow 240ms ease-out;
    transition: box-shadow 240ms ease-out;
    transition: box-shadow 240ms ease-out, -webkit-box-shadow 240ms ease-out
}

.my-account-main {
    min-height: 100%;
    padding-top: 2.4em;
    padding-bottom: 50px
}

.my-account-main.my-account-main--padding-top-small {
    padding-top: 24px
}

@media screen and (min-width:768px) {
    .my-account-main.my-account-main--padding-top-small {
        padding-top: 28px;
        padding-bottom: 60px
    }
}

@media screen and (min-width:1000px) {
    .my-account-main.my-account-main--padding-top-small {
        padding-top: 18px;
        padding-bottom: 80px
    }
}

.my-account-main.my-account-main--no-padding-top {
    padding-top: 0
}

@media screen and (min-width:768px) {
    .my-account-main.my-account-main--no-padding-top {
        padding-top: 0;
        padding-bottom: 60px
    }
}

@media screen and (min-width:1000px) {
    .my-account-main.my-account-main--no-padding-top {
        padding-top: 0;
        padding-bottom: 80px
    }
}

@media screen and (max-width:1231px) {
    body.is-my-account-menu-visible {
        overflow: hidden
    }

    body.is-my-account-menu-visible .my-account-aside {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    body.is-my-account-menu-visible .account-navigation {
        -webkit-box-shadow: 0 0 2000px 3000px rgba(255, 255, 255, .8);
        box-shadow: 0 0 2000px 3000px rgba(255, 255, 255, .8)
    }

    body.is-my-account-menu-visible .account-menu-button .text-for-hide {
        display: inline-block
    }

    body.is-my-account-menu-visible .account-menu-button .text-for-show {
        display: none
    }
}

.auxiliary-header-my-account {
    position: relative;
    z-index: 9;
    background: #fff
}

@media screen and (min-width:1231px) {
    .auxiliary-header-my-account {
        display: none
    }
}

.account-menu-button .text-for-hide {
    display: none
}

.account-navigation {
    background-color: #292c2e
}

.account-navigation li a {
    background-color: #292c2e;
    display: block;
    text-decoration: none;
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-left: 22px;
    border-bottom: 1px solid #404040;
    position: relative
}

.account-navigation li a:after {
    content: "";
    display: block;
    width: 6px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 24px;
    margin-top: -5px;
    background-image: url(/assets/img/injectedsvg/menu-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px 10px
}

.account-navigation .link-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 23px
}

.account-navigation .link-icon svg {
    width: 20px;
    height: 20px
}

.account-navigation .link-icon svg circle,
.account-navigation .link-icon svg ellipse,
.account-navigation .link-icon svg line,
.account-navigation .link-icon svg path,
.account-navigation .link-icon svg polygon,
.account-navigation .link-icon svg polyline,
.account-navigation .link-icon svg rect {
    stroke: #707070
}

.account-navigation .link-value {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 600;
    color: #fff
}

body.index-my-account .account-navigation li a.index-my-account {
    background-color: rgba(51, 51, 51, .5)
}

body.index-my-account .account-navigation li a.index-my-account svg * {
    stroke: #fff
}

body.my-subscriptions .account-navigation li a.my-subscriptions {
    background-color: rgba(51, 51, 51, .5)
}

body.my-subscriptions .account-navigation li a.my-subscriptions svg * {
    stroke: #fff
}

body.my-orders .account-navigation li a.my-orders {
    background-color: rgba(51, 51, 51, .5)
}

body.my-orders .account-navigation li a.my-orders svg * {
    stroke: #fff
}

body.my-favorites .account-navigation li a.my-favorites {
    background-color: rgba(51, 51, 51, .5)
}

body.my-favorites .account-navigation li a.my-favorites svg * {
    stroke: #fff
}

body.my-profile .account-navigation li a.my-profile {
    background-color: rgba(51, 51, 51, .5)
}

body.my-profile .account-navigation li a.my-profile svg * {
    stroke: #fff
}

body.index-my-account .secondary-header a.index-my-account {
    color: #fff;
    border-bottom: 1px solid #fff
}

body.my-subscriptions .secondary-header a.my-subscriptions {
    color: #fff;
    border-bottom: 1px solid #fff
}

body.my-orders .secondary-header a.my-orders {
    color: #fff;
    border-bottom: 1px solid #fff
}

body.my-favorites .secondary-header a.my-favorites {
    color: #fff;
    border-bottom: 1px solid #fff
}

body.my-profile .secondary-header a.my-profile {
    color: #fff;
    border-bottom: 1px solid #fff
}

.account-navigation-alt {
    display: none;
    background-color: #292c2e
}

@media screen and (min-width:1000px) {
    .account-navigation-alt {
        display: block
    }
}

@media screen and (min-width:1232px) {
    .account-navigation-alt {
        display: none
    }
}

.checks-filters {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px
}

.checks-filters label {
    color: #9e9e9e;
    font-weight: 600;
    font-size: 15px;
    font-size: .9375rem
}

.my-account-search {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px
}

@media screen and (min-width:768px) {
    .my-account-search {
        margin-top: 50px;
        margin-bottom: 50px
    }
}

@media screen and (min-width:1000px) {
    .my-account-search {
        margin-bottom: 80px
    }
}

.my-account-search .form-inline {
    margin-top: 20px;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.form-inline .input-default {
    margin-bottom: 0;
    width: 100%;
    margin-right: 8px
}

@media screen and (min-width:768px) {
    .form-inline .input-default {
        margin-right: 14px
    }
}

.state {
    display: inline-block
}

.state:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #9e9e9e;
    margin-right: 12px;
    position: relative;
    top: -2px
}

.state.state-ok:before {
    background-color: #008c2a
}

.state.state-ko:before {
    background-color: #da1e1e
}

.my-account-header {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.my-account-header .my-account-header__info p {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-top: 15px;
    margin-bottom: 0
}

.no-results-module {
    background-color: #f1f1f1;
    margin-bottom: 20px;
    text-align: center;
    padding: 50px;
    margin-bottom: 30px
}

.no-results-module .no-results-module__inner {
    max-width: 784px;
    margin-left: auto;
    margin-right: auto
}

.no-results-module .no-results-module__icon {
    margin-bottom: 15px
}

.no-results-module .no-results-module__icon svg {
    height: 40px;
    height: 40px
}

.no-results-module .no-results-module__icon svg path {
    stroke: #333
}

.no-results-module .no-results-module__info .no-results-module__title {
    margin: 0;
    color: #333;
    font-weight: 600;
    font-size: 20px;
    font-size: 1.25rem
}

.no-results-module .no-results-module__info .no-results-module__text {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 30px;
    line-height: 1.3
}

@media screen and (min-width:768px) {
    .order-detail__header {
        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
    }
}

.order-detail__header .order-detail__header-info .state-content {
    margin-top: 20px
}

.order-detail__header .order-detail__header-info .state-content .state-label {
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 600;
    color: #333;
    margin-right: 20px
}

.order-detail__header .order-detail__header-info .state-content .state {
    font-size: 15px;
    font-size: .9375rem
}

.order-detail__header .oder-detail__header-actions {
    margin-top: 20px
}

@media screen and (min-width:768px) {
    .order-detail__header .oder-detail__header-actions {
        margin-top: 0
    }
}

.order-detail__header .oder-detail__header-actions .button {
    display: inline-block
}

.order-detail__header .oder-detail__header-actions .button+.button {
    margin-left: 9px
}

.my-profile-data-editable .my-profile-form__title-group {
    margin-top: 0;
    font-size: 18px;
    font-size: 1.125rem;
    color: #333;
    font-weight: 600;
    margin-bottom: 30px
}

.my-profile-data-editable .my-profile-form__group {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 50px;
    padding-bottom: 30px
}

@media screen and (min-width:768px) {
    .my-profile-data-editable .my-profile-form__group {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 14px
    }
}

@media screen and (min-width:1000px) {
    .my-profile-data-editable .my-profile-form__group {
        grid-template-columns: 1fr 1fr 1fr
    }
}

.my-profile-data-editable .my-profile-form__actions {
    text-align: right
}

.my-profile-data-editable .my-profile-form__actions .button,
.my-profile-data-editable .my-profile-form__actions input[type=submit] {
    display: inline-block;
    vertical-align: middle
}

.my-profile-data-editable .my-profile-form__actions .button {
    margin-right: 14px
}

.my-profile .my-profile-data-editable {
    display: none
}

.my-profile.is-data-editable .js-edit-profile-data,
.my-profile.is-data-editable .my-account-header__action,
.my-profile.is-data-editable .my-profile-data-readable {
    display: none !important
}

.my-profile.is-data-editable .my-profile-data-editable {
    display: block
}

body.error404 .error-content {
    height: 600px;
    background-position: center;
    background-size: cover;
    position: relative
}

body.error404 .error-content .error-content__inner {
    text-align: center;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

body.error404 .error-content .error-content__inner h1 {
    font-size: 50px;
    font-size: 3.125rem;
    color: #333;
    position: relative
}

body.error404 .error-content .error-content__inner p {
    font-weight: 600;
    max-width: none;
    color: #333;
    font-size: 18px;
    font-size: 1.125rem
}

@media screen and (min-width:768px) {
    body.error404 .error-content {
        height: 800px
    }

    body.error404 .error-content .card-alt__text {
        text-align: center;
        position: absolute;
        top: 40%
    }

    body.error404 .error-content .card-alt__text h1 {
        font-size: 80px;
        font-size: 5rem
    }
}

body.error404 footer:before {
    display: none
}

.avaw #avaw_menu a {
    color: #333;
    text-decoration: none;
    font-size: .9em;
    font-style: italic
}

.avaw #avaw_menu a:hover {
    font-style: initial
}

.avaw .black-box {
    background: #1e1e1c;
    color: #fff
}

.avaw .black-box .black-box_higlight {
    width: 300px;
    font-family: av_heading_font, "Times New Roman", Times, serif;
    letter-spacing: -.03em;
    font-size: 20px;
    font-size: 1.55rem;
    font-weight: 400;
    line-height: 1.2em;
    color: #fff;
    margin-top: .1em;
    margin-bottom: .2em;
    margin-left: 1.9em;
    border-left: .4px solid #666;
    padding-left: .7em
}

.avaw #avaw_menu_logo {
    text-decoration: none;
    color: #333
}

.avaw .box-2021 {
    position: relative;
    overflow: hidden
}

.avaw .block-logos a {
    display: block;
    width: 12.5%
}

@media screen and (max-width:600px) {
    .avaw .block-logos a {
        width: 25%
    }
}

.avaw .block-logos svg {
    display: block;
    width: 100%
}

.avaw .box-2021:before {
    position: absolute;
    left: 0;
    bottom: .5em;
    -webkit-transform: translateX(-1.2em) rotate(90deg);
    transform: translateX(-1.2em) rotate(90deg);
    content: '2021';
    font-size: 4.8em;
    font-weight: 900
}

.avaw .avaw-main {
    position: relative;
    top: -1px
}

.avaw .avaw-head img {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    display: block
}

.avaw .block-logos svg * {
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.avaw .block-logos svg:hover .avaw-left-10 {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%)
}

.avaw .block-logos svg:hover .avaw-left-20 {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%)
}

.avaw .block-logos svg:hover .avaw-right-10 {
    -webkit-transform: translateX(10%);
    transform: translateX(10%)
}

.avaw .block-logos svg:hover .avaw-right-20 {
    -webkit-transform: translateX(20%);
    transform: translateX(20%)
}

.publications-visual-nav {
    padding-top: 40px;
    padding-bottom: 60px
}

.publications-visual-nav .publications-visual-nav__inner {
    margin-left: auto;
    margin-right: auto;
    padding-right: .9375rem;
    padding-left: .9375rem
}

@media screen and (min-width:md) {
    .publications-visual-nav .publications-visual-nav__inner {
        max-width: 1260px
    }
}

@media screen and (min-width:768px) {
    .publications-visual-nav__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 14px
    }
}

@media screen and (min-width:992px) {
    .publications-visual-nav__list {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

.publications-visual-nav__list li {
    margin-bottom: 14px
}

.publications-visual-nav__list li:last-child {
    margin-bottom: 0
}

.publications-visual-nav__list li.pub-id-4 .publication-shadow {
    display: none
}

.publications-visual-nav__list.subscriptions {
    grid-template-columns: 1fr 1fr 1fr
}

@media screen and (min-width:768px) {
    .publications-visual-nav__list.subscriptions {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media screen and (min-width:992px) {
    .publications-visual-nav__list.subscriptions {
        grid-template-columns: 1fr 1fr 1fr
    }
}

.box-link {
    display: block;
    background-color: #f1f1f1;
    text-decoration: none;
    text-align: center;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 1em
}

@media screen and (min-width:768px) {
    .box-link {
        padding-bottom: 60px
    }
}

@media (max-width:767px) {
    .box-link {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width:1232px) {
    .box-link {
        padding-top: 61px;
        padding-bottom: 72px
    }
}

.box-link .box-link__title {
    font-family: av_heading_font, "Times New Roman", Times, serif;
    letter-spacing: -.03em;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1em;
    color: #333;
    margin-top: .1em;
    margin-bottom: .2em;
    margin-bottom: 1.2em
}

@media screen and (min-width:1232px) {
    .box-link .box-link__title {
        font-size: 28px;
        font-size: 1.75rem
    }
}

.box-link .box-link__image {
    width: 138px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.subscriptions .box-link .box-link__image {
    width: auto
}

.box-link .box-link__image .publication-thumb {
    width: 100%;
    vertical-align: bottom
}

.box-link .box-link__image .publication-shadow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    max-width: initial
}

@media screen and (min-width:1232px) {
    .box-link .box-link__image {
        width: 193px
    }
}

.box-link:hover .box-link__data {
    opacity: 1
}

@media screen and (min-width:768px) {
    .box-link .box-link__data {
        color: #fff;
        background-color: rgba(26, 26, 26, .95);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 0;
        -webkit-transition: opacity 240ms ease-in-out;
        transition: opacity 240ms ease-in-out
    }

    .box-link .box-link__data .box-link__data-inner {
        -ms-flex-item-align: end;
        align-self: flex-end;
        padding: 15px;
        padding-bottom: 0
    }
}

@media screen and (min-width:768px) and (min-width:1330px) {
    .box-link .box-link__data .box-link__data-inner {
        padding: 30px
    }
}

@media screen and (min-width:768px) {
    .box-link .box-link__data .box-link__data-title {
        font-family: av_heading_font, "Times New Roman", Times, serif;
        letter-spacing: -.03em;
        font-size: 24px;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1em;
        color: #333;
        margin-top: .1em;
        margin-bottom: .2em;
        color: #fff
    }
}

@media screen and (min-width:768px) and (min-width:1330px) {
    .box-link .box-link__data .box-link__data-title {
        font-size: 27px;
        font-size: 1.6875rem
    }
}

@media screen and (min-width:768px) {
    .box-link .box-link__data .box-link__data-text {
        font-size: 14px;
        font-size: .875rem;
        margin-bottom: 0
    }
}

@media screen and (max-width:768px) {
    .box-link .box-link__data p {
        font-size: 12px;
        font-size: .75rem;
        line-height: 1.6em;
        color: #333;
        text-align: left;
        margin-bottom: 0;
        padding-left: 1.4em;
        padding-right: 1.4em
    }

    .subscriptions .box-link .box-link__data p {
        padding: 0
    }

    .box-link .box-link__data-title {
        display: none
    }
}

.cabeceras .publication-number .publication-number-inn {
    background: #fff;
    position: relative;
    z-index: 3
}

.cabeceras .publication-number .publication-list-prices {
    padding: .4em 0;
    line-height: 1.4em;
    width: 100%;
    position: relative
}

.cabeceras .publication-number .publication-list-prices .order-form__item {
    border: none;
    padding: 0
}

.cabeceras .publication-number .publication-list-prices label {
    font-weight: 100;
    display: block;
    clear: both
}

.cabeceras .publication-number .publication-list-prices .price {
    font-size: 1em;
    top: 0;
    text-align: right;
    padding-left: .2em
}

.cabeceras .publication-number .publication-list-prices-title {
    font-weight: 600;
    display: none
}

.cabeceras .publication-number .oferta_block,
.cabeceras .publication-number .publication-list-prices-go,
.cabeceras .publication-number .publication-number-title-md {
    display: none
}

.cabeceras .publication-number .publication-number-title-sm {
    display: block
}

.cabeceras .publication-number .publication-image {
    min-height: 100px
}

.cabeceras .publication-number.selected .publication-image {
    -webkit-box-shadow: 0 0 0 3px #ffa401;
    box-shadow: 0 0 0 3px #ffa401
}

.cabeceras .publication-number img {
    display: block
}

@media screen and (min-width:768px) {
    .cabeceras .publication-number {
        position: relative;
        z-index: 1
    }

    .cabeceras .publication-number .publication-list-prices {
        position: absolute;
        opacity: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, .9);
        -webkit-transition: opacity .4s ease-in-out;
        transition: opacity .4s ease-in-out;
        padding: .6em
    }

    .cabeceras .publication-number .publication-number-title-sm {
        display: none
    }

    .cabeceras .publication-number .publication-list-prices-go,
    .cabeceras .publication-number .publication-list-prices-title,
    .cabeceras .publication-number .publication-number-title-md {
        display: block
    }

    .cabeceras .publication-number label {
        font-weight: 600 !important;
        font-size: .7em
    }

    .cabeceras .publication-number.selected .publication-list-prices,
    .cabeceras .publication-number:hover .publication-list-prices {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        z-index: 5
    }

    .cabeceras .publication-number.selected .publication-image,
    .cabeceras .publication-number:hover .publication-image {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .cabeceras .publication-number.selected .publication-number-inn,
    .cabeceras .publication-number:hover .publication-number-inn {
        -webkit-box-shadow: 0 0 0 3px #ffa401;
        box-shadow: 0 0 0 3px #ffa401
    }
}

.cabeceras .meet_the_viewer {
    display: none !important
}

.publication-cover {
    background-color: #f1f1f1;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center
}

@media screen and (min-width:768px) {
    .publication-cover {
        padding-top: 60px;
        padding-bottom: 60px;
        text-align: left
    }
}

.publication-cover .publication-cover__inner {
    max-width: 786px;
    margin-left: auto;
    margin-right: auto;
    padding-right: .9375rem;
    padding-left: .9375rem;
    position: relative
}

@media screen and (min-width:768px) {
    .publication-cover .publication-cover__inner {
        display: grid;
        grid-template-areas: "info image" "info image" "info image";
        grid-template-columns: auto 384px;
        grid-template-rows: minmax(0, auto) minmax(0, auto) minmax(0, auto);
        justify-items: start;
        grid-column-gap: 14px
    }
}

@media screen and (min-width:1330px) {
    .publication-cover .publication-cover__inner {
        grid-template-columns: auto 530px
    }
}

@media screen and (min-width:1330px) {
    .publication-cover .publication-cover__inner {
        max-width: 1260px
    }
}

.publication-cover .publication-cover__inner .subscribe_button {
    margin: 0 auto
}

@media screen and (min-width:768px) {
    .publication-cover .publication-cover__inner .subscribe_button {
        margin: 0
    }
}

.publication-cover .publication-cover__title {
    font-family: av_heading_font, "Times New Roman", Times, serif;
    letter-spacing: -.03em;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1em;
    color: #333;
    margin-top: .1em;
    margin-bottom: .2em
}

@media screen and (min-width:576px) {
    .publication-cover .publication-cover__title {
        font-size: 34px;
        font-size: 2.125rem
    }
}

.publication-cover .publication-cover__image {
    margin-bottom: 40px;
    width: 153px;
    position: relative;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width:768px) {
    .publication-cover .publication-cover__image {
        width: 100%;
        margin-bottom: 0;
        grid-area: image;
        text-align: right
    }
}

@media screen and (min-width:1330px) {
    .publication-cover .publication-cover__image {
        padding-right: 70px
    }
}

.publication-cover .publication-cover__image a {
    display: block;
    position: relative;
    z-index: 1
}

.publication-cover .publication-cover__image .publication-thumb {
    width: 153px;
    vertical-align: bottom
}

@media screen and (min-width:768px) {
    .publication-cover .publication-cover__image .publication-thumb {
        width: 195px
    }
}

.publication-cover .publication-cover__image .publication-shadow {
    position: absolute;
    top: 0;
    right: 55px;
    bottom: 0;
    height: 100%;
    z-index: -1
}

@media screen and (min-width:768px) {
    .publication-cover .publication-cover__image .publication-shadow {
        right: 0
    }
}

.cabeceras.id-4 .publication-cover .publication-cover__image .publication-shadow {
    display: none
}

.publication-cover .publication-cover__text {
    margin: 0;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.53
}

.publication-results {
    padding-top: 44px;
    margin-bottom: 2.4em
}

@media screen and (min-width:768px) {
    .publication-results {
        padding-top: 60px
    }
}

@media screen and (min-width:1330px) {
    .publication-results {
        padding-top: 72px
    }
}

.publication-results__header {
    margin-bottom: 34px
}

@media screen and (min-width:768px) {
    .publication-results__header {
        margin-bottom: 30px
    }
}

@media screen and (min-width:1330px) {
    .publication-results__header {
        margin-bottom: 34px
    }
}

.publication-results__header .publication-results__header-inner {
    margin-left: auto;
    margin-right: auto;
    padding-right: .9375rem;
    padding-left: .9375rem;
    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
}

@media screen and (min-width:416px) {
    .publication-results__header .publication-results__header-inner {
        width: 416px
    }
}

@media screen and (min-width:616px) {
    .publication-results__header .publication-results__header-inner {
        width: 616px
    }
}

@media screen and (min-width:816px) {
    .publication-results__header .publication-results__header-inner {
        width: 816px
    }
}

@media screen and (min-width:1016px) {
    .publication-results__header .publication-results__header-inner {
        width: 1016px
    }
}

@media screen and (min-width:1300px) {
    .publication-results__header .publication-results__header-inner {
        width: 1260px;
        padding: 0
    }
}

@media screen and (max-width:615px) {
    .publication-results__header .dropdown-label {
        display: none
    }
}

.publication-results__content .publication-results__content-inner {
    margin-left: auto;
    margin-right: auto;
    padding-right: .8em;
    padding-left: .8em;
    width: 100%;
    display: grid;
    grid-column-gap: .8em;
    grid-template-columns: 1fr 1fr
}

@media screen and (min-width:416px) {
    .publication-results__content .publication-results__content-inner {
        padding-right: .9375rem;
        padding-left: .9375rem;
        width: 416px;
        display: grid;
        grid-column-gap: 14px
    }
}

@media screen and (min-width:615px) {
    .publication-results__content .publication-results__content-inner {
        width: 616px;
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media screen and (min-width:816px) {
    .publication-results__content .publication-results__content-inner {
        width: 816px;
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

@media screen and (min-width:1016px) {
    .publication-results__content .publication-results__content-inner {
        width: 1016px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr
    }
}

@media screen and (min-width:1300px) {
    .publication-results__content .publication-results__content-inner {
        width: 1260px;
        padding: 0;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-column-gap: 28px
    }
}

.publication-number {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    position: relative
}

@media screen and (min-width:416px) {
    .publication-number {
        width: 186px
    }
}

.publication-number:last-child {
    margin-bottom: 0
}

.publication-number a {
    text-decoration: none
}

.publication-number .pretitle {
    margin-top: .4em;
    margin-bottom: .2em
}

.publication-number .publication-number__title {
    font-family: av_heading_font, "Times New Roman", Times, serif;
    letter-spacing: -.03em;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1em;
    color: #333;
    margin-top: .1em;
    margin-bottom: .2em;
    margin-bottom: 0
}

.publication-number.viewer-available .viewer-icon {
    display: block
}

.viewer-icon {
    display: none;
    position: absolute;
    right: .4em;
    top: .4em;
    width: 1.4em;
    height: 1.4em
}

.publication-index {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 70px;
    padding-top: 40px
}

@media screen and (min-width:768px) {
    .publication-index {
        padding-top: 60px
    }
}

@media screen and (min-width:1330px) {
    .publication-index {
        padding-top: 100px
    }
}

.publication-index .publication-index__header,
.publication-index .publication_old_indice {
    width: 286px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width:616px) {

    .publication-index .publication-index__header,
    .publication-index .publication_old_indice {
        width: 586px
    }
}

@media screen and (min-width:916px) {

    .publication-index .publication-index__header,
    .publication-index .publication_old_indice {
        width: 886px
    }
}

@media screen and (min-width:1300px) {

    .publication-index .publication-index__header,
    .publication-index .publication_old_indice {
        width: 1260px;
        padding: 0
    }
}

.publication-index .publication-index__header .title,
.publication-index .publication_old_indice .title {
    margin-bottom: 0
}

.publication-index .publication-index__block {
    margin-bottom: 2.4em
}

.publication-index__actions {
    width: 586px;
    margin-left: auto;
    margin-right: auto;
    display: none
}

@media screen and (min-width:616px) {
    .publication-index__actions {
        display: block
    }
}

@media screen and (min-width:916px) {
    .publication-index__actions {
        width: 886px
    }
}

@media screen and (min-width:1300px) {
    .publication-index__actions {
        width: 1260px;
        padding: 0
    }
}

.publication-index__actions ul {
    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
}

.publication-index__actions ul li {
    margin-left: 20px
}

.publication-index__results {
    margin-top: 30px
}

.publication-index__results .divider {
    width: 286px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width:616px) {
    .publication-index__results .divider {
        width: 586px
    }
}

@media screen and (min-width:916px) {
    .publication-index__results .divider {
        width: 886px
    }
}

@media screen and (min-width:1300px) {
    .publication-index__results .divider {
        width: 1260px
    }
}

.publication-index.list-mode .results-grid {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 286px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width:616px) {
    .publication-index.list-mode .results-grid {
        max-width: 586px
    }
}

@media screen and (min-width:916px) {
    .publication-index.list-mode .results-grid {
        max-width: 886px
    }
}

@media screen and (min-width:1260px) {
    .publication-index.list-mode .results-grid {
        max-width: 1260px
    }
}

@media screen and (min-width:615px) {
    .publication-index.list-mode .results-grid .result a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .publication-index.list-mode .results-grid .result .result__img_wrap {
        width: 100%;
        margin-right: 14px
    }
}

@media screen and (min-width:615px) and (min-width:915px) {
    .publication-index.list-mode .results-grid .result .result__img_wrap {
        width: 260px
    }
}

@media screen and (min-width:615px) {
    .publication-index.list-mode .results-grid .result .result__img {
        width: 100%
    }

    .publication-index.list-mode .results-grid .result .result__info {
        max-width: 50%;
        padding-top: 0
    }
}

.publication-hero {
    background-color: #f1f1f1;
    padding-top: 40px;
    padding-bottom: 37px
}

@media screen and (min-width:768px) {
    .publication-hero {
        padding-top: 60px;
        padding-bottom: 30px
    }
}

.publication-hero .publication-hero__inner {
    margin-left: auto;
    margin-right: auto;
    padding-right: .9375rem;
    padding-left: .9375rem;
    max-width: 320px
}

@media screen and (min-width:768px) {
    .publication-hero .publication-hero__inner {
        max-width: 986px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-items: start;
        grid-column-gap: 14px
    }
}

@media screen and (min-width:1000px) {
    .publication-hero .publication-hero__inner {
        grid-column-gap: 60px
    }
}

.publication-hero__block-image .publication-hero-data {
    margin-bottom: 40px
}

@media screen and (min-width:768px) {
    .publication-hero__block-image .publication-hero-data {
        display: none
    }
}

@media screen and (min-width:768px) {
    .publication-hero__block-image .publication-hero-image {
        min-width: 100%;
        display: grid;
        grid-template-columns: 74% 23%;
        grid-column-gap: 3%
    }
}

@media screen and (max-width:768px) {
    .publication-hero__block-image .publication-hero-image .thumb-images div a {
        height: 100%;
        margin: 0 .4em;
        display: block
    }

    .publication-hero__block-image .publication-hero-image .thumb-images div:first-child a {
        margin-left: 0
    }

    .publication-hero__block-image .publication-hero-image .thumb-images div:last-child a {
        margin-right: 0
    }
}

.publication-hero__block-image .publication-hero-image .main-image {
    margin-bottom: 11px
}

@media screen and (min-width:768px) {
    .publication-hero__block-image .publication-hero-image .main-image {
        margin-bottom: 0
    }
}

.publication-hero__block-image .publication-hero-image .main-image img {
    width: 100%;
    vertical-align: bottom
}

.publication-hero__block-image .publication-hero-image .thumb-images {
    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: stretch
}

@media screen and (min-width:768px) {
    .publication-hero__block-image .publication-hero-image .thumb-images {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.publication-hero__block-image .publication-hero-image .thumb-images a {
    text-decoration: none;
    margin-right: 15px
}

.publication-hero__block-image .publication-hero-image .thumb-images a:last-child {
    margin-right: 0
}

@media screen and (min-width:768px) {
    .publication-hero__block-image .publication-hero-image .thumb-images a {
        margin-right: 0
    }
}

.publication-hero__block-image .publication-hero-image .thumb-images a img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    border: 1px solid #e5e5e5
}

.publication-hero__block-form {
    min-width: 100%
}

@media (max-width:767px) {
    .publication-hero__block-form .publication-hero-data {
        display: none
    }
}

.publication-hero__block-form .title {
    margin-bottom: .2em
}

.publication-hero__block-form .publication-hero-form {
    border-top: 1px solid rgba(158, 158, 158, .46);
    width: 100%;
    margin-top: 40px
}

.publication-hero__block-form .publication-hero-form .order-form__item {
    border-bottom: 1px solid rgba(158, 158, 158, .46);
    padding-top: 23px;
    padding-bottom: 20px
}

.publication-hero__block-form .publication-hero-form .order-form__item label {
    margin-bottom: 0
}

.publication-hero__block-form .publication-hero-form .order-form__item .price {
    float: right;
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    top: -3px;
    text-transform: none
}

.publication-hero__block-form .publication-hero-form .submit-container {
    margin-top: 37px;
    text-align: right
}

@media (max-width:767px) {
    .publication-hero__block-form .publication-hero-form .submit-container input[type=submit] {
        display: block;
        width: 100%
    }
}

.publication-hero__link {
    text-align: center;
    margin-top: 44px
}

@media screen and (min-width:768px) {
    .publication-hero__link {
        margin-top: 64px
    }
}

.publication-hero__link a {
    text-decoration: none;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 600;
    color: #333;
    text-transform: uppercase
}

.publication-hero__link a:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1px;
    border-top: 6px solid #333;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin-left: 13px;
    position: relative;
    top: -1px
}

.publication_old_indice {
    font-size: .9375rem;
    line-height: 1.4em;
    display: block
}

.publication_old_indice .publication_old_inn {
    max-width: 800px
}

@media screen and (min-width:616px) {
    .publication_old_indice {
        display: none;
        padding-top: 2.4em
    }

    .publication_old_indice.publication_old_indice_alone {
        display: block;
        padding-top: 0
    }
}

@media screen and (min-width:616px) and (min-width:768px) {
    .publication_old_indice.publication_old_indice_alone {
        max-width: 958px
    }
}

.publication_old_indice hr {
    display: none
}

.publication_old_indice img {
    padding-bottom: .4em;
    padding-right: .4em
}

.publication_old_indice br {
    display: block;
    height: .4em;
    width: 100%;
    content: ''
}

.publication_old_indice a,
.publication_old_indice a span {
    color: #ffa401 !important;
}

.old-indice p {
    line-height: 1.2em;
    margin: .4em 0 1em 0
}

.leading-magazines {
    padding-top: 90px;
    padding-top: 50px;
    text-align: center
}

.leading-magazines .leading-magazines__image {
    max-width: 586px;
    margin-left: auto;
    margin-right: auto
}

.magazine {
    max-width: 600px;
    margin: 0 auto
}

.magazine .magazine__title {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 600;
    color: #333;
    margin-top: 0;
    margin-bottom: 25px
}

.features-section {
    background-color: #fbfbfb;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px
}

.features-section .features-section__title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    text-transform: uppercase
}

.features-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 80px;
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 30px
}

@media screen and (min-width:768px) {
    .features-list {
        grid-template-columns: 1fr 1fr 1fr;
        grid-row-gap: 70px;
        grid-column-gap: 30px
    }
}

.features-list li {
    text-align: center
}

.features-list li:last-child {
    margin-bottom: 0
}

.features-list li svg {
    height: 41px;
    width: 41px
}

.features-list li .feature-name {
    display: block;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 600;
    color: #333;
    margin-top: 23px;
    margin-bottom: 5px;
    max-width: 238px;
    margin-left: auto;
    margin-right: auto
}

.features-list li .feature-data {
    display: block;
    font-size: 15px;
    font-size: .9375rem
}

.shopping-cart--content {
    margin-top: 50px
}

.code-promotion-module {
    border-bottom: 1px solid #e5e5e5;
    padding-top: 32px;
    padding-bottom: 32px
}

.code-promotion-module .code-promotion-module__button {
    color: #333;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 600
}

.code-promotion-module .code-promotion-module__button:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 1px;
    height: 1px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-top: 4px solid #333;
    border-right: 4px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 4px solid transparent
}

.code-promotion-module .code-promotion-module__content {
    display: none;
    padding-top: 15px
}

.code-promotion-module .code-promotion-module__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:575px) {
    .code-promotion-module .code-promotion-module__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .code-promotion-module .code-promotion-module__form .input-default {
        width: 100%
    }

    .code-promotion-module .code-promotion-module__form .submit--large {
        display: block;
        width: 100%
    }
}

.code-promotion-module .code-promotion-module__form .input-default {
    width: 100%;
    max-width: 286px;
    margin-right: 15px;
    margin-bottom: 0
}

.code-promotion-module .code-promotion-module__element.js-accordion__opened .code-promotion-module__button:after {
    border-bottom: 4px solid #333;
    border-top: 1px solid transparent
}

.code-promotion-module .code-promotion-module__element.js-accordion__opened .code-promotion-module__content {
    display: block
}

.shopping-cart__breakdown {
    padding-top: 30px;
    padding-bottom: 15px
}

@media screen and (min-width:576px) {
    .shopping-cart__breakdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.shopping-cart__breakdown table {
    width: 100%
}

@media screen and (min-width:576px) {
    .shopping-cart__breakdown table {
        width: 300px
    }
}

.shopping-cart__breakdown table th {
    text-align: left;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 600;
    color: #333;
    padding-bottom: 15px;
    padding-right: 10px
}

@media screen and (min-width:576px) {
    .shopping-cart__breakdown table th {
        text-align: right
    }
}

.shopping-cart__breakdown table th:last-child {
    text-align: right;
    padding-right: 0
}

.shopping-cart__breakdown table tr td {
    vertical-align: bottom;
    padding-right: 10px;
    font-size: 15px;
    font-size: .9375rem;
    padding-bottom: 15px
}

@media screen and (min-width:576px) {
    .shopping-cart__breakdown table tr td {
        text-align: right
    }
}

.shopping-cart__breakdown table tr td a {
    color: #333
}

.shopping-cart__breakdown table tr td:last-child {
    text-align: right;
    padding-right: 0
}

.shopping-cart__breakdown table tfoot tr td {
    font-size: 17px;
    font-size: 1.0625rem;
    color: #333;
    font-weight: 600
}

.shopping-cart__breakdown table tfoot tr td:last-child {
    font-size: 20px;
    font-size: 1.25rem
}

.shopping-cart__actions {
    padding-top: 40px;
    padding-bottom: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:575px) {
    .shopping-cart__actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .shopping-cart__actions .button+.button {
        margin-top: 20px
    }
}

@media screen and (min-width:576px) {
    .shopping-cart__actions {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.order-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 20px
}

.order-item .order-item__info {
    width: 75%
}

.order-item .order-item__price {
    width: 25%;
    text-align: right
}

.order-item .order-item__price .order-item__price-value {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    color: #333;
    position: relative;
    top: -2px
}

.order-item__info {
    display: grid;
    grid-template-columns: 52px auto;
    grid-column-gap: 12px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

.order-item__info .order-item__info-image {
    width: 52px;
    height: 65px;
    background-color: #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.order-item__info .order-item__info-image img {
    width: 100%
}

.order-item__info .order-item__info-data {
    overflow: hidden
}

.order-item__info .order-item__info-data .order-item__title {
    font-weight: 600;
    margin: 0;
    margin-bottom: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.order-item__info .order-item__info-data .order-item__data {
    font-size: .8em;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.order-item__info .order-item__info-data .order-item__data:last-child {
    margin-bottom: 0
}

.order-breakdown {
    margin-bottom: 30px;
    width: 100%
}

.order-breakdown thead th {
    color: #333;
    padding-bottom: 10px;
    width: 70%;
    text-align: left;
    font-weight: 600
}

.order-breakdown thead th:last-child {
    text-align: right;
    width: 30%
}

.order-breakdown tbody td {
    padding-bottom: 10px;
    overflow: hidden;
    width: 70%;
    vertical-align: bottom
}

.order-breakdown tbody td:last-child {
    text-align: right;
    width: 30%
}

.order-breakdown tbody td a {
    color: #333
}

.order-breakdown tfoot td {
    padding-top: 15px;
    width: 70%
}

.order-breakdown tfoot td:last-child {
    text-align: right;
    width: 30%
}

.order-summary-wrapper .order-resume-close {
    display: none !important
}

.order-summary-wrapper .order-summary__header {
    padding: 19px 17px 0 17px
}

.order-summary-wrapper .order-summary__header .order-summary__title {
    margin: 0;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: .4em
}

.order-summary-wrapper .order-summary {
    max-height: 165px;
    overflow-y: auto;
    padding-left: 17px;
    padding-right: 17px
}

.order-summary-wrapper .order-summary .order-summary__list {
    padding-top: 20px
}

@media only screen and (min-height:700px) {
    .order-summary-wrapper .order-summary {
        max-height: 265px
    }
}

@media only screen and (min-height:800px) {
    .order-summary-wrapper .order-summary {
        max-height: 365px
    }
}

@media only screen and (min-height:900px) {
    .order-summary-wrapper .order-summary {
        max-height: 465px
    }
}

.order-summary-wrapper li.order-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 1em
}

.order-summary-wrapper li.order-item .order-item__info {
    width: 75%
}

.order-summary-wrapper li.order-item .order-item__price {
    width: 25%;
    text-align: right
}

.order-summary-wrapper li.order-item .order-item__price .order-item__price-value {
    position: relative
}

.order-summary-wrapper .order-item__info {
    display: grid;
    grid-template-columns: 52px auto;
    grid-column-gap: 12px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.order-summary-wrapper .order-item__info .order-item__info-image {
    width: 52px;
    height: 65px;
    background-color: #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.order-summary-wrapper .order-item__info .order-item__info-image img {
    width: 100%
}

.order-summary-wrapper .order-item__info .order-item__info-image .quantity-indicator {
    position: absolute;
    top: -12px;
    right: -12px;
    display: table;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #ffa401;
    text-align: center;
    border: 3px solid #fff
}

.order-summary-wrapper .order-item__info .order-item__info-image .quantity-indicator .quantity-indicator__number {
    color: #fff;
    font-size: 12px;
    font-size: .75rem;
    text-align: center;
    line-height: 2em
}

.order-summary-wrapper .order-item__info .order-item__info-data {
    overflow: hidden
}

.order-summary-wrapper .order-item__info .order-item__info-data .order-item__title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.order-summary-wrapper .order-item__info .order-item__info-data .order-item__data {
    font-size: .8em;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.order-summary-wrapper .order-item__info .order-item__info-data .order-item__data:last-child {
    margin-bottom: 0
}

.order-summary-wrapper .order-summary__footer {
    padding-top: 1em;
    border-top: 1px solid #e5e5e5;
    margin-left: 1.2em;
    margin-right: 1.2em;
    padding-bottom: 1.2em
}

.order-summary-wrapper .order-breakdown {
    margin-bottom: 1em;
    width: 100%
}

.order-summary-wrapper .order-breakdown th,
.order-summary-wrapper .order-breakdown thead {
    width: 70%;
    text-align: left;
    font-weight: 600
}

.order-summary-wrapper .order-breakdown th:last-child,
.order-summary-wrapper .order-breakdown thead:last-child {
    text-align: right;
    width: 30%
}

.order-summary-wrapper .order-breakdown tbody,
.order-summary-wrapper .order-breakdown td {
    overflow: hidden;
    width: 70%
}

.order-summary-wrapper .order-breakdown tbody:last-child,
.order-summary-wrapper .order-breakdown td:last-child {
    text-align: right;
    width: 30%
}

.order-summary-wrapper .order-breakdown tbody a,
.order-summary-wrapper .order-breakdown td a {
    color: #333;
    padding: 0;
    text-decoration: underline
}

.order-summary-wrapper .order-breakdown td,
.order-summary-wrapper .order-breakdown tfoot {
    padding-top: .2em;
    width: 65%
}

.order-summary-wrapper .order-breakdown td:last-child,
.order-summary-wrapper .order-breakdown tfoot:last-child {
    text-align: right;
    width: 35%
}

.checkout-content {
    padding-bottom: 40px;
    padding-top: 20px
}

@media screen and (min-width:1000px) {
    .checkout-content {
        padding-bottom: 70px;
        padding-top: 20px
    }
}

@media screen and (min-width:768px) {
    .checkout-content {
        display: grid;
        grid-template-areas: "form resume";
        grid-template-columns: auto 346px;
        grid-column-gap: 40px;
        padding-bottom: 60px;
        padding-top: 20px
    }
}

.checkout-content .checkout-content__resume {
    grid-area: resume
}

@media (max-width:767px) {
    .checkout-content .checkout-content__resume {
        margin-bottom: 40px
    }
}

.checkout-content .checkout-content__resume .order-summary__footer>.button {
    display: none
}

.checkout-content .checkout-content__resume .show-order-resume {
    margin-bottom: 16px;
    font-size: 16px;
    font-size: 1rem;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 10px;
    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;
    cursor: pointer
}

.checkout-content .checkout-content__resume .show-order-resume b {
    font-weight: 600;
    color: #333
}

@media screen and (min-width:768px) {
    .checkout-content .checkout-content__resume .show-order-resume {
        display: none
    }
}

.checkout-content .checkout-content__resume .hide-order-resume {
    margin-top: 16px;
    display: none
}

@media screen and (min-width:768px) {
    .checkout-content .checkout-content__resume .hide-order-resume {
        display: none
    }
}

.checkout-content .checkout-content__resume .order-summary-wrapper {
    background-color: #fbfbfb;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    position: relative
}

@media (max-width:767px) {
    .checkout-content .checkout-content__resume .order-summary-wrapper {
        display: none
    }
}

.checkout-content .checkout-content__resume .order-summary-wrapper .order-resume-close {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 40px;
    right: 8px;
    z-index: 113
}

@media screen and (min-width:768px) {
    .checkout-content .checkout-content__resume .order-summary-wrapper .order-resume-close {
        display: none
    }
}

.checkout-content .checkout-content__resume .order-summary-wrapper .order-resume-close svg {
    width: 16px;
    height: 16px
}

.checkout-content .checkout-content__resume .order-summary-wrapper .order-resume-close svg path {
    stroke: #9e9e9e
}

.checkout-content .checkout-content__resume .order-summary-wrapper .order-resume-close:hover svg path {
    stroke: #333
}

.checkout-content .checkout-content__resume .order-summary-wrapper .order-summary__header {
    padding: 35px 30px
}

.checkout-content .checkout-content__resume .order-summary-wrapper .order-summary__header .order-summary__title {
    color: #333;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0
}

.checkout-content .checkout-content__resume .order-summary-wrapper .order-summary {
    padding-left: 30px;
    padding-right: 30px
}

.checkout-content .checkout-content__resume .order-summary-wrapper .order-summary__footer {
    border-top: 1px solid #e5e5e5;
    padding: 30px;
    margin: 0;
    padding-bottom: 10px
}

.checkout-content .checkout-content__data {
    grid-area: form
}

.checkout-content.is-order-resume-visible .checkout-content__resume .show-order-resume {
    display: none
}

.checkout-content.is-order-resume-visible .checkout-content__resume .order-summary-wrapper {
    display: block
}

@media (max-width:767px) {
    .checkout-content.is-order-resume-visible .hide-order-resume {
        display: block
    }
}

.checkout-content__header {
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5
}

.checkout-content__header .checkout-content__header-data {
    margin-bottom: 10px
}

@media screen and (min-width:630px) {
    .checkout-content__header .checkout-content__header-data {
        margin-bottom: 0
    }
}

@media screen and (min-width:768px) {
    .checkout-content__header .checkout-content__header-data {
        margin-bottom: 10px
    }
}

@media screen and (min-width:992px) {
    .checkout-content__header .checkout-content__header-data {
        margin-bottom: 0
    }
}

.checkout-content__header .checkout-content__header-data .claim {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-top: 10px;
    margin-bottom: 0
}

@media screen and (min-width:630px) {
    .checkout-content__header .checkout-content__header-actions {
        text-align: right
    }
}

@media screen and (min-width:768px) {
    .checkout-content__header .checkout-content__header-actions {
        text-align: left
    }
}

@media screen and (min-width:992px) {
    .checkout-content__header .checkout-content__header-actions {
        text-align: right
    }
}

.checkout-content__header .checkout-content__header-actions .claim {
    margin: 0;
    font-size: 15px;
    font-size: .9375rem;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 8px
}

@media screen and (min-width:630px) {
    .checkout-content__header .checkout-content__header-actions .claim {
        display: block;
        margin-right: 0
    }
}

@media screen and (min-width:768px) {
    .checkout-content__header .checkout-content__header-actions .claim {
        display: inline-block;
        vertical-align: baseline;
        margin-right: 8px
    }
}

@media screen and (min-width:992px) {
    .checkout-content__header .checkout-content__header-actions .claim {
        display: block;
        margin-right: 0
    }
}

.checkout-content__header .checkout-content__header-actions a {
    font-size: 15px;
    font-size: .9375rem;
    color: #333;
    font-weight: 600;
    display: inline-block;
    vertical-align: baseline
}

@media screen and (min-width:630px) {
    .checkout-content__header .checkout-content__header-actions a {
        display: block;
        margin-top: 8px
    }
}

@media screen and (min-width:768px) {
    .checkout-content__header .checkout-content__header-actions a {
        display: inline-block;
        vertical-align: baseline;
        margin-top: 0
    }
}

@media screen and (min-width:992px) {
    .checkout-content__header .checkout-content__header-actions a {
        display: block;
        margin-top: 8px
    }
}

.checkout-form {
    padding-top: 45px
}

.checkout-form.checkout-form--no-padding-top {
    padding-top: 0
}

@media screen and (min-width:630px) {
    .checkout-form .checkout-data-form__inputs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 13px
    }
}

@media screen and (min-width:768px) {
    .checkout-form .checkout-data-form__inputs {
        grid-template-columns: 1fr
    }
}

@media screen and (min-width:992px) {
    .checkout-form .checkout-data-form__inputs {
        grid-template-columns: 1fr 1fr
    }
}

@media screen and (min-width:470px) {
    .checkout-form .checkout-shipment-form__inputs-columns {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 13px
    }
}

@media screen and (min-width:768px) {
    .checkout-form .checkout-shipment-form__inputs-columns {
        grid-template-columns: 1fr
    }
}

@media screen and (min-width:870px) {
    .checkout-form .checkout-shipment-form__inputs-columns {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 13px
    }
}

@media screen and (min-width:1150px) {
    .checkout-form .checkout-shipment-form__inputs-columns {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-column-gap: 13px
    }
}

.checkout-form .submit-container {
    margin-top: 40px
}

.help-to-right {
    margin-top: 20px;
    text-align: right
}

.help-to-right a {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    color: #333
}

.form-highlight-block {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 20px;
    line-height: 1.2em
}

.student-module {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px
}

.student-module .student-module__claim {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #333
}

.student-module .student-module__text {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 600;
    color: #333
}

.student-module .student-check label {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 400;
    color: #333;
    margin-bottom: 0
}

.student-module .student-module__document {
    margin-top: 45px
}

.student-module .student-module__document p {
    margin-top: 0;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.5
}

.student-module .student-module__document p.student-module__help {
    color: #333;
    font-weight: 600;
    font-size: 15px;
    font-size: .9375rem;
    margin-bottom: 8px;
    margin-top: 17px;
    line-height: 1
}

.legal-acceptance label {
    font-weight: 400;
    color: #333;
    padding-left: 25px;
    position: relative
}

.legal-acceptance label input {
    position: absolute;
    top: 1px;
    left: 0
}

.legal-acceptance label a {
    color: #333
}

.legal-acceptance label .error-text {
    color: #da1e1e
}

.legal-acceptance.legal-acceptance--margin-top {
    margin-top: 30px
}

.gdpr-acceptance label {
    font-weight: 400;
    color: #333;
    padding-left: 25px;
    position: relative;
    font-size: 14px;
    font-size: .875rem;
    margin-bottom: 20px
}

.gdpr-acceptance label input {
    position: absolute;
    top: 1px;
    left: 0
}

.gdpr-acceptance label a {
    color: #333
}

body.checkout-data .user-has-account {
    display: none
}

body.checkout-data.user-has-account .user-has-account {
    display: block
}

body.checkout-data.user-has-account .user-has-not-account {
    display: none
}

.hidden-layer .shipment-type {
    margin-top: 70px
}

.hidden-layer .shipment-type p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.5
}

.hidden-layer .shipment-box {
    margin-top: 70px
}

.hidden-layer .shipment-box p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.5
}

.hidden-layer .shipment-box label {
    font-size: 17px;
    font-size: 1.0625rem;
    color: #333;
    font-weight: 400
}

.shipment-type__selector {
    border-top: 1px solid #e5e5e5;
    margin-top: 30px
}

.shipment-type__selector .shipment-type__option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5
}

.shipment-type__selector .shipment-type__option .shipment-type__option-radio {
    min-width: 125px;
    margin-right: 10px
}

.shipment-type__selector .shipment-type__option .shipment-type__option-radio label {
    font-size: 15px;
    font-size: .9375rem;
    position: relative;
    top: 3px
}

.shipment-type__selector .shipment-type__option .shipment-type__option-data {
    font-size: 15px;
    font-size: .9375rem;
    color: #333;
    font-weight: 400
}

.shipment-type__selector .shipment-type__option .shipment-type__option-price {
    margin-left: auto;
    font-size: 15px;
    font-size: .9375rem;
    color: #333;
    font-weight: 600
}

.shipment-type__selector .shipment-type__option.disabled label {
    color: #ccc
}

.data-module__list {
    margin-bottom: 64px
}

.data-module__list li {
    margin-bottom: 15px
}

.data-module__list li .label {
    font-size: 15px;
    font-size: .9375rem;
    color: #333;
    font-weight: 600;
    text-transform: none
}

.data-module__list li .value {
    font-size: 15px;
    font-size: .9375rem;
    color: #333
}

.address-edition .address-edition--actions .button+.button {
    margin-top: 14px
}

@media screen and (min-width:630px) {
    .address-edition .address-edition--actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .address-edition .address-edition--actions .button+.button {
        margin-top: 0;
        margin-left: 14px
    }
}

.checkout-form .address-edition {
    display: none
}

.checkout-form.is-editing-address .address-resume {
    display: none
}

.checkout-form.is-editing-address .address-edition {
    display: block
}

.credit-card-inputs {
    margin-top: 30px
}

@media screen and (min-width:1150px) {
    .credit-card-inputs {
        display: grid;
        grid-template-columns: auto 250px;
        grid-column-gap: 14px
    }
}

@media screen and (min-width:630px) {
    .credit-card-inputs .credit-card-inputs__bigger-block {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 14px
    }
}

@media screen and (min-width:768px) {
    .credit-card-inputs .credit-card-inputs__bigger-block {
        display: block
    }
}

@media screen and (min-width:992px) {
    .credit-card-inputs .credit-card-inputs__bigger-block {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 14px
    }
}

.credit-card-inputs .credit-card-inputs__smaller-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 14px
}

.footer {
    max-width: 786px;
    max-width: 1260px;
    overflow: hidden;
    margin: 0 auto;
    background: #fff
}

@media (max-width:1329px) {

    .articles .footer,
    .publications .footer,
    .works .footer {
        padding-bottom: 30px
    }
}

.footer .footer__inner {
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px
}

@media screen and (min-width:1260px) {
    .footer .footer__inner {
        padding-left: 0;
        padding-right: 0
    }
}

.footer .footer-block__title {
    display: block;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 600;
    margin-bottom: 10px
}

.footer .social-list {
    text-align: center;
    margin: 0 auto
}

@media screen and (min-width:972px) {
    .footer .social-list {
        text-align: left;
        margin: 0
    }
}

.footer .social-list a {
    color: #666;
    font-size: 1.6em;
    line-height: .8em
}

.footer .footer-icon-list li {
    display: table;
    width: 100%
}

.footer .footer-icon-list li .footer-icon-list__icon {
    display: table-cell;
    vertical-align: top;
    width: 30px;
    line-height: 1.4em
}

.footer .footer-icon-list li .footer-icon-list__value {
    display: table-cell;
    vertical-align: top
}

.footer .footer-icon-list li .footer-icon-list__value span {
    display: inline-block
}

.footer .footer__top {
    border-top: 1px solid #e5e5e5
}

.footer .footer__top .footer__inner {
    position: relative;
    padding-top: 40px
}

@media screen and (min-width:972px) {
    .footer .footer__top .footer__inner {
        display: table;
        width: 100%;
        margin-bottom: 35px
    }
}

@media screen and (min-width:510px) {
    .footer .footer__top .footer-block-grouper {
        display: table;
        width: 100%;
        margin-bottom: 30px
    }
}

@media screen and (min-width:972px) {
    .footer .footer__top .footer-block-grouper {
        display: table-cell;
        vertical-align: top;
        width: 50%
    }

    .footer .footer__top .footer-block-grouper:first-child {
        padding-right: 7px
    }

    .footer .footer__top .footer-block-grouper:last-child {
        padding-left: 7px
    }
}

.footer .footer__top .footer-block {
    margin-bottom: 24px
}

.footer .footer__top .footer-block:last-child {
    margin-bottom: 36px
}

@media screen and (min-width:510px) {
    .footer .footer__top .footer-block {
        display: table-cell;
        vertical-align: top;
        width: 50%
    }

    .footer .footer__top .footer-block:first-child {
        padding-right: 8px
    }

    .footer .footer__top .footer-block:last-child {
        padding-left: 8px
    }
}

@media screen and (min-width:972px) {
    .footer .footer__top .footer-block:first-child {
        padding-right: 7px
    }

    .footer .footer__top .footer-block:last-child {
        padding-left: 7px
    }
}

.footer .footer__top .footer-block li {
    margin-bottom: 7px
}

@media screen and (min-width:972px) {
    .footer .footer__top .footer-block li {
        margin-bottom: 16px
    }
}

.footer .footer__top .footer-block li a {
    text-decoration: none;
    font-size: 12px;
    font-size: .75rem;
    color: #333
}

.footer .footer__top .footer-block li a:hover {
    text-decoration: underline
}

.footer .footer__top .footer-block li a:hover span {
    text-decoration: underline
}

.footer .footer__bottom {
    border-top: 1px solid #e5e5e5
}

.footer .footer__bottom .footer__inner {
    position: relative
}

@media screen and (min-width:972px) {
    .footer .footer__bottom .footer__inner {
        display: table;
        width: 100%
    }
}

.footer .footer__bottom .footer-block {
    position: relative
}

@media screen and (min-width:972px) {
    .footer .footer__bottom .footer-block {
        display: table-cell;
        vertical-align: middle
    }
}

.footer .footer__bottom .footer-block .footer-block__title {
    margin-bottom: 0;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-left: 16px;
    padding-right: 16px
}

@media screen and (min-width:972px) {
    .footer .footer__bottom .footer-block .footer-block__title {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        width: 1px
    }
}

.footer .footer__bottom .footer-block .footer-social-list {
    text-align: center;
    padding-top: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5
}

@media screen and (min-width:972px) {
    .footer .footer__bottom .footer-block .footer-social-list {
        text-align: left;
        border-bottom: none
    }
}

.footer .footer__bottom .footer-block .footer-social-list li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 32px
}

@media screen and (min-width:972px) {
    .footer .footer__bottom .footer-block .footer-social-list li {
        margin-right: 24px
    }
}

.footer .footer__bottom .footer-block .footer-social-list li:last-child {
    margin-right: 0
}

.footer .footer__bottom .footer-block .footer-social-list li a {
    display: block;
    width: 24px;
    height: 24px
}

.footer .footer__bottom .footer-block .footer-social-list li a:hover svg path {
    fill: #333
}

.footer .footer__bottom .footer-block .footer-social-list li svg path {
    fill: #333
}

.footer .footer__bottom .footer__legal {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block
}

@media screen and (min-width:972px) {
    .footer .footer__bottom .footer__legal {
        display: table-cell;
        vertical-align: middle;
        text-align: right
    }
}

.footer .footer__bottom .footer__legal ul {
    margin-bottom: 12px;
    display: block
}

@media screen and (min-width:972px) {
    .footer .footer__bottom .footer__legal ul {
        display: inline-block;
        vertical-align: baseline;
        margin-bottom: 0
    }
}

.footer .footer__bottom .footer__legal li {
    margin-right: 16px;
    display: inline-block;
    vertical-align: baseline
}

@media screen and (max-width:767px) {
    .footer .footer__bottom .footer__legal li:last-child {
        margin-right: 0
    }
}

@media screen and (min-width:972px) {
    .footer .footer__bottom .footer__legal li:last-child {
        margin-right: 0
    }
}

.footer .footer__bottom .footer__legal li a {
    font-size: 12px;
    font-size: .75rem;
    text-decoration: none;
    color: #333
}

.footer .footer__bottom .footer__legal li a:hover {
    text-decoration: underline
}

.footer .footer__bottom .footer__legal .footer__copyright {
    font-size: 12px;
    font-size: .75rem;
    color: #333
}

@media screen and (min-width:768px) {
    .footer .footer__bottom .footer__legal .footer__copyright {
        display: inline-block;
        vertical-align: baseline
    }
}

@media screen and (min-width:972px) {
    .footer .footer__bottom .footer__legal .footer__copyright {
        margin-right: 16px
    }
}

@media screen and (min-width:972px) {
    .footer.footer-minimalist .footer__legal {
        display: table;
        width: 100%
    }

    .footer.footer-minimalist .footer__legal ul {
        display: table-cell;
        vertical-align: middle
    }
}

.editor {
    padding-right: .9375rem;
    padding-left: .9375rem;
    position: relative;
    z-index: 1
}

@media screen and (min-width:800px) {
    .editor {
        padding-left: 0;
        padding-right: 0
    }
}

.editor>.row,
.editor>a,
.editor>blockquote,
.editor>div,
.editor>h2,
.editor>h3,
.editor>h4,
.editor>p {
    max-width: 756px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 1.4em
}

.editor>.row.full,
.editor>a.full,
.editor>blockquote.full,
.editor>div.full,
.editor>h2.full,
.editor>h3.full,
.editor>h4.full,
.editor>p.full {
    max-width: 5000px;
    margin-top: 2.4em;
    margin-bottom: 2.4em
}

.editor>.row.full>*,
.editor>a.full>*,
.editor>blockquote.full>*,
.editor>div.full>*,
.editor>h2.full>*,
.editor>h3.full>*,
.editor>h4.full>*,
.editor>p.full>* {
    width: 100%
}

.editor p {
    margin-top: 0;
    margin-bottom: 1.4em
}

.editor a {
    color: #ffa401;
    font-weight: 600
}

.editor h2+p,
.editor h3+p,
.editor h4+p {
    margin-top: 5px
}

.editor h2 {
    font-size: 17px;
    font-size: 1.4rem;
    color: #333;
    font-weight: 600;
    line-height: 1.4em;
    margin-top: 0;
}

.editor h3 {
    font-size: 15px;
    font-size: 1.2rem;
    color: #333;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 2em
}

.editor h4 {
    font-size: 15px;
    font-size: .9375rem;
    color: #333;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 1.4em
}

.editor .full img {
    width: 100%
}

.editor .full .caption {
    font-size: 13px;
    font-size: .8125rem;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width:800px) {
    .editor .full .caption {
        padding-left: 1em;
        padding-right: 1em
    }
}

.editor .full .caption p {
    font-size: 13px;
    font-size: .8125rem;
    margin-top: 0;
    margin-bottom: 1.4em
}

.editor .full .caption:empty {
    display: none
}

.editor .full .caption p:last-child {
    margin-bottom: 0
}

.editor .img-wrap {
    position: relative;
    display: block
}

.editor .row--align-middle {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 0 !important
}

.editor .row--align-middle blockquote {
    text-align: center;
    margin-top: 3.4em;
    margin-bottom: 2em !important;
    margin-left: auto;
    margin-right: auto
}

.editor .row--align-middle .row__item {
    width: 100% !important
}

.editor blockquote {
    font-size: 20px;
    font-size: 1.25rem;
    color: #333;
    padding-left: 5px;
    padding-right: 5px;
    margin: 1em 0
}

.editor blockquote p {
    font-size: 1em;
    line-height: 1.2em;
    margin-bottom: 1em
}

.editor blockquote p:last-child {
    margin-bottom: 0
}

@media screen and (min-width:756px) {
    .editor blockquote {
        padding-left: 0;
        padding-right: 0;
        max-width: 679px
    }
}

@media screen and (min-width:1330px) {
    .editor blockquote {
        max-width: 586px
    }
}

.editor img {
    width: 100% !important;
    height: auto;
    display: block
}

.editor .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    margin-top: 2.4em;
    margin-bottom: 2.4em;
    flex-wrap: nowrap;
    gap: 20px;
}

.editor .row:has(.no-content) {
    display: none;
}

@media screen and (min-width:756px) {
    .editor .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media screen and (max-width:756px) {
    .editor .row {
        margin-bottom: 1.4em
    }
}

.editor .row .row__item {
    width: 100%;
    margin-bottom: 2.4em
}

@media screen and (max-width:756px) {
    .editor .row .row__item {
        margin-bottom: 2.4em
    }
}

.editor .row .row__item:last-child {
    margin-bottom: 0
}

@media screen and (min-width:756px) {
    .editor .row .row__item {
        width: calc(50% - 7px);
        margin-bottom: 0
    }
}

.editor .row .row__item blockquote:last-child {
    margin-bottom: 0
}

.editor .row .caption {
    font-size: 13px;
    font-size: .8125rem;
    margin-top: 1em
}

.editor .row .caption p {
    font-size: 13px;
    font-size: .8125rem;
    margin-top: 0;
    margin-bottom: 1.4em
}

.editor .row .caption:empty {
    display: none
}

.editor .row .caption p:last-child {
    margin-bottom: 0
}

.editor .row.row--align-center {
    text-align: center
}

.editor .row.row--align-center>* {
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width:756px) {
    .editor .row.row--rtl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media screen and (min-width:756px) {
    .editor .row.row--image-caption .img {
        width: calc(71% - 7px)
    }
}

@media screen and (min-width:756px) {
    .editor .row.row--image-caption .caption {
        width: calc(29% - 7px);
        padding-left: 16px
    }
}

@media screen and (min-width:756px) {
    .editor .row.row--image-caption.row--rtl .caption {
        padding-right: 16px;
        padding-left: 0
    }
}

.editor .row.row--image-caption.row-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width:756px) {
    .editor .row.row--image-caption.row-vertical .img {
        width: 100%
    }
}

@media screen and (min-width:756px) {
    .editor .row.row--image-caption.row-vertical .caption {
        width: 100%;
        padding-left: 0
    }
}

.editor .medium_galeria .row__item {
    position: relative;
    width: 100% !important;
}

@media screen and (min-width:756px) {
    .editor .medium_galeria .row__item .copyright-info {
        right: 26px
    }

    .editor .medium_galeria .row__item:last-child .copyright-info {
        right: 0
    }
}

.img {
    position: relative;
    width: 100%
}

.copyright-info {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 0;
    display: table;
    text-align: center;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 600;
    cursor: pointer;
    position: absolute;
    bottom: 8px;
    right: 4px
}

.copyright-info:hover .copyright-info__tooltip {
    display: block
}

.copyright-info .copyright-info__symbol {
    display: table-cell;
    vertical-align: middle
}

.copyright-info .copyright-info__tooltip {
    position: absolute;
    right: 30px;
    bottom: 0;
    color: #fff;
    font-weight: 400;
    white-space: nowrap;
    padding: 5px 10px;
    border-radius: 0;
    border: 1px solid #e5e5e5;
    display: none;
    font-size: 14px;
    font-size: .875rem;
    background: rgba(255, 255, 255, .4)
}

.included-tags {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 756px;
    margin: 2em auto
}

@media screen and (min-width:756px) {
    .included-tags {
        padding-left: 0;
        padding-right: 0
    }
}

.included-tags .included-tags__title {
    margin: 0;
    margin-bottom: 10px;
    color: #333;
    font-weight: 600;
    font-size: 18px;
    font-size: 1.125rem
}

.included-tags .included-tags__inner {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    padding: 15px 15px .4em 15px
}

.included-tags .tag-on-detail {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: .8em;
    border: 1px solid #999;
    color: #333;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 14px;
    font-size: .875rem;
    border-radius: 0
}

.included-tags .tag-on-detail:hover {
    border: 1px solid #333;
    color: #333
}

.stocklist-header {
    margin-top: 50px;
    padding-right: .9375rem;
    padding-left: .9375rem
}

.stocklist-header.stocklist-header--my-account {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 35px
}

@media screen and (min-width:615px) {
    .stocklist-header.stocklist-header--my-account .stocklist-header__inner {
        margin-left: auto;
        margin-right: auto;
        grid-template-columns: 2fr 1fr
    }
}

@media screen and (min-width:1300px) {
    .stocklist-header.stocklist-header--my-account .stocklist-header__inner {
        max-width: 1260px;
        padding-left: 0;
        padding-right: 0
    }
}

.stocklist-header .stocklist-header__inner {
    display: grid;
    max-width: 286px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width:614px) {
    .stocklist-header .stocklist-header__inner {
        grid-template-rows: 1fr 1fr;
        grid-row-gap: 12px
    }
}

@media screen and (min-width:615px) {
    .stocklist-header .stocklist-header__inner {
        max-width: 586px;
        grid-template-columns: 1fr 2fr
    }
}

@media screen and (min-width:915px) {
    .stocklist-header .stocklist-header__inner {
        max-width: 886px
    }
}

@media screen and (min-width:1200px) {
    .stocklist-header .stocklist-header__inner {
        max-width: 1160px;
        padding-left: 300px;
        padding-right: .9375rem;
        grid-column-gap: 0;
        padding-right: 0
    }
}

@media screen and (min-width:1300px) {
    .stocklist-header .stocklist-header__inner {
        max-width: 1260px
    }
}

.stocklist-header .stocklist-header__results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.stocklist-header .stocklist-header__actions {
    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
}

@media screen and (max-width:614px) {
    .stocklist-header .stocklist-header__actions {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.stocklist-header .stocklist-header__actions>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:614px) {
    .stocklist-header .stocklist-header__actions>ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.stocklist-header .stocklist-header__actions>ul>li {
    margin-left: 20px
}

@media screen and (max-width:614px) {
    .stocklist-header .stocklist-header__actions>ul>li {
        margin-left: 0
    }
}

@media screen and (max-width:914px) {
    .stocklist-header .stocklist-header__actions>ul>li.dropdown .dropdown-label {
        display: none
    }
}

@media screen and (max-width:614px) {
    .stocklist-header .stocklist-header__actions>ul>li.change-view {
        display: none
    }
}

.stocklist-header-replica {
    padding-right: .9375rem;
    padding-left: .9375rem;
    margin-bottom: 20px
}

@media screen and (min-width:1200px) {
    .stocklist-header-replica {
        padding-left: 0;
        padding-right: 0
    }
}

.stocklist-header-replica .stocklist-header-replica__inner>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:615px) {
    .stocklist-header-replica .stocklist-header-replica__inner>ul {
        max-width: 586px;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width:915px) {
    .stocklist-header-replica .stocklist-header-replica__inner>ul {
        max-width: 886px
    }
}

@media screen and (min-width:1200px) {
    .stocklist-header-replica .stocklist-header-replica__inner>ul {
        max-width: 1260px
    }
}

.stocklist-header-replica .stocklist-header-replica__inner>ul>li {
    margin-left: 20px
}

@media screen and (max-width:914px) {
    .stocklist-header-replica .stocklist-header-replica__inner>ul>li.dropdown .dropdown-label {
        display: none
    }
}

.stocklist-content {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 52px
}

.stocklist-content .stocklist-content__inner {
    height: 100%
}

@media screen and (min-width:1200px) {
    .stocklist-content .stocklist-content__inner {
        display: grid;
        grid-template-areas: "filters results";
        grid-column-gap: 15px;
        grid-template-columns: 286px 886px
    }
}

@media screen and (min-width:1300px) {
    .stocklist-content .stocklist-content__inner {
        grid-template-columns: 286px 960px
    }
}

.stocklist-results .stocklist-header-replica {
    display: none
}

.stocklist-results .stocklist-results__thumbs {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 286px;
    grid-row-gap: 2em;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width:615px) {
    .stocklist-results .stocklist-results__thumbs {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 2em;
        max-width: 586px;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width:915px) {
    .stocklist-results .stocklist-results__thumbs {
        grid-template-columns: 1fr 1fr 1fr;
        max-width: 886px
    }
}

@media screen and (min-width:1300px) {
    .stocklist-results .stocklist-results__thumbs {
        max-width: 100%
    }
}

.stocklist.list-mode .stocklist-results__thumbs {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 286px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width:615px) {
    .stocklist.list-mode .stocklist-results__thumbs {
        grid-template-columns: 1fr;
        max-width: 586px
    }
}

@media screen and (min-width:915px) {
    .stocklist.list-mode .stocklist-results__thumbs {
        max-width: 886px
    }
}

.stocklist.list-mode .stocklist-results__thumbs .result {
    padding-bottom: 0
}

@media screen and (min-width:615px) {
    .stocklist.list-mode .stocklist-results__thumbs .result {
        height: 134px
    }

    .stocklist.list-mode .stocklist-results__thumbs .result a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .stocklist.list-mode .stocklist-results__thumbs .result .result__img {
        min-width: 240px;
        height: 134px;
        padding-bottom: 0;
        margin-right: 14px
    }

    .stocklist.list-mode .stocklist-results__thumbs .result .result__info {
        padding-top: 0
    }
}

@media screen and (min-width:915px) {
    .stocklist.list-mode .stocklist-results__thumbs .result {
        height: 100px
    }

    .stocklist.list-mode .stocklist-results__thumbs .result .result__img {
        width: 177px;
        height: 100px
    }
}

.stocklist.is-map-visible .stocklist-header .stocklist-header__actions>ul>li.change-view,
.stocklist.is-map-visible .stocklist-header .stocklist-header__actions>ul>li.dropdown {
    visibility: hidden
}

.stocklist.is-map-visible .stocklist-results .stocklist-results__map {
    display: block
}

.stocklist.is-map-visible .stocklist-results .stocklist-header-replica {
    display: block
}

.articles .stocklist-header .stocklist-header__actions>ul>li.switch-container,
.books .stocklist-header .stocklist-header__actions>ul>li.switch-container,
.brands.brand .stocklist-header .stocklist-header__actions>ul>li.switch-container,
.brands.brands-index .stocklist-header .stocklist-header__actions>ul>li.switch-container,
.brands.products .stocklist-header .stocklist-header__actions>ul>li.switch-container,
.brands.updates .stocklist-header .stocklist-header__actions>ul>li.switch-container {
    display: none
}

.dropdown--order.is-ordered .dropdown__inner .dropdown-list {
    display: block
}

.dropdown--order .dropdown-label {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 10px;
    display: inline-block;
    vertical-align: bottom
}

.dropdown--order .dropdown__inner {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.dropdown--order .dropdown__inner .current-value {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
    padding-right: 14px;
    position: relative;
    cursor: pointer;
    vertical-align: bottom
}

.dropdown--order .dropdown__inner .current-value:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid #333;
    border-right: 4px solid transparent;
    border-bottom: none;
    border-left: 4px solid transparent;
    position: absolute;
    bottom: 5px;
    margin-left: 4px
}

.dropdown--order .dropdown__inner .dropdown-list {
    position: absolute;
    z-index: 5;
    top: calc(100% + 10px);
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    padding: 8px;
    border-radius: 2px;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .15);
    display: none;
    left: 0
}

@media screen and (min-width:615px) {
    .dropdown--order .dropdown__inner .dropdown-list {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.dropdown--order .dropdown__inner .dropdown-list:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    position: absolute;
    top: -6px;
    left: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media screen and (min-width:615px) {
    .dropdown--order .dropdown__inner .dropdown-list:before {
        left: 50%;
        margin-left: -7px
    }
}

.dropdown--order .dropdown__inner .dropdown-list .option {
    margin-bottom: 4px
}

.dropdown--order .dropdown__inner .dropdown-list .option:last-child {
    margin-bottom: 0
}

.dropdown--order .dropdown__inner .dropdown-list .option a {
    width: 100%;
    padding: 11px 15px;
    display: block;
    text-decoration: none;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    background-color: #fff;
    border-radius: 2px
}

.dropdown--order .dropdown__inner .dropdown-list .option a:hover {
    background-color: rgba(51, 51, 51, .1)
}

.dropdown--order .dropdown__inner .dropdown-list .option.option--selected a {
    background-color: #333;
    color: #fff;
    pointer-events: none
}

body.has-map .stocklist-header .dropdown--order {
    display: none
}

.stocklist-header-replica .dropdown--order .dropdown-label {
    padding-top: 4px
}

.auxiliary-header {
    padding-right: .9375rem;
    padding-left: .9375rem;
    padding-top: 9px;
    padding-bottom: 9px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    z-index: 10
}

.auxiliary-header .auxiliary-header__inner {
    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
}

@media screen and (min-width:1200px) {
    .auxiliary-header {
        display: none
    }
}

body.av-monographs .secondary-header a.av-monographs {
    color: #333;
    border-bottom: 1px solid #333
}

body.av-projects .secondary-header a.av-projects {
    color: #333;
    border-bottom: 1px solid #333
}

body.av .secondary-header a.av {
    color: #333;
    border-bottom: 1px solid #333
}

body.otras-publicaciones .secondary-header a.otras-publicaciones {
    color: #333;
    border-bottom: 1px solid #333
}

body.updates .secondary-header a.updates {
    color: #333;
    border-bottom: 1px solid #333
}

body.products .secondary-header a.products {
    color: #333;
    border-bottom: 1px solid #333
}

body.brand .secondary-header a.brand {
    color: #333;
    border-bottom: 1px solid #333
}

body.legal-advice .secondary-header a.legal-advice {
    color: #333;
    border-bottom: 1px solid #333
}

body.politica-redes .secondary-header a.politica-redes {
    color: #333;
    border-bottom: 1px solid #333
}

body.cookies-policy .secondary-header a.cookies-policy {
    color: #333;
    border-bottom: 1px solid #333
}

body.contratacion .secondary-header a.contratacion {
    color: #333;
    border-bottom: 1px solid #333
}

body.digital .secondary-nav a.digital {
    color: #333;
    border-bottom: 1px solid #333
}

body.printed .secondary-nav a.printed {
    color: #333;
    border-bottom: 1px solid #333
}

.secondary-header {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    display: none
}

@media screen and (min-width:768px) {
    .secondary-header {
        display: block
    }
}

.secondary-header ul {
    white-space: nowrap
}

.secondary-header ul li {
    display: inline-block;
    vertical-align: middle
}

.secondary-header ul li a {
    display: block;
    text-decoration: none;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #9e9e9e;
    padding: 12px 10px;
    border-bottom: 1px solid transparent
}

.secondary-header.secondary-user-area {
    display: none
}

@media screen and (min-width:992px) {
    .secondary-header.secondary-user-area {
        display: block
    }
}

.secondary-nav {
    background-color: #fff;
    position: relative;
    z-index: 2
}

.secondary-nav>.button {
    position: absolute;
    right: 0;
    top: 9px;
    opacity: 0;
    -webkit-transition: opacity 120ms ease-in-out;
    transition: opacity 120ms ease-in-out
}

.secondary-nav ul {
    border-bottom: 1px solid #e5e5e5
}

.secondary-nav ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px
}

.secondary-nav ul li:last-child {
    margin-right: 0
}

.secondary-nav ul li a,
.secondary-nav ul li div {
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    color: #9e9e9e;
    padding-top: 16px;
    padding-bottom: 16px
}

.secondary-nav ul li a .complete-text,
.secondary-nav ul li div .complete-text {
    display: none
}

@media screen and (min-width:768px) {

    .secondary-nav ul li a .complete-text,
    .secondary-nav ul li div .complete-text {
        display: block
    }

    .secondary-nav ul li a .mobile-text,
    .secondary-nav ul li div .mobile-text {
        display: none
    }
}

.secondary-nav.sales-nav.current-1 li:nth-child(1) a {
    color: #333;
    border-bottom: 1px solid #333
}

.secondary-nav.sales-nav.current-2 li:nth-child(2) a {
    color: #333;
    border-bottom: 1px solid #333
}

.secondary-nav.checkout-nav {
    text-align: center
}

.secondary-nav.checkout-nav li a,
.secondary-nav.checkout-nav li div {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    position: relative
}

.secondary-nav.checkout-nav li a:before,
.secondary-nav.checkout-nav li div:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #333;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

body.checkout-data .checkout-nav .checkout-data-step {
    color: #333
}

body.checkout-data .checkout-nav .checkout-data-step:before {
    border-color: #333;
    background-color: #fff
}

body.checkout-data .checkout-nav .checkout-payment-step,
body.checkout-data .checkout-nav .checkout-shipment-step {
    pointer-events: none
}

body.checkout-payment .checkout-nav .checkout-data-step:before,
body.checkout-payment .checkout-nav .checkout-shipment-step:before,
body.pwall-page .checkout-nav .checkout-data-step:before,
body.pwall-page .checkout-nav .checkout-shipment-step:before {
    border-color: #9e9e9e;
    background-color: #9e9e9e
}

body.checkout-payment .checkout-nav .checkout-payment-step,
body.pwall-page .checkout-nav .checkout-payment-step {
    color: #333
}

body.checkout-payment .checkout-nav .checkout-payment-step:before,
body.pwall-page .checkout-nav .checkout-payment-step:before {
    border-color: #333;
    background-color: #fff
}

@media (max-width:767px) {
    .secondary-legal {
        display: none
    }
}

@media (max-width:767px) {
    .secondary-header {
        display: none
    }
}

body.is-main-search-visible {
    overflow: hidden
}

body.is-main-search-visible .main-search {
    display: block
}

.main-search {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .98);
    z-index: 100
}

.main-search .main-search__inner {
    overflow-y: scroll;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: .9375rem;
    padding-left: .9375rem;
    position: relative;
    padding-top: 60px
}

@media screen and (min-width:768px) {
    .main-search .main-search__inner {
        padding-right: 2.5rem;
        padding-left: 2.5rem
    }
}

@media screen and (min-width:1100px) {
    .main-search .main-search__inner {
        padding-top: 170px
    }
}

.main-search .main-search__inner .main-search-close {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 113;
    color: #9e9e9e;
    font-size: 1.8em
}

.main-search .main-search__inner .main-search-close:hover {
    color: #333
}

.main-search .tags-list {
    max-width: 75%
}

.tokenize-dropdown>.dropdown-menu {
    background-color: #fff;
    padding: 0;
    border-radius: 2px;
    z-index: 15;
    text-align: left;
    margin: 0 !important
}

.tokenize-dropdown>.dropdown-menu li {
    display: block;
    width: 100%;
    margin-bottom: 0
}

.tokenize-dropdown>.dropdown-menu li:last-child {
    margin-bottom: 0;
    border: 0
}

.tokenize-dropdown>.dropdown-menu a {
    width: 100%;
    padding: 6px 8px 9px 8px;
    display: block;
    text-decoration: none;
    font-size: 15px;
    font-size: .9375rem;
    color: #333;
    white-space: nowrap;
    background-color: #fff;
    border-radius: 0
}

.tokenize-dropdown>.dropdown-menu a:hover {
    background-color: rgba(51, 51, 51, .1)
}

.main-search-box {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width:1000px) {
    .main-search-box {
        max-width: 586px
    }
}

.main-search-box .main-search-box__inner {
    position: relative
}

.main-search-box .main-search__button {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 30px;
    height: 47px;
    font-size: 3em;
    color: #9e9e9e;
    line-height: 1.4em
}

.main-search-box .main-search__button:hover {
    color: #333
}

@media screen and (min-width:768px) {
    .main-search-box .main-search__button {
        width: 40px;
        height: 64px
    }
}

@media screen and (min-width:1000px) {
    .main-search-box .main-search__button {
        width: 40px;
        height: 70px
    }
}

.main-search-box .main-search__button svg {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (min-width:768px) {
    .main-search-box .main-search__button svg {
        width: 40px;
        height: 40px
    }
}

.main-search-box input[type=search] {
    border: none;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 2px solid #ccc;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 600;
    padding: 14px 45px 14px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.main-search-box input[type=search]:focus {
    border-bottom: 2px solid #333
}

@media screen and (min-width:768px) {
    .main-search-box input[type=search] {
        font-size: 30px;
        font-size: 1.875rem
    }
}

@media screen and (min-width:768px) {
    .main-search-box input[type=search] {
        font-size: 30px;
        font-size: 1.875rem;
        padding: 14px 55px 14px 0
    }
}

@media screen and (min-width:1000px) {
    .main-search-box input[type=search] {
        font-size: 35px;
        font-size: 2.1875rem
    }
}

.main-search-box ::-webkit-input-placeholder {
    color: #9e9e9e;
    font-weight: 600
}

@media screen and (min-width:768px) {
    .main-search-box ::-webkit-input-placeholder {
        font-weight: 400
    }
}

.main-search-box ::-moz-placeholder {
    color: #9e9e9e;
    font-weight: 600
}

@media screen and (min-width:768px) {
    .main-search-box ::-moz-placeholder {
        font-weight: 400
    }
}

.main-search-box :-ms-input-placeholder {
    color: #9e9e9e;
    font-weight: 600
}

@media screen and (min-width:768px) {
    .main-search-box :-ms-input-placeholder {
        font-weight: 400
    }
}

.main-search-box :-moz-placeholder {
    color: #9e9e9e;
    font-weight: 600
}

@media screen and (min-width:768px) {
    .main-search-box :-moz-placeholder {
        font-weight: 400
    }
}

.main-search-box .no-results {
    display: none
}

.main-search-box .loading {
    display: none;
    text-align: center;
    margin-top: 70px
}

.main-search-box .loading img {
    width: 28px
}

.main-search-box .loading .loading__text {
    font-size: 15px;
    font-size: .9375rem;
    color: #333
}

.list-results-container {
    display: none;
    max-height: 280px;
    overflow-y: scroll
}

.list-results-container .list-results {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0 0 2px 2px
}

.list-results-container .list-results li {
    border-bottom: 1px solid #e5e5e5
}

.list-results-container .list-results li:last-child {
    border: none
}

.list-results-container .list-results li .suggested-result {
    display: block;
    text-decoration: none;
    background-color: #fff;
    padding: 10px 60px 10px 10px;
    position: relative
}

.list-results-container .list-results li .suggested-result:after {
    content: url(/assets/img/svg/icon-list-result-1.svg);
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -7px
}

.list-results-container .list-results li .suggested-result:hover {
    background-color: #fbfbfb
}

.list-results-container .list-results li .suggested-result .result-label {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 400;
    color: #9e9e9e;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px
}

.list-results-container .list-results li .suggested-result .result-data {
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 400;
    color: #292c2e;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.main-search-stocklist {
    display: none;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px
}

@media screen and (min-width:768px) {
    .main-search-stocklist {
        margin-top: 40px
    }
}

@media screen and (min-width:1000px) {
    .main-search-stocklist {
        margin-top: 63px
    }
}

@media screen and (min-width:1232px) {
    .main-search-stocklist {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

@media screen and (min-width:915px) {
    .main-search-stocklist .pagination {
        max-width: 886px
    }
}

@media screen and (min-width:1215px) {
    .main-search-stocklist .pagination {
        max-width: 1260px
    }
}

.main-search-stocklist__header {
    margin-bottom: 42px
}

@media screen and (min-width:768px) {
    .main-search-stocklist__header {
        margin-bottom: 36px
    }
}

@media screen and (min-width:1000px) {
    .main-search-stocklist__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 30px
    }
}

.main-search-stocklist__header .results {
    margin-bottom: 6px
}

@media screen and (min-width:1000px) {
    .main-search-stocklist__header .results {
        margin-bottom: 0
    }
}

.main-search-stocklist__header .actions>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (min-width:1000px) {
    .main-search-stocklist__header .actions>ul {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (max-width:767px) {
    .main-search-stocklist__header .actions>ul .dropdown--order .dropdown-label {
        display: none
    }
}

@media screen and (min-width:1000px) {
    .main-search-stocklist__header .actions>ul .dropdown--order {
        margin-right: 20px
    }

    .main-search-stocklist__header .actions>ul .dropdown--order .dropdown-list:after,
    .main-search-stocklist__header .actions>ul .dropdown--order .dropdown-list:before {
        right: 24px
    }
}

.tags-results {
    display: block;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.tags-results .tags-results__title {
    display: none;
    font-size: 13px;
    font-size: .8125rem;
    color: #333;
    text-transform: uppercase;
    margin-right: 20px;
    margin-bottom: 10px
}

@media screen and (min-width:800px) {
    .tags-results .tags-results__title {
        display: block
    }
}

@media screen and (min-width:800px) {
    .tags-results {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.thumb-results {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    grid-row-gap: 1.2em
}

@media screen and (min-width:615px) {
    .thumb-results {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 14px;
        grid-row-gap: 2em;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width:915px) {
    .thumb-results {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media screen and (min-width:1215px) {
    .thumb-results {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

.main-search.main-search--is-loading #buscador_loader {
    display: block
}

.main-search.main-search--is-loading .help-text {
    display: none
}

.main-search.main-search--has-matches .help-text {
    display: none
}

.main-search.main-search--has-matches .list-results-container {
    display: block
}

.main-search.main-search--has-no-results .help-text {
    display: none
}

.main-search.main-search--has-no-results .no-results {
    display: block
}

.main-search.main-search--has-results .help-text {
    display: none
}

.main-search.main-search--has-results .main-search-stocklist {
    display: block
}

#buscador_loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
    z-index: 2;
    text-align: center;
    padding-top: 100px;
    display: none
}

body.map .page {
    min-height: 100vh;
    position: relative
}

body.map .map-container {
    width: 100%;
    min-height: calc(100vh - 54px);
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f1f1f1
}

@media screen and (min-width:812px) {
    body.map .map-container {
        min-height: calc(100vh - 60px);
        top: 60px
    }
}

body.map .map-container .map-loading svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    z-index: 2
}

body.map .map-container .map-loading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .8);
    width: 100%;
    height: 100%;
    z-index: 1
}

body.map .map-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

body.map .map-container #button-bar {
    width: 260px;
    z-index: 10;
    position: absolute;
    top: 20px;
    left: 20px
}

body.map .select2-container {
    padding-bottom: .4em
}

body.map .cluster {
    background: #000;
    border-radius: 100px
}

body.map .cluster img {
    display: none !important
}

.map-container .gm-style-iw-c,
.stocklist-results__map .gm-style-iw-c {
    padding: 0 !important
}

.map-container .gm-style-iw-c>button img,
.stocklist-results__map .gm-style-iw-c>button img {
    display: none !important
}

.map-container .gm-style-iw-c>button:after,
.stocklist-results__map .gm-style-iw-c>button:after {
    content: 'x';
    color: #fff;
    display: block;
    font-size: 1.6em;
    font-weight: 600;
    right: 6px;
    position: relative;
    top: 6px
}

.map-container .gm-style-iw-d,
.stocklist-results__map .gm-style-iw-d {
    overflow: hidden !important
}

.map-container .result__in-map,
.stocklist-results__map .result__in-map {
    width: 300px;
    max-width: 100%
}

.map-container .result__in-map a,
.stocklist-results__map .result__in-map a {
    display: block;
    position: absoulte;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.map-container .result__in-map .result__date time,
.stocklist-results__map .result__in-map .result__date time {
    color: #666;
    font-weight: 400
}

.map-container .result__in-map .result__description .result__author,
.map-container .result__in-map .result__description .result__country,
.stocklist-results__map .result__in-map .result__description .result__author,
.stocklist-results__map .result__in-map .result__description .result__country {
    font-weight: 400
}

.map-container .result__info,
.stocklist-results__map .result__info {
    padding: 20px
}

#loading_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .5);
    z-index: 9999
}

#loading_overlay img {
    position: fixed;
    top: 40%;
    left: 50%;
    width: 100px;
    height: 100px
}

.chosen-container {
    border: 1px solid #e5e5e5 !important;
    color: #404040 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    font-size: .875rem !important;
    padding: 7px 9px 8px 4px !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.chosen-container-multi .chosen-choices {
    border: 0 !important;
    background: 0 0 !important
}

.chosen-container-active .chosen-choices {
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.chosen-container .chosen-drop {
    margin-left: -5px !important;
    border: 1px solid #e5e5e5 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: 101% !important
}

.mapa_container {
    width: 886px;
    height: 498px;
    position: absolute
}

body.map .mapa_container {
    width: 100%;
    height: 100%
}

#mapa {
    width: 100%;
    height: 100%
}

.hidden {
    display: none !important
}

#contenedor_paypal {
    cursor: pointer
}

.pendingPaymentAcceptance #contenedor_paypal2 {
    pointer-events: none
}

.tiene-error {
    outline: 1px red solid
}

.js-dropdown-filters .dropdown-list li.option--selected {
    pointer-events: all !important
}

.perfil_editar_contra_link {
    padding-top: 10px
}

.association-results__block .association-results__block-content .publication-result:last-child,
.association-results__block .association-results__block-content .publication-result:nth-last-child(2),
.association-results__block .association-results__block-content .publication-result:nth-last-child(3),
.association-results__block .association-results__block-content .result:last-child,
.association-results__block .association-results__block-content .result:nth-last-child(2),
.association-results__block .association-results__block-content .result:nth-last-child(3) {
    display: block
}

.association-results__block .association-results__block-content .publication-result:nth-child(n+5),
.association-results__block .association-results__block-content .result:nth-child(n+5) {
    display: none
}

@media screen and (max-width:1215px) {

    .association-results__block .association-results__block-content .publication-result:nth-child(n+4),
    .association-results__block .association-results__block-content .result:nth-child(n+4) {
        display: none
    }
}

@media screen and (max-width:615px) {

    .association-results__block .association-results__block-content .publication-result:nth-child(n+3),
    .association-results__block .association-results__block-content .result:nth-child(n+3) {
        display: none
    }
}

.main-search-box .main-search__button {
    top: -7px
}

body.is-modal-visible-modal-embed,
body.is-modal-visible-works-map {
    overflow: hidden
}

body.is-modal-visible-modal-embed .modal#embed_modal,
body.is-modal-visible-works-map .modal#mapa_zoom {
    overflow: scroll
}

body.is-modal-visible-modal-embed:after,
body.is-modal-visible-works-map:after {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: rgba(26, 26, 26, .95);
    z-index: 10;
    height: 100%
}

body.is-modal-visible-exit .modal#exit-modal,
body.is-modal-visible-modal-embed .modal#embed_modal,
body.is-modal-visible-works-map .modal#mapa_zoom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    will-change: transform;
    -webkit-transition: all;
    transition: all;
    top: 15%
}

body.is-modal-visible-modal-embed .modal#embed_modal .modal__content,
body.is-modal-visible-works-map .modal#mapa_zoom .modal__content {
    min-height: 600px
}

.obra_mapa_container {
    width: 686px;
    height: 520px;
    position: absolute
}

.youtube_embed a {
    width: 100%
}

.youtube_embed img {
    width: 100%
}

.embeds .modal_content {
    display: none
}

.es_video a {
    position: relative
}

.img.es_video::after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(/assets/img/playWeb_B.png);
    z-index: 1;
    background-position: center;
    background-size: contain;
    right: 8px;
    bottom: 10px;
    width: 60px;
    height: 60px;
    pointer-events: none
}

.primer_p {
    display: none !important
}

.anuncio {
    margin: 0 auto;
    text-align: center;
    width: 100%
}

.deshabilitar {
    pointer-events: none
}

.deshabilitar a {
    color: #ccc
}

#form_busqueda .tokenize>.tokens-container>.token .result-label {
    display: block;
    font-size: .8rem;
    color: #a5bac8
}

.books #resultados .result .result__img {
    background-size: contain
}

.result .result__info .result__header .result__pretitle:empty {
    display: none
}

.articulo_link_libro,
body.articles .book-cover * {
    text-decoration: none
}

.book-cover .book-cover__image img {
    width: 100%
}

.order-form__item span.price s {
    color: #bab7b7
}

.order-form__item span.price .texto_oferta {
    color: #636363;
    margin: 0 10px
}

.mensajes_promos {
    padding-top: 20px;
    color: #292c2e
}

.mensaje_promo {
    padding: 20px 0
}

.cupon_incorrecto {
    display: none
}

.precio_no_disponible {
    padding-top: 50px
}

.no_disponible {
    color: #ccc
}

.lg-sub-html,
.lg-toolbar {
    background: rgba(255, 255, 255, .4);
    color: #333
}

.lg-outer .lg-toogle-thumb,
.lg-outer.lg-dropdown-active #lg-share,
.lg-toolbar .lg-icon {
    color: #333;
    opacity: .7;
    -webkit-transition: all 1s;
    transition: all 1s
}

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share:hover,
.lg-toolbar .lg-icon:hover {
    color: #333;
    opacity: 1
}

.lg-backdrop,
.lg-outer .lg-thumb-outer {
    background: rgba(255, 255, 255, .94);
    -webkit-box-shadow: 0 -10px 20px -8px #eee;
    box-shadow: 0 -10px 20px -8px #eee
}

.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-outer .lg-toogle-thumb {
    background: 0 0;
    color: #333
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    opacity: .5
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    opacity: 1;
    color: #333
}

.lg-progress-bar .lg-progress {
    background-color: #999
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #666
}