@font-face {
    font-family: 'Flexo Thin Italic';
    src: url('../fonts/fixed/flexo-thinit-webfont.woff2') format('woff2'), url('../fonts/fixed/flexo-thinit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Flexo Regular';
    src: url('../fonts/fixed/flexo-regular-webfont.woff2') format('woff2'), url('../fonts/fixed/flexo-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Flexo Medium';
    src: url('../fonts/fixed/flexo-medium-webfont.woff2') format('woff2'), url('../fonts/fixed/flexo-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Flexo Italic';
    src: url('../fonts/fixed/flexo-it-webfont.woff2') format('woff2'), url('../fonts/fixed/flexo-it-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Flexo Heavy';
    src: url('../fonts/fixed/flexo-heavy-webfont.woff2') format('woff2'), url('../fonts/fixed/flexo-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Flexo Heavy Italic';
    src: url('../fonts/fixed/flexo-heavyit-webfont.woff2') format('woff2'), url('../fonts/fixed/flexo-heavyit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Flexo Bold';
    src: url('../fonts/fixed/flexo-bold-webfont.woff2') format('woff2'), url('../fonts/fixed/flexo-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Flexo Black';
    src: url('../fonts/fixed/flexo-black-webfont.woff2') format('woff2'), url('../fonts/fixed/flexo-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@keyframes jump {
    0% {
    top: 0;
}
50% {
    top: 25px;
}
100% {
    top: 0;
}
}@keyframes pulsate {
    0% {
    opacity: 1.0;
}
50% {
    opacity: 0.5;
}
100% {
    opacity: 1.0;
}
}@keyframes sonar-effect {
    0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
100% {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0;
}
}@keyframes sonar-effect2 {
    0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
}
}body {
    font-family: 'Flexo Regular', sans-serif;
    color: #59595b;
}
a {
    color: #0097a2;
}
a:hover, a:focus {
    color: #0097a2;
}
@media (min-width:1460px) {
    .container {
    max-width: 1400px;
}
}@media (min-width:1200px) {
    .container.container--small {
    max-width: 1050px;
}
}@media (min-width:1460px) {
    .container.container--1200 {
    max-width: 1200px;
}
}@media (min-width:120px) {
    .container.container--1000 {
    max-width: 1000px;
}
}.container-fluid {
    padding-left: 10px;
    padding-right: 10px;
}
@media (min-width:1200px) {
    .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
}
}.svg--hide {
    position: absolute;
    width: 0;
    height: 0;
}
.mb-10 {
    margin-bottom: 10rem !important;
}
.pr-navbar {
    padding: 13px 0 0 0;
    z-index: 1;
}
.pr-navbar .navbar-toggler {
    outline: none;
}
.pr-navbar .nav-link {
    font-family: 'Flexo Heavy';
    font-size: 20px;
    color: #fff;
    outline: 0;
}
@media (min-width:1200px) {
    .pr-navbar .nav-link {
    text-align: center;
}
}.pr-navbar .navbar-toggler {
    padding: 0;
    font-size: initial;
    border: 0;
}
.pr-navbar .navbar-toggler-icon {
    background-image: url('img/components/menu--light.svg');
    width: 30px;
}
.pr-navbar .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.pr-navbar .navbar-brand img {
    max-width: 120px;
}
@media (min-width:1200px) {
    .pr-navbar {
    padding-top: 14px;
}
.pr-navbar .navbar-brand img {
    max-width: 180px;
}
.pr-navbar .navbar-nav .nav-link {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
}
.pr-navbar .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
}
.pr-navbar .navbar-nav .nav-item:last-child .nav-link.pr-btn--menu {
    padding-right: 20px;
}
}@media (min-width:1300px) {
    .pr-navbar .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px;
}
}@media (min-width:1400px) {
    .pr-navbar .navbar-nav .nav-link {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}
}@media (min-width:1560px) {
    .pr-navbar .navbar-nav .nav-link {
    font-size: 16px;
}
}.pr-navbar.pr-navbar--light .nav-link {
    color: #59595b;
}
.pr-navbar.pr-navbar--light .nav-link.pr-btn--menu {
    color: #fff;
}
.pr-navbar.pr-navbar--light.fixed-header:not(.mobile-open) .nav-link {
    color: #fff;
}
.pr-navbar.pr-navbar--light.fixed-header:not(.mobile-open) .pr-logo--dark {
    display: none;
}
.pr-navbar.pr-navbar--light.fixed-header:not(.mobile-open) .pr-logo--light {
    display: inline;
}
.pr-navbar.pr-navbar--light.fixed-header:not(.mobile-open).pr-navbar--mega .nav-link {
    color: #59595b;
}
.pr-navbar.pr-navbar--light.fixed-header:not(.mobile-open).pr-navbar--mega .nav-link.pr-dropdown-toggle:hover, .pr-navbar.pr-navbar--light.fixed-header:not(.mobile-open).pr-navbar--mega .nav-link.active-menu-item {
    color: #0097a2;
}
.pr-navbar.pr-navbar--light.fixed-header:not(.mobile-open).pr-navbar--mega .pr-logo--dark {
    display: inline;
}
.pr-navbar.pr-navbar--light.fixed-header:not(.mobile-open).pr-navbar--mega .pr-logo--light {
    display: none;
}
.pr-navbar.pr-navbar--light .pr-logo--dark {
    display: inline;
}
.pr-navbar.pr-navbar--light .pr-logo--light {
    display: none;
}
.pr-navbar.pr-navbar--light .navbar-toggler-icon {
    background-image: url('img/components/menu--dark.svg');
}
.pr-navbar .pr-logo--dark {
    display: none;
}
.pr-navbar .navbar-toggler-icon--close {
    display: none;
}
.pr-navbar .pr-navbar-socials {
    display: none;
}
.pr-navbar.mobile-open {
    background-color: transparent;
    padding-top: 0;
    z-index: 9999;
}
.pr-navbar.mobile-open.overflow-scroll {
    overflow-y: scroll;
}
.pr-navbar.mobile-open>.container-fluid:first-child {
    background: #fff;
    padding-top: 1rem;
}
.pr-navbar.mobile-open .navbar-toggler-icon--open {
    display: none;
}
.pr-navbar.mobile-open .pr-navbar-socials {
    display: none;
}
.pr-navbar.mobile-open .pr-btn {
    padding: 8px 0;
    background: initial;
}
.pr-navbar.mobile-open .bold-one .dropdown-item {
    font-family: 'Flexo Black', sans-serif;
    position: relative;
    display: inline;
}
.pr-navbar.mobile-open .bold-one .dropdown-item::after {
    content: "›";
    height: 0;
    width: 0;
    position: absolute;
    top: 2px;
    right: 18px;
    margin-top: -2px;
    pointer-events: none;
}
.pr-navbar.mobile-open.fixed-header::after {
    margin-top: -17px;
}
.pr-navbar.mobile-open::after {
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    top: 100%;
    left: -1px;
    bottom: 0px;
    background-size: contain;
    height: 400px;
    margin-top: -1px;
    background-repeat: no-repeat;
    position: absolute;
    background-image: url("data:image/svg+xml, %3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0,  SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Vrstva_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='345px' height='73.594px' viewBox='0 0 345 73.594' enable-background='new 0 0 345 73.594' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M0, 73.594C46.799, 56.93, 170.499, 17.873, 345, 0.077V0H0V73.594z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.pr-navbar.mobile-open .navbar-toggler-icon--close {
    display: inline-block;
    background-image: url('img/components/menu--close.svg');
    margin-top: -20px;
    position: relative;
}
.pr-navbar.mobile-open .navbar-toggler-icon--close::after {
    position: absolute;
    left: -65px;
    line-height: 30px;
    text-transform: uppercase;
    content: 'Zavřít'}
.pr-navbar.mobile-open .nav-item .nav-link {
    padding: 2px 0 0 2px;
}
.pr-navbar.mobile-open .nav-item.show .nav-link {
    padding: 2px;
}
.pr-navbar.mobile-open .nav-item.show .nav-link .dropdown-item {
    color: #58585a;
}
.pr-navbar.mobile-open .nav-item.show .nav-link .dropdown-item.active, .pr-navbar.mobile-open .nav-item.show .nav-link .dropdown-item:active {
    background-color: inherit;
    color: inherit;
}
.pr-navbar.mobile-open .nav-item.show .nav-link .dropdown-item:hover, .pr-navbar.mobile-open .nav-item.show .nav-link .dropdown-item:focus {
    color: #0097a2;
}
.pr-navbar.mobile-open .nav-item.show .pr-dropdown-toggle::after {
    display: inline-block;
}
.pr-navbar.mobile-open .navbar-brand {
    padding-bottom: 20px;
}
.pr-navbar.mobile-open .nav-link {
    color: #514d4b;
    position: relative;
}
.pr-navbar.mobile-open .dropdown-menu {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}
.pr-navbar.mobile-open .dropdown-menu .nav-item {
    border: 0;
}
.pr-navbar.mobile-open .dropdown-menu .dropdown-item {
    padding-left: 0;
    text-transform: initial;
    white-space: break-spaces;
}
.pr-navbar.mobile-open .pr-dropdown-toggle::after {
    display: none;
    position: absolute;
    right: 0;
    top: 20px;
}
.pr-navbar.mobile-open .pr-logo--dark {
    display: inline;
}
.pr-navbar.mobile-open .pr-logo--light {
    display: none;
}
.pr-navbar .pr-navbar-socials--mega {
    display: none;
}
.fixed-header {
    background-color: gray;
    padding-bottom: 1rem;
    z-index: 999;
    position: fixed;
}
@media (min-width:1200px) {
    .fixed-header {
    padding-bottom: 14px;
}
}.pr-hero {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 5rem;
}
.pr-hero .pr-hero__heading {
    font-family: 'Flexo Black', sans-serif;
    font-size: 40px;
    line-height: 41px;
    margin-bottom: 12px;
}
.pr-hero .pr-hero__heading.pr-hero__heading--multicolored span {
    color: #0097a2;
    display: block;
}
.pr-hero .pr-hero__text {
    font-family: 'Flexo Thin Italic', sans-serif;
    font-size: 20px;
    line-height: 21px;
    margin-bottom: 24px;
    margin-top: 5rem;
}
.pr-hero .pr-hero__socials {
    position: absolute;
    right: 64px;
    bottom: 38px;
}
.pr-hero .pr-hero__socials a {
    color: #fff;
    display: inline-block;
    margin-right: 18px;
    font-size: 30px;
}
.pr-hero .pr-hero__socials a:last-child {
    margin-right: 0;
}
.pr-hero .pr-hero__socials a:hover, .pr-hero .pr-hero__socials a:focus {
    color: #0097a2;
}
.pr-hero .pr-hero__scroll {
    position: absolute;
    text-transform: uppercase;
    font-family: 'Flexo Medium';
    bottom: 0;
    left: calc(50% - 2px);
}
.pr-hero .pr-hero__scroll::before {
    height: 70px;
    width: 4px;
    content: '';
    display: block;
    background: #fff;
    margin: 0 auto;
    bottom: 0;
}
.pr-hero .pr-hero__scroll::after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    content: 'Scroll';
    top: -125px;
    left: calc(50% - 24px);
    -webkit-animation: pulsate 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 1;
}
.pr-hero .pr-hero__scroll::before, .pr-hero .pr-hero__scroll::after {
    display: block;
    position: absolute;
}
.pr-hero .pr-hero__scroll_after {
    position: absolute;
    bottom: -70px;
    left: calc(50% - 8px);
}
.pr-hero .pr-hero__scroll_after::before {
    height: 54px;
    width: 4px;
    content: '';
    display: block;
    background: #0097a2;
    margin: 0 auto;
    top: 0;
}
.pr-hero .pr-hero__scroll_after::after {
    height: 16px;
    width: 16px;
    border-radius: 100%;
    content: '';
    display: block;
    background: #0097a2;
    margin: 0 auto;
    top: 0;
}
@media (min-width:1200px) {
    .pr-hero {
    background-position: center center;
}
.pr-hero .container {
    max-width: 940px;
}
.pr-hero .pr-hero__heading {
    font-size: 100px;
    line-height: 91px;
    margin-bottom: 40px;
}
.pr-hero .pr-hero__text {
    font-size: 48px;
    line-height: 51px;
    margin-bottom: 48px;
}
.pr-hero .pr-hero__text.pr-hero__text--small {
    font-size: 40px;
}
.pr-hero.pr-hero--module .pr-hero__heading {
    width: 920px;
    margin-left: auto;
    margin-right: auto;
}
}@media (min-width:1400px) {
    .pr-hero.pr-hero--wide .container {
    max-width: 1370px;
}
.pr-hero.pr-hero--wide--1200 .container {
    max-width: 1200px;
}
}.pr-btn {
    font-family: 'Flexo Heavy', sans-serif;
    font-size: 15px;
    color: #fff;
    background-color: #0097a2;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 20px;
    border-radius: 30px;
    display: inline-block;
    z-index: 1;
    position: relative;
    transition: background-color 1s ease;
}
@media (min-width:1200px) {
    .pr-btn {
    font-size: 25px;
    padding: 20px 42px;
    border-radius: 50px;
}
}.pr-btn:hover, .pr-btn:focus, .pr-btn:active {
    background-color: #307BBF;
    color: #fff;
    text-decoration: none;
}
.pr-btn.pr-btn--menu {
    padding: .5rem 1rem;
}
.pr-btn:focus {
    color: #fff;
}
.pr-btn-small {
    padding: 5px 15px;
    font-size: 15px;
    border: none;
}
.pr-cta-box {
    background-color: #5a595a;
    color: #fff;
    padding: 36px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.pr-cta-box .pr-cta-box__text, .pr-cta-box .pr-cta-box__link {
    font-family: 'Flexo Heavy', sans-serif;
}
.pr-cta-box .pr-cta-box__text {
    align-self: flex-start;
    font-size: 20px;
    line-height: 28px;
}
.pr-cta-box .pr-cta-box__inner {
    max-width: 320px;
    z-index: 1;
}
.pr-cta-box .pr-cta-box__link {
    color: #fff;
    align-self: flex-end;
    font-size: 18px;
    text-decoration: underline;
    text-transform: uppercase;
}
.pr-cta-box .pr-cta-box__link:hover, .pr-cta-box .pr-cta-box__link:active {
    color: #0097a2;
}
.pr-cta-box .first_box_link:hover, .pr-cta-box .first_box_link:active {
    color: #59595b;
}
.pr-cta-box .other_box_link:hover, .pr-cta-box .other_box_link:active {
    color: #0097a2;
}
.pr-cta-box.pr-cta-box--green {
    background-color: #0097a2;
}
.pr-cta-box.pr-cta-box--green.pr-cta-box--with-image::after {
    background-color: rgba(47, 176, 147, 0.7);
}
.pr-cta-box.pr-cta-box--with-image {
    background-size: cover;
    background-repeat: no-repeat;
}
.pr-cta-box.pr-cta-box--with-image::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
@media (min-width:768px) {
    .pr-cta-box.pr-cta-box--partner .pr-cta-box__inner {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    flex-direction: column;
    margin-left: 200px;
    text-align: right;
}
.pr-cta-box.pr-cta-box--partner .pr-cta-box__text {
    align-self: flex-end;
    text-align: right;
}
.pr-cta-box.pr-cta-box--partner.pr-cta-box--with-shape.pr-cta-box--with-image::after {
    width: 440px;
    right: 0;
    left: auto;
    transform: rotateY(180deg);
}
}@media (min-width:992px) {
    .pr-cta-box.pr-cta-box--partner {
    width: 870px;
    height: 450px;
}
.pr-cta-box.pr-cta-box--partner .pr-cta-box__inner {
    margin-left: 380px;
    max-width: 100%}
.pr-cta-box.pr-cta-box--partner .pr-cta-box__text {
    font-size: 40px;
    line-height: 50px;
}
.pr-cta-box.pr-cta-box--partner .pr-cta-box__link {
    font-size: 35px;
}
}@media (min-width:1200px) {
    .pr-cta-box.pr-cta-box--partner {
    width: 1110px;
    height: 550px;
}
.pr-cta-box.pr-cta-box--partner .pr-cta-box__inner {
    max-width: 100%;
    margin-left: 500px;
}
.pr-cta-box.pr-cta-box--partner.pr-cta-box--with-shape.pr-cta-box--with-image::after {
    width: 628px;
}
.pr-cta-box.pr-cta-box--partner .pr-cta-box__text {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 80px;
}
.pr-cta-box.pr-cta-box--partner .pr-cta-box__link {
    font-size: 42px;
}
}@media (min-width:1480px) {
    .pr-cta-box.pr-cta-box--partner {
    width: 1370px;
    height: 650px;
}
.pr-cta-box.pr-cta-box--partner .pr-cta-box__inner {
    max-width: 100%;
    margin-left: 700px;
}
.pr-cta-box.pr-cta-box--partner.pr-cta-box--with-shape.pr-cta-box--with-image::after {
    width: 928px;
}
.pr-cta-box.pr-cta-box--partner .pr-cta-box__text {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 90px;
}
.pr-cta-box.pr-cta-box--partner .pr-cta-box__link {
    font-size: 52px;
}
}@media (min-width:768px) {
    .pr-cta-box {
    width: 570px;
    height: 330px;
}
.pr-cta-box .pr-cta-box__text {
    font-size: 30px;
    line-height: 40px;
}
.pr-cta-box .pr-cta-box__link {
    font-size: 25px;
}
.pr-cta-box.pr-cta-box--with-shape {
    position: relative;
}
.pr-cta-box.pr-cta-box--with-shape::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 210px;
    height: 100%;
    background-color: #e7e8ee;
}
.pr-cta-box.pr-cta-box--with-shape.pr-cta-box--with-image::after {
    width: 428px;
    left: 0;
    right: auto;
    background-color: rgba(0, 0, 0, 0.7);
}
.pr-cta-box.pr-cta-box--with-shape.pr-cta-box--with-image.pr-cta-box--green::after {
    background-color: rgba(47, 176, 147, 0.7);
}
.pr-cta-box.pr-cta-box--dark-shape:after {
    background-color: #5a595a;
}
}@media (min-width:992px) and (max-width:1199px) {
    .pr-cta-box {
    width: 450px;
}
}@media (min-width:1200px) and (max-width:1459px) {
    .pr-cta-box {
    width: 540px;
}
}.cursor-pointer {
    cursor: pointer;
}
.pr-header {
    text-align: center;
    padding: 24px 10px;
}
.pr-header .pr-header__heading {
    font-size: 17px;
    line-height: 30px;
    font-family: 'Flexo Heavy';
    text-transform: uppercase;
    margin: 0 auto;
    color: #0097a2;
    margin-top: 40px;
}
.pr-header .pr-header__heading.pr-header__heading--green .pr-header__sub-heading {
    color: #0097a2;
}
.pr-header .pr-header__sub-heading {
    font-size: 25px;
    display: block;
    text-transform: initial;
    color: #59595b;
}
.pr-header .pr-header__text {
    font-family: 'Flexo Regular';
    font-size: 20px;
    line-height: 25px;
    margin: 0 auto;
}
@media (min-width:992px) {
    .pr-header {
    padding: 40px 0;
}
.pr-header .pr-header__heading {
    font-size: 25px;
    line-height: 50px;
}
.pr-header .pr-header__heading.pr-header__heading--narrow {
    max-width: 700px;
}
.pr-header .pr-header__sub-heading {
    font-size: 50px;
}
.pr-header .pr-header__text {
    font-size: 33px;
    line-height: 43px;
    margin-top: 14px;
}
}@media (min-width:1200px) {
    .pr-header .pr-header__text {
    max-width: 1100px;
}
.pr-header .pr-header__heading {
    max-width: 1200px;
}
}.pr-header.pr-header--dark-bg .pr-header__heading, .pr-header.pr-header--dark-bg .pr-header__sub-heading, .pr-header.pr-header--dark-bg .pr-header__text {
    color: #fff;
}
.pr-header.pr-header--darker .pr-header__sub-heading, .pr-header.pr-header--darker .pr-header__text {
    color: #514d4b;
}
.pr-logos .pr-logos__logo {
    margin-bottom: 24px;
}
.pr-logos .pr-logos__image {
    max-height: 37px;
    filter: grayscale(1);
}
@media (min-width:992px) {
    .pr-logos .col-lg-5cols {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%}
.pr-logos .pr-logos__image {
    max-height: 75px;
}
.pr-logos .pr-logos__logo {
    margin-bottom: 36px;
}
}.pr-blockquote {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Flexo Bold';
    color: #0097a2;
    border-left: 5px solid #0097a2;
    padding: 14px 24px;
}
@media (min-width:992px) {
    .pr-blockquote {
    font-size: 25px;
    padding: 20px 32px;
    line-height: 35px;
    border-left: 10px solid #0097a2;
}
}.pr-circle-card {
    margin: 0 10px 65px 10px;
    filter: drop-shadow(2px 2px 5px rgba(29, 30, 28, 0.45));
    margin-bottom: 100px;
}
.pr-circle-card .pr-circle-card__image {
    margin: 0 auto;
    width: 166px;
    height: 166px;
    clip-path: circle(50% at 50% 50%);
}
.pr-circle-card .pr-circle-card__logo {
    margin-bottom: 16px;
    max-height: 44px;
}
.pr-circle-card .pr-circle-card__heading {
    font-family: 'Flexo Heavy';
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #0097a2;
}
.pr-circle-card .pr-circle-card__heading span {
    text-transform: initial;
    display: block;
    font-size: 15px;
}
.pr-circle-card .pr-circle-card__heading.pr-circle-card__heading--grey {
    color: #59595b;
}
.pr-circle-card .pr-circle-card__heading.pr-circle-card_heading-uppercase span {
    text-transform: uppercase;
    font-size: inherit;
}
.pr-circle-card .pr-circle-card__footer {
    font-family: 'Flexo Heavy Italic', sans-serif;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 34px;
}
.pr-circle-card .pr-circle-card__footer a {
    color: #0097a2;
    display: block;
    text-transform: initial;
}
.pr-circle-card .pr-circle-card__content {
    position: relative;
    background-color: #fff;
    color: #59595b;
    top: 65px;
    padding: 25px 15px 15px;
    margin-top: -50px;
}
.pr-circle-card .pr-circle-card__content p, .pr-circle-card .pr-circle-card__content blockquote {
    font-family: 'Flexo Italic', sans-serif;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 34px;
}
.pr-circle-card .pr-circle-card__content blockquote {
    font-family: 'Flexo Heavy Italic', sans-serif;
    color: #0097a2;
}
.pr-circle-card .pr-circle-card__clipper {
    position: relative;
    top: -50px;
    width: 100%}
.pr-circle-card .pr-circle-card__clipper--start, .pr-circle-card .pr-circle-card__clipper--center, .pr-circle-card .pr-circle-card__clipper--end {
    position: absolute;
    height: 66px;
    top: 0;
}
.pr-circle-card .pr-circle-card__clipper--start, .pr-circle-card .pr-circle-card__clipper--end {
    width: calc(50% - 90px);
    background: #fff;
}
.pr-circle-card .pr-circle-card__clipper--center {
    width: 181px;
    left: 50%;
    margin-left: -90px;
    background-color: #fff;
}
.pr-circle-card .pr-circle-card__clipper--start {
    left: 0;
}
.pr-circle-card .pr-circle-card__clipper--end {
    right: 0;
}
@media (min-width:992px) {
    .pr-circle-card {
    display: flex;
    max-width: 800px;
    margin: 0 auto;
    min-height: 376px;
    position: relative;
    margin-bottom: 18px;
}
.pr-circle-card .pr-circle-card__image {
    width: 262px;
    height: 262px;
    align-self: center;
    margin: 0;
}
.pr-circle-card .pr-circle-card__clipper {
    width: 134px;
    height: 100%;
    top: 0;
    left: 151px;
    position: absolute;
}
.pr-circle-card .pr-circle-card__logo {
    margin-bottom: 28px;
    max-height: 64px;
}
.pr-circle-card .pr-circle-card__clipper--start, .pr-circle-card .pr-circle-card__clipper--end {
    height: calc(50% - 150px);
    width: 134px;
    background: #fff;
}
.pr-circle-card .pr-circle-card__clipper--start {
    top: 0;
}
.pr-circle-card .pr-circle-card__clipper--center {
    height: 301px;
    width: 134px;
    right: 0;
    left: auto;
    top: calc(50% - 150px);
}
.pr-circle-card .pr-circle-card__clipper--end {
    bottom: 0;
    top: auto;
}
.pr-circle-card .pr-circle-card__content {
    width: 516px;
    margin-top: 0;
    top: 0;
    padding: 68px 68px;
    margin-left: 22px;
}
.pr-circle-card .pr-circle-card__content p, .pr-circle-card .pr-circle-card__content blockquote {
    font-size: 18px;
    line-height: 24px;
}
.pr-circle-card .pr-circle-card__heading {
    font-size: 35px;
    line-height: 45px;
}
.pr-circle-card .pr-circle-card__heading span {
    font-size: 20px;
}
.pr-circle-card .pr-circle-card__footer {
    font-size: 18px;
    line-height: 24px;
}
}@media (min-width:1400px) {
    .pr-circle-card {
    max-width: 1200px;
    min-height: 564px;
}
.pr-circle-card .pr-circle-card__image {
    width: 394px;
    height: 394px;
}
.pr-circle-card .pr-circle-card__logo {
    margin-bottom: 36px;
    max-height: 94px;
}
.pr-circle-card .pr-circle-card__clipper {
    width: 200px;
    left: 217px;
}
.pr-circle-card .pr-circle-card__clipper--start, .pr-circle-card .pr-circle-card__clipper--end {
    height: calc(50% - 225px);
    width: 200px;
}
.pr-circle-card .pr-circle-card__clipper--center {
    height: 452px;
    width: 200px;
    right: 0;
    left: auto;
    top: calc(50% - 226px);
}
.pr-circle-card .pr-circle-card__content {
    width: 774px;
}
.pr-circle-card .pr-circle-card__content p, .pr-circle-card .pr-circle-card__content blockquote {
    font-size: 20px;
    line-height: 30px;
}
.pr-circle-card .pr-circle-card__footer {
    font-size: 20px;
    line-height: 30px;
}
}.pr-arrow {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 36px;
    border-radius: 50%;
    background: #5a595a;
    font-family: 'Flexo Heavy';
    color: #fff !important;
    cursor: pointer;
}
.pr-arrow.pr-arrow--prev {
    margin-right: 8px;
}
.pr-arrow.pr-arrow--next {
    margin-left: 8px;
}
.pr-arrow:active, .pr-arrow:hover, .pr-arrow:focus {
    color: #0097a2 !important;
    text-decoration: none;
}
@media (min-width:992px) {
    .pr-arrow {
    width: 60px;
    height: 60px;
    line-height: 55px;
    font-size: 50px;
}
}.pr-article-card {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    position: relative;
    max-width: 370px;
    margin: 0 auto 40px;
}
.pr-article-card .pr-article-card__tags {
    position: relative;
}
.pr-article-card .pr-article-card__tags>.pr-article-card__tag {
    position: absolute;
    top: 15px;
    right: 0;
    display: block;
    min-width: 90px;
    height: 30px;
    background-color: #0097a2;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    font-family: 'Flexo Regular';
    text-transform: uppercase;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.pr-article-card .pr-article-card__tags>.pr-article-card__tag:nth-child(2) {
    top: 50px;
}
.pr-article-card .pr-article-card__tags>.pr-article-card__tag:nth-child(3) {
    top: 85px;
}
.pr-article-card .pr-article-card__content {
    padding: 32px 24px 42px;
}
.pr-article-card h3, .pr-article-card a {
    font-size: 18px;
}
.pr-article-card h3 {
    font-family: 'Flexo Black';
    color: #0097a2;
    margin-bottom: 28px;
}
.pr-article-card h3 a {
    color: inherit;
    text-decoration: none;
    text-transform: initial;
}
.pr-article-card p {
    font-family: 'Flexo Regular';
    margin-bottom: 36px;
    font-size: 16px;
}
.pr-article-card a {
    font-family: 'Flexo Heavy';
    color: #5a595a;
    text-transform: uppercase;
    text-decoration: underline;
}
@media (min-width:992px) {
    .pr-article-card h3, .pr-article-card p, .pr-article-card a {
    font-size: 20px;
}
.pr-article-card h3 {
    margin-bottom: 28px;
}
.pr-article-card .pr-article-card__tags>.pr-article-card__tag {
    top: 20px;
    min-width: 120px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
}
.pr-article-card .pr-article-card__tags>.pr-article-card__tag:nth-child(2) {
    top: 80px;
}
.pr-article-card .pr-article-card__tags>.pr-article-card__tag:nth-child(3) {
    top: 140px;
}
.pr-article-card .pr-article-card__image {
    min-height: 190px;
    object-fit: cover;
}
.pr-article-card.pr-article-card--smaller .pr-article-card__tags>.pr-article-card__tag {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    top: 16px;
}
.pr-article-card.pr-article-card--smaller .pr-article-card__tags>.pr-article-card__tag:nth-child(2) {
    top: 57px;
}
.pr-article-card.pr-article-card--smaller .pr-article-card__tags>.pr-article-card__tag:nth-child(3) {
    top: 140px;
}
}@media (min-width:992px) {
    .pr-article-card h3, .pr-article-card p, .pr-article-card a {
    font-size: 20px;
}
.pr-article-card h3 {
    margin-bottom: 28px;
}
.pr-article-card .pr-article-card__tags>.pr-article-card__tag {
    top: 20px;
    min-width: 120px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
}
.pr-article-card .pr-article-card__tags>.pr-article-card__tag:nth-child(2) {
    top: 80px;
}
.pr-article-card .pr-article-card__tags>.pr-article-card__tag:nth-child(3) {
    top: 140px;
}
}.pr-connection-box {
    position: relative;
    margin: 55px auto 60px;
}
.pr-connection-box::before {
    content: '';
    display: block;
    background-color: #e7e8ee;
    width: 100%;
    height: 44px;
    top: -44px;
    left: 0;
}
.pr-connection-box .pr-connection-box__content {
    background-color: #e7e8ee;
    padding: 32px 28px 30px;
}
.pr-connection-box .pr-connection-box__icon {
    position: absolute;
    height: 75px;
    width: 75px;
    background-color: #0097a2;
    clip-path: circle(50% at 50% 50%);
    line-height: 45px;
    text-align: center;
    top: -44px;
    left: 50%;
    margin-left: -38px;
    padding: 15px;
}
.pr-connection-box .pr-connection-box__icon img {
    max-height: 50px;
}
.pr-connection-box.pr-connection-box--extra {
    background-color: #0097a2;
    display: flex;
}
.pr-connection-box.pr-connection-box--extra .pr-connection-box__content {
    background-color: #0097a2;
    color: #fff;
    align-self: center;
}
.pr-connection-box.pr-connection-box--extra h3 {
    color: #fff;
}
.pr-connection-box.pr-connection-box--extra::before {
    display: none;
}
.pr-connection-box h3, .pr-connection-box a {
    font-size: 18px;
}
.pr-connection-box h3 {
    font-family: 'Flexo Black';
    color: #0097a2;
    margin-bottom: 10px;
}
.pr-connection-box p {
    font-family: 'Flexo Regular';
    font-size: 16px;
}
.pr-connection-box a {
    font-family: 'Flexo Heavy';
    color: #5a595a;
    text-transform: uppercase;
    text-decoration: underline;
}
@media (min-width:400px) {
    .pr-connection-box {
    width: 370px;
}
.pr-connection-box::before {
    height: 60px;
    top: -60px;
}
.pr-connection-box .pr-connection-box__icon {
    height: 100px;
    width: 100px;
    line-height: 100px;
    top: -56px;
    left: 50%;
    padding: 0;
    margin-left: -50px;
}
}@media (min-width:992px) {
    .pr-connection-box h3, .pr-connection-box p, .pr-connection-box a {
    font-size: 20px;
}
}@media (min-width:992px) {
    .pr-connection-box h3, .pr-connection-box p, .pr-connection-box a {
    font-size: 20px;
}
}.card-container {
    position: relative;
    width: 300px;
    cursor: pointer;
    background-color: transparent;
    max-width: 300px;
    height: 324px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width:992px) {
    .card-container {
    margin-top: 94px;
}
}@media (min-width:400px) and (max-width:767px) {
    .card-container {
    min-width: 370px;
    height: 400px;
}
}@media (min-width:768px) {
    .card-container {
    width: 300px;
    max-height: 356px;
}
}@media (min-width:1200px) {
    .card-container {
    min-width: 370px;
    min-height: 400px;
}
}@media (max-width:767px) {
    .card-container {
    margin-top: 30px;
}
}.card-container-top {
    margin-top: 0px;
}
.image-card {
    display: block;
    height: auto;
    max-width: 300px;
    object-fit: cover;
    height: 324px;
    background-size: cover;
}
@media (min-width:400px) and (max-width:767px) {
    .image-card {
    height: 400px;
    min-width: 370px;
}
}@media (min-width:768px) {
    .image-card {
    min-width: 300px;
    height: 324px;
}
}@media (min-width:1200px) {
    .image-card {
    min-width: 370px;
    min-height: 400px;
}
}.card-heading {
    margin-top: 24px;
    color: #0097a2;
    font-family: 'Flexo Black', sans-serif;
    font-size: 20px;
    line-height: 30px;
}
@media (max-width:767px) {
    .card-heading {
    margin-top: 0px;
}
}.card-over-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 260px;
    color: white;
    font-size: 35px;
    font-weight: 500;
    font-family: 'Flexo Black', sans-serif;
}
.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0097a2;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}
.card-container:hover .card-overlay {
    height: 100%}
.card-text {
    color: white;
    position: absolute;
    font-size: 18px;
    padding: 30px;
    bottom: 10px;
}
.card-text a {
    color: white;
}
.card-text.special {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card-bottom-text {
    font-family: 'Flexo Heavy', sans-serif;
    text-transform: uppercase;
    text-decoration: underline;
}
.pr-flip-card .pr-flip-card__card {
    cursor: pointer;
    perspective: 1000px;
    background-color: transparent;
    max-width: 300px;
    height: 324px;
    margin-bottom: 40px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}
.pr-flip-card .pr-flip-card__card .pr-flip-card__inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform .8s;
    transform-style: preserve-3d;
}
.pr-flip-card .pr-flip-card__card:hover .pr-flip-card__inner, .pr-flip-card .pr-flip-card__card:focus .pr-flip-card__inner {
    transform: rotateY(180deg);
}
.pr-flip-card .pr-flip-card__card .pr-flip-card__front, .pr-flip-card .pr-flip-card__card .pr-flip-card__back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 28px 38px;
}
.pr-flip-card .pr-flip-card__card .pr-flip-card__front {
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}
.pr-flip-card .pr-flip-card__card .pr-flip-card__front h3 {
    align-self: flex-end;
    text-align: left;
    font-size: 30px;
    line-height: 40px;
    font-family: 'Flexo Black', sans-serif;
}
.pr-flip-card .pr-flip-card__card .pr-flip-card__back {
    background-color: #0097a2;
    color: white;
    display: flex;
    flex-flow: wrap;
    transform: rotateY(180deg);
    text-align: left;
}
.pr-flip-card .pr-flip-card__card .pr-flip-card__back a {
    color: #fff;
    font-family: 'Flexo Heavy', sans-serif;
    text-transform: uppercase;
    text-decoration: underline;
    align-self: flex-end;
    width: 100%}
.pr-flip-card .pr-flip-card__card.pr-flip-card--contact--alternative {
    height: 220px;
}
.pr-flip-card .pr-flip-card__card.pr-flip-card--contact--alternative .pr-flip-card__front {
    background-color: transparent;
}
.pr-flip-card .pr-flip-card__card.pr-flip-card--contact--alternative+.pr-flip-card__after .pr-flip-card--contact__position {
    color: #0097a2;
}
.pr-flip-card .pr-flip-card__card.pr-flip-card--contact--alternative+.pr-flip-card__after p {
    color: #59595b;
}
.pr-flip-card .pr-flip-card__card.pr-flip-card--contact--alternative.pr-flip-card--contact--alternative--leader {
    height: 290px;
    margin-top: 0;
}
.pr-flip-card .pr-flip-card__card.pr-flip-card--contact {
    cursor: initial;
}
.pr-flip-card .pr-flip-card__card.pr-flip-card--contact .pr-flip-card__front {
    background-color: #59595b;
}
.pr-flip-card .pr-flip-card__card.pr-flip-card--contact .pr-flip-card__front.pr-flip-card__front--textual {
    background-color: #0097a2;
    color: #fff;
    padding: 30px;
}
.pr-flip-card .pr-flip-card__card.pr-flip-card--contact .pr-flip-card__front.pr-flip-card__front--textual h3 {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    display: flex;
    align-self: flex-end;
    font-family: 'Flexo Heavy', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
}
.pr-flip-card .pr-flip-card__card.pr-flip-card--contact:hover .pr-flip-card__inner, .pr-flip-card .pr-flip-card__card.pr-flip-card--contact:focus .pr-flip-card__inner {
    transform: rotateY(0deg);
}
.pr-flip-card .pr-flip-card__card.pr-flip-card--academy, .pr-flip-card .pr-flip-card__card.pr-flip-card--contact {
    margin-bottom: 0;
}
.pr-flip-card .pr-flip-card__card.pr-flip-card--academy .pr-flip-card__front, .pr-flip-card .pr-flip-card__card.pr-flip-card--contact .pr-flip-card__front {
    padding: 0;
}
.pr-flip-card .pr-flip-card__card.pr-flip-card--academy .pr-flip-card__front img, .pr-flip-card .pr-flip-card__card.pr-flip-card--contact .pr-flip-card__front img {
    object-fit: cover;
}
.pr-flip-card .pr-flip-card__card.pr-flip-card--academy .pr-flip-card__back p, .pr-flip-card .pr-flip-card__card.pr-flip-card--contact .pr-flip-card__back p {
    display: flex;
    align-self: flex-end;
}
@media (min-width:400px) and (max-width:767px) {
    .pr-flip-card .pr-flip-card__card {
    min-width: 370px;
    height: 400px;
}
}@media (min-width:768px) {
    .pr-flip-card .pr-flip-card__card {
    width: 330px;
    max-height: 356px;
}
.pr-flip-card .pr-flip-card__card.pr-flip-card--contact--alternative {
    height: 220px;
    margin-top: 70px;
}
.pr-flip-card .pr-flip-card__card.pr-flip-card--contact--alternative.pr-flip-card--contact--alternative--leader {
    height: 290px;
    margin-top: 0;
}
.pr-flip-card .pr-flip-card__card .pr-flip-card__front h3 {
    font-size: 32px;
    line-height: 42px;
}
}@media (min-width:992px) {
    .pr-flip-card .pr-flip-card__card.pr-flip-card--academy {
    margin-top: 94px;
}
.pr-flip-card .pr-flip-card__card.pr-flip-card--academy--middle {
    margin-top: 0px;
}
.pr-flip-card .pr-flip-card__card.pr-flip-card--contact--alternative, .pr-flip-card .pr-flip-card__card.pr-flip-card--contact--alternative+.pr-flip-card__after {
    width: 210px;
    max-height: 210px;
}
.pr-flip-card .pr-flip-card__card.pr-flip-card--contact--alternative {
    height: 160px;
    margin-top: 50px;
}
.pr-flip-card .pr-flip-card__card.pr-flip-card--contact--alternative.pr-flip-card--contact--alternative--leader {
    height: 210px;
    margin-top: 0;
}
}@media (min-width:1200px) {
    .pr-flip-card .pr-flip-card__card {
    min-width: 370px;
    min-height: 400px;
}
.pr-flip-card .pr-flip-card__card .pr-flip-card__back {
    font-size: 20px;
    line-height: 30px;
}
.pr-flip-card .pr-flip-card__card .pr-flip-card__front h3 {
    font-size: 40px;
    line-height: 50px;
}
.pr-flip-card .pr-flip-card__card .pr-flip-card--contact__position {
    margin-bottom: 24px;
}
.pr-flip-card .pr-flip-card__card.pr-flip-card--contact--alternative {
    min-height: auto;
}
.pr-flip-card .pr-flip-card__card.pr-flip-card--contact--alternative, .pr-flip-card .pr-flip-card__card.pr-flip-card--contact--alternative+.pr-flip-card__after {
    min-width: 255px;
    height: 255px;
}
.pr-flip-card .pr-flip-card__card.pr-flip-card--contact--alternative p, .pr-flip-card .pr-flip-card__card.pr-flip-card--contact--alternative+.pr-flip-card__after p {
    font-size: 20px;
    line-height: 30px;
}
.pr-flip-card .pr-flip-card__card.pr-flip-card--contact--alternative {
    height: 170px;
    margin-top: 40px;
}
.pr-flip-card .pr-flip-card__card.pr-flip-card--contact--alternative.pr-flip-card--contact--alternative--leader {
    height: 255px;
    margin-top: 0;
}
}.pr-flip-card .pr-flip-card__after {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.pr-flip-card .pr-flip-card__after h3 {
    margin-top: 24px;
    color: #0097a2;
    font-family: 'Flexo Black', sans-serif;
    font-size: 20px;
    line-height: 30px;
}
.pr-flip-card .pr-flip-card__after p {
    color: #0097a2;
}
.pr-flip-card .pr-flip-card__after a {
    color: #59595b;
    display: block;
}
@media (min-width:400px) and (max-width:767px) {
    .pr-flip-card .pr-flip-card__after {
    min-width: 370px;
}
}@media (min-width:768px) {
    .pr-flip-card .pr-flip-card__after {
    width: 330px;
}
}@media (min-width:1200px) {
    .pr-flip-card .pr-flip-card__after {
    min-width: 370px;
}
}@media (min-width:1200px) {
    .negative-margin-bottom {
    margin-bottom: -8rem;
    margin-top: 3rem;
}
}@media (min-width:1500px) {
    .negative-margin {
    margin-top: -6rem;
    padding-top: 100px !important;
}
}@media (min-width:1200px) {
    .negative-margin {
    margin-top: -3rem;
    padding-top: 100px !important;
}
}.pr-curved-wrapper {
    height: 858px;
    top: -99px;
}
.pr-curved--before {
    top: 0px;
    position: relative;
    background-color: #59595b !important;
    z-index: 99;
}
.pr-curved--after {
    top: 221px;
    position: relative;
    background-color: #59595b !important;
    z-index: 99;
}
.pr-curved--middle {
    top: 99px;
    position: absolute;
    z-index: 99;
    background-color: #59595b;
    width: 100%}
@media (min-width:992px) {
    .pr-curved--middle {
    top: 299px;
}
}.pr-curved-around-light {
    background-color: #e6e7ed !important;
    color: #58585a !important;
}
@media (max-width:992px) {
    .pr-curved-wrapper {
    top: 0px;
}
}.pr-curved-wrapper--long {
    margin-bottom: -50px;
}
.pr-curved--new {
    background-color: #59595b;
    color: #fff;
    position: relative;
    padding-top: 72px;
    padding-bottom: 72px;
    background-repeat: no-repeat;
    background-size: cover;
}
.pr-curved--new.pr-curved--light {
    background-color: #e6e7ed;
    color: #58585a;
}
.pr-curved--new .pr-curved--overflow__inner {
    z-index: 100;
    position: absolute;
    top: -230px;
    width: 100%;
    left: 0;
}
@media (max-width:992px) {
    .pr-curved--new .pr-curved--overflow__inner {
    top: -130px;
}
}.pr-curved {
    background-color: #59595b;
    color: #fff;
    position: relative;
    padding-top: 72px;
    padding-bottom: 72px;
    background-repeat: no-repeat;
    background-size: cover;
}
.pr-curved.pr-curved--light {
    background-color: #e6e7ed;
    color: #58585a;
}
.pr-curved::before, .pr-curved::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 72px;
    background-color: #fff;
}
.pr-curved::before {
    top: -1px;
}
.pr-curved::after {
    bottom: -1px;
}
@media (min-width:768px) {
    .pr-curved {
    padding-top: 150px;
    padding-bottom: 150px;
}
.pr-curved::after, .pr-curved::before {
    height: 150px;
}
}@media (min-width:992px) {
    .pr-curved {
    padding-top: 180px;
    padding-bottom: 180px;
}
.pr-curved::after, .pr-curved::before {
    height: 180px;
}
}@media (min-width:1200px) {
    .pr-curved {
    padding-top: 260px;
    padding-bottom: 260px;
}
.pr-curved::after, .pr-curved::before {
    height: 260px;
}
}@media (min-width:1500px) {
    .pr-curved {
    padding-top: 338px;
    padding-bottom: 338px;
}
.pr-curved::after, .pr-curved::before {
    height: 338px;
}
}@media (min-width:768px) {
    .pr-curved.pr-curved--overflow {
    padding-top: 100px;
    margin-bottom: 40px;
    top: -30px;
}
}@media (min-width:1200px) {
    .pr-curved.pr-curved--overflow {
    padding-top: 110px;
    margin-bottom: 0;
    top: -50px;
}
}@media (min-width:1500px) {
    .pr-curved.pr-curved--overflow {
    padding-top: 138px;
    margin-bottom: -80px;
}
}@media (min-width:1500px) {
    .pr-curved.pr-curved--overflow--top-only {
    margin-bottom: 0;
}
}.pr-curved .pr-curved--overflow__inner {
    position: relative;
    z-index: 1;
    top: 50px;
    margin-top: -50px;
}
@media (min-width:768px) {
    .pr-curved .pr-curved--overflow__inner {
    top: 150px;
    margin-top: -150px;
    padding-top: 0;
}
}@media (min-width:1400px) {
    .pr-curved .pr-curved--overflow__inner {
    top: 200px;
    margin-top: -200px;
}
}.pr-footer {
    background-color: #59595b;
}
.pr-footer, .pr-footer a {
    color: #fff;
}
.pr-footer p, .pr-footer h4 {
    font-size: 15px;
}
.pr-footer p {
    font-family: 'Flexo Medium';
    margin-bottom: 0px;
    line-height: 20px;
}
.pr-footer-blog {
    font-family: 'Flexo Heavy', sans-serif;
    text-decoration: underline;
}
.pr-footer h4 {
    font-family: 'Flexo Black';
    margin-bottom: 26px;
}
.pr-footer .pr-footer__socials a {
    font-size: 2rem;
}
@media (min-width:992px) {
    .pr-footer p, .pr-footer h4 {
    font-size: 18px;
}
.pr-footer p {
    line-height: 24px;
    margin-bottom: 30px;
}
.pr-footer .pr-footer__about {
    max-width: 470px;
    margin-bottom: 48px;
}
}.pr-fit-text {
    color: #e7e8ee;
    text-transform: lowercase;
    font-family: 'Flexo Heavy'}
.pr-knockout-text {
    text-transform: lowercase;
    font-size: 80px;
    font-family: 'Flexo Heavy', sans-serif;
    position: relative;
    display: block;
    color: #59595b;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pr-icon-list {
    margin-left: 0;
    padding-left: 0;
}
.pr-icon-list .pr-icon-list__item {
    list-style: none;
    padding-left: 56px;
    position: relative;
    margin-bottom: 40px;
}
.pr-icon-list .pr-icon-list__item .pr-icon-list__heading {
    color: #0097a2;
    font-family: 'Flexo Heavy', sans-serif;
}
.pr-icon-list .pr-icon-list__item .pr-icon-list__text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}
.pr-icon-list .pr-icon-list__item.pr-icon-list__item--alternative .pr-icon-list__heading {
    color: #59595b;
}
.pr-icon-list .pr-icon-list__item.pr-icon-list__item--alternative .pr-icon-list__text {
    font-size: 16px;
    line-height: 20px;
}
.pr-icon-list .pr-icon-list__item::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}
.pr-icon-list .pr-icon-list__item.pr-icon-list__item--icon-check::before {
    background-image: url(img/icon--check.svg);
}
.pr-icon-list .pr-icon-list__item.pr-icon-list__item--icon-user::before {

}
@media (min-width:992px) {
    .pr-icon-list .pr-icon-list__item {
    padding-left: 86px;
}
.pr-icon-list .pr-icon-list__item .pr-icon-list__text {
    font-size: 25px;
    line-height: 35px;
}
.pr-icon-list .pr-icon-list__item .pr-icon-list__heading {
    margin-bottom: 18px;
}
.pr-icon-list .pr-icon-list__item.pr-icon-list__item--alternative .pr-icon-list__text {
    font-size: 20px;
    line-height: 30px;
}
.pr-icon-list .pr-icon-list__item::before {
    width: 60px;
    height: 60px;
}
}.pr-icon-list p {
    font-size: 25px;
    line-height: 35px;
}
.pr-icon-list .cta-text {
    font-size: 40px;
    line-height: 45px;
    font-family: 'Flexo Heavy', sans-serif;
    text-transform: uppercase;
}
.pr-icon-list .cta-text a {
    color: #0097a2;
    text-decoration: underline;
}
.pr-circle {
    width: 240px;
    height: 240px;
    margin-bottom: 20px;
    -webkit-perspective: calc(240px * 2);
}
.pr-circle::before {
    content: '';
    position: absolute;
    display: block;
    width: calc((240px + 2px) / 2);
    height: calc(240px + 2px);
    border-bottom-right-radius: 240px;
    border-top-right-radius: 240px;
    border: 5px solid #000000;
    border-left: 0;
    left: calc(240px / 2);
    top: -1px;
    z-index: 10000;
    opacity: 1;
    transition: opacity .6s;
}
.pr-circle img {
    max-height: 70px;
    width: auto;
}
.pr-circle .pr-circle__front, .pr-circle .pr-circle__back {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    border: 3px solid;
    transition: all .6s;
    position: absolute;
}
.pr-circle .pr-circle__front {
    border-color: #59595b;
    background-color: #fff;
    z-index: 999;
}
.pr-circle .pr-circle__front p {
    margin: 0;
    line-height: normal;
}
.pr-circle .pr-circle__big, .pr-circle .pr-circle__small {
    color: #59595b;
}
.pr-circle .pr-circle__big {
    font-family: 'Flexo Heavy';
    font-size: 48px;
    line-height: 40px;
}
.pr-circle .pr-circle__big.pr-circle__big--long-text {
    font-size: 36px;
    line-height: 42px;
    max-width: 190px;
    display: block;
}
.pr-circle .pr-circle__small {
    display: block;
    font-family: 'Flexo Regular';
    font-size: 15px;
}
.pr-circle .pr-circle__heading {
    font-size: 25px;
    line-height: 30px;
    max-width: 190px;
    font-family: 'Flexo Black';
    color: #0097a2;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.pr-circle .pr-circle__heading span {
    margin-top: 30px;
}
.pr-circle .pr-circle__text {
    margin: 0 auto;
    font-size: 15px;
    line-height: 24px;
    max-width: 178px;
}
.pr-circle .pr-circle__text.pr-circle__text--long-description {
    font-size: 15px;
    line-height: 20px;
}
.pr-circle .pr-circle__back {
    border-color: #0097a2;
    background-color: #0097a2;;
    color: #fff;
    z-index: -999;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.pr-circle.hover::before, .pr-circle:hover::before, .pr-circle:focus::before {
    opacity: 0;
}
.pr-circle.hover .pr-circle__front, .pr-circle:hover .pr-circle__front, .pr-circle:focus .pr-circle__front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: -999;
    cursor: pointer;
}
.pr-circle.hover .pr-circle__back, .pr-circle:hover .pr-circle__back, .pr-circle:focus .pr-circle__back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 999;
    cursor: pointer;
}

