.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 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.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; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; 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; 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; 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 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;
}@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap");    html {
line-height: 1.15;
-webkit-text-size-adjust: 100%; }  body {
margin: 0; } main {
display: block; } h1 {
font-size: 2em;
margin: 0.67em 0; }  hr {
box-sizing: content-box;
height: 0;
overflow: visible; } pre {
font-family: monospace, monospace;
font-size: 1em; }  a {
background-color: transparent; } abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted; } b,
strong {
font-weight: bolder; } code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em; } small {
font-size: 80%; } sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }  img {
border-style: none; }  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0; } button,
input {
overflow: visible; } button,
select {
text-transform: none; } button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button; } button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; } button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText; } fieldset {
padding: 0.35em 0.75em 0.625em; } legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal; } progress {
vertical-align: baseline; } textarea {
overflow: auto; } [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; } [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none; } ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit; }  details {
display: block; } summary {
display: list-item; }  template {
display: none; } [hidden] {
display: none; }  *,
*::before,
*::after {
box-sizing: inherit; }
html {
box-sizing: border-box; }  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: "Manrope", sans-serif;
font-size: 1rem;
line-height: 1.5; }
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-weight: 600;
line-height: 1.2; }
h2 {
font-size: 2.5rem;
font-weight: 600;
line-height: 1.2;
margin: 0; }
h3 {
font-size: 2rem; }
h4 {
font-size: 1.5rem; }
p {
margin-bottom: 1.5em; }
dfn,
cite,
em,
i {
font-style: italic; }
blockquote {
margin: 0 1.5em; }
address {
margin: 0 0 1.5em; }
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em; }
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help; }
mark,
ins {
background: #fff9c0;
text-decoration: none; }
big {
font-size: 125%; } body {
background: #fff; }
html {
font-size: 14px; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em; }
ul,
ol {
margin: 0 0 1.5em 1em; }
ul {
list-style: disc; }
ul li {
margin-bottom: 1em; }
ol {
list-style: decimal; }
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em; }
dt {
font-weight: 700; }
dd {
margin: 0 1.5em 1.5em; } embed,
iframe,
object {
max-width: 100%; }
img {
height: auto;
max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%; }
.wp-block-table table,
.wp-block-table td {
border: 1px solid gray; }
.wp-block-table td {
padding: 1em; }
.container {
max-width: 1200px;
margin: 0 auto; }
.container-left {
padding-left: calc((100% - 1200px) / 2); } a:focus {
outline: thin dotted; }
a:hover, a:active {
outline: 0; }
.link-arrow {
color: inherit;
text-decoration: none;
display: inline-flex;
align-items: center;
cursor: pointer; }
.link-arrow .icon {
margin-left: 0.5em; }
.link-arrow .icon svg {
transform: rotate(90deg); }
.link-arrow .icon svg path {
fill: #404676; }
.link-arrow.white .icon svg path {
fill: white !important; }
.link-arrow.right .icon svg {
transform: rotate(0); } .button,
a.button,
input[type="button"].button,
input[type="reset"].button,
input[type="submit"].button {
border: 0;
color: white;
background-color: #404676;
line-height: 1;
padding: 0.8em 1.5em;
text-decoration: none;
display: inline-flex;
align-items: center;
cursor: pointer;
white-space: nowrap; }
.button:hover,
a.button:hover,
input[type="button"].button:hover,
input[type="reset"].button:hover,
input[type="submit"].button:hover {
background-color: #69b7d1; }
.button:active, .button:focus,
a.button:active,
a.button:focus,
input[type="button"].button:active,
input[type="button"].button:focus,
input[type="reset"].button:active,
input[type="reset"].button:focus,
input[type="submit"].button:active,
input[type="submit"].button:focus {
border-color: #aaa #bbb #bbb; }
.button:not(.no-icon)::after,
a.button:not(.no-icon)::after,
input[type="button"].button:not(.no-icon)::after,
input[type="reset"].button:not(.no-icon)::after,
input[type="submit"].button:not(.no-icon)::after {
content: url(//gammaknife.pl/wp-content/themes/gammaknife/assets/svg/arrow.svg);
display: inline-flex;
margin-left: 0.5em; }
.button.secondary,
a.button.secondary,
input[type="button"].button.secondary,
input[type="reset"].button.secondary,
input[type="submit"].button.secondary {
background-color: #69b7d1; }
.button.secondary:hover,
a.button.secondary:hover,
input[type="button"].button.secondary:hover,
input[type="reset"].button.secondary:hover,
input[type="submit"].button.secondary:hover {
background-color: #404676; }
.button.border,
a.button.border,
input[type="button"].button.border,
input[type="reset"].button.border,
input[type="submit"].button.border {
background-color: transparent;
border: 1px solid #c1ced3;
color: inherit;
font-weight: 600; }
.button.border::after,
a.button.border::after,
input[type="button"].button.border::after,
input[type="reset"].button.border::after,
input[type="submit"].button.border::after {
content: url(//gammaknife.pl/wp-content/themes/gammaknife/assets/svg/arrow-primary.svg); }
.button.border:hover,
a.button.border:hover,
input[type="button"].button.border:hover,
input[type="reset"].button.border:hover,
input[type="submit"].button.border:hover {
background-color: #404676;
border-color: #404676;
color: white; }
.button.border:hover::after,
a.button.border:hover::after,
input[type="button"].button.border:hover::after,
input[type="reset"].button.border:hover::after,
input[type="submit"].button.border:hover::after {
content: url(//gammaknife.pl/wp-content/themes/gammaknife/assets/svg/arrow.svg); }
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px; }
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111; }
select {
border: 1px solid #ccc; }
textarea {
width: 100%; }   .main-navigation {
display: block;
width: 100%; }
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
width: 100%;
justify-content: space-between; }
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
display: block;
background-color: white;
width: auto; }
.main-navigation ul ul ul {
left: -999em;
top: 0;
display: block; }
.main-navigation ul ul li {
padding: 0.3em 1em;
margin-bottom: 0.3em;
display: block; }
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto; }
.main-navigation ul ul li:not(:last-child) {
border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.main-navigation ul ul a {
width: 200px; }
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto; }
.main-navigation li {
position: relative; }
.main-navigation li:hover > a,
.main-navigation li.focus > a {
color: #404676; }
.main-navigation a {
display: block;
text-decoration: none;
color: inherit; }
.main-navigation .menu-item-has-children > a::after {
content: url(//gammaknife.pl/wp-content/themes/gammaknife/assets/svg/chevron.svg);
display: inline-block;
margin-left: 0.5em; } .menu-toggle,
.main-navigation.toggled ul {
display: block; }
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none; }
.main-navigation ul {
display: flex; } }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
margin: 0 0 1.5em; }
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%; } .sticky {
display: block; }
.post,
.page {
margin: 0 0 1.5em; }
.updated:not(.published) {
display: none; }
.page-content,
.entry-content,
.entry-summary {
margin: 4em 0; }
.page-template-default .entry-content {
width: 80%;
margin: 4em auto 10em auto; }
.page-links {
clear: both;
margin: 0 0 1.5em; }
.single-post .entry-content {
width: 80%;
margin: 4em auto; }
.blog-grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 2em;
margin: 4em 0; }
.post-box {
display: block;
color: inherit;
text-decoration: none; }
.post-box_image {
overflow: hidden;
width: 100%;
height: 200px; }
.post-box_image img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
transition: 0.3s ease; }
.post-box_date {
margin-bottom: 2em; }
.post-box_title {
font-size: 1.5rem;
line-height: 1.5;
margin-bottom: 1em; }
.post-box_content {
padding: 2em; }
.post-box:hover {
background-color: #f0f3f4; }
.post-box:hover .post-box_image img {
transform: scale(1.02); }
.blog-navigation {
width: 100%;
display: flex;
justify-content: center; }
.blog-navigation nav {
display: flex;
margin: 2em auto; }
.blog-navigation ul {
display: flex;
align-items: center;
list-style: none;
padding: 0;
margin: 0 1em; }
.blog-navigation ul li {
margin: 0 0.5em; }
.blog-navigation ul li .page-numbers {
height: 40px;
width: 40px;
display: flex;
align-items: center;
justify-content: center;
background-color: #f0f3f4;
color: #404676;
text-decoration: none; }
.blog-navigation ul li .page-numbers:hover, .blog-navigation ul li .page-numbers.current {
background-color: #404676;
color: white; }
.blog-navigation_btn a {
background-color: #c9cce1;
height: 40px;
width: 40px;
display: flex;
align-items: center;
justify-content: center; }
.blog-navigation_btn a:hover, .blog-navigation_btn a.current {
background-color: #404676; }
.blog-navigation_btn a:hover svg path, .blog-navigation_btn a.current svg path {
fill: white !important; }
.blog-navigation_btn.prev svg {
transform: rotate(180deg); }
#pojo-a11y-toolbar {
z-index: 999999999; }
@media (max-width: 991.98px) {
.blog-grid {
grid-template-columns: 1fr 1fr;
padding: 0 1em; } }
@media (max-width: 767.98px) {
.page-template-default .entry-content {
width: 100%;
padding: 0 1em;
margin: 4em auto; }
.single-post .entry-content {
width: 100%;
padding: 0 1em;
margin: 4em auto; }
.blog-grid {
grid-template-columns: 1fr;
padding: 0 1em; }
.post-box_content {
padding: 0; }
.blog-navigation nav {
margin: 0; }
.blog-navigation ul {
margin: 0; }
.blog-navigation ul li {
margin: 0 2px; } }
.treatment-slider {
margin: 4em 0;
overflow-x: hidden; }
.treatment-slider_header {
display: grid;
grid-template-columns: 1fr 1fr;
align-items: flex-end;
margin-bottom: 1em; }
.treatment-slider_content::before {
content: '';
display: block;
width: 60px;
border-bottom: 2px solid #404676;
margin-bottom: 2em; }
.treatment-slider_nav {
display: flex;
justify-content: flex-end; }
.treatment-slider_nav .slider-dots {
margin-bottom: 2em; }
.treatment-slider .treatment-slide_image {
padding-bottom: 2em;
position: relative; }
.treatment-slider .treatment-slide_image img {
height: 300px;
width: 80%;
object-fit: cover;
object-position: center; }
.treatment-slider .treatment-slide_image::after {
content: '';
display: block;
background-color: #404676;
width: 16px;
height: 16px;
position: absolute;
left: 0;
bottom: -8px; }
.treatment-slider .treatment-slide_content .more {
display: none; }
.treatment-slider .treatment-slide_inner {
padding-top: 1em;
width: 75%; }
.treatment-slider .treatment-slide_more {
margin-top: 2em; }
.treatment-slider .treatment-slide_more.active .icon {
transform: rotate(180deg); }
.treatment-tabs {
margin: 5em 0; }
.treatment-tabs_items {
width: 70%;
margin: 0 auto; }
.treatment-tabs .treatment-tab {
display: flex;
align-items: center;
justify-content: space-between;
padding: 1em; }
.treatment-tabs .treatment-tab:not(:last-child) {
border-bottom: 1px solid #c9cce1; }
.treatment-tabs .treatment-tab_title {
font-size: 1.5rem;
font-weight: 600;
margin-right: 1em; }
@media (max-width: 991.98px) {
.treatment-slider_header {
grid-template-columns: 1fr; }
.treatment-slider_nav {
justify-content: center; }
.treatment-slider_content {
padding: 1em; }
.treatment-slider .treatment-slide_inner {
padding: 1em;
width: 100%; }
.treatment-tabs {
margin: 5em 0; }
.treatment-tabs_items {
width: 100%;
margin: 0 auto; }
.treatment-tabs .treatment-tab {
display: block; } }
.clinics-grid {
margin-top: 3em;
position: relative;
padding-bottom: calc((100vw - 1200px) / 2); }
.clinics-grid_inner {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 4em 1.5em;
position: relative;
z-index: 2; }
.clinics-grid .clinic-box_image {
width: 100%;
height: 300px;
object-fit: cover;
object-position: center; }
.clinics-grid .clinic-box_title {
font-size: 2rem;
margin-bottom: 0.5em; }
.clinics-grid .clinic-box_title::before {
content: '';
display: block;
width: 50px;
border-bottom: 1px solid #404676;
margin-bottom: 0.5em; }
.clinics-grid .clinic-box_content {
padding: 1em;
width: 80%; }
.clinics-grid::before {
content: '';
display: block;
position: absolute;
top: 300px;
left: 0;
right: 0;
bottom: 0;
background-color: #f0f3f4; }
.clinic-specialists {
background-color: #f0f3f4;
padding: 2em 0 5vw 0;
position: relative; }
.clinic-specialists_items {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 1.5em; }
.clinic-specialists_item {
padding: 3em;
border: 1px solid #c1ced3; }
.clinic-specialists_title {
font-size: 1.5rem;
font-weight: 500;
margin: 0;
line-height: 1.5; }
.clinic-specialists_title a {
color: inherit;
text-decoration: none; }
.clinic-specialists_title:hover {
color: #404676; }
.clinic-specialists .deco-3 {
transform: scaleX(-1) translateX(-100%);
left: auto;
right: calc((100% - 1200px) / 2); }
.about-content {
margin: 4em 0; }
.about-content h2::before {
content: '';
display: block;
width: 50px;
border-bottom: 1px solid rgba(0, 0, 0, 0.5);
margin-bottom: 0.5em; }
.about-slider {
margin-bottom: 4em; }
.about-info {
margin: 8em 0; }
.about-info_content {
text-align: center;
width: 70%;
margin: 2em auto; }
.about-info_content::before {
content: '';
display: block;
width: 50px;
border-bottom: 1px solid rgba(0, 0, 0, 0.5);
margin: 0 auto 1em auto; }
.about-info_boxes {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2em;
margin-top: 2em; }
.about-info_box {
background-color: #f0f3f4;
padding: 3em;
display: flex;
align-items: center; }
.about-info_box .icon {
display: block;
margin-bottom: 1em; }
.about-certificates {
background-color: #404676;
padding: 8em 0;
color: white;
position: relative; }
.about-certificates_inner {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1em; }
.about-certificates_content {
padding: 3em; }
.about-certificates_content h2 {
font-weight: 500;
font-size: 2rem; }
.about-certificates .about-certificate {
border: 1px solid white;
padding: 2em; }
.about-certificates .about-certificate_title {
font-size: 1.5rem;
font-weight: 500; }
.about-certificates .about-certificate_title::before {
content: '';
display: block;
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
width: 50px;
margin-bottom: 1em; }
.about-certificates .about-certificate_button {
color: white;
text-decoration: none;
font-weight: 600;
display: inline-flex;
align-items: center; }
.about-certificates .about-certificate_button svg {
height: 1.2rem;
margin-left: 5px; }
.about-certificates .deco-3 {
top: 0;
bottom: auto;
transform: translate(-100.2%, -33.25%); }
.about-certificates .deco {
display: block;
position: absolute;
bottom: 0;
right: 0;
background-color: white;
width: calc((100% - 1200px) / 4); }
.about-certificates .deco::after {
content: "";
display: block;
padding-bottom: 100%; }
.about-clinic {
padding: 6em 0 0 0; }
.about-clinic_inner {
display: grid;
gap: 4em;
grid-template-columns: 1fr 1fr;
align-items: center; }
.about-clinic_address {
margin-bottom: 2em;
display: flex;
align-items: center; }
.about-clinic_address .icon {
margin-right: 1em; }
.about-boxes {
background-color: #f0f3f4;
padding: 4em 0 calc((100vw - 1200px) / 4) 0; }
.about-boxes_inner {
display: grid;
grid-template-columns: 1fr 1fr;
margin-top: 4em; }
.about-boxes .about-box {
padding: 4em 3em;
background-color: white;
display: flex;
align-items: center; }
.about-boxes .about-box_button {
color: inherit;
font-weight: 600;
text-decoration: none;
display: inline-flex;
align-items: center; }
.about-boxes .about-box_button svg {
margin-left: 0.5em; }
.about-boxes .about-box_button svg path {
fill: #404676 !important; }
.about-boxes .about-box:nth-child(even) {
background-color: #313640;
color: white; }
.about-boxes .about-box:nth-child(even) .about-box_button svg path {
fill: white !important; }
@media (max-width: 991.98px) {
.about-info {
padding: 1em; }
.about-info_content {
padding: 1em;
width: 100%; }
.about-content {
padding: 1em; }
.about-certificates {
padding: 4em 1em; }
.about-certificates_inner {
grid-template-columns: 1fr 1fr; }
.about-clinic {
padding: 4em 1em; }
.about-boxes_title {
padding: 0 1em; } }
@media (max-width: 767.98px) {
.about-content {
padding: 0; }
.about-info {
margin: 4em 0;
padding: 0; }
.about-info_content {
padding: 1em;
width: 100%; }
.about-info_boxes {
grid-template-columns: 1fr;
gap: 2em;
margin-top: 1em;
padding: 1em; }
.about-certificates {
padding: 4em 1em; }
.about-certificates_inner {
grid-template-columns: 1fr; }
.about-boxes {
padding: 4em 1em; }
.about-boxes_inner {
grid-template-columns: 1fr; }
.about-boxes_title {
padding: 0; }
.about-clinic {
padding: 4em 1em; }
.about-clinic_inner {
grid-template-columns: 1fr; } }
.page-template-template-team .featured-specialist {
line-height: 1.8;
margin: 6em 0; }
.page-template-template-team .featured-specialist_row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 6em;
align-items: end;
margin-bottom: 4em; }
.page-template-template-team .featured-specialist_row.row_2 {
align-items: flex-start; }
.page-template-template-team .featured-specialist_subtitle {
margin-bottom: 2em; }
.page-template-template-team .featured-specialist_image {
position: relative; }
.page-template-template-team .featured-specialist_image::before {
content: '';
display: block;
width: 70%;
height: 100%;
position: absolute;
top: 0;
right: 0;
background-color: #404676;
z-index: -1; }
.page-template-template-team .featured-specialist_image img {
display: block;
margin-top: 2em;
max-height: 600px; }
.page-template-template-team .featured-specialist_achievements {
list-style: none;
margin: 0;
padding: 0; }
.page-template-template-team .featured-specialist_achievements li {
margin-bottom: 1.5em;
align-items: flex-start;
display: flex; }
.page-template-template-team .featured-specialist_achievements li .icon {
margin-top: 4px;
margin-right: 2em; }
.page-template-template-team .featured-specialist_achievements li p {
margin: 0;
padding: 0; }
.page-template-template-team .specialists {
padding: 2em 0 0 0;
background-color: #f0f3f4; }
.page-template-template-team .specialists_boxes {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1em; }
.page-template-template-team .specialists_boxes .specialist-box {
background-color: white;
padding: 2em;
cursor: pointer; }
.page-template-template-team .specialists_boxes .specialist-box_title {
font-weight: 500;
font-size: 1.8rem; }
.page-template-template-team .specialists_boxes .specialist-box_title::before {
content: '';
display: block;
width: 50px;
border-bottom: 1px solid #404676;
margin-bottom: 1em; }
.page-template-template-team .specialists_boxes .specialist-box_title .title {
display: block;
font-size: 1.5rem; }
.page-template-template-team .specialists_boxes .specialist-box_button {
display: inline-flex;
align-items: center;
font-weight: 600; }
.page-template-template-team .specialists_boxes .specialist-box_button svg {
margin-left: 0.5em;
transform: rotate(90deg); }
.page-template-template-team .specialists_boxes .specialist-box_button svg path {
fill: #404676 !important; }
.page-template-template-team .specialists_boxes .specialist-box:hover, .page-template-template-team .specialists_boxes .specialist-box.active {
color: white;
background-color: #404676; }
.page-template-template-team .specialists_boxes .specialist-box:hover .specialist-box_title:before, .page-template-template-team .specialists_boxes .specialist-box.active .specialist-box_title:before {
border-color: white; }
.page-template-template-team .specialists_boxes .specialist-box:hover .specialist-box_button svg path, .page-template-template-team .specialists_boxes .specialist-box.active .specialist-box_button svg path {
fill: white !important; }
.page-template-template-team .specialists_contents {
margin-top: 2em; }
.page-template-template-team .specialists_contents .specialist-content {
display: none; }
.page-template-template-team .specialists_contents .specialist-content.active {
display: grid;
grid-template-columns: repeat(3, 1fr);
align-items: start;
gap: 5em; }
.page-template-template-team .specialists_contents .specialist-content_title {
margin-bottom: 1em; }
.page-template-template-team .specialists_contents .specialist-content_text {
padding-bottom: 2em; }
.page-template-template-team .specialists_contents .specialist-content_image {
position: relative;
align-self: end; }
.page-template-template-team .specialists_contents .specialist-content_image img {
display: block; }
.page-template-template-team .specialists_contents .specialist-content_image .deco-3 {
width: 40%;
right: 0;
left: auto;
transform: none; }
@media (max-width: 991.98px) {
.page-template-template-team .featured-specialist {
padding: 0 1em; }
.page-template-template-team .featured-specialist_row {
grid-template-columns: 1fr; }
.page-template-template-team .specialists_boxes .specialist-box_title {
font-weight: 500;
font-size: 1.2rem; }
.page-template-template-team .specialists_boxes .specialist-box_title .title {
font-size: 1rem; }
.page-template-template-team .specialists_contents {
margin-top: 2em; }
.page-template-template-team .specialists_contents .specialist-content_image img {
width: 50%;
margin: 0 auto; }
.page-template-template-team .specialists_contents .specialist-content.active {
display: grid;
grid-template-columns: repeat(1, 1fr);
align-items: start;
gap: 5em; } }
@media (max-width: 767.98px) {
.page-template-template-team .specialists_boxes {
display: none; }
.page-template-template-team .specialists_contents .specialist-content_image img {
width: 100%;
margin: 0 auto; }
.page-template-template-team .specialists_contents .specialist-content,
.page-template-template-team .specialists_contents .specialist-content.active {
display: grid;
grid-template-columns: 1fr;
gap: 2em;
padding: 1em; } }
.boxes {
margin: 4em 0 calc((100vw - 1200px) / 4) 0;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 2em; }
.boxes_content {
padding: 2em; }
.boxes .box {
background-color: #313640; }
.boxes .box:nth-child(3n) {
background-color: #69b7d1; }
.boxes .box:nth-child(4n) {
background-color: #404676; }
.boxes .box:nth-child(5n) {
background-color: #0172CB; }
.boxes .box:nth-child(6n) {
background-color: #89979D; }
.boxes .box_image img {
height: 200px;
width: 100%;
object-fit: cover;
object-position: center; }
.boxes .box_content {
color: white;
padding: 2em; }
.boxes .box_subtitle {
font-size: 0.8rem;
margin-bottom: 0.5em; }
.boxes .box_title {
font-weight: 400;
font-size: 1.5rem;
margin-top: 0; }
.boxes .box_link .icon svg {
transform: rotate(0); }
@media (max-width: 991.98px) {
.boxes {
margin: 4em 0 2em 0;
padding: 1em;
grid-template-columns: 1fr 1fr;
gap: 2em; } }
@media (max-width: 767.98px) {
.boxes {
margin: 4em 0 2em 0;
padding: 1em;
grid-template-columns: 1fr;
gap: 1em; } }
.pricelist .prices_row {
padding: 1em;
display: flex;
justify-content: space-between; }
.pricelist .prices_row:nth-child(odd) {
background-color: #f0f3f4; }
.pricelist .prices_title {
margin-right: 2em; }
.pricelist .prices_price {
font-weight: 800; }
.technology-boxes {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2em;
margin: 4em 0; }
.technology-boxes.cols-2 {
grid-template-columns: 1fr 1fr; }
.technology-boxes .technology-box {
background-color: white; }
.technology-boxes .technology-box.gray {
background-color: #f0f3f4; }
.technology-boxes .technology-box_image {
height: 400px; }
.technology-boxes .technology-box_image img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center; }
.technology-boxes .technology-box_inner {
padding: 3em; }
.technology-boxes .technology-box_inner::before {
content: '';
display: block;
width: 60px;
border-bottom: 1px solid #404676;
margin-bottom: 2em; }
.technology-boxes .technology-box_content {
display: none; }
.technology-boxes .technology-box_content.show {
display: block; }
.technology-boxes .technology-box_more.active .icon {
transform: rotate(180deg); }
.technology-columns {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 8em; }
.technology-columns h2::before, .technology-columns h3::before, .technology-columns h4::before {
content: '';
display: block;
width: 60px;
border-bottom: 1px solid #404676;
margin-bottom: 1em; }
.technology-section-gradient {
background-image: linear-gradient(white, #f0f3f4); }
.technology-videos {
padding: 2em 0; }
.technology-videos .technology-video {
margin: 0 1em; }
.technology-videos .technology-video .video_inner {
height: 250px; }
.technology-videos .technology-video_title {
font-size: 1rem;
text-align: center;
padding: 1em; }
.technology-videos .technology-video_title::before {
content: '';
display: block;
width: 60px;
margin: 0 auto 1em auto;
border-bottom: 1px solid #404676; }
.technology-videos_dots {
padding: 2em 0; }
@media (max-width: 991.98px) {
.technology-columns {
padding: 0 1em;
grid-template-columns: 1fr; }
.technology-boxes {
padding: 0 1em;
grid-template-columns: 1fr; }
.technology-boxes.cols-2 {
padding: 0 1em;
grid-template-columns: 1fr; } }
.rules-boxes {
display: grid;
grid-template-columns: repeat(4, 1fr);
margin: 4em 0 4em 0;
gap: 2em; }
.rules-boxes .rules-box {
padding: 2em; }
.rules-boxes .rules-box_address, .rules-boxes .rules-box_phone, .rules-boxes .rules-box_email {
display: flex;
margin: 1em 0;
align-items: center;
font-size: 0.8rem;
text-decoration: none;
color: inherit; }
.rules-boxes .rules-box_address svg, .rules-boxes .rules-box_phone svg, .rules-boxes .rules-box_email svg {
margin-right: 1em;
height: 1rem;
width: auto; }
.rules-boxes .rules-box_address svg path, .rules-boxes .rules-box_phone svg path, .rules-boxes .rules-box_email svg path {
fill: white !important; }
.rules-boxes .rules-box:first-child {
background-color: #404676;
color: white; }
.rules-boxes .rules-box:nth-child(2) {
background-color: #313640;
color: white; }
.rules-boxes .rules-box:nth-child(3) {
background-color: #f0f3f4; }
.rules-boxes .rules-box:nth-child(3) svg path {
fill: black !important; }
.rules-boxes .rules-box:nth-child(4) {
border: 1px solid #f0f3f4; }
@media (max-width: 991.98px) {
.rules-boxes {
padding: 0 1em;
grid-template-columns: 1fr 1fr; } }
@media (max-width: 767.98px) {
.rules-boxes {
padding: 0 1em;
grid-template-columns: 1fr; } }
.eportal-buttons .button {
margin: 0 0.5em; }
.preparation-boxes {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2em;
margin: 4em 0 8em 0; }
.preparation-boxes .preparation-box {
border: 1px solid #89979D;
padding: 2em; }
.preparation-boxes .preparation-box_title::before {
content: '';
display: block;
width: 80px;
margin-bottom: 1em;
border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
.preparation-boxes .preparation-box_link {
font-weight: 600; }
@media (max-width: 991.98px) {
.preparation-boxes {
padding: 0 1em;
margin: 2em 0;
grid-template-columns: 1fr 1fr; } }
@media (max-width: 767.98px) {
.preparation-boxes {
padding: 0 1em;
margin: 2em 0;
grid-template-columns: 1fr; } }
.rco-content {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 5em; }
.rco-content_title::before {
content: '';
display: block;
width: 80px;
margin-bottom: 1em;
border-bottom: 1px solid #404676; }
.page-template-template-rco .contact-section {
margin-top: 4em; }
.page-template-template-rco .contact-section .deco-3 {
top: 0;
transform: translate(-100%, 0); }
.page-template-template-rco .contact-section .deco-3 .square1, .page-template-template-rco .contact-section .deco-3 .square2 {
display: none; }
@media (max-width: 991.98px) {
.rco-content {
padding: 0 1em; } }
@media (max-width: 767.98px) {
.rco-content {
padding: 0 1em;
grid-template-columns: 1fr;
gap: 1em; } }
.contact-boxes {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 2em; }
.contact-boxes .contact-box {
padding: 2em; }
.contact-boxes .contact-box_address, .contact-boxes .contact-box_phone, .contact-boxes .contact-box_email {
display: flex;
margin: 1em 0;
align-items: center;
font-size: 0.8rem;
text-decoration: none;
color: inherit; }
.contact-boxes .contact-box_address svg, .contact-boxes .contact-box_phone svg, .contact-boxes .contact-box_email svg {
margin-right: 1em;
height: 1rem;
width: auto; }
.contact-boxes .contact-box_address svg path, .contact-boxes .contact-box_phone svg path, .contact-boxes .contact-box_email svg path {
fill: white !important; }
.contact-boxes .contact-box:first-child {
background-color: #404676;
color: white; }
.contact-boxes .contact-box:nth-child(2) {
background-color: #313640;
color: white; }
.contact-boxes .contact-box:nth-child(3) {
background-color: #f0f3f4; }
.contact-boxes .contact-box:nth-child(3) svg path {
fill: black !important; }
.contact-boxes .contact-box:nth-child(4) {
border: 1px solid #f0f3f4; }
.contact-boxes .contact-box:nth-child(4) svg path {
fill: black !important; }
.contact-map {
background-color: #f0f3f4;
padding: 2em 0; }
.contact-map_map {
width: 80%;
margin: 2em auto; }
.contact-map_map iframe {
width: 100%; }
@media (max-width: 991.98px) {
.contact-boxes {
padding: 0 1em;
gap: 0; } }
@media (max-width: 767.98px) {
.contact-boxes {
grid-template-columns: 1fr;
gap: 1em; } }
.page-template-template-form .contact-form {
width: 60%; }
.page-template-template-form .contact-section_inner {
grid-template-columns: repeat(3, 1fr); }
.page-template-template-form .contact-section #contact-section-item-4 {
display: none; }
@media (max-width: 767.98px) {
.page-template-template-form .contact-form {
width: 100%; }
.page-template-template-form .contact-section_inner {
grid-template-columns: 1fr; } }
.archive-grid {
margin-top: 3em;
position: relative;
padding-bottom: calc((100vw - 1200px) / 2); }
.archive-grid_inner {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 4em 1.5em;
position: relative;
z-index: 2; }
.archive-grid .archive-box_image {
width: 100%;
height: 300px;
object-fit: cover;
object-position: center; }
.archive-grid .archive-box_title {
font-size: 2rem;
margin-bottom: 0.5em; }
.archive-grid .archive-box_title::before {
content: '';
display: block;
width: 50px;
border-bottom: 1px solid #404676;
margin-bottom: 0.5em; }
.archive-grid .archive-box_content {
padding: 1em;
width: 80%; }
.archive-grid::before {
content: '';
display: block;
position: absolute;
top: 300px;
left: 0;
right: 0;
bottom: 0;
background-color: #f0f3f4; }
@media (max-width: 991.98px) {
.archive-grid {
padding: 1em; } }
@media (max-width: 767.98px) {
.archive-grid {
padding: 0; }
.archive-grid_inner {
grid-template-columns: 1fr; } } .comment-content a {
word-wrap: break-word; }
.bypostauthor {
display: block; } .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%; } .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0; } .custom-logo-link {
display: inline-block; } .wp-caption {
margin-bottom: 1.5em;
max-width: 100%; }
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto; }
.wp-caption .wp-caption-text {
margin: 0.8075em 0; }
.wp-caption-text {
text-align: center; } .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em; }
.gallery-item {
display: inline-block;
text-align: center;
width: 100%; }
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr); }
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr); }
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr); }
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr); }
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr); }
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr); }
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr); }
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr); }
.gallery-caption {
display: block; } .site-header {
padding: 1em 0;
margin-bottom: 2em; }
.site-header_container {
display: flex;
align-items: center; }
.site-header_menu {
width: 100%; }
.site-header .site-branding {
margin-right: 4em; }
.site-header .site-branding img {
width: 200px; }
.site-header .topbar {
margin-bottom: 1em;
display: flex;
width: 100%;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #f0f3f4;
padding-bottom: 1em; }
.site-header .menu-toggle {
background-color: transparent;
border: 0;
outline: 0;
width: 40px; }
.site-header .menu-toggle svg {
width: 100%; }
#qualification-tab {
background-color: #69b7d1;
padding: 1em;
color: white;
position: fixed;
right: 0;
bottom: 5%;
width: 150px;
z-index: 9999;
cursor: pointer;
text-decoration: none;
font-size: 12px; }
#qualification-tab h4 {
white-space: nowrap;
margin-bottom: 0.5em;
font-size: 1.5em;
font-weight: bold; }
.header-search {
position: relative; }
.header-search_button {
background-color: transparent;
border: none;
padding: 0;
margin: 0;
cursor: pointer; }
.header-search_button svg {
height: 1.2rem;
width: auto; }
.header-search_button svg path {
fill: #404676; }
.header-search_form {
position: absolute;
right: 0;
bottom: -2.5rem;
display: none; }
@media (max-width: 991.98px) {
.site-header {
padding: 1em; }
.site-header .site-branding {
margin-right: 2em; }
.site-header .topbar {
display: none; } }
@media (max-width: 767.98px) {
.site-header {
padding: 2em; }
.site-header_container {
display: flex;
justify-content: space-between; }
.site-header_menu {
width: auto; }
.site-header .topbar {
display: none; }
.site-header #primary-menu {
display: block;
position: fixed;
top: 0;
left: -120%;
background: whitesmoke;
z-index: 999;
padding: 4em;
width: 75%;
height: 100%;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
font-size: 1.2rem;
transition: 0.3s ease; }
.site-header #primary-menu.active {
left: 0; }
#qualification-tab {
position: relative;
display: block;
width: 100%;
text-align: center;
top: 0;
left: 0;
padding: 5px;
z-index: 1; }
#qualification-tab svg, #qualification-tab p {
display: none; }
#qualification-tab h4 {
margin: 0;
padding: 0; } }
.contact {
display: flex;
align-items: center; }
.contact_label {
font-weight: 800; }
.contact_item {
margin-left: 1.5em;
display: flex;
align-items: center;
text-decoration: none;
color: inherit; }
.contact_icon {
display: flex;
margin-right: 0.5em; }
.social {
display: flex;
align-items: center; }
.social_icon {
margin-left: 1em;
display: flex; }
.banner {
background-image: linear-gradient(white, #f0f3f4); }
.banner_inner {
display: grid;
grid-template-columns: 1fr 1fr;
position: relative;
align-items: center; }
.banner_inner::after {
content: '';
display: block;
height: 80px;
width: 80px;
background-color: white;
position: relative;
left: 100%; }
.banner_content {
padding: 2em 100px 2em 0; }
.banner_title {
font-size: 3rem;
line-height: 1.2;
font-weight: 600; }
.banner_subtitle a {
color: inherit;
text-decoration: none; }
.banner_image {
position: relative;
background-size: cover;
background-position: center;
min-height: 300px;
height: 100%; }
.banner_image::before {
content: '';
display: block;
height: 80px;
width: 80px;
position: absolute;
background-color: #c9cce1;
bottom: 0;
left: -80px; }
.banner_link {
margin-right: 1em; }
@media (max-width: 991.98px) {
.banner_content {
padding: 1em; } }
@media (max-width: 767.98px) {
.banner_inner {
display: block; }
.banner_inner::after {
display: none; }
.banner_content {
padding: 1em; } }
.slider-dots {
display: flex;
justify-content: center;
align-items: center;
list-style: none;
margin: 0;
padding: 0; }
.slider-dots_dot {
margin: 0 1em;
border: 0;
background-color: #c9cce1;
height: 4px;
width: 50px;
padding: 0;
display: block;
cursor: pointer; }
.slider-dots_dot.active, .slider-dots_dot:hover {
background-color: #404676; }
.images-slider {
overflow-x: hidden; }
.images-slider_slider {
margin: 0 auto; }
.images-slider_slider img {
height: 500px;
margin: 0 0.5em; }
.images-slider_dots {
margin-top: 4em; }
@media (max-width: 767.98px) {
.images-slider {
overflow-x: hidden; }
.images-slider_slider {
margin: 0 auto; }
.images-slider_slider img {
height: 300px;
margin: 0 0.5em; } }
.section {
padding: 4em 0; }
.section.gray {
background-color: #f0f3f4; }
.section-title::before {
content: '';
display: block;
width: 50px;
border-bottom: 1px solid rgba(0, 0, 0, 0.5);
margin-bottom: 0.5em; }
.section-header {
margin: 2em auto;
width: 50%;
text-align: center; }
.section-header::before {
content: '';
display: block;
width: 100px;
margin: 0 auto 2em auto;
border-bottom: 1px solid #404676; }
.section-header_title {
text-align: center;
margin-bottom: 1em; }
.section-header_content {
text-align: center; }
.simple-section {
padding: 2em 0; }
.simple-section h2, .simple-section h3 {
margin-bottom: 1em; }
.simple-section::before {
content: '';
display: block;
width: 60px;
border-bottom: 1px solid #404676;
margin-bottom: 2em; }
.simple-section_frame {
background-color: #f0f3f4;
padding: 1em; }
.simple-section_frame p {
margin: 0;
padding: 0; }
.section-videos {
background-color: #f0f3f4;
padding: 4em 0; }
.section-videos_items {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1em; }
.section-videos_label {
text-align: center;
margin: 0.5em 0; }
.section-videos_label::before {
content: '';
display: block;
width: 50px;
border-bottom: 1px solid #404676;
margin: 1em auto; }
.image-section {
display: flex;
flex-wrap: wrap;
padding: 2em 0;
align-items: center; }
.image-section.reverse {
flex-direction: row-reverse; }
.image-section_image {
width: 50%; }
.image-section_content {
width: 50%;
padding: 2em 4em 2em 2em; }
.image-section_content::before {
content: '';
display: block;
width: 60px;
border-bottom: 1px solid #404676;
margin-bottom: 2em; }
.image-section.reverse .image-section_content {
padding: 2em 2em 2em 4em; }
.section-info {
padding: 6em 0;
position: relative;
background-color: #f0f3f4; }
.section-info_content {
text-align: center;
width: 80%;
margin: 0 auto; }
.section-info.deco .section-info_content::before {
content: '';
display: block;
width: 100px;
margin: 0 auto 2em auto;
border-bottom: 1px solid #404676; }
@media (max-width: 991.98px) {
.simple-section {
padding: 1em; }
.section-header {
width: 100%;
text-align: center; }
.section-videos {
padding: 1em; } }
@media (max-width: 767.98px) {
.simple-section {
padding: 2em 1em; }
.section-header {
margin: 2em auto;
width: 100%;
text-align: center;
padding: 1em; }
.section-videos {
padding: 0 1em; }
.section-videos_items {
grid-template-columns: 1fr; }
.section-info {
padding: 1em; }
.section-info_content {
width: 100%; }
.image-section {
display: flex;
flex-wrap: wrap;
padding: 0;
align-items: center; }
.image-section.reverse {
flex-direction: row-reverse; }
.image-section_image {
width: 100%; }
.image-section_content {
width: 100%;
padding: 1em; } }
.video {
background-size: cover;
background-position: center; }
.video_inner {
background-color: rgba(64, 70, 118, 0.8);
height: 450px;
display: flex;
align-items: center;
justify-content: center; }
.video_button .icon {
margin-left: 0.5em; }
@media (max-width: 991.98px) {
.video_inner {
height: 300px; } }
@media (max-width: 767.98px) {
.video_inner {
height: 200px; } }
.deco-3 {
position: absolute;
left: calc((100% - 1200px) / 2);
bottom: 0;
transform: translate(-100%, 0);
width: calc((100% - 1200px) / 2);
max-width: 500px;
clear: both;
z-index: 2; }
.deco-3 .square {
width: 50%; }
.deco-3 .square::after {
content: "";
display: block;
padding-bottom: 100%; }
.deco-3 .square1 {
background-color: #404676; }
.deco-3 .square2 {
background-color: #c9cce1;
margin-left: auto; }
.deco-3 .square3 {
background-color: white; }
.contact-section {
background-color: #404676;
position: relative; }
.contact-section .container {
position: relative; }
.contact-section .deco {
display: block;
background-color: #f0f3f4;
margin-left: auto;
transform: translateX(100%);
background-color: #c9cce1;
width: calc((100vw - 1200px) / 4); }
.contact-section .deco::after {
content: "";
display: block;
padding-bottom: 100%; }
.contact-section_inner {
display: grid;
grid-template-columns: repeat(4, 1fr); }
.contact-section_item {
padding: 2em;
color: white; }
.contact-section_title {
font-size: 1.5rem;
width: 150px;
margin-bottom: 2em;
font-weight: 600; }
.contact-section_button {
display: inline-flex;
align-items: center;
color: inherit;
text-decoration: none;
font-weight: 600;
margin-top: 2em; }
.contact-section_button svg {
margin-left: 0.5em; }
.contact-section_button svg path {
fill: #404040; }
.contact-section #contact-section-item-2 {
background-color: #313640; }
.contact-section #contact-section-item-3 {
background-color: white;
color: inherit; }
.contact-section #contact-section-item-4 {
background-color: #69b7d1; }
.contact-section #contact-section-item-4 .contact-section_button svg path {
fill: white !important; }
.contact-section_address, .contact-section_phone, .contact-section_email {
display: flex;
margin: 1em 0;
align-items: center;
font-size: 0.8rem;
text-decoration: none;
color: inherit; }
.contact-section_address svg, .contact-section_phone svg, .contact-section_email svg {
margin-right: 1em;
height: 1rem;
width: auto; }
.contact-section_address svg path, .contact-section_phone svg path, .contact-section_email svg path {
fill: white !important; }
.contact-section .deco-3 {
top: 0;
bottom: auto;
transform: translate(-100%, -66.8%); }
@media (max-width: 991.98px) {
.contact-section_inner {
grid-template-columns: 1fr 1fr; } }
@media (max-width: 767.98px) {
.contact-section_inner {
grid-template-columns: 1fr; } }
.tabs {
width: 80%;
margin: 4em auto; }
.tabs .tab_header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1em;
border-bottom: 1px solid #f0f3f4;
cursor: pointer; }
.tabs .tab_header:hover .tab_arrow {
background-color: #404676; }
.tabs .tab_header:hover .tab_arrow svg path {
fill: white; }
.tabs .tab_title {
margin-right: 2em;
font-size: 1.5rem;
flex-grow: 1;
width: 100%; }
.tabs .tab_arrow {
width: 40px;
height: 40px;
flex-wrap: wrap;
display: flex;
align-items: center;
justify-content: center;
background-color: #f0f3f4; }
.tabs .tab_arrow svg {
transition: transform 0.3s ease;
transform: rotate(90deg); }
.tabs .tab_arrow svg path {
fill: #404676; }
.tabs .tab_content {
padding: 1em;
display: none; }
.tabs .tab.active .tab_arrow {
background-color: #404676; }
.tabs .tab.active .tab_arrow svg {
transform: rotate(-90deg); }
.tabs .tab.active .tab_arrow svg path {
fill: white; }
.tabs .tab.active .tab_content {
display: block; }
@media (max-width: 767.98px) {
.tabs {
width: 100%; } }
.site-footer .footer-top {
padding: 2em 0;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%; }
.site-footer #footer-navigation {
display: flex;
width: 100%;
justify-content: space-between;
padding: 2em 0; }
.site-footer #footer-navigation .menu-title {
font-size: 1.2rem; }
.site-footer #footer-navigation .menu {
margin: 0;
padding: 0;
list-style: none;
max-width: 200px; }
.site-footer #footer-navigation .menu li {
margin-bottom: 1em; }
.site-footer #footer-navigation .menu li a {
color: inherit;
text-decoration: none; }
.site-footer #footer-navigation .menu li a:hover {
color: #69b7d1; }
.site-footer .footer-bottom {
border-top: 1px solid rgba(0, 0, 0, 0.2);
padding: 2em 0;
display: flex;
justify-content: space-between;
align-items: center; }
.site-footer .footer-author {
display: flex;
align-items: center;
text-decoration: none;
color: inherit; }
.site-footer .footer-author img {
height: 2rem;
margin-left: 1em; }
@media (max-width: 991.98px) {
.site-footer {
padding: 1em; }
.site-footer .footer-top {
display: block;
text-align: center; }
.site-footer .custom-logo {
width: 50%; }
.site-footer .contact,
.site-footer .social {
justify-content: center;
margin: 2em 0; } }
@media (max-width: 767.98px) {
.site-footer {
padding: 0; }
.site-footer .footer-top {
display: block;
text-align: center; }
.site-footer .contact {
display: block;
margin: 2em 0; }
.site-footer .contact_item {
justify-content: center;
margin: 1em 0; }
.site-footer .social {
justify-content: center; }
.site-footer .custom-logo {
width: 50%; }
.site-footer #footer-navigation {
display: block;
text-align: center; }
.site-footer #footer-navigation .menu {
max-width: 100%; }
.site-footer .footer-bottom {
display: block;
text-align: center; }
.site-footer .footer-author {
display: block;
align-items: center;
justify-content: center;
margin-top: 2em; }
.site-footer .footer-author img {
display: block;
margin: 0 auto;
margin-top: 0.5em; } }
.contact-form {
width: 80%;
margin: 2em auto 1em auto; }
.contact-form .cols3 {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1em; }
.contact-form .bottom {
text-align: center;
width: 80%;
margin: 1em auto; }
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="url"],
.contact-form input[type="password"],
.contact-form input[type="search"],
.contact-form input[type="number"],
.contact-form input[type="tel"],
.contact-form input[type="range"],
.contact-form input[type="date"],
.contact-form input[type="month"],
.contact-form input[type="week"],
.contact-form input[type="time"],
.contact-form input[type="datetime"],
.contact-form input[type="datetime-local"],
.contact-form input[type="color"],
.contact-form textarea,
.contact-form select {
padding: 1em 1.5em;
width: 100%;
margin: 1em 0;
max-width: 100%;
min-width: 100%; }
.contact-form textarea {
height: 100px;
min-height: 100px; }
@media (max-width: 767.98px) {
.contact-form {
width: 100%;
padding: 0 1em; }
.contact-form .cols3 {
display: grid;
grid-template-columns: 1fr;
gap: 1em; } } .home-slider {
background-image: linear-gradient(white, #f0f3f4); }
.home-slider .home-slide {
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center; }
.home-slider .home-slide_title {
font-size: 2.8rem;
font-weight: 600;
line-height: 1.2;
margin: 0; }
.home-slider .home-slide_content {
padding-right: 5em; }
.home-slider .home-slide_text {
margin: 1em 0; }
.home-slider .home-slide_image {
height: 100%; }
.home-slider .home-slide_image img {
height: 350px;
width: 100%;
object-fit: cover;
object-position: center; }
.home-slider .slider-dots {
width: 50%;
background-color: white;
padding: 0 2em;
height: 160px;
position: relative;
z-index: 3; }
@media (max-width: 991.98px) {
.home-slider .home-slide_content {
padding: 2em; } }
@media (max-width: 767.98px) {
.home-slider .home-slide {
grid-template-columns: 1fr;
gap: 1em; }
.home-slider .home-slide_content {
padding: 1em; }
.home-slider .slider-dots {
width: 100%; } }
.home-services {
margin-top: -160px;
position: relative;
z-index: 2; }
.home-services_row {
display: grid;
grid-template-columns: 1fr 1fr; }
.home-services .home-services1_content {
padding: 250px 4em 4em 0; }
.home-services .home-services1_content h2 {
margin: 0.4em 0; }
.home-services .home-services1_deco {
height: 320px;
width: 100%;
clear: both; }
.home-services .home-services1_deco::after {
content: '';
display: block;
height: 100%;
width: 50%;
float: right;
background-color: #c9cce1; }
.home-services .home-services1_service {
width: 100%;
display: grid;
grid-template-columns: 1fr 1fr;
height: calc(100% - 320px); }
.home-services .home-services1_service .service-box {
background-color: #313640; }
.home-services .home-services1_image img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center; }
.home-services .home-services2 {
display: grid;
grid-template-columns: 1fr 1fr; }
.home-services .home-services2_image img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center; }
.home-services .home-services2 .service-box {
background-color: #404676; }
.home-services .home-services3 {
height: 640px;
clear: both;
background-size: cover;
background-position: center; }
.home-services .home-services3 .service-box {
float: right;
background-color: rgba(255, 255, 255, 0.6);
width: 50%; }
.home-services .home-services3 .service-box_title, .home-services .home-services3 .service-box_link {
color: inherit; }
.home-services .service-box {
height: 320px;
padding: 2em;
display: flex;
flex-direction: column;
justify-content: flex-end; }
.home-services .service-box_title {
font-size: 2rem;
color: white;
font-weight: 600;
line-height: 1.2; }
.home-services .service-box_link {
color: white;
text-decoration: none; }
.home-services_deco {
position: absolute;
left: calc((100% - 1200px) / 2);
bottom: calc(320px);
transform: translate(-100%, 33.3%);
width: calc((100% - 1200px) / 2);
max-width: 300px;
clear: both;
z-index: 2; }
.home-services_deco .square {
width: 50%;
height: calc(((100vw - 1200px) / 2) /2);
max-height: 150px; }
.home-services_deco .square1 {
background-color: #404676; }
.home-services_deco .square2 {
background-color: #c9cce1;
margin-left: auto; }
.home-services_deco .square3 {
background-color: #c1ced3; }
@media (max-width: 991.98px) {
.home-services {
margin-top: 0; }
.home-services .home-services1 {
grid-template-columns: 1fr; }
.home-services .home-services1_content {
padding: 4em 8em; }
.home-services .home-services1_deco {
display: none; }
.home-services_row {
grid-template-columns: 1fr; } }
@media (max-width: 767.98px) {
.home-services {
margin-top: 0; }
.home-services_row {
grid-template-columns: 1fr; }
.home-services .home-services1_content {
padding: 2em; }
.home-services .home-services1_content h2 {
margin: 0.4em 0; }
.home-services .home-services1_deco {
display: none; }
.home-services .service-box {
height: 200px; }
.home-services .service-box_title {
font-size: 1.2rem; }
.home-services .home-services3 {
height: 400px; } }
.home-benefits {
padding-top: 320px;
background-image: linear-gradient(#f0f3f4, white);
margin-top: -320px; }
.home-benefits_content {
margin: 4em auto;
text-align: center;
width: 60%; }
.home-benefits_images {
display: grid;
grid-template-columns: 3fr 2fr;
gap: 1.5em;
height: 600px; }
.home-benefits_images img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center; }
.home-benefits_items {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 1.5em;
margin-top: -130px;
position: relative;
z-index: 4; }
.home-benefits .home-benefit {
background-color: white;
padding: 2em; }
.home-benefits .home-benefit_title {
font-size: 2.8rem;
font-weight: 700;
margin: 0; }
.home-benefits .home-benefit_title::before {
content: '';
display: block;
margin-bottom: 0.5em;
width: 30%;
border-bottom: 3px solid #c9cce1; }
.home-benefits .home-benefit_subtitle {
font-size: 1.5rem; }
@media (max-width: 991.98px) {
.home-benefits_items {
padding: 1em; }
.home-benefits_images {
height: 400px; }
.home-benefits .home-benefit_title {
font-size: 1.6rem; }
.home-benefits .home-benefit_subtitle {
font-size: 1.2rem; } }
@media (max-width: 767.98px) {
.home-benefits_content {
width: 100%; }
.home-benefits_images {
display: grid;
grid-template-columns: 1fr;
gap: 1.5em;
height: 600px; }
.home-benefits_images img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center; }
.home-benefits_items {
display: grid;
grid-template-columns: 1fr;
gap: 1em;
margin-top: 0;
position: relative;
z-index: 4; }
.home-benefits .home-benefit {
text-align: center; }
.home-benefits .home-benefit_title::before {
margin-left: auto;
margin-right: auto; } }
.home-author_header {
text-align: center;
width: 60%;
margin: 4em auto; }
.home-author_content {
display: grid;
grid-template-columns: 1fr 1fr;
position: relative; }
.home-author_image {
position: absolute;
left: 50%;
bottom: 0;
display: block;
transform: translateX(-50%);
height: 100%; }
.home-author_col1 {
padding: 4em 20em 4em 2em; }
.home-author_col2 {
background-color: #404676;
padding: 4em 2em 4em 20em;
color: white; }
.home-author_col2_title {
font-weight: 400;
font-size: 2rem; }
.home-author_col2_title::before {
content: '';
display: block;
border-bottom: 1px solid white;
margin-bottom: 1em;
width: 50px; }
.home-author_col2_achievements {
list-style: none;
margin: 2em 0;
padding: 0; }
.home-author_col2_achievements li {
margin-bottom: 1.5em;
align-items: flex-start;
display: flex; }
.home-author_col2_achievements li .icon {
margin-top: 4px;
margin-right: 2em; }
.home-author_col2_achievements li p {
margin: 0;
padding: 0; }
@media (max-width: 991.98px) {
.home-author_header {
width: 100%;
margin: 4em auto; }
.home-author_content {
grid-template-columns: 1fr; }
.home-author_image {
position: relative;
left: 0;
bottom: 0;
transform: translateX(0);
width: 50%;
margin: 0 auto; }
.home-author_col1 {
padding: 2em; }
.home-author_col2 {
padding: 2em; } }
@media (max-width: 767.98px) {
.home-author_image {
width: 100%; }
.home-author_col1 {
padding: 2em 1em; }
.home-author_col2 {
padding: 2em 1em; } }
.home-video {
background-color: #f0f3f4;
padding: 4em 0; }
.home-video_inner {
display: grid;
grid-template-columns: 3fr 2fr;
gap: 4em;
align-items: center; }
.home-video_content h2, .home-video_content h3 {
margin-bottom: 1em; }
.home-video_content .button {
margin-top: 1em; }
@media (max-width: 991.98px) {
.home-video_inner {
display: grid;
grid-template-columns: 1fr;
gap: 4em;
align-items: center;
padding: 2em; }
.home-video_content {
padding: 0 1em; } }
@media (max-width: 767.98px) {
.home-video_inner {
padding: 0; } }   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none; } .infinity-end.neverending .site-footer {
display: block; }   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #primary[tabindex="-1"]:focus {
outline: 0; } .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em; }
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em; }
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em; }#pojo-a11y-toolbar{position:fixed;font-size:16px !important;line-height:1.4;z-index:9999}#pojo-a11y-toolbar.pojo-a11y-toolbar-right{right:-180px;-webkit-transition:right 750ms cubic-bezier(.23, 1, .32, 1);-moz-transition:right 750ms cubic-bezier(.23, 1, .32, 1);-o-transition:right 750ms cubic-bezier(.23, 1, .32, 1);transition:right 750ms cubic-bezier(.23, 1, .32, 1)}#pojo-a11y-toolbar.pojo-a11y-toolbar-right.pojo-a11y-toolbar-open{right:0}#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle{right:180px}#pojo-a11y-toolbar.pojo-a11y-toolbar-left{left:-180px;-webkit-transition:left 750ms cubic-bezier(.23, 1, .32, 1);-moz-transition:left 750ms cubic-bezier(.23, 1, .32, 1);-o-transition:left 750ms cubic-bezier(.23, 1, .32, 1);transition:left 750ms cubic-bezier(.23, 1, .32, 1)}#pojo-a11y-toolbar.pojo-a11y-toolbar-left.pojo-a11y-toolbar-open{left:0}#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle{left:180px}#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle{position:absolute}#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{display:inline-block;font-size:200%;line-height:0;padding:10px;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.1);box-shadow:0 0 10px 0 rgba(0,0,0,0.1)}#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:hover,#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:focus{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.2);box-shadow:0 0 10px 0 rgba(0,0,0,0.2)}#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle svg{max-width:inherit}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay{border:1px solid;font-size:100%;width:180px}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title{display:block;line-height:2;font-weight:bold;padding:10px 15px 0;margin:0}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay.pojo-a11y-toolbar-open .pojo-a11y-toolbar-toggle a,#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay.pojo-a11y-toolbar-open .pojo-a11y-toolbar-overlay{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.2);box-shadow:0 0 10px 0 rgba(0,0,0,0.2)}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items{list-style:none;margin:0;padding:10px 0}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links{border-top:1px solid}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a{display:block;padding:10px 15px;font-size:80%;line-height:1}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active{font-weight:bold}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a svg{padding-right:6px;display:inline-block;width:1.5em;font-style:normal;font-weight:normal;font-size:inherit;line-height:1;text-align:center;text-rendering:auto;vertical-align:middle}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a .pojo-a11y-toolbar-text{vertical-align:middle}body.rtl #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a svg{padding-left:6px;padding-right:0}@media (max-width:767px){#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title{padding:7px 12px 0}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items{padding:7px 0}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a{display:block;padding:7px 12px}}body.pojo-a11y-grayscale{filter:grayscale(100%);-webkit-filter:grayscale(100%);-webkit-filter:grayscale(1);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:gray}body.pojo-a11y-high-contrast .placebo{line-height:normal}body.pojo-a11y-high-contrast *{-webkit-box-shadow:none !important;box-shadow:none !important}body.pojo-a11y-high-contrast a,body.pojo-a11y-high-contrast abbr,body.pojo-a11y-high-contrast acronym,body.pojo-a11y-high-contrast address,body.pojo-a11y-high-contrast article,body.pojo-a11y-high-contrast aside,body.pojo-a11y-high-contrast b,body.pojo-a11y-high-contrast basefont,body.pojo-a11y-high-contrast bdi,body.pojo-a11y-high-contrast big,body.pojo-a11y-high-contrast blink,body.pojo-a11y-high-contrast blockquote,body.pojo-a11y-high-contrast body,body.pojo-a11y-high-contrast button,body.pojo-a11y-high-contrast canvas,body.pojo-a11y-high-contrast caption,body.pojo-a11y-high-contrast center,body.pojo-a11y-high-contrast cite,body.pojo-a11y-high-contrast code,body.pojo-a11y-high-contrast col,body.pojo-a11y-high-contrast colgroup,body.pojo-a11y-high-contrast command,body.pojo-a11y-high-contrast dd,body.pojo-a11y-high-contrast del,body.pojo-a11y-high-contrast details,body.pojo-a11y-high-contrast dfn,body.pojo-a11y-high-contrast dir,body.pojo-a11y-high-contrast div,body.pojo-a11y-high-contrast dl,body.pojo-a11y-high-contrast dt,body.pojo-a11y-high-contrast em,body.pojo-a11y-high-contrast embed,body.pojo-a11y-high-contrast fieldset,body.pojo-a11y-high-contrast figcaption,body.pojo-a11y-high-contrast figure,body.pojo-a11y-high-contrast font,body.pojo-a11y-high-contrast footer,body.pojo-a11y-high-contrast form,body.pojo-a11y-high-contrast h1,body.pojo-a11y-high-contrast h1 a,body.pojo-a11y-high-contrast h1 a b,body.pojo-a11y-high-contrast h1 abbr,body.pojo-a11y-high-contrast h1 b,body.pojo-a11y-high-contrast h1 center,body.pojo-a11y-high-contrast h1 em,body.pojo-a11y-high-contrast h1 i,body.pojo-a11y-high-contrast h1 span,body.pojo-a11y-high-contrast h1 strong,body.pojo-a11y-high-contrast h2,body.pojo-a11y-high-contrast h2 a,body.pojo-a11y-high-contrast h2 a b,body.pojo-a11y-high-contrast h2 abbr,body.pojo-a11y-high-contrast h2 b,body.pojo-a11y-high-contrast h2 center,body.pojo-a11y-high-contrast h2 em,body.pojo-a11y-high-contrast h2 i,body.pojo-a11y-high-contrast h2 span,body.pojo-a11y-high-contrast h2 strong,body.pojo-a11y-high-contrast h3,body.pojo-a11y-high-contrast h3 a,body.pojo-a11y-high-contrast h3 a b,body.pojo-a11y-high-contrast h3 abbr,body.pojo-a11y-high-contrast h3 b,body.pojo-a11y-high-contrast h3 center,body.pojo-a11y-high-contrast h3 em,body.pojo-a11y-high-contrast h3 i,body.pojo-a11y-high-contrast h3 span,body.pojo-a11y-high-contrast h3 strong,body.pojo-a11y-high-contrast h4,body.pojo-a11y-high-contrast h4 a,body.pojo-a11y-high-contrast h4 a b,body.pojo-a11y-high-contrast h4 abbr,body.pojo-a11y-high-contrast h4 b,body.pojo-a11y-high-contrast h4 center,body.pojo-a11y-high-contrast h4 em,body.pojo-a11y-high-contrast h4 i,body.pojo-a11y-high-contrast h4 span,body.pojo-a11y-high-contrast h4 strong,body.pojo-a11y-high-contrast h5,body.pojo-a11y-high-contrast h5 a,body.pojo-a11y-high-contrast h5 a b,body.pojo-a11y-high-contrast h5 abbr,body.pojo-a11y-high-contrast h5 b,body.pojo-a11y-high-contrast h5 center,body.pojo-a11y-high-contrast h5 em,body.pojo-a11y-high-contrast h5 i,body.pojo-a11y-high-contrast h5 span,body.pojo-a11y-high-contrast h5 strong,body.pojo-a11y-high-contrast h6,body.pojo-a11y-high-contrast h6 a,body.pojo-a11y-high-contrast h6 a b,body.pojo-a11y-high-contrast h6 abbr,body.pojo-a11y-high-contrast h6 b,body.pojo-a11y-high-contrast h6 center,body.pojo-a11y-high-contrast h6 em,body.pojo-a11y-high-contrast h6 i,body.pojo-a11y-high-contrast h6 span,body.pojo-a11y-high-contrast h6 strong,body.pojo-a11y-high-contrast header,body.pojo-a11y-high-contrast hgroup,body.pojo-a11y-high-contrast html,body.pojo-a11y-high-contrast i,body.pojo-a11y-high-contrast iframe,body.pojo-a11y-high-contrast img,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast ins,body.pojo-a11y-high-contrast kbd,body.pojo-a11y-high-contrast label,body.pojo-a11y-high-contrast legend,body.pojo-a11y-high-contrast li,body.pojo-a11y-high-contrast listing,body.pojo-a11y-high-contrast main,body.pojo-a11y-high-contrast mark,body.pojo-a11y-high-contrast marquee,body.pojo-a11y-high-contrast menu,body.pojo-a11y-high-contrast meter,body.pojo-a11y-high-contrast multicol,body.pojo-a11y-high-contrast nav,body.pojo-a11y-high-contrast nobr,body.pojo-a11y-high-contrast object,body.pojo-a11y-high-contrast ol,body.pojo-a11y-high-contrast option,body.pojo-a11y-high-contrast output,body.pojo-a11y-high-contrast p,body.pojo-a11y-high-contrast plaintext,body.pojo-a11y-high-contrast pre,body.pojo-a11y-high-contrast progress,body.pojo-a11y-high-contrast q,body.pojo-a11y-high-contrast rb,body.pojo-a11y-high-contrast rp,body.pojo-a11y-high-contrast rt,body.pojo-a11y-high-contrast ruby,body.pojo-a11y-high-contrast s,body.pojo-a11y-high-contrast samp,body.pojo-a11y-high-contrast section,body.pojo-a11y-high-contrast select,body.pojo-a11y-high-contrast small,body.pojo-a11y-high-contrast span,body.pojo-a11y-high-contrast strike,body.pojo-a11y-high-contrast strong,body.pojo-a11y-high-contrast sub,body.pojo-a11y-high-contrast summary,body.pojo-a11y-high-contrast sup,body.pojo-a11y-high-contrast svg,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast tbody,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast text,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast thead,body.pojo-a11y-high-contrast time,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt,body.pojo-a11y-high-contrast u,body.pojo-a11y-high-contrast ul,body.pojo-a11y-high-contrast var,body.pojo-a11y-high-contrast video,body.pojo-a11y-high-contrast xmp{-moz-appearance:none !important;-moz-user-select:text !important;-webkit-user-select:text !important;background-image:none !important;text-shadow:none !important;user-select:text !important}body.pojo-a11y-high-contrast a,body.pojo-a11y-high-contrast abbr,body.pojo-a11y-high-contrast acronym,body.pojo-a11y-high-contrast address,body.pojo-a11y-high-contrast article,body.pojo-a11y-high-contrast aside,body.pojo-a11y-high-contrast b,body.pojo-a11y-high-contrast basefont,body.pojo-a11y-high-contrast bdi,body.pojo-a11y-high-contrast big,body.pojo-a11y-high-contrast blink,body.pojo-a11y-high-contrast blockquote,body.pojo-a11y-high-contrast body,body.pojo-a11y-high-contrast canvas,body.pojo-a11y-high-contrast caption,body.pojo-a11y-high-contrast center,body.pojo-a11y-high-contrast cite,body.pojo-a11y-high-contrast code,body.pojo-a11y-high-contrast col,body.pojo-a11y-high-contrast colgroup,body.pojo-a11y-high-contrast command,body.pojo-a11y-high-contrast dd,body.pojo-a11y-high-contrast del,body.pojo-a11y-high-contrast details,body.pojo-a11y-high-contrast dfn,body.pojo-a11y-high-contrast dir,body.pojo-a11y-high-contrast div,body.pojo-a11y-high-contrast dl,body.pojo-a11y-high-contrast dt,body.pojo-a11y-high-contrast em,body.pojo-a11y-high-contrast embed,body.pojo-a11y-high-contrast fieldset,body.pojo-a11y-high-contrast figcaption,body.pojo-a11y-high-contrast figure,body.pojo-a11y-high-contrast font,body.pojo-a11y-high-contrast footer,body.pojo-a11y-high-contrast form,body.pojo-a11y-high-contrast h1,body.pojo-a11y-high-contrast h1 a,body.pojo-a11y-high-contrast h1 a b,body.pojo-a11y-high-contrast h1 abbr,body.pojo-a11y-high-contrast h1 b,body.pojo-a11y-high-contrast h1 center,body.pojo-a11y-high-contrast h1 em,body.pojo-a11y-high-contrast h1 i,body.pojo-a11y-high-contrast h1 span,body.pojo-a11y-high-contrast h1 strong,body.pojo-a11y-high-contrast h2,body.pojo-a11y-high-contrast h2 a,body.pojo-a11y-high-contrast h2 a b,body.pojo-a11y-high-contrast h2 abbr,body.pojo-a11y-high-contrast h2 b,body.pojo-a11y-high-contrast h2 center,body.pojo-a11y-high-contrast h2 em,body.pojo-a11y-high-contrast h2 i,body.pojo-a11y-high-contrast h2 span,body.pojo-a11y-high-contrast h2 strong,body.pojo-a11y-high-contrast h3,body.pojo-a11y-high-contrast h3 a,body.pojo-a11y-high-contrast h3 a b,body.pojo-a11y-high-contrast h3 abbr,body.pojo-a11y-high-contrast h3 b,body.pojo-a11y-high-contrast h3 center,body.pojo-a11y-high-contrast h3 em,body.pojo-a11y-high-contrast h3 i,body.pojo-a11y-high-contrast h3 span,body.pojo-a11y-high-contrast h3 strong,body.pojo-a11y-high-contrast h4,body.pojo-a11y-high-contrast h4 a,body.pojo-a11y-high-contrast h4 a b,body.pojo-a11y-high-contrast h4 abbr,body.pojo-a11y-high-contrast h4 b,body.pojo-a11y-high-contrast h4 center,body.pojo-a11y-high-contrast h4 em,body.pojo-a11y-high-contrast h4 i,body.pojo-a11y-high-contrast h4 span,body.pojo-a11y-high-contrast h4 strong,body.pojo-a11y-high-contrast h5,body.pojo-a11y-high-contrast h5 a,body.pojo-a11y-high-contrast h5 a b,body.pojo-a11y-high-contrast h5 abbr,body.pojo-a11y-high-contrast h5 b,body.pojo-a11y-high-contrast h5 center,body.pojo-a11y-high-contrast h5 em,body.pojo-a11y-high-contrast h5 i,body.pojo-a11y-high-contrast h5 span,body.pojo-a11y-high-contrast h5 strong,body.pojo-a11y-high-contrast h6,body.pojo-a11y-high-contrast h6 a,body.pojo-a11y-high-contrast h6 a b,body.pojo-a11y-high-contrast h6 abbr,body.pojo-a11y-high-contrast h6 b,body.pojo-a11y-high-contrast h6 center,body.pojo-a11y-high-contrast h6 em,body.pojo-a11y-high-contrast h6 i,body.pojo-a11y-high-contrast h6 span,body.pojo-a11y-high-contrast h6 strong,body.pojo-a11y-high-contrast header,body.pojo-a11y-high-contrast hgroup,body.pojo-a11y-high-contrast html,body.pojo-a11y-high-contrast i,body.pojo-a11y-high-contrast iframe,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast ins,body.pojo-a11y-high-contrast kbd,body.pojo-a11y-high-contrast label,body.pojo-a11y-high-contrast legend,body.pojo-a11y-high-contrast li,body.pojo-a11y-high-contrast listing,body.pojo-a11y-high-contrast main,body.pojo-a11y-high-contrast mark,body.pojo-a11y-high-contrast marquee,body.pojo-a11y-high-contrast menu,body.pojo-a11y-high-contrast meter,body.pojo-a11y-high-contrast multicol,body.pojo-a11y-high-contrast nav:not(#pojo-a11y-toolbar),body.pojo-a11y-high-contrast nobr,body.pojo-a11y-high-contrast object,body.pojo-a11y-high-contrast ol,body.pojo-a11y-high-contrast option,body.pojo-a11y-high-contrast output,body.pojo-a11y-high-contrast p,body.pojo-a11y-high-contrast plaintext,body.pojo-a11y-high-contrast pre,body.pojo-a11y-high-contrast progress,body.pojo-a11y-high-contrast q,body.pojo-a11y-high-contrast rb,body.pojo-a11y-high-contrast rp,body.pojo-a11y-high-contrast rt,body.pojo-a11y-high-contrast ruby,body.pojo-a11y-high-contrast s,body.pojo-a11y-high-contrast samp,body.pojo-a11y-high-contrast section,body.pojo-a11y-high-contrast small,body.pojo-a11y-high-contrast span,body.pojo-a11y-high-contrast strike,body.pojo-a11y-high-contrast strong,body.pojo-a11y-high-contrast sub,body.pojo-a11y-high-contrast summary,body.pojo-a11y-high-contrast sup,body.pojo-a11y-high-contrast svg,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast tbody,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast text,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast thead,body.pojo-a11y-high-contrast time,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt,body.pojo-a11y-high-contrast u,body.pojo-a11y-high-contrast ul,body.pojo-a11y-high-contrast var,body.pojo-a11y-high-contrast video,body.pojo-a11y-high-contrast xmp{background:black !important;background-color:black !important}body.pojo-a11y-high-contrast a,body.pojo-a11y-high-contrast article,body.pojo-a11y-high-contrast aside,body.pojo-a11y-high-contrast basefont,body.pojo-a11y-high-contrast bdi,body.pojo-a11y-high-contrast big,body.pojo-a11y-high-contrast blink,body.pojo-a11y-high-contrast blockquote,body.pojo-a11y-high-contrast body,body.pojo-a11y-high-contrast button,body.pojo-a11y-high-contrast canvas,body.pojo-a11y-high-contrast caption,body.pojo-a11y-high-contrast center,body.pojo-a11y-high-contrast code,body.pojo-a11y-high-contrast col,body.pojo-a11y-high-contrast colgroup,body.pojo-a11y-high-contrast command,body.pojo-a11y-high-contrast dd,body.pojo-a11y-high-contrast del,body.pojo-a11y-high-contrast details,body.pojo-a11y-high-contrast dir,body.pojo-a11y-high-contrast div,body.pojo-a11y-high-contrast dl,body.pojo-a11y-high-contrast dt,body.pojo-a11y-high-contrast embed,body.pojo-a11y-high-contrast fieldset,body.pojo-a11y-high-contrast figcaption,body.pojo-a11y-high-contrast figure,body.pojo-a11y-high-contrast font,body.pojo-a11y-high-contrast footer,body.pojo-a11y-high-contrast form,body.pojo-a11y-high-contrast header,body.pojo-a11y-high-contrast hgroup,body.pojo-a11y-high-contrast html,body.pojo-a11y-high-contrast iframe,body.pojo-a11y-high-contrast img,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast ins,body.pojo-a11y-high-contrast kbd,body.pojo-a11y-high-contrast label,body.pojo-a11y-high-contrast legend,body.pojo-a11y-high-contrast li,body.pojo-a11y-high-contrast listing,body.pojo-a11y-high-contrast main,body.pojo-a11y-high-contrast mark,body.pojo-a11y-high-contrast marquee,body.pojo-a11y-high-contrast menu,body.pojo-a11y-high-contrast meter,body.pojo-a11y-high-contrast multicol,body.pojo-a11y-high-contrast nav,body.pojo-a11y-high-contrast nobr,body.pojo-a11y-high-contrast object,body.pojo-a11y-high-contrast ol,body.pojo-a11y-high-contrast option,body.pojo-a11y-high-contrast output,body.pojo-a11y-high-contrast p,body.pojo-a11y-high-contrast plaintext,body.pojo-a11y-high-contrast pre,body.pojo-a11y-high-contrast progress,body.pojo-a11y-high-contrast q,body.pojo-a11y-high-contrast rb,body.pojo-a11y-high-contrast rp,body.pojo-a11y-high-contrast rt,body.pojo-a11y-high-contrast ruby,body.pojo-a11y-high-contrast s,body.pojo-a11y-high-contrast samp,body.pojo-a11y-high-contrast section,body.pojo-a11y-high-contrast select,body.pojo-a11y-high-contrast small,body.pojo-a11y-high-contrast span,body.pojo-a11y-high-contrast strike,body.pojo-a11y-high-contrast sub,body.pojo-a11y-high-contrast summary,body.pojo-a11y-high-contrast sup,body.pojo-a11y-high-contrast svg,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast tbody,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast text,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast thead,body.pojo-a11y-high-contrast time,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt,body.pojo-a11y-high-contrast ul,body.pojo-a11y-high-contrast var,body.pojo-a11y-high-contrast video,body.pojo-a11y-high-contrast xmp{color:white !important}body.pojo-a11y-high-contrast abbr,body.pojo-a11y-high-contrast acronym,body.pojo-a11y-high-contrast b,body.pojo-a11y-high-contrast b span,body.pojo-a11y-high-contrast h1 b,body.pojo-a11y-high-contrast h1 strong,body.pojo-a11y-high-contrast h2 b,body.pojo-a11y-high-contrast h2 strong,body.pojo-a11y-high-contrast h3 b,body.pojo-a11y-high-contrast h3 strong,body.pojo-a11y-high-contrast h4 b,body.pojo-a11y-high-contrast h4 strong,body.pojo-a11y-high-contrast h5 b,body.pojo-a11y-high-contrast h5 strong,body.pojo-a11y-high-contrast h6 b,body.pojo-a11y-high-contrast h6 strong,body.pojo-a11y-high-contrast strong,body.pojo-a11y-high-contrast strong span{color:yellow !important}body.pojo-a11y-high-contrast address,body.pojo-a11y-high-contrast address span,body.pojo-a11y-high-contrast cite,body.pojo-a11y-high-contrast cite span,body.pojo-a11y-high-contrast dfn,body.pojo-a11y-high-contrast dfn span,body.pojo-a11y-high-contrast em,body.pojo-a11y-high-contrast em span,body.pojo-a11y-high-contrast h1 em,body.pojo-a11y-high-contrast h1 i,body.pojo-a11y-high-contrast h2 em,body.pojo-a11y-high-contrast h2 i,body.pojo-a11y-high-contrast h3 em,body.pojo-a11y-high-contrast h3 i,body.pojo-a11y-high-contrast h4 em,body.pojo-a11y-high-contrast h4 i,body.pojo-a11y-high-contrast h5 em,body.pojo-a11y-high-contrast h5 i,body.pojo-a11y-high-contrast h6 em,body.pojo-a11y-high-contrast h6 i,body.pojo-a11y-high-contrast i,body.pojo-a11y-high-contrast i span,body.pojo-a11y-high-contrast u,body.pojo-a11y-high-contrast u span{color:#FFFF80 !important}body.pojo-a11y-high-contrast dt{border-top:thin solid grey !important}body.pojo-a11y-high-contrast h1,body.pojo-a11y-high-contrast h1 a,body.pojo-a11y-high-contrast h1 a b,body.pojo-a11y-high-contrast h1 abbr,body.pojo-a11y-high-contrast h1 center,body.pojo-a11y-high-contrast h1 span,body.pojo-a11y-high-contrast h2,body.pojo-a11y-high-contrast h2 a,body.pojo-a11y-high-contrast h2 a b,body.pojo-a11y-high-contrast h2 abbr,body.pojo-a11y-high-contrast h2 center,body.pojo-a11y-high-contrast h2 span,body.pojo-a11y-high-contrast h3,body.pojo-a11y-high-contrast h3 a,body.pojo-a11y-high-contrast h3 a b,body.pojo-a11y-high-contrast h3 abbr,body.pojo-a11y-high-contrast h3 center,body.pojo-a11y-high-contrast h3 span,body.pojo-a11y-high-contrast h4,body.pojo-a11y-high-contrast h4 a,body.pojo-a11y-high-contrast h4 a b,body.pojo-a11y-high-contrast h4 abbr,body.pojo-a11y-high-contrast h4 center,body.pojo-a11y-high-contrast h4 span,body.pojo-a11y-high-contrast h5,body.pojo-a11y-high-contrast h5 a,body.pojo-a11y-high-contrast h5 a b,body.pojo-a11y-high-contrast h5 abbr,body.pojo-a11y-high-contrast h5 center,body.pojo-a11y-high-contrast h5 span,body.pojo-a11y-high-contrast h6,body.pojo-a11y-high-contrast h6 a,body.pojo-a11y-high-contrast h6 a b,body.pojo-a11y-high-contrast h6 abbr,body.pojo-a11y-high-contrast h6 center,body.pojo-a11y-high-contrast h6 span{color:#40C090 !important}body.pojo-a11y-high-contrast img{background:#808080 !important;background-color:#808080 !important}body.pojo-a11y-high-contrast abbr,body.pojo-a11y-high-contrast acronym{border-bottom:1px dotted !important}body.pojo-a11y-high-contrast :focus{outline:thin dotted !important}body.pojo-a11y-high-contrast a.button,body.pojo-a11y-high-contrast a.button abbr,body.pojo-a11y-high-contrast a.button acronym,body.pojo-a11y-high-contrast a.button b,body.pojo-a11y-high-contrast a.button basefont,body.pojo-a11y-high-contrast a.button big,body.pojo-a11y-high-contrast a.button br,body.pojo-a11y-high-contrast a.button code,body.pojo-a11y-high-contrast a.button div,body.pojo-a11y-high-contrast a.button em,body.pojo-a11y-high-contrast a.button font,body.pojo-a11y-high-contrast a.button h1,body.pojo-a11y-high-contrast a.button h2,body.pojo-a11y-high-contrast a.button h3,body.pojo-a11y-high-contrast a.button h4,body.pojo-a11y-high-contrast a.button h5,body.pojo-a11y-high-contrast a.button h6,body.pojo-a11y-high-contrast a.button i,body.pojo-a11y-high-contrast a.button kbd,body.pojo-a11y-high-contrast a.button rb,body.pojo-a11y-high-contrast a.button rp,body.pojo-a11y-high-contrast a.button rt,body.pojo-a11y-high-contrast a.button ruby,body.pojo-a11y-high-contrast a.button samp,body.pojo-a11y-high-contrast a.button small,body.pojo-a11y-high-contrast a.button span,body.pojo-a11y-high-contrast a.button strong,body.pojo-a11y-high-contrast a.button tt,body.pojo-a11y-high-contrast a.button u,body.pojo-a11y-high-contrast a.button var,body.pojo-a11y-high-contrast a:link,body.pojo-a11y-high-contrast a:link abbr,body.pojo-a11y-high-contrast a:link acronym,body.pojo-a11y-high-contrast a:link b,body.pojo-a11y-high-contrast a:link basefont,body.pojo-a11y-high-contrast a:link big,body.pojo-a11y-high-contrast a:link br,body.pojo-a11y-high-contrast a:link code,body.pojo-a11y-high-contrast a:link div,body.pojo-a11y-high-contrast a:link em,body.pojo-a11y-high-contrast a:link font,body.pojo-a11y-high-contrast a:link h1,body.pojo-a11y-high-contrast a:link h2,body.pojo-a11y-high-contrast a:link h3,body.pojo-a11y-high-contrast a:link h4,body.pojo-a11y-high-contrast a:link h5,body.pojo-a11y-high-contrast a:link h6,body.pojo-a11y-high-contrast a:link i,body.pojo-a11y-high-contrast a:link kbd,body.pojo-a11y-high-contrast a:link rb,body.pojo-a11y-high-contrast a:link rp,body.pojo-a11y-high-contrast a:link rt,body.pojo-a11y-high-contrast a:link ruby,body.pojo-a11y-high-contrast a:link samp,body.pojo-a11y-high-contrast a:link small,body.pojo-a11y-high-contrast a:link span,body.pojo-a11y-high-contrast a:link strong,body.pojo-a11y-high-contrast a:link tt,body.pojo-a11y-high-contrast a:link u,body.pojo-a11y-high-contrast a:link var,body.pojo-a11y-high-contrast div#secondaryNav div#documentNavigation ul.navigationTabs li.tabItem{color:#0080FF !important}body.pojo-a11y-high-contrast button,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast select,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt{border:1px solid #ffffff !important}body.pojo-a11y-high-contrast button{background:#600040 !important;background-color:#600040 !important}body.pojo-a11y-high-contrast select{-webkit-appearance:listbox !important;background:#600060 !important;background-color:#600060 !important}body.pojo-a11y-high-contrast a:visited,body.pojo-a11y-high-contrast a:visited abbr,body.pojo-a11y-high-contrast a:visited acronym,body.pojo-a11y-high-contrast a:visited b,body.pojo-a11y-high-contrast a:visited basefont,body.pojo-a11y-high-contrast a:visited big,body.pojo-a11y-high-contrast a:visited br,body.pojo-a11y-high-contrast a:visited code,body.pojo-a11y-high-contrast a:visited div,body.pojo-a11y-high-contrast a:visited em,body.pojo-a11y-high-contrast a:visited font,body.pojo-a11y-high-contrast a:visited h1,body.pojo-a11y-high-contrast a:visited h2,body.pojo-a11y-high-contrast a:visited h3,body.pojo-a11y-high-contrast a:visited h4,body.pojo-a11y-high-contrast a:visited h5,body.pojo-a11y-high-contrast a:visited h6,body.pojo-a11y-high-contrast a:visited i,body.pojo-a11y-high-contrast a:visited kbd,body.pojo-a11y-high-contrast a:visited rb,body.pojo-a11y-high-contrast a:visited rp,body.pojo-a11y-high-contrast a:visited rt,body.pojo-a11y-high-contrast a:visited ruby,body.pojo-a11y-high-contrast a:visited samp,body.pojo-a11y-high-contrast a:visited small,body.pojo-a11y-high-contrast a:visited span,body.pojo-a11y-high-contrast a:visited strong,body.pojo-a11y-high-contrast a:visited tt,body.pojo-a11y-high-contrast a:visited u,body.pojo-a11y-high-contrast a:visited var,body.pojo-a11y-high-contrast div#secondaryNav div#documentNavigation ul.navigationTabs li.tabItem.active{color:#00FFFF !important}body.pojo-a11y-high-contrast ::selection,body.pojo-a11y-high-contrast ::-moz-selection{background:#4080c0 !important;background-color:#4080c0 !important}body.pojo-a11y-high-contrast a.button:hover,body.pojo-a11y-high-contrast a.button:hover abbr,body.pojo-a11y-high-contrast a.button:hover acronym,body.pojo-a11y-high-contrast a.button:hover b,body.pojo-a11y-high-contrast a.button:hover basefont,body.pojo-a11y-high-contrast a.button:hover big,body.pojo-a11y-high-contrast a.button:hover br,body.pojo-a11y-high-contrast a.button:hover code,body.pojo-a11y-high-contrast a.button:hover div,body.pojo-a11y-high-contrast a.button:hover em,body.pojo-a11y-high-contrast a.button:hover font,body.pojo-a11y-high-contrast a.button:hover h1,body.pojo-a11y-high-contrast a.button:hover h2,body.pojo-a11y-high-contrast a.button:hover h3,body.pojo-a11y-high-contrast a.button:hover h4,body.pojo-a11y-high-contrast a.button:hover h5,body.pojo-a11y-high-contrast a.button:hover h6,body.pojo-a11y-high-contrast a.button:hover i,body.pojo-a11y-high-contrast a.button:hover kbd,body.pojo-a11y-high-contrast a.button:hover rb,body.pojo-a11y-high-contrast a.button:hover rp,body.pojo-a11y-high-contrast a.button:hover rt,body.pojo-a11y-high-contrast a.button:hover ruby,body.pojo-a11y-high-contrast a.button:hover samp,body.pojo-a11y-high-contrast a.button:hover small,body.pojo-a11y-high-contrast a.button:hover span,body.pojo-a11y-high-contrast a.button:hover strong,body.pojo-a11y-high-contrast a.button:hover tt,body.pojo-a11y-high-contrast a.button:hover u,body.pojo-a11y-high-contrast a.button:hover var,body.pojo-a11y-high-contrast a:link:hover,body.pojo-a11y-high-contrast a:link:hover abbr,body.pojo-a11y-high-contrast a:link:hover acronym,body.pojo-a11y-high-contrast a:link:hover b,body.pojo-a11y-high-contrast a:link:hover basefont,body.pojo-a11y-high-contrast a:link:hover big,body.pojo-a11y-high-contrast a:link:hover br,body.pojo-a11y-high-contrast a:link:hover code,body.pojo-a11y-high-contrast a:link:hover div,body.pojo-a11y-high-contrast a:link:hover em,body.pojo-a11y-high-contrast a:link:hover font,body.pojo-a11y-high-contrast a:link:hover h1,body.pojo-a11y-high-contrast a:link:hover h2,body.pojo-a11y-high-contrast a:link:hover h3,body.pojo-a11y-high-contrast a:link:hover h4,body.pojo-a11y-high-contrast a:link:hover h5,body.pojo-a11y-high-contrast a:link:hover h6,body.pojo-a11y-high-contrast a:link:hover i,body.pojo-a11y-high-contrast a:link:hover kbd,body.pojo-a11y-high-contrast a:link:hover rb,body.pojo-a11y-high-contrast a:link:hover rp,body.pojo-a11y-high-contrast a:link:hover rt,body.pojo-a11y-high-contrast a:link:hover ruby,body.pojo-a11y-high-contrast a:link:hover samp,body.pojo-a11y-high-contrast a:link:hover small,body.pojo-a11y-high-contrast a:link:hover span,body.pojo-a11y-high-contrast a:link:hover strong,body.pojo-a11y-high-contrast a:link:hover tt,body.pojo-a11y-high-contrast a:link:hover u,body.pojo-a11y-high-contrast a:link:hover var,body.pojo-a11y-high-contrast a:visited:hover,body.pojo-a11y-high-contrast a:visited:hover abbr,body.pojo-a11y-high-contrast a:visited:hover acronym,body.pojo-a11y-high-contrast a:visited:hover b,body.pojo-a11y-high-contrast a:visited:hover basefont,body.pojo-a11y-high-contrast a:visited:hover big,body.pojo-a11y-high-contrast a:visited:hover br,body.pojo-a11y-high-contrast a:visited:hover code,body.pojo-a11y-high-contrast a:visited:hover div,body.pojo-a11y-high-contrast a:visited:hover em,body.pojo-a11y-high-contrast a:visited:hover font,body.pojo-a11y-high-contrast a:visited:hover h1,body.pojo-a11y-high-contrast a:visited:hover h2,body.pojo-a11y-high-contrast a:visited:hover h3,body.pojo-a11y-high-contrast a:visited:hover h4,body.pojo-a11y-high-contrast a:visited:hover h5,body.pojo-a11y-high-contrast a:visited:hover h6,body.pojo-a11y-high-contrast a:visited:hover i,body.pojo-a11y-high-contrast a:visited:hover kbd,body.pojo-a11y-high-contrast a:visited:hover rb,body.pojo-a11y-high-contrast a:visited:hover rp,body.pojo-a11y-high-contrast a:visited:hover rt,body.pojo-a11y-high-contrast a:visited:hover ruby,body.pojo-a11y-high-contrast a:visited:hover samp,body.pojo-a11y-high-contrast a:visited:hover small,body.pojo-a11y-high-contrast a:visited:hover span,body.pojo-a11y-high-contrast a:visited:hover strong,body.pojo-a11y-high-contrast a:visited:hover tt,body.pojo-a11y-high-contrast a:visited:hover u,body.pojo-a11y-high-contrast a:visited:hover var{background:#400000 !important;background-color:#400000 !important}body.pojo-a11y-high-contrast body>input#site+div#wrapper span.mk,body.pojo-a11y-high-contrast body>input#site+div#wrapper span.mk b,body.pojo-a11y-high-contrast input[type=reset]{background:#400060 !important;background-color:#400060 !important}body.pojo-a11y-high-contrast div[role="button"],body.pojo-a11y-high-contrast input[type=button],body.pojo-a11y-high-contrast input[type=submit]{background:#600040 !important;background-color:#600040 !important}body.pojo-a11y-high-contrast input[type=search]{-webkit-appearance:textfield !important}body.pojo-a11y-high-contrast html button[disabled],body.pojo-a11y-high-contrast html input[disabled],body.pojo-a11y-high-contrast html select[disabled],body.pojo-a11y-high-contrast html textarea[disabled]{background:#404040 !important;background-color:#404040 !important}body.pojo-a11y-high-contrast .menu li a span.label{text-transform:none !important}body.pojo-a11y-high-contrast .menu li a span.label,body.pojo-a11y-high-contrast div.jwplayer span.jwcontrolbar,body.pojo-a11y-high-contrast div.jwplayer span.jwcontrols{display:inline !important}body.pojo-a11y-high-contrast a:link.new,body.pojo-a11y-high-contrast a:link.new i,body.pojo-a11y-high-contrast a:link.new b,body.pojo-a11y-high-contrast span.Apple-style-span{color:#FFFF40 !important}body.pojo-a11y-high-contrast body.mediawiki img.tex{background:white !important;background-color:white !important;border:white solid 3px !important}body.pojo-a11y-high-contrast text>tspan:first-letter,body.pojo-a11y-high-contrast text>tspan:first-line{background:inherit !important;background-color:inherit !important;color:inherit !important}body.pojo-a11y-high-contrast div.sbtc div.sbsb_a li.sbsb_d div,body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i a,body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i b,body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i span,body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i td{background:#003050 !important;background-color:#003050 !important}body.pojo-a11y-high-contrast img[width="18"][height="18"]{height:18px !important;width:18px !important}body.pojo-a11y-high-contrast a>span.iconHelp:empty:after{content:"Help" !important}body.pojo-a11y-high-contrast div#gmap,body.pojo-a11y-high-contrast div#gmap *{background:initial !important}body.pojo-a11y-negative-contrast,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar){background:#000 !important;color:#ffffff !important}body.pojo-a11y-negative-contrast a,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) a,body.pojo-a11y-negative-contrast b,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) b,body.pojo-a11y-negative-contrast blockquote,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) blockquote,body.pojo-a11y-negative-contrast button,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) button,body.pojo-a11y-negative-contrast canvas,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) canvas,body.pojo-a11y-negative-contrast caption,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) caption,body.pojo-a11y-negative-contrast center,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) center,body.pojo-a11y-negative-contrast cite,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) cite,body.pojo-a11y-negative-contrast code,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) code,body.pojo-a11y-negative-contrast col,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) col,body.pojo-a11y-negative-contrast colgroup,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) colgroup,body.pojo-a11y-negative-contrast dd,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dd,body.pojo-a11y-negative-contrast details,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) details,body.pojo-a11y-negative-contrast dfn,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dfn,body.pojo-a11y-negative-contrast dir,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dir,body.pojo-a11y-negative-contrast div,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) div,body.pojo-a11y-negative-contrast dl,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dl,body.pojo-a11y-negative-contrast dt,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dt,body.pojo-a11y-negative-contrast em,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) em,body.pojo-a11y-negative-contrast embed,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) embed,body.pojo-a11y-negative-contrast fieldset,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) fieldset,body.pojo-a11y-negative-contrast figcaption,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) figcaption,body.pojo-a11y-negative-contrast figure,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) figure,body.pojo-a11y-negative-contrast font,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) font,body.pojo-a11y-negative-contrast footer,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) footer,body.pojo-a11y-negative-contrast form,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) form,body.pojo-a11y-negative-contrast header,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) header,body.pojo-a11y-negative-contrast i,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) i,body.pojo-a11y-negative-contrast iframe,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) iframe,body.pojo-a11y-negative-contrast img,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) img,body.pojo-a11y-negative-contrast input,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) input,body.pojo-a11y-negative-contrast kbd,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) kbd,body.pojo-a11y-negative-contrast label,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) label,body.pojo-a11y-negative-contrast legend,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) legend,body.pojo-a11y-negative-contrast li,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) li,body.pojo-a11y-negative-contrast mark,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) mark,body.pojo-a11y-negative-contrast menu,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) menu,body.pojo-a11y-negative-contrast meter,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) meter,body.pojo-a11y-negative-contrast nav,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) nav,body.pojo-a11y-negative-contrast nobr,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) nobr,body.pojo-a11y-negative-contrast object,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) object,body.pojo-a11y-negative-contrast ol,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) ol,body.pojo-a11y-negative-contrast option,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) option,body.pojo-a11y-negative-contrast pre,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) pre,body.pojo-a11y-negative-contrast progress,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) progress,body.pojo-a11y-negative-contrast q,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) q,body.pojo-a11y-negative-contrast s,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) s,body.pojo-a11y-negative-contrast section,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) section,body.pojo-a11y-negative-contrast select,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) select,body.pojo-a11y-negative-contrast small,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) small,body.pojo-a11y-negative-contrast span,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) span,body.pojo-a11y-negative-contrast strike,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) strike,body.pojo-a11y-negative-contrast strong,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) strong,body.pojo-a11y-negative-contrast sub,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) sub,body.pojo-a11y-negative-contrast summary,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) summary,body.pojo-a11y-negative-contrast sup,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) sup,body.pojo-a11y-negative-contrast table,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) table,body.pojo-a11y-negative-contrast td,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) td,body.pojo-a11y-negative-contrast textarea,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) textarea,body.pojo-a11y-negative-contrast th,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) th,body.pojo-a11y-negative-contrast time,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) time,body.pojo-a11y-negative-contrast tr,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) tr,body.pojo-a11y-negative-contrast tt,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) tt,body.pojo-a11y-negative-contrast u,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) u,body.pojo-a11y-negative-contrast ul,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) ul,body.pojo-a11y-negative-contrast var,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) var,body.pojo-a11y-negative-contrast a span,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) a span,body.pojo-a11y-negative-contrast strong,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) strong{color:yellow !important}body.pojo-a11y-negative-contrast button,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) button,body.pojo-a11y-negative-contrast input,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) input,body.pojo-a11y-negative-contrast textarea,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) textarea,body.pojo-a11y-negative-contrast select,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) select,body.pojo-a11y-negative-contrast table,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) table,body.pojo-a11y-negative-contrast td,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) td,body.pojo-a11y-negative-contrast th,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) th,body.pojo-a11y-negative-contrast tr,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) tr,body.pojo-a11y-negative-contrast tt,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) tt{border:1px solid #ffffff !important}body.pojo-a11y-negative-contrast div#gmap,body.pojo-a11y-negative-contrast div#gmap *{background:initial !important}body.pojo-a11y-light-background,body.pojo-a11y-light-background *:not(#pojo-a11y-toolbar):not(.pojo-a11y-toolbar-link){background:#fff !important;color:#000 !important}body.pojo-a11y-light-background div#gmap,body.pojo-a11y-light-background div#gmap *{background:initial !important}body.pojo-a11y-resize-font-200,body.pojo-a11y-resize-font-200 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-200 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-200 label,body.pojo-a11y-resize-font-200 input,body.pojo-a11y-resize-font-200 select,body.pojo-a11y-resize-font-200 textarea,body.pojo-a11y-resize-font-200 legend,body.pojo-a11y-resize-font-200 code,body.pojo-a11y-resize-font-200 pre,body.pojo-a11y-resize-font-200 dd,body.pojo-a11y-resize-font-200 dt,body.pojo-a11y-resize-font-200 span,body.pojo-a11y-resize-font-200 blockquote{font-size:200% !important}body.pojo-a11y-resize-font-200 h1,body.pojo-a11y-resize-font-200 h2,body.pojo-a11y-resize-font-200 h3,body.pojo-a11y-resize-font-200 h4,body.pojo-a11y-resize-font-200 h5,body.pojo-a11y-resize-font-200 h6,body.pojo-a11y-resize-font-200 h1 span,body.pojo-a11y-resize-font-200 h2 span,body.pojo-a11y-resize-font-200 h3 span,body.pojo-a11y-resize-font-200 h4 span,body.pojo-a11y-resize-font-200 h5 span,body.pojo-a11y-resize-font-200 h6 span{font-size:266% !important}body.pojo-a11y-resize-font-190,body.pojo-a11y-resize-font-190 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-190 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-190 label,body.pojo-a11y-resize-font-190 input,body.pojo-a11y-resize-font-190 select,body.pojo-a11y-resize-font-190 textarea,body.pojo-a11y-resize-font-190 legend,body.pojo-a11y-resize-font-190 code,body.pojo-a11y-resize-font-190 pre,body.pojo-a11y-resize-font-190 dd,body.pojo-a11y-resize-font-190 dt,body.pojo-a11y-resize-font-190 span,body.pojo-a11y-resize-font-190 blockquote{font-size:190% !important}body.pojo-a11y-resize-font-190 h1,body.pojo-a11y-resize-font-190 h2,body.pojo-a11y-resize-font-190 h3,body.pojo-a11y-resize-font-190 h4,body.pojo-a11y-resize-font-190 h5,body.pojo-a11y-resize-font-190 h6,body.pojo-a11y-resize-font-190 h1 span,body.pojo-a11y-resize-font-190 h2 span,body.pojo-a11y-resize-font-190 h3 span,body.pojo-a11y-resize-font-190 h4 span,body.pojo-a11y-resize-font-190 h5 span,body.pojo-a11y-resize-font-190 h6 span{font-size:252.70000000000002% !important}body.pojo-a11y-resize-font-180,body.pojo-a11y-resize-font-180 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-180 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-180 label,body.pojo-a11y-resize-font-180 input,body.pojo-a11y-resize-font-180 select,body.pojo-a11y-resize-font-180 textarea,body.pojo-a11y-resize-font-180 legend,body.pojo-a11y-resize-font-180 code,body.pojo-a11y-resize-font-180 pre,body.pojo-a11y-resize-font-180 dd,body.pojo-a11y-resize-font-180 dt,body.pojo-a11y-resize-font-180 span,body.pojo-a11y-resize-font-180 blockquote{font-size:180% !important}body.pojo-a11y-resize-font-180 h1,body.pojo-a11y-resize-font-180 h2,body.pojo-a11y-resize-font-180 h3,body.pojo-a11y-resize-font-180 h4,body.pojo-a11y-resize-font-180 h5,body.pojo-a11y-resize-font-180 h6,body.pojo-a11y-resize-font-180 h1 span,body.pojo-a11y-resize-font-180 h2 span,body.pojo-a11y-resize-font-180 h3 span,body.pojo-a11y-resize-font-180 h4 span,body.pojo-a11y-resize-font-180 h5 span,body.pojo-a11y-resize-font-180 h6 span{font-size:239.4% !important}body.pojo-a11y-resize-font-170,body.pojo-a11y-resize-font-170 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-170 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-170 label,body.pojo-a11y-resize-font-170 input,body.pojo-a11y-resize-font-170 select,body.pojo-a11y-resize-font-170 textarea,body.pojo-a11y-resize-font-170 legend,body.pojo-a11y-resize-font-170 code,body.pojo-a11y-resize-font-170 pre,body.pojo-a11y-resize-font-170 dd,body.pojo-a11y-resize-font-170 dt,body.pojo-a11y-resize-font-170 span,body.pojo-a11y-resize-font-170 blockquote{font-size:170% !important}body.pojo-a11y-resize-font-170 h1,body.pojo-a11y-resize-font-170 h2,body.pojo-a11y-resize-font-170 h3,body.pojo-a11y-resize-font-170 h4,body.pojo-a11y-resize-font-170 h5,body.pojo-a11y-resize-font-170 h6,body.pojo-a11y-resize-font-170 h1 span,body.pojo-a11y-resize-font-170 h2 span,body.pojo-a11y-resize-font-170 h3 span,body.pojo-a11y-resize-font-170 h4 span,body.pojo-a11y-resize-font-170 h5 span,body.pojo-a11y-resize-font-170 h6 span{font-size:226.10000000000002% !important}body.pojo-a11y-resize-font-160,body.pojo-a11y-resize-font-160 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-160 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-160 label,body.pojo-a11y-resize-font-160 input,body.pojo-a11y-resize-font-160 select,body.pojo-a11y-resize-font-160 textarea,body.pojo-a11y-resize-font-160 legend,body.pojo-a11y-resize-font-160 code,body.pojo-a11y-resize-font-160 pre,body.pojo-a11y-resize-font-160 dd,body.pojo-a11y-resize-font-160 dt,body.pojo-a11y-resize-font-160 span,body.pojo-a11y-resize-font-160 blockquote{font-size:160% !important}body.pojo-a11y-resize-font-160 h1,body.pojo-a11y-resize-font-160 h2,body.pojo-a11y-resize-font-160 h3,body.pojo-a11y-resize-font-160 h4,body.pojo-a11y-resize-font-160 h5,body.pojo-a11y-resize-font-160 h6,body.pojo-a11y-resize-font-160 h1 span,body.pojo-a11y-resize-font-160 h2 span,body.pojo-a11y-resize-font-160 h3 span,body.pojo-a11y-resize-font-160 h4 span,body.pojo-a11y-resize-font-160 h5 span,body.pojo-a11y-resize-font-160 h6 span{font-size:212.8% !important}body.pojo-a11y-resize-font-150,body.pojo-a11y-resize-font-150 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-150 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-150 label,body.pojo-a11y-resize-font-150 input,body.pojo-a11y-resize-font-150 select,body.pojo-a11y-resize-font-150 textarea,body.pojo-a11y-resize-font-150 legend,body.pojo-a11y-resize-font-150 code,body.pojo-a11y-resize-font-150 pre,body.pojo-a11y-resize-font-150 dd,body.pojo-a11y-resize-font-150 dt,body.pojo-a11y-resize-font-150 span,body.pojo-a11y-resize-font-150 blockquote{font-size:150% !important}body.pojo-a11y-resize-font-150 h1,body.pojo-a11y-resize-font-150 h2,body.pojo-a11y-resize-font-150 h3,body.pojo-a11y-resize-font-150 h4,body.pojo-a11y-resize-font-150 h5,body.pojo-a11y-resize-font-150 h6,body.pojo-a11y-resize-font-150 h1 span,body.pojo-a11y-resize-font-150 h2 span,body.pojo-a11y-resize-font-150 h3 span,body.pojo-a11y-resize-font-150 h4 span,body.pojo-a11y-resize-font-150 h5 span,body.pojo-a11y-resize-font-150 h6 span{font-size:199.5% !important}body.pojo-a11y-resize-font-140,body.pojo-a11y-resize-font-140 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-140 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-140 label,body.pojo-a11y-resize-font-140 input,body.pojo-a11y-resize-font-140 select,body.pojo-a11y-resize-font-140 textarea,body.pojo-a11y-resize-font-140 legend,body.pojo-a11y-resize-font-140 code,body.pojo-a11y-resize-font-140 pre,body.pojo-a11y-resize-font-140 dd,body.pojo-a11y-resize-font-140 dt,body.pojo-a11y-resize-font-140 span,body.pojo-a11y-resize-font-140 blockquote{font-size:140% !important}body.pojo-a11y-resize-font-140 h1,body.pojo-a11y-resize-font-140 h2,body.pojo-a11y-resize-font-140 h3,body.pojo-a11y-resize-font-140 h4,body.pojo-a11y-resize-font-140 h5,body.pojo-a11y-resize-font-140 h6,body.pojo-a11y-resize-font-140 h1 span,body.pojo-a11y-resize-font-140 h2 span,body.pojo-a11y-resize-font-140 h3 span,body.pojo-a11y-resize-font-140 h4 span,body.pojo-a11y-resize-font-140 h5 span,body.pojo-a11y-resize-font-140 h6 span{font-size:186.20000000000002% !important}body.pojo-a11y-resize-font-130,body.pojo-a11y-resize-font-130 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-130 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-130 label,body.pojo-a11y-resize-font-130 input,body.pojo-a11y-resize-font-130 select,body.pojo-a11y-resize-font-130 textarea,body.pojo-a11y-resize-font-130 legend,body.pojo-a11y-resize-font-130 code,body.pojo-a11y-resize-font-130 pre,body.pojo-a11y-resize-font-130 dd,body.pojo-a11y-resize-font-130 dt,body.pojo-a11y-resize-font-130 span,body.pojo-a11y-resize-font-130 blockquote{font-size:130% !important}body.pojo-a11y-resize-font-130 h1,body.pojo-a11y-resize-font-130 h2,body.pojo-a11y-resize-font-130 h3,body.pojo-a11y-resize-font-130 h4,body.pojo-a11y-resize-font-130 h5,body.pojo-a11y-resize-font-130 h6,body.pojo-a11y-resize-font-130 h1 span,body.pojo-a11y-resize-font-130 h2 span,body.pojo-a11y-resize-font-130 h3 span,body.pojo-a11y-resize-font-130 h4 span,body.pojo-a11y-resize-font-130 h5 span,body.pojo-a11y-resize-font-130 h6 span{font-size:172.9% !important}body.pojo-a11y-resize-font-120,body.pojo-a11y-resize-font-120 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-120 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-120 label,body.pojo-a11y-resize-font-120 input,body.pojo-a11y-resize-font-120 select,body.pojo-a11y-resize-font-120 textarea,body.pojo-a11y-resize-font-120 legend,body.pojo-a11y-resize-font-120 code,body.pojo-a11y-resize-font-120 pre,body.pojo-a11y-resize-font-120 dd,body.pojo-a11y-resize-font-120 dt,body.pojo-a11y-resize-font-120 span,body.pojo-a11y-resize-font-120 blockquote{font-size:120% !important}body.pojo-a11y-resize-font-120 h1,body.pojo-a11y-resize-font-120 h2,body.pojo-a11y-resize-font-120 h3,body.pojo-a11y-resize-font-120 h4,body.pojo-a11y-resize-font-120 h5,body.pojo-a11y-resize-font-120 h6,body.pojo-a11y-resize-font-120 h1 span,body.pojo-a11y-resize-font-120 h2 span,body.pojo-a11y-resize-font-120 h3 span,body.pojo-a11y-resize-font-120 h4 span,body.pojo-a11y-resize-font-120 h5 span,body.pojo-a11y-resize-font-120 h6 span{font-size:159.60000000000002% !important}body.pojo-a11y-links-underline a,body.pojo-a11y-links-underline a *{text-decoration:underline !important}body.pojo-a11y-readable-font,body.pojo-a11y-readable-font *:not(i):not(span){font-family:Verdana,Arial,Helvetica,sans-serif !important}.pojo-skip-link{position:absolute;top:-1000em}.pojo-skip-link:focus{left:50px;top:50px;height:auto;width:200px;display:block;font-size:14px;font-weight:700;text-align:center;padding:15px 23px 14px;background-color:#F1F1F1;color:#21759B;z-index:100000;line-height:normal;text-decoration:none;box-shadow:0 0 2px 2px rgba(0,0,0,0.6)}body.rtl .pojo-skip-link:focus{right:50px;left:auto}#pojo-a11y-toolbar *,#pojo-a11y-toolbar ::before,#pojo-a11y-toolbar ::after{box-sizing:border-box}.pojo-a11y-visible-phone{display:none !important}.pojo-a11y-visible-tablet{display:none !important}.pojo-a11y-hidden-desktop{display:none !important}.pojo-a11y-visible-desktop{display:inherit !important}@media (min-width:768px) and (max-width:1024px){.pojo-a11y-hidden-desktop{display:inherit !important}.pojo-a11y-visible-desktop{display:none !important}.pojo-a11y-visible-tablet{display:inherit !important}.pojo-a11y-hidden-tablet{display:none !important}}@media (max-width:767px){.pojo-a11y-hidden-desktop{display:inherit !important}.pojo-a11y-visible-desktop{display:none !important}.pojo-a11y-visible-phone{display:inherit !important}.pojo-a11y-hidden-phone{display:none !important}}.pojo-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}