.pswp {
--pswp-bg: #000;
--pswp-placeholder-bg: #222;
--pswp-root-z-index: 100000;
--pswp-preloader-color: rgba(79, 79, 79, 0.4);
--pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9); --pswp-icon-color: #fff;
--pswp-icon-color-secondary: #4f4f4f;
--pswp-icon-stroke-color: #4f4f4f;
--pswp-icon-stroke-width: 2px;
--pswp-error-text-color: var(--pswp-icon-color);
} .pswp {
position: fixed;
z-index: var(--pswp-root-z-index);
display: none;
touch-action: none;
outline: 0;
opacity: 0.003;
contain: layout style size;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} .pswp:focus {
outline: 0;
}
.pswp * {
box-sizing: border-box;
}
.pswp img {
max-width: none;
}
.pswp--open {
display: block;
}
.pswp,
.pswp__bg {
transform: translateZ(0);
will-change: opacity;
}
.pswp__bg {
opacity: 0.005;
background: var(--pswp-bg);
}
.pswp,
.pswp__scroll-wrap {
overflow: hidden;
}
.pswp,
.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.pswp {
position: fixed;
}
.pswp__img,
.pswp__zoom-wrap {
width: auto;
height: auto;
}
.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
cursor: move;
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: grab;
}
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: grabbing;
} .pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
cursor: -webkit-zoom-out;
cursor: -moz-zoom-out;
cursor: zoom-out;
} .pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.pswp__item { z-index: 1;
overflow: hidden;
}
.pswp__hidden {
display: none !important;
} .pswp__content {
pointer-events: none;
}
.pswp__content > * {
pointer-events: auto;
}  .pswp__error-msg-container {
display: grid;
}
.pswp__error-msg {
margin: auto;
font-size: 1em;
line-height: 1;
color: var(--pswp-error-text-color);
} .pswp .pswp__hide-on-close {
opacity: 0.005;
will-change: opacity;
transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
z-index: 10; pointer-events: none; } .pswp--ui-visible .pswp__hide-on-close {
opacity: 1;
pointer-events: auto;
} .pswp__button {
position: relative;
display: block;
width: 50px;
height: 60px;
padding: 0;
margin: 0;
overflow: hidden;
cursor: pointer;
background: none;
border: 0;
box-shadow: none;
opacity: 0.85;
-webkit-appearance: none;
-webkit-touch-callout: none;
}
.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
transition: none;
padding: 0;
background: none;
border: 0;
box-shadow: none;
opacity: 1;
}
.pswp__button:disabled {
opacity: 0.3;
cursor: auto;
}
.pswp__icn {
fill: var(--pswp-icon-color);
color: var(--pswp-icon-color-secondary);
}
.pswp__icn {
position: absolute;
top: 14px;
left: 9px;
width: 32px;
height: 32px;
overflow: hidden;
pointer-events: none;
}
.pswp__icn-shadow {
stroke: var(--pswp-icon-stroke-color);
stroke-width: var(--pswp-icon-stroke-width);
fill: none;
}
.pswp__icn:focus {
outline: 0;
} div.pswp__img--placeholder,
.pswp__img--with-bg {
background: var(--pswp-placeholder-bg);
}
.pswp__top-bar {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 60px;
display: flex;
flex-direction: row;
justify-content: flex-end;
z-index: 10; pointer-events: none !important;
}
.pswp__top-bar > * {
pointer-events: auto; will-change: opacity;
} .pswp__button--close {
margin-right: 6px;
} .pswp__button--arrow {
position: absolute;
top: 0;
width: 75px;
height: 100px;
top: 50%;
margin-top: -50px;
}
.pswp__button--arrow:disabled {
display: none;
cursor: default;
}
.pswp__button--arrow .pswp__icn {
top: 50%;
margin-top: -30px;
width: 60px;
height: 60px;
background: none;
border-radius: 0;
}
.pswp--one-slide .pswp__button--arrow {
display: none;
} .pswp--touch .pswp__button--arrow {
visibility: hidden;
} .pswp--has_mouse .pswp__button--arrow {
visibility: visible;
}
.pswp__button--arrow--prev {
right: auto;
left: 0px;
}
.pswp__button--arrow--next {
right: 0px;
}
.pswp__button--arrow--next .pswp__icn {
left: auto;
right: 14px; transform: scale(-1, 1);
} .pswp__button--zoom {
display: none;
}
.pswp--zoom-allowed .pswp__button--zoom {
display: block;
} .pswp--zoomed-in .pswp__zoom-icn-bar-v {
display: none;
} .pswp__preloader {
position: relative;
overflow: hidden;
width: 50px;
height: 60px;
margin-right: auto;
}
.pswp__preloader .pswp__icn {
opacity: 0;
transition: opacity 0.2s linear;
animation: pswp-clockwise 600ms linear infinite;
}
.pswp__preloader--active .pswp__icn {
opacity: 0.85;
}
@keyframes pswp-clockwise {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} .pswp__counter {
height: 30px;
margin: 15px 0 0 20px;
font-size: 14px;
line-height: 30px;
color: var(--pswp-icon-color);
text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
opacity: 0.85;
}
.pswp--one-slide .pswp__counter {
display: none;
}
.gallery-fs .gallery-image a {
display: block;
height: 33.594vw;
}
.pswp img {
object-fit: cover;
object-position: center;
}
.gallery-title,
.swiper-slide:first-child {
margin-left: 50px;
}
.carousel.rel-p.product-carousel {
position: relative;
}
.swiper-slide img {
height: 33.594vw;
max-height: unset;
}
section#main-image img {
height: 70vh;
min-height: 450px;
display: block;
}
.publishing-date {
margin-top: -10px;
margin-bottom: 10px;
}
.single-post header .header-text,
body .small-header-content.wd-50 {
width: 100%;
}
.post-content a {
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
hyphens: auto;
text-decoration: underline;
text-underline-offset: 2px;
}
.post-content li {
line-height: 1.8;
}
body .wp-block-button .wp-block-button__link {
display: inline-block;
padding: 1.042vw 2.604vw;
margin-top: 2.448vw;
width: auto !important;
min-width: 11.458vw;
border-radius: 100px;
font-size: 0.729vw;
line-height: 1;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.16em;
color: #fff;
background-color: #1f1f24;
cursor: pointer;
-webkit-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease !important;
}
body .wp-block-button .wp-block-button__link:hover {
background-color: #1f1f24;
color: #fff !important;
text-decoration: none;
}
.description-text a {
text-decoration: underline;
}
#latest-news {
padding-top: 0 !important;
} .post-content ul,
.post-content ol {
padding-left: 0;
}
ul li,
ol li {
margin-left: 30px;
}
.post-content li:before {
left: -27px;
} .single-post #article-intro .stripe-container-inner *:nth-child(2) {
margin-top: 0;
}
.wp-block-image figcaption {
font-size: 12px;
} hr.wp-block-separator {
border-color: #c0c0c0;
margin: 3.333vw auto;
} #article-intro .stripe-container-inner h2,
#article-intro .stripe-container-inner h3,
#article-intro .stripe-container-inner h4,
#article-intro .stripe-container-inner h5,
#article-intro .stripe-container-inner h6 {
margin-top: 3.125vw;
text-transform: uppercase;
font-family: "Montserrat", sans-serif;
margin-bottom: 5px;
letter-spacing: unset !important;
}
#article-intro .stripe-container-inner > *:first-child {
margin-top: 0;
} #article-intro sup {
position: relative;
} #article-intro ol,
#article-intro ul {
margin: 2.083vw 0;
} blockquote {
font-style: italic;
margin: 2.083vw 0 !important;
position: relative;
border-left: 10px solid #2f3940 !important;
padding: 30px !important;
background-color: #ededed;
}
blockquote:before {
content: "''";
position: absolute;
top: 15px;
font-size: 40px;
left: 8px;
color: #777;
}
#article-intro cite {
display: block;
font-size: 18px;
padding-top: 15px;
line-height: 1.7;
}
figure.wp-block-pullquote blockquote {
background-color: #2f3940;
color: #fff;
padding: 4em !important;
border-left: 0 !important;
}
figure.wp-block-pullquote {
border: 0;
padding: 0;
}
figure.wp-block-pullquote blockquote:before {
font-size: 56px;
color: #fff;
} pre.wp-block-verse {
font-style: italic;
line-height: 1.9;
letter-spacing: 0.3em;
} body .wp-block-cover, 
body .wp-block-cover-image {
min-height: 20em;
max-height: 35em;
}
figure.wp-block-image.aligncenter.size-full {
width: 100%;
height: 100%;
} #article-intro .wp-block-gallery.has-nested-images figure.wp-block-image img[loading="lazy"] {
margin: 0 !important;
}
#article-intro .wp-block-cover.is-light img[loading="lazy"] {
margin: 0 !important;
}
.wp-block-cover-image.is-light .wp-block-cover__inner-container, .wp-block-cover.is-light .wp-block-cover__inner-container {
color: #fff;
padding: 3.333vw;
text-align: center;
}
.has-large-font-size {
margin-bottom: 10px;
}
.wp-block-cover-image.is-light .wp-block-cover__inner-container p, .wp-block-cover.is-light .wp-block-cover__inner-container p {
margin: auto;
max-width: 800px;
} body #article-intro figure.wp-block-media-text__media img {
height: 37.500vw;
min-height: 30em;
} table {
border: 1px solid #c9c9c9;
margin-bottom: 1.667vw;
}
table td {
padding: 1.667vw;
border-right: 1px solid #c9c9c9;
vertical-align: middle;
}
table tr {
border-bottom: 1px solid #c9c9c9;
color: #505050;
}
table tr:first-child {
text-transform: uppercase;
}
figure.wp-block-table {
overflow-x: auto;
margin-bottom: 0;
}
table tr:first-child td {
background: #1f1f24;
color: #fff;
}
.wp-block-table table td, 
.wp-block-table table th {
padding: 1.5em 1em;
}
.wp-block-table table td {
border-color: #d3d3d3;
} .wp-block-calendar table td {
padding: 1.667vw;
}
.wp-block-calendar table tr:first-child td {
background-color: #f5f5f5;
color: initial;
}
.wp-block-calendar table thead th {
background: #2f3940;
padding: 1.667vw;
color: #fff;
}
td#today {
background: #2f3940;
color: #fff !important;
}
td#today a {
color: #fff;
pointer-events: none;
text-decoration: none !important;
}
#wp-calendar caption {
padding: 1em;
text-transform: uppercase;
background: #2f3940;
color: #fff;
}
.wp-calendar-nav {
display: none;
} .wp-block-column {
min-height: 20em;
background: #ddd;
display: flex;
align-items: center;
justify-content: center;
margin-top: 3.333vw !important;
margin-bottom: 3.333vw !important;
}  audio::-webkit-media-controls-panel {
background: #ddd;
} .wp-block-file .wp-block-file__button,
a.wp-block-button__link {
text-decoration: none !important;
display: inline-block;
padding: 20px 30px 18px;
min-width: 220px;
font-size: 14px;
line-height: 1;
letter-spacing: 0;
text-align: center;
text-transform: uppercase;
background-color: #f14148;
margin-top: 0 !important;
margin-bottom: 1.302vw;
-webkit-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease !important;
}
.wp-block-file .wp-block-file__button:hover,
a.wp-block-button__link:hover {
background-color: #c9591a;
}
#article-intro p + div.wp-block-buttons {
margin-top: 1.302vw;
}
.wp-block-image.aligncenter {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.social-share-buttons,
ul.social-share-buttons li {
margin-bottom: 0 !important;
} @media screen and (max-width: 1920px) {
#article-intro p + div.wp-block-buttons {
margin-top: 25px;
}
body .wp-block-button .wp-block-button__link {
margin-top: 47px;
min-width: 220px;
font-size: 14px;
padding: 20px 50px;
}
} @media screen and (max-width: 1620px) {
body .wp-block-button .wp-block-button__link {
margin-top: 40px;
min-width: 200px;
font-size: 13px;
padding: 18px 46px;
}
}
@media screen and (max-width: 1660px) {
.gallery-title,
.swiper-slide:first-child {
margin-left: 30px;
}
} @media screen and (max-width: 1440px) {
body .wp-block-button .wp-block-button__link {
min-width: 175px;
}
} @media screen and (max-width: 1279px) {
#article-intro .stripe-container-inner h2,
#article-intro .stripe-container-inner h3,
#article-intro .stripe-container-inner h4,
#article-intro .stripe-container-inner h5,
#article-intro .stripe-container-inner h6 {
margin-top: 50px;
}
} @media screen and (max-width: 1150px) {
body .wp-block-button .wp-block-button__link {
font-size: 12px;
min-width: 150px;
}
} @media screen and (max-width: 992px) {
section#main-image img {
height: 45vh;
}
body .wp-block-button .wp-block-button__link {
padding: 17px 30px;
}
#article-intro .stripe-container-inner {
padding-left: 0;
padding-right: 0;
}		
} @media screen and (max-width: 767px) {
section#main-image .stripe-container-big {
padding-left: 0 !important;
padding-right: 0;
}
section#main-image img {
height: 65.217vw;
min-height: 270px;
max-height: 400px;
}
#article-intro {
padding-left: 0;
padding-right: 0;
} #article-intro ol,
#article-intro ul {
margin: 1.5em 0;
}
.wp-block-file .wp-block-file__button,
a.wp-block-button__link {
margin-bottom: 15px;
}
body #article-intro figure.wp-block-media-text__media img {
min-height: 20em;
}
.wp-block-media-text .wp-block-media-text__content {
padding: 0;
}
#article-intro .stripe-container-inner h2, 
#article-intro .stripe-container-inner h3, 
#article-intro .stripe-container-inner h4, 
#article-intro .stripe-container-inner h5, 
#article-intro .stripe-container-inner h6 {
margin-top: 30px;
}
table td {
font-size: 16px;
padding: 1em;
}
.wp-block-table table {
margin-bottom: 1em;
}
figcaption {
line-height: 1.2;
font-size: 14px;
margin-bottom: 1em;
}
.wp-block-pullquote p {
font-size: 20px;
}
.wp-block-calendar table thead th {
font-size: 13px;
padding: 1em 1.667vw;
}
.wp-block-calendar table td {
font-size: 12px;
padding: 1em 1.667vw;
}
.wp-block-calendar table {
margin-bottom: 30px;
}
hr.wp-block-separator {
margin: 2em 0;
} ::-webkit-scrollbar{
height: 4px !important;
}
}
@media screen and (max-width: 600px) {
.single-post h2 {
font-size: 18px !important;
}
}