/* squere */

.pr-square {
    width: 240px;
    height: 240px;
    margin-bottom: 20px;
    -webkit-perspective: calc(240px * 2);
}
.pr-square::before {
    content: '';
    position: absolute;
    display: block;
    width: calc((240px + 2px) / 2);
    height: calc(240px + 2px);
   
    border: 5px solid #0097a2;
    border-left: 0;
    left: calc(240px / 2);
    top: -1px;
    z-index: 10000;
    opacity: 1;
    transition: opacity .6s;
}
.pr-square img {
    max-height: 70px;
    width: auto;
}
.pr-square .pr-square__front, .pr-square .pr-square__back {
    width: 240px;
    height: 240px;
    
    border: 3px solid;
    transition: all .6s;
    position: absolute;
}
.pr-square .pr-square__front {
    border-color: #000000;
    background-color: #fff;
    z-index: 999;
}
.pr-square .pr-square__front p {
    margin: 0;
    line-height: normal;
}
.pr-square .pr-square__big, .pr-square .pr-square__small {
    color: #59595b;
}
.pr-square .pr-square__big {
    font-family: 'Flexo Heavy';
    font-size: 48px;
    line-height: 40px;
}
.pr-square .pr-square__big.pr-square__big--long-text {
    font-size: 36px;
    line-height: 42px;
    max-width: 190px;
    display: block;
}
.pr-square .pr-square__small {
    display: block;
    font-family: 'Flexo Regular';
    font-size: 15px;
}
.pr-square .pr-square__heading {
    font-size: 25px;
    line-height: 30px;
    max-width: 190px;
    font-family: 'Flexo Black';
    color: #0097a2;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.pr-square .pr-square__heading span {
    margin-top: 30px;
}
.pr-square .pr-square__text {
    margin: 0 auto;
    font-size: 15px;
    line-height: 24px;
    /*max-width: 178px;*/
}
.pr-square .pr-square__text.pr-square__text--long-description {
    font-size: 15px;
    line-height: 20px;
}
.pr-square .pr-square__back {
    border-color: #0097a2;
    background-color: #0097a2;
    color: #fff;
    z-index: -999;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.pr-square.hover::before, .pr-square:hover::before, .pr-square:focus::before {
    opacity: 0;
}
.pr-square.hover .pr-square__front, .pr-square:hover .pr-square__front, .pr-square:focus .pr-square__front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: -999;
    cursor: pointer;
}
.pr-square.hover .pr-square__back, .pr-square:hover .pr-square__back, .pr-square:focus .pr-square__back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 999;
    cursor: pointer;
}


