.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}/* This stylesheet is used to style the public-facing components of the plugin. */
html, 
body { 
	min-height: 100% !important; 
	height: auto !important; 
}
.spu-box, .spu-box *{
	box-sizing: border-box;
}
.spu-bg{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	z-index: 99999;
}
.spu-box:before,
.spu-box:after {
    content:"";
    display:table;
}
.spu-box:after {
    clear:both;
}
/* Triggers "haslayout" for IE6/7 */
.spu-box {
    zoom:1;
}
.spu-box { 
	position:fixed;
	z-index: 999999;
	margin: 10px;
	max-width: 100%;
}
.spu-box.spu-centered{
	margin: 0;
}
/** Some basic css for box content**/
.spu-box img{
    max-width: 100%;
    height: auto;
}
/** end basic style**/
.spu-box.spu-top-left{ 
	top: 0; left: 0; bottom: auto; right: auto;
}

.spu-box.spu-top-right{ 
	top: 0; right: 0; bottom: auto; left: auto;
}

.spu-box.spu-bottom-left{ 
	bottom: 0; left: 0; top: auto; right: auto;
}

.spu-box.spu-bottom-right{ 
	bottom: 0; right: 0; top: auto; left: auto;
}

.spu-content > *:first-child {	
	margin-top: 0; padding-top: 0;
}

.spu-content > *:last-child {
	margin-bottom:0; padding-bottom:0;
}

.spu-close{ 
	position:absolute;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	line-height: 1;
}
.spu-close.top_right{
    right:8px;
    top:5px;
}
.spu-close.top_left{
    left:8px;
    top:5px;
}
.spu-close.bottom_right{
    right:8px;
    bottom:5px;
}
.spu-close.bottom_left{
    left:8px;
    bottom:5px;
}
p.spu-powered {
    position: absolute;
    bottom: -55px;
    width: 100%;
    text-align: center;
    color: #fff;
    left: 0px;
}
p.spu-powered a{
    color: #ccc;
    text-decoration: underline;
}
.spu-close:hover, .spu-close:focus {
	text-decoration: none;
	cursor: pointer;
}
.spu-shortcode {
 	float: left;
 	line-height: normal !important;
}
.spu-facebook-page{
    text-align: center;
    display: block;
}
.spu-shortcode iframe{
	max-width: 1200px;
}
.spu_shortcodes{
	zoom: 1;
}
.spu-content .wysija-msg li{
    list-style: none;
}
.spu_shortcodes:before, 
.spu_shortcodes:after { content: ""; display: table; }
.spu_shortcodes:after { clear: both; }

