.styles_root__LG_OS {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 8671342;
    transition: opacity 0.5s ease-in-out;
    pointer-events: none;
}
.styles_root__LG_OS.styles_hide__5YmMg {
    opacity: 0;
}
.styles_root__LG_OS.styles_show__4L7e3 {
    opacity: 1;
}
.styles_root__LG_OS img {
    max-width: 80%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
:focus {
    outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
a:active,
a:focus,
a:hover {
    outline: none;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
figure,
form {
    margin: 0;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button,
html,
input,
select,
textarea {
    color: #222;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
:root {
    --main-width: 1280px;
    --color-main: #17A1FF;
    --color-grey: #f7f7f7;
    --color-black: #000;
    --color-grey-dark: #707070;
    --color-pink: #d82b91;
    --header-height: 90px;
    --input-height: 50px;
    --fontsize-root: 20px;
    --fontsize-larger: 60px;
    --fontsize-large: 50px;
    --fontsize-medium: 30px;
    --fontsize-small: 90%;
    --spacing-block: 100px;
    --spacing-content: 30px;
    --spacing-column: 50px;
}
@media (max-width: 992px) {
    :root {
        --header-height: 60px;
        --fontsize-root: 18px;
        --fontsize-larger: 40px;
        --fontsize-large: 35px;
        --fontsize-medium: 20px;
        --spacing-block: 50px;
        --spacing-content: 20px;
        --spacing-column: 30px;
    }
}
@media (max-width: 576px) {
    :root {
        --header-height: 60px;
        --fontsize-root: 16px;
        --fontsize-larger: 30px;
        --fontsize-large: 25px;
        --fontsize-medium: 18px;
        --spacing-block: 50px;
        --spacing-content: 20px;
        --spacing-column: 30px;
    }
}
* {
    box-sizing: border-box;
}
body {
    font-weight: 400;
    font-size: var(--fontsize-root);
    line-height: 1.5;
    color: #000;
}
main > section:first-child {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    padding-top: var(--header-height);
}
main > section:first-child .container h1,
main > section:first-child .container h2 {
    -webkit-margin-before: var(--spacing-content);
    margin-block-start: var(--spacing-content);
}
section {
    margin-block: var(--spacing-block);
    overflow: hidden;
}
section.block .container {
    position: relative;
    width: 90%;
    max-width: 1520px;
    margin: 0 auto;
    box-sizing: border-box;
}
section.block .container .swiper {
    overflow: inherit;
}
section.block[bg="grey"] {
    background-color: var(--color-grey);
}
section.block[bg="grey"] > div {
    padding-block: var(--spacing-block);
}
section.block[spacing="min"] {
    -webkit-margin-after: 10px;
    margin-block-end: 10px;
}
section.block[spacing="no"] {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.1;
    font-weight: 700;
    margin-block: var(--spacing-content);
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    -webkit-margin-before: 0;
    margin-block-start: 0;
}
h1,
h2,
h3 {
    font-size: var(--fontsize-larger);
}
h3 {
    font-size: var(--fontsize-large);
}
h4,
h5 {
    font-size: var(--fontsize-medium);
}
h6 {
    font-size: var(--fontsize-root);
}
button,
input {
    font-family: inherit;
}
.hide {
    overflow: hidden;
}
.hideSlider {
    opacity: 0;
    visibility: hidden;
}
b {
    font-weight: 700;
}
i {
    font-style: italic;
}
h2 i {
    font-weight: 400;
}
.slides_logo .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.slides_logo .swiper-container:after {
    content: "";
    display: block;
    width: 200%;
    height: 1px;
    background: linear-gradient(90deg, #000 50%, transparent 0);
    background-size: 10% 1px;
    background-position: -50px;
    background-repeat: repeat-x;
    position: absolute;
    left: -10%;
    top: 40%;
    animation: line-slide 60s linear infinite forwards;
    z-index: 1;
}
.slides_logo .swiper-container.swiper--bottom:after {
    animation-direction: reverse;
}
.slides_logo .swiper-wrapper {
    transition-timing-function: linear !important;
    position: relative;
}
.slides_logo .swiper-slide {
    text-align: center;
    font-size: 33px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 0 50px;
}
@keyframes line-slide {
    0% {
        background-position: -5% 0;
    }
    to {
        background-position: 100% 0;
    }
}
.header-special-font {
    font-family: Bodoni\72, serif;
    font-weight: 400;
}
b .header-special-font {
    font-family: inherit;
}
.pswp__bg,
.pswp__container,
.pswp__content,
.pswp__img,
.pswp__item,
.pswp__scroll-wrap,
.pswp__zoom-wrap {
    margin: 0;
}
.pswp__bg .pswp__img,
.pswp__container .pswp__img,
.pswp__content .pswp__img,
.pswp__img .pswp__img,
.pswp__item .pswp__img,
.pswp__scroll-wrap .pswp__img,
.pswp__zoom-wrap .pswp__img {
    object-fit: contain;
}
body[page="pitch"] #nprogress {
    display: none !important;
}
.plyr {
    border-radius: 15px;
}
.plyr .plyr__controls__item input {
    cursor: pointer;
}
@media (max-width: 576px) {
    .plyr .plyr__controls__item.plyr__volume input {
        display: none;
    }
}
.btn {
    display: inline-block;
    position: relative;
    background: none;
    border: 1px solid #000;
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}
.btn span {
    display: block;
    padding: 10px 20px;
}
.btn-color {
    border-color: var(--color-main);
}
.btn-color.active,
.btn-color:hover {
    color: #fff;
    background-color: var(--color-main);
}
.swiper-pagination-bullets {
    position: absolute;
    bottom: var(--spacing-content) !important;
    left: var(--spacing-block) !important;
    text-align: left;
    width: 90%;
    max-width: 1520px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 90% !important;
}
@media (max-width: 576px) {
    .swiper-pagination-bullets {
        left: var(--spacing-content) !important;
    }
}
.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 80px;
    height: 10px;
    background-color: #000;
    opacity: 1;
    border-radius: 7px;
}
@media (max-width: 576px) {
    .swiper-pagination-bullets .swiper-pagination-bullet {
        left: var(--spacing-content) !important;
        width: 40px;
        height: 6px;
    }
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #fff;
}
.content > :first-child {
    -webkit-margin-before: 0;
    margin-block-start: 0;
}
.content > :last-child {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}
.content h1 span {
    font-weight: 400;
}
.content blockquote,
.content p,
.content q {
    margin-block: var(--spacing-content);
}
.content blockquote strong,
.content p strong,
.content q strong {
    font-weight: 700;
}
.content blockquote:first-child,
.content p:first-child,
.content q:first-child {
    -webkit-margin-before: 0;
    margin-block-start: 0;
}
.content blockquote:last-child,
.content p:last-child,
.content q:last-child {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}
.content p a {
    display: inline-block;
    border: none;
    padding: 0;
    color: inherit;
    text-decoration: none;
}
.content p a:hover {
    color: var(--color-main);
}
.content a {
    display: inline-block;
    border: 1px solid #000;
    padding: 0.5rem 1.125rem;
}
@media (max-width: 576px) {
    .content blockquote,
    .content q {
        padding-left: 15px;
        border-left: 2px solid var(--color-main);
    }
}
.content q {
    font-style: italic;
}
.content blockquote {
    font-style: normal !important;
}
.content img {
    width: auto;
    height: auto;
    max-width: 100%;
}
@media (max-width: 576px) {
    .content img {
        width: 100%;
    }
}
.styles_slice__qEdJr:last-child > div:before {
    display: none;
}
.styles_item__TObix {
    width: 100%;
    position: relative;
    color: inherit;
    text-decoration: inherit;
}
.styles_item__TObix .styles_overlay__V8Dvs {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1111;
}
@media only screen and (min-width: 576px) {
    .styles_item__TObix[specialstyle="lineBetween"]:before {
        content: "";
        height: 100%;
        width: 1px;
        right: -15px;
        top: 0;
        background-color: #707070;
        position: absolute;
    }
}
@media only screen and (min-width: 769px) {
    .styles_item__TObix[specialstyle="lineBetween"]:before {
        right: -20px;
    }
}
@media only screen and (min-width: 1400px) {
    .styles_item__TObix[specialstyle="lineBetween"]:before {
        right: -25px;
    }
}
.styles_item__TObix[page="contact"] figcaption h6 {
    font-weight: 400;
    margin: 0 auto 1.875rem;
    font-size: 1.625rem;
}
.styles_item__TObix[page="contact"] figcaption.styles_fontBold__zbxDE h6 {
    font-weight: 700;
}
.styles_item__TObix figure {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    background-color: #d3d3d3;
}
.styles_item__TObix figcaption h5,
.styles_item__TObix figcaption h6,
.styles_item__TObix figcaption label {
    font-weight: 700;
    display: block;
    margin-block: var(--spacing-content) 0;
}
.styles_item__TObix a {
    color: initial;
    text-decoration: underline;
    text-align: center;
}
.styles_item__TObix img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease-in-out;
}
.styles_item__TObix .styles_phone__WytCB {
    margin-top: var(--spacing-content);
}
@media (min-width: 576px) {
    .styles_item__TObix:hover img {
        transform: translate(-50%, -50%) scale(1.1);
    }
}
.styles_item__TObix[layout="1"]:before {
    content: none;
}
.styles_item__TObix[layout="2"] p a {
    display: block;
}
.styles_item__TObix[layout="3"] {
    background-color: var(--color-grey);
}
.styles_item__TObix[layout="3"] figcaption {
    padding: var(--spacing-column);
}
.styles_item__TObix[layout="3"] a {
    text-decoration: none;
    min-width: 50%;
    display: inline-block;
    padding: 1.25rem;
    border: 1px solid var(--color-main);
    max-width: 13.75rem;
    margin-top: var(--spacing-column);
}
@media (min-width: 992px) {
    .styles_section__GZftj {
        background-color: transparent !important;
    }
}
.styles_cols__oNvRf {
    display: flex;
    align-items: stretch;
    row-gap: var(--spacing-content);
}
.styles_cols__oNvRf[position="right"] {
    flex-direction: row-reverse;
}
@media (max-width: 992px) {
    .styles_cols__oNvRf,
    .styles_cols__oNvRf[position="right"] {
        flex-direction: column-reverse;
    }
    .styles_cols__oNvRf {
        row-gap: 0;
    }
}
.styles_coltext__roMpd {
    width: 50%;
    padding: 4.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 992px) {
    .styles_coltext__roMpd {
        width: 100%;
        padding: 1.5625rem 0;
    }
}
.styles_coltext__roMpd h5,
.styles_coltext__roMpd p {
    margin-block: 0.625rem;
}
.styles_coltext__roMpd p span {
    display: block;
    padding: 2.5rem 0.9375rem;
    max-width: 25rem;
    font-size: 1.0625rem;
    font-style: italic;
}
.styles_colimg__2vkhK {
    width: 50%;
}
@media (max-width: 992px) {
    .styles_colimg__2vkhK {
        width: 100%;
    }
}
.styles_colimg__2vkhK img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.styles_overlay__sP8fi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
}
.styles_image__GC63S {
    background-color: var(--color-grey);
    height: 100%;
    position: relative;
}
@media (max-width: 992px) {
    .styles_image__GC63S {
        background-color: transparent;
    }
}
.styles_image__GC63S .styles_text__aKGGR {
    position: absolute;
    bottom: var(--spacing-block);
    left: 4.0625rem;
    max-width: 800px;
    color: #fff;
}
@media (max-width: 992px) {
    .styles_image__GC63S .styles_text__aKGGR {
        position: relative;
        bottom: auto;
        left: 0;
        max-width: 100%;
        padding: 1.5625rem 0;
        color: #000;
    }
}
.styles_image__GC63S .styles_text__aKGGR h4,
.styles_image__GC63S .styles_text__aKGGR p {
    z-index: 2;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 992px) {
    .styles_image__GC63S .styles_text__aKGGR h4,
    .styles_image__GC63S .styles_text__aKGGR p {
        color: #000;
        text-shadow: none;
    }
}
.styles_image__GC63S .styles_text__aKGGR h4 a,
.styles_image__GC63S .styles_text__aKGGR p a {
    text-decoration: none;
    color: #fff;
    border: none;
    padding: 0;
}
@media (max-width: 992px) {
    .styles_image__GC63S .styles_text__aKGGR h4 a,
    .styles_image__GC63S .styles_text__aKGGR p a {
        color: #000;
    }
}
@media (max-width: 576px) {
    .styles_image__GC63S .styles_text__aKGGR h4,
    .styles_image__GC63S .styles_text__aKGGR p {
        left: var(--spacing-content) !important;
    }
}
.styles_image__GC63S picture img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.styles_block_audio__gyvFd {
    overflow: initial;
}
.styles_block_audio__gyvFd .styles_audio__HouIK {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}
.styles_block_audio__gyvFd .styles_custom_plyr__YlUCz {
    width: 100%;
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.styles_block_audio__gyvFd h4 {
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
}
.styles_block_audio__gyvFd .styles_disappear__0foAc {
    display: none;
}
.styles_section__pOT4q .styles_container__VGpRQ {
    width: 80%;
}
.styles_section__pOT4q .styles_container__VGpRQ h1,
.styles_section__pOT4q .styles_container__VGpRQ h2,
.styles_section__pOT4q .styles_container__VGpRQ h3 {
    -webkit-margin-after: var(--spacing-content);
    margin-block-end: var(--spacing-content);
}
.styles_section__pOT4q .styles_container__VGpRQ h1 span,
.styles_section__pOT4q .styles_container__VGpRQ h2 span,
.styles_section__pOT4q .styles_container__VGpRQ h3 span {
    font-weight: 400;
}
.styles_section__pOT4q .styles_container__VGpRQ .styles_item__hnfb5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    border-bottom: 1px solid #000;
    padding-bottom: 2.5rem;
    width: 90%;
    margin: 0 auto var(--spacing-content);
}
@media (max-width: 768px) {
    .styles_section__pOT4q .styles_container__VGpRQ .styles_item__hnfb5 {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
}
.styles_section__pOT4q .styles_container__VGpRQ .styles_item__hnfb5:last-of-type {
    border: none;
}
.styles_section__pOT4q .styles_container__VGpRQ .styles_item__hnfb5.styles_lock__a3Kqh {
    opacity: 0.5;
    pointer-events: none;
}
.styles_section__pOT4q .styles_container__VGpRQ .styles_item__hnfb5 a {
    white-space: nowrap;
}
.styles_section__pOT4q .styles_container__VGpRQ > :last-child {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}
.styles_root__ZY6DR {
    position: fixed;
    background-color: #fff;
    z-index: 9999;
    padding-block: var(--spacing-content);
    width: 100%;
    height: var(--header-height);
}
.styles_root__ZY6DR img {
    width: 113px;
    height: 26px;
}
@media (max-width: 768px) {
    .styles_root__ZY6DR img {
        width: 150px;
        height: auto;
    }
}
@media (max-width: 576px) {
    .styles_root__ZY6DR img {
        width: 105px;
    }
}
@media (max-width: 768px) {
    .styles_root__ZY6DR[hamburgers="1"] nav {
        display: flex;
    }
    .styles_root__ZY6DR[hamburgers="1"] .styles_logobig__mUH8V,
    .styles_root__ZY6DR[hamburgers="1"] nav > div {
        display: block;
    }
}
.styles_inner__NFPDz {
    position: relative;
    width: 90%;
    max-width: 1520px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
@media (max-width: 768px) {
    .styles_inner__NFPDz {
        gap: 16px;
    }
}
.styles_inner__NFPDz .styles_logo__Bk_8T {
    position: relative;
    line-height: 0;
}
/*.styles_inner__NFPDz .styles_logo__Bk_8T:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    right: -25px;*/
/*    width: 1px;*/
/*    height: 15px;*/
/*    background-color: #000;*/
/*}*/
@media (max-width: 768px) {
    .styles_inner__NFPDz .styles_logo__Bk_8T:after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -15px;
    }
}
.styles_inner__NFPDz nav {
    display: flex;
    gap: 40px;
    margin-left: auto;
    align-self: baseline;
}
@media (max-width: 1200px) {
    .styles_inner__NFPDz nav {
        gap: 20px;
    }
}
@media (max-width: 768px) {
    .styles_inner__NFPDz nav {
        position: fixed;
        display: none;
        flex-direction: column;
        align-items: center;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        padding-top: 60%;
        gap: 10px;
    }
    .styles_inner__NFPDz nav:after {
        content: "";
        background-color: #fff;
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
        width: 100%;
        height: 300%;
    }
}
@media (max-width: 576px) {
    .styles_inner__NFPDz nav {
        padding-top: 70%;
    }
}
.styles_inner__NFPDz nav a {
    cursor: pointer;
    font-size: 23px;
    text-decoration: none;
    color: initial;
    background-image: linear-gradient(var(--color-main), var(--color-main));
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    transition: background-size 0.2s ease;
}
.styles_inner__NFPDz nav a:hover {
    background-size: 100% 2px;
}
@media (max-width: 992px) {
    .styles_inner__NFPDz nav a {
        font-size: 16px;
    }
}
.styles_inner__NFPDz nav a.styles_active__BwLyf {
    font-weight: 700;
    background-size: 100% 2px;
}
.styles_inner__NFPDz nav > div {
    text-align: center;
    display: none;
    margin-top: 0.9375rem;
}
.styles_inner__NFPDz nav > div .styles_linkedin__eXEaE {
    top: -1px;
    margin-left: 1.25rem;
    -webkit-mask-image: url("../../../images/in.svg");
    mask-image: url("../../../images/in.svg");
}
.styles_inner__NFPDz nav > div .styles_instagram__8VNiw,
.styles_inner__NFPDz nav > div .styles_linkedin__eXEaE {
    margin-top: 0.9375rem;
    display: inline-block;
    position: relative;
    width: 1.375rem;
    height: 1.375rem;
    background-color: #000;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}
.styles_inner__NFPDz nav > div .styles_instagram__8VNiw {
    -webkit-mask-image: url("../../../images/instagram.svg");
    mask-image: url("../../../images/instagram.svg");
}
.styles_hamburgers__T3JT_ {
    cursor: pointer;
    display: none;
    width: 1.125rem;
    position: fixed;
    right: 5%;
    z-index: 2;
    height: 1.125rem;
    align-items: center;
    align-self: baseline;
}
@media (max-width: 768px) {
    .styles_hamburgers__T3JT_ {
        display: flex;
    }
}
.styles_hamburgers__T3JT_ i {
    display: block;
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 9.375rem;
    transition: transform 0.2s ease-out;
}
@media (max-width: 768px) {
    .styles_hamburgers__T3JT_ i:after,
    .styles_hamburgers__T3JT_ i:before {
        content: "";
        position: absolute;
        top: 0.3125rem;
        left: 0;
        width: 100%;
        height: 2px;
        border-radius: 9.375rem;
        background-color: #000;
    }
    .styles_hamburgers__T3JT_ i:after {
        top: -0.3125rem;
    }
}
[hamburgers="1"] .styles_hamburgers__T3JT_ i {
    background-color: transparent;
}
[hamburgers="1"] .styles_hamburgers__T3JT_ i:before {
    transform: rotate(-45deg);
}
[hamburgers="1"] .styles_hamburgers__T3JT_ i:after {
    transform: rotate(45deg);
}
[hamburgers="1"] .styles_hamburgers__T3JT_ i:after,
[hamburgers="1"] .styles_hamburgers__T3JT_ i:before {
    top: 0;
}
.styles_logobig__mUH8V {
    position: absolute;
    z-index: 4;
    top: 5rem;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.styles_localeswitch__xc9bn {
    text-transform: uppercase;
    position: relative;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: #fff;
    overflow: hidden;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0 1.7em 0.5em 1em;
    max-height: 30px;
    display: flex;
    flex-direction: column;
    transition: max-height 0.2s ease-out;
}
@media (max-width: 992px) {
    .styles_localeswitch__xc9bn {
        max-height: 25px;
    }
}
@media (max-width: 576px) {
    .styles_localeswitch__xc9bn {
        font-size: 1.1rem;
    }
}
.styles_localeswitch__xc9bn[position="header"] {
    margin-top: -0.05em;
    padding-left: 1em;
}
@media (max-width: 576px) {
    .styles_localeswitch__xc9bn[position="header"] {
        margin-top: -0.14em;
        padding-left: 0.6em;
    }
}
.styles_localeswitch__xc9bn[position="header"].styles_active__x_CPo {
    box-shadow: 0 4px 5px -3px rgba(0, 0, 0, 0.1);
}
.styles_localeswitch__xc9bn[position="footer"] {
    top: 15px;
}
@media (max-width: 768px) {
    .styles_localeswitch__xc9bn[position="footer"] {
        display: none;
    }
}
.styles_localeswitch__xc9bn > a {
    cursor: pointer;
    pointer-events: none;
    opacity: 1;
    display: block;
    order: 2;
}
.styles_localeswitch__xc9bn > a:not([current="1"]) {
    background-image: linear-gradient(var(--color-main), var(--color-main));
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    transition: background-size 0.2s ease;
}
.styles_localeswitch__xc9bn > a:not([current="1"]):hover {
    background-size: 100% 2px;
}
.styles_localeswitch__xc9bn.styles_active__x_CPo {
    max-height: 150px;
    transition: max-height 0.2s ease-in;
}
.styles_localeswitch__xc9bn.styles_active__x_CPo > a {
    display: inline-block;
    pointer-events: all;
    width: -moz-fit-content;
    width: fit-content;
}
.styles_localeswitch__xc9bn [current="1"] {
    display: block;
    order: 1;
    pointer-events: none;
    cursor: auto;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
}
.styles_localeswitch__xc9bn [current="1"]:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    width: 14px;
    height: 8px;
    background-color: #000;
    -webkit-mask-image: url("../../../images/arrow.svg");
    mask-image: url("../../../images/arrow.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}
@media (max-width: 576px) {
    .styles_localeswitch__xc9bn [current="1"]:after {
        background-color: rgba(0, 0, 0, 0.2);
        -webkit-mask-image: url("../../../images/arrow.svg");
        mask-image: url("../../../images/arrow.svg");
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-size: contain;
        mask-size: contain;
    }
}
@font-face {
    font-family: Bodoni\72;
    src: url("../media/BodoniSvtyTwoITCTT-Book.e3b13348.woff2") format("woff2"), url("../media/BodoniSvtyTwoITCTT-Book.26859c82.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.styles_popupGDPR__uUkM5 {
    position: fixed;
    z-index: 99999;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    padding: 2.5em 4.4em;
}
@media (max-width: 768px) {
    .styles_popupGDPR__uUkM5 {
        padding: 2.5em;
    }
}
.styles_main__qjSeq {
    width: 90%;
    max-width: 1520px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    column-gap: 1em;
    align-items: center;
    width: 100%;
}
@media (max-width: 768px) {
    .styles_main__qjSeq {
        justify-content: flex-start;
        row-gap: 2.5em;
        flex-wrap: wrap;
    }
}
.styles_main__qjSeq p {
    margin-right: 2em;
}
@media (max-width: 768px) {
    .styles_main__qjSeq p {
        width: 100%;
        margin-right: 0;
    }
}
.styles_main__qjSeq a {
    color: inherit;
    text-underline-offset: 2px;
}
.styles_main__qjSeq .styles_btn__AqDp6 {
    text-decoration: none;
    cursor: pointer;
}
.styles_main__qjSeq .styles_btn__AqDp6:first-of-type {
    color: #fff;
    background-color: #000;
    padding: 1em 1.5em;
}
.styles_main__qjSeq .styles_btn__AqDp6:active {
    opacity: 0.8;
}