@media (min-width:1200px) {
    .pr-circle {
    width: 275px;
    height: 275px;
}
.pr-circle::before {
    width: calc((275px + 2px) / 2);
    height: calc(275px + 2px);
    left: calc(275px / 2);
}
.pr-circle .pr-circle__front, .pr-circle .pr-circle__back {
    width: 275px;
    height: 275px;
}
.pr-circle .pr-circle__big {
    font-size: 60px;
    line-height: 50px;
}
.pr-circle .pr-circle__big.pr-circle__big--long-text {
    font-size: 40px;
    line-height: 50px;
    max-width: 260px;
}
.pr-circle .pr-circle__small {
    margin-top: 30px;
    font-size: 20px;
}
.pr-circle .pr-circle__text {
    font-size: 20px;
    line-height: 30px;
    max-width: 200px;
}
.pr-circle.pr-circle--big {
    width: 300px;
    height: 300px;
}
.pr-circle.pr-circle--big::before {
    width: calc((300px + 2px) / 2);
    height: calc(300px + 2px);
    left: calc(300px / 2);
	color: #9f9e9c;
}
.pr-circle.pr-circle--big .pr-circle__front, .pr-circle.pr-circle--big .pr-circle__back {
    width: 300px;
    height: 300px;
	
}

/* Square */
.pr-square {
    width: 275px;
    height: 275px;
}
.pr-square::before {
    width: calc((275px + 2px) / 2);
    height: calc(275px + 2px);
    left: calc(275px / 2);
}
.pr-square .pr-square__front, .pr-square .pr-square__back {
    width: 275px;
    height: 275px;
}
.pr-square .pr-square__big {
    font-size: 60px;
    line-height: 50px;
}
.pr-square .pr-square__big.pr-square__big--long-text {
    font-size: 40px;
    line-height: 50px;
    max-width: 260px;
}
.pr-square .pr-square__small {
    margin-top: 30px;
    font-size: 20px;
}
.pr-square .pr-square__text {
    font-size: 15px;
    line-height: 30px;
    /*max-width: 200px;*/
}
.pr-square.pr-square--big {
    width: 300px;
    height: 300px;
}
.pr-square.pr-square--big::before {
    width: calc((300px + 2px) / 2);
    height: calc(300px + 2px);
    left: calc(300px / 2);
	color: #9f9e9c;
}
.pr-square.pr-square--big .pr-square__front, .pr-square.pr-square--big .pr-square__back {
    width: 300px;
    height: 300px;
	
}

}@media (min-width:1200px) {
    .pr-circle--medal {
    margin-bottom: 0;
}
}.pr-circle--medal::before {
    display: none;
}
.pr-circle--medal .pr-circle__front, .pr-circle--medal .pr-circle__back {
    background-size: cover;
    border: 0;
}
.pr-circle--medal .pr-circle__back .pr-circle__text {
    list-style-position: inside;
    font-size: 12px;
    padding-left: 0;
    margin-bottom: 0;
    line-height: 14px;
}
@media (min-width:1200px) {
    .pr-circle--medal .pr-circle__back .pr-circle__text {
    font-size: 14px;
    line-height: 18px;
}
}.pr-circle--medal .pr-circle__heading span.f_text {
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px;
    font-family: 'Flexo Regular', sans-serif;
}