@font-face {
    font-family: 'spufont';
    src:url(http://fzz.org.pl/wp-content/plugins/popups/public/assets/css/../fonts/spufont.eot#1767350213);
    src:url(http://fzz.org.pl/wp-content/plugins/popups/public/assets/css/../fonts/spufont.eot#1767350213) format('embedded-opentype'),
    url(http://fzz.org.pl/wp-content/plugins/popups/public/assets/css/../fonts/spufont.woff#1767350213) format('woff'),
    url(http://fzz.org.pl/wp-content/plugins/popups/public/assets/css/../fonts/spufont.ttf#1767350213) format('truetype'),
    url(http://fzz.org.pl/wp-content/plugins/popups/public/assets/css/../fonts/spufont.svg?sze5my#spufont) format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="spu-icon-"], [class*=" spu-icon-"] {
    font-family: 'spufont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.spu-icon-envelope:before {
    content: "\f003";
}

.spu-icon-check:before {
    content: "\f00c";
}

.spu-icon-close:before {
    content: "\f00d";
}

.spu-icon-eye:before {
    content: "\f06e";
}

.spu-icon-gears:before {
    content: "\f085";
}

.spu-icon-angle-up:before {
    content: "\f106";
}

.spu-icon-angle-down:before {
    content: "\f107";
}

.spu-icon-spinner:before {
    content: "\f110";
}

.spu-spinner {
    -webkit-animation: spu-rotate 1s infinite linear;
    -moz-animation: spu-rotate 1s infinite linear;
    -o-animation: spu-rotate 1s infinite linear;
    margin: 5px;
    display: none;
}
/**
* Top Bar position
*/
.spu-box.spu-top-bar,
.spu-box.spu-bottom-bar{
    margin: 0;
    width: 100% !important;
    padding: 10px 30px !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0;
    position: fixed;
    box-shadow: none;
    z-index: 1000;
}
.spu-box.spu-top-bar.with-spu-gdpr{
    padding-bottom: 40px !important;
}
.spu-box.spu-top-bar{
    top: 0;
    border-top: none !important;
}
.spu-box.spu-bottom-bar{
    bottom: 0;
    border-bottom: none !important;
}
.spu-box.spu-top-bar h1,
.spu-box.spu-top-bar h2,
.spu-box.spu-top-bar h3,
.spu-box.spu-top-bar h4,
.spu-box.spu-top-bar h5,
.spu-box.spu-top-bar h6,
.spu-box.spu-top-bar p,
.spu-box.spu-bottom-bar h1,
.spu-box.spu-bottom-bar h2,
.spu-box.spu-bottom-bar h3,
.spu-box.spu-bottom-bar h4,
.spu-box.spu-bottom-bar h5,
.spu-box.spu-bottom-bar h6,
.spu-box.spu-bottom-bar p{
    margin: 0;
}
@keyframes spu-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spu-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-moz-keyframes spu-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-o-keyframes spu-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media only screen and (max-width: 620px) {
	.spu-box.taller-than-viewport {
		left: 0 !important;
		top: 100px !important;
		position: absolute !important;
	}

	.spu-box{
		margin: 0;
	}
}/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.com
	Available for use under the MIT License
	Version 2.14.2
*/
body.hidden-scroll{overflow:hidden}.sl-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#fff;display:none;z-index:1035}.sl-wrapper{z-index:1040;width:100%;height:100%;left:0;top:0;position:fixed}.sl-wrapper *{box-sizing:border-box}.sl-wrapper button{border:0 none;background:rgba(0,0,0,0);font-size:28px;padding:0;cursor:pointer}.sl-wrapper button:hover{opacity:.7}.sl-wrapper .sl-close{display:none;position:fixed;right:30px;top:30px;z-index:10060;margin-top:-14px;margin-right:-14px;height:44px;width:44px;line-height:44px;font-family:Arial,Baskerville,monospace;color:#000;font-size:3rem}.sl-wrapper .sl-counter{display:none;position:fixed;top:30px;left:30px;z-index:10060;color:#000;font-size:1rem}.sl-wrapper .sl-download{display:none;position:fixed;bottom:5px;width:100%;text-align:center;z-index:10060;color:#fff;font-size:1rem}.sl-wrapper .sl-download a{color:#fff}.sl-wrapper .sl-navigation{width:100%;display:none}.sl-wrapper .sl-navigation button{position:fixed;top:50%;margin-top:-22px;height:44px;width:22px;line-height:44px;text-align:center;display:block;z-index:10060;font-family:Arial,Baskerville,monospace;color:#000}.sl-wrapper .sl-navigation button.sl-next{right:5px;font-size:2rem}.sl-wrapper .sl-navigation button.sl-prev{left:5px;font-size:2rem}@media(min-width: 35.5em){.sl-wrapper .sl-navigation button{width:44px}.sl-wrapper .sl-navigation button.sl-next{right:10px;font-size:3rem}.sl-wrapper .sl-navigation button.sl-prev{left:10px;font-size:3rem}}@media(min-width: 50em){.sl-wrapper .sl-navigation button{width:44px}.sl-wrapper .sl-navigation button.sl-next{right:20px;font-size:3rem}.sl-wrapper .sl-navigation button.sl-prev{left:20px;font-size:3rem}}.sl-wrapper.sl-dir-rtl .sl-navigation{direction:ltr}.sl-wrapper .sl-image{position:fixed;-ms-touch-action:none;touch-action:none;z-index:10000}.sl-wrapper .sl-image img{margin:0;padding:0;display:block;border:0 none;width:100%;height:auto}@media(min-width: 35.5em){.sl-wrapper .sl-image img{border:0 none}}@media(min-width: 50em){.sl-wrapper .sl-image img{border:0 none}}.sl-wrapper .sl-image iframe{background:#000;border:0 none}@media(min-width: 35.5em){.sl-wrapper .sl-image iframe{border:0 none}}@media(min-width: 50em){.sl-wrapper .sl-image iframe{border:0 none}}.sl-wrapper .sl-image .sl-caption{display:none;padding:10px;color:#fff;background:rgba(0,0,0,.8);font-size:1rem;position:absolute;bottom:0;left:0;right:0}.sl-wrapper .sl-image .sl-caption.pos-top{bottom:auto;top:0}.sl-wrapper .sl-image .sl-caption.pos-outside{bottom:auto}.sl-spinner{display:none;border:5px solid #333;border-radius:40px;height:40px;left:50%;margin:-20px 0 0 -20px;opacity:0;position:fixed;top:50%;width:40px;z-index:1007;-webkit-animation:pulsate 1s ease-out infinite;-moz-animation:pulsate 1s ease-out infinite;-ms-animation:pulsate 1s ease-out infinite;-o-animation:pulsate 1s ease-out infinite;animation:pulsate 1s ease-out infinite}.sl-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.sl-transition{transition:-moz-transform ease 200ms;transition:-ms-transform ease 200ms;transition:-o-transform ease 200ms;transition:-webkit-transform ease 200ms;transition:transform ease 200ms}@-webkit-keyframes pulsate{0%{transform:scale(0.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@keyframes pulsate{0%{transform:scale(0.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-moz-keyframes pulsate{0%{transform:scale(0.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-o-keyframes pulsate{0%{transform:scale(0.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-ms-keyframes pulsate{0%{transform:scale(0.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

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

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}
.slick-arrow.slick-hidden {
    display: none;
}@font-face {
  font-family: 'fontello';
  src: url(http://fzz.org.pl/wp-content/themes/FZZ-2024/fontello/css/../font/fontello.eot#1767350213);
  src: url(http://fzz.org.pl/wp-content/themes/FZZ-2024/fontello/css/../font/fontello.eot#1767350213) format('embedded-opentype'),
       url(http://fzz.org.pl/wp-content/themes/FZZ-2024/fontello/css/../font/fontello.woff2#1767350213) format('woff2'),
       url(http://fzz.org.pl/wp-content/themes/FZZ-2024/fontello/css/../font/fontello.woff#1767350213) format('woff'),
       url(http://fzz.org.pl/wp-content/themes/FZZ-2024/fontello/css/../font/fontello.ttf#1767350213) format('truetype'),
       url(http://fzz.org.pl/wp-content/themes/FZZ-2024/fontello/css/../font/fontello.svg?91185469#fontello) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url(http://fzz.org.pl/wp-content/themes/FZZ-2024/fontello/css/../font/fontello.svg?91185469#fontello) format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-adjust:before { content: '\e800'; } /* '' */
.icon-down:before { content: '\e801'; } /* '' */
.icon-location:before { content: '\e802'; } /* '' */
.icon-left:before { content: '\e806'; } /* '' */
.icon-right:before { content: '\e807'; } /* '' */
.icon-up:before { content: '\e808'; } /* '' */
.icon-mail:before { content: '\e809'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-twitter:before { content: '\f309'; } /* '' */
.icon-facebook:before { content: '\f30c'; } /* '' */
.icon-googleplus:before { content: '\f30f'; } /* '' *//*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{background:transparent!important;color:#000!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.initialism,.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline{margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857}dt{font-weight:700}dd{margin-left:0}.dl-horizontal dd:after,.dl-horizontal dd:before{content:" ";display:table}.dl-horizontal dd:after{clear:both}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:"\2014 \00A0"}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:""}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:"\00A0 \2014"}address{margin-bottom:20px;font-style:normal;line-height:1.42857}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,Courier New,monospace}code{color:#c7254e;background-color:#f9f2f4;border-radius:4px}code,kbd{padding:2px 4px;font-size:90%}kbd{color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}html{font-size:16px}body{font-family:Rajdhani,Arial,sans-serif;font-weight:400;font-size:1rem;color:#000;line-height:1.4;position:relative}@media (min-width:992px){body{font-size:1.125rem}}[class^=icon-]{position:relative;height:100%;display:block}[class^=icon-]:after,[class^=icon-]:before{width:100%;margin-left:0}::-moz-selection{color:#fff;background-color:#e44753}::selection{color:#fff;background-color:#e44753}.heading{font-size:1.8rem;font-weight:300;margin:0 0 1.8rem;font-weight:500}.lightbox .lb-image{border:0!important}.white{color:#fff}.fw-light{font-weight:300}.fw-regular{font-weight:400}.fw-medium{font-weight:500}.fw-bold{font-weight:700}.font-xs{font-size:14px}.large,.larger{font-size:3.6rem}.medium{font-size:1.8rem}.extra-large{font-size:6rem}.italic{font-style:italic}.inline-list,.inline-list li{font-size:0}.inline-list li>*{font-size:1.125rem}.wrapper{width:1170px;max-width:100%;padding:0 15px;margin-left:auto;margin-right:auto}.wrapper-xl{width:1440px}.center-block{display:block;margin-left:auto;margin-right:auto}ol,ul{padding-left:20px}.inline-list{list-style:none;padding:0;margin:0}.inline-list li{display:inline-block}a{-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}a,a:focus,a:hover{color:inherit;text-decoration:none}a:focus{outline:0}p{margin:0 0 1.5rem}.txt-center{text-align:center}.parallax{background-attachment:fixed;background-repeat:no-repeat;background-position:50%;background-size:cover}@media (max-width:991px){.parallax{background-attachment:inherit;background-position:50%}}.upper{text-transform:uppercase}.table-responsive{max-width:100%;overflow:auto}table{width:100%;display:block}table tr td{padding:3px}blockquote{border:0;font-size:inherit;margin:0;padding:0}blockquote:before,blockquote footer:before{display:none}.table-responsive{border:0}.table-responsive table{width:100%;max-width:100%;display:table}.slick-slide,.slick-slide:focus{outline:0}.alignnone{margin:0 0 1.8rem;max-width:100%;height:auto}.aligncenter,div.aligncenter{display:block;margin:0 auto 20px;max-width:100%;height:auto}.alignright{float:right;margin:5px 0 20px 20px}.alignleft,.alignright{max-width:100%;height:auto}.alignleft{float:left;margin:5px 20px 20px 0}a img.alignright{float:right;margin:5px 0 20px 20px}a img.alignleft,a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#fff;border:1px solid #f0f0f0;max-width:96%;padding:5px 3px 10px;text-align:center}.wp-caption.alignleft,.wp-caption.alignnone{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{border:0;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}.slider .slide{visibility:hidden;position:absolute!important;top:0;left:0}.slider.slick-initialized .slide,.slider .slide:first-child{visibility:visible;position:relative!important}.slick-disabled{opacity:.5}.lb-number{display:none!important}h2{font-weight:500;font-size:1.5rem}@media (min-width:992px){h2{font-size:1.875rem}}.h3,h3{font-weight:500;font-size:1.25rem}@media (min-width:992px){.h3,h3{font-size:1.5rem}}.page-default .page__content ol:not([class]),.page-default .page__content ul:not([class]),.text ol:not([class]),.text ul:not([class]){margin-bottom:1.5rem}.page-default .page__content h3:first-child:not([class]),.text h3:first-child:not([class]){margin-top:0;margin-bottom:1.5rem}.wp-embed-aspect-16-9 .iframe-container{position:relative;overflow:hidden;width:100%;padding-top:56.25%}.wp-embed-aspect-16-9 iframe{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%}ul:not(:has(li)){display:none}.slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.slick-track .slick-slide{height:auto}.slick-dots{bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:0;width:100%;z-index:10;list-style:none}.slick-dots li{margin:0 5px;font-size:0}.slick-dots li button{padding:0;outline:0;border:1px solid #e44753;background:#fff;width:12px;height:12px;border-radius:50%;cursor:pointer;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.slick-dots li.slick-active button{background-color:#e44753}.page-main{position:relative}.page-main:before{content:"";background-color:#e44753;opacity:1;position:absolute;z-index:-1;left:0;top:0;width:100%;height:110px}.breadcrumbs{margin-bottom:20px}.breadcrumbs ul{list-style:none;padding:0;margin:0}.breadcrumbs ul li{color:#e44753;font-size:14px;font-weight:600;text-transform:uppercase;margin-right:5px;display:inline-block}.breadcrumbs ul li br{display:none}.breadcrumbs ul li a{color:inherit}.breadcrumbs ul li a:hover{color:#000}.breadcrumbs ul li .separator{width:5px;display:inline-block;margin-left:5px}.breadcrumbs ul li .separator svg{display:block;max-width:100%;height:auto}.breadcrumbs ul li .separator svg path{fill:#929292}.breadcrumbs ul li:last-child .separator{display:none}.page__wrap{padding:30px 20px 40px;background-color:#fff;position:relative;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.15);box-shadow:0 0 20px 0 rgba(0,0,0,.15)}@media (max-width:767px){.page__wrap{margin:0 -15px}}@media (min-width:480px){.page__wrap{padding:40px 30px}}@media (min-width:992px){.page__wrap{padding:40px 100px 60px}}h1.page__title{font-size:1.75rem;text-align:left;line-height:1.1;margin:0;font-weight:500;position:relative}@media (min-width:992px){h1.page__title{font-size:2.25rem}}@media (min-width:1170px){h1.page__title{font-size:3rem}}@media (min-width:992px){.page__heading{margin:0 0 25px}}.page__content{padding:30px 0 0;font-weight:500}.page__content a{color:#e44753;font-weight:600}.page__content a:hover{color:inherit}.page__content p img{margin-bottom:10px}.page__content h2:first-child,.text h2:first-child{margin-top:0}.text ul{padding:0;list-style:none}.text ul li{position:relative;padding-left:15px;margin-bottom:5px}.text ul li:before{content:"";position:absolute;left:0;top:9px;width:6px;height:6px;background-color:#e44753;border-radius:50%}.section{position:relative;margin-top:30px}.section__heading{position:relative;text-align:center;margin-bottom:30px}.section__heading--alt{text-align:left;padding:30px 0}.section__heading--alt:before{content:"";position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:100vw;height:220px;background-color:#cdcdcd;z-index:-1}.section__heading__title--alt{line-height:1;text-transform:uppercase;color:#fff;font-size:2rem;font-weight:700;margin:0}@media (min-width:992px){.section__heading__title--alt{font-size:2.5rem}}@media (min-width:1170px){.section__heading__title--alt{font-size:3rem}}.section__newsletter{position:relative;text-align:center;height:508px;margin-bottom:0}.section__newsletter .head-sneak{position:absolute;top:calc(50% - 80px);left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.section__newsletter .head-sneak:after{top:-10px}.section__newsletter .head-sneak:after,.section__newsletter .head-sneak:before{content:"";position:absolute;width:100px;height:1px;background-color:#e44753;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.section__newsletter .head-sneak:before{bottom:-10px}.section__newsletter .head-sneak span{font-size:1.5rem;font-weight:700;display:block;color:#fff;text-transform:uppercase}.section__title{font-size:1.5rem;display:inline-block;font-weight:500;text-align:center;z-index:2;margin:0}@media (min-width:992px){.section__title{font-size:1.875rem}}.btn{display:inline-block;color:#fff;background-color:#e44753;border:1px solid #e44753;text-transform:uppercase;font-weight:700;line-height:1.1;padding:13px 16px;font-size:1.125rem}.btn:hover{background-color:#fff;color:#e44753}.site__footer{font-weight:600;margin-top:60px;background-color:#e5e5e5;color:#000;padding:35px 0;position:relative;z-index:2}@media (min-width:992px){.site__footer{padding:75px 0}}.site__footer .footer__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}@media (min-width:768px){.site__footer .footer__wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;text-align:left}}.site__footer .footer__logo{width:80px;margin-right:20px}@media (max-width:767px){.site__footer .footer__logo{margin-bottom:20px}}@media (min-width:992px){.site__footer .footer__logo{margin-right:40px;width:100px}}.site__footer .footer__logo a{display:block}.site__footer .footer__logo img{display:block;max-width:100%;height:auto}.site__footer .footer__contact{line-height:1.15;font-size:14px}@media (min-width:992px){.site__footer .footer__contact{font-size:18px}}@media (max-width:767px){.site__footer .footer__contact{margin-bottom:20px}}.site__footer .footer__contact p:last-child{margin:0}@media (min-width:768px){.site__footer .footer__secondary{margin-left:auto}}@media (max-width:767px){.site__footer .footer__navbar{margin-bottom:20px}}.site__footer .footer__navbar ul{list-style:none;padding:0;margin:0}@media (min-width:768px){.site__footer .footer__navbar ul li{display:inline-block}.site__footer .footer__navbar ul li:not(:last-child){margin-right:20px}}.site__footer .footer__navbar ul li a{text-transform:uppercase}.site__footer .footer__navbar ul li a:hover{color:#e44753}.site__footer .copyright{text-transform:uppercase;font-weight:700;font-size:12px;padding:10px 0}@media (min-width:768px){.site__footer .copyright{text-align:right}}.wp-block-gallery{margin:0}.wp-block-gallery a:before{content:"+";position:absolute;left:0;top:0;width:100%;height:100%;font-weight:300;font-size:120px;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:rgba(228,71,83,.8);opacity:0;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;color:#fff}@media (min-width:480px){.wp-block-gallery a:before{font-size:150px}}@media (min-width:768px){.wp-block-gallery a:before{font-size:200px}}.wp-block-gallery a:hover:before{opacity:1}.hover_without:hover{color:#fff!important;cursor:default!important}.site__header{position:relative;z-index:99999}@media (max-width:767px){.site__header{z-index:999999}}.site__header .header-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.site__header .adjust-box{list-style:none;padding:0;margin:0;font-size:1.25rem;font-weight:700}.site__header .adjust-box li{display:inline-block}.site__header .adjust-box li:not(:last-child){margin-right:5px}.site__header .logo{width:170px}@media (min-width:992px){.site__header .logo{width:247px}}.site__header .menu-toggle{position:relative;display:block;width:30px;height:26px;background:transparent;border:0;outline:0;border-top:4px solid;border-bottom:4px solid;color:#e44753;font-size:0;-webkit-transition:all .3s cubic-bezier(.165,.84,.44,1);-o-transition:all .3s cubic-bezier(.165,.84,.44,1);transition:all .3s cubic-bezier(.165,.84,.44,1);z-index:6;margin-left:auto}@media (min-width:768px){.site__header .menu-toggle{display:none}}.site__header .menu-toggle:after,.site__header .menu-toggle:before{content:"";display:block;width:100%;height:4px;position:absolute;top:50%;left:50%;background:currentColor;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:-webkit-transform .3s cubic-bezier(.165,.84,.44,1);transition:-webkit-transform .3s cubic-bezier(.165,.84,.44,1);-o-transition:transform .3s cubic-bezier(.165,.84,.44,1);transition:transform .3s cubic-bezier(.165,.84,.44,1);transition:transform .3s cubic-bezier(.165,.84,.44,1),-webkit-transform .3s cubic-bezier(.165,.84,.44,1)}.site__header .menu-toggle.active{border-color:transparent;position:absolute;right:10px}.site__header .menu-toggle.active:before{-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.site__header .menu-toggle.active:after{-webkit-transform:translate(-50%,-50%) rotate(-45deg);-ms-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.site__header .logo{margin-right:30px}@media (min-width:768px){.site__header .logo{margin-right:40px}}.site__header .logo-ue{width:45px;margin-right:auto}@media (min-width:992px){.site__header .logo-ue{width:60px}}.site__header .join-us{text-transform:uppercase;color:#fff;font-weight:700}@media (min-width:768px){.site__header .join-us{color:#e44753}.site__header .join-us:hover{color:#000}}@media (min-width:768px){.site__header .header-search{margin-right:auto}}@media (min-width:992px){.site__header .header-search{margin-right:auto}}.site__header .header-search form{display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid #c5c5c5;width:200px}@media (min-width:992px){.site__header .header-search form{width:320px}}.site__header .header-search form input{background:transparent;border:none;outline:none;height:34px;padding:0 0 0 12px;-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2;width:auto;min-width:0;max-width:none}@media (min-width:992px){.site__header .header-search form input{height:45px}}.site__header .header-search form button{background:#fff;border:none;outline:none;line-height:1;padding:0 12px}.site__header .header-search form button svg path{fill:#e44753}.site__header .social{list-style:none;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex}.site__header .social li:not(:last-child){margin-right:5px}.site__header .social li a{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;border-radius:50%;width:28px;height:28px;background-color:#e44753;color:#fff;border:1px solid #e44753}.site__header .social li a i:before{line-height:28px}.site__header .social li a:hover{background-color:#fff;color:#e44753}@media (min-width:768px){.site__header .social{margin-left:15px;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}}.site__header .header-main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 0 20px}@media (min-width:768px){.site__header .header-main{padding:10px 0 40px}}@media (max-width:767px){.site__header .header-main .header-search,.site__header .header-main .join-us,.site__header .header-main .social{display:none}}.site__header .header-nav{position:relative}@media (min-width:768px){.site__header .header-nav{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:auto}.site__header .header-nav:before{content:"";background-color:#e44753;opacity:1;position:absolute;z-index:-1;left:0;top:0;width:100%;height:100%}}@media (max-width:767px){.site__header .header-nav{display:none;width:100%;padding-top:10px;padding-bottom:20px;height:70vh;overflow:auto;background-color:#2f2f2f}}.site__header .header-nav .header-search{margin:25px 0}@media (min-width:768px){.site__header .header-nav .header-search{display:none}}.site__header .header-nav .header-search form{width:100%}.site__header .header-nav .header-search form input{color:#fff}.site__header .header-nav .social{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (min-width:768px){.site__header .header-nav .join-us,.site__header .header-nav .social{display:none}}@media (max-width:767px){.site__header .header-nav .nav{margin-bottom:20px}}.site__header .header-nav .nav>ul{margin:0;padding:0}.site__header .header-nav .nav>ul>li{display:inline-block}@media (max-width:767px){.site__header .header-nav .nav>ul>li{display:block;width:100%}.site__header .header-nav .nav>ul>li:not(:last-child){border-bottom:1px solid hsla(0,0%,100%,.2)}}@media (min-width:768px){.site__header .header-nav .nav>ul>li{text-align:center;padding:0}}.site__header .header-nav .nav>ul>li>a{position:relative;font-size:18px;color:#fff;font-weight:600;display:block;padding:5px 0 0;text-transform:uppercase;letter-spacing:.08333em}@media (min-width:768px){.site__header .header-nav .nav>ul>li>a{padding:25px 0;margin-left:8px;margin-right:8px;font-size:20px}}@media (min-width:992px){.site__header .header-nav .nav>ul>li>a{padding:40px 0;margin-left:30px;margin-right:30px;font-size:24px}}.site__header .header-nav .nav>ul>li>a .arrow{position:absolute;bottom:10%;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:20px;opacity:.5;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media (max-width:767px){.site__header .header-nav .nav>ul>li>a .arrow{display:none}}@media (min-width:992px){.site__header .header-nav .nav>ul>li>a .arrow{bottom:20%}}.site__header .header-nav .nav>ul>li>a .arrow svg{display:block;max-width:100%;height:auto}.site__header .header-nav .nav>ul>li.not-hovered>a{color:hsla(0,0%,100%,.6)}@media (min-width:768px){.site__header .header-nav .nav>ul>li:first-child>a{margin-left:0}}@media (min-width:768px){.site__header .header-nav .nav>ul>li.show-submenu>a{color:#fff}}.site__header .header-nav .nav>ul>li.show-submenu>a .arrow{-webkit-transform:translate(-50%,30%);-ms-transform:translate(-50%,30%);transform:translate(-50%,30%);opacity:1}.site__header .header-nav .nav>ul>li.show-submenu>ul{opacity:1;pointer-events:all}.site__header .header-nav .nav>ul>li>ul{list-style:none;text-align:left;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;padding:0}@media (min-width:768px){.site__header .header-nav .nav>ul>li>ul{background-color:#2f2f2f;pointer-events:none;position:absolute;opacity:0;width:100%;top:100%;left:0;z-index:2;padding:30px calc(var(--wrapper-padding) + var(--wrapper-offset));min-height:380px}}.site__header .header-nav .nav>ul>li>ul>li{display:block;max-width:600px}.site__header .header-nav .nav>ul>li>ul>li a{padding:0 25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;color:#fff}.site__header .header-nav .nav>ul>li>ul>li a .link-icon{display:inline-block;width:8px;margin-right:8px}.site__header .header-nav .nav>ul>li>ul>li a .link-icon svg{display:block;max-width:100%;height:auto}.site__header .header-nav .nav>ul>li>ul>li a .link-icon svg path{fill:#e44753}.site__header .header-nav .nav>ul>li>ul>li a .link-text{max-width:calc(100% - 17px)}@media (min-width:768px){.site__header .header-nav .nav>ul>li>ul>li a:hover{color:#e44753}}.site__header .header-nav .nav>ul>li>ul>li>a{font-size:16px}@media (min-width:768px){.site__header .header-nav .nav>ul>li>ul>li>a{padding:5px 0;font-size:16px}}.site__header .header-nav .nav>ul>li>ul>li>ul{list-style:none;padding-left:15px;padding-bottom:10px}@media (min-width:768px){.site__header .header-nav .nav>ul>li>ul>li>ul{padding-left:0;padding-bottom:10px;margin-top:30px}}.site__header .header-nav .nav>ul>li>ul>li>ul>li>a{font-size:14px;margin-bottom:5px}@media (min-width:768px){.site__header .header-nav .nav>ul>li>ul>li>ul>li>a{padding:0}}.site__header .header-nav .nav>ul>li>ul>li>ul>li>a .link-text{width:calc(100% - 16px)}@media (min-width:768px){.site__header .header-nav .nav>ul>li>ul>li>ul>li>a:hover{color:#e44753}}.site__header .header-nav .nav>ul>li>ul>li>ul>li.has-children{font-weight:700}.site__header .header-nav .nav>ul>li>ul>li>ul>li>ul{list-style:none;padding-left:15px;padding-bottom:10px}@media (min-width:768px){.site__header .header-nav .nav>ul>li>ul>li>ul>li>ul{padding-left:15px;padding-bottom:10px}}.site__header .header-nav .nav>ul>li>ul>li>ul>li>ul>li>a{font-size:14px;margin-bottom:5px;font-weight:400}.site__header .nav__extra{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#505050;color:#fff;padding:35px 15px;height:30vh}@media (min-width:768px){.site__header .nav__extra{display:none}}.site__header .nav__extra .extra-links a{display:block;font-weight:700;text-transform:uppercase}.site__header #phone{margin-left:auto;font-size:24px}@media (min-width:768px){.site__header #phone{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;font-size:30px}}.site__header #phone i{color:#e44753}.site__header #phone span{color:#000;display:none}@media (min-width:471px){.site__header #phone span{display:inline-block}}@media (min-width:768px){.site__header.fixed{padding:.5rem 0}.site__header.fixed .logo{width:85px}}.hexagon,.hexagon-small{position:relative;z-index:2;display:inline-block;text-align:center}.hexagon-small .hexagon__main,.hexagon .hexagon__main{background-color:#e44753;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;height:100%;width:57.735%;border:1px solid #e44753;border-width:1px 0}.hexagon-small .hexagon__main:after,.hexagon-small .hexagon__main:before,.hexagon .hexagon__main:after,.hexagon .hexagon__main:before{content:"";top:0;right:21.1325%;position:absolute;height:inherit;width:inherit;background-color:inherit;z-index:-1;border:inherit}.hexagon-small .hexagon__main:before,.hexagon .hexagon__main:before{-webkit-transform:rotate(-60deg);-ms-transform:rotate(-60deg);transform:rotate(-60deg)}.hexagon-small .hexagon__main:after,.hexagon .hexagon__main:after{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.hexagon-small .hexagon__main .hexagon__text,.hexagon .hexagon__main .hexagon__text{text-transform:uppercase;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:70%}.hexagon--small,.hexagon-small--small{width:32px;height:32px;font-size:1.25rem}.hexagon--medium,.hexagon-small--medium{width:160px;height:160px;font-size:1.25rem}.hexagon--medium .hexagon__main,.hexagon-small--medium .hexagon__main{border-width:2px 0}.hexagon--link-inverted:hover .hexagon__main,.hexagon-small--link-inverted:hover .hexagon__main{background-color:#fff}.hexagon--link-inverted:hover .hexagon__main .hexagon__text,.hexagon-small--link-inverted:hover .hexagon__main .hexagon__text{color:#e44753!important}.hexagon--link .hexagon__main:hover,.hexagon-small--link .hexagon__main:hover{background-color:#fff;color:#e44753}.hexagon--link .hexagon__main:hover .hexagon__text,.hexagon-small--link .hexagon__main:hover .hexagon__text{color:#e44753}.hexagon--inverted .hexagon__main,.hexagon-small--inverted .hexagon__main{background-color:#fff;color:#e44753;border-color:#fff}.hexagon--inverted .hexagon__main:hover,.hexagon-small--inverted .hexagon__main:hover{background-color:#e44753;color:#fff}.hexagon--inverted .hexagon__main:hover .hexagon__text,.hexagon-small--inverted .hexagon__main:hover .hexagon__text{color:#fff}.leader-block{display:-webkit-box;display:-ms-flexbox;display:flex;width:780px;width:580px;max-width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto 40px}@media (min-width:768px){.leader-block{margin-bottom:80px}}.leader-block .leader__img{margin-left:auto;position:relative;z-index:2;border:1px solid #e44753;padding:20px;border-radius:50%;overflow:hidden;margin-bottom:20px}@media (min-width:480px){.leader-block .leader__img{max-width:62.5%;margin-bottom:0}}.leader-block .leader__img img{max-width:100%;display:block;height:auto;border-radius:50%;overflow:hidden}.leader-block .leader__info{position:relative;width:100%;text-align:center}@media (min-width:480px){.leader-block .leader__info{padding-left:20px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);text-align:left}}@media (min-width:768px){.leader-block .leader__info{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);font-size:1.5rem;padding-left:30px;font-size:1.15rem}}.leader-block .leader__info:before{width:480px;max-width:62.5%;border:1px solid #e44753;aspect-ratio:1;position:absolute;left:0;bottom:0;-webkit-transform:translateY(30%);-ms-transform:translateY(30%);transform:translateY(30%);border-radius:50%}@media (min-width:480px){.leader-block .leader__info:before{content:""}}.leader-block .leader__info .leader__name{font-size:2rem;font-weight:500}@media (min-width:768px){.leader-block .leader__info .leader__name{font-size:3rem;font-size:2.25rem}}@media (min-width:540px){.news-sections-wrap{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}}@media (min-width:540px){.news-sections-wrap .news-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (min-width:540px){.news-sections-wrap .news-list{-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2}}.news__section-heading{border-bottom:25px solid #858585;text-align:center}.section-title{font-size:1.875rem}.news-section{margin-bottom:60px}.news-section__heading{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -15px;position:relative}.news-section__heading__box{width:50%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 15px}.news-section__heading__box:only-child{width:100%}@media (max-width:767px){.news-section__heading__box:not(:only-child){display:block}}.news-section__heading__link{color:#e44753;text-transform:uppercase;font-size:14px;font-weight:700}.news-section__heading__link:hover{color:inherit}.news-section .news__list{list-style:none;padding:0}.news-section .news__list .news__item--featured .news__item-title{font-size:1.125rem;padding:15px 0}@media (min-width:1170px){.news-section .news__list .news__item--featured .news__item-title{font-size:1.5rem}}.news-section .news__list .news__item a:hover{color:#e44753}.news-section .news__list .news__item-title{margin:0;padding:10px 0}.news__item-img{margin:0 0 5px}.news__link .news__item-img{position:relative;display:block}.news__link:hover .news__item-img:before{opacity:1}.news-list{display:grid;grid-template-columns:repeat(1,1fr);list-style:none;padding:0;gap:30px}@media (min-width:480px){.news-list{grid-template-columns:repeat(2,1fr)}}.news-list--1{grid-template-columns:repeat(1,1fr)}.news-list--slider{display:block}.news-list--slider .slick-slide{margin:0 15px}.news-list--slider .slick-list{margin:0 -15px;padding:20px 0}.news-list--terms .news-item .news-item__title{width:100%;padding:0}.news-list .news-item{position:relative;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.1);box-shadow:0 0 10px 0 rgba(0,0,0,.1);background-color:#fff;padding:20px 15px 40px;-webkit-transition:-webkit-box-shadow .3s ease-in-out;transition:-webkit-box-shadow .3s ease-in-out;-o-transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;min-width:0}@media (min-width:1170px){.news-list .news-item{padding:40px 40px 55px}}.news-list .news-item__img{margin-bottom:15px}@media (min-width:1170px){.news-list .news-item__img{margin-bottom:20px}}.news-list .news-item__img img{aspect-ratio:1.68;-o-object-fit:cover;object-fit:cover}@media (min-width:768px){.news-list .news-item__main{display:-webkit-box;display:-ms-flexbox;display:flex}}.news-list .news-item__info{font-size:.875rem;font-weight:600;text-transform:uppercase;margin:0 0 7px;width:120px;line-height:1.2}@media (min-width:768px){.news-list .news-item__info{text-align:right}}.news-list .news-item__category{color:#e44753}.news-list .news-item__category:hover{color:#000}.news-list .news-item__title{margin:0;font-size:1.25rem;font-weight:500}@media (min-width:768px){.news-list .news-item__title{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;width:calc(100% - 120px);padding-right:15px}}.news-list .news-item__title a{color:inherit;font-weight:inherit}.news-list .news-item:hover{-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,.3);box-shadow:0 0 16px 0 rgba(0,0,0,.3)}.news-list__date{font-size:1rem}.news-list .news__item-title{color:#000;font-size:1.125rem;padding:15px 0;text-align:left;-webkit-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out;transition:color .3s ease-in-out}@media (min-width:1170px){.news-list .news__item-title{font-size:1.25rem}}@media (max-width:991px){.orgs-list{margin-top:0}}@media (min-width:576px){.orgs-list .orgs__wrap{display:-webkit-box;display:-ms-flexbox;display:flex}}.orgs-list__regions{margin-bottom:25px;padding-top:10px}@media (min-width:576px){.orgs-list__regions{width:30%}}.orgs-list__regions ul{list-style:none;padding:0;margin:0;top:0}.orgs-list__regions ul li a{text-transform:uppercase;font-size:1rem;font-weight:600;color:#000}.orgs-list__regions ul li a.active,.orgs-list__regions ul li a:hover{color:#e44753}.orgs-list__data{position:relative;overflow:hidden}@media (min-width:576px){.orgs-list__data{width:70%;padding-left:30px;max-width:500px}}.orgs-list .orgs-item{margin-bottom:60px;padding-top:10px;pointer-events:none;background-color:#fff;position:absolute;top:0;left:0;width:100%;opacity:0;-webkit-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}@media (min-width:576px){.orgs-list .orgs-item{left:30px;width:calc(100% - 30px)}}.orgs-list .orgs-item__title{text-transform:uppercase;border-bottom:1px solid rgba(0,0,0,.2);padding-bottom:22px;margin-top:0;margin-bottom:28px;font-size:1.5rem}@media (min-width:992px){.orgs-list .orgs-item__title{font-size:2.25rem}}.orgs-list .orgs-item__leader{margin-bottom:20px}.orgs-list .orgs-item__unions{margin:20px 0 0}.orgs-list .orgs-item__unions__list{list-style:none;margin:0;padding:0}.orgs-list .orgs-item__union-name{color:#e44753;text-transform:uppercase}.orgs-list .orgs-item.active{left:0;width:100%;z-index:2}.orgs-list .orgs-item.active,html.no-js .orgs-item{opacity:1;position:relative;pointer-events:all}.people-block .authorities__list{padding-bottom:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}body,body .news__category-title:after,body .news__category-title:before,body .section__title:after,body .section__title:before{-webkit-transition:background-color .5s ease-in-out,border .5s ease-in-out;-o-transition:background-color .5s ease-in-out,border .5s ease-in-out;transition:background-color .5s ease-in-out,border .5s ease-in-out}body.adjust{color:#fff!important;background-color:#000}body.adjust [class^=icon-]:after,body.adjust [class^=icon-]:before{color:#000!important}body.adjust .site__header{background-color:#000!important}body.adjust .site__header a.join-us:hover{background-color:#e44753!important}body.adjust .nav__main ul.adjust-box li,body.adjust .nav__main ul.adjust-box li i:after,body.adjust .nav__main ul.adjust-box li i:before,body.adjust .nav__right ul.adjust-box li,body.adjust .nav__right ul.adjust-box li i:after,body.adjust .nav__right ul.adjust-box li i:before{color:#fff!important}body.adjust .nav__main ul li.level-0 a,body.adjust .nav__right ul li.level-0 a{color:#000!important}body.adjust .nav__main ul li.level-0 ul li a,body.adjust .nav__right ul li.level-0 ul li a,body.adjust a{color:#fff!important}body.adjust .footer__main a,body.adjust .footer__main p{color:#000!important}body.adjust .site__footer .footer__navbar a.join-us{color:#e44753!important;background-color:#000;border:#000!important}body.adjust .site__footer .footer__navbar a.join-us:after,body.adjust .site__footer .footer__navbar a.join-us:before{background-color:#000;border:#000!important}body.adjust .hexagon--inverted .hexagon__main,body.adjust .hexagon-small--inverted .hexagon__main{background-color:#000!important;border-color:#000!important}body.adjust .news__category-title:after,body.adjust .news__category-title:before{-webkit-transition:background-color .5s ease-in-out,border .5s ease-in-out;-o-transition:background-color .5s ease-in-out,border .5s ease-in-out;transition:background-color .5s ease-in-out,border .5s ease-in-out;background-color:#000!important;border:#000!important}body.adjust .logo_bottom{background-color:#000!important}body.adjust .item_text{color:#fff!important}body.adjust .section__title{background-color:#000}body.adjust .section__title,body.adjust .section__title:after,body.adjust .section__title:before{-webkit-transition:background-color .5s ease-in-out,border .5s ease-in-out;-o-transition:background-color .5s ease-in-out,border .5s ease-in-out;transition:background-color .5s ease-in-out,border .5s ease-in-out}body.adjust .section__title:after,body.adjust .section__title:before{border:#000!important}.authorities .page__content{padding:0}.authorities .section__title{font-size:1.75rem;max-width:420px}.people .section__heading{margin-bottom:30px}.authorities__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;list-style:none;margin:30px -15px 20px}@media (min-width:768px){.authorities__list{margin:40px -15px}}.authorities__list .authorities__item{width:50%;padding:0 15px;margin:0 0 30px}@media (min-width:480px){.authorities__list .authorities__item{width:33.33%}}@media (min-width:768px){.authorities__list .authorities__item{width:25%;padding:0 15px}}@media (min-width:992px){.authorities__list .authorities__item{width:20%}}.authorities__item{text-align:center;width:150px;line-height:1.1}.authorities__item .authority__name{font-size:1.125rem;font-weight:600}.authorities__item .authority__position{font-weight:bolder;font-size:14px;margin:0 0 5px}.authorities__item .authority__organisation{font-weight:500;font-size:14px;margin:0 0 5px}.authorities__item .authority__img{max-width:150px;margin:0 auto 12px;max-height:150px;position:relative}.authorities__item .authority__img:before{content:"";position:absolute;width:calc(100% + 20px);height:calc(100% + 20px);left:-10px;top:-10px;border-radius:50%;border:1px solid #e44753}.authorities__item .authority__img img{margin:0 auto;border-radius:50%;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.authorities__item .authority__email,.authorities__item .authority__twitter{color:#e44753;font-size:.875rem;font-weight:700;word-break:break-all;margin:0 0 10px}.authorities__item i{color:#000;display:block;margin:0}.authorities__item.authorities__item--small .authority__name,.authorities__section--board .authorities__item .authority__name,.authorities__section--unions .authorities__item .authority__name{font-size:1.125rem;margin:0 0 5px}.authorities__item.authorities__item--small .authority__position,.authorities__section--board .authorities__item .authority__position,.authorities__section--unions .authorities__item .authority__position{color:#000;font-size:.875rem}.authorities__item.authorities__item--small .authority__img,.authorities__section--board .authorities__item .authority__img,.authorities__section--unions .authorities__item .authority__img{display:inline-block}.authorities__section--leader .authorities__item{width:780px;max-width:100%;margin:0 auto;padding:0}.authorities__section--leader .authorities__item .authority__img{max-width:500px}.authorities__section--leader .authorities__item .authority__name{font-weight:400;font-size:2rem}@media (min-width:768px){.authorities__section--leader .authorities__item .authority__name{font-size:3.75rem}}.authorities__section--leader .authorities__item .authority__position{margin:0 0 20px;font-weight:600}@media (min-width:480px){.authorities__section--presidium .authorities__item,.authorities__section--viceleader .authorities__item{width:50%}}@media (min-width:768px){.authorities__section--presidium .authorities__item,.authorities__section--viceleader .authorities__item{width:33.33%}}.authorities__section--unions .authorities__item{font-size:.875rem}.authorities__section--unions .authorities__item .authority__img{-webkit-clip-path:none;clip-path:none;height:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.authorities__section--unions .authorities__item .authority__name{font-size:.875rem;color:#000;font-weight:600}@media (min-width:640px){.authorities__section--revision .authorities__item{width:33.33%}}@media (min-width:768px){.authorities__section--revision .authorities__item{width:25%}}@media (max-width:479px){.authorities__section--revision .authorities__item .hexagon{width:35vw;height:35vw}}@media (min-width:480px) and (max-width:639px){.authorities__section--revision .authorities__item .hexagon{width:23vw;height:23vw}}@media (min-width:640px) and (max-width:767px){.authorities__section--revision .authorities__item .hexagon{width:23vw;height:23vw}}@media (min-width:1170px){.authorities__section--revision .authorities__item .hexagon{width:220px;height:220px}}.authorities__section--revision .authorities__item .authority__name{margin:0 0 15px;padding:0 10px}.authorities__section--revision .authorities__item .authority__position{font-size:1rem;color:#fff}@media (min-width:768px){.authorities__section--team .authorities__item{width:25%}}.authorities__section--team .authority__name{color:#e44753;font-size:1.125rem;font-weight:500;margin:0 0 10px}.authorities__section--team .authority__position{color:#000;margin:0 0 10px;text-transform:none;font-weight:400;font-size:.875rem}.provinces .provinces__wrap{padding:60px 0}@media (min-width:768px){.provinces .provinces__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -15px}.provinces .provinces__wrap>*{width:50%;padding:0 15px}}.provinces .map{position:relative;padding-bottom:94%;margin:0 0 30px}.provinces .map svg{position:absolute;left:0;top:0;width:100%}.provinces .map path{fill:#e44753;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;cursor:pointer}.provinces .map path:hover{fill:#f1697b}.provinces .map path.active{fill:#d90000}.provinces .map text{pointer-events:none}.provinces .provinces__data{position:relative}.provinces .provinces__data .province__data{display:none}.provinces .provinces__data .province__data.active{display:block;-webkit-animation:fadeIn .5s cubic-bezier(.165,.84,.44,1);animation:fadeIn .5s cubic-bezier(.165,.84,.44,1)}.provinces .provinces__data .province__title{font-size:1.875rem;font-weight:700;margin:0 0 30px}.provinces .provinces__data .province__unions{list-style:none;padding:0}.provinces .provinces__data .province__unions .province__union{margin:0 0 10px;padding:0 0 8px}.provinces .provinces__data .province__unions .province__union:not(:last-child){border-bottom:1px solid rgba(0,0,0,.3)}.provinces .provinces__data .province__unions .province__union .province__union-name{color:#e44753;text-transform:uppercase;font-size:1rem;font-weight:700;margin:0 0 5px}.provinces .provinces__data .province__unions .province__union .province__union-content{font-size:1rem}.provinces .provinces__data .province__unions .province__union .province__union-content :last-child{margin:0}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.organizations__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:60px 0 40px;list-style:none;margin:0 -7.5px}@media (min-width:768px){.organizations__list{margin:0 -15px}}.organizations__item{width:50%;text-align:center;padding:0 7.5px;margin:0 0 30px}@media (min-width:480px){.organizations__item{width:33.33%}}@media (min-width:768px){.organizations__item{width:33.3%;padding:0 15px}}@media (min-width:992px){.organizations__item{width:25%}}.organizations__item .organization__name{font-size:1.5rem;margin:0 0 5px}.organizations__item .organization__position{color:#e44753;text-transform:uppercase;font-weight:600;font-size:1.125rem;margin:0}.organizations__item .organization__img{max-width:150px;margin:0 auto}.organizations__item .organization__img img{margin:0 auto}.organizations__item .organization__email,.organizations__item .organization__twitter{color:#e44753;font-size:.875rem;font-weight:700;word-break:break-all;margin:0 0 10px}.organizations__item i{color:#000;display:block;margin:0}.organizations__item.organizations__item--small .organization__name{font-size:1.125rem;margin:0 0 5px;color:#e44753}.organizations__item.organizations__item--small .organization__position{color:#000;font-size:.875rem}.organizations__item.organizations__item--small .organization__img{display:inline-block}.organizations-block .organizations__list{padding-bottom:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.organizations-block .organizations__item .organization__img{height:140px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.organizations-block .organizations__item .organization__img img{max-height:120px}.organizations-block .organizations__item .organization__name{font-size:1.25rem}.organizations-block .organizations__item .organization__position{color:#000;margin:0 0 10px;text-transform:none;font-weight:400;font-size:1rem}.download__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;list-style:none;margin:0 -5px}@media (min-width:1170px){.download__list{margin:0 -15px}}.download__list .download__list-item{width:50%;margin:0;text-align:center;padding:5px}@media (min-width:480px){.download__list .download__list-item{width:33.33%}}@media (min-width:768px){.download__list .download__list-item{width:25%;margin:0 0 15px}}@media (min-width:992px){.download__list .download__list-item{width:25%;margin:0 0 30px}}@media (min-width:1170px){.download__list .download__list-item{padding:15px}}.download__list .download__list-item .download__img{aspect-ratio:1;display:block;position:relative;border-radius:50%;overflow:hidden;border:1px solid #e44753;display:-webkit-box;display:-ms-flexbox;display:flex}.download__list .download__list-item .download__img .front{color:#000;text-align:center;-webkit-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;padding:20px;line-height:1.1;font-size:12px}@media (min-width:992px){.download__list .download__list-item .download__img .front{font-size:15px;line-height:1.1}}.download__list .download__list-item .download__img .back{position:absolute;top:50%;left:50%;width:calc(100% - 30px);height:calc(100% - 30px);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#e44753;opacity:0;border-radius:50%;overflow:hidden;-webkit-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;color:#fff;text-transform:uppercase;font-size:1.125rem}.download__list .download__list-item .download__img .back-img{width:70%;margin:0 auto 12px;max-width:40px}.download__list .download__list-item .download__img .back-img img{display:block;max-width:100%;height:auto;margin:0 auto}.download__list .download__list-item .download__img a{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.download__list .download__list-item .download__img a:hover .front{opacity:0}.download__list .download__list-item .download__img a:hover .back{opacity:1}.download__list .download__list-item--compact .download__img .front{font-size:9px}@media (min-width:992px){.download__list .download__list-item--compact .download__img .front{font-size:12px}}.download__list .download__content{text-align:center}.download__list .download__content p{margin-bottom:15px}.download__list .download__content img{margin-top:20px}.download{margin:0 0 20px}.download .section__heading{padding-top:0}.download .section__title{margin-bottom:10px}@media (min-width:992px){.download .section__title{margin-bottom:20px}}.contact__content{margin-bottom:40px}@media (min-width:480px){.contact__sections{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px}}@media (min-width:480px){.contact__sections .contact__section{width:50%;padding:0 15px;margin:0 0 30px}}@media (min-width:992px){.contact__sections .contact__section{width:33.33%}}.contact__sections .contact__section .contact__section-title{margin:0 0 20px}.contact__sections .contact__section h3{margin:0}.contact__sections .contact__section h4{margin:0 0 20px}.contact__map{height:70vw;max-height:420px}.contact__form{border:1px solid rgba(0,0,0,.2);padding:30px 15px}@media (min-width:480px){.contact__form{padding:50px 30px}}.contact__form h2{margin:0 0 1.33em}.form-field{margin:0 0 24px}.form-field input,.form-field textarea{display:block;width:100%;min-width:0;max-width:none;outline:0;border:1px solid #585858;-webkit-transition:border .3s ease-in-out;-o-transition:border .3s ease-in-out;transition:border .3s ease-in-out;background-color:#fff;padding:12px;color:#585858}.form-field input:focus-visible,.form-field textarea:focus-visible{border-color:#e44753}.form-field input::-webkit-input-placeholder,.form-field textarea::-webkit-input-placeholder{opacity:1;color:#585858}.form-field input::-moz-placeholder,.form-field textarea::-moz-placeholder{opacity:1;color:#585858}.form-field input::-ms-input-placeholder,.form-field textarea::-ms-input-placeholder{opacity:1;color:#585858}.form-field input:-moz-placeholder-shown,.form-field textarea:-moz-placeholder-shown{opacity:1;color:#585858}.form-field input:-ms-input-placeholder,.form-field textarea:-ms-input-placeholder{opacity:1;color:#585858}.form-field input::placeholder,.form-field input:placeholder-shown,.form-field textarea::placeholder,.form-field textarea:placeholder-shown{opacity:1;color:#585858}.form-field input{height:2.5rem}@media (min-width:992px){.form-field input{height:3rem}}.form-field textarea{height:200px}.form-agreement{font-size:12px}.wpcf7-list-item{margin:0 0 20px}.wpcf7-list-item label{position:relative;cursor:pointer}.wpcf7-list-item label span{display:block;position:relative;padding-left:2rem}.wpcf7-list-item label span:before{content:"";position:absolute;left:0;top:0;width:1.25rem;height:1.25rem;border:1px solid #000}.wpcf7-list-item label span:after{content:"✔";position:absolute;left:0;top:0;text-align:center;line-height:1.25rem;width:1.25rem;height:1.25rem;opacity:0;color:#fff}.wpcf7-list-item label input{position:absolute;z-index:-1;opacity:0}.wpcf7-list-item label input:checked+span:before{background-color:#e44753;border-color:#e44753}.wpcf7-list-item label input:checked+span:after{opacity:1}.wpcf7-not-valid-tip{font-size:14px;font-weight:bolder;margin-top:3px}.wpcf7-not-valid .wpcf7-list-item{margin:0}.wpcf7 form .wpcf7-response-output{margin:20px 0 0;padding:10px 15px}.form-submit input{display:inline-block;border:1px solid #e44753;background-color:#e44753;color:#fff;text-transform:uppercase;padding:10px 30px;font-weight:700;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.form-submit input:hover{color:#e44753;background-color:#fff}.history__items{max-width:960px;margin-left:auto;padding-left:35px}.history__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;border-left:2px solid #000;padding:0 0 50px}.history__item .history__item-year{width:70px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);margin-top:20px}.history__item .history__item-year .hexagon{width:70px;height:70px;line-height:.9;font-size:1rem}.history__item .history__item-img{width:100px;margin:0 0 20px;-webkit-clip-path:polygon(75% 7%,93% 50%,75% 93%,25% 93%,7% 50%,25% 7%);clip-path:polygon(75% 7%,93% 50%,75% 93%,25% 93%,7% 50%,25% 7%)}@media (min-width:768px){.history__item .history__item-text{padding-left:20px;width:calc(100% - 100px)}}.history__item .history__item-content{width:100%;padding-left:20px}@media (min-width:768px){.history__item .history__item-content{width:calc(100% - 70px);padding:0}}.history__item .history__item-content .history__subitem{padding-top:25px;margin:0 0 30px}@media (min-width:768px){.history__item .history__item-content .history__subitem{padding-left:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.history__item .history__item-content h2{margin:0 0 35px}.fzz-movie,.home-news{overflow:hidden}.fzz-movie{padding-bottom:clamp(40px,120px,7vw)}.fzz-movie__embed{width:930px;max-width:100%;-webkit-box-shadow:0 0 20px 2px rgba(0,0,0,.29);box-shadow:0 0 20px 2px rgba(0,0,0,.29)}.home-orgs{position:relative;color:#fff;overflow:hidden}.home-orgs:before{content:"";position:absolute;opacity:.1;width:100%;height:100%;z-index:2;pointer-events:none;background-size:cover}.home-orgs .section__heading__title{margin-bottom:1em}@media (min-width:768px){.home-orgs__wrap{display:-webkit-box;display:-ms-flexbox;display:flex}}.home-orgs__wrap>*{position:relative}@media (min-width:768px){.home-orgs__wrap>*{width:50%}}.home-orgs__wrap>:before{content:"";position:absolute;top:0;height:100%;z-index:1;width:100vw}@media (min-width:768px){.home-orgs__wrap>:before{width:50vw}}.home-orgs__sign:before{right:calc(var(--wrapper-padding)*-1);background-color:#242424}@media (min-width:768px){.home-orgs__sign:before{right:0}}.home-orgs__sign .section__heading__title{max-width:420px}.home-orgs__sign .home-orgs__select-pkd{margin-bottom:30px}.home-orgs__sign .home-orgs__select-pkd select{max-width:100%;width:330px;background:transparent;border:1px solid #fff;text-transform:uppercase;color:#fff;font-size:1.125rem;padding:11px 13px;font-weight:700;cursor:pointer}.home-orgs__sign .home-orgs__select-pkd select option{color:#000}@media (min-width:768px){.home-orgs__join{padding-left:50px}}.home-orgs__join:before{left:calc(var(--wrapper-padding)*-1);background-color:#4f4f4f}@media (min-width:768px){.home-orgs__join:before{left:0}}.home-orgs__join .home-orgs__section-content{max-width:300px}.home-orgs__join .home-orgs__section__text{margin-bottom:36px}.home-orgs__section-content{padding:clamp(30px,80px,4.7vw) 0 clamp(40px,90px,5vw);position:relative;z-index:3}.links{background-color:#e44753;padding:40px 0;position:relative;z-index:2}@media (min-width:1170px){.links{padding:80px 0}}.links__list{padding:0;list-style:none;display:grid;margin:0 auto;grid-template-columns:repeat(2,1fr);gap:22px}@media (min-width:480px){.links__list{grid-template-columns:repeat(3,1fr)}}@media (min-width:992px){.links__list{grid-template-columns:repeat(6,1fr)}}.links__list .link__item,.links__list .link__item .link__wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.links__list .link__item .link__wrap{background-color:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:30px 15px 20px;width:100%}@media (min-width:992px){.links__list .link__item .link__wrap{padding:60px 15px 40px}}.links__list .link__item .link__wrap .link__logo img{max-width:100%;display:block;height:auto;aspect-ratio:14/9;-o-object-fit:contain;object-fit:contain}.links__list .link__item .link__wrap .link__title{color:rgba(45,45,45,.5);text-transform:uppercase;font-weight:500;font-size:1.25rem;margin-top:24px;-webkit-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out;transition:color .3s ease-in-out}@media (min-width:992px){.links__list .link__item .link__wrap .link__title{margin-top:48px}}.links__list .link__item .link__wrap:hover .link__title{color:#e44753}.logos{padding:60px 0;background:#fff;position:relative;z-index:2}.logos .logos__list-item img{width:80px;margin:0 auto;-webkit-filter:grayscale(100%);filter:grayscale(100%);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.logos .logos__list-item img:hover{-webkit-filter:none;filter:none}.home .site__footer{margin:0}.page__news .page__content{padding-top:0}.page__news .page__heading{text-align:left;text-transform:uppercase;margin:0 0 30px}.page__news .page__heading .page__subtitle{font-size:.875rem}.page__news .page__heading .page__title{text-align:left;padding:0}.page__news .page__heading .page__title:before{display:none}.page__news .categories{background-color:#858585;position:relative;padding:40px 0 10px;margin-bottom:30px}.page__news .categories .categories__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style:none;padding:0 15px}.page__news .categories .categories__list .categories__link{color:#fff;font-size:1.125rem;text-transform:uppercase;font-weight:700;padding:7.5px}.page__news .categories .categories__list .categories__link.active,.page__news .categories .categories__list .categories__link:hover{color:#e44753}.page__news .pagination{margin:40px 0 0;position:relative}.page__news .pagination .pagination__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:2}.page__news .pagination .pagination__arrow{color:#fff;height:30px;width:30px;line-height:30px;background-color:#e44753;border-radius:50%;border:1px solid #e44753;text-align:center;margin:5px}.page__news .pagination .pagination__arrow:hover{background-color:#fff;color:#e44753}.page__news .pagination .pagination__arrow i:before{width:auto;margin:0}.page__news .pagination .pagination__pages{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding-left:0}.page__news .pagination .pagination__pages .pagination__item{margin:5px}.page__news .pagination .pagination__pages .page-number{height:30px;width:30px;line-height:30px;text-align:center;color:#fff;display:block;background-color:#e44753;border:1px solid #e44753;border-radius:50%;font-weight:700;font-size:1.125rem;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.1);box-shadow:0 0 10px 0 rgba(0,0,0,.1)}.page__news .pagination .pagination__pages .page-number:not(span):hover{color:#e44753;background-color:#fff}.page__news .pagination .pagination__pages .page-number.current{color:#e44753;background-color:#fff;border-color:#fff}.page__news .pagination .pagination__pages .dots{color:#e44753;font-weight:700;font-size:1.125rem}.subcategories{margin-bottom:30px}@media (min-width:992px){.subcategories{margin-bottom:45px}}.subcategories__select select{max-width:100%;color:#616161;width:330px;background:transparent;border:1px solid;text-transform:uppercase;background-color:#fff;font-size:1rem;padding:11px 13px;font-weight:700;cursor:pointer}@media (min-width:992px){.subcategories__select select{font-size:1.125rem}}.subcategories__select select option{color:#000}.page__newsletter{padding-top:0}.page__newsletter .wrapper #mailpoet_form_3{background-color:#f2f2f2;padding-bottom:50px}.page__newsletter .wrapper #mailpoet_form_3 form .mailpoet_paragraph{text-align:center;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:auto;padding:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.page__newsletter .wrapper #mailpoet_form_3 form .mailpoet_paragraph:first-of-type{padding-top:80px}.page__newsletter .wrapper #mailpoet_form_3 form .mailpoet_paragraph .mailpoet_text{max-width:360px;width:100%;height:70px;margin:auto;border:none;text-align:center;font-size:1.25rem;letter-spacing:2px;text-transform:uppercase;color:#000}.page__newsletter .wrapper #mailpoet_form_3 form .mailpoet_paragraph .mailpoet_text:focus{border:1px solid #e44753}.page__newsletter .wrapper #mailpoet_form_3 form .mailpoet_paragraph .mailpoet_checkbox_label{font-size:.6rem;font-weight:500;text-align:left;color:#404040;max-width:360px;display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:20px;padding-left:12px}.page__newsletter .wrapper #mailpoet_form_3 form .mailpoet_paragraph .mailpoet_checkbox_label .mailpoet_checkbox{margin-left:-20px;margin-right:5px;margin-top:-34px;display:block}.page__newsletter .wrapper #mailpoet_form_3 form .mailpoet_paragraph .mailpoet_submit{max-width:360px;width:100%;height:70px;background-color:#e44753;color:#fff;text-align:center;text-transform:uppercase;border:none;letter-spacing:2px;font-size:1.25rem}.page__newsletter .wrapper #mailpoet_form_3 form .mailpoet_paragraph .mailpoet_submit:hover{background-color:#fff;color:#e44753;border:2px solid #e44753}.page__newsletter .wrapper #mailpoet_form_3 form .mailpoet_recaptcha{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:auto;max-width:360px;width:100%}.page-newsletter .page__heading{margin-bottom:0}.page-newsletter .page__content{padding-top:15px}@media (min-width:768px){.newsletter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.newsletter__main{margin-bottom:40px}@media (min-width:768px){.newsletter__main{width:55%;margin-bottom:0;padding-right:40px}}@media (min-width:768px){.newsletter__main__content{max-width:360px;padding-top:24px}}.newsletter__main__content .wpcf7{margin-top:30px}.newsletter__img{padding:14px;border:1px solid #e44753;border-radius:50%;overflow:hidden;width:360px;max-width:100%;margin:0 auto}@media (min-width:768px){.newsletter__img{width:45%;display:block}}@media (min-width:1170px){.newsletter__img{padding:20px}}.newsletter__img img{border-radius:50%;width:100%;height:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.single-post .page__content{padding-top:0}.single-post .page__content .wrapper .download__list .download__list-item{width:50%;text-align:center}.single-post .page__heading{margin:0 0 40px}@media (min-width:992px){.single-post .page__heading{margin:0 0 60px}}.single-post .page__heading .post__date{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin:0 0 14px;font-weight:500;font-size:1.125rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1}.single-post .page__heading .post__date svg{width:.8em;margin-right:8px;margin-top:-2px}.single-post .page__heading .post__date svg line,.single-post .page__heading .post__date svg rect{stroke:#e44753!important}.single-post .page__heading .page__title{margin:0 0 18px}@media (min-width:992px){.single-post .page__heading .page__title{margin:0 0 30px}}.post__categories{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:14px;font-weight:600;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:20px 0}.post__categories .post__categories-label{color:#858585}.post__categories .post__categories-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;margin:0;list-style:none}.post__categories .post__categories-list .post__category-item{margin-left:5px}.post__categories .post__category{color:#e44753}.post__categories .post__category:hover{color:#858585}.post__content{text-align:justify;padding-bottom:50px}.post__content ol:not(.wp-block-gallery),.post__content p:not(.wp-block-gallery),.post__content ul:not(.wp-block-gallery){margin:0 0 30px}.post__content ol:last-child,.post__content p:last-child,.post__content ul:last-child{margin-bottom:0}.post__img{margin:0 0 50px}.post__author{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:40px}.post__author__img{max-width:150px;max-height:150px;position:relative;padding:8px;border:1px solid #e44753;border-radius:50%;overflow:hidden;margin-right:15px}@media (min-width:480px){.post__author__img{margin-right:30px}}.post__author__img img{margin:0 auto;border-radius:50%;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.post__author__label{font-size:14px}.post__author__name{margin:0}.post__author__email{font-size:14px}.post__share .post__share-label{text-align:center;padding:0 0 10px;text-transform:uppercase;font-weight:500;margin:0 0 15px}.post__share .social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style:none;padding:0;margin:0 0 20px;position:relative;z-index:2}.post__share .social:before{content:"";position:absolute;opacity:.2;background-color:#000;width:100%;height:1px;top:50%;z-index:-1}.post__share .social .social__item:not(:last-child){margin-right:18px}@media (min-width:992px){.post__share .social .social__item:not(:last-child){margin-right:35px}}.post__share .social .social__item a{width:2rem;height:2rem;line-height:2rem;border-radius:50%;border:1px solid #e44753;background-color:#fff;color:#e44753;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.25rem}@media (min-width:992px){.post__share .social .social__item a{width:3rem;height:3rem;line-height:3rem;font-size:1.8125rem}}.post__share .social .social__item a:hover{background-color:#e44753;color:#fff}.post__share .social .social__item a i{line-height:1;height:auto}.post__share .social .social__item a i:before{line-height:1}