@charset "UTF-8";
@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

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

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes moveRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes moveRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

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

body {
    margin: 0
}

article, aside, footer, header, nav, section {
    display: block
}

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

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

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

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

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

img {
    border-style: none
}

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

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=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 {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    box-sizing: border-box
}

*, :after, :before {
    box-sizing: inherit
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

button {
    border: none;
    outline: 0;
    background-color: none
}

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

input, select, textarea {
    display: block;
    width: 100%;
    outline: 0;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

textarea {
    resize: vertical
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

@font-face {
    font-family: Ciutadella;
    src: url(../../fonts/Ciutadella/Regular.eot);
    src: url(../../fonts/Ciutadella/Regular.eot?#iefix) format("embedded-opentype"), url(../../fonts/Ciutadella/Regular.woff2) format("woff2"), url(../../fonts/Ciutadella/Regular.woff) format("woff"), url(../../fonts/Ciutadella/Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Ciutadella;
    src: url(../../fonts/Ciutadella/Bold.eot);
    src: url(../../fonts/Ciutadella/Bold.eot?#iefix) format("embedded-opentype"), url(../../fonts/Ciutadella/Bold.woff2) format("woff2"), url(../../fonts/Ciutadella/Bold.woff) format("woff"), url(../../fonts/Ciutadella/Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

html {
    font-family: aktiv-grotesk-std, sans-serif;
    line-height: 1.5;
    color: #1f1f1f
}

@media (max-width:1279px), (min-width:1367px) and (max-width:1680px) {
    html {
        font-size: 14px
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    html {
        font-size: 12px
    }
}

@media (min-width:1681px) {
    html {
        font-size: 16px
    }
}

html.has-nav-open {
    overflow: hidden
}

body, html {
    height: 100%
}

main {
    height: 100%;
    opacity: 1;
    visibility: visible;
    transition: opacity .6s .6s, visibility .6s .6s
}

@media (min-width:1280px) and (max-width:1366px) {
    main {
        margin-left: 200px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    main {
        margin-left: 250px
    }
}

@media (min-width:1681px) {
    main {
        margin-left: 300px
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    main {
        margin-right: 80px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    main {
        margin-right: 100px
    }
}

@media (min-width:1681px) {
    main {
        margin-right: 120px
    }
}

@media (min-width:1280px) {
    main {
        transition: -webkit-transform .45s, opacity .6s .6s, visibility .6s .6s;
        transition: transform .45s, opacity .6s .6s, visibility .6s .6s
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    .has-search-open main {
        -webkit-transform: translateY(240px);
        -ms-transform: translateY(240px);
        transform: translateY(240px)
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .has-search-open main {
        -webkit-transform: translateY(300px);
        -ms-transform: translateY(300px);
        transform: translateY(300px)
    }
}

@media (min-width:1681px) {
    .has-search-open main {
        -webkit-transform: translateY(360px);
        -ms-transform: translateY(360px);
        transform: translateY(360px)
    }
}

.is-fadein main {
    opacity: 0;
    visibility: hidden
}

::-moz-selection {
    background: #00aad8;
    text-shadow: none;
    color: #fff
}

::selection {
    background: #00aad8;
    text-shadow: none;
    color: #fff
}

a {
    display: inline-block;
    transition: color .1s;
    color: #0094c8
}

a:focus, a:hover {
    color: #ed1940
}

a:active {
    color: #c40f30
}

a.-dark {
    color: #1f1f1f
}

a.-dark:focus, a.-dark:hover {
    color: #ed1940
}

a.-dark:active {
    color: #c40f30
}

.list-defs .reference a, .list-info .reference a, a.-alt, table a {
    padding: .1em .3em .3em;
    background-color: rgba(99, 203, 232, .1);
    color: #3c3c3c;
    text-decoration: none;
    transition: color .1s ease, background-color .1s ease
}

.list-defs .reference a:visited, .list-info .reference a:visited, a.-alt:visited, table a:visited {
    color: #3c3c3c;
    background-color: rgba(225, 225, 225, .3)
}

.list-defs .reference a:focus, .list-defs .reference a:hover, .list-info .reference a:focus, .list-info .reference a:hover, a.-alt:focus, a.-alt:hover, table a:focus, table a:hover {
    color: #3c3c3c;
    background-color: rgba(99, 203, 232, .5)
}

.list-defs .reference a:active, .list-info .reference a:active, a.-alt:active, table a:active {
    color: #3c3c3c;
    background-color: #63cbe8
}

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

address {
    font-style: inherit
}

hr {
    border-top: 1px solid #e1e1e1;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0
}

hr else {
    border: 1px solid #e1e1e1
}

hr.-blue {
    border-color: #00aad8;
    border-width: 5px;
    margin: 2em 0
}

.content abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted
}

.content address abbr[title], .content h1 abbr[title], .content h2 abbr[title], .content h3 abbr[title], .content h4 abbr[title], .content h5 abbr[title], .content h6 abbr[title] {
    text-decoration: none
}

.content *+.carousel__slide__title, .content *+.center__subtitle, .content *+.center__title, .content *+.contact__logo, .content *+.contact__subtitle, .content *+.event-info__title, .content *+.featured__name, .content *+.header-bar__date, .content *+.header-bar__title, .content *+.header-full__category, .content *+.header-full__subtitle, .content *+.header-full__surtitle, .content *+.header-full__title, .content *+.header-page__title, .content *+.heading-section__title, .content *+.landing-action__title, .content *+.landing-link__title, .content *+.news-featured__title, .content *+.news-list__item__title, .content *+.o-h, .content *+.o-h1, .content *+.o-h2, .content *+.o-h3, .content *+.o-h4, .content *+.o-h5, .content *+.o-h6, .content *+.product__price, .content *+.product__title, .content *+.provincial-partners__title, .content *+.store__item__title, .content *+.swimmer-info__header__title, .content *+h1, .content *+h2, .content *+h3, .content *+h4, .content *+h5, .content *+h6, .content blockquote *+p, blockquote .content *+p {
    margin-bottom: 0
}

.content *+.o-h1, .content *+h1 {
    margin-top: .5em
}

.content *+.carousel__slide__title, .content *+.center__title, .content *+.event-info__title, .content *+.header-page__title, .content *+.landing-link__title, .content *+.o-h2, .content *+.product__title, .content *+h2, .content blockquote *+p, blockquote .content *+p {
    margin-top: 1em
}

.content *+.contact__logo, .content *+.featured__name, .content *+.header-bar__date, .content *+.header-bar__title, .content *+.header-full__category, .content *+.header-full__subtitle, .content *+.header-full__surtitle, .content *+.heading-section__title, .content *+.landing-action__title, .content *+.news-featured__title, .content *+.o-h3, .content *+.o-h4, .content *+.product__price, .content *+.provincial-partners__title, .content *+.store__item__title, .content *+.swimmer-info__header__title, .content *+h3, .content *+h4 {
    margin-top: 1.5em
}

.content *+.center__subtitle, .content *+.contact__subtitle, .content *+.news-list__item__title, .content *+.o-h5, .content *+.o-h6, .content *+h5, .content *+h6 {
    margin-top: 2em
}

.content ol, .content ul {
    list-style: none;
    padding: 0
}

.content li+li {
    margin-top: .5em
}

.content li:before {
    float: left;
    display: inline-block;
    color: #ed1940
}

.content ol {
    counter-reset: item;
    margin-left: 2em
}

.content ol>li:before {
    content: counters(item, ".") ".";
    counter-increment: item;
    width: 2.4em;
    margin-left: -2.4em;
    font-size: .75em;
    line-height: 2.4
}

.content ol ol {
    margin-left: 2.9em
}

.content ol ol>li:before {
    width: 2.8em;
    margin-left: -2.8em
}

.content ul {
    margin-left: 2em
}

.content ul>li:before {
    content: "\002022";
    width: 1.6em;
    margin-left: -1.6em
}

.carousel__slide__title, .center__subtitle, .center__title, .contact__logo, .contact__subtitle, .event-info__title, .featured__name, .header-bar__date, .header-bar__title, .header-full__category, .header-full__subtitle, .header-full__surtitle, .header-full__title, .header-page__title, .heading-section__title, .landing-action__title, .landing-link__title, .news-featured__title, .news-list__item__title, .o-h, .o-h1, .o-h2, .o-h3, .o-h4, .o-h5, .o-h6, .product__price, .product__title, .provincial-partners__title, .store__item__title, .swimmer-info__header__title, blockquote p, h1, h2, h3, h4, h5, h6 {
    font-family: Ciutadella, sans-serif;
    font-weight: 700;
    text-transform: uppercase
}

.-unit.carousel__slide__title, .-unit.center__subtitle, .-unit.contact__logo, .-unit.contact__subtitle, .-unit.event-info__title, .-unit.featured__name, .-unit.header-bar__date, .-unit.header-bar__title, .-unit.header-full__category, .-unit.header-full__subtitle, .-unit.header-full__surtitle, .-unit.header-full__title, .-unit.header-page__title, .-unit.heading-section__title, .-unit.landing-action__title, .-unit.landing-link__title, .-unit.news-featured__title, .-unit.news-list__item__title, .-unit.o-h, .-unit.o-h1, .-unit.o-h2, .-unit.o-h3, .-unit.o-h4, .-unit.o-h5, .-unit.o-h6, .-unit.product__price, .-unit.product__title, .-unit.provincial-partners__title, .-unit.store__item__title, .-unit.swimmer-info__header__title, .center__title, blockquote p.-unit, h1.-unit, h2.-unit, h3.-unit, h4.-unit, h5.-unit, h6.-unit {
    line-height: 1;
    margin-bottom: 0
}

@media (max-width:767px) {
    .-unit.carousel__slide__title, .-unit.center__subtitle, .-unit.contact__logo, .-unit.contact__subtitle, .-unit.event-info__title, .-unit.featured__name, .-unit.header-bar__date, .-unit.header-bar__title, .-unit.header-full__category, .-unit.header-full__subtitle, .-unit.header-full__surtitle, .-unit.header-full__title, .-unit.header-page__title, .-unit.heading-section__title, .-unit.landing-action__title, .-unit.landing-link__title, .-unit.news-featured__title, .-unit.news-list__item__title, .-unit.o-h, .-unit.o-h1, .-unit.o-h2, .-unit.o-h3, .-unit.o-h4, .-unit.o-h5, .-unit.o-h6, .-unit.product__price, .-unit.product__title, .-unit.provincial-partners__title, .-unit.store__item__title, .-unit.swimmer-info__header__title, .center__title, blockquote p.-unit, h1.-unit, h2.-unit, h3.-unit, h4.-unit, h5.-unit, h6.-unit {
        height: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .-unit.carousel__slide__title, .-unit.center__subtitle, .-unit.contact__logo, .-unit.contact__subtitle, .-unit.event-info__title, .-unit.featured__name, .-unit.header-bar__date, .-unit.header-bar__title, .-unit.header-full__category, .-unit.header-full__subtitle, .-unit.header-full__surtitle, .-unit.header-full__title, .-unit.header-page__title, .-unit.heading-section__title, .-unit.landing-action__title, .-unit.landing-link__title, .-unit.news-featured__title, .-unit.news-list__item__title, .-unit.o-h, .-unit.o-h1, .-unit.o-h2, .-unit.o-h3, .-unit.o-h4, .-unit.o-h5, .-unit.o-h6, .-unit.product__price, .-unit.product__title, .-unit.provincial-partners__title, .-unit.store__item__title, .-unit.swimmer-info__header__title, .center__title, blockquote p.-unit, h1.-unit, h2.-unit, h3.-unit, h4.-unit, h5.-unit, h6.-unit {
        height: 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .-unit.carousel__slide__title, .-unit.center__subtitle, .-unit.contact__logo, .-unit.contact__subtitle, .-unit.event-info__title, .-unit.featured__name, .-unit.header-bar__date, .-unit.header-bar__title, .-unit.header-full__category, .-unit.header-full__subtitle, .-unit.header-full__surtitle, .-unit.header-full__title, .-unit.header-page__title, .-unit.heading-section__title, .-unit.landing-action__title, .-unit.landing-link__title, .-unit.news-featured__title, .-unit.news-list__item__title, .-unit.o-h, .-unit.o-h1, .-unit.o-h2, .-unit.o-h3, .-unit.o-h4, .-unit.o-h5, .-unit.o-h6, .-unit.product__price, .-unit.product__title, .-unit.provincial-partners__title, .-unit.store__item__title, .-unit.swimmer-info__header__title, .center__title, blockquote p.-unit, h1.-unit, h2.-unit, h3.-unit, h4.-unit, h5.-unit, h6.-unit {
        height: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .-unit.carousel__slide__title, .-unit.center__subtitle, .-unit.contact__logo, .-unit.contact__subtitle, .-unit.event-info__title, .-unit.featured__name, .-unit.header-bar__date, .-unit.header-bar__title, .-unit.header-full__category, .-unit.header-full__subtitle, .-unit.header-full__surtitle, .-unit.header-full__title, .-unit.header-page__title, .-unit.heading-section__title, .-unit.landing-action__title, .-unit.landing-link__title, .-unit.news-featured__title, .-unit.news-list__item__title, .-unit.o-h, .-unit.o-h1, .-unit.o-h2, .-unit.o-h3, .-unit.o-h4, .-unit.o-h5, .-unit.o-h6, .-unit.product__price, .-unit.product__title, .-unit.provincial-partners__title, .-unit.store__item__title, .-unit.swimmer-info__header__title, .center__title, blockquote p.-unit, h1.-unit, h2.-unit, h3.-unit, h4.-unit, h5.-unit, h6.-unit {
        height: 50px
    }
}

@media (min-width:1681px) {
    .-unit.carousel__slide__title, .-unit.center__subtitle, .-unit.contact__logo, .-unit.contact__subtitle, .-unit.event-info__title, .-unit.featured__name, .-unit.header-bar__date, .-unit.header-bar__title, .-unit.header-full__category, .-unit.header-full__subtitle, .-unit.header-full__surtitle, .-unit.header-full__title, .-unit.header-page__title, .-unit.heading-section__title, .-unit.landing-action__title, .-unit.landing-link__title, .-unit.news-featured__title, .-unit.news-list__item__title, .-unit.o-h, .-unit.o-h1, .-unit.o-h2, .-unit.o-h3, .-unit.o-h4, .-unit.o-h5, .-unit.o-h6, .-unit.product__price, .-unit.product__title, .-unit.provincial-partners__title, .-unit.store__item__title, .-unit.swimmer-info__header__title, .center__title, blockquote p.-unit, h1.-unit, h2.-unit, h3.-unit, h4.-unit, h5.-unit, h6.-unit {
        height: 60px
    }
}

@media (max-width:767px) {
    .-unit.carousel__slide__title, .-unit.center__subtitle, .-unit.contact__logo, .-unit.contact__subtitle, .-unit.event-info__title, .-unit.featured__name, .-unit.header-bar__date, .-unit.header-bar__title, .-unit.header-full__category, .-unit.header-full__subtitle, .-unit.header-full__surtitle, .-unit.header-full__title, .-unit.header-page__title, .-unit.heading-section__title, .-unit.landing-action__title, .-unit.landing-link__title, .-unit.news-featured__title, .-unit.news-list__item__title, .-unit.o-h, .-unit.o-h1, .-unit.o-h2, .-unit.o-h3, .-unit.o-h4, .-unit.o-h5, .-unit.o-h6, .-unit.product__price, .-unit.product__title, .-unit.provincial-partners__title, .-unit.store__item__title, .-unit.swimmer-info__header__title, .center__title, blockquote p.-unit, h1.-unit, h2.-unit, h3.-unit, h4.-unit, h5.-unit, h6.-unit {
        padding-top: 24px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .-unit.carousel__slide__title, .-unit.center__subtitle, .-unit.contact__logo, .-unit.contact__subtitle, .-unit.event-info__title, .-unit.featured__name, .-unit.header-bar__date, .-unit.header-bar__title, .-unit.header-full__category, .-unit.header-full__subtitle, .-unit.header-full__surtitle, .-unit.header-full__title, .-unit.header-page__title, .-unit.heading-section__title, .-unit.landing-action__title, .-unit.landing-link__title, .-unit.news-featured__title, .-unit.news-list__item__title, .-unit.o-h, .-unit.o-h1, .-unit.o-h2, .-unit.o-h3, .-unit.o-h4, .-unit.o-h5, .-unit.o-h6, .-unit.product__price, .-unit.product__title, .-unit.provincial-partners__title, .-unit.store__item__title, .-unit.swimmer-info__header__title, .center__title, blockquote p.-unit, h1.-unit, h2.-unit, h3.-unit, h4.-unit, h5.-unit, h6.-unit {
        padding-top: 20px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .-unit.carousel__slide__title, .-unit.center__subtitle, .-unit.contact__logo, .-unit.contact__subtitle, .-unit.event-info__title, .-unit.featured__name, .-unit.header-bar__date, .-unit.header-bar__title, .-unit.header-full__category, .-unit.header-full__subtitle, .-unit.header-full__surtitle, .-unit.header-full__title, .-unit.header-page__title, .-unit.heading-section__title, .-unit.landing-action__title, .-unit.landing-link__title, .-unit.news-featured__title, .-unit.news-list__item__title, .-unit.o-h, .-unit.o-h1, .-unit.o-h2, .-unit.o-h3, .-unit.o-h4, .-unit.o-h5, .-unit.o-h6, .-unit.product__price, .-unit.product__title, .-unit.provincial-partners__title, .-unit.store__item__title, .-unit.swimmer-info__header__title, .center__title, blockquote p.-unit, h1.-unit, h2.-unit, h3.-unit, h4.-unit, h5.-unit, h6.-unit {
        padding-top: 16px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .-unit.carousel__slide__title, .-unit.center__subtitle, .-unit.contact__logo, .-unit.contact__subtitle, .-unit.event-info__title, .-unit.featured__name, .-unit.header-bar__date, .-unit.header-bar__title, .-unit.header-full__category, .-unit.header-full__subtitle, .-unit.header-full__surtitle, .-unit.header-full__title, .-unit.header-page__title, .-unit.heading-section__title, .-unit.landing-action__title, .-unit.landing-link__title, .-unit.news-featured__title, .-unit.news-list__item__title, .-unit.o-h, .-unit.o-h1, .-unit.o-h2, .-unit.o-h3, .-unit.o-h4, .-unit.o-h5, .-unit.o-h6, .-unit.product__price, .-unit.product__title, .-unit.provincial-partners__title, .-unit.store__item__title, .-unit.swimmer-info__header__title, .center__title, blockquote p.-unit, h1.-unit, h2.-unit, h3.-unit, h4.-unit, h5.-unit, h6.-unit {
        padding-top: 20px
    }
}

@media (min-width:1681px) {
    .-unit.carousel__slide__title, .-unit.center__subtitle, .-unit.contact__logo, .-unit.contact__subtitle, .-unit.event-info__title, .-unit.featured__name, .-unit.header-bar__date, .-unit.header-bar__title, .-unit.header-full__category, .-unit.header-full__subtitle, .-unit.header-full__surtitle, .-unit.header-full__title, .-unit.header-page__title, .-unit.heading-section__title, .-unit.landing-action__title, .-unit.landing-link__title, .-unit.news-featured__title, .-unit.news-list__item__title, .-unit.o-h, .-unit.o-h1, .-unit.o-h2, .-unit.o-h3, .-unit.o-h4, .-unit.o-h5, .-unit.o-h6, .-unit.product__price, .-unit.product__title, .-unit.provincial-partners__title, .-unit.store__item__title, .-unit.swimmer-info__header__title, .center__title, blockquote p.-unit, h1.-unit, h2.-unit, h3.-unit, h4.-unit, h5.-unit, h6.-unit {
        padding-top: 24px
    }
}

.carousel__slide__title, .center__subtitle, .center__title, .contact__logo, .contact__subtitle, .event-info__title, .featured__name, .header-bar__date, .header-bar__title, .header-full__category, .header-full__subtitle, .header-full__surtitle, .header-full__title, .header-page__title, .heading-section__title, .landing-action__title, .landing-link__title, .news-featured__title, .news-list__item__title, .o-h, .o-h1, .o-h2, .o-h3, .o-h4, .o-h5, .o-h6, .product__price, .product__title, .provincial-partners__title, .store__item__title, .swimmer-info__header__title, blockquote p, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    line-height: 1
}

@media (max-width:599px) {
    .o-h1, h1 {
        font-size: 2.5rem
    }
}

@media (min-width:600px) {
    .o-h1, h1 {
        font-size: 3rem
    }
}

@media (max-width:599px) {
    .carousel__slide__title, .center__title, .event-info__title, .header-page__title, .landing-link__title, .o-h2, .product__title, blockquote p, h2 {
        font-size: 1.875rem
    }
}

@media (min-width:600px) {
    .carousel__slide__title, .center__title, .event-info__title, .header-page__title, .landing-link__title, .o-h2, .product__title, blockquote p, h2 {
        font-size: 2.5rem
    }
}

@media (max-width:599px) {
    .contact__logo, .header-bar__title, .header-full__category, .header-full__subtitle, .header-full__surtitle, .heading-section__title, .news-featured__title, .o-h3, h3 {
        font-size: 1.5rem
    }
}

@media (min-width:600px) {
    .contact__logo, .header-bar__title, .header-full__category, .header-full__subtitle, .header-full__surtitle, .heading-section__title, .news-featured__title, .o-h3, h3 {
        font-size: 1.875rem
    }
}

@media (max-width:599px) {
    .featured__name, .header-bar__date, .landing-action__title, .o-h4, .product__price, .provincial-partners__title, .store__item__title, .swimmer-info__header__title, h4 {
        font-size: 1.125rem
    }
}

@media (min-width:600px) {
    .featured__name, .header-bar__date, .landing-action__title, .o-h4, .product__price, .provincial-partners__title, .store__item__title, .swimmer-info__header__title, h4 {
        font-size: 1.5rem
    }
}

@media (max-width:599px) {
    .center__subtitle, .contact__subtitle, .news-list__item__title, .o-h5, h5 {
        font-size: 1rem
    }
}

@media (min-width:600px) {
    .center__subtitle, .contact__subtitle, .news-list__item__title, .o-h5, h5 {
        font-size: 1.125rem
    }
}

@media (max-width:599px) {
    .o-h6, h6 {
        font-size: .875rem
    }
}

@media (min-width:600px) {
    .o-h6, h6 {
        font-size: 1rem
    }
}

blockquote {
    background-color: #00aad8;
    margin: 0;
    color: #fff;
    text-align: center;
    position: relative
}

@media (max-width:767px) {
    blockquote {
        padding: 60px 30px;
        padding-top: 105px;
        margin: 90px 0
    }
}

@media (min-width:768px) and (max-width:1023px) {
    blockquote {
        padding: 60px 50px;
        padding-top: 150px;
        margin: 100px 0
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    blockquote {
        padding: 80px 80px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    blockquote {
        padding: 100px 100px
    }
}

@media (min-width:1681px) {
    blockquote {
        padding: 120px 120px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    blockquote {
        padding-top: 120px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    blockquote {
        padding-top: 150px
    }
}

@media (min-width:1681px) {
    blockquote {
        padding-top: 180px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    blockquote {
        margin: 80px 0
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    blockquote {
        margin: 100px 0
    }
}

@media (min-width:1681px) {
    blockquote {
        margin: 120px 0
    }
}

blockquote:before {
    content: "“";
    font-family: Ciutadella, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block
}

@media (max-width:767px) {
    blockquote:before {
        font-size: 100px;
        height: 105px;
        padding-top: 15px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    blockquote:before {
        height: 150px;
        padding-top: 25px
    }
}

@media (min-width:768px) {
    blockquote:before {
        font-size: 11.25rem
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    blockquote:before {
        height: 120px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    blockquote:before {
        height: 150px
    }
}

@media (min-width:1681px) {
    blockquote:before {
        height: 180px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    blockquote:before {
        padding-top: 20px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    blockquote:before {
        padding-top: 25px
    }
}

@media (min-width:1681px) {
    blockquote:before {
        padding-top: 30px
    }
}

blockquote p {
    color: #fff;
    margin-top: 0;
    margin-bottom: .75em
}

blockquote cite {
    font-style: normal
}

@media (max-width:767px) {
    blockquote cite {
        font-size: 16px
    }
}

@media (min-width:768px) {
    blockquote cite {
        font-size: 1.25rem
    }
}

table {
    width: 100%;
    margin-bottom: 2em;
    border-collapse: collapse;
    border-spacing: 0;
    color: #636363
}

table+* {
    margin-top: 3em
}

table:last-child {
    margin-bottom: 0
}

td, th {
    padding: .5em
}

th {
    font-weight: 500
}

caption, th {
    text-align: left
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: hand
}

.slick-list, .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    cursor: grab;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.dragging .slick-slide {
    cursor: grabbing
}

.sod_select, .sod_select * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.sod_select {
    outline: 0;
    outline-offset: -2px;
    cursor: default
}

@media (max-width:1023px) {
    .sod_select {
        line-height: 35px
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .sod_select {
        line-height: 40.0000000002px
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    .sod_select {
        line-height: 28px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .sod_select {
        line-height: 35px
    }
}

@media (min-width:1681px) {
    .sod_select {
        line-height: 40.0000000002px
    }
}

.sod_select select {
    display: none!important
}

.sod_select.touch select {
    -webkit-appearance: menulist-button;
    position: absolute;
    top: 0;
    left: 0;
    display: block!important;
    height: 100%;
    width: 100%;
    opacity: 0
}

.sod_label {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.sod_list_wrapper {
    z-index: 2;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    height: auto;
    background-color: #fff;
    color: #1f1f1f;
    border: 1px solid #e1e1e1;
    border-top: none;
    transition: visibility .3s, opacity .3s
}

.-red .sod_list_wrapper {
    border-color: #d21034
}

.-blue .sod_list_wrapper {
    border-color: #008eb4
}

.-outline .sod_list_wrapper {
    border-color: #00aad8;
    border-top: 1px solid #00aad8;
    left: -1px;
    right: -1px
}

.sod_select.open .sod_list_wrapper {
    visibility: visible;
    opacity: 1
}

.sod_select.disabled.open .sod_list_wrapper {
    display: none
}

.sod_select.above .sod_list_wrapper {
    top: auto;
    bottom: 100%;
    border-top: 3px solid #000;
    border-bottom: none
}

.sod_list {
    display: block;
    overflow-y: auto;
    padding: 0;
    margin: 0
}

.sod_option {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    list-style-type: none
}

@media (max-width:767px) {
    .sod_option {
        padding: 0 24px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .sod_option {
        padding: 0 20px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .sod_option {
        padding: 0 16px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .sod_option {
        padding: 0 20px
    }
}

@media (min-width:1681px) {
    .sod_option {
        padding: 0 24px
    }
}

@media (max-width:767px) {
    .-outline .sod_option {
        padding: 0 15px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .-outline .sod_option {
        padding: 0 12.5px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .-outline .sod_option {
        padding: 0 10px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .-outline .sod_option {
        padding: 0 12.5px
    }
}

@media (min-width:1681px) {
    .-outline .sod_option {
        padding: 0 15px
    }
}

.sod_option.is-placeholder {
    display: none
}

.sod_option.active, .sod_option:hover {
    background-color: #f5f5f5
}

.sod_option.selected {
    color: #9f9e9e
}

.sod_option.selected:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    height: 9px;
    width: 10px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRDlEOUQ4IiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K)
}

@media (max-width:767px) {
    .sod_option.selected:before {
        right: 24px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .sod_option.selected:before {
        right: 20px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .sod_option.selected:before {
        right: 16px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .sod_option.selected:before {
        right: 20px
    }
}

@media (min-width:1681px) {
    .sod_option.selected:before {
        right: 24px
    }
}

@media (max-width:767px) {
    .-outline .sod_option.selected:before {
        right: 18px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .-outline .sod_option.selected:before {
        right: 15px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .-outline .sod_option.selected:before {
        right: 12px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .-outline .sod_option.selected:before {
        right: 15px
    }
}

@media (min-width:1681px) {
    .-outline .sod_option.selected:before {
        right: 18px
    }
}

html.swipebox-html {
    overflow: hidden!important
}

#swipebox-overlay img {
    border: none!important
}

#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    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 {
    transition: -webkit-transform .4s ease;
    transition: 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
}

@media (max-width:767px) {
    #swipebox-slider .slide {
        padding: 10px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    #swipebox-slider .slide {
        padding: 0 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    #swipebox-slider .slide {
        padding: 0 60px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    #swipebox-slider .slide {
        padding: 0 75px
    }
}

@media (min-width:1681px) {
    #swipebox-slider .slide {
        padding: 0 90px
    }
}

#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%;
    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(../../images/loader.gif) no-repeat center center
}

#swipebox-bottom-bar, #swipebox-top-bar {
    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-repeat: no-repeat;
    background-position: center;
    border: none!important;
    text-decoration: none!important;
    cursor: pointer;
    position: absolute;
    transition: -webkit-transform .3s;
    transition: transform .3s
}

@media (max-width:767px) {
    #swipebox-close, #swipebox-next, #swipebox-prev {
        width: 30px;
        background-size: 15px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    #swipebox-close, #swipebox-next, #swipebox-prev {
        width: 50px;
        background-size: 25px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    #swipebox-close, #swipebox-next, #swipebox-prev {
        width: 60px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    #swipebox-close, #swipebox-next, #swipebox-prev {
        width: 75px
    }
}

@media (min-width:1681px) {
    #swipebox-close, #swipebox-next, #swipebox-prev {
        width: 90px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    #swipebox-close, #swipebox-next, #swipebox-prev {
        background-size: 20px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    #swipebox-close, #swipebox-next, #swipebox-prev {
        background-size: 25px
    }
}

@media (min-width:1681px) {
    #swipebox-close, #swipebox-next, #swipebox-prev {
        background-size: 30px
    }
}

#swipebox-arrows {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px
}

#swipebox-next, #swipebox-prev {
    display: block;
    top: 0;
    bottom: 0;
    height: 100%
}

@media (max-width:767px) {
    #swipebox-next, #swipebox-prev {
        display: none
    }
}

#swipebox-prev {
    left: 0;
    background-image: url(../../images/prev.svg)
}

#swipebox-prev:hover {
    -webkit-transform: translateX(-5%) scale(1.1);
    -ms-transform: translateX(-5%) scale(1.1);
    transform: translateX(-5%) scale(1.1)
}

#swipebox-next {
    right: 0;
    background-image: url(../../images/next.svg)
}

#swipebox-next:hover {
    -webkit-transform: translateX(5%) scale(1.1);
    -ms-transform: translateX(5%) scale(1.1);
    transform: translateX(5%) scale(1.1)
}

#swipebox-close {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 9999;
    background-image: url(../../images/close.svg)
}

@media (max-width:767px) {
    #swipebox-close {
        background-size: 18px;
        width: 60px;
        height: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    #swipebox-close {
        background-size: 20px;
        width: 75px;
        height: 75px
    }
}

#swipebox-close:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media (min-width:1024px) and (max-width:1366px) {
    #swipebox-close {
        height: 60px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    #swipebox-close {
        height: 75px
    }
}

@media (min-width:1681px) {
    #swipebox-close {
        height: 90px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    #swipebox-close {
        background-size: 16px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    #swipebox-close {
        background-size: 20px
    }
}

@media (min-width:1681px) {
    #swipebox-close {
        background-size: 24px
    }
}

.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;
    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;
    box-shadow: inset 10px 0 10px -8px #656565
}

.swipebox-touch #swipebox-container:after {
    right: 0;
    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
    }
}

#swipebox-overlay {
    background: #1f1f1f
}

#swipebox-bottom-bar, #swipebox-top-bar {
    background: #121212;
    opacity: .95
}

#swipebox-bottom-bar {
    color: #fff!important;
    font-size: 15px;
    line-height: 43px;
    font-family: Helvetica, Arial, sans-serif
}

table.tablesaw {
    empty-cells: show;
    max-width: 100%;
    width: 100%
}

.tablesaw {
    border-collapse: collapse;
    width: 100%
}

.tablesaw {
    border: 0;
    padding: 0
}

.tablesaw td, .tablesaw th {
    box-sizing: border-box
}

.tablesaw-enhanced .tablesaw-bar .btn {
    border: 1px solid #ccc;
    background: 0 0;
    background-color: #fafafa;
    box-shadow: 0 1px 0 #fff;
    color: #4a4a4a;
    clear: both;
    cursor: pointer;
    display: block;
    font: bold 20px/1 sans-serif;
    margin: 0;
    padding: .5em .85em .4em .85em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    text-shadow: 0 1px 0 #fff;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .1) 0, rgba(255, 255, 255, .1) 50%, rgba(170, 170, 170, .1) 55%, rgba(120, 120, 120, .15) 100%);
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    border-radius: .25em
}

.tablesaw-enhanced .tablesaw-bar a.btn {
    color: #1c95d4
}

.tablesaw-enhanced .tablesaw-bar .btn:hover {
    text-decoration: none
}

.tablesaw-enhanced .tablesaw-bar .btn:active {
    background-color: #ddd;
    background-image: linear-gradient(to bottom, rgba(100, 100, 100, .35) 0, rgba(255, 255, 255, 0) 70%)
}

.tablesaw-enhanced .tablesaw-bar .btn:focus, .tablesaw-enhanced .tablesaw-bar .btn:hover {
    color: #208de3;
    background-color: #fff;
    outline: 0
}

.tablesaw-bar .btn:focus {
    box-shadow: 0 0 .35em #4faeef!important
}

.ie-lte8 .tablesaw-bar .btn:focus, .ie-lte8 .tablesaw-bar .btn:hover {
    color: #208de3;
    background-color: #fff;
    border-color: #aaa;
    outline: 0
}

.tablesaw-bar .btn-select select {
    background: 0 0;
    border: none;
    display: block;
    position: absolute;
    font-weight: inherit;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    min-height: 1em
}

.tablesaw-bar .btn-select select {
    opacity: 0;
    display: inline-block;
    color: transparent
}

.tablesaw-bar .btn select option {
    background: #fff;
    color: #000;
    font-family: sans-serif
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select {
    color: #4d4d4d;
    padding-right: 2.5em;
    min-width: 7.25em;
    text-align: left;
    text-indent: 0
}

.ie-lte8 .tablesaw-bar .btn-select {
    min-width: 6.1em
}

.tablesaw-bar .btn.btn-micro, .tablesaw-bar .btn.btn-small {
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
    top: 0
}

.tablesaw-bar .btn.btn-small {
    font-size: 1.0625em;
    line-height: 19px;
    padding: .3em 1em .3em 1em
}

.tablesaw-bar .btn.btn-micro {
    font-size: .8125em;
    padding: .4em .7em .25em .7em
}

.tablesaw-enhanced .tablesaw-bar .btn-select {
    text-align: left
}

.tablesaw-bar .btn-select:after {
    background: #e5e5e5;
    background: rgba(0, 0, 0, .1);
    box-shadow: 0 2px 2px rgba(255, 255, 255, .25);
    content: " ";
    display: block;
    position: absolute
}

.tablesaw-bar .btn-select.btn-micro, .tablesaw-bar .btn-select.btn-small {
    padding-right: 1.5em
}

.tablesaw-bar .btn-select:after {
    background: 0 0;
    background-repeat: no-repeat;
    background-position: .25em .45em;
    content: "\25bc";
    font-size: .55em;
    padding-top: 1.2em;
    padding-left: 1em;
    left: auto;
    right: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    width: 1.8em
}

.tablesaw-bar .btn-select.btn-micro:after, .tablesaw-bar .btn-select.btn-small:after {
    width: 1.2em;
    font-size: .5em;
    padding-top: 1em;
    padding-right: .5em;
    line-height: 1.65;
    background: 0 0;
    box-shadow: none;
    border-left-width: 0
}

.tablesaw-advance .btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    text-shadow: 0 1px 0 #fff;
    border-radius: .25em
}

.tablesaw-advance .btn.btn-micro {
    font-size: .8125em;
    padding: .3em .7em .25em .7em
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
    display: inline-block;
    overflow: hidden;
    width: 1.8em;
    height: 1.8em;
    background-position: 50% 50%;
    margin-left: .5em;
    position: relative
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before, .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before, .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before, .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
    content: "\0020";
    overflow: hidden;
    width: 0;
    height: 0;
    position: absolute
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before {
    left: .5em;
    top: .65em;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid grey
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
    left: .5em;
    top: .65em;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid grey
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before, .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
    top: .45em;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before {
    left: .6em;
    border-right: 5px solid grey
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
    left: .7em;
    border-left: 5px solid grey
}

.tablesaw-advance a.tablesaw-nav-btn.disabled {
    opacity: .25;
    cursor: default;
    pointer-events: none
}

.tablesaw-bar {
    clear: both;
    font-family: sans-serif
}

.tablesaw-toolbar {
    font-size: .875em;
    float: left
}

.tablesaw-toolbar label {
    padding: .5em 0;
    clear: both;
    display: block;
    color: #888;
    margin-right: .5em;
    text-transform: uppercase
}

.tablesaw-bar .btn, .tablesaw-enhanced .tablesaw-bar .btn {
    margin-top: .5em;
    margin-bottom: .5em
}

.tablesaw-bar .btn-select, .tablesaw-enhanced .tablesaw-bar .btn-select {
    margin-bottom: 0
}

.tablesaw-bar .tablesaw-toolbar .btn {
    margin-left: .4em;
    margin-top: 0;
    text-transform: uppercase;
    border: none;
    box-shadow: none;
    background: 0 0;
    font-family: sans-serif;
    font-size: 1em;
    padding-left: .3em
}

.tablesaw-bar .tablesaw-toolbar .btn-select {
    min-width: 0
}

.tablesaw-bar .tablesaw-toolbar .btn-select:after {
    padding-top: .9em
}

.tablesaw-bar .tablesaw-toolbar select {
    color: #888;
    text-transform: none;
    background: 0 0
}

.tablesaw-toolbar~table {
    clear: both
}

.tablesaw-toolbar .a11y-sm {
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px
}

@media (min-width:24em) {
    .tablesaw-toolbar .a11y-sm {
        clip: none;
        height: auto;
        width: auto;
        position: static;
        overflow: visible
    }
}

.tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
    display: none
}

@media only all {
    .tablesaw-stack td, .tablesaw-stack th {
        text-align: left;
        display: block
    }
    .tablesaw-stack tr {
        clear: both;
        display: table-row
    }
    .tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
        display: block;
        padding: 0 .6em 0 0;
        width: 30%;
        display: inline-block
    }
    .tablesaw-stack td .tablesaw-cell-label-top, .tablesaw-stack th .tablesaw-cell-label-top {
        display: block;
        padding: .4em 0;
        margin: .4em 0
    }
    .tablesaw-cell-label {
        display: block
    }
    .tablesaw-stack tbody th.group {
        margin-top: -1px
    }
    .tablesaw-stack th.group b.tablesaw-cell-label {
        display: none!important
    }
}

@media (max-width:39.9375em) {
    .tablesaw-stack tbody tr+tr {
        border-top: 3px solid #63cbe8
    }
    .tablesaw-stack tbody tr .tc:last-child {
        border-bottom: none
    }
    .tablesaw-stack thead td, .tablesaw-stack thead th {
        display: none
    }
    .tablesaw-stack tbody td, .tablesaw-stack tbody th {
        clear: left;
        float: left;
        width: 100%
    }
    .tablesaw-cell-label {
        vertical-align: top
    }
    .tablesaw-cell-content {
        max-width: 67%;
        display: inline-block
    }
    .tablesaw-stack td:empty, .tablesaw-stack th:empty {
        display: none
    }
}

@media (min-width:40em) {
    .tablesaw-stack tr {
        display: table-row
    }
    .tablesaw-stack td, .tablesaw-stack th, .tablesaw-stack thead td, .tablesaw-stack thead th {
        display: table-cell;
        margin: 0
    }
    .tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
        display: none!important
    }
}

.tablesaw-fix-persist {
    table-layout: fixed
}

@media only all {
    .tablesaw-swipe td.tablesaw-cell-hidden, .tablesaw-swipe th.tablesaw-cell-hidden {
        display: none
    }
}

.btn.tablesaw-columntoggle-btn span {
    text-indent: -9999px;
    display: inline-block
}

.tablesaw-columntoggle-btnwrap {
    position: relative
}

.tablesaw-columntoggle-btnwrap .dialog-content {
    padding: .5em
}

.tablesaw-columntoggle tbody td {
    line-height: 1.5
}

.tablesaw-columntoggle-popup {
    display: none
}

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
    display: block;
    position: absolute;
    top: 2em;
    right: 0;
    background-color: #fff;
    padding: .5em .8em;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px #ccc;
    border-radius: .2em;
    z-index: 1
}

.tablesaw-columntoggle-popup fieldset {
    margin: 0
}

@media only all {
    .tablesaw-columntoggle td.tablesaw-priority-1, .tablesaw-columntoggle td.tablesaw-priority-2, .tablesaw-columntoggle td.tablesaw-priority-3, .tablesaw-columntoggle td.tablesaw-priority-4, .tablesaw-columntoggle td.tablesaw-priority-5, .tablesaw-columntoggle td.tablesaw-priority-6, .tablesaw-columntoggle th.tablesaw-priority-1, .tablesaw-columntoggle th.tablesaw-priority-2, .tablesaw-columntoggle th.tablesaw-priority-3, .tablesaw-columntoggle th.tablesaw-priority-4, .tablesaw-columntoggle th.tablesaw-priority-5, .tablesaw-columntoggle th.tablesaw-priority-6 {
        display: none
    }
}

.tablesaw-columntoggle-btnwrap .dialog-content {
    top: 0!important;
    right: 1em;
    left: auto!important;
    width: 12em;
    max-width: 18em;
    margin: -.5em auto 0
}

.tablesaw-columntoggle-btnwrap .dialog-content:focus {
    outline-style: none
}

@media (min-width:20em) {
    .tablesaw-columntoggle td.tablesaw-priority-1, .tablesaw-columntoggle th.tablesaw-priority-1 {
        display: table-cell
    }
}

@media (min-width:30em) {
    .tablesaw-columntoggle td.tablesaw-priority-2, .tablesaw-columntoggle th.tablesaw-priority-2 {
        display: table-cell
    }
}

@media (min-width:40em) {
    .tablesaw-columntoggle td.tablesaw-priority-3, .tablesaw-columntoggle th.tablesaw-priority-3 {
        display: table-cell
    }
    .tablesaw-columntoggle tbody td {
        line-height: 2
    }
}

@media (min-width:50em) {
    .tablesaw-columntoggle td.tablesaw-priority-4, .tablesaw-columntoggle th.tablesaw-priority-4 {
        display: table-cell
    }
}

@media (min-width:60em) {
    .tablesaw-columntoggle td.tablesaw-priority-5, .tablesaw-columntoggle th.tablesaw-priority-5 {
        display: table-cell
    }
}

@media (min-width:70em) {
    .tablesaw-columntoggle td.tablesaw-priority-6, .tablesaw-columntoggle th.tablesaw-priority-6 {
        display: table-cell
    }
}

@media only all {
    .tablesaw-columntoggle td.tablesaw-cell-hidden, .tablesaw-columntoggle th.tablesaw-cell-hidden {
        display: none
    }
    .tablesaw-columntoggle td.tablesaw-cell-visible, .tablesaw-columntoggle th.tablesaw-cell-visible {
        display: table-cell
    }
}

.tablesaw-columntoggle-popup .btn-group>label {
    display: block;
    padding: .2em 0;
    white-space: nowrap
}

.tablesaw-columntoggle-popup .btn-group>label input {
    margin-right: .8em
}

.tablesaw-sortable, .tablesaw-sortable thead, .tablesaw-sortable thead tr, .tablesaw-sortable thead tr th {
    position: relative
}

.tablesaw-sortable thead tr th {
    padding-right: 1.6em;
    vertical-align: top
}

.tablesaw-sortable th.tablesaw-sortable-head, .tablesaw-sortable tr:first-child th.tablesaw-sortable-head {
    padding: 0
}

.tablesaw-sortable th.tablesaw-sortable-head button {
    padding-top: .9em;
    padding-bottom: .7em;
    padding-left: .6em;
    padding-right: 1.6em
}

.tablesaw-sortable .tablesaw-sortable-head button {
    min-width: 100%;
    color: inherit;
    background: 0 0;
    border: 0;
    padding: 0;
    text-align: left;
    font: inherit;
    text-transform: inherit;
    position: relative
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after, .tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
    width: 7px;
    height: 10px;
    content: "\0020";
    position: absolute;
    right: .5em
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
    content: "↑"
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
    content: "↓"
}

.tablesaw-sortable .not-applicable:after {
    content: "--";
    display: block
}

.tablesaw-sortable .not-applicable span {
    display: none
}

.tablesaw-advance {
    float: right
}

.tablesaw-advance.minimap {
    margin-right: .4em
}

.tablesaw-advance-dots {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none
}

.tablesaw-advance-dots li {
    display: table-cell;
    margin: 0;
    padding: .4em .2em
}

.tablesaw-advance-dots li i {
    width: .25em;
    height: .25em;
    background: #555;
    border-radius: 100%;
    display: inline-block
}

.tablesaw-advance-dots-hide {
    opacity: .25;
    cursor: default;
    pointer-events: none
}

.table-caption .caption--bl, .table-caption .caption--br, .table-caption .caption--tl, .table-caption .caption--tr, caption .caption--bl, caption .caption--br, caption .caption--tl, caption .caption--tr {
    position: absolute
}

[role=grid] {
    table-layout: fixed
}

tbody .tc {
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.table-caption, .tl, caption, thead .tc {
    font-weight: 900;
    font-family: Ciutadella, sans-serif;
    text-transform: uppercase
}

.tl-heading {
    display: block
}

.table-caption, caption {
    position: relative;
    caption-side: top;
    margin-bottom: 1rem;
    padding: .5em;
    background-color: #00aad8;
    color: #fff;
    font-size: 1.5em
}

.table-caption small, caption small {
    font-weight: 400;
    line-height: 31px
}

.table-caption.\-\-double, caption.\-\-double {
    height: 3.5em
}

.table-caption.\-\-double small, caption.\-\-double small {
    line-height: 1
}

.table-caption .r3, caption .r3 {
    font-size: .65em;
    font-weight: 400
}

.table-caption .c1-2, .table-caption .c1-3, .table-caption .c2-2, .table-caption .c2-3, .table-caption .c3-3, caption .c1-2, caption .c1-3, caption .c2-2, caption .c2-3, caption .c3-3 {
    display: block
}

.table-caption .c1-2, .table-caption .c2-2, caption .c1-2, caption .c2-2 {
    width: 50%
}

.table-caption .c1-2, caption .c1-2 {
    float: left
}

.table-caption .c2-2, caption .c2-2 {
    float: right;
    text-align: right
}

@media (max-width:599px) {
    .table-caption .c2-3, .table-caption .c3-3, caption .c2-3, caption .c3-3 {
        width: 50%
    }
    .table-caption .c2-3, caption .c2-3 {
        float: left
    }
    .table-caption .c3-3, caption .c3-3 {
        float: right;
        text-align: right
    }
}

@media (min-width:600px) {
    .table-caption .c1-3, caption .c1-3 {
        float: left
    }
    .table-caption .c2-3, caption .c2-3 {
        float: left;
        text-align: center
    }
    .table-caption .c3-3, caption .c3-3 {
        float: right;
        text-align: right
    }
    .table-caption .c1-3, .table-caption .c2-3, .table-caption .c3-3, caption .c1-3, caption .c2-3, caption .c3-3 {
        width: 33.33333%
    }
}

.table-caption .caption--tl, .table-caption .caption--tr, caption .caption--tl, caption .caption--tr {
    top: .5em
}

.table-caption .caption--br, .table-caption .caption--tr, caption .caption--br, caption .caption--tr {
    right: .5em
}

.table-caption .caption--bl, .table-caption .caption--br, caption .caption--bl, caption .caption--br {
    bottom: .5em
}

.table-caption .caption--bl, .table-caption .caption--tl, caption .caption--bl, caption .caption--tl {
    left: .5em
}

.table-caption small.caption--tl, .table-caption small.caption--tr, caption small.caption--tl, caption small.caption--tr {
    top: .625em
}

.table-caption small.caption--br, .table-caption small.caption--tr, caption small.caption--br, caption small.caption--tr {
    right: .625em
}

.table-caption small.caption--bl, .table-caption small.caption--br, caption small.caption--bl, caption small.caption--br {
    bottom: .625em
}

.table-caption small.caption--bl, .table-caption small.caption--tl, caption small.caption--bl, caption small.caption--tl {
    left: .625em
}

.table-caption .caption--tl.caption--bl, .table-caption .caption--tr.caption--br, caption .caption--tl.caption--bl, caption .caption--tr.caption--br {
    line-height: 2.5
}

.table-caption small.caption--tl.caption--bl, .table-caption small.caption--tr.caption--br, caption small.caption--tl.caption--bl, caption small.caption--tr.caption--br {
    line-height: 3.5
}

.table-caption .caption--bl.caption--br, .table-caption .caption--tl.caption--tr, caption .caption--bl.caption--br, caption .caption--tl.caption--tr {
    text-align: center
}

thead .table-summary {
    padding-left: 0;
    padding-right: 0;
    color: #1f1f1f;
    font-family: inherit;
    font-weight: inherit;
    text-transform: inherit
}

thead .table-summary>:first-child {
    margin-top: 0
}

thead .tc[rowspan], thead>tr:last-child>.tc {
    border-bottom: 5px solid #00aad8
}

thead .tc[rowspan].tablesaw-sortable-ascending, thead .tc[rowspan].tablesaw-sortable-descending, thead>tr:last-child>.tc.tablesaw-sortable-ascending, thead>tr:last-child>.tc.tablesaw-sortable-descending {
    color: #00aad8
}

thead>tr:last-child>.tc-empty, thead>tr:last-child>.tc:empty {
    border-bottom: 0
}

tbody .tl {
    color: #63cbe8;
    border-bottom: 3px solid #63cbe8
}

tbody>tr>.tl {
    padding-top: 2em
}

.ts+.ts {
    border-top: 3px solid #63cbe8
}

.tc .truncate {
    display: block;
    margin-top: -.5em;
    margin-bottom: -.5em;
    padding-top: .5em;
    padding-bottom: .5em
}

@media (max-width:767px) {
    .tc .truncate a {
        display: inline
    }
}

.tc .tablesaw-cell-content .truncate {
    display: inline
}

.table-condensed td, .table-condensed th {
    padding: .25em
}

.table-condensed tbody .tc {
    padding-top: .5em;
    padding-bottom: .5em
}

.table-condensed tbody>tr>.tl {
    padding-top: 1em
}

.table-condensed .tc .truncate {
    margin-top: -.25em;
    margin-bottom: -.25em;
    padding-top: .25em;
    padding-bottom: .25em
}

.table-condensed.table-decoration-etch .tc {
    padding-right: calc(.25em + 3px)
}

.table-compact {
    font-size: 12px
}

.table-striped>tbody>tr:not(.row-heading):nth-of-type(odd), .table-striped>tr:not(.row-heading):nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .15)
}

.medal-icon {
    padding-left: 5px;
    vertical-align: text-top
}

.table-row-highlight, .table-row-hover>tbody>tr:not(.row-heading):focus, .table-row-hover>tbody>tr:not(.row-heading):hover, .table-row-hover>tr:not(.row-heading):focus, .table-row-hover>tr:not(.row-heading):hover {
    background-color: rgba(255, 255, 255, .4)
}

.table-decoration-etch .tc {
    padding-right: calc(.5em + 3px)
}

.table-decoration-etch :not(.row-heading) .tc+.tc, .table-decoration-etch thead tr+tr:last-child .tc:first-child {
    position: relative
}

.table-decoration-etch :not(.row-heading) .tc+.tc::after, .table-decoration-etch tbody .row-heading+:not(.row-heading)>.tc+.tc::before thead tr+tr:last-child .tc:first-child::after {
    content: "";
    display: block;
    position: absolute;
    left: -3px;
    width: 3px;
    height: 5px
}

.table-decoration-etch tbody .row-heading+:not(.row-heading)>.tc+.tc::before {
    top: 0;
    background-color: #63cbe8
}

.table-decoration-etch :not(.row-heading) .tc+.tc::after, .table-decoration-etch thead tr+tr:last-child .tc:first-child::after {
    bottom: -5px;
    background-color: #fff
}

.table-decoration-etch thead :not(.row-heading) .tc+.tc::after, .table-decoration-etch thead tr+tr:last-child .tc:first-child::after {
    bottom: -5px;
    left: -3px;
    width: 3px;
    height: 5px
}

.table-decoration-etch tbody :not(.row-heading) .tc+.tc::after {
    bottom: -1px;
    left: -3px;
    width: 3px;
    height: 1px
}

.tablesaw.tablesaw-sortable .tablesaw-sortable-head button::after, .tablesaw.tablesaw-sortable .tablesaw-sortable-head button::before {
    content: '';
    font-size: 7px;
    height: 7px;
    position: absolute;
    right: 0;
    width: 7px
}

.tablesaw.tablesaw-sortable .tablesaw-sortable-head button::before {
    content: '▲';
    top: calc(50% - 7px)
}

.tablesaw.tablesaw-sortable .tablesaw-sortable-head button::after {
    content: '▼';
    top: 50%
}

.tablesaw.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button::before {
    content: ''
}

.tablesaw.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button::after {
    content: ''
}

.row-heading .tablesaw-cell-label {
    display: none!important
}

.row-heading .tablesaw-cell-content {
    max-width: none!important
}

@media (max-width:39.9375em) {
    .row-heading .tablesaw-cell-content {
        font-size: 1.2em
    }
}

.grid {
    letter-spacing: normal;
    font-size: 0
}

@media (max-width:767px) {
    .grid.-unit, .grid.center__title {
        margin-left: -60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .grid.-unit, .grid.center__title {
        margin-left: -50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .grid.-unit, .grid.center__title {
        margin-left: -40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .grid.-unit, .grid.center__title {
        margin-left: -50px
    }
}

@media (min-width:1681px) {
    .grid.-unit, .grid.center__title {
        margin-left: -60px
    }
}

.grid.-full {
    height: 100%
}

.whole {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
    font-size: 1rem;
    width: 100%
}

.half {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
    font-size: 1rem
}

@media (min-width:768px) {
    .half {
        width: 50%
    }
}

@media (max-width:767px) {
    .half.-unit, .half.center__title {
        padding-left: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .half.-unit, .half.center__title {
        padding-left: 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .half.-unit, .half.center__title {
        padding-left: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .half.-unit, .half.center__title {
        padding-left: 50px
    }
}

@media (min-width:1681px) {
    .half.-unit, .half.center__title {
        padding-left: 60px
    }
}

.half.-full {
    height: 100%
}

.third {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
    font-size: 1rem
}

@media (min-width:1024px) {
    .third {
        width: 33.3333333333%
    }
}

.third.-full {
    height: 100%
}

.two-thirds {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
    font-size: 1rem
}

@media (min-width:1024px) {
    .two-thirds {
        width: 66.6666666667%
    }
}

.two-thirds.-full {
    height: 100%
}

.quarter {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
    font-size: 1rem
}

@media (min-width:1024px) {
    .quarter {
        width: 25%
    }
}

.quarter.-full {
    height: 100%
}

.two-fifths {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
    font-size: 1rem
}

@media (min-width:1367px) {
    .two-fifths {
        width: 40%
    }
}

.three-fifths {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
    font-size: 1rem
}

@media (min-width:1367px) {
    .three-fifths {
        width: 60%
    }
}

@media (max-width:767px) {
    .nav {
        overflow-y: auto
    }
}

@media (max-width:1279px) {
    .nav {
        background-color: #fff;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        visibility: hidden;
        opacity: 0;
        z-index: 98;
        transition: visibility .3s, opacity .3s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }
    .has-nav-open .nav {
        visibility: visible;
        opacity: 1
    }
    .is-fadeout .nav {
        opacity: 0
    }
}

@media (min-width:768px) and (max-width:1279px) {
    .nav {
        letter-spacing: normal;
        font-size: 0;
        margin-left: 0
    }
}

@media print {
    .nav {
        display: none
    }
}

@media (max-width:1279px) {
    .nav-button {
        position: fixed;
        top: 0;
        right: 0;
        background-color: #ed1940;
        width: 60px;
        height: 60px;
        cursor: pointer;
        z-index: 99;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        text-align: center;
        padding: 0 10px;
        line-height: 2px;
        padding-top: 6px;
        -webkit-tap-highlight-color: transparent
    }
}

@media (min-width:1280px) {
    .nav-button {
        display: none
    }
}

.nav-button__line {
    display: inline-block;
    background-color: #fff;
    width: 27px;
    height: 2px;
    margin-bottom: 7px;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    transition: -webkit-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s
}

.has-nav-open .nav-button__line.-one {
    -webkit-transform: translateX(4px) rotate(41deg);
    -ms-transform: translateX(4px) rotate(41deg);
    transform: translateX(4px) rotate(41deg)
}

.has-nav-open .nav-button__line.-two {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
    opacity: 0
}

.has-nav-open .nav-button__line.-three {
    -webkit-transform: translateX(4px) rotate(-41deg);
    -ms-transform: translateX(4px) rotate(-41deg);
    transform: translateX(4px) rotate(-41deg)
}

.nav-main, .nav-side {
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: Ciutadella, sans-serif
}

@media (min-width:1280px) {
    .nav-main, .nav-side {
        position: fixed;
        top: 0;
        bottom: 0
    }
}

.nav-main__list, .nav-side__list {
    padding: 0;
    margin: 0;
    list-style: none
}

.nav-main__list__link, .nav-side__list__link {
    position: relative;
    display: block;
    text-decoration: none;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e1e1e1
}

.is-active.nav-main__list__link:after, .is-active.nav-side__list__link:after {
    content: "";
    height: 100%;
    background-color: #ed1940;
    position: absolute;
    top: 0;
    bottom: 0
}

.ss-width {
    width: 240px;
}

@media (min-width:1024px) and (max-width:1366px) {
    .is-active.nav-main__list__link:after, .is-active.nav-side__list__link:after {
        width: 6px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .is-active.nav-main__list__link:after, .is-active.nav-side__list__link:after {
        width: 7.5px
    }
}

@media (min-width:1681px) {
    .is-active.nav-main__list__link:after, .is-active.nav-side__list__link:after {
        width: 9px
    }
}

.container {
    position: relative;
    max-width: none0;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0
}

@media (max-width:767px) {
    .content.-margin {
        padding: 0 30px;
        margin-top: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .content.-margin {
        padding: 0 50px;
        margin-top: 100px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .content.-margin {
        padding-left: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .content.-margin {
        padding-left: 50px
    }
}

@media (min-width:1681px) {
    .content.-margin {
        padding-left: 60px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .content.-margin {
        padding-right: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .content.-margin {
        padding-right: 50px
    }
}

@media (min-width:1681px) {
    .content.-margin {
        padding-right: 60px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .content.-margin {
        margin-top: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .content.-margin {
        margin-top: 50px
    }
}

@media (min-width:1681px) {
    .content.-margin {
        margin-top: 60px
    }
}

@media (max-width:767px) {
    .content.-padded {
        padding: 0 30px;
        margin-top: 60px;
        margin-bottom: 75px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .content.-padded {
        padding: 0 50px;
        margin-top: 100px;
        margin-bottom: 100px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .content.-padded {
        padding: 0 160px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .content.-padded {
        padding: 0 200px
    }
}

@media (min-width:1681px) {
    .content.-padded {
        padding: 0 240px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .content.-padded {
        margin-top: 120px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .content.-padded {
        margin-top: 150px
    }
}

@media (min-width:1681px) {
    .content.-padded {
        margin-top: 180px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .content.-padded {
        margin-bottom: 80px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .content.-padded {
        margin-bottom: 100px
    }
}

@media (min-width:1681px) {
    .content.-padded {
        margin-bottom: 120px
    }
}

.content.-center {
    margin-bottom: 0
}

@media (max-width:767px) {
    .content.-center {
        margin-top: 90px;
        padding-bottom: 90px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .content.-center {
        margin-top: 100px;
        padding-bottom: 100px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .content.-center {
        margin-top: 80px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .content.-center {
        margin-top: 100px
    }
}

@media (min-width:1681px) {
    .content.-center {
        margin-top: 120px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .content.-center {
        padding-bottom: 80px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .content.-center {
        padding-bottom: 100px
    }
}

@media (min-width:1681px) {
    .content.-center {
        padding-bottom: 120px
    }
}

@media (max-width:767px) {
    .content.-side {
        padding: 0 30px;
        margin-top: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .content.-side {
        padding: 0 50px;
        margin-top: 100px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .content.-side {
        padding: 0 80px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .content.-side {
        padding: 0 100px
    }
}

@media (min-width:1681px) {
    .content.-side {
        padding: 0 120px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .content.-side {
        margin-top: 80px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .content.-side {
        margin-top: 100px
    }
}

@media (min-width:1681px) {
    .content.-side {
        margin-top: 120px
    }
}

@media (max-width:767px) {
    .content.-side {
        margin-bottom: 120px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .content.-side {
        margin-bottom: 100px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .content.-side {
        margin-bottom: 80px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .content.-side {
        margin-bottom: 100px
    }
}

@media (min-width:1681px) {
    .content.-side {
        margin-bottom: 120px
    }
}

@media (max-width:767px) {
    .content .flex-video {
        margin-top: 90px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .content .flex-video {
        margin-top: 100px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .content .flex-video {
        margin: 80px 0
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .content .flex-video {
        margin: 100px 0
    }
}

@media (min-width:1681px) {
    .content .flex-video {
        margin: 120px 0
    }
}

.content .button {
    margin-top: 1em
}

.columns {
    -webkit-columns: 2;
    columns: 2
}

.-full.event-info__list, .wrap.-full {
    height: 100%
}

@media print {
    .event-info__list, .wrap {
        padding-top: 30px!important;
        padding-bottom: 30px!important
    }
}

.checkbox-label, .label, .radio-label {
    display: block;
    margin-bottom: .25em
}

.checkbox-label:after, .checkbox-label:before, .find-section__search-input, .input, .nav-main__search, .radio-label:after, .radio-label:before, .search-main__input, .select, .sod_select, .textarea {
    transition: background-color .3s, border .3s
}

@media (max-width:1023px) {
    .checkbox-label:after, .checkbox-label:before, .find-section__search-input, .input, .nav-main__search, .radio-label:after, .radio-label:before, .search-main__input, .select, .sod_select, .textarea {
        height: 35px
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .checkbox-label:after, .checkbox-label:before, .find-section__search-input, .input, .nav-main__search, .radio-label:after, .radio-label:before, .search-main__input, .select, .sod_select, .textarea {
        height: 40.0000000002px
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    .checkbox-label:after, .checkbox-label:before, .find-section__search-input, .input, .nav-main__search, .radio-label:after, .radio-label:before, .search-main__input, .select, .sod_select, .textarea {
        height: 28px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .checkbox-label:after, .checkbox-label:before, .find-section__search-input, .input, .nav-main__search, .radio-label:after, .radio-label:before, .search-main__input, .select, .sod_select, .textarea {
        height: 35px
    }
}

@media (min-width:1681px) {
    .checkbox-label:after, .checkbox-label:before, .find-section__search-input, .input, .nav-main__search, .radio-label:after, .radio-label:before, .search-main__input, .select, .sod_select, .textarea {
        height: 40.0000000002px
    }
}

.find-section__search-input::-webkit-input-placeholder, .input::-webkit-input-placeholder, .nav-main__search::-webkit-input-placeholder, .search-main__input::-webkit-input-placeholder, .select::-webkit-input-placeholder, .sod_select::-webkit-input-placeholder, .textarea::-webkit-input-placeholder {
    color: #1f1f1f
}

.find-section__search-input:-ms-input-placeholder, .input:-ms-input-placeholder, .nav-main__search:-ms-input-placeholder, .search-main__input:-ms-input-placeholder, .select:-ms-input-placeholder, .sod_select:-ms-input-placeholder, .textarea:-ms-input-placeholder {
    color: #1f1f1f
}

.find-section__search-input::placeholder, .input::placeholder, .nav-main__search::placeholder, .search-main__input::placeholder, .select::placeholder, .sod_select::placeholder, .textarea::placeholder {
    color: #1f1f1f
}

.-white.checkbox-label:after, .-white.checkbox-label:before, .-white.input, .-white.nav-main__search, .-white.radio-label:after, .-white.radio-label:before, .-white.search-main__input, .-white.select, .-white.sod_select, .-white.textarea, .checkbox-label.find-section__search-input:after, .checkbox-label.find-section__search-input:before, .find-section__search-input, .radio-label.find-section__search-input:after, .radio-label.find-section__search-input:before {
    background-color: #fff;
    color: #1f1f1f
}

.-white.input::-webkit-input-placeholder, .-white.nav-main__search::-webkit-input-placeholder, .-white.search-main__input::-webkit-input-placeholder, .-white.select::-webkit-input-placeholder, .-white.sod_select::-webkit-input-placeholder, .-white.textarea::-webkit-input-placeholder, .find-section__search-input::-webkit-input-placeholder {
    color: #1f1f1f
}

.-white.input:-ms-input-placeholder, .-white.nav-main__search:-ms-input-placeholder, .-white.search-main__input:-ms-input-placeholder, .-white.select:-ms-input-placeholder, .-white.sod_select:-ms-input-placeholder, .-white.textarea:-ms-input-placeholder, .find-section__search-input:-ms-input-placeholder {
    color: #1f1f1f
}

.-white.input::placeholder, .-white.nav-main__search::placeholder, .-white.search-main__input::placeholder, .-white.select::placeholder, .-white.sod_select::placeholder, .-white.textarea::placeholder, .find-section__search-input::placeholder {
    color: #1f1f1f
}

.-white.checkbox-label:focus:after, .-white.checkbox-label:focus:before, .-white.input:focus, .-white.nav-main__search:focus, .-white.radio-label:focus:after, .-white.radio-label:focus:before, .-white.search-main__input:focus, .-white.select:focus, .-white.sod_select:focus, .-white.textarea:focus, .checkbox-label.find-section__search-input:focus:after, .checkbox-label.find-section__search-input:focus:before, .find-section__search-input:focus, .radio-label.find-section__search-input:focus:after, .radio-label.find-section__search-input:focus:before {
    background-color: #f2f2f2
}

.-gray.checkbox-label:after, .-gray.checkbox-label:before, .-gray.find-section__search-input, .-gray.input, .-gray.radio-label:after, .-gray.radio-label:before, .-gray.search-main__input, .-gray.select, .-gray.sod_select, .-gray.textarea, .checkbox-label.nav-main__search:after, .checkbox-label.nav-main__search:before, .nav-main__search, .radio-label.nav-main__search:after, .radio-label.nav-main__search:before {
    background-color: #e1e1e1
}

.-gray.find-section__search-input::-webkit-input-placeholder, .-gray.input::-webkit-input-placeholder, .-gray.search-main__input::-webkit-input-placeholder, .-gray.select::-webkit-input-placeholder, .-gray.sod_select::-webkit-input-placeholder, .-gray.textarea::-webkit-input-placeholder, .nav-main__search::-webkit-input-placeholder {
    color: gray
}

.-gray.find-section__search-input:-ms-input-placeholder, .-gray.input:-ms-input-placeholder, .-gray.search-main__input:-ms-input-placeholder, .-gray.select:-ms-input-placeholder, .-gray.sod_select:-ms-input-placeholder, .-gray.textarea:-ms-input-placeholder, .nav-main__search:-ms-input-placeholder {
    color: gray
}

.-gray.find-section__search-input::placeholder, .-gray.input::placeholder, .-gray.search-main__input::placeholder, .-gray.select::placeholder, .-gray.sod_select::placeholder, .-gray.textarea::placeholder, .nav-main__search::placeholder {
    color: gray
}

.-gray.checkbox-label:focus:after, .-gray.checkbox-label:focus:before, .-gray.find-section__search-input:focus, .-gray.input:focus, .-gray.radio-label:focus:after, .-gray.radio-label:focus:before, .-gray.search-main__input:focus, .-gray.select:focus, .-gray.sod_select:focus, .-gray.textarea:focus, .checkbox-label.nav-main__search:focus:after, .checkbox-label.nav-main__search:focus:before, .nav-main__search:focus, .radio-label.nav-main__search:focus:after, .radio-label.nav-main__search:focus:before {
    background-color: #d4d4d4
}

.-red .checkbox-label:after, .-red .checkbox-label:before, .-red .find-section__search-input, .-red .input, .-red .nav-main__search, .-red .radio-label:after, .-red .radio-label:before, .-red .search-main__input, .-red .select, .-red .sod_select, .-red .textarea, .-red.checkbox-label:after, .-red.checkbox-label:before, .-red.find-section__search-input, .-red.input, .-red.nav-main__search, .-red.radio-label:after, .-red.radio-label:before, .-red.search-main__input, .-red.select, .-red.sod_select, .-red.textarea {
    background-color: #ed1940;
    color: #fff
}

.-red .find-section__search-input::-webkit-input-placeholder, .-red .input::-webkit-input-placeholder, .-red .nav-main__search::-webkit-input-placeholder, .-red .search-main__input::-webkit-input-placeholder, .-red .select::-webkit-input-placeholder, .-red .sod_select::-webkit-input-placeholder, .-red .textarea::-webkit-input-placeholder, .-red.find-section__search-input::-webkit-input-placeholder, .-red.input::-webkit-input-placeholder, .-red.nav-main__search::-webkit-input-placeholder, .-red.search-main__input::-webkit-input-placeholder, .-red.select::-webkit-input-placeholder, .-red.sod_select::-webkit-input-placeholder, .-red.textarea::-webkit-input-placeholder {
    color: #fff
}

.-red .find-section__search-input:-ms-input-placeholder, .-red .input:-ms-input-placeholder, .-red .nav-main__search:-ms-input-placeholder, .-red .search-main__input:-ms-input-placeholder, .-red .select:-ms-input-placeholder, .-red .sod_select:-ms-input-placeholder, .-red .textarea:-ms-input-placeholder, .-red.find-section__search-input:-ms-input-placeholder, .-red.input:-ms-input-placeholder, .-red.nav-main__search:-ms-input-placeholder, .-red.search-main__input:-ms-input-placeholder, .-red.select:-ms-input-placeholder, .-red.sod_select:-ms-input-placeholder, .-red.textarea:-ms-input-placeholder {
    color: #fff
}

.-red .find-section__search-input::placeholder, .-red .input::placeholder, .-red .nav-main__search::placeholder, .-red .search-main__input::placeholder, .-red .select::placeholder, .-red .sod_select::placeholder, .-red .textarea::placeholder, .-red.find-section__search-input::placeholder, .-red.input::placeholder, .-red.nav-main__search::placeholder, .-red.search-main__input::placeholder, .-red.select::placeholder, .-red.sod_select::placeholder, .-red.textarea::placeholder {
    color: #fff
}

.-red .checkbox-label:focus:after, .-red .checkbox-label:focus:before, .-red .find-section__search-input:focus, .-red .input:focus, .-red .nav-main__search:focus, .-red .radio-label:focus:after, .-red .radio-label:focus:before, .-red .search-main__input:focus, .-red .select:focus, .-red .sod_select:focus, .-red .textarea:focus, .-red.checkbox-label:focus:after, .-red.checkbox-label:focus:before, .-red.find-section__search-input:focus, .-red.input:focus, .-red.nav-main__search:focus, .-red.radio-label:focus:after, .-red.radio-label:focus:before, .-red.search-main__input:focus, .-red.select:focus, .-red.sod_select:focus, .-red.textarea:focus {
    background-color: #d21034
}

.-blue .checkbox-label:after, .-blue .checkbox-label:before, .-blue .find-section__search-input, .-blue .input, .-blue .nav-main__search, .-blue .radio-label:after, .-blue .radio-label:before, .-blue .search-main__input, .-blue .select, .-blue .sod_select, .-blue .textarea, .-blue.checkbox-label:after, .-blue.checkbox-label:before, .-blue.find-section__search-input, .-blue.input, .-blue.nav-main__search, .-blue.radio-label:after, .-blue.radio-label:before, .-blue.search-main__input, .-blue.select, .-blue.sod_select, .-blue.textarea {
    background-color: #00aad8;
    color: #fff
}

.-blue .find-section__search-input::-webkit-input-placeholder, .-blue .input::-webkit-input-placeholder, .-blue .nav-main__search::-webkit-input-placeholder, .-blue .search-main__input::-webkit-input-placeholder, .-blue .select::-webkit-input-placeholder, .-blue .sod_select::-webkit-input-placeholder, .-blue .textarea::-webkit-input-placeholder, .-blue.find-section__search-input::-webkit-input-placeholder, .-blue.input::-webkit-input-placeholder, .-blue.nav-main__search::-webkit-input-placeholder, .-blue.search-main__input::-webkit-input-placeholder, .-blue.select::-webkit-input-placeholder, .-blue.sod_select::-webkit-input-placeholder, .-blue.textarea::-webkit-input-placeholder {
    color: #fff
}

.-blue .find-section__search-input:-ms-input-placeholder, .-blue .input:-ms-input-placeholder, .-blue .nav-main__search:-ms-input-placeholder, .-blue .search-main__input:-ms-input-placeholder, .-blue .select:-ms-input-placeholder, .-blue .sod_select:-ms-input-placeholder, .-blue .textarea:-ms-input-placeholder, .-blue.find-section__search-input:-ms-input-placeholder, .-blue.input:-ms-input-placeholder, .-blue.nav-main__search:-ms-input-placeholder, .-blue.search-main__input:-ms-input-placeholder, .-blue.select:-ms-input-placeholder, .-blue.sod_select:-ms-input-placeholder, .-blue.textarea:-ms-input-placeholder {
    color: #fff
}

.-blue .find-section__search-input::placeholder, .-blue .input::placeholder, .-blue .nav-main__search::placeholder, .-blue .search-main__input::placeholder, .-blue .select::placeholder, .-blue .sod_select::placeholder, .-blue .textarea::placeholder, .-blue.find-section__search-input::placeholder, .-blue.input::placeholder, .-blue.nav-main__search::placeholder, .-blue.search-main__input::placeholder, .-blue.select::placeholder, .-blue.sod_select::placeholder, .-blue.textarea::placeholder {
    color: #fff
}

.-blue .checkbox-label:focus:after, .-blue .checkbox-label:focus:before, .-blue .find-section__search-input:focus, .-blue .input:focus, .-blue .nav-main__search:focus, .-blue .radio-label:focus:after, .-blue .radio-label:focus:before, .-blue .search-main__input:focus, .-blue .select:focus, .-blue .sod_select:focus, .-blue .textarea:focus, .-blue.checkbox-label:focus:after, .-blue.checkbox-label:focus:before, .-blue.find-section__search-input:focus, .-blue.input:focus, .-blue.nav-main__search:focus, .-blue.radio-label:focus:after, .-blue.radio-label:focus:before, .-blue.search-main__input:focus, .-blue.select:focus, .-blue.sod_select:focus, .-blue.textarea:focus {
    background-color: #008eb4
}

.-outline .checkbox-label:after, .-outline .checkbox-label:before, .-outline .find-section__search-input, .-outline .input, .-outline .nav-main__search, .-outline .radio-label:after, .-outline .radio-label:before, .-outline .search-main__input, .-outline .select, .-outline .sod_select, .-outline .textarea, .-outline.checkbox-label:after, .-outline.checkbox-label:before, .-outline.find-section__search-input, .-outline.input, .-outline.nav-main__search, .-outline.radio-label:after, .-outline.radio-label:before, .-outline.search-main__input, .-outline.select, .-outline.sod_select, .-outline.textarea {
    border: 1px solid #00aad8;
    background-color: transparent;
    color: #00aad8
}

.-outline .checkbox-label:focus:after, .-outline .checkbox-label:focus:before, .-outline .find-section__search-input:focus, .-outline .input:focus, .-outline .nav-main__search:focus, .-outline .radio-label:focus:after, .-outline .radio-label:focus:before, .-outline .search-main__input:focus, .-outline .select:focus, .-outline .sod_select:focus, .-outline .textarea:focus, .-outline.checkbox-label:focus:after, .-outline.checkbox-label:focus:before, .-outline.find-section__search-input:focus, .-outline.input:focus, .-outline.nav-main__search:focus, .-outline.radio-label:focus:after, .-outline.radio-label:focus:before, .-outline.search-main__input:focus, .-outline.select:focus, .-outline.sod_select:focus, .-outline.textarea:focus {
    border-color: #0094c8
}

.-outline .find-section__search-input::-webkit-input-placeholder, .-outline .input::-webkit-input-placeholder, .-outline .nav-main__search::-webkit-input-placeholder, .-outline .search-main__input::-webkit-input-placeholder, .-outline .select::-webkit-input-placeholder, .-outline .sod_select::-webkit-input-placeholder, .-outline .textarea::-webkit-input-placeholder, .-outline.find-section__search-input::-webkit-input-placeholder, .-outline.input::-webkit-input-placeholder, .-outline.nav-main__search::-webkit-input-placeholder, .-outline.search-main__input::-webkit-input-placeholder, .-outline.select::-webkit-input-placeholder, .-outline.sod_select::-webkit-input-placeholder, .-outline.textarea::-webkit-input-placeholder {
    color: #00aad8
}

.-outline .find-section__search-input:-ms-input-placeholder, .-outline .input:-ms-input-placeholder, .-outline .nav-main__search:-ms-input-placeholder, .-outline .search-main__input:-ms-input-placeholder, .-outline .select:-ms-input-placeholder, .-outline .sod_select:-ms-input-placeholder, .-outline .textarea:-ms-input-placeholder, .-outline.find-section__search-input:-ms-input-placeholder, .-outline.input:-ms-input-placeholder, .-outline.nav-main__search:-ms-input-placeholder, .-outline.search-main__input:-ms-input-placeholder, .-outline.select:-ms-input-placeholder, .-outline.sod_select:-ms-input-placeholder, .-outline.textarea:-ms-input-placeholder {
    color: #00aad8
}

.-outline .find-section__search-input::placeholder, .-outline .input::placeholder, .-outline .nav-main__search::placeholder, .-outline .search-main__input::placeholder, .-outline .select::placeholder, .-outline .sod_select::placeholder, .-outline .textarea::placeholder, .-outline.find-section__search-input::placeholder, .-outline.input::placeholder, .-outline.nav-main__search::placeholder, .-outline.search-main__input::placeholder, .-outline.select::placeholder, .-outline.sod_select::placeholder, .-outline.textarea::placeholder {
    color: #00aad8
}

@media (max-width:767px) {
    .checkbox-label:after, .checkbox-label:before, .find-section__search-input, .input, .nav-main__search, .radio-label:after, .radio-label:before, .search-main__input, .textarea {
        padding: 0 24px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .checkbox-label:after, .checkbox-label:before, .find-section__search-input, .input, .nav-main__search, .radio-label:after, .radio-label:before, .search-main__input, .textarea {
        padding: 0 20px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .checkbox-label:after, .checkbox-label:before, .find-section__search-input, .input, .nav-main__search, .radio-label:after, .radio-label:before, .search-main__input, .textarea {
        padding: 0 16px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .checkbox-label:after, .checkbox-label:before, .find-section__search-input, .input, .nav-main__search, .radio-label:after, .radio-label:before, .search-main__input, .textarea {
        padding: 0 20px
    }
}

@media (min-width:1681px) {
    .checkbox-label:after, .checkbox-label:before, .find-section__search-input, .input, .nav-main__search, .radio-label:after, .radio-label:before, .search-main__input, .textarea {
        padding: 0 24px
    }
}

@media (max-width:767px) {
    .-outline .checkbox-label:after, .-outline .checkbox-label:before, .-outline .find-section__search-input, .-outline .input, .-outline .nav-main__search, .-outline .radio-label:after, .-outline .radio-label:before, .-outline .search-main__input, .-outline .textarea, .-outline.checkbox-label:after, .-outline.checkbox-label:before, .-outline.find-section__search-input, .-outline.nav-main__search, .-outline.radio-label:after, .-outline.radio-label:before, .-outline.search-main__input, .-outline.textarea, .input.-outline {
        padding: 0 15px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .-outline .checkbox-label:after, .-outline .checkbox-label:before, .-outline .find-section__search-input, .-outline .input, .-outline .nav-main__search, .-outline .radio-label:after, .-outline .radio-label:before, .-outline .search-main__input, .-outline .textarea, .-outline.checkbox-label:after, .-outline.checkbox-label:before, .-outline.find-section__search-input, .-outline.nav-main__search, .-outline.radio-label:after, .-outline.radio-label:before, .-outline.search-main__input, .-outline.textarea, .input.-outline {
        padding: 0 12.5px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .-outline .checkbox-label:after, .-outline .checkbox-label:before, .-outline .find-section__search-input, .-outline .input, .-outline .nav-main__search, .-outline .radio-label:after, .-outline .radio-label:before, .-outline .search-main__input, .-outline .textarea, .-outline.checkbox-label:after, .-outline.checkbox-label:before, .-outline.find-section__search-input, .-outline.nav-main__search, .-outline.radio-label:after, .-outline.radio-label:before, .-outline.search-main__input, .-outline.textarea, .input.-outline {
        padding: 0 10px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .-outline .checkbox-label:after, .-outline .checkbox-label:before, .-outline .find-section__search-input, .-outline .input, .-outline .nav-main__search, .-outline .radio-label:after, .-outline .radio-label:before, .-outline .search-main__input, .-outline .textarea, .-outline.checkbox-label:after, .-outline.checkbox-label:before, .-outline.find-section__search-input, .-outline.nav-main__search, .-outline.radio-label:after, .-outline.radio-label:before, .-outline.search-main__input, .-outline.textarea, .input.-outline {
        padding: 0 12.5px
    }
}

@media (min-width:1681px) {
    .-outline .checkbox-label:after, .-outline .checkbox-label:before, .-outline .find-section__search-input, .-outline .input, .-outline .nav-main__search, .-outline .radio-label:after, .-outline .radio-label:before, .-outline .search-main__input, .-outline .textarea, .-outline.checkbox-label:after, .-outline.checkbox-label:before, .-outline.find-section__search-input, .-outline.nav-main__search, .-outline.radio-label:after, .-outline.radio-label:before, .-outline.search-main__input, .-outline.textarea, .input.-outline {
        padding: 0 15px
    }
}

.input-wrap {
    position: relative
}

.input-button, .nav-main__list__icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    height: 100%;
    background-color: transparent;
    outline: 0;
    border: none;
    padding: 0
}

@media (max-width:767px) {
    .input-button, .nav-main__list__icon {
        width: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .input-button, .nav-main__list__icon {
        width: 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .input-button, .nav-main__list__icon {
        width: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .input-button, .nav-main__list__icon {
        width: 50px
    }
}

@media (min-width:1681px) {
    .input-button, .nav-main__list__icon {
        width: 60px
    }
}

@media (max-width:767px) {
    .input-button, .nav-main__list__icon {
        line-height: 40.0000000002px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .input-button, .nav-main__list__icon {
        line-height: 33.3333333335px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .input-button, .nav-main__list__icon {
        line-height: 26.6666666668px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .input-button, .nav-main__list__icon {
        line-height: 33.3333333335px
    }
}

@media (min-width:1681px) {
    .input-button, .nav-main__list__icon {
        line-height: 40.0000000002px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .input-button svg, .nav-main__list__icon svg {
        width: 40px;
        height: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .input-button svg, .nav-main__list__icon svg {
        width: 50px;
        height: 50px
    }
}

@media (min-width:1681px) {
    .input-button svg, .nav-main__list__icon svg {
        width: 60px;
        height: 60px
    }
}

@media (max-width:767px) {
    .-outline.nav-main__list__icon, .input-button.-outline {
        width: 42px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .-outline.nav-main__list__icon, .input-button.-outline {
        width: 35px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .-outline.nav-main__list__icon, .input-button.-outline {
        width: 28px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .-outline.nav-main__list__icon, .input-button.-outline {
        width: 35px
    }
}

@media (min-width:1681px) {
    .-outline.nav-main__list__icon, .input-button.-outline {
        width: 42px
    }
}

@media (max-width:767px) {
    .-outline.nav-main__list__icon, .input-button.-outline {
        line-height: 40.0000000002px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .-outline.nav-main__list__icon, .input-button.-outline {
        line-height: 33.3333333335px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .-outline.nav-main__list__icon, .input-button.-outline {
        line-height: 26.6666666668px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .-outline.nav-main__list__icon, .input-button.-outline {
        line-height: 33.3333333335px
    }
}

@media (min-width:1681px) {
    .-outline.nav-main__list__icon, .input-button.-outline {
        line-height: 40.0000000002px
    }
}

.-outline.nav-main__list__icon svg, .input-button.-outline svg {
    fill: #00aad8
}

@media (max-width:767px) {
    .-outline.nav-main__list__icon svg, .input-button.-outline svg {
        width: 30px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .-outline.nav-main__list__icon svg, .input-button.-outline svg {
        width: 25px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .-outline.nav-main__list__icon svg, .input-button.-outline svg {
        width: 20px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .-outline.nav-main__list__icon svg, .input-button.-outline svg {
        width: 25px
    }
}

@media (min-width:1681px) {
    .-outline.nav-main__list__icon svg, .input-button.-outline svg {
        width: 30px
    }
}

@media (max-width:767px) {
    .-outline.nav-main__list__icon svg, .input-button.-outline svg {
        height: 40.0000000002px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .-outline.nav-main__list__icon svg, .input-button.-outline svg {
        height: 33.3333333335px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .-outline.nav-main__list__icon svg, .input-button.-outline svg {
        height: 26.6666666668px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .-outline.nav-main__list__icon svg, .input-button.-outline svg {
        height: 33.3333333335px
    }
}

@media (min-width:1681px) {
    .-outline.nav-main__list__icon svg, .input-button.-outline svg {
        height: 40.0000000002px
    }
}

.input-suffix {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: block
}

.checkbox, .radio {
    position: absolute;
    width: auto;
    opacity: 0
}

.checkbox:checked+.checkbox-label:after, .checkbox:checked+.radio-label:after, .radio:checked+.checkbox-label:after, .radio:checked+.radio-label:after {
    opacity: 1
}

.checkbox-label, .radio-label {
    position: relative;
    display: inline-block;
    margin-right: .5em;
    padding-left: 35px;
    margin-bottom: 0
}

.checkbox-label:after, .checkbox-label:before, .radio-label:after, .radio-label:before {
    border: 1px solid #636363;
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    margin-top: -10px;
    padding: 0;
    width: 20px;
    height: 20px;
    content: ""
}

.checkbox-label:after, .radio-label:after {
    background-color: transparent;
    background-image: url(../../images/check.svg);
    background-position: center;
    background-size: 12px;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity .6s
}

.radio-label:after, .radio-label:before {
    border-radius: 50%
}

.radio-label:after {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20enable-background%3D%22new%200%200%2013%2013%22%20xml%3Aspace%3D%22preserve%22%3E%3Ccircle%20fill%3D%22%23424242%22%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%2F%3E%3C%2Fsvg%3E);
    background-size: 8px
}

.select, .sod_select {
    position: relative;
    display: block
}

@media (max-width:767px) {
    .select, .sod_select {
        padding: 0 24px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .select, .sod_select {
        padding: 0 20px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .select, .sod_select {
        padding: 0 16px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .select, .sod_select {
        padding: 0 20px
    }
}

@media (min-width:1681px) {
    .select, .sod_select {
        padding: 0 24px
    }
}

@media (max-width:767px) {
    .select, .sod_select {
        padding-right: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .select, .sod_select {
        padding-right: 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .select, .sod_select {
        padding-right: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .select, .sod_select {
        padding-right: 50px
    }
}

@media (min-width:1681px) {
    .select, .sod_select {
        padding-right: 60px
    }
}

@media (max-width:767px) {
    .-outline .select, .-outline .sod_select, .-outline.sod_select, .select.-outline {
        padding: 0 15px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .-outline .select, .-outline .sod_select, .-outline.sod_select, .select.-outline {
        padding: 0 12.5px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .-outline .select, .-outline .sod_select, .-outline.sod_select, .select.-outline {
        padding: 0 10px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .-outline .select, .-outline .sod_select, .-outline.sod_select, .select.-outline {
        padding: 0 12.5px
    }
}

@media (min-width:1681px) {
    .-outline .select, .-outline .sod_select, .-outline.sod_select, .select.-outline {
        padding: 0 15px
    }
}

@media (max-width:767px) {
    .-outline .select, .-outline .sod_select, .-outline.sod_select, .select.-outline {
        padding-right: 48px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .-outline .select, .-outline .sod_select, .-outline.sod_select, .select.-outline {
        padding-right: 40px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .-outline .select, .-outline .sod_select, .-outline.sod_select, .select.-outline {
        padding-right: 32px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .-outline .select, .-outline .sod_select, .-outline.sod_select, .select.-outline {
        padding-right: 40px
    }
}

@media (min-width:1681px) {
    .-outline .select, .-outline .sod_select, .-outline.sod_select, .select.-outline {
        padding-right: 48px
    }
}

.select::-ms-expand, .sod_select::-ms-expand {
    display: none
}

.select-wrap {
    position: relative
}

.select-wrap:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 100%;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2211.3%22%20viewBox%3D%220%200%2013%2011.3%22%20enable-background%3D%22new%200%200%2013%2011.3%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%226.5%2011.3%203.3%205.6%200%200%206.5%200%2013%200%209.8%205.6%20%22%2F%3E%3C%2Fsvg%3E);
    background-position: center;
    background-size: 10px;
    background-repeat: no-repeat;
    content: "";
    pointer-events: none
}

@media (max-width:767px) {
    .select-wrap:after {
        width: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .select-wrap:after {
        width: 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .select-wrap:after {
        width: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .select-wrap:after {
        width: 50px
    }
}

@media (min-width:1681px) {
    .select-wrap:after {
        width: 60px
    }
}

.select-wrap.-outline:after {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2211.3%22%20viewBox%3D%220%200%2013%2011.3%22%20enable-background%3D%22new%200%200%2013%2011.3%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%2300aad8%22%20points%3D%226.5%2011.3%203.3%205.6%200%200%206.5%200%2013%200%209.8%205.6%20%22%2F%3E%3C%2Fsvg%3E);
    background-size: 8px
}

@media (max-width:767px) {
    .select-wrap.-outline:after {
        width: 48px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .select-wrap.-outline:after {
        width: 40px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .select-wrap.-outline:after {
        width: 32px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .select-wrap.-outline:after {
        width: 40px
    }
}

@media (min-width:1681px) {
    .select-wrap.-outline:after {
        width: 48px
    }
}

.textarea {
    min-height: 6em;
    height: auto;
    resize: vertical
}

.button {
    display: inline-block;
    outline: 0;
    color: #fff;
    font-size: .875rem;
    font-family: Ciutadella, sans-serif;
    line-height: 1;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
    transition: background-color .3s, color .3s;
    background-color: #00aad8;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width:1023px) {
    .button {
        padding: 11.5px 20px
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .button {
        padding: 13.0000000002px 24px
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    .button {
        padding: 8.5px 16px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .button {
        padding: 11.5px 20px
    }
}

@media (min-width:1681px) {
    .button {
        padding: 13.0000000002px 24px
    }
}

.button:focus, .button:hover {
    color: #fff;
    background-color: #0096bf
}

.button.-icon {
    padding-top: 0;
    padding-bottom: 0
}

@media (max-width:767px) {
    .button.-icon {
        line-height: 42px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .button.-icon {
        line-height: 35px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .button.-icon {
        line-height: 28px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .button.-icon {
        line-height: 35px
    }
}

@media (min-width:1681px) {
    .button.-icon {
        line-height: 42px
    }
}

.button-red {
    display: inline-block;
    outline: 0;
    color: #fff;
    font-size: .875rem;
    font-family: Ciutadella, sans-serif;
    line-height: 1;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
    transition: background-color .3s, color .3s;
    background-color: #ed1940;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width:1023px) {
    .button-red {
        padding: 11.5px 20px
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .button-red {
        padding: 13.0000000002px 24px
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    .button-red {
        padding: 8.5px 16px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .button-red {
        padding: 11.5px 20px
    }
}

@media (min-width:1681px) {
    .button-red {
        padding: 13.0000000002px 24px
    }
}

.button-red:focus, .button-red:hover {
    background-color: #d21034;
    color: #fff
}

.button-red.-icon {
    padding-top: 0;
    padding-bottom: 0
}

@media (max-width:767px) {
    .button-red.-icon {
        line-height: 42px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .button-red.-icon {
        line-height: 35px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .button-red.-icon {
        line-height: 28px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .button-red.-icon {
        line-height: 35px
    }
}

@media (min-width:1681px) {
    .button-red.-icon {
        line-height: 42px
    }
}

.button-grey {
    display: inline-block;
    outline: 0;
    color: #fff;
    font-size: .875rem;
    font-family: Ciutadella, sans-serif;
    line-height: 1;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
    transition: background-color .3s, color .3s;
    background-color: #e1e1e1;
    color: #1c1c1c;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width:1023px) {
    .button-grey {
        padding: 11.5px 20px
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .button-grey {
        padding: 13.0000000002px 24px
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    .button-grey {
        padding: 8.5px 16px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .button-grey {
        padding: 11.5px 20px
    }
}

@media (min-width:1681px) {
    .button-grey {
        padding: 13.0000000002px 24px
    }
}

.button-grey:focus, .button-grey:hover {
    background-color: #c8c7c7;
    color: #1c1c1c
}

.button-grey.-icon {
    padding-top: 0;
    padding-bottom: 0
}

@media (max-width:767px) {
    .button-grey.-icon {
        line-height: 42px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .button-grey.-icon {
        line-height: 35px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .button-grey.-icon {
        line-height: 28px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .button-grey.-icon {
        line-height: 35px
    }
}

@media (min-width:1681px) {
    .button-grey.-icon {
        line-height: 42px
    }
}

.entry-asset-iframe, .flex-video {
    position: relative;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 56%;
    padding-left: 0;
    height: 0;
    overflow: hidden
}

.entry-asset-iframe embed, .entry-asset-iframe iframe, .entry-asset-iframe img, .entry-asset-iframe object, .entry-asset-iframe video, .flex-video embed, .flex-video iframe, .flex-video img, .flex-video object, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.entry-asset-iframe.widescreen, .flex-video.widescreen {
    padding-bottom: 56%
}

.entry-asset-iframe.vimeo, .flex-video.vimeo {
    padding-top: 0
}

.background-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, transform .6s
}

.background-image.-overlay {
    opacity: .7
}

.page-full {
    height: 100%
}

.list-info {
    border-top: 1px solid #e1e1e1;
    margin: 0 0 2em;
    padding: 0;
    list-style: none
}

.list-info else {
    border: 1px solid #e1e1e1
}

.list-info:last-child {
    margin-bottom: 0
}

.list-info.-condensed .list-info__item {
    padding: .5em .25em
}

.list-info__item {
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    padding: .625em
}

.list-info__item else {
    border: 1px solid #e1e1e1
}

.list-defs__label, .list-defs__value {
    position: relative;
    padding: .625em;
    font-size: 1rem;
    vertical-align: top
}

@media (max-width:399px) {
    .list-defs__label, .list-defs__value {
        display: block
    }
}

@media (min-width:400px) {
    .list-defs__label, .list-defs__value {
        display: inline-block
    }
}

.list-defs.-condensed .list-defs__label, .list-defs.-condensed .list-defs__value {
    padding: .5em .25em
}

.list-defs {
    border-top: 1px solid #e1e1e1;
    margin: 0 0 2em;
    padding: 0;
    list-style: none
}

.list-defs else {
    border: 1px solid #e1e1e1
}

.list-defs:last-child {
    margin-bottom: 0
}

.list-defs__item {
    border-bottom: 1px solid #e1e1e1;
    font-size: 0
}

.list-defs__item else {
    border: 1px solid #e1e1e1
}

.list-defs__label {
    font-family: Ciutadella, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #1f1f1f
}

@media (min-width:400px) {
    .list-defs__label:after {
        content: "";
        position: absolute;
        top: -1px;
        bottom: -1px;
        width: 5px;
        background-color: #00aad8;
        right: 0
    }
    .list-defs.-condensed .list-defs__label:after {
        width: 3px
    }
}

@media (min-width:400px) and (max-width:499px) {
    .list-defs__label {
        width: 140px
    }
    .list-defs.-condensed .list-defs__label {
        width: 100px
    }
}

@media (min-width:500px) and (max-width:599px) {
    .list-defs__label {
        width: 160px
    }
    .list-defs.-condensed .list-defs__label {
        width: 120px
    }
}

@media (min-width:600px) {
    .list-defs__label {
        width: 180px
    }
    .list-defs.-condensed .list-defs__label {
        width: 140px
    }
}

@media (min-width:400px) {
    .list-defs__value {
        padding-left: 1.75em
    }
    .list-defs__value:before {
        content: "";
        position: absolute;
        top: -1px;
        bottom: -1px;
        width: 5px;
        background-color: #00aad8;
        left: -5px
    }
    .list-defs.-condensed .list-defs__value:before {
        width: 3px
    }
    .list-defs.-condensed .list-defs__value {
        padding-left: .75em
    }
    .list-defs.-condensed .list-defs__value:before {
        left: -3px
    }
}

@media (min-width:400px) and (max-width:499px) {
    .list-defs__value {
        width: calc(100% - 140px)
    }
    .list-defs.-condensed .list-defs__value {
        width: calc(100% - 100px)
    }
}

@media (min-width:500px) and (max-width:599px) {
    .list-defs__value {
        width: calc(100% - 120px)
    }
    .list-defs.-condensed .list-defs__value {
        width: calc(100% - 140px)
    }
}

@media (min-width:600px) {
    .list-defs__value {
        width: calc(100% - 180px)
    }
    .list-defs.-condensed .list-defs__value {
        width: calc(100% - 140px)
    }
}

.accordion-icon-wrap, .accordion-number-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center
}

@media (max-width:767px) {
    .accordion-icon-wrap, .accordion-number-wrap {
        width: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .accordion-icon-wrap, .accordion-number-wrap {
        width: 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .accordion-icon-wrap, .accordion-number-wrap {
        width: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .accordion-icon-wrap, .accordion-number-wrap {
        width: 50px
    }
}

@media (min-width:1681px) {
    .accordion-icon-wrap, .accordion-number-wrap {
        width: 60px
    }
}

.accordion-icon-wrap {
    right: 0
}

.accordion-number-wrap {
    left: 0
}

.accordion-icon, .accordion-number {
    display: inline-block;
    position: relative
}

.accordion-icon {
    width: 10px;
    height: 10px
}

.accordion-icon:after, .accordion-icon:before {
    transition: background-color .3s, opacity .3s
}

.accordion-icon:before {
    content: "";
    width: 10px;
    height: 2px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -1px
}

.accordion-icon:after {
    content: "";
    width: 2px;
    height: 10px;
    background-color: #000;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px
}

.is-open .accordion-icon:after {
    opacity: 0
}

.accordion-number {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 26px;
    left: calc(50% - 13px);
    line-height: 26px;
    position: absolute;
    top: calc(50% - 13px);
    width: 26px
}

.contact__container, .header-full {
    overflow: hidden;
    position: relative;
    height: 100vh
}

.lt-ie10 .contact__container, .lt-ie10 .header-full {
    font-size: 0;
    white-space: nowrap
}

.lt-ie10 .contact__container:before, .lt-ie10 .header-full:before {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle
}

.lt-ie10 .contact__container>*, .lt-ie10 .header-full>* {
    display: inline-block;
    font-size: 1rem;
    vertical-align: middle;
    white-space: normal
}

@media (max-width:767px) {
    .contact__container, .header-full.-header {
        height: 450px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .contact__container, .header-full.-header {
        height: calc(100vh - 225px)
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .contact__container, .header-full.-header {
        height: calc(100vh - 120px)
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .contact__container, .header-full.-header {
        height: calc(100vh - 150px)
    }
}

@media (min-width:1681px) {
    .contact__container, .header-full.-header {
        height: calc(100vh - 180px)
    }
}

.link {
    transition: color .3s
}

@media (max-width:767px) {
    .link.-unit, .link.center__title {
        line-height: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .link.-unit, .link.center__title {
        line-height: 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .link.-unit, .link.center__title {
        line-height: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .link.-unit, .link.center__title {
        line-height: 50px
    }
}

@media (min-width:1681px) {
    .link.-unit, .link.center__title {
        line-height: 60px
    }
}

.link.-smaller {
    font-size: .875rem
}

.bigger {
    font-size: 1.25rem
}

@media (min-width:768px) and (max-width:1023px) {
    .bigger {
        font-size: 1.375rem
    }
}

@media (min-width:1024px) {
    .bigger {
        font-size: 1.5rem
    }
}

.relative {
    position: relative;
    width: 100%;
    height: 100%
}

.heading-section {
    text-align: center;
    border-bottom: 1px solid #e1e1e1
}

@media (max-width:767px) {
    .heading-section {
        height: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .heading-section {
        height: 100px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .heading-section {
        height: 80px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .heading-section {
        height: 100px
    }
}

@media (min-width:1681px) {
    .heading-section {
        height: 120px
    }
}

.heading-section else {
    border: 1px solid #e1e1e1
}

.heading-section__title {
    margin-bottom: 0
}

@media (max-width:767px) {
    .heading-section__title {
        line-height: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .heading-section__title {
        line-height: 100px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .heading-section__title {
        line-height: 80px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .heading-section__title {
        line-height: 100px
    }
}

@media (min-width:1681px) {
    .heading-section__title {
        line-height: 120px
    }
}

.arrow {
    display: inline-block
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s, visibility .6s;
    transition-delay: .3s;
    max-width: 553px;
    max-height: 125px;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-image: url(../../images/page-loader.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%
}

@media (min-width:1280px) and (max-width:1366px) {
    .loader {
        margin-left: 200px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .loader {
        margin-left: 250px
    }
}

@media (min-width:1681px) {
    .loader {
        margin-left: 300px
    }
}

.is-fadein .loader {
    opacity: 1;
    visibility: visible
}

*+.attachments-table {
    margin-top: 90px
}

.attachments-table .tc {
    position: relative
}

.attachments-table .dashicons {
    position: absolute;
    right: 0;
    margin-top: .1em
}

.attachments-table .dashicons+.truncate {
    margin-right: 1em
}

@media print {
    .attachments-table {
        page-break-before: always
    }
}

sub.reference, sup.reference {
    unicode-bidi: isolate
}

.reference {
    font-weight: 400;
    font-style: normal
}

.reference a {
    white-space: nowrap;
    text-decoration: none;
    background-color: transparent
}

.references li[data-ref-marker]::before {
    content: attr(data-ref-marker);
    width: 1.75em;
    margin-left: -1.75em;
    font-size: 1em;
    line-height: 1.6
}

.ref-backlink {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ref-backlink a {
    color: #00aad8;
    text-decoration: none;
    background-color: transparent
}

.ref-backlink a:active, .ref-backlink a:focus, .ref-backlink a:hover {
    text-decoration: underline
}

.ref-backlink a:active {
    color: #ed1940
}

.ref-backlink+.reference-text {
    display: inline
}

.reference-text+.reference-text {
    margin-top: .5em
}

.list-defs .reference a, .list-info .reference a, .tc .reference a {
    color: #ed1940
}

.nav-main {
    text-transform: uppercase
}

@media (max-width:767px) {
    .nav-main {
        padding: 0 30px;
        font-size: 14px;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width:768px) and (max-width:1279px) {
    .nav-main {
        display: inline-block;
        box-sizing: border-box;
        width: 100%;
        vertical-align: top;
        font-size: 1rem;
        width: 70%;
        height: 100%;
        margin-bottom: 0;
        font-size: 15px;
        letter-spacing: .03em;
        padding-left: 50px;
        padding-right: 50px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (min-width:1280px) {
    .nav-main {
        left: 0;
        font-size: .875rem;
        letter-spacing: .05em
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    .nav-main {
        width: 200px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .nav-main {
        width: 250px
    }
}

@media (min-width:1681px) {
    .nav-main {
        width: 300px
    }
}

@media print {
    .nav-main {
        display: none
    }
}

@media (max-width:1279px) {
    .nav-main__header {
        height: 120px
    }
}

@media (max-width:1279px) {
    .nav-main__link {
        display: inline-block;
        margin: 22px 0 23px
    }
}

@media (min-width:1280px) {
    .nav-main__link {
        display: block;
        border-right: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1
    }
}

@media screen and (min-width:1280px) and (max-width:1366px) {
    .nav-main__link {
        padding: 30px
    }
}

@media screen and (min-width:1367px) and (max-width:1680px) {
    .nav-main__link {
        padding: 40px
    }
}

@media screen and (min-width:1681px) {
    .nav-main__link {
        padding: 60px
    }
}

@media (max-width:1279px) {
    .nav-main__logo {
        height: 75px;
        width: 48px
    }
    .nav-main__logo.icon--large {
        display: none
    }
    .nav-main__logo.icon--small {
        display: block
    }
}

@media (min-width:1280px) {
    .nav-main__logo.icon--large {
        display: block
    }
    .nav-main__logo.icon--small {
        display: none
    }
}

@media screen and (min-width:1280px) and (max-width:1366px) {
    .nav-main__logo {
        width: 80px;
        height: 40px
    }
}

@media screen and (min-width:1367px) and (max-width:1680px) {
    .nav-main__logo {
        width: 100px;
        height: 60px
    }
}

@media screen and (min-width:1681px) {
    .nav-main__logo {
        width: 120px;
        height: 60px
    }
}

.nav-main__search {
    height: 60px;
    padding-left: 30px;
    padding-right: 60px;
    text-transform: uppercase;
    font-family: Ciutadella, sans-serif;
    transition: background-color .3s linear
}

.nav-main__search::-webkit-input-placeholder {
    color: #2d2d2d
}

.nav-main__search:-ms-input-placeholder {
    color: #2d2d2d
}

.nav-main__search::placeholder {
    color: #2d2d2d
}

.nav-main__list__item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media (max-width:1279px) {
    .nav-main__list__item:last-child {
        border-bottom: none
    }
}

@media (max-width:1279px) {
    .nav-main__list__item.-desktop {
        display: none
    }
}

@media (min-width:1280px) {
    .nav-main__list__item.-mobile {
        display: none
    }
}

.nav-main__list__item.-search {
    margin-bottom: 13px
}

@media (min-width:1280px) {
    .nav-main__list__item.-lang {
        border-right: 1px solid #e1e1e1
    }
    .nav-main__list__item.-lang else {
        border: 1px solid #e1e1e1
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    .nav-main__list__item.-lang {
        padding: 20px 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .nav-main__list__item.-lang {
        padding: 25px 50px
    }
}

@media (min-width:1681px) {
    .nav-main__list__item.-lang {
        padding: 30px 60px
    }
}

.nav-main__list__link {
    position: relative;
    color: #1c1c1c;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media (max-width:1279px) {
    .nav-main__list__link {
        height: 45px;
        padding: 0 5px
    }
    .-search .nav-main__list__link {
        height: auto;
        padding: 0;
        border-bottom: none
    }
}

@media (max-width:1280px) {
    .nav-main__list__link {
        padding-left: 30px
    }
}

@media (min-width:1280px) {
    .nav-main__list__link {
        border-right: 1px solid #e1e1e1
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    .nav-main__list__link {
        height: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .nav-main__list__link {
        height: 50px
    }
}

@media (min-width:1681px) {
    .nav-main__list__link {
        height: 60px
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    .nav-main__list__link {
        padding: 0 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .nav-main__list__link {
        padding: 0 50px
    }
}

@media (min-width:1681px) {
    .nav-main__list__link {
        padding: 0 60px
    }
}

.is-open .nav-main__list__link, .nav-main__list__link:focus, .nav-main__list__link:hover {
    color: #fff;
    background-color: #ed1940;
    border-color: #ed1940
}

.is-open .nav-main__list__link svg, .nav-main__list__link:focus svg, .nav-main__list__link:hover svg {
    fill: #fff
}

.nav-main__list__link:focus .nav-main__list__icon, .nav-main__list__link:hover .nav-main__list__icon {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.nav-main__list__link.is-active:after {
    left: 0
}

@media (min-width:1280px) {
    .-lang .nav-main__list__link {
        display: inline-block;
        outline: 0;
        color: #fff;
        font-size: .875rem;
        font-family: Ciutadella, sans-serif;
        line-height: 1;
        letter-spacing: .05em;
        text-transform: uppercase;
        text-decoration: none;
        vertical-align: middle;
        transition: background-color .3s, color .3s;
        background-color: #e1e1e1;
        color: #1c1c1c;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-align: center;
        height: auto;
        border: none;
        transition: none
    }
}

@media (min-width:1280px) and (max-width:1023px) {
    .-lang .nav-main__list__link {
        padding: 11.5px 20px
    }
}

@media (min-width:1280px) and (min-width:1024px) and (max-width:1279px) {
    .-lang .nav-main__list__link {
        padding: 13.0000000002px 24px
    }
}

@media (min-width:1280px) and (min-width:1280px) and (max-width:1366px) {
    .-lang .nav-main__list__link {
        padding: 8.5px 16px
    }
}

@media (min-width:1280px) and (min-width:1367px) and (max-width:1680px) {
    .-lang .nav-main__list__link {
        padding: 11.5px 20px
    }
}

@media (min-width:1280px) and (min-width:1681px) {
    .-lang .nav-main__list__link {
        padding: 13.0000000002px 24px
    }
}

@media (min-width:1280px) {
    .-lang .nav-main__list__link:focus, .-lang .nav-main__list__link:hover {
        background-color: #c8c7c7;
        color: #1c1c1c
    }
    .-lang .nav-main__list__link.-icon {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media (min-width:1280px) and (max-width:767px) {
    .-lang .nav-main__list__link.-icon {
        line-height: 42px
    }
}

@media (min-width:1280px) and (min-width:768px) and (max-width:1023px) {
    .-lang .nav-main__list__link.-icon {
        line-height: 35px
    }
}

@media (min-width:1280px) and (min-width:1024px) and (max-width:1366px) {
    .-lang .nav-main__list__link.-icon {
        line-height: 28px
    }
}

@media (min-width:1280px) and (min-width:1367px) and (max-width:1680px) {
    .-lang .nav-main__list__link.-icon {
        line-height: 35px
    }
}

@media (min-width:1280px) and (min-width:1681px) {
    .-lang .nav-main__list__link.-icon {
        line-height: 42px
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    .-lang .nav-main__list__link {
        padding: 8px 10px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .-lang .nav-main__list__link {
        padding: 10px 12.5px
    }
}

@media (min-width:1681px) {
    .-lang .nav-main__list__link {
        padding: 12px 15px
    }
}

.lt-ie10 .nav-main__list__link {
    display: block;
    font-size: 0;
    white-space: nowrap
}

.lt-ie10 .nav-main__list__link:before {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle
}

.lt-ie10 .nav-main__list__link>* {
    display: inline-block;
    font-size: 1rem;
    vertical-align: middle;
    white-space: normal
}

.nav-main__list__icon {
    transition: -webkit-transform .6s;
    transition: transform .6s
}

@media (max-width:1279px) {
    .nav-main__list__icon {
        width: 45px;
        line-height: 45px
    }
    .-search .nav-main__list__icon {
        width: 60px;
        line-height: 60px
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    .nav-main__list__icon {
        width: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .nav-main__list__icon {
        width: 50px
    }
}

@media (min-width:1681px) {
    .nav-main__list__icon {
        width: 60px
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    .nav-main__list__icon {
        line-height: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .nav-main__list__icon {
        line-height: 50px
    }
}

@media (min-width:1681px) {
    .nav-main__list__icon {
        line-height: 60px
    }
}

.nav-main__list__icon svg {
    fill: #2d2d2d;
    width: 30px;
    height: 30px
}

.-search .nav-main__list__icon svg {
    width: 36px;
    height: 36px
}

@media (min-width:1280px) and (max-width:1366px) {
    .nav-main__list__icon svg {
        width: 20px;
        height: 20px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .nav-main__list__icon svg {
        width: 25px;
        height: 25px
    }
}

@media (min-width:1681px) {
    .nav-main__list__icon svg {
        width: 30px;
        height: 30px
    }
}

@media (max-width:1279px) {
    .nav-main__border {
        display: none
    }
}

@media (min-width:1280px) {
    .nav-main__border {
        border-right: 1px solid #e1e1e1;
        height: 100%
    }
}

.nav-side {
    text-align: center
}

@media (min-width:768px) and (max-width:1279px) {
    .nav-side {
        display: inline-block;
        box-sizing: border-box;
        width: 100%;
        vertical-align: top;
        font-size: 1rem;
        width: 30%;
        padding-left: 0;
        margin-bottom: 0;
        height: 100%
    }
}

@media (min-width:1280px) {
    .nav-side {
        right: 0
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    .nav-side {
        width: 80px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .nav-side {
        width: 100px
    }
}

@media (min-width:1681px) {
    .nav-side {
        width: 120px
    }
}

@media print {
    .nav-side {
        display: none
    }
}

@media (max-width:767px) {
    .nav-side__list {
        letter-spacing: normal;
        font-size: 0
    }
}

@media (min-width:768px) {
    .nav-side__list {
        height: 100%
    }
}

@media screen and (min-width:1280px) and (max-width:1366px) {
    .nav-side__list {
        padding-top: 101px
    }
}

@media screen and (min-width:1367px) and (max-width:1680px) {
    .nav-side__list {
        padding-top: 141px
    }
}

@media screen and (min-width:1681px) {
    .nav-side__list {
        padding-top: 181px
    }
}

.nav-side__list__item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media (min-width:768px) and (max-width:1279px) {
    .nav-side__list__item {
        height: 33.3333333333%
    }
}

@media (min-width:1280px) {
    .nav-side__list__item {
        height: 20%
    }
}

@media (max-width:767px) {
    .nav-side__list__item:last-child .nav-side__list__link {
        border-right: none
    }
}

@media (min-width:1280px) {
    .nav-side__list__item:last-child {
        border-bottom: none
    }
}

@media (max-width:1279px) {
    .nav-side__list__item.-header {
        display: none
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    .nav-side__list__item.-header {
        height: 120px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .nav-side__list__item.-header {
        height: 150px
    }
}

@media (min-width:1681px) {
    .nav-side__list__item.-header {
        height: 180px
    }
}

@media (max-width:767px) {
    .nav-side__list__item.-social {
        display: inline-block;
        height: 60px;
        width: 25%
    }
}

@media (min-height:768px) and (max-width:1279px) {
    .nav-side__list__item.-social {
        height: 16.6666666667%;
        border-bottom: 1px solid #e1e1e1
    }
    .nav-side__list__item.-social else {
        border: 1px solid #e1e1e1
    }
    .nav-side__list__item.-social:last-child {
        border-bottom: none
    }
}

.nav-side__list__link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media (min-width:768px) {
    .nav-side__list__link {
        border-left: 1px solid #e1e1e1
    }
    .nav-side__list__link else {
        border: 1px solid #e1e1e1
    }
}

@media (max-width:767px) {
    .nav-side__list__link.-text {
        color: #fff;
        padding: 15px 0 20px 0
    }
}

@media (min-width:1280px) {
    .nav-side__list__link.-text:hover {
        color: #fff
    }
    .nav-side__list__link.-text:hover svg {
        fill: #fff
    }
}

@media (max-width:1279px) {
    .nav-side__list__link.-text svg {
        fill: #fff;
        width: 57px;
        height: 57px
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    .nav-side__list__link.-text svg {
        width: 40px;
        height: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .nav-side__list__link.-text svg {
        width: 50px;
        height: 50px
    }
}

@media (min-width:1681px) {
    .nav-side__list__link.-text svg {
        width: 60px;
        height: 60px
    }
}

@media (max-width:767px) {
    .nav-side__list__link.-red {
        background-color: #ed1940
    }
}

@media (min-width:768px) {
    .nav-side__list__link.-red {
        color: #ed1940
    }
    .nav-side__list__link.-red svg {
        fill: #ed1940
    }
}

@media (min-width:1280px) {
    .nav-side__list__link.-red:hover {
        background-color: #ed1940;
        border-left: #ed1940
    }
}

@media (max-width:767px) {
    .nav-side__list__link.-blue {
        background-color: #00aad8
    }
}

@media (min-width:768px) {
    .nav-side__list__link.-blue {
        color: #00aad8
    }
    .nav-side__list__link.-blue svg {
        fill: #00aad8
    }
}

@media (min-width:1280px) {
    .nav-side__list__link.-blue:hover {
        background-color: #00aad8;
        border-left: #00aad8
    }
}

@media (max-width:767px) {
    .nav-side__list__link.-social {
        border-right: 1px solid #e1e1e1;
        border-bottom: none
    }
    .nav-side__list__link.-social else {
        border: 1px solid #e1e1e1
    }
}

@media (min-width:768px) and (max-width:1279px) {
    .nav-side__list__link.-social {
        border-bottom: none
    }
}

.nav-side__list__link.-social svg {
    fill: #1f1f1f
}

@media (max-width:1279px) {
    .nav-side__list__link.-social svg {
        width: 20px;
        height: 20px
    }
}

@media (min-width:768px) and (max-width:1279px) {
    .nav-side__list__link.-social svg {
        width: 25px;
        height: 25px
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    .nav-side__list__link.-social svg {
        width: 18px;
        height: 18px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .nav-side__list__link.-social svg {
        width: 22.5px;
        height: 22.5px
    }
}

@media (min-width:1681px) {
    .nav-side__list__link.-social svg {
        width: 27px;
        height: 27px
    }
}

.nav-side__list__link.-facebook:hover svg {
    fill: #00aad8
}

.nav-side__list__link.-twitter:hover svg {
    fill: #00aad8
}

.nav-side__list__link.-youtube:hover svg {
    fill: #ed1940
}

.nav-side__list__link.-instagram:hover svg {
    fill: #00aad8
}

.nav-side__list__link.is-active:after {
    right: 0
}

.lt-ie10 .nav-side__list__link {
    display: block;
    font-size: 0;
    white-space: nowrap
}

.lt-ie10 .nav-side__list__link:before {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle
}

.lt-ie10 .nav-side__list__link>* {
    display: inline-block;
    font-size: 1rem;
    vertical-align: middle;
    white-space: normal
}

.nav-side__list__label {
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-top: .5em;
    letter-spacing: .08em
}

@media (min-width:768px) and (max-width:1279px) {
    .nav-side__list__label {
        font-size: 15px
    }
}

@media (min-width:1280px) {
    .nav-side__list__label {
        font-size: .75rem
    }
}

@media (max-width:1023px) {
    .nav-footer {
        display: none
    }
}

@media (min-width:1024px) {
    .nav-footer {
        float: left
    }
}

.nav-footer__logo {
    display: inline-block
}

@media (max-width:767px) {
    .nav-footer__logo svg {
        width: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .nav-footer__logo svg {
        width: 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .nav-footer__logo svg {
        width: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .nav-footer__logo svg {
        width: 50px
    }
}

@media (min-width:1681px) {
    .nav-footer__logo svg {
        width: 60px
    }
}

@media (max-width:767px) {
    .nav-footer__logo svg {
        height: 75px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .nav-footer__logo svg {
        height: 62.5px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .nav-footer__logo svg {
        height: 50px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .nav-footer__logo svg {
        height: 62.5px
    }
}

@media (min-width:1681px) {
    .nav-footer__logo svg {
        height: 75px
    }
}

.nav-footer__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: bottom
}

@media (max-width:767px) {
    .nav-footer__list {
        height: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .nav-footer__list {
        height: 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .nav-footer__list {
        height: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .nav-footer__list {
        height: 50px
    }
}

@media (min-width:1681px) {
    .nav-footer__list {
        height: 60px
    }
}

.nav-footer__list__item {
    display: inline-block
}

@media (max-width:767px) {
    .nav-footer__list__item {
        margin-right: 48px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .nav-footer__list__item {
        margin-right: 40px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .nav-footer__list__item {
        margin-right: 32px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .nav-footer__list__item {
        margin-right: 40px
    }
}

@media (min-width:1681px) {
    .nav-footer__list__item {
        margin-right: 48px
    }
}

.nav-footer__list__link {
    font-family: Ciutadella, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    font-weight: 400;
    text-decoration: none;
    font-size: .875rem;
    letter-spacing: .05em;
    display: inline-block
}

.nav-footer__list__link:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    height: 1px;
    background-color: #fff;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    transition: -webkit-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    opacity: 0
}

.nav-footer__list__link:hover:after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.nav-page {
    background-color: #00aad8;
    font-size: .875rem;
    text-transform: uppercase;
    font-family: Ciutadella, sans-serif;
    letter-spacing: .05em
}

.nav-page .background-image {
    background-color: #00aad8
}

.nav-page .accordion-icon:after, .nav-page .accordion-icon:before {
    background-color: #fff
}

@media print {
    .nav-page {
        display: none
    }
}

.nav-page__list {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-page__list.-dropdown {
    display: none;
    background-color: #00aad8
}

@media (max-width:767px) {
    .nav-page__list.-dropdown {
        margin-bottom: 42px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .nav-page__list.-dropdown {
        margin-bottom: 35px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .nav-page__list.-dropdown {
        margin-bottom: 28px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .nav-page__list.-dropdown {
        margin-bottom: 35px
    }
}

@media (min-width:1681px) {
    .nav-page__list.-dropdown {
        margin-bottom: 42px
    }
}

@media (max-width:767px) {
    .nav-page__list.-dropdown {
        margin-top: 12px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .nav-page__list.-dropdown {
        margin-top: 10px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .nav-page__list.-dropdown {
        margin-top: 8px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .nav-page__list.-dropdown {
        margin-top: 10px
    }
}

@media (min-width:1681px) {
    .nav-page__list.-dropdown {
        margin-top: 12px
    }
}

.nav-page__list__item {
    position: relative
}

.nav-page__list__item:last-child .nav-page__list__link {
    border-bottom: none
}

.nav-page__list__link {
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    background-color: #0094c8;
    border-bottom: 1px solid #00aad8;
    transition: background-color .3s
}

@media (max-width:767px) {
    .nav-page__list__link {
        padding: 0 30px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .nav-page__list__link {
        padding: 0 50px
    }
}

@media (max-width:767px) {
    .nav-page__list__link {
        line-height: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .nav-page__list__link {
        line-height: 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .nav-page__list__link {
        line-height: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .nav-page__list__link {
        line-height: 50px
    }
}

@media (min-width:1681px) {
    .nav-page__list__link {
        line-height: 60px
    }
}

@media (max-width:767px) {
    .nav-page__list__link {
        height: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .nav-page__list__link {
        height: 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .nav-page__list__link {
        height: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .nav-page__list__link {
        height: 50px
    }
}

@media (min-width:1681px) {
    .nav-page__list__link {
        height: 60px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .nav-page__list__link {
        padding: 0 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .nav-page__list__link {
        padding: 0 50px
    }
}

@media (min-width:1681px) {
    .nav-page__list__link {
        padding: 0 60px
    }
}

.nav-page__list__link:hover {
    color: #fff;
    background-color: #00a3dc
}

.nav-page__list__link.is-open {
    background-color: #00aad8
}

.nav-page__list__link a:link {
    color: #fff
}

.-dropdown .nav-page__list__link {
    background-color: #00aad8;
    line-height: 1.4;
    padding-bottom: 7px;
    padding-top: 7px;
    height: auto;
    opacity: .75;
    transition: opacity .3s
}

.-dropdown .nav-page__list__link.is-active, .-dropdown .nav-page__list__link:hover {
    opacity: 1
}

@media (max-width:767px) {
    .header-main {
        padding: 0 30px
    }
}

@media (max-width:1279px) {
    .header-main {
        background-color: #fff;
        width: 100%;
        height: 120px;
        border-bottom: 1px solid #e1e1e1
    }
    .header-main else {
        border: 1px solid #e1e1e1
    }
}

@media (min-width:768px) and (max-width:1279px) {
    .header-main {
        padding: 0 50px
    }
}

@media (min-width:1280px) {
    .header-main {
        height: 0
    }
}

@media print {
    .header-main {
        display: none
    }
}

@media (max-width:1279px) {
    .header-main__link {
        display: inline-block;
        margin: 22px 0 23px
    }
}

@media (min-width:1280px) {
    .header-main__link {
        z-index: 98;
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        margin: 0;
        text-align: center;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        font-size: 0;
        white-space: nowrap;
        border-left: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1
    }
    .header-main__link:before {
        display: inline-block;
        height: 100%;
        content: "";
        vertical-align: middle
    }
    .header-main__link>* {
        display: inline-block;
        font-size: 1rem;
        vertical-align: middle;
        white-space: normal
    }
    .header-main__link else {
        border: 1px solid #e1e1e1
    }
    .header-main__link else {
        border: 1px solid #e1e1e1
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    .header-main__link {
        width: 80px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .header-main__link {
        width: 100px
    }
}

@media (min-width:1681px) {
    .header-main__link {
        width: 120px
    }
}

@media screen and (min-width:1280px) and (max-width:1366px) {
    .header-main__link {
        height: 101px
    }
}

@media screen and (min-width:1367px) and (max-width:1680px) {
    .header-main__link {
        height: 141px
    }
}

@media screen and (min-width:1681px) {
    .header-main__link {
        height: 181px
    }
}

@media (max-width:1279px) {
    .header-main__logo {
        height: 75px;
        width: 48px
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    .header-main__logo {
        width: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .header-main__logo {
        width: 50px
    }
}

@media (min-width:1681px) {
    .header-main__logo {
        width: 60px
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    .header-main__logo {
        height: 50px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .header-main__logo {
        height: 62.5px
    }
}

@media (min-width:1681px) {
    .header-main__logo {
        height: 75px
    }
}

.header-page {
    position: relative;
    border-bottom: 1px solid #e1e1e1
}

.header-page else {
    border: 1px solid #e1e1e1
}

@media (max-width:767px) {
    .header-page {
        padding: 30px;
        padding-bottom: 29px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .header-page {
        padding: 50px;
        padding-bottom: 49px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .header-page {
        padding: 40px;
        padding-bottom: 39px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .header-page {
        padding: 50px;
        padding-bottom: 49px
    }
}

@media (min-width:1681px) {
    .header-page {
        padding: 60px;
        padding-bottom: 59px
    }
}

@media print {
    .header-page {
        display: none
    }
}

.header-page.-section {
    border-bottom: none
}

@media (max-width:767px) {
    .header-page.-narrow {
        padding-top: 15px;
        padding-bottom: 14px
    }
}

@media (min-width:768px) {
    .header-page.-narrow {
        padding-top: 30px;
        padding-bottom: 29px
    }
}

.header-page__title {
    color: #00aad8;
    margin-bottom: 0
}

@media (min-width:768px) and (max-width:1023px) {
    .header-page__title {
        line-height: 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .header-page__title {
        line-height: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .header-page__title {
        line-height: 50px
    }
}

@media (min-width:1681px) {
    .header-page__title {
        line-height: 60px
    }
}

.-section .header-page__title {
    font-size: 1.875rem
}

.-title .header-page__title {
    margin-bottom: 0
}

.header-page__title .new-icon {
    position: relative;
    top: -.1em
}

@media (min-width:1024px) {
    .header-page__right {
        position: absolute;
        top: 0;
        right: 0
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .header-page__right {
        padding: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .header-page__right {
        padding: 50px
    }
}

@media (min-width:1681px) {
    .header-page__right {
        padding: 60px
    }
}

@media (max-width:767px) {
    .-narrow>.header-page__right {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

@media (min-width:768px) {
    .-narrow>.header-page__right {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.header-page__layout {
    letter-spacing: normal;
    font-size: 0;
    width: 100%
}

.header-page__layout__item {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
    font-size: 1rem
}

@media (max-width:767px) {
    .header-page__layout__item {
        min-height: 42px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .header-page__layout__item {
        min-height: 35px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .header-page__layout__item {
        min-height: 28px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .header-page__layout__item {
        min-height: 35px
    }
}

@media (min-width:1681px) {
    .header-page__layout__item {
        min-height: 42px
    }
}

@media (max-width:767px) {
    .header-page__layout__item {
        line-height: 42px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .header-page__layout__item {
        line-height: 35px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .header-page__layout__item {
        line-height: 28px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .header-page__layout__item {
        line-height: 35px
    }
}

@media (min-width:1681px) {
    .header-page__layout__item {
        line-height: 42px
    }
}

@media (min-width:768px) {
    .-nine .header-page__layout__item {
        width: 11.1111111111%
    }
}

@media (max-width:767px) {
    .header-page__layout.-pagination {
        position: relative;
        padding-bottom: 65px
    }
    .header-page__layout.-pagination .input-wrap {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0
    }
    .header-page__layout.-pagination .input-wrap .checkbox-label:after, .header-page__layout.-pagination .input-wrap .checkbox-label:before, .header-page__layout.-pagination .input-wrap .find-section__search-input, .header-page__layout.-pagination .input-wrap .input, .header-page__layout.-pagination .input-wrap .input-button, .header-page__layout.-pagination .input-wrap .nav-main__list__icon, .header-page__layout.-pagination .input-wrap .nav-main__search, .header-page__layout.-pagination .input-wrap .radio-label:after, .header-page__layout.-pagination .input-wrap .radio-label:before, .header-page__layout.-pagination .input-wrap .search-main__input, .header-page__layout.-pagination .input-wrap .textarea {
        height: 42px;
        line-height: 42px
    }
    .header-page__layout.-pagination .input-wrap .input-suffix {
        position: static;
        line-height: 1;
        padding-top: 1em
    }
    .header-page__layout.-pagination.-nine .header-page__layout__item.align-left, .header-page__layout.-pagination.-nine .header-page__layout__item.align-right {
        width: 12.5%
    }
}

.header-page__grid {
    letter-spacing: normal;
    font-size: 0
}

@media (max-width:767px) {
    .header-page__grid {
        padding: 9px 0
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .header-page__grid {
        padding: 7.5px 0
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .header-page__grid {
        padding: 6px 0
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .header-page__grid {
        padding: 7.5px 0
    }
}

@media (min-width:1681px) {
    .header-page__grid {
        padding: 9px 0
    }
}

@media (max-width:1023px) and (max-width:767px) {
    .header-page__grid {
        margin-left: -30px
    }
}

@media (max-width:1023px) and (min-width:768px) and (max-width:1023px) {
    .header-page__grid {
        margin-left: -25px
    }
}

@media (max-width:1023px) and (min-width:1024px) and (max-width:1366px) {
    .header-page__grid {
        margin-left: -20px
    }
}

@media (max-width:1023px) and (min-width:1367px) and (max-width:1680px) {
    .header-page__grid {
        margin-left: -25px
    }
}

@media (max-width:1023px) and (min-width:1681px) {
    .header-page__grid {
        margin-left: -30px
    }
}

@media (min-width:1024px) {
    .header-page__grid {
        float: left
    }
}

@media (min-width:1024px) and (max-width:767px) {
    .header-page__grid+.header-page__grid {
        margin-left: 60px
    }
}

@media (min-width:1024px) and (min-width:768px) and (max-width:1023px) {
    .header-page__grid+.header-page__grid {
        margin-left: 50px
    }
}

@media (min-width:1024px) and (min-width:1024px) and (max-width:1366px) {
    .header-page__grid+.header-page__grid {
        margin-left: 40px
    }
}

@media (min-width:1024px) and (min-width:1367px) and (max-width:1680px) {
    .header-page__grid+.header-page__grid {
        margin-left: 50px
    }
}

@media (min-width:1024px) and (min-width:1681px) {
    .header-page__grid+.header-page__grid {
        margin-left: 60px
    }
}

.-narrow .header-page__grid {
    padding: 0
}

@media (min-width:768px) and (max-width:1023px) {
    .-narrow.-five .header-page__grid, .-narrow.-four .header-page__grid, .-narrow.-three .header-page__grid {
        width: 100%
    }
    .-narrow.-five .header-page__grid .header-page__grid__item:first-child, .-narrow.-four .header-page__grid .header-page__grid__item:first-child, .-narrow.-three .header-page__grid .header-page__grid__item:first-child {
        padding-left: 0
    }
}

.header-page__grid__item {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
    font-size: 1rem
}

@media (max-width:767px) {
    .header-page__grid__item+.header-page__grid__item {
        margin-top: 15px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .header-page__grid__item {
        width: 50%
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .header-page__grid__item {
        width: 160px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .header-page__grid__item {
        width: 200px
    }
}

@media (min-width:1681px) {
    .header-page__grid__item {
        width: 240px
    }
}

@media (max-width:1023px) and (max-width:767px) {
    .header-page__grid__item {
        padding-left: 30px
    }
}

@media (max-width:1023px) and (min-width:768px) and (max-width:1023px) {
    .header-page__grid__item {
        padding-left: 25px
    }
}

@media (max-width:1023px) and (min-width:1024px) and (max-width:1366px) {
    .header-page__grid__item {
        padding-left: 20px
    }
}

@media (max-width:1023px) and (min-width:1367px) and (max-width:1680px) {
    .header-page__grid__item {
        padding-left: 25px
    }
}

@media (max-width:1023px) and (min-width:1681px) {
    .header-page__grid__item {
        padding-left: 30px
    }
}

@media (min-width:1024px) and (max-width:767px) {
    .header-page__grid__item+.header-page__grid__item {
        margin-left: 30px
    }
}

@media (min-width:1024px) and (min-width:768px) and (max-width:1023px) {
    .header-page__grid__item+.header-page__grid__item {
        margin-left: 25px
    }
}

@media (min-width:1024px) and (min-width:1024px) and (max-width:1366px) {
    .header-page__grid__item+.header-page__grid__item {
        margin-left: 20px
    }
}

@media (min-width:1024px) and (min-width:1367px) and (max-width:1680px) {
    .header-page__grid__item+.header-page__grid__item {
        margin-left: 25px
    }
}

@media (min-width:1024px) and (min-width:1681px) {
    .header-page__grid__item+.header-page__grid__item {
        margin-left: 30px
    }
}

@media (max-width:767px) {
    .-five .header-page__grid__item:last-child, .-four .header-page__grid__item:last-child, .-three .header-page__grid__item:last-child {
        margin-top: 15px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .-three .header-page__grid__item {
        width: 33.3333333333%
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .-three .header-page__grid__item {
        width: 200px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .-three .header-page__grid__item {
        width: 250px
    }
}

@media (min-width:1681px) {
    .-three .header-page__grid__item {
        width: 300px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .-four .header-page__grid__item {
        width: 25%
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .-four .header-page__grid__item {
        width: 160px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .-four .header-page__grid__item {
        width: 200px
    }
}

@media (min-width:1681px) {
    .-four .header-page__grid__item {
        width: 240px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .-five .header-page__grid__item {
        width: 20%
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .-five .header-page__grid__item {
        width: 120px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .-five .header-page__grid__item {
        width: 150px
    }
}

@media (min-width:1681px) {
    .-five .header-page__grid__item {
        width: 180px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .header-page__grid__item.-collapse-width {
        width: auto
    }
}

.header-page__grid__action {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
    font-size: 1rem;
    white-space: nowrap
}

@media (max-width:767px) {
    .header-page__grid__action+.header-page__grid__action {
        margin-top: 15px
    }
}

@media (max-width:1023px) {
    .header-page__grid__action {
        width: auto
    }
}

@media (max-width:1023px) and (max-width:767px) {
    .header-page__grid__action {
        margin-left: 60px
    }
}

@media (max-width:1023px) and (min-width:768px) and (max-width:1023px) {
    .header-page__grid__action {
        margin-left: 50px
    }
}

@media (max-width:1023px) and (min-width:1024px) and (max-width:1366px) {
    .header-page__grid__action {
        margin-left: 40px
    }
}

@media (max-width:1023px) and (min-width:1367px) and (max-width:1680px) {
    .header-page__grid__action {
        margin-left: 50px
    }
}

@media (max-width:1023px) and (min-width:1681px) {
    .header-page__grid__action {
        margin-left: 60px
    }
}

@media (max-width:767px) {
    .header-page__grid__action {
        line-height: 40.2px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .header-page__grid__action {
        line-height: 33.5px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .header-page__grid__action {
        line-height: 26.8px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .header-page__grid__action {
        line-height: 33.5px
    }
}

@media (min-width:1681px) {
    .header-page__grid__action {
        line-height: 40.2px
    }
}

@media (max-width:767px) {
    .header-page__grid__action {
        height: 42px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .header-page__grid__action {
        height: 35px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .header-page__grid__action {
        height: 28px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .header-page__grid__action {
        height: 35px
    }
}

@media (min-width:1681px) {
    .header-page__grid__action {
        height: 42px
    }
}

.header-big {
    position: relative;
    overflow: hidden
}

.header-big .swimmer-info__image {
    transition: none
}

.header-big__item {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
    font-size: 1rem
}

@media (min-width:768px) {
    .header-big__item {
        width: 50%
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .has-no-profile-image .header-big__item, .has-no-profile-image.header-big {
        min-height: 350px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .has-no-profile-image .header-big__item, .has-no-profile-image.header-big {
        min-height: 280px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .has-no-profile-image .header-big__item, .has-no-profile-image.header-big {
        min-height: 350px
    }
}

@media (min-width:1681px) {
    .has-no-profile-image .header-big__item, .has-no-profile-image.header-big {
        min-height: 420px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .has-profile-image .header-big__item, .has-profile-image.header-big {
        min-height: 750px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .has-profile-image .header-big__item, .has-profile-image.header-big {
        min-height: 600px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .has-profile-image .header-big__item, .has-profile-image.header-big {
        min-height: 750px
    }
}

@media (min-width:1681px) {
    .has-profile-image .header-big__item, .has-profile-image.header-big {
        min-height: 900px
    }
}

.header-bar {
    position: relative;
    background-color: #1f1f1f;
    text-align: center
}

@media (min-width:768px) and (max-width:1023px) {
    .header-bar {
        height: 100px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .header-bar {
        height: 80px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .header-bar {
        height: 100px
    }
}

@media (min-width:1681px) {
    .header-bar {
        height: 120px
    }
}

@media (max-width:767px) {
    .header-bar {
        line-height: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .header-bar {
        line-height: 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .header-bar {
        line-height: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .header-bar {
        line-height: 50px
    }
}

@media (min-width:1681px) {
    .header-bar {
        line-height: 60px
    }
}

@media (max-width:767px) {
    .header-bar {
        padding: 30px 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .header-bar {
        padding: 25px 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .header-bar {
        padding: 20px 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .header-bar {
        padding: 25px 50px
    }
}

@media (min-width:1681px) {
    .header-bar {
        padding: 30px 60px
    }
}

.header-bar .share-links {
    line-height: 1
}

@media (min-width:768px) {
    .header-bar__left, .header-bar__right {
        position: absolute;
        top: 0;
        bottom: 0
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .header-bar__left, .header-bar__right {
        padding: 25px 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .header-bar__left, .header-bar__right {
        padding: 20px 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .header-bar__left, .header-bar__right {
        padding: 25px 50px
    }
}

@media (min-width:1681px) {
    .header-bar__left, .header-bar__right {
        padding: 30px 60px
    }
}

@media (min-width:768px) {
    .header-bar__left {
        left: 0
    }
}

@media (min-width:768px) {
    .header-bar__right {
        right: 0
    }
}

.header-bar__title {
    font-weight: 400;
    margin-bottom: 0;
    color: #fff
}

@media (max-width:767px) {
    .header-bar__title {
        line-height: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .header-bar__title {
        line-height: 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .header-bar__title {
        line-height: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .header-bar__title {
        line-height: 50px
    }
}

@media (min-width:1681px) {
    .header-bar__title {
        line-height: 60px
    }
}

.header-bar__date {
    color: #fff;
    letter-spacing: .05em
}

.header-bar__button {
    display: inline-block;
    outline: 0;
    color: #fff;
    font-size: .875rem;
    font-family: Ciutadella, sans-serif;
    line-height: 1;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
    transition: background-color .3s, color .3s;
    background-color: #3c3c3c;
    color: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width:1023px) {
    .header-bar__button {
        padding: 11.5px 20px
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .header-bar__button {
        padding: 13.0000000002px 24px
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    .header-bar__button {
        padding: 8.5px 16px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .header-bar__button {
        padding: 11.5px 20px
    }
}

@media (min-width:1681px) {
    .header-bar__button {
        padding: 13.0000000002px 24px
    }
}

.header-bar__button:focus, .header-bar__button:hover {
    background-color: #494949
}

.header-bar__button.-icon {
    padding-top: 0;
    padding-bottom: 0
}

@media (max-width:767px) {
    .header-bar__button.-icon {
        line-height: 42px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .header-bar__button.-icon {
        line-height: 35px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .header-bar__button.-icon {
        line-height: 28px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .header-bar__button.-icon {
        line-height: 35px
    }
}

@media (min-width:1681px) {
    .header-bar__button.-icon {
        line-height: 42px
    }
}

.news-featured__link {
    position: relative;
    display: block;
    font-size: 0;
    background-color: transparent;
    transition: background-color .3s;
    text-decoration: none
}

@media (min-width:1024px) and (max-width:1366px) {
    .news-featured__link {
        height: 440px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .news-featured__link {
        height: 550px
    }
}

@media (min-width:1681px) {
    .news-featured__link {
        height: 660px
    }
}

.news-featured__link:focus, .news-featured__link:hover {
    background-color: #fcfcfc
}

.news-featured__link:focus .background-image, .news-featured__link:hover .background-image {
    opacity: .7;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.news-featured__link:focus .background-image.-overlay, .news-featured__link:hover .background-image.-overlay {
    opacity: .3
}

.news-featured__link:focus .news-featured__title, .news-featured__link:hover .news-featured__title {
    text-decoration: underline
}

.news-featured__link:focus .news-featured__plus, .news-featured__link:hover .news-featured__plus {
    opacity: 1
}

.news-featured__link:focus .news-featured__button, .news-featured__link:hover .news-featured__button {
    background-color: #d21034
}

.news-featured__image {
    position: relative;
    overflow: hidden;
    background-color: #1f1f1f;
    text-align: center
}

@media (max-width:1023px) {
    .news-featured__image {
        height: 240px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .news-featured__image {
        height: 300px
    }
}

@media (min-width:1024px) {
    .news-featured__image {
        display: inline-block;
        box-sizing: border-box;
        width: 100%;
        vertical-align: top;
        font-size: 1rem;
        width: 64.5%;
        height: 100%;
        vertical-align: middle
    }
}

.news-featured__plus {
    position: relative;
    display: inline-block;
    opacity: 0;
    transition: opacity .6s
}

@media (max-width:1023px) {
    .news-featured__plus {
        line-height: 240px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .news-featured__plus {
        line-height: 300px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .news-featured__plus {
        line-height: 440px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .news-featured__plus {
        line-height: 550px
    }
}

@media (min-width:1681px) {
    .news-featured__plus {
        line-height: 660px
    }
}

.news-featured__plus svg {
    fill: #fff
}

@media (max-width:767px) {
    .news-featured__plus svg {
        width: 30px;
        height: 30px
    }
}

@media (min-width:768px) and (min-width:1024px) and (max-width:1366px) {
    .news-featured__plus svg {
        width: 40px;
        height: 40px
    }
}

@media (min-width:768px) and (min-width:1367px) and (max-width:1680px) {
    .news-featured__plus svg {
        width: 50px;
        height: 50px
    }
}

@media (min-width:768px) and (min-width:1681px) {
    .news-featured__plus svg {
        width: 60px;
        height: 60px
    }
}

.news-featured__content {
    color: #1f1f1f
}

@media (max-width:767px) {
    .news-featured__content {
        padding: 30px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .news-featured__content {
        padding: 50px
    }
}

@media (min-width:1024px) {
    .news-featured__content {
        display: inline-block;
        box-sizing: border-box;
        width: 100%;
        vertical-align: top;
        font-size: 1rem;
        width: 35.5%;
        vertical-align: middle
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .news-featured__content {
        padding: 0 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .news-featured__content {
        padding: 0 50px
    }
}

@media (min-width:1681px) {
    .news-featured__content {
        padding: 0 60px
    }
}

.news-featured__category {
    font-family: Ciutadella, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ed1940;
    margin: 0;
    line-height: 1;
    letter-spacing: .15em
}

.news-featured__title {
    margin: .75em 0
}

@media (min-width:1024px) and (max-width:1366px) {
    .news-featured__title {
        padding-right: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .news-featured__title {
        padding-right: 50px
    }
}

@media (min-width:1681px) {
    .news-featured__title {
        padding-right: 60px
    }
}

@media (max-width:1023px) {
    .news-featured__title {
        margin-top: 0
    }
}

.news-featured__time {
    font-size: 1rem;
    line-height: 1
}

.news-featured__text {
    margin-top: 1.75em;
    margin-bottom: 2.5em
}

.news-featured__button {
    display: inline-block;
    outline: 0;
    color: #fff;
    font-size: .875rem;
    font-family: Ciutadella, sans-serif;
    line-height: 1;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
    transition: background-color .3s, color .3s;
    background-color: #ed1940;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width:1023px) {
    .news-featured__button {
        padding: 11.5px 20px
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .news-featured__button {
        padding: 13.0000000002px 24px
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    .news-featured__button {
        padding: 8.5px 16px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .news-featured__button {
        padding: 11.5px 20px
    }
}

@media (min-width:1681px) {
    .news-featured__button {
        padding: 13.0000000002px 24px
    }
}

.news-featured__button:focus, .news-featured__button:hover {
    background-color: #d21034;
    color: #fff
}

.news-featured__button.-icon {
    padding-top: 0;
    padding-bottom: 0
}

@media (max-width:767px) {
    .news-featured__button.-icon {
        line-height: 42px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .news-featured__button.-icon {
        line-height: 35px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .news-featured__button.-icon {
        line-height: 28px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .news-featured__button.-icon {
        line-height: 35px
    }
}

@media (min-width:1681px) {
    .news-featured__button.-icon {
        line-height: 42px
    }
}

.news-list {
    letter-spacing: normal;
    font-size: 0;
    border-bottom: 1px solid #e1e1e1;
    text-align: left
}

.news-list else {
    border: 1px solid #e1e1e1
}

.news-list.-noborder {
    border-bottom: none
}

@media (max-width:767px) {
    .news-list+.footer-main {
        margin-top: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .news-list+.footer-main {
        margin-top: 75px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .news-list+.footer-main {
        margin-top: 60px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .news-list+.footer-main {
        margin-top: 75px
    }
}

@media (min-width:1681px) {
    .news-list+.footer-main {
        margin-top: 90px
    }
}

.news-list__item {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
    font-size: 1rem
}

.news-list__item:nth-child(odd) .news-list__item__link {
    border-right: 1px solid #e1e1e1
}

.news-list__item:nth-child(odd) .news-list__item__link else {
    border: 1px solid #e1e1e1
}

@media (min-width:1024px) {
    .news-list__item {
        width: 50%
    }
}

.news-list__item__link {
    display: block;
    letter-spacing: normal;
    font-size: 0;
    border-top: 1px solid #e1e1e1;
    background-color: transparent;
    transition: background-color .3s;
    text-decoration: none
}

.news-list__item__link else {
    border: 1px solid #e1e1e1
}

@media (max-width:767px) {
    .news-list__item__link {
        padding: 30px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .news-list__item__link {
        padding: 50px;
        height: 250px
    }
}

@media (min-width:768px) {
    .news-list__item__link {
        padding-bottom: 0!important
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .news-list__item__link {
        padding: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .news-list__item__link {
        padding: 50px
    }
}

@media (min-width:1681px) {
    .news-list__item__link {
        padding: 60px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .news-list__item__link {
        height: 200px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .news-list__item__link {
        height: 250px
    }
}

@media (min-width:1681px) {
    .news-list__item__link {
        height: 300px
    }
}

.news-list__item__link:focus, .news-list__item__link:hover {
    background-color: #fafafa
}

.news-list__item__link:focus .background-image, .news-list__item__link:hover .background-image {
    opacity: .7;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.news-list__item__link:focus .background-image.-overlay, .news-list__item__link:hover .background-image.-overlay {
    opacity: .3
}

.news-list__item__link:focus .news-list__item__plus, .news-list__item__link:hover .news-list__item__plus {
    opacity: 1
}

.news-list__item__link:focus .news-list__item__title, .news-list__item__link:hover .news-list__item__title {
    text-decoration: underline
}

.news-list__item__image {
    position: relative;
    background-color: #1f1f1f;
    overflow: hidden;
    text-align: center
}

@media (max-width:767px) {
    .news-list__item__image {
        height: 180px
    }
}

@media (min-width:768px) {
    .news-list__item__image {
        display: inline-block;
        box-sizing: border-box;
        width: 100%;
        vertical-align: top;
        font-size: 1rem;
        width: 58%;
        height: 100%
    }
}

.news-list__item__sponsored {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ed1940;
    display: inline-block;
    font-size: .625rem;
    color: #fff;
    letter-spacing: .15em;
    line-height: 1;
    font-family: Ciutadella, sans-serif;
    text-transform: uppercase
}

@media (max-width:767px) {
    .news-list__item__sponsored {
        padding: 12px 15px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .news-list__item__sponsored {
        padding: 10px 12.5px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .news-list__item__sponsored {
        padding: 8px 10px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .news-list__item__sponsored {
        padding: 10px 12.5px
    }
}

@media (min-width:1681px) {
    .news-list__item__sponsored {
        padding: 12px 15px
    }
}

.news-list__item__plus {
    display: none;
    position: relative;
    display: inline-block;
    opacity: 0;
    transition: opacity .6s
}

@media (max-width:767px) {
    .news-list__item__plus {
        line-height: 180px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .news-list__item__plus {
        line-height: 200px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .news-list__item__plus {
        line-height: 160px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .news-list__item__plus {
        line-height: 200px
    }
}

@media (min-width:1681px) {
    .news-list__item__plus {
        line-height: 240px
    }
}

.news-list__item__plus svg {
    fill: #fff
}

@media (max-width:767px) {
    .news-list__item__plus svg {
        width: 30px;
        height: 30px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .news-list__item__plus svg {
        width: 25px;
        height: 25px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .news-list__item__plus svg {
        width: 20px;
        height: 20px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .news-list__item__plus svg {
        width: 25px;
        height: 25px
    }
}

@media (min-width:1681px) {
    .news-list__item__plus svg {
        width: 30px;
        height: 30px
    }
}

.news-list__item__content {
    height: 100%;
    font-size: 16px;
    color: #1f1f1f
}

@media (min-width:768px) {
    .news-list__item__content {
        display: inline-block;
        box-sizing: border-box;
        width: 100%;
        vertical-align: top;
        font-size: 1rem;
        width: 42%
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .news-list__item__content {
        padding-left: 25px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .news-list__item__content {
        padding-left: 20px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .news-list__item__content {
        padding-left: 25px
    }
}

@media (min-width:1681px) {
    .news-list__item__content {
        padding-left: 30px
    }
}

.news-list__item__category {
    color: #ed1940;
    font-family: Ciutadella, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: .75rem;
    margin: 0
}

@media (max-width:767px) {
    .news-list__item__category {
        display: block;
        padding-top: 27px;
        height: 54px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .news-list__item__category {
        line-height: 45px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .news-list__item__category {
        line-height: 36px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .news-list__item__category {
        line-height: 45px
    }
}

@media (min-width:1681px) {
    .news-list__item__category {
        line-height: 54px
    }
}

.news-list__item__title {
    line-height: 1.2;
    margin-bottom: .75em
}

.news-list__item__date {
    font-size: .75rem
}

@media (max-width:767px) {
    .upcoming {
        margin-top: 15px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .upcoming {
        display: inline-block;
        box-sizing: border-box;
        width: 100%;
        vertical-align: top;
        font-size: 1rem;
        width: 50%
    }
}

.upcoming__header {
    font-family: Ciutadella, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #00aad8;
    text-align: center;
    color: #fff;
    letter-spacing: .1em;
	min-height: 11rem;
}

@media (max-width:767px) {
    .upcoming__header {
        font-size: .875rem;
        /* height: 60px; */
        line-height: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .upcoming__header {
        font-size: .875rem;
        /* height: 50px; */
        line-height: 50px;
		min-height: 3.56rem;
    }
}

@media (min-width:1024px) {
    .upcoming__header {
        font-size: 1.25rem
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .upcoming__header {
        /* height: 120px */
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .upcoming__header {
        /* height: 150px */
    }
}

@media (min-width:1681px) {
    .upcoming__header {
        /* height: 180px */
    }
}


.upcoming__header{
	height: auto!important;
}


@media (min-width:1024px) and (max-width:1366px) {
    .upcoming__header {
        line-height: 120px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .upcoming__header {
        line-height: 150px
    }
}

@media (min-width:1681px) {
    .upcoming__header {
        line-height: 180px
    }
}

.upcoming__header p {
    margin: 0
}

.upcoming__content {
    background-color: #1f1f1f;
    color: #fff;
    text-align: center
}

@media (max-width:767px) {
    .upcoming__content {
        min-height: 270px;
        padding: 30px 30px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .upcoming__content {
        min-height: 250px;
        padding: 25px 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .upcoming__content {
        height: 240px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .upcoming__content {
        height: 300px
    }
}

@media (min-width:1681px) {
    .upcoming__content {
        height: 360px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .upcoming__content {
        padding-top: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .upcoming__content {
        padding-top: 50px
    }
}

@media (min-width:1681px) {
    .upcoming__content {
        padding-top: 60px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .upcoming__content {
        padding-right: 20px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .upcoming__content {
        padding-right: 25px
    }
}

@media (min-width:1681px) {
    .upcoming__content {
        padding-right: 30px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .upcoming__content {
        padding-bottom: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .upcoming__content {
        padding-bottom: 50px
    }
}

@media (min-width:1681px) {
    .upcoming__content {
        padding-bottom: 60px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .upcoming__content {
        padding-left: 20px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .upcoming__content {
        padding-left: 25px
    }
}

@media (min-width:1681px) {
    .upcoming__content {
        padding-left: 30px
    }
}

.upcoming__time {
    font-family: Ciutadella, sans-serif;
    white-space: nowrap
}

@media (max-width:767px) {
    .upcoming__time {
        line-height: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .upcoming__time {
        line-height: 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .upcoming__time {
        line-height: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .upcoming__time {
        line-height: 50px
    }
}

@media (min-width:1681px) {
    .upcoming__time {
        line-height: 60px
    }
}

.upcoming__time__number {
    display: inline-block;
    font-size: 2.8125rem;
    vertical-align: middle
}

@media (max-width:1023px) {
    .upcoming__time__number {
        min-width: 40px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .upcoming__time__number {
        min-width: 35px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .upcoming__time__number {
        min-width: 40px
    }
}

@media (min-width:1681px) {
    .upcoming__time__number {
        min-width: 50px
    }
}

.upcoming__time__label {
    font-size: .8125rem;
    vertical-align: middle;
    text-transform: uppercase;
    margin-right: .6em;
    margin-left: .2em
}

@media (min-width:1367px) {
    .upcoming__time__label {
        margin-right: .8em;
        margin-left: .3em
    }
}

.upcoming__name {
    font-size: 1.25rem;
    margin: 1em 0;
    line-height: 1.2;
    font-weight: 500
}

.upcoming__buttons {
    white-space: nowrap;
    font-size: 0
}

@media (max-width:767px) {
    .upcoming__buttons {
        max-width: 250px;
        margin: 15px auto
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .upcoming__buttons {
        margin: 12.5px 0
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .upcoming__buttons {
        margin: 20px 0
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .upcoming__buttons {
        margin: 25px 0
    }
}

@media (min-width:1681px) {
    .upcoming__buttons {
        margin: 30px 0
    }
}

.upcoming__buttons .button {
    width: 50%;
    padding-left: 0;
    padding-right: 0
}

@media (max-width:767px) {
    .upcoming__buttons .button:first-child {
        margin-right: 3px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .upcoming__buttons .button:first-child {
        margin-right: 4px
    }
}

@media (min-width:1024px) {
    .upcoming__buttons .button:first-child {
        margin-right: 1px
    }
}

.upcoming__more {
    font-size: .75rem;
    text-transform: uppercase;
    font-family: Ciutadella, sans-serif;
    color: #fff;
    text-decoration: none;
    letter-spacing: .08em;
    line-height: 14px
}

.upcoming__more:hover {
    color: #fff;
    text-decoration: none
}

.upcoming__more:hover span:after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.upcoming__more span {
    vertical-align: middle;
    position: relative;
    display: inline-block;
    line-height: 1.4
}

.upcoming__more span:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    height: 1px;
    background-color: #fff;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    transition: -webkit-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    opacity: 0
}

.upcoming__more span:hover:after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.upcoming__more svg {
    vertical-align: middle;
    margin-right: .4em;
    fill: #00aad8;
    width: 14px;
    height: 14px
}

.carousel__slide {
    position: relative
}

@media (min-width:768px) and (max-width:1023px) {
    .carousel__slide {
        height: 450px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .carousel__slide {
        height: 440px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .carousel__slide {
        height: 550px
    }
}

@media (min-width:1681px) {
    .carousel__slide {
        height: 660px
    }
}

.carousel__slide__background {
    background-size: cover;
    background-position: center
}

@media (max-width:767px) {
    .carousel__slide__background {
        position: relative;
        height: 240px
    }
}

@media (min-width:768px) {
    .carousel__slide__background {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

.carousel__slide__content {
    position: relative
}

@media (max-width:767px) {
    .carousel__slide__content {
        position: relative;
        padding: 30px;
        padding-bottom: 10px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .carousel__slide__content {
        padding: 30px 50px;
        height: 200px
    }
}

@media (min-width:768px) {
    .carousel__slide__content {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0
    }
}

.carousel__slide__content:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .7);
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    transition: -webkit-transform .6s, opacity 1.2s;
    transition: transform .6s, opacity 1.2s;
    transition-delay: .1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0
}

.slick-active .carousel__slide__content:before {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

@media (min-width:1024px) and (max-width:1366px) {
    .carousel__slide__content {
        height: 160px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .carousel__slide__content {
        height: 200px
    }
}

@media (min-width:1681px) {
    .carousel__slide__content {
        height: 240px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .carousel__slide__content {
        padding: 24px 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .carousel__slide__content {
        padding: 30px 50px
    }
}

@media (min-width:1681px) {
    .carousel__slide__content {
        padding: 36px 60px
    }
}

.carousel__slide__text {
    position: relative;
    -webkit-transform: translateY(40%);
    -ms-transform: translateY(40%);
    transform: translateY(40%);
    transition: -webkit-transform .6s, opacity .9s;
    transition: transform .6s, opacity .9s;
    transition-delay: .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0
}

.slick-active .carousel__slide__text {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.carousel__slide__category {
    color: #ed1940;
    font-family: Ciutadella, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .15em;
    margin: 0;
    font-size: 1rem;
    position: relative
}

.carousel__slide__title {
    margin: .15em 0;
    position: relative
}

@media (min-width:1367px) {
    .carousel__slide__title {
        margin: .3em 0
    }
}

.carousel__slide__title a {
    text-decoration: none
}

.carousel__slide__date {
    position: relative;
    text-transform: uppercase;
    font-size: .8125rem;
    font-weight: 500;
    display: block
}

.slick-list {
    margin-bottom: 100px
}

.slick-dots {
    margin: -100px 0 0;
    padding: 0;
    list-style: none;
    display: table;
    width: 100%;
    font-size: 0;
    margin-left: -2px
}

@media (max-width:767px) {
    .slick-dots {
        padding: 0 30px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .slick-dots {
        padding: 0 50px;
        height: 75px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .slick-dots {
        padding: 0 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .slick-dots {
        padding: 0 50px
    }
}

@media (min-width:1681px) {
    .slick-dots {
        padding: 0 60px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .slick-dots {
        height: 80px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .slick-dots {
        height: 100px
    }
}

@media (min-width:1681px) {
    .slick-dots {
        height: 120px
    }
}

.slick-dots li {
    padding-left: 2px;
    display: table-cell
}

.slick-dots li.slick-active button:after {
    background-color: #ed1940
}

.slick-dots button {
    position: relative;
    background-color: transparent;
    font-size: 0;
    width: 100%;
    padding: 0;
    outline: 0
}

@media (max-width:767px) {
    .slick-dots button {
        height: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .slick-dots button {
        height: 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .slick-dots button {
        height: 80px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .slick-dots button {
        height: 100px
    }
}

@media (min-width:1681px) {
    .slick-dots button {
        height: 120px
    }
}

.slick-dots button:hover:after {
    background-color: #c8c7c7
}

.slick-dots button:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background-color: #e1e1e1;
    height: 5px;
    width: 100%;
    margin-top: -2.5px;
    transition: background-color .3s
}

.carousel-sponsors-title {
    font-family: Ciutadella, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .875rem;
    text-align: center;
    display: inline-block;
    border-bottom: 5px solid #00aad8
}

.carousel-sponsors__slide {
    position: relative;
    text-align: center;
    font-size: 0;
    white-space: nowrap;
    background-color: #fff
}

.carousel-sponsors__slide:before {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle
}

.carousel-sponsors__slide>* {
    display: inline-block;
    font-size: 1rem;
    vertical-align: middle;
    white-space: normal
}

@media (max-width:767px) {
    .carousel-sponsors__slide {
        height: 240px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .carousel-sponsors__slide {
        height: 200px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .carousel-sponsors__slide {
        height: 160px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .carousel-sponsors__slide {
        height: 200px
    }
}

@media (min-width:1681px) {
    .carousel-sponsors__slide {
        height: 240px
    }
}

.carousel-sponsors__slide img {
    max-height: 100%
}

@media (max-width:599px) {
    .c-medals .swimmer-info__header__title {
        font-size: 1.875rem
    }
}

@media (min-width:600px) {
    .c-medals .swimmer-info__header__title {
        font-size: 2.5rem
    }
}

.c-medals thead>tr:last-child>.tc {
    border-bottom: 1px solid #e1e1e1;
    color: #00aad8
}

@media (min-width:768px) and (max-width:1366px) {
    .c-medals thead>tr:last-child>.tc {
        padding: 8px
    }
    .c-medals thead>tr:last-child>.tc:first-child {
        padding: 8px 30px
    }
}

@media (min-width:1367px) {
    .c-medals thead>tr:last-child>.tc {
        padding: 15px
    }
    .c-medals thead>tr:last-child>.tc:first-child {
        padding: 15px 60px
    }
}

@media (max-width:1680px) {
    .c-medals thead>tr:last-child>.tc {
        font-size: 16px
    }
}

@media (min-width:1681px) {
    .c-medals thead>tr:last-child>.tc {
        font-size: 20px
    }
}

@media (max-width:599px) {
    .c-medals thead>tr:last-child>.tc:first-child {
        font-size: 1.5rem
    }
}

@media (min-width:600px) {
    .c-medals thead>tr:last-child>.tc:first-child {
        font-size: 1.875rem
    }
}

.c-medals tbody .tc {
    color: #000
}

@media (min-width:768px) {
    .c-medals .tc {
        border-left: 1px solid #e1e1e1
    }
    .c-medals .tc else {
        border: 1px solid #e1e1e1
    }
}

@media (min-width:768px) and (max-width:1366px) {
    .c-medals .tc {
        padding: 8px
    }
}

@media (min-width:1367px) {
    .c-medals .tc {
        padding: 15px
    }
}

.c-medals .tc:first-child {
    border-left: none
}

@media (min-width:768px) and (max-width:1366px) {
    .c-medals .tc:first-child {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width:1367px) {
    .c-medals .tc:first-child {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media (min-width:768px) {
    .c-medals .tc:nth-child(2) {
        border-left: 5px solid #00aad8
    }
}

.c-medals .tablesaw-stack tbody tr:last-child .tc:last-child {
    border-bottom: 1px solid #e1e1e1
}

.c-medals .tablesaw-stack tbody tr:last-child .tc:last-child else {
    border: 1px solid #e1e1e1
}

.c-medals_icon {
    display: inline-block;
    width: 1.5625rem;
    height: 2.4375rem
}

.c-medals_icon.-gold {
    fill: #e9ca7b
}

.c-medals_icon.-silver {
    fill: #d1d1d1
}

.c-medals_icon.-bronze {
    fill: #c48b31
}

.c-medals_team {
    font-size: 15px;
    font-weight: 400
}

.c-medals_empty {
    color: #e1e1e1
}

.c-medals_value {
    font-size: 15px;
    font-weight: 700
}

.marker-labels {
    font-size: 18px;
    width: 30px!important;
    height: 30px!important;
    line-height: 30px;
    text-align: center
}

@media (min-width:768px) and (max-width:1023px) {
    .featured {
        display: inline-block;
        box-sizing: border-box;
        width: 100%;
        vertical-align: top;
        font-size: 1rem;
        width: 50%
    }
}

.featured__item {
    letter-spacing: normal;
    font-size: 0;
    font-size: 0
}

@media (max-width:767px) {
    .featured__item {
        height: 180px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .featured__item {
        height: 150px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .featured__item {
        height: 120px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .featured__item {
        height: 150px
    }
}

@media (min-width:1681px) {
    .featured__item {
        height: 180px
    }
}

.featured__link {
    display: block;
    width: 100%;
    height: 100%
}

.featured__link:hover .featured__name {
    text-decoration: underline
}

.featured__link:hover .featured__view {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px)
}

.featured__link:hover .featured__view span:after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.featured__photo {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
    font-size: 1rem;
    height: 100%;
    background-size: cover;
    background-position: center
}

@media (max-width:767px) {
    .featured__photo {
        width: 120px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .featured__photo {
        width: 100px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .featured__photo {
        width: 80px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .featured__photo {
        width: 100px
    }
}

@media (min-width:1681px) {
    .featured__photo {
        width: 120px
    }
}

.featured__content {
    position: relative;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
    font-size: 1rem;
    border-bottom: 1px solid #e1e1e1
}

@media (max-width:767px) {
    .featured__content {
        width: calc(100% - 120px)
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .featured__content {
        width: calc(100% - 100px)
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .featured__content {
        width: calc(100% - 80px)
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .featured__content {
        width: calc(100% - 100px)
    }
}

@media (min-width:1681px) {
    .featured__content {
        width: calc(100% - 120px)
    }
}

.featured__content else {
    border: 1px solid #e1e1e1
}

.featured__header {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
    font-size: 1rem;
    background-color: #ed1940;
    color: #fff;
    text-transform: uppercase;
    font-size: .875rem;
    font-family: Ciutadella, sans-serif;
    letter-spacing: .05em;
    white-space: nowrap
}

@media (max-width:767px) {
    .featured__header {
        line-height: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .featured__header {
        line-height: 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .featured__header {
        line-height: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .featured__header {
        line-height: 50px
    }
}

@media (min-width:1681px) {
    .featured__header {
        line-height: 60px
    }
}

@media (max-width:767px) {
    .featured__header {
        padding-right: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .featured__header {
        padding-right: 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .featured__header {
        padding-right: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .featured__header {
        padding-right: 50px
    }
}

@media (min-width:1681px) {
    .featured__header {
        padding-right: 60px
    }
}

@media (max-width:767px) {
    .featured__header {
        padding-left: 15px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .featured__header {
        padding-left: 25px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .featured__header {
        padding-left: 20px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .featured__header {
        padding-left: 25px
    }
}

@media (min-width:1681px) {
    .featured__header {
        padding-left: 30px
    }
}

.featured__header p {
    margin: 0
}

.featured__icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

@media (max-width:767px) {
    .featured__icon {
        width: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .featured__icon {
        width: 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .featured__icon {
        width: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .featured__icon {
        width: 50px
    }
}

@media (min-width:1681px) {
    .featured__icon {
        width: 60px
    }
}

@media (max-width:767px) {
    .featured__icon svg {
        width: 30px;
        height: 30px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .featured__icon svg {
        width: 25px;
        height: 25px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .featured__icon svg {
        width: 20px;
        height: 20px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .featured__icon svg {
        width: 25px;
        height: 25px
    }
}

@media (min-width:1681px) {
    .featured__icon svg {
        width: 30px;
        height: 30px
    }
}

.featured__main {
    position: relative
}

@media (max-width:767px) {
    .featured__main {
        padding-left: 15px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .featured__main {
        padding-left: 25px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .featured__main {
        padding-left: 20px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .featured__main {
        padding-left: 25px
    }
}

@media (min-width:1681px) {
    .featured__main {
        padding-left: 30px
    }
}

.featured__name {
    margin: 0;
    line-height: 1
}

@media (max-width:767px) {
    .featured__name {
        margin-top: 12px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .featured__name {
        margin-top: 10px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .featured__name {
        margin-top: 8px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .featured__name {
        margin-top: 10px
    }
}

@media (min-width:1681px) {
    .featured__name {
        margin-top: 12px
    }
}

.featured__name span {
    display: block
}

.featured__footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}

@media (max-width:767px) {
    .featured__footer {
        line-height: 42px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .featured__footer {
        line-height: 35px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .featured__footer {
        line-height: 28px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .featured__footer {
        line-height: 35px
    }
}

@media (min-width:1681px) {
    .featured__footer {
        line-height: 42px
    }
}

@media (max-width:767px) {
    .featured__footer {
        padding: 0 30px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .featured__footer {
        padding: 0 25px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .featured__footer {
        padding: 0 20px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .featured__footer {
        padding: 0 25px
    }
}

@media (min-width:1681px) {
    .featured__footer {
        padding: 0 30px
    }
}

@media (max-width:767px) {
    .featured__footer {
        padding: 0 15px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .featured__footer {
        padding: 0 25px
    }
}

@media (min-width:768px) and (min-width:1024px) and (max-width:1366px) {
    .featured__footer {
        padding: 0 20px
    }
}

@media (min-width:768px) and (min-width:1367px) and (max-width:1680px) {
    .featured__footer {
        padding: 0 25px
    }
}

@media (min-width:768px) and (min-width:1681px) {
    .featured__footer {
        padding: 0 30px
    }
}

.featured__view {
    float: right;
    font-size: .625rem;
    margin: 0;
    font-family: Ciutadella, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ed1940;
    letter-spacing: .15em;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: -webkit-transform .3s;
    transition: transform .3s
}

.featured__view span {
    position: relative
}

.featured__view span:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    height: 1px;
    background-color: #fff;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    transition: -webkit-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    opacity: 0
}

.featured__view span:hover:after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.featured__view span:after {
    background-color: #ed1940;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}

.featured__city {
    font-size: .75rem;
    color: #5d7e89;
    margin: 0;
    float: left
}

.search-main {
    position: absolute;
    background-color: #e1e1e1;
    left: 0;
    right: 0
}

@media (min-width:1024px) and (max-width:1366px) {
    .search-main {
        height: 240px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .search-main {
        height: 300px
    }
}

@media (min-width:1681px) {
    .search-main {
        height: 360px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .search-main {
        top: -240px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .search-main {
        top: -300px
    }
}

@media (min-width:1681px) {
    .search-main {
        top: -360px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .search-main {
        padding: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .search-main {
        padding: 50px
    }
}

@media (min-width:1681px) {
    .search-main {
        padding: 60px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .search-main {
        padding-top: 120px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .search-main {
        padding-top: 150px
    }
}

@media (min-width:1681px) {
    .search-main {
        padding-top: 180px
    }
}

@media (max-width:1023px) {
    .search-main {
        display: none
    }
}

.search-main__input-wrap {
    position: relative
}

.search-main__input {
    font-family: Ciutadella, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.875rem;
    line-height: 1;
    padding-top: 2px
}

@media (min-width:1024px) and (max-width:1366px) {
    .search-main__input {
        height: 80px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .search-main__input {
        height: 100px
    }
}

@media (min-width:1681px) {
    .search-main__input {
        height: 120px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .search-main__input {
        line-height: 80px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .search-main__input {
        line-height: 100px
    }
}

@media (min-width:1681px) {
    .search-main__input {
        line-height: 120px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .search-main__input {
        padding-left: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .search-main__input {
        padding-left: 50px
    }
}

@media (min-width:1681px) {
    .search-main__input {
        padding-left: 60px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .search-main__input {
        padding-right: 80px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .search-main__input {
        padding-right: 100px
    }
}

@media (min-width:1681px) {
    .search-main__input {
        padding-right: 120px
    }
}

.search-main__input:focus {
    background-color: #f7f7f7
}

.search-main__icon {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    text-align: center;
    background-color: transparent;
    outline: 0;
    padding: 0
}

@media (min-width:1024px) and (max-width:1366px) {
    .search-main__icon {
        width: 80px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .search-main__icon {
        width: 100px
    }
}

@media (min-width:1681px) {
    .search-main__icon {
        width: 120px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .search-main__icon {
        line-height: 80px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .search-main__icon {
        line-height: 100px
    }
}

@media (min-width:1681px) {
    .search-main__icon {
        line-height: 120px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .search-main__icon svg {
        width: 40px;
        height: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .search-main__icon svg {
        width: 50px;
        height: 50px
    }
}

@media (min-width:1681px) {
    .search-main__icon svg {
        width: 60px;
        height: 60px
    }
}

.ad {
    position: relative;
    display: block;
    background-color: #e1e1e1;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

@media (max-width:767px) {
    .ad {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 97
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .ad {
        margin-bottom: 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .ad {
        margin-bottom: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .ad {
        margin-bottom: 50px
    }
}

@media (min-width:1681px) {
    .ad {
        margin-bottom: 60px
    }
}

.ad img {
    width: 100%;
    max-width: 960px;
    height: auto
}

.header-full__category, .header-full__date, .header-full__title {
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.header-full {
    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;
    background-color: #1f1f1f;
    text-align: center;
    color: #fff
}

@media (max-width:767px) {
    .header-full {
        padding: 0 30px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .header-full {
        padding: 0 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .header-full {
        padding: 0 120px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .header-full {
        padding: 0 150px
    }
}

@media (min-width:1681px) {
    .header-full {
        padding: 0 180px
    }
}

@media (max-width:767px) {
    .header-full.-header-bar {
        height: 450px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .header-full.-header-bar {
        height: calc(100vh - 250px)
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .header-full.-header-bar {
        height: calc(100vh - 200px)
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .header-full.-header-bar {
        height: calc(100vh - 250px)
    }
}

@media (min-width:1681px) {
    .header-full.-header-bar {
        height: calc(100vh - 300px)
    }
}

.header-full.-small {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width:767px) {
    .header-full.-small {
        height: 240px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .header-full.-small {
        height: 400px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .header-full.-small {
        height: 320px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .header-full.-small {
        height: 400px
    }
}

@media (min-width:1681px) {
    .header-full.-small {
        height: 480px
    }
}

@media (max-width:767px) {
    .header-full.-tiny {
        height: 200px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .header-full.-tiny {
        height: 350px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .header-full.-tiny {
        height: 280px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .header-full.-tiny {
        height: 350px
    }
}

@media (min-width:1681px) {
    .header-full.-tiny {
        height: 420px
    }
}

.header-full.-left {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:767px) {
    .header-full.-left {
        height: 240px;
        padding: 30px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .header-full.-left {
        height: 400px;
        padding: 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .header-full.-left {
        padding: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .header-full.-left {
        padding: 50px
    }
}

@media (min-width:1681px) {
    .header-full.-left {
        padding: 60px
    }
}

.header-full.-left:before {
    display: none
}

.lt-ie10 .header-full.-left:before {
    display: none
}

.header-full.-no-center:before {
    display: none
}

.header-full.-white, .header-full.find-section__search-input {
    background-color: #fff
}

.header-full a {
    color: #fff;
    text-decoration: none
}

.header-full a:hover {
    text-decoration: underline
}

.header-full .background-image {
    transition: none
}

@media print {
    .header-full .background-image {
        -webkit-print-color-adjust: exact
    }
}

@media print {
    .header-full {
        height: auto!important;
        padding: 60px 30px 40px 30px
    }
}

.header-full__content {
    position: relative
}

@media print {
    .header-full__content {
        opacity: 1!important;
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important
    }
}

.header-full__title {
    position: relative
}

@media (max-width:767px) {
    .header-full__title {
        font-size: 3rem
    }
}

@media (min-width:768px) {
    .header-full__title {
        font-size: 5.3125rem
    }
}

.-title .header-full__title {
    margin-bottom: 0
}

@media print {
    .header-full__title {
        color: #000
    }
}

.header-full__surtitle {
    display: block;
    margin: 0 0 1em;
    color: #fff
}

@media print {
    .header-full__surtitle {
        color: #000
    }
}

.header-full__subtitle {
    display: block;
    margin: 1em 0 0;
    color: #fff
}

@media print {
    .header-full__subtitle {
        color: #000
    }
}

.header-full__category {
    margin: 0 0 1em
}

@media print {
    .header-full__category {
        color: #000
    }
}

.header-full__date {
    margin: 0
}

@media (max-width:767px) {
    .header-full__date {
        font-size: 14px
    }
}

@media (min-width:768px) {
    .header-full__date {
        font-size: 1.5rem
    }
}

@media print {
    .header-full__date {
        color: #000
    }
}

.contact__container {
    letter-spacing: normal;
    font-size: 0;
    display: block;
    text-align: left
}

@media (max-width:767px) {
    .contact__container {
        height: auto
    }
}

.contact__container:before {
    display: none
}

@media (max-width:767px) {
    .contact__map {
        width: 100%;
        height: 330px;
        display: block
    }
}

@media (min-width:768px) {
    .contact__map {
        display: inline-block;
        box-sizing: border-box;
        width: 100%;
        vertical-align: top;
        font-size: 1rem;
        width: 68%;
        height: 100%
    }
}

.contact__info {
    border-bottom: 1px solid #e1e1e1;
    color: #1f1f1f
}

@media (max-width:767px) {
    .contact__info {
        padding: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .contact__info {
        padding: 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .contact__info {
        padding: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .contact__info {
        padding: 50px
    }
}

@media (min-width:1681px) {
    .contact__info {
        padding: 60px
    }
}

.contact__info else {
    border: 1px solid #e1e1e1
}

@media (max-width:767px) {
    .contact__info {
        display: block;
        width: 100%
    }
}

@media (min-width:768px) {
    .contact__info {
        display: inline-block;
        box-sizing: border-box;
        width: 100%;
        vertical-align: top;
        font-size: 1rem;
        width: 32%;
        height: 100%;
        font-size: 0;
        white-space: nowrap
    }
    .contact__info:before {
        display: inline-block;
        height: 100%;
        content: "";
        vertical-align: middle
    }
    .contact__info>* {
        display: inline-block;
        font-size: 1rem;
        vertical-align: middle;
        white-space: normal
    }
}

.contact__logo {
    margin-bottom: .5em
}

.contact__logo span {
    display: block;
    color: #ed1940
}

.contact__subtitle {
    color: #1f1f1f
}

.contact__text {
    font-size: .875rem;
    margin-top: 3em
}

.address__civic, .address__comm {
    display: block
}

.address__civic+.address__comm {
    margin-top: 30px
}

.center {
    border-bottom: 1px solid #e1e1e1
}

@media (min-width:768px) and (max-width:1023px) {
    .center {
        height: 300px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .center {
        height: 240px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .center {
        height: 300px
    }
}

@media (min-width:1681px) {
    .center {
        height: 360px
    }
}

.center else {
    border: 1px solid #e1e1e1
}

.center:last-child {
    border-bottom: none
}

.center__content {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
    font-size: 1rem;
    height: 100%
}

@media (min-width:768px) and (max-width:1023px) {
    .center__content {
        padding-right: 0
    }
    .center__content .event-info__list, .center__content .wrap {
        padding-right: 0
    }
}

@media (min-width:768px) {
    .center__content {
        width: 33.3333333333%
    }
}

.center__map {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
    font-size: 1rem
}

@media (max-width:767px) {
    .center__map {
        height: 200px
    }
    .center__map .event-info__list, .center__map .wrap {
        padding-top: 15px
    }
}

@media (min-width:768px) {
    .center__map {
        width: 66.6666666667%;
        height: 100%
    }
}

.center__title {
    margin-bottom: .25em
}

.center__info {
    font-size: .875rem;
    margin-top: 2em
}

@media (max-width:767px) {
    .center__info {
        margin-bottom: 30px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .center__info {
        margin-bottom: 25px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .center__info {
        margin-bottom: 20px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .center__info {
        margin-bottom: 25px
    }
}

@media (min-width:1681px) {
    .center__info {
        margin-bottom: 30px
    }
}

@media (min-width:1367px) {
    .center__info {
        margin-bottom: 3em
    }
}

.center__info a {
    text-decoration: none
}

.center__info a:hover {
    text-decoration: underline
}

.center-map {
    position: relative
}

@media (max-width:767px) {
    .center-map {
        height: 240px;
        margin-top: 45px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .center-map {
        height: 300px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .center-map {
        height: 240px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .center-map {
        height: 300px
    }
}

@media (min-width:1681px) {
    .center-map {
        height: 360px
    }
}

@media screen and (max-width:767px) {
    .c-page-header {
        line-height: 30px
    }
}

@media screen and (min-width:768px) and (max-width:1366px) {
    .c-page-header {
        line-height: 40px
    }
}

@media screen and (min-width:1367px) {
    .c-page-header {
        line-height: 60px
    }
}

@media screen and (max-width:1023px) {
    .c-page-header.u-p-resp {
        padding: 10px
    }
}

@media screen and (min-width:1024px) and (max-width:1366px) {
    .c-page-header.u-p-resp {
        padding: 24px
    }
}

@media screen and (min-width:1367px) and (max-width:1680px) {
    .c-page-header.u-p-resp {
        padding: 32.5px
    }
}

@media screen and (min-width:1681px) {
    .c-page-header.u-p-resp {
        padding: 50px
    }
}

.c-page-header__title {
    margin: 0;
    line-height: inherit
}

.c-page-header__title .-icon {
    position: relative;
    top: -.1em
}

@supports (display:flex) or (display:box) or (display:flexbox) {
    .c-page-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .c-page-header.-push-left::after, .c-page-header.-push-right::before {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        content: '';
        display: block
    }
    .c-page-header__title {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    @media (max-width:767px) {
        .c-page-header__title {
            padding: 10px
        }
    }
    @media (min-width:768px) and (max-width:1279px) {
        .c-page-header__title {
            padding: 7.5px
        }
    }
    @media (min-width:1280px) and (max-width:1366px) {
        .c-page-header__title {
            padding: 6px
        }
    }
    @media screen and (min-width:1367px) and (max-width:1680px) {
        .c-page-header__title {
            padding: 7.5px
        }
    }
    @media screen and (min-width:1681px) {
        .c-page-header__title {
            padding: 10px
        }
    }
}

.c-page-menu {
    font-size: 0
}

@media screen and (max-width:767px) {
    .c-page-menu {
        line-height: 30px
    }
}

@media screen and (min-width:768px) and (max-width:1366px) {
    .c-page-menu {
        line-height: 40px
    }
}

@media screen and (min-width:1367px) {
    .c-page-menu {
        line-height: 40px
    }
}

.c-page-menu__item {
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle
}

@media (max-width:767px) {
    .c-page-menu__item {
        padding: 10px
    }
}

@media (min-width:768px) and (max-width:1279px) {
    .c-page-menu__item {
        padding: 7.5px
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    .c-page-menu__item {
        padding: 6px
    }
}

@media screen and (min-width:1367px) and (max-width:1680px) {
    .c-page-menu__item {
        padding: 7.5px
    }
}

@media screen and (min-width:1681px) {
    .c-page-menu__item {
        padding: 10px
    }
}

.c-page-menu__item:last-of-type {
    margin-right: 0
}

.c-page-menu__item>* {
    display: block;
    line-height: 1
}

.c-page-menu__item.-width-xs>* {
    min-width: 100px
}

.c-page-menu__item.-width-sm>* {
    min-width: 150px
}

.c-page-menu__item.-width-md>* {
    min-width: 200px
}

.c-page-menu__item.-width-lg>* {
    min-width: 250px
}

@supports (display:flex) or (display:box) or (display:flexbox) {
    .c-page-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .c-page-menu__item {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    @media screen and (min-width:340px) and (max-width:507px) {
        .c-page-menu__item {
            -ms-flex-preferred-size: 50%;
            flex-basis: 50%
        }
    }
    @media screen and (min-width:508px) and (max-width:667px) {
        .c-page-menu__item {
            -ms-flex-preferred-size: 33.333333%;
            flex-basis: 33.333333%
        }
    }
}

.product {
    border-bottom: 1px solid #e1e1e1
}

@media (min-width:768px) and (max-width:1023px) {
    .product {
        padding: 50px 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .product {
        padding: 80px 120px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .product {
        padding: 100px 150px
    }
}

@media (min-width:1681px) {
    .product {
        padding: 120px 180px
    }
}

.product else {
    border: 1px solid #e1e1e1
}

.product__grid {
    letter-spacing: normal;
    font-size: 0
}

@media (min-width:768px) and (max-width:1023px) {
    .product__grid {
        margin-left: -100px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .product__grid {
        margin-left: -80px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .product__grid {
        margin-left: -100px
    }
}

@media (min-width:1681px) {
    .product__grid {
        margin-left: -120px
    }
}

.product__image {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
    font-size: 1rem
}

@media (max-width:767px) {
    .product__image {
        padding: 0 60px;
        padding-top: 60px
    }
}

@media (min-width:768px) {
    .product__image {
        width: 55%
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .product__image {
        padding-left: 100px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .product__image {
        padding-left: 80px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .product__image {
        padding-left: 100px
    }
}

@media (min-width:1681px) {
    .product__image {
        padding-left: 120px
    }
}

.product__content {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
    font-size: 1rem
}

@media (max-width:767px) {
    .product__content {
        width: 100%;
        padding: 45px 60px;
        padding-bottom: 60px
    }
}

@media (min-width:768px) {
    .product__content {
        width: 45%
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .product__content {
        padding-left: 50px;
        padding-top: 25px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .product__content {
        padding-top: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .product__content {
        padding-top: 50px
    }
}

@media (min-width:1681px) {
    .product__content {
        padding-top: 60px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .product__content {
        padding-left: 80px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .product__content {
        padding-left: 100px
    }
}

@media (min-width:1681px) {
    .product__content {
        padding-left: 120px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .product__content {
        padding-right: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .product__content {
        padding-right: 50px
    }
}

@media (min-width:1681px) {
    .product__content {
        padding-right: 60px
    }
}

.product__title {
    margin-bottom: .5em
}

.product__price span {
    font-weight: 400
}

.product__text {
    margin-bottom: 2em
}

.product__form .checkbox-label, .product__form .radio-label {
    font-family: Ciutadella, sans-serif;
    font-weight: 700;
    text-transform: uppercase
}

.product__button {
    margin-top: 2.75em
}

.product__paypal {
    display: inline-block
}

@media (max-width:767px) {
    .product__paypal {
        margin-left: 24px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .product__paypal {
        margin-left: 20px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .product__paypal {
        margin-left: 16px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .product__paypal {
        margin-left: 20px
    }
}

@media (min-width:1681px) {
    .product__paypal {
        margin-left: 24px
    }
}

@media (max-width:375px) {
    .product__paypal {
        margin-left: 10px
    }
}

@media (max-width:767px) {
    .product__paypal svg {
        height: 24px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .product__paypal svg {
        height: 20px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .product__paypal svg {
        height: 16px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .product__paypal svg {
        height: 20px
    }
}

@media (min-width:1681px) {
    .product__paypal svg {
        height: 24px
    }
}

@media (max-width:767px) {
    .product__paypal svg {
        width: 90px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .product__paypal svg {
        width: 75px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .product__paypal svg {
        width: 60px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .product__paypal svg {
        width: 75px
    }
}

@media (min-width:1681px) {
    .product__paypal svg {
        width: 90px
    }
}

@media (max-width:375px) {
    .product__paypal svg {
        width: 55px
    }
}

.team-info {
    border-bottom: 1px solid #e1e1e1
}

@media (max-width:767px) {
    .team-info {
        padding: 0 30px;
        padding-bottom: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .team-info {
        padding: 0 50px;
        padding-bottom: 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .team-info {
        padding: 0 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .team-info {
        padding: 0 50px
    }
}

@media (min-width:1681px) {
    .team-info {
        padding: 0 60px
    }
}

@media (max-width:767px) {
    .team-info {
        padding-top: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .team-info {
        padding-top: 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .team-info {
        padding-top: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .team-info {
        padding-top: 50px
    }
}

@media (min-width:1681px) {
    .team-info {
        padding-top: 60px
    }
}

.team-info else {
    border: 1px solid #e1e1e1
}

@media (min-width:1024px) {
    .team-info .half {
        vertical-align: middle
    }
}

@media (max-width:767px) {
    .team-info__content {
        margin-top: 60px
    }
}

.find-section {
    background-color: #61cbea;
    background-image: url(../../images/backgrounds/pool-2.svg);
    background-position: center left 11.5%;
    background-size: auto 100%;
    text-align: center;
    color: #fff
}

@media (max-width:767px) {
    .find-section {
        height: 330px;
        padding: 81px 0
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .find-section {
        height: 400px;
        padding: 100px 0
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .find-section {
        height: 320px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .find-section {
        height: 400px
    }
}

@media (min-width:1681px) {
    .find-section {
        height: 480px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .find-section {
        padding: 80px 0
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .find-section {
        padding: 100px 0
    }
}

@media (min-width:1681px) {
    .find-section {
        padding: 120px 0
    }
}

.find-section.-info {
    background-image: url(../../images/backgrounds/pool-3.svg)
}

@media (max-width:767px) {
    .find-section.-info {
        padding: 66px 0
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .find-section.-info {
        height: 500px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .find-section.-info {
        height: 400px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .find-section.-info {
        height: 500px
    }
}

@media (min-width:1681px) {
    .find-section.-info {
        height: 600px
    }
}

@media (max-width:767px) {
    .find-section__leaf {
        line-height: 85.2px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .find-section__leaf {
        line-height: 100px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .find-section__leaf {
        line-height: 80px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .find-section__leaf {
        line-height: 100px
    }
}

@media (min-width:1681px) {
    .find-section__leaf {
        line-height: 120px
    }
}

@media (max-width:767px) {
    .find-section__leaf svg {
        width: 85.2px;
        height: 85.2px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .find-section__leaf svg {
        width: 71px;
        height: 71px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .find-section__leaf svg {
        width: 80px;
        height: 80px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .find-section__leaf svg {
        width: 100px;
        height: 100px
    }
}

@media (min-width:1681px) {
    .find-section__leaf svg {
        width: 120px;
        height: 120px
    }
}

.find-section__title {
    font-family: Ciutadella, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0
}

@media (max-width:767px) {
    .find-section__title {
        line-height: 85.2px;
        font-size: 50px
    }
    .-info .find-section__title {
        line-height: 66px;
        font-size: 34px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .find-section__title {
        line-height: 100px
    }
}

@media (min-width:768px) {
    .find-section__title {
        font-size: 4.0625rem
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .find-section__title {
        line-height: 80px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .find-section__title {
        line-height: 100px
    }
}

@media (min-width:1681px) {
    .find-section__title {
        line-height: 120px
    }
}

.find-section__form {
    font-size: 0
}

@media (max-width:767px) {
    .find-section__form {
        line-height: 85.2px
    }
    .-info .find-section__form {
        line-height: 66px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .find-section__form {
        line-height: 100px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .find-section__form {
        line-height: 80px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .find-section__form {
        line-height: 100px
    }
}

@media (min-width:1681px) {
    .find-section__form {
        line-height: 120px
    }
}

.find-section__search-input {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    font-weight: 700
}

@media (max-width:767px) {
    .find-section__search-input {
        height: 42.2535211268px;
        width: 195px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .find-section__search-input {
        height: 50px;
        width: 200px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .find-section__search-input {
        height: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .find-section__search-input {
        height: 50px
    }
}

@media (min-width:1681px) {
    .find-section__search-input {
        height: 60px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .find-section__search-input {
        width: 160px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .find-section__search-input {
        width: 200px
    }
}

@media (min-width:1681px) {
    .find-section__search-input {
        width: 240px
    }
}

@media (max-width:767px) {
    .-register .find-section__search-input {
        width: 180px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .-register .find-section__search-input {
        width: 300px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .-register .find-section__search-input {
        width: 240px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .-register .find-section__search-input {
        width: 300px
    }
}

@media (min-width:1681px) {
    .-register .find-section__search-input {
        width: 360px
    }
}

.find-section__search-button {
    display: inline-block;
    outline: 0;
    color: #fff;
    font-size: .875rem;
    font-family: Ciutadella, sans-serif;
    line-height: 1;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
    transition: background-color .3s, color .3s;
    background-color: #ed1940;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0!important;
    font-size: 1.25rem
}

@media (max-width:1023px) {
    .find-section__search-button {
        padding: 11.5px 20px
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .find-section__search-button {
        padding: 13.0000000002px 24px
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    .find-section__search-button {
        padding: 8.5px 16px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .find-section__search-button {
        padding: 11.5px 20px
    }
}

@media (min-width:1681px) {
    .find-section__search-button {
        padding: 13.0000000002px 24px
    }
}

.find-section__search-button:focus, .find-section__search-button:hover {
    background-color: #d21034;
    color: #fff
}

.find-section__search-button.-icon {
    padding-top: 0;
    padding-bottom: 0
}

@media (max-width:767px) {
    .find-section__search-button.-icon {
        line-height: 42px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .find-section__search-button.-icon {
        line-height: 35px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .find-section__search-button.-icon {
        line-height: 28px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .find-section__search-button.-icon {
        line-height: 35px
    }
}

@media (min-width:1681px) {
    .find-section__search-button.-icon {
        line-height: 42px
    }
}

.find-section__search-button:hover svg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media (max-width:767px) {
    .find-section__search-button {
        line-height: 42.2535211268px;
        width: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .find-section__search-button {
        line-height: 50px;
        width: 100px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .find-section__search-button {
        line-height: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .find-section__search-button {
        line-height: 50px
    }
}

@media (min-width:1681px) {
    .find-section__search-button {
        line-height: 60px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .find-section__search-button {
        width: 80px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .find-section__search-button {
        width: 100px
    }
}

@media (min-width:1681px) {
    .find-section__search-button {
        width: 120px
    }
}

@media (max-width:767px) {
    .-register .find-section__search-button {
        width: 90px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .-register .find-section__search-button {
        width: 150px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .-register .find-section__search-button {
        width: 120px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .-register .find-section__search-button {
        width: 150px
    }
}

@media (min-width:1681px) {
    .-register .find-section__search-button {
        width: 180px
    }
}

.find-section__search-button svg {
    fill: #fff;
    transition: -webkit-transform .6s;
    transition: transform .6s
}

@media (max-width:767px) {
    .find-section__search-button svg {
        width: 30px;
        height: 30px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .find-section__search-button svg {
        width: 35px;
        height: 35px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .find-section__search-button svg {
        width: 28px;
        height: 28px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .find-section__search-button svg {
        width: 35px;
        height: 35px
    }
}

@media (min-width:1681px) {
    .find-section__search-button svg {
        width: 42px;
        height: 42px
    }
}

.find-section__info {
    display: inline-block;
    font-size: 1.125rem
}

@media (max-width:767px) {
    .find-section__info {
        line-height: 85.2px
    }
    .-info .find-section__info {
        line-height: 66px;
        font-size: 12px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .find-section__info {
        line-height: 100px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .find-section__info {
        line-height: 80px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .find-section__info {
        line-height: 100px
    }
}

@media (min-width:1681px) {
    .find-section__info {
        line-height: 120px
    }
}

.find-section__info a {
    line-height: 1;
    color: #fff
}

.find-section__info a:hover {
    color: #fff
}

.find-section__info p {
    margin: 0
}

.gallery {
    position: relative
}

@media (max-width:767px) {
    .gallery {
        margin: 120px 0
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .gallery {
        margin: 100px 0
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .gallery {
        margin: 80px 0
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .gallery {
        margin: 100px 0
    }
}

@media (min-width:1681px) {
    .gallery {
        margin: 120px 0
    }
}

.gallery__slide {
    position: relative;
    display: block;
    cursor: pointer
}

@media (max-width:767px) {
    .gallery__slide {
        height: 240px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .gallery__slide {
        height: 200px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .gallery__slide {
        height: 160px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .gallery__slide {
        height: 200px
    }
}

@media (min-width:1681px) {
    .gallery__slide {
        height: 240px
    }
}

.gallery__arrow {
    position: absolute;
    background: 0 0;
    padding: 0;
    top: 0;
    transition: fill .3s, -webkit-transform .6s;
    transition: fill .3s, transform .6s
}

@media (max-width:767px) {
    .gallery__arrow {
        width: 30px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .gallery__arrow {
        width: 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .gallery__arrow {
        width: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .gallery__arrow {
        width: 50px
    }
}

@media (min-width:1681px) {
    .gallery__arrow {
        width: 60px
    }
}

@media (max-width:767px) {
    .gallery__arrow {
        line-height: 240px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .gallery__arrow {
        line-height: 200px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .gallery__arrow {
        line-height: 160px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .gallery__arrow {
        line-height: 200px
    }
}

@media (min-width:1681px) {
    .gallery__arrow {
        line-height: 240px
    }
}

.gallery__arrow:hover svg {
    fill: #0094c8
}

.gallery__arrow svg {
    fill: #00aad8;
    width: 15px;
    height: 15px;
    transition: fill .3s
}

@media (max-width:767px) {
    .gallery__arrow.-prev {
        left: -30px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .gallery__arrow.-prev {
        left: -50px
    }
}

@media (min-width:1024px) {
    .gallery__arrow.-prev {
        text-align: left
    }
}

.gallery__arrow.-prev:hover {
    -webkit-transform: scale(1.15) translateX(-10%);
    -ms-transform: scale(1.15) translateX(-10%);
    transform: scale(1.15) translateX(-10%)
}

@media (min-width:1024px) and (max-width:1366px) {
    .gallery__arrow.-prev {
        left: -40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .gallery__arrow.-prev {
        left: -50px
    }
}

@media (min-width:1681px) {
    .gallery__arrow.-prev {
        left: -60px
    }
}

@media (max-width:767px) {
    .gallery__arrow.-next {
        right: -30px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .gallery__arrow.-next {
        right: -50px
    }
}

@media (min-width:1024px) {
    .gallery__arrow.-next {
        text-align: right
    }
}

.gallery__arrow.-next:hover {
    -webkit-transform: scale(1.15) translateX(10%);
    -ms-transform: scale(1.15) translateX(10%);
    transform: scale(1.15) translateX(10%)
}

@media (min-width:1024px) and (max-width:1366px) {
    .gallery__arrow.-next {
        right: -40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .gallery__arrow.-next {
        right: -50px
    }
}

@media (min-width:1681px) {
    .gallery__arrow.-next {
        right: -60px
    }
}

.landing-links {
    letter-spacing: normal;
    font-size: 0
}

@media (min-width:1024px) {
    .landing-links {
        height: 100%
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .landing-links.-action {
        height: calc(100% - 120px)
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .landing-links.-action {
        height: calc(100% - 150px)
    }
}

@media (min-width:1681px) {
    .landing-links.-action {
        height: calc(100% - 180px)
    }
}

.landing-links__item {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
    font-size: 1rem;
    height: 100%
}

@media (min-width:1024px) {
    .landing-links__item.-half {
        width: 50%
    }
}

@media (min-width:1024px) {
    .landing-links__item.-third {
        width: 33.3333333333%
    }
}

.landing-link {
    display: block;
    position: relative;
    background-color: #1f1f1f;
    overflow: hidden;
    font-size: 0;
    white-space: nowrap;
    color: #fff;
    text-align: center;
    height: 100%
}

.landing-link:before {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle
}

.landing-link>* {
    display: inline-block;
    font-size: 1rem;
    vertical-align: middle;
    white-space: normal
}

@media (max-width:767px) {
    .landing-link {
        padding: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .landing-link {
        padding: 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .landing-link {
        padding: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .landing-link {
        padding: 50px
    }
}

@media (min-width:1681px) {
    .landing-link {
        padding: 60px
    }
}

@media (max-width:767px) {
    .landing-link {
        padding: 90px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .landing-link {
        padding: 135px
    }
}

@media (max-width:1023px) {
    .landing-link .background-image {
        background-position: center top 25%
    }
}

.landing-link:hover .background-image {
    opacity: .7;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.landing-link:hover .background-image.-overlay {
    opacity: .3
}

.landing-link__title {
    position: relative;
    color: #fff
}

.landing-link__more {
    position: relative;
    font-family: Ciutadella, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 14px;
    color: #fff;
    margin: 0
}

@media (max-width:767px) {
    .landing-link__more {
        margin-right: -24px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .landing-link__more {
        margin-right: -20px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .landing-link__more {
        margin-right: -16px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .landing-link__more {
        margin-right: -20px
    }
}

@media (min-width:1681px) {
    .landing-link__more {
        margin-right: -24px
    }
}

@media (min-width:768px) {
    .landing-link__more {
        font-size: 1.125rem
    }
}

.landing-link__more span {
    vertical-align: middle;
    margin-right: .4em
}

.landing-link__more svg {
    vertical-align: middle;
    fill: #fff
}

@media (max-width:767px) {
    .landing-link__more svg {
        width: 12px;
        height: 12px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .landing-link__more svg {
        width: 15px;
        height: 15px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .landing-link__more svg {
        width: 12px;
        height: 12px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .landing-link__more svg {
        width: 15px;
        height: 15px
    }
}

@media (min-width:1681px) {
    .landing-link__more svg {
        width: 18px;
        height: 18px
    }
}

.landing-actions .half:last-child .landing-action.-white, .landing-actions .half:last-child .landing-action.find-section__search-input, .landing-actions .third:last-child .landing-action.-white, .landing-actions .third:last-child .landing-action.find-section__search-input {
    border-right: none
}

@media (max-width:767px) {
    article+.landing-actions {
        margin-top: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    article+.landing-actions {
        margin-top: 75px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    article+.landing-actions {
        margin-top: 60px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    article+.landing-actions {
        margin-top: 75px
    }
}

@media (min-width:1681px) {
    article+.landing-actions {
        margin-top: 90px
    }
}

@media print {
    .landing-actions {
        display: none
    }
}

.landing-action {
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 0;
    white-space: nowrap;
    transition: background-color .3s;
    font-size: 0
}

.landing-action:before {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle
}

.landing-action>* {
    display: inline-block;
    font-size: 1rem;
    vertical-align: middle;
    white-space: normal
}

@media (max-width:767px) {
    .landing-action {
        height: 210px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .landing-action {
        height: 250px
    }
}

@media (max-width:1023px) {
    .landing-action {
        text-align: center
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .landing-action {
        padding-left: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .landing-action {
        padding-left: 50px
    }
}

@media (min-width:1681px) {
    .landing-action {
        padding-left: 60px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .landing-action {
        padding-right: 60px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .landing-action {
        padding-right: 75px
    }
}

@media (min-width:1681px) {
    .landing-action {
        padding-right: 90px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .landing-action {
        height: 120px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .landing-action {
        height: 150px
    }
}

@media (min-width:1681px) {
    .landing-action {
        height: 180px
    }
}

.landing-action.-blue {
    background-color: #00aad8
}

.landing-action.-blue:hover {
    background-color: #0096bf
}

.landing-action.-light-blue {
    background-color: #63cbe8
}

.landing-action.-light-blue:hover {
    background-color: #37bce1
}

.landing-action.-white, .landing-action.find-section__search-input {
    border-top: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1
}

.landing-action.-white else, .landing-action.find-section__search-input else {
    border: 1px solid #e1e1e1
}

.landing-action.-white else, .landing-action.find-section__search-input else {
    border: 1px solid #e1e1e1
}

@media (max-width:767px) {
    .landing-action.-white, .landing-action.find-section__search-input {
        height: 90px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .landing-action.-white, .landing-action.find-section__search-input {
        height: 100px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .landing-action.-white, .landing-action.find-section__search-input {
        height: 80px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .landing-action.-white, .landing-action.find-section__search-input {
        height: 100px
    }
}

@media (min-width:1681px) {
    .landing-action.-white, .landing-action.find-section__search-input {
        height: 120px
    }
}

.landing-action.-white:hover, .landing-action.find-section__search-input:hover {
    background-color: #fafafa
}

@media (max-width:1023px) {
    .landing-action__icon {
        display: block;
        margin: 0 auto
    }
}

@media (max-width:767px) {
    .landing-action__icon {
        width: 90px;
        margin-bottom: .5em
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .landing-action__icon {
        width: 100px;
        margin-bottom: .75em
    }
}

@media (min-width:1024px) {
    .landing-action__icon {
        display: inline-block;
        vertical-align: middle
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .landing-action__icon {
        width: 80px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .landing-action__icon {
        width: 100px
    }
}

@media (min-width:1681px) {
    .landing-action__icon {
        width: 120px
    }
}

@media (max-width:767px) {
    .landing-action__icon svg {
        width: 90px;
        height: 90px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .landing-action__icon svg {
        width: 100px;
        height: 100px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .landing-action__icon svg {
        height: 60px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .landing-action__icon svg {
        height: 75px
    }
}

@media (min-width:1681px) {
    .landing-action__icon svg {
        height: 90px
    }
}

.landing-action__title {
    color: #fff;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle
}

.-white .landing-action__title, .find-section__search-input .landing-action__title {
    color: #00aad8
}

.landing-action__arrow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0
}

@media (max-width:767px) {
    .landing-action__arrow {
        padding: 0 30px;
        line-height: 210px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .landing-action__arrow {
        padding: 0 33.3333333333px;
        line-height: 250px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .landing-action__arrow {
        padding: 0 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .landing-action__arrow {
        padding: 0 50px
    }
}

@media (min-width:1681px) {
    .landing-action__arrow {
        padding: 0 60px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .landing-action__arrow {
        line-height: 120px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .landing-action__arrow {
        line-height: 150px
    }
}

@media (min-width:1681px) {
    .landing-action__arrow {
        line-height: 180px
    }
}

@media (max-width:767px) {
    .-white .landing-action__arrow, .find-section__search-input .landing-action__arrow {
        line-height: 90px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .-white .landing-action__arrow, .find-section__search-input .landing-action__arrow {
        line-height: 100px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .-white .landing-action__arrow, .find-section__search-input .landing-action__arrow {
        line-height: 80px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .-white .landing-action__arrow, .find-section__search-input .landing-action__arrow {
        line-height: 100px
    }
}

@media (min-width:1681px) {
    .-white .landing-action__arrow, .find-section__search-input .landing-action__arrow {
        line-height: 120px
    }
}

.landing-action__arrow svg {
    fill: #fff
}

@media (max-width:767px) {
    .landing-action__arrow svg {
        width: 18px;
        height: 18px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .landing-action__arrow svg {
        width: 15px;
        height: 15px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .landing-action__arrow svg {
        width: 12px;
        height: 12px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .landing-action__arrow svg {
        width: 15px;
        height: 15px
    }
}

@media (min-width:1681px) {
    .landing-action__arrow svg {
        width: 18px;
        height: 18px
    }
}

.-white .landing-action__arrow svg, .find-section__search-input .landing-action__arrow svg {
    fill: #00aad8
}

.load-more {
    text-align: center
}

@media (max-width:767px) {
    .load-more {
        padding: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .load-more {
        padding: 75px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .load-more {
        padding: 60px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .load-more {
        padding: 75px
    }
}

@media (min-width:1681px) {
    .load-more {
        padding: 90px
    }
}

.load-more__button {
    display: inline-block;
    outline: 0;
    color: #fff;
    font-size: .875rem;
    font-family: Ciutadella, sans-serif;
    line-height: 1;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
    transition: background-color .3s, color .3s;
    background-color: #e1e1e1;
    color: #1c1c1c;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width:1023px) {
    .load-more__button {
        padding: 11.5px 20px
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .load-more__button {
        padding: 13.0000000002px 24px
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    .load-more__button {
        padding: 8.5px 16px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .load-more__button {
        padding: 11.5px 20px
    }
}

@media (min-width:1681px) {
    .load-more__button {
        padding: 13.0000000002px 24px
    }
}

.load-more__button:focus, .load-more__button:hover {
    background-color: #c8c7c7;
    color: #1c1c1c
}

.load-more__button.-icon {
    padding-top: 0;
    padding-bottom: 0
}

@media (max-width:767px) {
    .load-more__button.-icon {
        line-height: 42px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .load-more__button.-icon {
        line-height: 35px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .load-more__button.-icon {
        line-height: 28px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .load-more__button.-icon {
        line-height: 35px
    }
}

@media (min-width:1681px) {
    .load-more__button.-icon {
        line-height: 42px
    }
}

.load-more__button:focus {
    background-color: #e1e1e1
}

.accordion-grid {
    position: relative
}

@media (min-width:1024px) {
    .accordion-grid {
        letter-spacing: normal;
        font-size: 0
    }
}

@media (min-width:1024px) {
    .accordion-grid__main {
        display: inline-block;
        box-sizing: border-box;
        width: 100%;
        vertical-align: top;
        font-size: 1rem
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .accordion-grid__main {
        width: calc(100% - 240px)
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .accordion-grid__main {
        width: calc(100% - 300px)
    }
}

@media (min-width:1681px) {
    .accordion-grid__main {
        width: calc(100% - 360px)
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .accordion-grid__side {
        letter-spacing: normal;
        font-size: 0
    }
}

@media (min-width:1024px) {
    .accordion-grid__side {
        display: inline-block;
        box-sizing: border-box;
        width: 100%;
        vertical-align: top;
        font-size: 1rem
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .accordion-grid__side {
        width: 240px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .accordion-grid__side {
        width: 300px
    }
}

@media (min-width:1681px) {
    .accordion-grid__side {
        width: 360px
    }
}

.accordion-grid__side .background-image {
    left: auto
}

@media (min-width:1024px) and (max-width:1366px) {
    .accordion-grid__side .background-image {
        width: 240px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .accordion-grid__side .background-image {
        width: 300px
    }
}

@media (min-width:1681px) {
    .accordion-grid__side .background-image {
        width: 360px
    }
}

.accordion-list {
    border-top: 1px solid #e1e1e1
}

.accordion-list else {
    border: 1px solid #e1e1e1
}

@media (max-width:767px) {
    .accordion-list {
        margin-bottom: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .accordion-list {
        margin-bottom: 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .accordion-list {
        margin-bottom: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .accordion-list {
        margin-bottom: 50px
    }
}

@media (min-width:1681px) {
    .accordion-list {
        margin-bottom: 60px
    }
}

.accordion-list__item {
    border-bottom: 1px solid #e1e1e1
}

.accordion-list__item else {
    border: 1px solid #e1e1e1
}

.accordion-list__link {
    position: relative;
    font-family: Ciutadella, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    transition: color .3s;
    cursor: pointer
}

@media (max-width:767px) {
    .accordion-list__link {
        line-height: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .accordion-list__link {
        line-height: 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .accordion-list__link {
        line-height: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .accordion-list__link {
        line-height: 50px
    }
}

@media (min-width:1681px) {
    .accordion-list__link {
        line-height: 60px
    }
}

@media (max-width:767px) {
    .accordion-list__link {
        padding: 0 15px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .accordion-list__link {
        padding: 0 12.5px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .accordion-list__link {
        padding: 0 10px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .accordion-list__link {
        padding: 0 12.5px
    }
}

@media (min-width:1681px) {
    .accordion-list__link {
        padding: 0 15px
    }
}

.accordion-list__link.is-open, .accordion-list__link:hover {
    color: #00aad8
}

.accordion-list__link.is-open .accordion-icon:after, .accordion-list__link.is-open .accordion-icon:before, .accordion-list__link:hover .accordion-icon:after, .accordion-list__link:hover .accordion-icon:before {
    background-color: #00aad8
}

.accordion-list__content {
    display: none
}

@media (max-width:767px) {
    .accordion-list__content {
        padding: 15px 15px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .accordion-list__content {
        padding: 25px 25px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .accordion-list__content {
        padding: 40px 80px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .accordion-list__content {
        padding: 50px 100px
    }
}

@media (min-width:1681px) {
    .accordion-list__content {
        padding: 60px 120px
    }
}

.accordion-list__content a {
    text-decoration: none
}

.accordion-list__content a:hover {
    text-decoration: underline
}

.accordion-list__grid {
    letter-spacing: normal;
    font-size: 0
}

@media (max-width:767px) {
    .accordion-list__grid {
        margin-left: -30px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .accordion-list__grid {
        margin-left: -50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .accordion-list__grid {
        margin-left: -40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .accordion-list__grid {
        margin-left: -50px
    }
}

@media (min-width:1681px) {
    .accordion-list__grid {
        margin-left: -60px
    }
}

.accordion-list__grid__item {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
    font-size: 1rem;
    font-size: .875rem
}

@media (max-width:767px) {
    .accordion-list__grid__item {
        width: 50%;
        padding-left: 30px;
        padding-bottom: 30px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .accordion-list__grid__item {
        margin-bottom: 50px;
        padding-left: 50px
    }
}

@media (min-width:768px) {
    .accordion-list__grid__item {
        width: 25%
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .accordion-list__grid__item {
        margin-bottom: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .accordion-list__grid__item {
        margin-bottom: 50px
    }
}

@media (min-width:1681px) {
    .accordion-list__grid__item {
        margin-bottom: 60px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .accordion-list__grid__item {
        padding-left: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .accordion-list__grid__item {
        padding-left: 50px
    }
}

@media (min-width:1681px) {
    .accordion-list__grid__item {
        padding-left: 60px
    }
}

.accordion-list__grid__item p {
    margin-bottom: 0
}

@media (max-width:767px) {
    .swimmer-info {
        padding-bottom: 60px
    }
}

.swimmer-info__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, transform .6s
}

@media (max-width:767px) {
    .swimmer-info__image {
        position: relative;
        height: 350px;
        background-position: top center
    }
}

@media print {
    .swimmer-info__image {
        display: none
    }
}

.swimmer-info__header {
    background-color: #ed1940;
    position: relative;
    color: #fff
}

@media (min-width:768px) and (max-width:1023px) {
    .swimmer-info__header {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .swimmer-info__header {
        padding-left: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .swimmer-info__header {
        padding-left: 50px
    }
}

@media (min-width:1681px) {
    .swimmer-info__header {
        padding-left: 60px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .swimmer-info__header {
        padding-right: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .swimmer-info__header {
        padding-right: 50px
    }
}

@media (min-width:1681px) {
    .swimmer-info__header {
        padding-right: 60px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .swimmer-info__header.-short {
        height: 60px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .swimmer-info__header.-short {
        height: 75px
    }
}

@media (min-width:1681px) {
    .swimmer-info__header.-short {
        height: 90px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .swimmer-info__header.-short .swimmer-info__header__title {
        line-height: 75px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .swimmer-info__header.-short .swimmer-info__header__title {
        line-height: 60px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .swimmer-info__header.-short .swimmer-info__header__title {
        line-height: 75px
    }
}

@media (min-width:1681px) {
    .swimmer-info__header.-short .swimmer-info__header__title {
        line-height: 90px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .swimmer-info__header.-tall {
        height: 80px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .swimmer-info__header.-tall {
        height: 100px
    }
}

@media (min-width:1681px) {
    .swimmer-info__header.-tall {
        height: 120px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .swimmer-info__header.-tall .swimmer-info__header__title {
        line-height: 100px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .swimmer-info__header.-tall .swimmer-info__header__title {
        line-height: 80px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .swimmer-info__header.-tall .swimmer-info__header__title {
        line-height: 100px
    }
}

@media (min-width:1681px) {
    .swimmer-info__header.-tall .swimmer-info__header__title {
        line-height: 120px
    }
}

.swimmer-info__header__title {
    color: #fff;
    margin: 0
}

@media (max-width:767px) {
    .swimmer-info__header__title {
        padding: 39px 30px;
        width: calc(100% - 120px)
    }
}

.swimmer-info__header__rank {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .1);
    text-align: center;
    font-size: 0;
    white-space: nowrap
}

@media (max-width:767px) {
    .swimmer-info__header__rank {
        width: 120px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .swimmer-info__header__rank {
        width: 100px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .swimmer-info__header__rank {
        width: 160px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .swimmer-info__header__rank {
        width: 200px
    }
}

@media (min-width:1681px) {
    .swimmer-info__header__rank {
        width: 240px
    }
}

.swimmer-info__header__rank:before {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle
}

.swimmer-info__header__rank>* {
    display: inline-block;
    font-size: 1rem;
    vertical-align: middle;
    white-space: normal
}

.swimmer-info__header__rank__label {
    font-family: Ciutadella, sans-serif;
    font-size: .8125rem;
    display: block;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: .25em
}

.swimmer-info__header__rank__number {
    font-family: Ciutadella, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.5rem;
    display: block;
    line-height: 1
}

@media (max-width:767px) {
    .has-sharing .swimmer-info__list.list-defs, .has-sharing .swimmer-info__name {
        margin-bottom: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .has-sharing .swimmer-info__list.list-defs, .has-sharing .swimmer-info__name {
        margin-bottom: 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .has-sharing .swimmer-info__list.list-defs, .has-sharing .swimmer-info__name {
        margin-bottom: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .has-sharing .swimmer-info__list.list-defs, .has-sharing .swimmer-info__name {
        margin-bottom: 50px
    }
}

@media (min-width:1681px) {
    .has-sharing .swimmer-info__list.list-defs, .has-sharing .swimmer-info__name {
        margin-bottom: 60px
    }
}

.swimmer-info__name {
    font-family: Ciutadella, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 3.125rem
}

@media (min-width:768px) {
    .swimmer-info__name {
        font-size: 3.75rem
    }
}

.swimmer-info__name span {
    display: block
}

.ajax-list {
    position: relative
}

.ajax-list::after {
    background: transparent url(../../images/loader.gif) no-repeat 50%;
    content: '';
    height: 50px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 200px;
    width: 50px
}

.ajax-list.-is-loading::after {
    opacity: 1
}

.ajax-list.-is-loading .ajax-list-container {
    opacity: .5;
    pointer-events: none
}

.ajax-list-container, .ajax-list::after {
    transition: opacity cubic-bezier(.645, .045, .355, 1) 250ms
}

.ajax-error {
    display: none
}

.u-loadable {
    position: relative
}

.u-loadable::after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 200px;
    left: 50%;
    height: 50px;
    width: 50px;
    background-color: transparent;
    background-image: url(../../images/loader.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.u-loadable.is-loading::after {
    opacity: 1
}

.u-loadable.is-loading .u-loadable-target {
    opacity: .5;
    pointer-events: none
}

.u-loadable-target, .u-loadable::after {
    transition: opacity cubic-bezier(.645, .045, .355, 1) 250ms
}

.share-links {
    position: relative;
    text-align: center
}

.share-links.-in-header {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0
}

.share-links.-left {
    text-align: left
}

@media (min-width:768px) and (max-width:1023px) {
    .share-links.-left {
        padding: 0 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .share-links.-left {
        padding: 0 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .share-links.-left {
        padding: 0 50px
    }
}

@media (min-width:1681px) {
    .share-links.-left {
        padding: 0 60px
    }
}

@media (max-width:767px) {
    .share-links.-relative {
        position: relative
    }
}

@media print {
    .share-links {
        display: none
    }
}

.share-links__list {
    letter-spacing: normal;
    font-size: 0;
    margin: 0!important;
    padding: 0!important;
    list-style: none!important
}

.share-links__item {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
    font-size: 1rem
}

.share-links__item::before {
    content: none!important
}

.share-links__item+.share-links__item {
    margin-top: 0!important
}

@media (max-width:767px) {
    .share-links__item {
        width: 33.3333333333%
    }
    .share-links__item.-print {
        display: none
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .share-links__item {
        width: 130px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .share-links__item {
        width: 112px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .share-links__item {
        width: 130px
    }
}

@media (min-width:1681px) {
    .share-links__item {
        width: 144px
    }
}

.share-links__link {
    display: block;
    font-family: Ciutadella, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.0625rem;
    color: #fff;
    text-decoration: none;
    transition: background-color .3s;
    text-align: left;
    white-space: nowrap
}

@media (max-width:767px) {
    .share-links__link {
        line-height: 36px;
        padding: 0 9px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .share-links__link {
        line-height: 35px;
        padding: 0 12.5px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .share-links__link {
        line-height: 32px;
        padding: 0 10px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .share-links__link {
        line-height: 30px;
        padding: 0 12.5px
    }
}

@media (min-width:1681px) {
    .share-links__link {
        line-height: 36px;
        padding: 0 9px
    }
}

.share-links__link:hover {
    color: #fff;
    text-decoration: none!important
}

.share-links__link.-facebook {
    background-color: #3b5998
}

.share-links__link.-facebook:hover {
    background-color: #4264aa
}

.share-links__link.-twitter {
    background-color: #55acee
}

.share-links__link.-twitter:hover {
    background-color: #6cb7f0
}

.share-links__link.-email {
    background-color: #bbb
}

.share-links__link.-email:hover {
    background-color: #c8c8c8
}

.share-links__link.-print {
    background-color: #d7d7d7
}

.share-links__link.-print:hover {
    background-color: #e4e4e4
}

.share-links__link svg {
    fill: #fff
}

@media (max-width:767px) {
    .share-links__link svg {
        width: 21px;
        height: 21px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .share-links__link svg {
        width: 17.5px;
        height: 17.5px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .share-links__link svg {
        width: 14px;
        height: 14px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .share-links__link svg {
        width: 17.5px;
        height: 17.5px
    }
}

@media (min-width:1681px) {
    .share-links__link svg {
        width: 21px;
        height: 21px
    }
}

.share-links__link span {
    position: relative;
    display: inline-block;
    margin-left: .2em
}

.share-links__link span:before {
    content: "";
    width: 1px;
    background-color: #fff;
    opacity: .15;
    display: inline-block;
    margin-right: .75em;
    vertical-align: middle
}

@media (max-width:767px) {
    .share-links__link span:before {
        height: 21px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .share-links__link span:before {
        height: 17.5px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .share-links__link span:before {
        height: 14px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .share-links__link span:before {
        height: 17.5px
    }
}

@media (min-width:1681px) {
    .share-links__link span:before {
        height: 21px
    }
}

@media (max-height:500px) {
    .p404 .header-full {
        display: block;
        height: auto
    }
}

@media (max-width:767px) {
    .p404_image {
        margin-bottom: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .p404_image {
        margin-bottom: 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .p404_image {
        margin-bottom: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .p404_image {
        margin-bottom: 50px
    }
}

@media (min-width:1681px) {
    .p404_image {
        margin-bottom: 60px
    }
}

.p404_image svg {
    width: 245px;
    height: 245px
}

.footer-main {
    background-color: #1f1f1f;
    color: #fff
}

@media (max-width:767px) {
    .footer-main {
        padding: 0 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .footer-main {
        padding: 0 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .footer-main {
        padding: 0 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .footer-main {
        padding: 0 50px
    }
}

@media (min-width:1681px) {
    .footer-main {
        padding: 0 60px
    }
}

@media (max-width:1023px) {
    .footer-main {
        text-align: center
    }
}

.footer-main a {
    color: #fff;
    text-decoration: none
}

.footer-main a:hover {
    color: #fff
}

@media print {
    .footer-main {
        display: none
    }
}

@media (max-width:767px) {
    .footer-main__top {
        padding-top: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .footer-main__top {
        padding-top: 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .footer-main__top {
        padding-top: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .footer-main__top {
        padding-top: 50px
    }
}

@media (min-width:1681px) {
    .footer-main__top {
        padding-top: 60px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .footer-main__top {
        height: 180px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .footer-main__top {
        height: 180px
    }
}

@media (min-width:1681px) {
    .footer-main__top {
        height: 180px
    }
}

.footer-main__team {
    overflow: hidden;
    display: inline-block
}

.footer-main__team:hover .arrow {
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-name: moveRight;
    animation-name: moveRight;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@media (min-width:1024px) {
    .footer-main__team {
        float: right
    }
}

.footer-main__team__site {
    font-family: Ciutadella, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: .05em;
    line-height: 1;
    overflow: hidden;
    text-align: left
}

@media (max-width:767px) {
    .footer-main__team__site {
        margin-top: 1em;
        display: block
    }
}

@media (min-width:768px) {
    .footer-main__team__site {
        margin-left: .75em
    }
}

@media (max-width:1023px) {
    .footer-main__team__site {
        font-size: 18px;
        line-height: 1
    }
}

@media (min-width:1024px) {
    .footer-main__team__site {
        font-size: 1.25rem
    }
}

.footer-main__team__site svg {
    fill: #00aad8;
    display: block
}

@media (max-width:767px) {
    .footer-main__team__site svg {
        width: 15px;
        height: 15px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .footer-main__team__site svg {
        width: 12.5px;
        height: 12.5px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .footer-main__team__site svg {
        width: 10px;
        height: 10px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .footer-main__team__site svg {
        width: 12.5px;
        height: 12.5px
    }
}

@media (min-width:1681px) {
    .footer-main__team__site svg {
        width: 15px;
        height: 15px
    }
}

.footer-main__team__logo {
    display: inline-block;
    vertical-align: middle
}

@media (max-width:767px) {
    .footer-main__team__logo svg {
        width: 120px;
        height: 120px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .footer-main__team__logo svg {
        width: 100px;
        height: 100px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .footer-main__team__logo svg {
        width: 80px;
        height: 80px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .footer-main__team__logo svg {
        width: 100px;
        height: 100px
    }
}

@media (min-width:1681px) {
    .footer-main__team__logo svg {
        width: 120px;
        height: 120px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .footer-main__team__logo svg {
        width: 68px;
        height: 68px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .footer-main__team__logo svg {
        width: 85px;
        height: 85px
    }
}

@media (min-width:1681px) {
    .footer-main__team__logo svg {
        width: 102px;
        height: 102px
    }
}

.footer-main__bot {
    line-height: 1;
    font-size: .75rem;
    color: rgba(255, 255, 255, .5)
}

.footer-main__bot a, .footer-main__bot a:hover {
    color: rgba(255, 255, 255, .5)
}

@media (max-width:1023px) {
    .footer-main__bot {
        padding-top: 0;
        margin-top: 60px;
        padding-bottom: 30px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .footer-main__bot {
        height: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .footer-main__bot {
        height: 50px
    }
}

@media (min-width:1681px) {
    .footer-main__bot {
        height: 60px
    }
}

.footer-main__copy {
    margin: 0;
    display: inline-block
}

@media (max-width:1023px) {
    .footer-main__copy {
        margin-bottom: 1em;
        display: block
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .footer-main__copy {
        margin-right: 36px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .footer-main__copy {
        margin-right: 45px
    }
}

@media (min-width:1681px) {
    .footer-main__copy {
        margin-right: 54px
    }
}

.footer-main__old {
    margin: 0;
    display: inline-block
}

.footer-main__old a:hover {
    text-decoration: underline
}

@media (min-width:1024px) {
    .home-grid {
        letter-spacing: normal;
        font-size: 0
    }
}

@media (min-width:1024px) {
    .home-grid__main {
        display: inline-block;
        box-sizing: border-box;
        width: 100%;
        vertical-align: top;
        font-size: 1rem
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .home-grid__main {
        width: calc(100% - 280px)
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .home-grid__main {
        width: calc(100% - 350px)
    }
}

@media (min-width:1681px) {
    .home-grid__main {
        width: calc(100% - 420px)
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .home-grid__side {
        letter-spacing: normal;
        font-size: 0
    }
}

@media (min-width:1024px) {
    .home-grid__side {
        display: inline-block;
        box-sizing: border-box;
        width: 100%;
        vertical-align: top;
        font-size: 1rem
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .home-grid__side {
        width: 280px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .home-grid__side {
        width: 350px
    }
}

@media (min-width:1681px) {
    .home-grid__side {
        width: 420px
    }
}

@media (min-width:1024px) {
    .single-post .header-full {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (min-width:1024px) and (min-width:1024px) and (max-width:1366px) {
    .single-post .header-full {
        padding: 68px 120px
    }
}

@media (min-width:1024px) and (min-width:1367px) and (max-width:1680px) {
    .single-post .header-full {
        padding: 85px 150px
    }
}

@media (min-width:1024px) and (min-width:1681px) {
    .single-post .header-full {
        padding: 102px 180px
    }
}

@media (max-width:1023px) {
    .event-info, .event-info__list {
        padding-bottom: 2em
    }
}

@media (max-width:767px) {
    .event-info__title {
        margin-bottom: 42px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .event-info__title {
        margin-bottom: 35px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .event-info__title {
        margin-bottom: 28px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .event-info__title {
        margin-bottom: 35px
    }
}

@media (min-width:1681px) {
    .event-info__title {
        margin-bottom: 42px
    }
}

.event-info__title:last-child {
    margin-bottom: 0
}

.event-logo {
    position: relative
}

.ss-revert {width: calc(-280px + 100%);}
.ss-menu {width: 280px;}

@media (max-width:1020px) {

    .ss-revert {
        width: 100%;
    }
    .ss-menu {width: 100%; margin-top: -95px;}
}



@media (max-width:767px) {
    .event-logo {
        height: 240px
    }
    .ss-revert {
        width: 100%;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .event-logo {
        height: 200px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .event-logo {
        height: 160px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .event-logo {
        height: 200px
    }
}

@media (min-width:1681px) {
    .event-logo {
        height: 240px
    }
}

@media (max-width:767px) {
    .event-logo {
        height: auto
    }
}

.event-logo img, .event-logo svg {
    height: 100%;
    width: auto
}

@media (max-width:767px) {
    .event-logo img, .event-logo svg {
        width: 100%;
        height: auto;
        max-width: 540px
    }
}

.sponsor-group+.sponsor-group {
    border-top: 1px solid #e1e1e1
}

.sponsor-group+.sponsor-group else {
    border: 1px solid #e1e1e1
}

.sponsor-list {
    letter-spacing: normal;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

.sponsor-item {
    font-size: 0;
    white-space: nowrap;
    text-decoration: none
}

.sponsor-item:before {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle
}

.sponsor-item>* {
    display: inline-block;
    font-size: 1rem;
    vertical-align: middle;
    white-space: normal
}

.sponsor-item>* {
    display: inline-block;
    padding: 30px
}

.sponsor-item img {
    max-width: 75%
}

@media (max-width:1023px) {
    .sponsor-item.half {
        width: 50%
    }
}

@media (max-width:767px) {
    .sponsor-item.half {
        height: 100px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .sponsor-item.half {
        height: 120px
    }
}

@media (min-width:1024px) {
    .sponsor-item.half {
        height: 240px
    }
}

@media (max-width:767px) {
    .sponsor-item.half img {
        max-height: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .sponsor-item.half img {
        max-height: 80px
    }
}

@media (min-width:1024px) {
    .sponsor-item.half img {
        max-height: 120px
    }
}

@media (max-width:767px) {
    .sponsor-item.third {
        width: 50%;
        height: 100px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .sponsor-item.third {
        width: 33.3333333333%;
        height: 120px
    }
}

@media (min-width:1024px) {
    .sponsor-item.third {
        height: 240px
    }
}

@media (max-width:767px) {
    .sponsor-item.third img {
        max-height: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .sponsor-item.third img {
        max-height: 80px
    }
}

@media (min-width:1024px) {
    .sponsor-item.third img {
        max-height: 100px
    }
}

@media (max-width:767px) {
    .sponsor-item.quarter {
        width: 50%;
        height: 100px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .sponsor-item.quarter {
        width: 33.3333333333%;
        height: 120px
    }
}

@media (min-width:1024px) {
    .sponsor-item.quarter {
        height: 240px
    }
}

@media (max-width:767px) {
    .sponsor-item.quarter img {
        max-height: 40px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .sponsor-item.quarter img {
        max-height: 60px
    }
}

@media (min-width:1024px) {
    .sponsor-item.quarter img {
        max-height: 80px
    }
}

.store__item {
    display: block;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
    font-size: 1rem;
    border-bottom: 1px solid #e1e1e1;
    text-decoration: none
}

@media (min-width:768px) {
    .store__item {
        width: 50%
    }
}

@media (max-width:767px) {
    .store__item {
        padding: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .store__item {
        padding: 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .store__item {
        padding: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .store__item {
        padding: 50px
    }
}

@media (min-width:1681px) {
    .store__item {
        padding: 60px
    }
}

.store__item else {
    border: 1px solid #e1e1e1
}

@media (min-width:1024px) and (max-width:1366px) {
    .store__item {
        height: 280px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .store__item {
        height: 350px
    }
}

@media (min-width:1681px) {
    .store__item {
        height: 420px
    }
}

.store__item:nth-child(even) {
    border-left: 1px solid #e1e1e1
}

.store__item:nth-child(even) else {
    border: 1px solid #e1e1e1
}

.store__item:hover .store__item__title {
    text-decoration: underline
}

.store__item:hover .store__item__price {
    color: #ed1940
}

.store__item:hover .store__item__content svg {
    fill: #ed1940
}

.store__item:hover .arrow {
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-name: moveRight;
    animation-name: moveRight;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.store__item__image {
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
    font-size: 1rem;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle
}

@media (max-width:767px) {
    .store__item__image {
        height: 180px;
        margin-bottom: 24px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .store__item__image {
        height: 200px;
        margin-bottom: 25px
    }
}

@media (min-width:1024px) {
    .store__item__image {
        width: 50%
    }
}

@media (max-width:767px) {
    .store__item__image {
        padding-left: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .store__item__image {
        padding-left: 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .store__item__image {
        padding-left: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .store__item__image {
        padding-left: 50px
    }
}

@media (min-width:1681px) {
    .store__item__image {
        padding-left: 60px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .store__item__image {
        height: 200px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .store__item__image {
        height: 250px
    }
}

@media (min-width:1681px) {
    .store__item__image {
        height: 300px
    }
}

.store__item__image:before {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle
}

.store__item__image>* {
    display: inline-block;
    font-size: 1rem;
    vertical-align: middle;
    white-space: normal
}

.store__item__image img {
    max-height: 100%
}

.store__item__content {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
    font-size: 1rem;
    vertical-align: middle
}

@media (max-width:767px) {
    .store__item__content {
        padding-right: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .store__item__content {
        padding-right: 100px
    }
}

@media (min-width:1024px) {
    .store__item__content {
        width: 50%
    }
}

@media (max-width:767px) {
    .store__item__content {
        padding-left: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .store__item__content {
        padding-left: 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .store__item__content {
        padding-left: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .store__item__content {
        padding-left: 50px
    }
}

@media (min-width:1681px) {
    .store__item__content {
        padding-left: 60px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .store__item__content {
        padding-right: 80px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .store__item__content {
        padding-right: 100px
    }
}

@media (min-width:1681px) {
    .store__item__content {
        padding-right: 120px
    }
}

.store__item__content svg {
    fill: #a5a5a5;
    transition: fill .3s
}

@media (max-width:767px) {
    .store__item__content svg {
        width: 15px;
        height: 15px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .store__item__content svg {
        width: 12.5px;
        height: 12.5px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .store__item__content svg {
        width: 10px;
        height: 10px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .store__item__content svg {
        width: 12.5px;
        height: 12.5px
    }
}

@media (min-width:1681px) {
    .store__item__content svg {
        width: 15px;
        height: 15px
    }
}

.store__item__title {
    margin-bottom: .5em
}

.store__item__price {
    font-size: 1.125rem;
    color: #a5a5a5;
    margin: 0;
    transition: color .3s
}

.search-results__group {
    border-top: 1px solid #e1e1e1
}

.search-results__group else {
    border: 1px solid #e1e1e1
}

.search-results__list {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-column-width: 250px;
    column-width: 250px
}

.search-results__item {
    padding: 1em 0;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid
}

@media (max-width:767px) {
    .search-results__item {
        font-size: 16px
    }
}

@media (min-width:768px) {
    .search-results__item {
        font-size: 1.125rem
    }
}

.search-results__item__link {
    color: #1f1f1f;
    text-decoration: none
}

.search-results__item__link:hover {
    text-decoration: underline
}

.search-results__item__title {
    display: block;
    font-weight: 700
}

.search-results__item__date, .search-results__item__section, .search-results__item__year {
    font-size: .75rem
}

.search-results__item__date, .search-results__item__section {
    display: block;
    margin-top: .5em
}

.search-results__item__year {
    vertical-align: text-bottom
}

.search-results__search {
    border-bottom: 1px solid #e1e1e1
}

.search-results__search else {
    border: 1px solid #e1e1e1
}

@media (max-width:767px) {
    .search-results__search {
        padding: 27px 30px
    }
}

@media (min-width:768px) and (max-width:1279px) {
    .search-results__search {
        padding: 37.5px 50px
    }
}

@media (min-width:1280px) {
    .search-results__search {
        display: none
    }
}

.provincial-partners__item {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
    font-size: 1rem;
    border-bottom: 1px solid #e1e1e1
}

@media (min-width:768px) {
    .provincial-partners__item {
        width: 50%
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .provincial-partners__item {
        height: 400px
    }
}

@media (max-width:767px) {
    .provincial-partners__item {
        padding: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .provincial-partners__item {
        padding: 50px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .provincial-partners__item {
        padding: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .provincial-partners__item {
        padding: 50px
    }
}

@media (min-width:1681px) {
    .provincial-partners__item {
        padding: 60px
    }
}

.provincial-partners__item else {
    border: 1px solid #e1e1e1
}

@media (min-width:1024px) and (max-width:1366px) {
    .provincial-partners__item {
        height: 240px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .provincial-partners__item {
        height: 300px
    }
}

@media (min-width:1681px) {
    .provincial-partners__item {
        height: 360px
    }
}

.provincial-partners__item:nth-child(even) {
    border-left: 1px solid #e1e1e1
}

.provincial-partners__item:nth-child(even) else {
    border: 1px solid #e1e1e1
}

.provincial-partners__grid {
    letter-spacing: normal;
    font-size: 0
}

@media (min-width:1024px) and (max-width:1366px) {
    .provincial-partners__grid {
        margin-left: -40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .provincial-partners__grid {
        margin-left: -50px
    }
}

@media (min-width:1681px) {
    .provincial-partners__grid {
        margin-left: -60px
    }
}

.provincial-partners__image {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
    font-size: 1rem;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    font-size: 0;
    white-space: nowrap
}

@media (max-width:767px) {
    .provincial-partners__image {
        padding: 15px 30px;
        height: 90px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .provincial-partners__image {
        padding: 25px 62.5px;
        height: 125px
    }
}

@media (min-width:1024px) {
    .provincial-partners__image {
        width: 40%
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .provincial-partners__image {
        padding: 50px 10px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .provincial-partners__image {
        padding: 62.5px 12.5px
    }
}

@media (min-width:1681px) {
    .provincial-partners__image {
        padding: 75px 15px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .provincial-partners__image {
        padding-left: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .provincial-partners__image {
        padding-left: 50px
    }
}

@media (min-width:1681px) {
    .provincial-partners__image {
        padding-left: 60px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .provincial-partners__image {
        height: 160px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .provincial-partners__image {
        height: 200px
    }
}

@media (min-width:1681px) {
    .provincial-partners__image {
        height: 240px
    }
}

.provincial-partners__image:before {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle
}

.provincial-partners__image>* {
    display: inline-block;
    font-size: 1rem;
    vertical-align: middle;
    white-space: normal
}

@media (max-width:767px) {
    .provincial-partners__image img {
        max-height: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .provincial-partners__image img {
        max-height: 75px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .provincial-partners__image img {
        max-height: 60px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .provincial-partners__image img {
        max-height: 75px
    }
}

@media (min-width:1681px) {
    .provincial-partners__image img {
        max-height: 90px
    }
}

.provincial-partners__content {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
    font-size: 1rem;
    vertical-align: middle
}

@media (min-width:1024px) and (max-width:1366px) {
    .provincial-partners__content {
        padding-left: 40px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .provincial-partners__content {
        padding-left: 50px
    }
}

@media (min-width:1681px) {
    .provincial-partners__content {
        padding-left: 60px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .provincial-partners__content {
        height: 160px
    }
}

@media (min-width:1367px) and (max-width:1680px) {
    .provincial-partners__content {
        height: 200px
    }
}

@media (min-width:1681px) {
    .provincial-partners__content {
        height: 240px
    }
}

@media (min-width:1024px) {
    .provincial-partners__content {
        width: 60%
    }
}

.provincial-partners__text {
    font-size: .875rem;
    margin-bottom: 2em
}

.provincial-partners__text .address__civic+.address__comm {
    margin-top: 15px
}

.u-alpha {
    font-size: 3rem
}

.u-beta {
    font-size: 2.5rem
}

.u-gamma {
    font-size: 1.875rem
}

.u-delta {
    font-size: 1.5rem
}

.u-epsilon {
    font-size: 1.125rem
}

.u-zeta {
    font-size: 1rem
}

.u-giga {
    font-size: 5.3125rem
}

.u-kilo {
    font-size: 4.5rem
}

.u-mega {
    font-size: 3.375rem
}

.u-milli {
    font-size: 14px
}

.u-micro {
    font-size: 12px
}

.u-nano {
    font-size: 10px
}

.vertical-center {
    font-size: 0;
    white-space: nowrap
}

.vertical-center:before {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle
}

.vertical-center>* {
    display: inline-block;
    font-size: 1rem;
    vertical-align: middle;
    white-space: normal
}

.clearfix:after, .table-caption .r1:after, .table-caption .r2:after, .table-caption .r3:after, .tl-heading:after, caption .r1:after, caption .r2:after, caption .r3:after {
    content: "";
    display: table;
    clear: both
}

.truncate {
    max-width: 100%;
    word-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.has-js .hide-if-js, .has-no-js .hide-if-no-js, .u-hidden {
    display: none!important;
    visibility: hidden!important
}

@media print {
    .u-hidden\@print {
        display: none!important;
        visibility: hidden!important
    }
}

.screen-reader-text {
    position: absolute!important;
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    margin: 0;
    border: 0;
    clip: rect(0 0 0 0)
}

.screen-reader-text.-focusable:active, .screen-reader-text.-focusable:focus {
    height: auto;
    width: auto;
    clip: auto
}

.u-relative {
    position: relative
}

.left {
    float: left!important
}

.right {
    float: right!important
}

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

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

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

@media (max-width:39.9375em) {
    .align-center\@to-small {
        text-align: center!important
    }
    .align-right\@to-small {
        text-align: right!important
    }
}

@media (min-width:40em) {
    .align-center\@from-small {
        text-align: center!important
    }
    .align-right\@from-small {
        text-align: right!important
    }
}

.align-base {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.-border {
    border-bottom: 1px solid #e1e1e1
}

.-border else {
    border: 1px solid #e1e1e1
}

.-border-top {
    border-top: 1px solid #e1e1e1
}

.-border-top else {
    border: 1px solid #e1e1e1
}

.-border-left {
    border-left: 1px solid #e1e1e1
}

.-border-left else {
    border: 1px solid #e1e1e1
}

.-border-right {
    border-right: 1px solid #e1e1e1
}

.-border-right else {
    border: 1px solid #e1e1e1
}

.-border-right+.-border-left {
    margin-left: -1px
}

.-border-left+.-border-right {
    margin-right: -1px
}

.right.-border-left {
    margin-left: 0;
    position: relative;
    left: -1px
}

.normal {
    font-weight: 400
}

.u-nomargin {
    margin: 0
}

.u-fg--base {
    color: #1f1f1f
}

.u-fg--red {
    color: #ed1940
}

.u-fg--blue {
    color: #00aad8
}

.u-b else {
    border: 1px solid #e1e1e1
}

.u-bt {
    border-top: 1px solid #e1e1e1
}

.u-bt else {
    border: 1px solid #e1e1e1
}

.u-br {
    border-right: 1px solid #e1e1e1
}

.u-br else {
    border: 1px solid #e1e1e1
}

.u-bb {
    border-bottom: 1px solid #e1e1e1
}

.u-bb else {
    border: 1px solid #e1e1e1
}

.u-bl {
    border-left: 1px solid #e1e1e1
}

.u-bl else {
    border: 1px solid #e1e1e1
}

.u-bh {
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1
}

.u-bh else {
    border: 1px solid #e1e1e1
}

.u-bh else {
    border: 1px solid #e1e1e1
}

.u-bv {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1
}

.u-bv else {
    border: 1px solid #e1e1e1
}

.u-bv else {
    border: 1px solid #e1e1e1
}

.u-br+.u-bl {
    margin-left: -1px
}

.u-bl+.u-br {
    margin-right: -1px
}

@media screen and (max-width:1023px) {
    .u-p-resp {
        padding: 20px
    }
    .u-pt-resp {
        padding-top: 20px
    }
    .u-pr-resp {
        padding-right: 20px
    }
    .u-pb-resp {
        padding-bottom: 20px
    }
    .u-pl-resp {
        padding-left: 20px
    }
    .u-ph-resp {
        padding-right: 20px;
        padding-left: 20px
    }
    .u-pv-resp {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media screen and (min-width:1024px) and (max-width:1366px) {
    .u-p-resp {
        padding: 30px
    }
    .u-pt-resp {
        padding-top: 30px
    }
    .u-pr-resp {
        padding-right: 30px
    }
    .u-pb-resp {
        padding-bottom: 30px
    }
    .u-pl-resp {
        padding-left: 30px
    }
    .u-ph-resp {
        padding-right: 30px;
        padding-left: 30px
    }
    .u-pv-resp {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media screen and (min-width:1367px) and (max-width:1680px) {
    .u-p-resp {
        padding: 40px
    }
    .u-pt-resp {
        padding-top: 40px
    }
    .u-pr-resp {
        padding-right: 40px
    }
    .u-pb-resp {
        padding-bottom: 40px
    }
    .u-pl-resp {
        padding-left: 40px
    }
    .u-ph-resp {
        padding-right: 40px;
        padding-left: 40px
    }
    .u-pv-resp {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media screen and (min-width:1681px) {
    .u-p-resp {
        padding: 60px
    }
    .u-pt-resp {
        padding-top: 60px
    }
    .u-pr-resp {
        padding-right: 60px
    }
    .u-pb-resp {
        padding-bottom: 60px
    }
    .u-pl-resp {
        padding-left: 60px
    }
    .u-ph-resp {
        padding-right: 60px;
        padding-left: 60px
    }
    .u-pv-resp {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.sticky {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
}



img.footer-ca-logo {
    max-width: 200px;
    position: absolute;
    right: 0;
    top: 60px;
}

.footer-main__top {
    position: relative;
}

.mrlogo-link{
    display: block;
    position: absolute;
    right: 0;
    top: 120px;    
}

@media only screen and (max-width: 1366px){
	img.footer-ca-logo {
		top: 40px;
	}
	
	.mrlogo-link{
        top: 100px;    
    }
}

@media only screen and (max-width: 1024px){
    .mrlogo-link{
        top: 92px;    
    }
    
    .mrlogo-link img{
        max-width: 80px!important;
    }
}

@media only screen and (max-width: 768px){
	img.footer-ca-logo {
	    max-width: 200px;
	    position: absolute;
	    right: 0;
	    top: 40px;
	    left: 0;
	    right: 0;
	    margin: auto;
	}
	
	.mrlogo-link{
	    position: absolute;
        right: 0;
        top: 88px;
        left: 0;
        right: 0;
        margin: auto;
	}
	
    .footer-main {
        text-align: center;
        padding-bottom: 100px;
    }	
    
    .footer-main__top {
        padding-top: 129px;
    }
}

.center__title{
    height: auto!important;
}


/*
body.home header.upcoming__header {
    display: none;
}
*/