.pr-circle--medal--bronze .pr-circle__heading {
    color: #f58250;
}

.pr-circle--medal--silver .pr-circle__heading {
    color: #9f9e9c;
}

.pr-circle--medal--gold .pr-circle__heading {
    color: #fdc277;
}

.pr-circle--medal--platinum .pr-circle__heading {
    color: #c4c3c2;
}
.pr-accordion {
    margin: 20px auto;
}
.pr-accordion .pr-accordion__card {
    border: 0;
    border-radius: 0;
    margin-bottom: 12px;
    overflow: visible;
}
.pr-accordion .pr-accordion__card-header {
    background-color: #e7e8ee;
    border-radius: 0;
    padding: 0;
    transition: all .6s;
    border: 0;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}
.pr-accordion .pr-accordion__card-header h3 {
    line-height: 15px;
}
.pr-accordion .pr-accordion__card-header .btn {
    font-family: 'Flexo Heavy';
    color: #59595b;
    font-size: 18px;
    padding: 16px;
}
.pr-accordion .pr-accordion__card-header .btn:focus {
    box-shadow: none;
}
.pr-accordion .pr-accordion__card-header button::after {
    content: "+";
    font-family: 'Flexo Heavy';
    font-size: 20px;
    position: absolute;
    right: 16px;
    top: 12px;
}
.pr-accordion .pr-accordion__card-header.pr-accordion__card-header--active {
    background-color: #0097a2;
}
.pr-accordion .pr-accordion__card-header.pr-accordion__card-header--active button::after {
    content: "»";
    color: #fff;
}
.pr-accordion .pr-accordion__card-header.pr-accordion__card-header--active .btn {
    color: #fff;
}
.pr-accordion .pr-accordion__card-body {
    background-color: #eaf7f4;
    padding: 12px 18px;
}
.pr-accordion .pr-accordion__card-body p {
    font-family: 'Flexo Bold';
    font-size: 15px;
    line-height: 20px;
    color: #0097a2;
}
.pr-accordion .pr-accordion__card-body.pr-timeline {
    padding: 44px;
}
.pr-accordion .pr-accordion__card-body.pr-timeline ul {
    padding-left: 0;
    margin-bottom: 0;
}
.pr-accordion .pr-accordion__card-body.pr-timeline ul>li:last-child {
    padding-bottom: 0;
    margin-bottom: 34px;
    border-left: 0px;
}
.pr-accordion .pr-accordion__card-body.pr-timeline li {
    list-style: none;
    padding-bottom: 24px;
    border-left: 4px solid #58585a;
}
.pr-accordion .pr-accordion__card-body.pr-timeline p {
    font-family: 'Flexo Regular', sans-serif;
    margin-bottom: 0;
    padding-bottom: 1em;
}
.pr-accordion .pr-accordion__card-body.pr-timeline h4, .pr-accordion .pr-accordion__card-body.pr-timeline h5 {
    font-family: 'Flexo Heavy', sans-serif;
}
.pr-accordion .pr-accordion__card-body.pr-timeline h4 {
    color: #0097a2;
    margin-bottom: 35px;
}
.pr-accordion .pr-accordion__card-body.pr-timeline h4, .pr-accordion .pr-accordion__card-body.pr-timeline h5, .pr-accordion .pr-accordion__card-body.pr-timeline p {
    font-size: 18px;
    line-height: 24px;
    padding-left: 18px;
}
@media (min-width:1200px) {
    .pr-accordion .pr-accordion__card-body.pr-timeline h4, .pr-accordion .pr-accordion__card-body.pr-timeline h5, .pr-accordion .pr-accordion__card-body.pr-timeline p {
    font-size: 24px;
    line-height: 32px;
    padding-left: 30px;
}
}.pr-accordion .pr-accordion__card-body.pr-timeline h5, .pr-accordion .pr-accordion__card-body.pr-timeline p {
    color: #58585a;
}
.pr-accordion .pr-accordion__card-body.pr-timeline h5 {
    position: relative;
}
.pr-accordion .pr-accordion__card-body.pr-timeline h5::before {
    content: '';
    display: block;
    position: absolute;
    left: -12px;
    top: 0;
    background-color: #58585a;
    width: 20px;
    height: 20px;
    border-radius: 50%}
.pr-form {
    color: #fff;
}
.pr-form .pr-form__control {
    border-radius: 0px;
    border: 0px;
    background: transparent;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 36px;
    margin-right: 0;
    color: #fff;
}
.pr-form .pr-form__control::placeholder {
    color: #fff;
}
.pr-form .pr-form__control:focus {
    box-shadow: none;
}
.pr-form .pr-form__control--textarea {
    border: 2px solid #fff;
}
.pr-form .pr-form__control--text {
    border-bottom: 2px solid #fff;
    max-width: 560px;
}
.pr-form .pr-form__control--radio {
    line-height: 22px;
    margin-bottom: 30px;
    white-space: normal;
    font-size: 16px;
}
.pr-form .pr-form__control--radio .state label {
    text-indent: 42px;
}
.pr-form .pr-form__control--radio .state label::before {
    width: 22px;
    height: 22px;
    top: 0px;
    border: 2px solid #fff;
}
.pr-form .pr-form__control--radio .state label::after {
    left: 2px;
    top: 2px;
}
@media (min-width:992px) {
    .pr-form .pr-form__control--radio {
    font-size: 20px;
    margin-bottom: 60px;
}
.pr-form .pr-form__control--radio .state label::before {
    top: 2px;
}
.pr-form .pr-form__control--radio .state label::after {
    top: 2px;
    left: 0px;
}
}.pr-form .pr-form__control--radio .wpcf7-not-valid input[type='checkbox']::after {
    top: 39px;
}
.pr-form .pr-form__control--agree {
    text-transform: initial;
    font-family: 'Flexo Heavy', sans-serif;
    line-height: 22px;
    padding-left: 42px;
}
.pr-form .pr-form__control--agree.state label {
    text-indent: 0;
}
.pr-form .pr-form__control--agree.state label::before {
    top: 0;
}
.pr-form .pr-form__control--agree.state label::after {
    top: 2px;
    left: 2px;
}
@media (min-width:992px) {
    .pr-form .pr-form__control--agree.state label: after {
    left: 0;
    top: 0;
}
}.pr-form .pr-form__control--agree.state label span {
    color: #0097a2;
}
.pr-tab-pill {
    background-color: #f5f4f4;
    color: #0097a2;
    filter: drop-shadow(2px 2px 5px rgba(29, 30, 28, 0.45));
    text-transform: uppercase;
    font-family: 'Flexo Heavy', sans-serif;
    border-radius: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    padding: 10px 5px;
    width: 200px;
    margin-bottom: 20px;
}
@media (min-width:1200px) {
    .pr-tab-pill {
    width: 245px;
    font-size: 25px;
    padding: 30px 15px;
}
}@media (min-width:768px) and (max-width:991px) {
    .pr-tab-pill {
    width: 160px;
}
}.pr-tab-pill:hover, .pr-tab-pill:focus {
    color: #fff;
    text-decoration: none;
}
.pr-tab-pill.active {
    color: #fff;
    background-color: #0097a2;
}
.pr-hp-map__main-map {
    z-index: -99;
}
.pr-map {
    margin-bottom: 32px;
    position: relative;
}
.pr-map .pr-map__map {
    height: 300px;
    width: 100%}
.pr-map .pr-map__image {
    margin-bottom: 30px;
    text-align: center;
}
.pr-map .pr-map__location {
    font-family: 'Flexo Heavy', sans-serif;
    font-size: 33px;
    line-height: 43px;
    text-align: center;
    margin-bottom: 20px;
}
@media (min-width:768px) {
    .pr-map .pr-map__location {
    position: absolute;
    top: 15px;
    left: 25px;
    font-size: 20px;
    line-height: 30px;
    max-width: 200px;
    padding: 16px;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1;
}
.pr-map .pr-map__image {
    position: absolute;
    top: 0;
    right: 0;
}
.pr-map .pr-map__image img {
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%}
.pr-map .pr-map__image::before {
    content: '';
    display: block;
    width: 274px;
    height: 300px;
    top: 0;
    left: 0;
}
}@media (min-width:992px) {
    .pr-map .pr-map__map {
    height: 450px;
}
.pr-map .pr-map__image::before {
    height: 450px;
}
}@media (min-width:1200px) {
    .pr-map .pr-map__map {
    height: 600px;
}
.pr-map .pr-map__location {
    top: 52px;
    left: 52px;
    max-width: 360px;
    padding: 52px 34px;
    font-size: 33px;
    line-height: 43px;
}
.pr-map .pr-map__image {
    width: 548px;
}
.pr-map .pr-map__image img {
    min-height: 600px;
}
.pr-map .pr-map__image::before {
    width: 548px;
    height: 600px;
}
}.pr-heading--contact .pr-heading--contact__heading {
    text-align: center;
}
.pr-heading--contact .pr-heading--contact__icons {
    text-align: center;
}
.pr-heading--contact a {
    color: #0097a2;
    display: block;
    font-family: 'Flexo Heavy', sans-serif;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}
.pr-heading--contact a svg {
    margin-right: 8px;
}
.pr-heading--contact a.pr-icon {
    display: inline-block;
}
.pr-heading--contact a.pr-icon svg {
    margin-right: 0;
}
.pr-heading--contact a:hover, .pr-heading--contact a:focus {
    text-decoration: none;
}
@media (min-width:768px) {
    .pr-heading--contact a {
    font-size: 16px;
    margin-bottom: 12px;
    text-align: left;
}
.pr-heading--contact a svg {
    margin-right: 8px;
}
.pr-heading--contact .pr-heading--contact__icons {
    text-align: left;
}
.pr-heading--contact .pr-heading--contact__heading {
    font-size: 130px;
    line-height: 100px;
}
}@media (min-width:992px) {
    .pr-heading--contact a {
    font-size: 23px;
}
.pr-heading--contact .pr-heading--contact__heading {
    font-size: 170px;
    line-height: 130px;
}
}@media (min-width:1200px) {
    .pr-heading--contact a {
    font-size: 27px;
}
.pr-heading--contact a svg {
    margin-right: 20px;
}
.pr-heading--contact .pr-heading--contact__heading {
    font-size: 200px;
    line-height: 150px;
}
}@media (min-width:1480px) {
    .pr-heading--contact a {
    font-size: 30px;
}
}.pr-instagram {
    margin-left: -10px;
    margin-right: -10px;
}
.pr-instagram [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.pr-instagram .pr-instagram__text {
    font-family: 'Flexo Heavy';
    color: #59595b;
    font-size: 23px;
    line-height: 30px;
    display: inline-block;
    text-align: left;
}
.pr-instagram .pr-instagram__text span {
    text-transform: uppercase;
    text-decoration: underline;
    display: block;
}
.pr-instagram .pr-instagram__block {
    align-self: center;
    width: 140px;
    margin-bottom: 20px;
    text-align: center;
}
@media (min-width:576px) {
    .pr-instagram .pr-instagram__text {
    font-size: 33px;
    line-height: 43px;
}
}@media (min-width:992px) {
    .pr-instagram .pr-instagram__text {
    font-size: 43px;
    line-height: 55px;
}
}@media (min-width:1200px) {
    .pr-instagram .pr-instagram__text {
    font-size: 50px;
    line-height: 55px;
}
}.pr-content-box {
    background-color: #e7e8ee;
    padding: 44px 42px;
    margin-bottom: 32px;
}
.pr-content-box .pr-content-box__heading {
    color: #0097a2;
    font-family: 'Flexo Black', sans-serif;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 18px;
}
.pr-content-box .pr-content-box__text {
    font-size: 18px;
    line-height: 24px;
}
@media (min-width:768px) {
    .pr-content-box {
    margin-bottom: 0;
}
.pr-content-box .pr-content-box__heading {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
}
.pr-content-box .pr-content-box__text {
    font-size: 20px;
    line-height: 30px;
}
}.pr-content-box.pr-content-box--alternative {
    background-color: transparent;
    padding: 0;
}
.pr-content-box.pr-content-box--alternative img {
    height: 100px;
    margin-bottom: 36px;
}
@media (min-width:768px) and (max-width:1199px) {
    .pr-content-box.pr-content-box--alternative img {
    height: 60px;
}
}.pr-tablet .pr-tablet__device {
    position: relative;
    border: 9px solid #000;
    border-radius: 9px;
    box-shadow: 0 0 0 2px #505354;
    background-color: #000;
}
.pr-tablet .pr-tablet__device::before, .pr-tablet .pr-tablet__device::after {
    background: #c8c8c8;
    content: "";
    height: 2px;
    position: absolute;
    bottom: -13px;
}
.pr-tablet .pr-tablet__device::before {
    width: 5%;
    right: 2%}
.pr-tablet .pr-tablet__device::after {
    width: 5%;
    right: 10%}
.pr-tablet .pr-tablet__slideshow {
    border-radius: 7px;
    position: relative;
}
.pr-tablet .pr-tablet__image {
    border-radius: 9px;
    min-width: 100%;
    object-fit: cover;
}
@media (min-width:576px) {
    .pr-tablet .pr-tablet__device {
    border-width: 22px;
    border-radius: 22px;
    box-shadow: 0 0 0 3px #505354;
}
.pr-tablet .pr-tablet__device::before, .pr-tablet .pr-tablet__device::after {
    background: #c8c8c8;
    content: "";
    height: 2px;
    position: absolute;
    bottom: -27px;
}
}.pr-tablet.pr-tablet--module .pr-tablet__device {
    margin-bottom: 50px;
}
.pr-module__heading {
    font-family: 'Flexo Black';
    font-size: 25px;
    color: #0097a2;
}
.pr-module__text {
    font-size: 20px;
    line-height: 30px;
}
.pr-module__subheading {
    font-family: 'Flexo Bold';
    font-size: 20px;
}
.moved-header {
    margin-top: -440px;
}
@media (min-width:768px) {
    .moved-header {
    margin-top: -140px;
}
}@media (min-width:768px) and (max-width:992px) {
    .moved-header {
    margin-top: -340px;
}
}.pr-list, .pr-classic-content ul {
    padding-left: 0;
    margin-top: 36px;
}
.pr-list .pr-list__item, .pr-classic-content ul .pr-list__item, .pr-list li, .pr-classic-content ul li {
    list-style: none;
    font-family: 'Flexo Regular';
    font-size: 20px;
    line-height: 30px;
    padding-left: 16px;
    position: relative;
}
.pr-list .pr-list__item::before, .pr-classic-content ul .pr-list__item::before, .pr-list li::before, .pr-classic-content ul li::before {
    content: '/';
    display: block;
    position: absolute;
    left: 0px;
    color: #0097a2;
}
.pr-nav-tabs .pr-nav-tabs__link {
    font-family: 'Flexo Medium', sans-serif;
    font-size: 25px;
    color: #59595b;
    text-transform: uppercase;
    text-align: center;
}
.pr-nav-tabs .pr-nav-tabs__link.active {
    color: #0097a2;
}
.pr-nav-tabs .pr-nav-tabs__link:focus, .pr-nav-tabs .pr-nav-tabs__link:hover {
    text-decoration: none;
}
.pr-text {
    margin-right: auto;
    margin-left: auto;
}
.pr-text.pr-text--narrow {
    max-width: 1020px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.pr-text.pr-text--bold {
    font-size: 25px;
    line-height: 35px;
    font-family: 'Flexo Heavy', sans-serif;
}
.pr-h3 {
    font-size: 33px;
    line-height: 43px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.pr-h3.pr-h3--narrow {
    max-width: 660px;
}
.pr-tablet__point {
    display: none;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #fff;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
    cursor: pointer;
}
.pr-tablet__point .popisek {
    z-index: 2;
    display: none;
    background: white;
    padding: 10px;
    width: 200px;
    position: absolute;
    top: 10px;
    font-family: 'Flexo Heavy';
    font-size: 16px;
    line-height: 20px;
    color: #0097a2;
    left: 10px;
    margin: 0;
}
.pr-tablet__point .popisek.show-top {
    bottom: 10px;
    top: auto;
}
.pr-tablet__point .popisek.show-bottom {
    top: 10px;
    bottom: auto;
}
.pr-tablet__point .popisek.show-left {
    right: 10px;
    left: auto;
}
.pr-tablet__point .popisek.show-right {
    left: 10px;
    right: auto;
}
@media (min-width:576px) {
    .pr-tablet__point {
    display: block;
}
}@media (min-width:992px) {
    .pr-tablet__point {
    height: 15px;
    width: 15px;
}
}.pr-tablet__point.pr-tablet__point--active {
    background-color: #0097a2;
}
.pr-tablet__point.pr-tablet__point--active a {
    border: 1px solid #0097a2;
    width: 100%;
    height: 100%;
    opacity: 1;
    display: block;
    background-color: transparent;
    border-radius: 100%;
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-name: sonar-effect;
    animation-name: sonar-effect;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.pr-partner .pr-partner__item {
    color: #fff;
    position: relative;
}
.pr-partner .pr-partner__text {
    background-color: rgba(81, 76, 74, 0.7);
    padding-top: 52px;
    padding-left: 15px;
    padding-right: 15px;
}
.pr-partner .pr-partner__text::after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 38px calc(100vw - 30px) 0 0;
    border-color: rgba(81, 76, 74, 0.7) transparent transparent transparent;
}
.pr-partner .pr-partner__text h3 {
    font-size: 25px;
    line-height: 30px;
    font-family: 'Flexo Heavy';
    margin-bottom: 18px;
}
.pr-partner .pr-partner__text p {
    font-family: 'Flexo Regular';
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 72px;
}
.pr-partner .pr-partner__logo {
    margin-top: 38px;
    padding: 25px 20px;
}
@media (min-width:576px) {
    .pr-partner .pr-partner__text: :after {
    border-width: 38px 510px 0 0;
}
}@media (min-width:768px) {
    .pr-partner .pr-partner__text: :after {
    border-width: 38px 690px 0 0;
}
}@media (min-width:992px) {
    .pr-partner .pr-partner__text {
    max-width: 50%;
    height: 100%;
    padding: 70px 50px 140px;
}
.pr-partner .pr-partner__text::after {
    display: none;
}
.pr-partner .pr-partner__text p {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 24px;
}
.pr-partner .pr-partner__text h3 {
    font-size: 32px;
    line-height: 40px;
}
.pr-partner .pr-partner__text h3, .pr-partner .pr-partner__text p {
    max-width: 460px;
}
.pr-partner .pr-partner__logo {
    position: absolute;
    top: 0;
    right: 0;
}
}@media (min-width:1460px) {
    .pr-partner .pr-partner__text {
    max-width: 50%;
    height: 100%;
    padding: 110px 110px 170px;
}
.pr-partner .pr-partner__text::after {
    display: none;
}
.pr-partner .pr-partner__text p {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 25px;
    line-height: 40px;
}
.pr-partner .pr-partner__text h3 {
    font-size: 50px;
    line-height: 58px;
}
.pr-partner .pr-partner__text h3, .pr-partner .pr-partner__text p {
    max-width: 460px;
}
}.pr-hp-map {
    position: relative;
}
.pr-hp-map .pr-header {
    position: absolute;
}
.pr-hp-map .pr-hp-map__main-map {
    position: relative;
}
.pr-hp-map .pr-hp-map__main-map::before, .pr-hp-map .pr-hp-map__main-map::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 45%;
    left: 0;
}
.pr-hp-map .pr-hp-map__main-map::before {
    top: 0;
    background: -moz-linear-gradient(top,  #fff 0%,  rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top,  #fff 0%,  rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom,  #fff 0%,  rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',  endColorstr='#00ffffff',  GradientType=0);
}
.pr-hp-map .pr-hp-map__main-map::after {
    bottom: 0;
    background: -moz-linear-gradient(top,  rgba(255, 255, 255, 0) 0%,  #fff 100%);
    background: -webkit-linear-gradient(top,  rgba(255, 255, 255, 0) 0%,  #fff 100%);
    background: linear-gradient(to bottom,  rgba(255, 255, 255, 0) 0%,  #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',  endColorstr='#00ffffff',  GradientType=0);
}
.pr-hp-map .pr-hp-map__heading {
    font-family: 'Flexo Heavy', sans-serif;
    font-size: 25px;
    line-height: 30px;
    position: absolute;
    width: 100%;
    margin: 30px auto;
    text-align: center;
    padding: 0 15px;
}
.pr-hp-map img {
    width: 100%}
.pr-hp-map .pr-hp-map__point {
    display: none;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #fff;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
    cursor: pointer;
}
.pr-hp-map .pr-hp-map__point.pr-hp-map__point--active {
    background-color: #0097a2;
}
.pr-hp-map .pr-hp-map__point.pr-hp-map__point--active a {
    border: 1px solid #0097a2;
    width: 100%;
    height: 100%;
    opacity: 1;
    display: block;
    background-color: transparent;
    border-radius: 100%;
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-name: sonar-effect;
    animation-name: sonar-effect;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.pr-hp-map .pr-hp-map__location {
    font-family: 'Flexo Black', sans-serif;
    background-color: #fff;
    color: #0097a2;
    text-transform: uppercase;
    position: absolute;
    top: 40px;
    right: 15%;
    left: auto;
    bottom: auto;
    padding: 20px 40px;
    margin: 0;
}
.pr-hp-map .pr-hp-map__location.pr-hp-map__location--alt {
    top: 150px;
}
.pr-hp-map .pr-hp-map--alternative__mobile-map {
    position: absolute;
    top: -20px;
}
.pr-hp-map .pr-hp-map--alternative__textbox {
    font-size: 20px;
    line-height: 30px;
    color: #0097a2;
}
.pr-hp-map .pr-hp-map--alternative__textbox strong {
    font-family: 'Flexo Black', sans-serif;
}
@media (min-width:576px) {
    .pr-hp-map .pr-header {
    position: initial;
}
.pr-hp-map .pr-hp-map__point {
    display: block;
}
.pr-hp-map .pr-hp-map__heading {
    margin-top: 120px;
    position: static;
}
.pr-hp-map .pr-hp-map--alternative__textbox {
    position: relative;
    margin-bottom: -50px;
}
}@media (min-width:992px) {
    .pr-hp-map .pr-hp-map__point {
    height: 15px;
    width: 15px;
}
.pr-hp-map .pr-hp-map--alternative__textbox {
    max-width: 600px;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: -70px;
}
.pr-hp-map .pr-hp-map--alternative__textbox strong {
    margin-top: 24px;
}
}@media (min-width:1200px) {
    .pr-hp-map .pr-hp-map__heading {
    font-size: 50px;
    line-height: 54px;
    max-width: 1200px;
}
.pr-hp-map .pr-hp-map--alternative__textbox {
    max-width: 840px;
    margin-bottom: -100px;
}
.pr-hp-map .pr-hp-map--alternative__textbox strong {
    margin-top: 36px;
}
}.pr-hp-map.pr-hp-map--partners .pr-hp-map__point {
    height: 10px;
    width: 10px;
}
.pr-hp-map.pr-hp-map--partners .pr-hp-map__location {
    right: 15px;
    max-width: 400px;
}
.pr-hp-map.pr-hp-map--partners .pr-hp-map__location .map_card p {
    font-size: 14px;
    font-family: 'Flexo Medium', sans-serif;
    color: #59595b;
    text-transform: none;
}
.pr-partner-steps {
     background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding-top: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.pr-partner-steps .pr-partner-types__circle {
    width: 216px;
    height: 216px;
    border-radius: 50%;
    color: #58585a;
    text-align: center;
    display: flex;
    align-items: center;
    margin: 0 auto;
    border-color: transparent;
    cursor: pointer;
}
.pr-partner-steps .pr-partner-types__circle .pr-partner-types__item-inner {
    background-color: #e7e8ee;
    border-radius: 50%;
    width: 155px;
    margin: 0 auto;
    height: 155px;
    display: flex;
}
.pr-partner-steps .pr-partner-types__circle .pr-partner-types__item-inner h4 {
    align-self: center;
    max-width: 130px;
    margin: 0 auto;
    font-size: 25px;
    line-height: 30px;
    font-family: 'Flexo Black', sans-serif;
}
.pr-partner-steps .pr-partner-types__circle:hover::before, .pr-partner-steps .pr-partner-types__circle:focus::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 9px;
    width: 100%;
    height: 100%;
    border: 7px solid #0097a2;
    border-radius: 50%;
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-name: sonar-effect2;
    animation-name: sonar-effect2;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.pr-partner-steps .pr-partner-types__circle:hover .pr-partner-types__item-inner, .pr-partner-steps .pr-partner-types__circle:focus .pr-partner-types__item-inner {
    -moz-transition: color .1s ease-in, background-color .8s ease-in;
    -webkit-transition: color .1s ease-in, background-color .8s ease-in;
    -o-transition: color .1s ease-in, background-color .8s ease-in;
    transition: color .1s ease-in, background-color .8s ease-in;
    background-color: #0097a2;
    color: #fff;
}
.pr-partner-steps .pr-partner-types__circle:hover+.pr-partner-types__text, .pr-partner-steps .pr-partner-types__circle:focus+.pr-partner-types__text {
    display: block;
}
.pr-partner-steps .pr-partner-types__text {
    display: none;
    font-size: 20px;
    line-height: 30px;
    margin-top: 32px;
    margin-left: 18px;
    color: #0097a2;
}
@media (min-width:768px) and (max-width:1199px) {
    .pr-partner-steps {
    padding-bottom: 150px;
    margin-bottom: -130px;
}
}@media (min-width:1200px) {
    .pr-partner-steps {
    padding-top: 80px;
    padding-bottom: 600px;
    margin-bottom: -550px;
}
.pr-partner-steps .pr-partner-types__item {
    align-self: center;
}
.pr-partner-steps .pr-partner-types__circle {
    width: 190px;
    height: 190px;
}
.pr-partner-steps .pr-partner-types__circle:hover+.pr-partner-types__text, .pr-partner-steps .pr-partner-types__circle:focus+.pr-partner-types__text {
    position: absolute;
    width: 380px;
    left: 0;
    transform: translateX(-25%);
    text-align: center;
}
}.pr-classic-content p {
    font-size: 20px;
    line-height: 30px;
}
.pr-classic-content h3 {
    margin-bottom: 2em;
}
.bg-paralax {
    display: none;
}
@media (min-width:992px) {
    .bg-paralax {
    display: block;
    position: absolute;
    left: 0px;
    content: '';
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 1330px;
    background-position: top;
    top: 320px;
}

}.slick-slide {
    outline: none;
}
.pr-form input[type="text"] {
    width: 100%}
.pr-form input[type='radio'] {
    visibility: hidden;
}
.pr-form input[type='radio']::after {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    left: -8px;
    top: -4px;
    position: relative;
    background-color: transparent;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #fff;
}
.pr-form input[type='radio']:checked::after {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    top: -4px;
    left: -8px;
    position: relative;
    background-color: lightgray;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #fff;
}
.pr-form input[type='checkbox'] {
    visibility: hidden;
}
.pr-form input[type='checkbox']::after {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    left: -8px;
    top: 18px;
    position: relative;
    background-color: transparent;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #fff;
}
.pr-form input[type='checkbox']:checked::after {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    top: 18px;
    left: -8px;
    position: relative;
    background-color: lightgray;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #fff;
}
.pr-form .checkbox .wpcf7-not-valid-tip {
    position: relative;
    top: 45px;
}
.pr-form .updates .wpcf7-list-item-label {
    display: none;
}
.pr-form textarea {
    height: 8em;
}
.pr-form .pr-form__control--agree {
    font-family: "Flexo Regular"}
.pr-form h2 {
    font-family: "Flexo Regular";
    font-size: 25px;
}
.pr-form h1 {
    font-family: "Flexo Regular";
    font-size: 50px;
    font-weight: normal;
}
.pr-form h3 {
    font-family: "Flexo Regular";
    font-size: 33px;
    font-weight: normal;
}
.pr-form .pr-btn {
    padding: 10px 40px;
    font-family: "Flexo Regular";
    border: none;
}
.pr-form .pr-form__control {
    margin: 10px;
}
.pr-form .pr-form .pr-form__control--text {
    max-width: 100%}
.contact-modal {
    width: 100vw;
}
.contact-modal .modal-dialog {
    max-width: 100vw;
    margin: 0px;
}
.contact-modal .modal-content {
    border: none;
    border-radius: 0px;
    background-color: #58585a;
    color: white;
}
.contact-modal .modal-body {
    padding: 0px;
}
.contact-modal .close {
    color: white;
    font-size: 35px;
    position: absolute;
    right: 20px;
    top: 40px;
}
.modal {
    background-color: #58585a;
}
.justifikator {
    justify-content: space-evenly;
}
.margin-top-negative {
    margin-top: -100px;
}
.margin-bottom-negative {
    margin-bottom: -150px;
}
.little-paddings {
    padding-top: 0px;
    padding-bottom: 0px;
}
@media (min-width:992px) and (max-width:1400px) {
    .pr-hero .pr-hero__heading {
    font-size: 80px;
    line-height: 90px;
    font-family: 'Flexo Regular', sans-serif;
}
.pr-hero .pr-hero__text {
    font-size: 35px;
    line-height: 40px;
    font-family: 'Flexo Regular', sans-serif;
}
.pr-hero .pr-btn {
    font-family: 'Flexo Heavy', sans-serif;
    font-size: 15px;
    padding: 15px 30px;
}
.pr-btn {
    font-family: 'Flexo Heavy', sans-serif;
    font-size: 15px;
    padding: 15px 30px;
}
.bottom-button {
    font-family: 'Flexo Heavy', sans-serif;
    font-size: 15px;
    padding: 15px 30px;
}
.pr-header .pr-header__heading {
    font-size: 20px;
}
.pr-header .pr-header__sub-heading {
    font-size: 40px;
}
.pr-header .pr-header__text {
    font-size: 25px;
}
.pr-accordion .pr-accordion__card-header .btn {
    font-size: 15px;
}
.pr-accordion .pr-accordion__card-body {
    font-size: 17px;
    font-weight: normal;
    font-family: 'Flexo Regular', sans-serif;
}
.pr-accordion .pr-accordion__card-body p {
    font-family: 'Flexo Regular', sans-serif;
    font-size: 17px;
    font-weight: normal;
}
.pr-circle-card .pr-circle-card__content p {
    font-family: 'Flexo Regular', sans-serif;
    font-size: 15px;
}
.card-heading {
    font-size: 15px;
    font-family: 'Flexo Regular', sans-serif;
}
.pr-footer p {
    font-size: 15px;
}
.pr-footer .fa-facebook-f {
    font-size: 32px;
}
.pr-footer .fa-instagram {
    font-size: 32px;
}
.pr-footer .fa-linkedin-in {
    font-size: 32px;
}
.pr-form h3 {
    font-size: 20px;
}
.pr-form h1 {
    font-size: 40px;
    font-family: 'Flexo Heavy', sans-serif;
}
.pr-form h2 {
    font-size: 25px;
}
.pr-form .wpcf7-list-item {
    text-transform: uppercase;
}
.pr-form .pr-form__control {
    font-size: 15px;
}
.pr-form .pr-form__control--agree {
    font-family: 'Flexo Heavy', sans-serif;
}
.pr-form .wpcf7-submit {
    font-family: 'Flexo Heavy', sans-serif;
}
.pr-flip-card .pr-flip-card__after h3, .pr-flip-card .pr-flip-card__after p {
    font-family: 'Flexo Regular', sans-serif;
    font-size: 15px;
}
.pr-tab-pill {
    padding: 15px;
    font-size: 20px;
}
.pr-content-box .pr-content-box__heading {
    font-size: 20px;
    font-family: 'Flexo Regular', sans-serif;
}
.pr-content-box .pr-content-box__text {
    font-size: 15px;
}
.pr-list .pr-list__item {
    font-size: 15px;
}
.pr-cta-box .pr-cta-box__text {
    font-size: 25px;
}
.card-over-title {
    font-family: 'Flexo Regular', sans-serif;
}
.pr-icon-list .pr-icon-list__item.pr-icon-list__item--alternative .pr-icon-list__text {
    font-size: 15px;
}
.pr-hp-map .pr-hp-map--alternative__textbox {
    font-size: 20px;
}
.pr-flip-card .pr-flip-card__card.pr-flip-card--contact--alternative+.pr-flip-card__after p {
    font-size: 15px;
}
.pr-circle-card {
    max-width: 900px;
}
.pr-circle-card .pr-circle-card__content p {
    margin-bottom: 0px;
}
.pr-circle-card .pr-circle-card__content {
    padding: 34px 68px;
}
.pr-circle-card .pr-circle-card__clipper--start, .pr-circle-card .pr-circle-card__clipper--end {
    height: calc(50% - 149px);
}
.pr-arrow {
    font-size: 45px;
    padding: 0px;
    width: 50px;
    height: 50px;
    line-height: 48px;
}
.pr-circle-card__logo {
    display: none;
}
.pr-circle-card .pr-circle-card__logo {
    margin-bottom: 14px;
}
.pr-circle-card__content div {
    margin-top: 15px;
}
.pr-circle .pr-circle__heading span {
    font-family: 'Flexo Regular', sans-serif;
    font-size: 20px;
}
.pr-circle .pr-circle__back .pr-circle__text {
    font-family: 'Flexo Regular', sans-serif;
    font-size: 15px;
}
.pr-partner-steps .pr-partner-types__circle .pr-partner-types__item-inner h4 {
    font-family: 'Flexo Regular', sans-serif;
    font-size: 20px;
}
.pr-h3 {
    font-size: 25px;
}
.pr-content-box .pr-content-box__heading {
    font-size: 21px;
}
.pr-content-box .pr-content-box__text {
    line-height: 21px;
}
.pr-article-card h3 a {
    font-family: 'Flexo Regular', sans-serif;
    font-size: 20px;
}
.pr-article-card h3 {
    font-family: 'Flexo Regular', sans-serif;
    font-size: 20px;
}
.pr-module__heading {
    font-family: 'Flexo Regular', sans-serif;
    font-size: 20px;
}
.pr-module__subheading {
    font-family: 'Flexo Regular', sans-serif;
    font-size: 15px;
}
.pr-module__text {
    font-size: 15px;
}
.pr-blockquote {
    font-family: 'Flexo Regular', sans-serif;
    font-size: 20px;
}
}.grecaptcha-badge {
    display: none;
}
.contact-us-container {
    height: 1300px;
}
@media (max-width:992px) {
    .contact-us-container {
    height: 1500px;
}
}input[type=checkbox], input[type=radio] {
    -moz-appearance: initial;
}
body.gecko .wpcf7-radio input {
    position: relative;
    top: 8px;
    left: 5px;
}
body.gecko .wpcf7-checkbox input {
    position: relative;
    top: 8px;
}
@media (max-width:992px) {
    .pr-form .checkbox .wpcf7-not-valid-tip {
    top: 55px;
}
}@media (max-width:765px) {
    .pr-form .checkbox .wpcf7-not-valid-tip {
    top: 75px;
}
}.pr-form h1 {
    font-size: 28px;
}
@media (max-width:600px) {
    .pr-form h1 {
    font-size: 22px;
}
.pr-form h2 {
    font-size: 22px;
}
.pr-form h3 {
    font-size: 22px;
}
.pr-h3 {
    font-size: 18px;
    line-height: 22px;
}
}.breadcrumbs {
    padding: 2rem;
}
.osmicka {
    max-height: 50px;
}
@media (min-width:1200px) and (min-height:800px) {
    .osmicka {
    max-height: 90px;
}
}.pr-hero header {
    position: relative;
    top: -50px;
}
input.form-control.input--keyword {
    background-color: #e7e8ee;
    font-size: 20px;
    font-style: italic;
    color: #58585a;
    height: 0px;
    margin-bottom: 65px;
    line-height: 65px;
    padding-left: 26px;
    padding-right: 26px;
    background-image: url("data:image/svg+xml, %3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Vrstva_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='29.999px' height='32.477px' viewBox='0 0 29.999 32.477' enable-background='new 0 0 29.999 32.477' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%235A595B' d='M11.904, 23.81C5.342, 23.81, 0, 18.468, 0, 11.904S5.342, 0, 11.904, 0C18.469, 0, 23.81, 5.341, 23.81, 11.904 S18.469, 23.81, 11.904, 23.81z M11.904, 4C7.546, 4, 4, 7.547, 4, 11.904c0, 4.358, 3.546, 7.905, 7.904, 7.905 c4.359, 0, 7.905-3.547, 7.905-7.905C19.81, 7.547, 16.264, 4, 11.904, 4z'/%3E%3Cpath fill='%235A595B' d='M28, 32.477c-0.538, 0-1.073-0.217-1.467-0.642L16.214, 20.691c-0.749-0.811-0.7-2.074, 0.109-2.826 c0.811-0.749, 2.075-0.702, 2.826, 0.108l10.317, 11.144c0.75, 0.811, 0.702, 2.075-0.107, 2.826C28.974, 32.299, 28.486, 32.477, 28, 32.477z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
    background-position: 97% center;
    transition: all .5s ease-in;
    opacity: 0;
}
input.form-control.input--keyword.shown {
    height: 65px;
    opacity: 1;
}
input.form-control.input--keyword::placeholder {
    color: #58585a;
}
input.form-control.input--keyword:focus {
    outline: 0px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
    background-color: #e7e8ee;
    border-color: inherit;
}
@media (min-width:1200px) {
    li.dropdown: hover a.pr-dropdown-toggle.nav-link, li.dropdown:focus a.pr-dropdown-toggle.nav-link {
    color: #0097a2;
}
li.dropdown:hover a.pr-dropdown-toggle.nav-link::before, li.dropdown:focus a.pr-dropdown-toggle.nav-link::before {
    content: "";
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #0097a2;
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 50%;
    margin-left: -4px;
    pointer-events: none;
}
li.dropdown:hover .dropdown-hover-content, li.dropdown:focus .dropdown-hover-content {
    z-index: 9999;
    background: #e7e8ee;
    border-radius: 0;
    border-top: 5px solid #0097a2;
    position: absolute;
    top: 100%;
    left: 0px;
    display: block;
    width: auto;
    padding: 28px 28px 0 28px;
}
li.dropdown:hover .dropdown-hover-content::after, li.dropdown:focus .dropdown-hover-content::after {
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    top: 100%;
    left: 0;
    bottom: 0px;
    background-size: contain;
    height: 400px;
    margin-top: -1px;
    background-repeat: no-repeat;
    position: absolute;
    background-image: url("data:image/svg+xml, %3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0,  SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Vrstva_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='345px' height='73.594px' viewBox='0 0 345 73.594' enable-background='new 0 0 345 73.594' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23E7E8EF' d='M0, 73.594C46.799, 56.93, 170.499, 17.873, 345, 0.077V0H0V73.594z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
li.dropdown:hover .dropdown-menu, li.dropdown:focus .dropdown-menu {
    display: block;
    position: initial;
    border: 0;
    background-color: #e7e8ee;
}
li.dropdown:hover .bold-one .dropdown-item, li.dropdown:focus .bold-one .dropdown-item {
    font-family: 'Flexo Black', sans-serif;
    position: relative;
    display: inline;
}
li.dropdown:hover .bold-one .dropdown-item::after, li.dropdown:focus .bold-one .dropdown-item::after {
    content: "›";
    height: 0;
    width: 0;
    position: absolute;
    top: 2px;
    right: 18px;
    margin-top: -2px;
    pointer-events: none;
}
li.dropdown:hover .dropdown-item, li.dropdown:focus .dropdown-item {
    font-size: 20px;
    color: #58585a;
    font-weight: 300;
    text-transform: none;
}
li.dropdown:hover .dropdown-item:hover, li.dropdown:focus .dropdown-item:hover, li.dropdown:hover .dropdown-item:active, li.dropdown:focus .dropdown-item:active {
    background: #e7e8ee;
    color: #0097a2;
}
}.pr_blog-cat-link {
    color: #0097a2;
    font-family: 'Flexo Medium', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
}
.pr_blog-cat-link:hover, .pr_blog-cat-link:focus {
    text-decoration: none;
}
.pr-content img, .pr-content .wp-caption {
    max-width: 100%;
    height: auto;
}
.alignnone {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    height: auto;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}
.alignleft, .alignright {
    height: auto;
}
.pr-accordion__card-body.pr-accordion__card-body--with-link a {
    text-decoration: underline;
    text-transform: uppercase;
}
.pr_lang-switch {
    list-style: none;
    margin-bottom: 0;
}
.pr_lang-switch span {
    display: none;
}
.pr-footer-eu {
    margin-left: 10px;
}
.pr_list-big {
    list-style-position: inside;
    font-size: 140%;
    padding-left: 0;
}
.pr_text-big {
    font-size: 130%;
    font-family: 'Flexo Bold', sans-serif;
}
.pr_text-bigger {
    font-size: 120%}
.single-pr-career h2+ul, .single-pr-career img+p, .single-pr-career hr+p {
    margin-bottom: 62px;
}
.single-pr-career hr {
    margin-top: 62px;
    margin-bottom: 62px;
    border-top: 8px solid #0097a2;
}