/*
 * Copyright (c) 2020. Button Systems, s.r.o. www.buttonsystems.eu
 */

section {
    padding: 0;
	padding-top: 0;
    text-align: center;
}
section h3 {
    color: var(--black);
}
section .wrap {
}
article.dark section {
	background: #F2F5F7;
}

/* ----------------------------------------------------------------------------------
    Services
  ---------------------------------------------------------------------------------- */

section.ps-services,
section .eyebrow {
    color: var(--black);
}
section a .eyebrow {
    color: var(--blue);
    font-size: 12px;
    font-weight: 600;
}
section.ps-services {
    padding-top: 96px;
    padding-bottom: 0;
    margin-bottom: 0;
}
section.ps-services a.uk-button-text {
    margin-top: 32px;
}
section.ps-services h2 {
    margin: 0 0 64px 0;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
    line-height: 44px;
}
.ps-services__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    width: max(76%, 1110px);
    margin: 0 auto;
    grid-gap: 30px;
    padding-top: 0;
    padding-bottom: 0;
  	grid-gap: 16px;
}
.ps-services__cards .ps-services__card {
    text-align: left;
    display: grid;
    grid-template-columns: 160px 1fr;
    background: var(--bg);
    border-radius: 6px;
    font-weight: bold;
    padding: 20px;
    transition: box-shadow .25s ease-in-out;
    color: var(--black);
    align-items: flex-start;
    position: relative;
    padding-left: 0;
    grid-row-gap: 40px;
}
.ps-services__cards .ps-services__card .ps-card__background-link {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background: transparent;
    z-index: 1;
    display: block;
}
.ps-services__cards .ps-services__card .ps-card__background-link:hover {
    text-decoration: none;
    transition: box-shadow .25s ease-in-out;
    box-shadow: inset 0px 0px 0px 1px #CDD3D7;
    border-radius: 6px;
}
.ps-services__cards.ps-simple .ps-services__card {
    align-items: center;
}
.ps-services__cards .ps-services__card p {
    line-height: 2;
    margin: 0;
    font-size: 20px;
    font-weight: 900;
}
.ps-services__cards .ps-services__card p span {
    font-weight: 400;
    max-width: 100%;
    padding: 0;
    padding-top: 8px;
    margin: 0;
    font-size: 15px;
    display: inline-block;
    line-height: 24px;
}
.ps-services__cards .ps-services__card span.btn__fake {
  font-size: 16px;
  display: inline-block;
  line-height: 22px;
  font-weight: 600;
  grid-column: 2;
  align-self: end;
  width: fit-content;
  position: relative;
  cursor: pointer;
}
.ps-services__card:hover .btn__fake:before {
	    right: 20px;
}
.ps-services__cards .ps-services__card p .uk-button {
  font-weight: 600;
  margin-top: 30px;
  font-size: 16px;
}
.ps-services__cards .ps-services__card p .uk-button span {
    display: inline;
}
.ps-simple.ps-services__cards .ps-services__card {
  grid-template-columns: 128px 1fr;
}
.ps-services__cards .ps-services__card img {
  justify-self: center;
  position: relative;
  top: 0;
  align-self: baseline;
  max-height: 80px;
  max-width: 80px;
}
.ps-simple .ps-services__card {
	transition: box-shadow .25s ease-in-out;
	cursor: pointer;
}
.ps-simple .ps-services__card:hover {
	text-decoration:none;
	transition: box-shadow .25s ease-in-out;
	box-shadow: inset 0px 0px 0px 1px #CDD3D7;
}
.ps-simple .ps-services__card img {
	top: 0;
  max-width: 56px;
  margin: 0 32px 0 40px;
	justify-self: center;
}
.ps-simple .ps-services__card p {
	font-size: 16px;
	font-weight: 700;
}
.ps-services__cards .ps-services__card span.btn__fake,
.ps-services__cards .ps-services__card img {
  pointer-events: none;
}
/* ----------------------------------------------------------------------------------
    Analysis
  ---------------------------------------------------------------------------------- */
.ps-analysis {
    padding-bottom: 6em;
}

.ps-analysis .wrap {
    max-width: 55%;
    margin: 0 auto;
}

/* ----------------------------------------------------------------------------------
    Partners
  ---------------------------------------------------------------------------------- */
.ps-partners {
    padding-top: 0;
    padding-bottom: 96px;
}

.ps-partners h2 {
    margin: 16px 0 64px 0;
}
.ps-partners__card em {
    color: var(--black);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}
.ps-partners__card .uk-slider {
    width: 100%;
    float: right;
}
.ps-partners__card {
    border-top: 1px solid var(--black15);
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 180px 1fr;
    justify-items: baseline;
    align-items: center;
}
.ps-partners__card ul li img {
	transform: translateY(-50%);
  top: 50%;
  position: relative;
}
.ps-partners__card ul li {
	margin-top: 12px;
  margin-bottom: 12px;
}
.ps-partners__card:last-child {
    border-bottom: 1px solid var(--black15);
}
.ps-partnersSimple h3 {
  margin-bottom: 32px;
  font-size: 28px;
  line-height: 34px;
}
.ps-partnersSimple__row {
  max-width: 730px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
  gap: 16px;
  align-items: center;
}
.ps-partnersSimple__row img   {
  max-width: calc(100% / 4 - 12px);
}

/* ----------------------------------------------------------------------------------
    Newsletter
  ---------------------------------------------------------------------------------- */
.ps-newsletter {
  background: var(--bg);
  padding: 64px;
	margin-bottom: 96px;
  padding-top: 64px;
}
.ps-newsletter h3 {
  margin: 0em 0 1.5em 0;
}
.ps-newsletter p {
  max-width: 50ch;
  margin: 3em auto 0em auto;
  color: var(--black);
  margin: auto !important;
}
.ps-newsletter .form__contact--inline form {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 540px;
  margin: auto;
	grid-column-gap: 16px
}
.ps-newsletter .form__contact--inline .wpforms-field-container {
    grid-column: 1/-1;
    display: grid;
}
.ps-newsletter .form__contact--inline .wpforms-field-container > div:last-child {
	padding: 0 !important;
}
div.wpforms-container-full .wpforms-form h3,
.ps-newsletter .form__contact--inline  h3 {
  font-size: 28px;
	line-height: 34px;
	margin-bottom: 26px;
	margin-top: 0;
}

.ps-newsletter div.wpforms-container-full .wpforms-form h3,
.ps-newsletter .form__contact--inline h3 {
  margin-bottom: 0;
  font-size: 28px;
  line-height: 34px;
}
.ps-newsletter div.wpforms-container-full .wpforms-form .wpforms-field-html {
  padding-top: 0 !important;
}


/* ----------------------------------------------------------------------------------
    Search
  ---------------------------------------------------------------------------------- */
.ps-search__results-item {
    text-align: left;
    padding: 48px 0;
}
.ps-search__results-item h4 {
    font-size: 16px;
    margin-bottom: 0;
	line-height: 26px;
}
.ps-search__results-number {
    text-align: left;
    padding-top: 16px;
    color: #6D6F70;
    font-size: 15px;
}
.ps-search__results-item p {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
	line-height: 26px;
  }
  .ps-search__results-item a {
    font-size: 15px;
    margin: 0;
    padding: 0;
	line-height: 25px;
  }
.ps-search,
.ps-search__results  {
	max-width:  730px;
	margin: auto;
}
.ps-search__results  {
	margin-bottom: 96px;
}
.ps-search form.uk-search {
	background: transparent;
    display: grid;
    grid-template-columns: 1fr 192px;
}
.ps-search form .pm-material-design input {
	height: 60px;
	border-radius: 6px;
	border: 1px solid #E2E6E9;
	color: #212526 !important;
	font-size: 16px;
	padding: 24px 16px 6px 12px;
}
.ps-search form .pm-material-design label {
    top: 19px;
    font-size: 16px !important;
	left: 8px;
}
.ps-search form .pm-material-design input:focus ~ label,
.ps-search form .pm-material-design.not-empty label {
    font-size: 0.6rem !important;
    color: #6D6F70 !important;
    transition: all .125s ease !important;
    position: absolute !important;
    top: 4px !important;
    left: 8px !important;
}

.ps-search form .pm-material-design label{
	color: #6D6F70;
}
.ps-search .uk-search.uk-search-navbar input[type=submit] {
	display: inline-block;
    background: var(--blue);
    border-radius: 6px;
    margin-left: 8px;
}
.ps-search .uk-search.uk-search-navbar input[type=submit]:focus {
	outline: none;
}
.ps-search .uk-search.uk-search-navbar input[type=submit]:hover {
    background-color: var(--blue-hover);
    color: #fff;
}
.ps-search ::-webkit-input-placeholder {
         color: transparent;
}
.ps-search :-moz-placeholder { /* Firefox 18- */
         color: transparent;
}

.ps-search ::-moz-placeholder {  /* Firefox 19+ */
         color: transparent;
}

.ps-search :-ms-input-placeholder {
         color: transparent;
}

/* ----------------------------------------------------------------------------------
    ContactUs
  ---------------------------------------------------------------------------------- */
.ps-contactUs {
  padding: 0;
  margin-top: -96px;
}
.ps-contactUs h3 {
  margin-top: 16px;
  margin-bottom: 0;
	font-size: 28px;
  line-height: 34px;
}
.ps-contactUs p {
  margin-top: 16px;
  font-size: 28px;
  font-size: 18px;
  margin-bottom: 12px;
}
.ps-contactUs .wrap {
    padding: 64px 0;
}
.ps-contactUs .ps-button__wrap a {
  padding: 8px 32px;
}
.ps-contactUs a {
    display: inline-block;
}
/* ----------------------------------------------------------------------------------
    Benefits
  ---------------------------------------------------------------------------------- */
.ps-benefits {
    padding: 96px 0;
    background-color: var(--bg);
    color: var(--black);
    margin-bottom: 96px;
}
.ps-benefits h3 {
    padding: 16px 0 96px 0;
    margin: 0;
}
.ps-benefits .benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 64px;
    grid-column-gap: 30px;
    margin-top: 96px;
}

.ps-benefits .benefits__card {
    text-align: left;
    background: white;
    display: grid;
    grid-template-columns: max-content 1fr;
    background: var(--bg);
    border-radius: 6px;
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 0;
    grid-column-gap: 24px;
}

.ps-benefits .benefits__card p {
    margin-top: 0;
    font-weight: 900;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
}

.ps-benefits .benefits__card p span {
    font-weight: 400;
    display: block;
    max-width: 100%;
    margin: 0;
    padding-top: 6px;
    font-size: 15px;
    line-height: 24px;
}

.ps-benefits .benefits__card img {
    justify-self: center;
    width: 64px;
    margin: 0;
    margin-top: 0;
}


/* ----------------------------------------------------------------------------------
    FAQ
  ---------------------------------------------------------------------------------- */

.ps-faq {
  padding-top: 0;
  margin-bottom: 96px;
}
.ps-faq ul {
  text-align: left;
}
.ps-faq .uk-accordion-title {
  font-weight: 900;
  font-size: 16px;
  border-top: 1px solid #DEDEDE;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 26px;
}
.uk-accordion-content {
  font-size: 16px;
  font-weight: 100;
  margin: 0;
  padding: 0 0 32px 0;
}
.uk-accordion-content p {
	margin: 0;
	padding: 0;
}
.uk-accordion-content *:empty {
    display: none;
}
.ps-faq .uk-accordion li:last-child {
	padding-bottom:0;
	border-bottom: 1px solid #DEDEDE;
}
.ps-faq .uk-accordion li:last-child .uk-accordion-content {
	padding-bottom: 12px;
}
.ps-faq-excerpt {
  padding-top: 96px;
  padding-bottom: 64px;
}
.ps-faq-excerpt .wrap {
  font-size: 20px;
  max-width: 730px;
  margin: 0 auto;
}
.ps-faq-excerpt p {
	margin: 0;
	text-align: left;
}
.ps-faq .uk-accordion {
  margin: 0 auto 32px auto;
}
.dark .ps-faq .uk-accordion {
  margin: 0 auto 64px auto;
}
.ps-block-full .ps-faq .uk-accordion {
	width: 100%;
	max-width: 1110px;
}
.ps-faq .uk-button-text {
	margin-bottom: 0;
}
.dark .ps-faq .wrap {
  max-width: 730px;
  margin: auto;
  width: 100%;
}

/* ----------------------------------------------------------------------------------
    KARIERA
  ---------------------------------------------------------------------------------- */
.ps-kariera {
    /* background: var(--bg); */
}

.ps-kariera .kariera__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.ps-kariera .kariera__card {
    text-align: left;
    background: white;
    display: grid;
    /* grid-template-columns: 25% 75%; */
    grid-template-columns: 1fr;
    /* background: var(--bg); */
    border-radius: 6px;
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 16px;
    grid-row-gap: 16px;
}

.ps-kariera .kariera__card p {
    margin-top: 0;
}

.ps-kariera .kariera__card p span {
    font-weight: 400;
    display: block;
    max-width: 90%;
    padding-top: .5rem;
}

.ps-kariera .kariera__card img {
    /* justify-self: center; */
    justify-self: flex-start;
}

/* ----------------------------------------------------------------------------------
      JoinUs
---------------------------------------------------------------------------------- */
.ps-joinUs {
    background: var(--bg);
}

.ps-joinUs form {
    max-width: 80ch;
    margin: 0 auto;
}

/* ----------------------------------------------------------------------------------
      BLOG
---------------------------------------------------------------------------------- */
.dark section.ps-blog {
	margin-bottom:0;
  padding: 0 96px 96px 96px;
}
section.ps-blog {
	margin-bottom:64px;
  margin-bottom: 96px;
}
section.ps-blog h3 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 32px;
}
.dark section.ps-blog .wrap > h3 {
  padding-top: 96px;
}
/* section.ps-blog.aboutUs .wrap > h3 {
  display: none;
} */
.blog__grid {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: repeat(3, 1fr);
}

/* ----------------------------------------------------------------------------------
      ALTERNATIVA Ku CARDS
---------------------------------------------------------------------------------- */
/* .blog__grid {
    display: flex;
    grid-gap: 32px;
    justify-content: center;
}
.blog__card {
    height: 100%;
    width: max(calc(100% / 4), calc(100% / 3));
} */


/* .ps-reference-media__link.uk-button-text, */
.ps-blog .uk-button-text {
  margin-top: 32px;
  display: grid;
  min-width: 0;
  float: left;
  justify-self: center;
  align-self: center;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  grid-gap: 5px;
}

.ps-blog.bg {
    background: var(--bg);
    padding-top: 96px;
    padding-bottom: 96px;
}
.ps-blog.bg .uk-card-default {
    border: none;
	transition: box-shadow .25s ease-in-out;
	cursor: pointer;
}
.ps-blog.bg .uk-card-default:hover {
    transition: box-shadow .25s ease-in-out;
    box-shadow: inset 0px 0px 0px 1px #CDD3D7;
}

.uk-card-title {
    font-size: calc(18px + (21 - 18) * ((100vw - 300px) / (1600 - 300)));
}

.uk-card-default .uk-card-title {
    color: var(--black);
	padding: 0 0 16px 0;
    margin: 0;
    font-size: 18px;
    line-height: 26px;
}
.uk-card-default h3.uk-card-title a {
	 color: var(--black);
}
.uk-card-default h3.uk-card-title a:hover {

}

.uk-card-default p {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 9px;
    font-size: 15px;
	line-height: 24px;
	margin: 0;
}

.uk-card-default {
    height: 100%;
}
.blog__author {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    font-size: 90%;
    margin-top: 2em;
    position: absolute;
    bottom: 24px;
	grid-gap: 16px;
}
.blog__card .featured__excerpt {
	padding-bottom: 64px;
}
.blog__card .featured__excerpt a {
	font-size: 15px;
    display: inline-block;
    line-height: 28px;
}
.blog__card .blog__author a {
	color: var(--black);
}
.blog__author .blog__author-img {
	display: block;
    overflow: hidden;
    border-radius: 50%;
    width: 48px;
    height: 48px;
}
.blog__author .blog__author-img img{
	height: 100%;
	position: relative;
    object-fit: cover;
}
.blog__author p {
    margin: 0;
    color: var(--black);
    line-height: 1.45;
	font-size: 14px;
}

.blog__author p span {
    display: block;
    color: var(--black65);
    font-size: 100%;
	padding-top: 0px;
}
.uk-card-body {
    padding-bottom: 85px;
}

.uk-card .uk-card-media-top {
    width: 100%;
    padding-top: 49.55%;
    position: relative;
}
.uk-card .uk-card-media-top img {
    object-fit: cover;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
.blog__card h4 {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 16px;
}
section.ps-featured {
	padding: 0 0 64px 0;
}
.featured__grid {
  display: grid;
  grid-template-columns: 7fr 3fr;
  grid-gap: 64px;
  position: relative;
  max-height: unset;
  overflow: hidden;
}
.featured__grid .blog__author {
  bottom: 0;
  position: relative;
  margin-top: 16px;
  flex: 1;
  align-content: end;
}
.featured__grid .blog__author img {
  width: 100%;
  max-height: unset;
  object-fit: cover;
  object-position: top;
  height: 100%;
}
.featured__content {
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: stretch;
}
.featured__content > a {
	font-size: 12px;
}
.featured__grid img {
  width: 100%;
  max-height: unset;
  object-fit: cover;
  object-position: top;
  height: 100%;
}
.featured__content .eyebrow {
  font-size: 12px;
  font-weight: 600;
}
.featured__content h3 {
  font-size: 24px;
  font-weight: 900;
  margin: 16px 0;
  line-height: 34px;
  margin-top: 0;
}
.featured__content h3 a {
	color: var(--black);
}
.featured__content p {
  padding: 0;
  margin: 0;
  line-height: 26px;
  font-size: 16px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  max-height: 6em;
}
.featured__content .featured__excerpt a {
  font-size: 16px;
  padding-top: 8px;
  display: block;
}

.featured__content .blog__author p {
	font-size:  14px;
}
.featured__content .blog__author p a {
	color: var(--black);
	font-size:  14px;
}
.featured__content .blog__author p span {
	color: #6E7171;
	padding: 0;
  line-height: 14px;
}

/* ----------------------------------------------------------------------------------
      BLOG ARTICLE
---------------------------------------------------------------------------------- */

.ps-aboutAuthor .wrap,
.ps-authorShare .wrap,
.ps-share .wrap,
.ps-discussion .wrap {
    margin: 0 auto;
	width: 100%;
    max-width: 730px;
}

/* ----------------------------------------------------------------------------------
      BLOG AUTHOR PAGE - specialna stranka autora
---------------------------------------------------------------------------------- */
header .ps-aboutAuthor__author h3 a {
    font-size: 28px;
    font-weight: 900;
    line-height: 34px;
}
header .ps-authorShare__wrap {
    width: 222px;
    height: 222px;
    grid-row: 1/-1;
    align-self: flex-start;
}
header .ps-aboutAuthor__author {
    grid-template-rows: 50px 1fr auto;
    padding: 64px 0;
    border-bottom: 1px solid #D9DCDE;
    margin-bottom: 64px;
	column-gap: 96px;
}

header .ps-authorShare__wrap img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
header .ps-aboutAuthor__author p {
	margin: 0;
	font-size: 16px;
	line-height: 26px;
}
header .ps-aboutAuthor__author h3,
header .ps-aboutAuthor__author p,
header .ps-aboutAuthor__author .ps-button__wrap {
    grid-column: 2;
}

/* ----------------------------------------------------------------------------------
      Povedali o nas
---------------------------------------------------------------------------------- */
.dark section.ps-blog.aboutUs {
	margin-bottom: 0;
}
.ps-blog.aboutUs .blog__card h3 {
    font-weight: normal;
	font-weight: normal;
    margin: 24px 0 16px 0;
    padding: 0;
}
.ps-blog.aboutUs .uk-card-default {
	padding-top: 24px;
	transition: border .25s ease-in-out;
	cursor: pointer;
	padding-bottom: 64px;
}
.ps-blog.aboutUs .blog__card h4 {
	margin-bottom: 24px;
	font-size: 18px;
}
.ps-blog.aboutUs .uk-card-default:hover {
	/* border: 1px solid var(--black40); */
	transition: all .25s ease-in-out;
}
.ps-blog.aboutUs .blog__author {
	bottom: 0;
}
.ps-blog.aboutUs .blog__author a {
  color: var(--blue);
  font-size: 15px;
	bottom: 15px;
  display: block;
}
.ps-blog.aboutUs .uk-card-body {
	padding: 0;
}
.ps-blog.aboutUs .uk-card-body a p {
	color: #6E7171;
}
.ps-blog.aboutUs .uk-card-default .blog__author {
	grid-template-columns: 1fr;
}

/* ----------------------------------------------------------------------------------
      Prosight People
---------------------------------------------------------------------------------- */
.ps-prosightPeople {
  background: var(--black);
  padding-top: 96px;
	padding-bottom: 32px;
	margin-bottom: 96px;
  /* margin-bottom: 0; */
}
.ps-prosightPeople h2 {
	color: white;
	margin: 0;
}
.ps-prosightPeople__slide {
  max-width: 80ch;
  margin: 0 auto;
  display: grid;
  flex-direction: column;
  justify-items: center;
  align-self: center;
}

.ps-prosightPeople ul li {
    display: grid;
}
.ps-prosightPeople__slide b {
    padding: 1em 0 0 0;
}

.ps-prosightPeople__slide small {
    font-size: 100%;
    color: white;
}

.ps-prosightPeople__slide b,
.ps-prosightPeople__slide p {
    color: white;
    font-size: 22px;
    line-height: 32px;
    max-width: 730px;
}
.ps-prosightPeople__slide p {
    margin-bottom: 0;
}
.ps-prosightPeople__slide-img {
	width: 128px;
  height: 128px;
  border-radius: 50%;
  overflow: hidden;
  margin: 48px 0 0 0;
}
.ps-prosightPeople__slide-img img {
    object-fit: cover;
    position: relative;
    height: 100%;
	min-width: 100%;
}
/* List */
.ps-prosightPeopleGallery  {
	margin-bottom: 96px;
}
.prosightPeople__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 32px;
    justify-items: center;
	max-width: 1110px;
    margin: 0 auto;
}

.prosightPeople__card {
    display: grid;
    text-align: left;
    color: var(--black);
    width: 100%;
    transition: var(--anim25);
	overflow: hidden;
}
.prosightPeople__card img {
	width: 100%;
}

.prosightPeople__card:hover {
    text-decoration: none;
/*     box-shadow: var(--shadowHover);
    box-shadow: var(--shadow2); */
    transition: var(--anim25);
	color: var(--black);
}
.prosightPeople__card img {
	transform-origin: bottom;
	transition: var(--anim45);
}
.prosightPeople__card:hover img {
	transition: var(--anim45);
	transform: scale(1.05);
    transform-origin: bottom;
}

.prosightPeople__card b {
    padding-top: 16px;
    padding-bottom: 8px;
    padding-left: 0;
    padding-right: 8px;
    font-size: 18px;
    font-weight: 900;
}

.prosightPeople__card small {
    color: var(--black65);
    padding: 0 8px 16px 0;
	line-height: 21px;
	font-size: 15px;
    min-height: 56px;
}

.ps-prosightPeopleGallery h3 {
    text-align: left;
    width: 100%;
}

.prosightPeople__grid h3 {
    grid-column: 1 / -1;
	margin: 0;
    font-size: 28px;
    line-height: 34px;
}
.prosightPeople__grid h3:not(:first-child) {
    margin-top: 64px;
}
.staffCard.uk-modal-dialog {
    width: min(96%, 1068px) !important;
}

.staffCard.uk-modal-body {
    padding: 64px;
    max-width: unset;
}
.staffCard.uk-modal-body img {
	min-width: 459px;
}

.staffCard__modal-content {
    display: grid;
    grid-template-columns: 5fr 5fr;
    grid-gap: 64px;
	align-items: start;
}
.staffCard__modal-content-text {
      padding-top: 24px;
}
.staffCard__modal-content p {
	font-size: 16px;
	line-height: 26px;
}
.staffCard__modal-content .page {
	font-size: 16px;
	line-height: 26px;
}
.staffCard__modal-content a.uk-button {
  font-size: 15px;
  padding: 0 6px;
  color: var(--blue);
  transition: background .25s ease-in-out;
  border: 1px solid var(--blue);
  padding: 6px 24px;
}
.staffCard__modal-content a.uk-button:hover {
	transition: background .25s ease-in-out;
	background:#F1F1F1;
}
.staffCard__modal-content a.uk-button.uk-button-primary {
	padding: 6px 24px;
  margin-right: 12px;
	color: white;
	transition: background .25s ease-in-out;
}
.staffCard__modal-content a.uk-button.uk-button-primary:hover {
	background: var(--blue-btn-hover);
	transition: background .25s ease-in-out;
}
.staffCard__modal-content-text h4 {
	margin: 0;
}
.staffCard__modal-content-text small {
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  color: #212526;
  padding-top: 8px;
  display: block;
}
/* ----------------------------------------------------------------------------------
      Filter
---------------------------------------------------------------------------------- */
.ps-filter {

}
.ps-filter .uk-navbar-nav li a {
	padding: 10px 15px;
    border-radius: 8px;
}
.ps-filter .uk-navbar-nav li:hover a {
    background-color: #eef5ff;
    color: var(--blue);
    transition: all .25s ease-in-out;
}
.ps-filter .uk-navbar-nav .uk-active a {
    color: var(--black65);
}

.ps-filter .uk-navbar-center {
    border-top: 1px solid var(--black15);
}

.ps-filter .uk-navbar-nav {
    margin: 0 auto;
    padding-top: 22px;
    padding-bottom: 54px;
	gap: 12px;
}

.ps-filter .uk-navbar-nav a {
    color: var(--blue);
    font-weight: 600;
    font-size: 16px;
    text-transform: none;
}

/* ----------------------------------------------------------------------------------
      CTA
---------------------------------------------------------------------------------- */
.ps-cta {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  margin: 96px 0 96px 0;
}
.ps-cta p {
    margin: 0;
    padding: 0;
    margin: 0 auto 32px auto;
}
.ps-cta p:empty {
    display: none;
}
.ps-cta.bg .wrap {
    background: var(--bg);
}
.ps-cta .wrap {
  border-radius: 6px;
  padding: 0;
  max-width: 730px;
  margin: 0 auto;
}
.ps-cta h3 {
  font-size: 28px;
  font-weight: 900;
	font-weight: 100;
  line-height: 34px;
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
}
.ps-cta .uk-button-primary {
  background: var(--blue);
  color: white;
  transition: all .25s ease;
  border: none;
}
.ps-cta .uk-button-primary:hover {
  background: var(--blue-btn-hover);
  color: white;
  transition: all .25s ease;
}
.dark .ps-cta {
    width: 100%;
    max-width: 100%;
}
.dark .ps-cta .wrap {
  padding:64px;
  background: #F2F5F7;
  border-radius: 6px;
  max-width: 100%;
  width: 100%;
}
.dark .ps-cta h3 {
    font-weight: 900;
	margin: 0 auto 16px auto;
}
.dark .ps-cta h3,
.dark .ps-cta p {
	max-width: 730px;
}
.ps-cta.fancy {
	padding: 0;
}
.ps-cta.fancy img {
   margin-bottom: 16px;
}
.ps-cta.fancy h3 {
   margin: 0;
   font-size: 28px;
   font-weight: 900;
   margin-bottom: 16px;
}
.dark.full .ps-cta .wrap {
    grid-column: 1 / -1;
    width: 100%;
    padding: 96px;

}
.dark.full .ps-cta h3 {
    font-weight: 400;
    font-weight: 400;
    max-width: 730px;
    margin: 0 auto 32px auto;
}



/* ----------------------------------------------------------------------------------
      Dynamicke CTA
---------------------------------------------------------------------------------- */
.ps-cta p:empty {
  display: none;
}
.dark .ps-cta {
  margin-bottom: 0;
}
.ps-cta section.pl-cta .wrap h3 {
  margin-bottom: 0;
  font-size: 28px;
  line-height: 34px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 12px;
  font-weight: 900;
}
.ps-cta section.pl-cta .wrap p {
  padding-bottom: 12px;
  max-width: 50ch;
}
.ps-cta.ps-cta-simple section.pl-cta .wrap h3 {
    font-size: 28px;
    font-weight: 100;
    line-height: 34px;
    margin: 0;
    padding: 0;
    margin-bottom: 16px;
    max-width: 100%;
}
.ps-cta.ps-cta-simple section.pl-cta .wrap .uk-button-primary.uk-button-large {
    margin-top: 8px;
}
.ps-cta section.pl-cta {
    margin: 0 auto;
}
.ps-newsletter .pl-form {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
}
.ps-newsletter .pl-form__inputs {
    display: grid;
}
.ps-newsletter .pl-form__inputs h3 {
  order:1;
  margin-bottom: 12px;
}
.ps-newsletter .pl-form__inputs .pl-form__group {
  order: 3;
  max-width: 540px;
  margin: auto;
  width: 100%;
}
.ps-newsletter .pl-form__inputs span {
  order: 2;
  line-height: 1.6;
  max-width: 540px;
  margin: auto;
  width: 100%;
  margin-bottom: 12px;
}
.ps-newsletter .pl-form__inputs .pl-form__group .pl-form__button {
  left: auto;
  transform: none;
  margin-top: 16px;
}

@media all and (max-width: 1120px) {

}

/* ----------------------------------------------------------------------------------
      AboutAuthor
---------------------------------------------------------------------------------- */
.ps-aboutAuthor {
    margin-bottom: 64px;
}
.ps-aboutAuthor .form__contact--accordeon  {
 	background: #F2F5F7;
    padding: 0 96px 32px 96px;
}
.ps-aboutAuthor a.uk-button {
    font-size: 15px;
}
.ps-aboutAuthor .form__contact--accordeon  form h2 {
	margin: 48px 0 32px 0;
}
.ps-aboutAuthor #pm-contact-author form .wpforms-field-html {
	padding-bottom: 0px !important;
}

.ps-aboutAuthor img {
    float: left;
}

.ps-aboutAuthor h3 {
    float: left;
}

.ps-aboutAuthor__author {
    display: grid;
    grid-template-columns: auto 1fr;
    text-align: left;
    align-items: center;
    grid-gap: 24px;
}

.ps-aboutAuthor__author h3 {
    margin: 0;
    padding: 0;
    min-height: 68px;
}
.ps-aboutAuthor__author h3 a {
	color: var(--black);
}
.ps-aboutAuthor p {
    text-align: left;
    padding-bottom: 1rem;
    font-size: 16px;
    line-height: 26px;
}

.ps-aboutAuthor a {
    float: left;
}

/* ----------------------------------------------------------------------------------
      AuthorShare
---------------------------------------------------------------------------------- */
.ps-share {
    padding-bottom: 0;
    margin-bottom: 0;
}
.ps-share .wrap {
    border-top: 1px solid var(--black15);
    border-bottom: 1px solid var(--black15);
    padding: 16px 0;
}
.ps-share.ps-share-gallery {
	margin: 96px auto 96px auto;
}
/* .ps-share.ps-share-gallery .wrap {
	padding: 0;
	border: none;
} */

.ps-share .wrap img {
    padding: 0 16px;
}
.ps-discussion .uk-card {
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
    padding: 0;
    border: none;
    margin: 0 !important;
}
.ps-discussion .uk-card.on {
    max-height: 1500px;
    transition: max-height 0.25s ease-in;
    padding: 0;
    margin-top: 36px !important;
}

.ps-discussion .wrap {
    border-top: 1px solid var(--black15);
    border-bottom: 1px solid var(--black15);
    padding: 13px 0;
}

.ps-authorShare .wrap {
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: center;
}
.ps-authorShare {
	padding: 0 0 64px 0;
}
.ps-authorShare__wrap img {
    object-fit: cover;
	height: 100%;
}
.ps-aboutAuthor .ps-authorShare__wrap,
.ps-authorShare__wrap {
    border-radius: 50%;
    overflow: hidden;
    width: 48px;
    height: 48px;
    position: relative;
}
.ps-aboutAuthor .ps-authorShare__wrap {
    width: 64px;
    height: 64px;
}

.ps-authorShare__author {
    display: grid;
    grid-template-columns: auto max-content;
    align-items: center;
    font-size: 90%;
	grid-gap: 16px;
}
.ps-authorShare__author p {
    margin: 0;
    color: var(--black);
    line-height: 24px;
    text-align: left;
    font-size: 14px;
	text-transform: capitalize;
}
.ps-authorShare__author p a {
	color: var(--black);
}
.ps-authorShare__author img {
	height: 100%;
}

.ps-authorShare__author p span {
    display: block;
    color: var(--black65);
    font-size: 95%;
}

.ps-authorShare__share {
    text-align: right;
}

.ps-authorShare__share img {
    padding: 0 8px;
}
.ps-authorShare__share a:last-child img {
    padding-right: 0;
}

/* zmena pri dvoch autoroch */
.ps-authorShare .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;               
    gap: 20px;
}

.ps-authors__container {
    display: flex;
    align-items: center;
    flex-wrap: wrap; 
    gap: 24px; 
}

.ps-authorShare__share {
   padding-left: 60px;
}

@media (max-width: 800px) {
    .ps-authorShare .wrap {
        grid-template-columns: 1fr;
        gap: 24px; 
    }
	
    .ps-authors__container {
       justify-content: center; 
    }

	.ps-authorShare .wrap {
    display: grid;
	}
}




.uk-button.butonx {
    margin: 0 auto;
}
.uk-button.butonx i,
.uk-button.butonx em {
    color: var(--blue) !important;
}

.uk-button.butonx em,
.uk-button.butonx i {
    font-style: normal;
}

.butonx.on em,
.butonx i {
    display: none;
}

.butonx em,
.butonx.on i {
    display: block;
}

.butonx.on span {
    transform: rotate(-180deg);
}

.butonx {
    display: grid;
    grid-template-columns: auto 35px;
    align-items: center;
}
.ps-discussion {
	margin: 32px 0 96px 0;
}
/* ----------------------------------------------------------------------------------
      Blog Content
---------------------------------------------------------------------------------- */
header.ps-blog {
    background-image: none;
    background-color: transparent;
}
header.ps-blog .wrap {
	display: block;
}
header.ps-blog .wrap h1 {
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    max-width: 730px;
}
header.ps-blog .wrap .ps-eyebrow {
    display: block;
    text-align: center;
}
header.ps-blog .pm-general-featured-full-wrapper {
	position: relative;
	overflow:hidden;
	height: 555px;
}
header.ps-blog .pm-general-featured-full-wrapper img {
    object-fit: cover;
    position: relative;
    object-position: 50% 50%;
    height: 100%;
    width: 100%;
}

.blog__card {
	height: 100%;
  border-radius: 6px;
}
.dark .blog__card {
    border-radius: 6px;
    overflow: hidden;
}
.blog__card .uk-card:hover {
    box-shadow: inset 0px 0px 0px 1px #CDD3D7;
    transition: box-shadow .25s ease-in-out;
}
.blog__card .uk-card-body {
	padding: 16px 0;
}
.blog__card .uk-card-body a span.eyebrow {
	margin-bottom: 16px;
	display: block;
}

.blog__card .uk-card-default {
  border-radius: 6px;
}

/* ----------------------------------------------------------------------------------
      CookieBar
---------------------------------------------------------------------------------- */
.ps-cookieBar {
    position: fixed;
    bottom: 0;
    background: var(--blue);
    width: 100vw;
    max-width: 100vw;
    padding:0;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
    z-index: 1;
    right: 0;
    color: white;
    z-index: 999;
}
.ps-cookieBar .wrap {
    display: grid;
    grid-template-columns: 5fr 1fr;
    grid-template-rows: 1fr;
    font-size: 13px;
    grid-gap: 15px;
    justify-content: center;
    align-items: center;
    align-content: center;
    justify-items: center;
    width: inherit;
    padding: 24px;
    width: 100%;
}
.ps-cookieBar .wrap br {
	display: none;
}
.ps-cookieBar .wrap a {
	color: white;
	text-decoration: underline;
}
.ps-cookieBar .wrap a.uk-button {
	text-decoration: none;
	grid-row: 1;
	grid-column: 2;
	background: white;
  color: var(--black);
	transition: var(--anim35);
  justify-self: flex-start;
}
.ps-cookieBar .wrap a.uk-button:hover {
	background: rgb(255 255 255 / 0.8);
	transition: var(--anim35);
}
.ps-cookieBar .wrap a:hover {
	text-decoration: none;
}
.ps-cookieBar p {
    float: left;
    text-align: left;
    margin: 0;
}
/*
@media screen  and (max-width: 1280px) {
	.ps-cookieBar {
		max-width: 100%;
		width: 55vw;
	}
}
@media screen  and (max-width: 880px) {
	.ps-cookieBar {
		max-width: 100%;
		width: 75vw;
	}
	.ps-cookieBar .wrap {
		padding: 26px 36px;
	}
}
@media screen  and (max-width: 620px) {
	.ps-cookieBar {
		max-width: 100%;
		width: 100vw;
	}
	.ps-cookieBar .wrap {
		padding: 26px 36px;
	}
} */

/* ----------------------------------------------------------------------------------
      Gallery
---------------------------------------------------------------------------------- */
.ps-gallery {

}
.ps-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
  justify-items: center;
  margin-bottom: 48px;
}
.ps-gallery__card img {
  width: 100%;
  min-height: 298px;
  object-fit: cover;
  max-height: 298px;
}
.ps-gallery__card {
  display: grid;
  text-align: left;
  color: var(--black);
  transition: var(--anim25);
  width: 100%;
  overflow: hidden;
  align-content: baseline;
}
a.ps-gallery__card {
    color: var(--black);
}
a.ps-gallery__card:hover {
    color: var(--black);
}
.ps-gallery__card img {
	transform-origin: bottom;
	transition: var(--anim45);
}
.ps-gallery__card:hover img {
	transition: var(--anim45);
	transform: scale(1.05);
    transform-origin: bottom;
}
.ps-gallery__card:hover b {
	color: var(--black);
}
.ps-gallery__card b {
    padding-top: 16px;
    padding-bottom: 2px;
    padding-left: 0;
    padding-right: 8px;
    max-width: 36ch;
	font-size: 15px;
	line-height: 21px;
}
.ps-gallery__card small {
    color: var(--black65);
    padding: 0 8px 16px 0;
    font-size: 14px;
	line-height: 21px;
}


/* ----------------------------------------------------------------------------------
      Pomahame, WeHelp
---------------------------------------------------------------------------------- */
.wehelp__card:first-child {
	padding-top: 96px;
}
.wehelp__card {
    display: grid;
    grid-template-columns: 7fr 5fr;
    grid-gap: 64px;
    align-items: center;
    padding-bottom: 128px;
}
.wehelp__card .uk-card-body {
    text-align: left;
}
.wehelp__card  h3.uk-card-title {
    font-size: 24px;
    line-height: 34px;
}
.wehelp__card  h3.uk-card-title a {
     color: var(--black);
}
.wehelp__card .featured__excerpt {
    font-size: 16px;
    line-height: 26px;
}
.wehelp__card .uk-card {
  padding: 0;
  margin: 0;
  border: none;
  min-height: 358px;
  border-radius: 0;
}
.wehelp__card .uk-card-body {
	padding: 0;
}
.wehelp__card .uk-card img {
    height: 100%;
    object-fit: cover;
}
.wehelp__card:nth-child(even) {
    grid-template-columns: 5fr 7fr;
}
.wehelp__card:nth-child(even) .uk-card-body {
    grid-column: 1;
    grid-row: 1;
}
.wehelp__card:nth-child(even) .uk-card {
    grid-column: 2;
}
.ps-wehelp__intro-text {
	font-size: 20px;
    line-height: 32px;
    max-width: 730px;
    margin: 0 auto;
    padding: 96px 0 0 0;
}
.ps-wehelp__intro-text p {
	margin: 0;
}
.ps-wehelp {
	margin-bottom: 96px;
}
.ps-wehelp__featured-img .pm-general-featured-full-wrapper {
	grid-column: 2;
	margin-bottom: 48px;
}
.ps-wehelp__featured-img .pm-general-featured-full-wrapper img {
   width: 100%;
}

/* ----------------------------------------------------------------------------------
      Certifikaty
---------------------------------------------------------------------------------- */
:root {
  --p-xl: 96px;
}
.ps-certificates {
  padding: var(--p-xl);
	/* margin-bottom: var(--p-xl); */
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.ps-certificates h3 {
    grid-column: 1/-1;
    margin-bottom: 32px;
}
.ps-certificates .certificates__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 32px;
}
.ps-certificates .slider-on-mobile .panel {
  border: none;
}
.certificates__card {
    background: white;
    padding: 24px;
    padding-top: 0;
    text-align: left;
    display: grid;
    justify-items: flex-start;
    border-radius: 6px;
    grid-template-rows: minmax(120px, max-content) max-content max-content max-content;
}
.certificates__card:focus {
  outline: none;
  border: none;
}
.certificates__card img {
    justify-self: flex-start;
    align-self: center;
}
.certificates__card > p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 21px;
}
.certificates__card  p b {
  padding-top: 16px;
  display: inline-block;
  padding-bottom: 4px;
}
.certificates__card a {
    font-size: 15px;
    line-height: 1.2;
    padding-top: 16px;
}
.certificates__card > div {
    align-self: end;
}
.certificates__card p:first-child {
    background: pink;
}


/* ----------------------------------------------------------------------------------
      REFERENCIE, POVEDALI O NAS, CUSTOMERS
---------------------------------------------------------------------------------- */
.ps-references-customers .blog__card .uk-card {
	border: none;
	/* padding: 0 24px 0 24px; */
  padding: 0 24px 0 48px;
}
.ps-references-customers .blog__card .uk-card  p {
    font-size: 16px;
    line-height: 25px;
}
.ps-references-customers .blog__card .uk-card-body {
    padding: 0;
    display: grid;
    height: 100%;
}
.ps-references-customers .blog__card .uk-card .blog__author {
	position: relative;
	bottom: 0;
	margin-top: 24px;
  align-content: end;
}
.ps-references-customers .blog__card .uk-card .blog__author p {
	font-weight: bold;
}
.ps-references-customers .blog__card .uk-card .blog__author p span {
	font-weight: normal;
	padding-top: 0px;
}
.blog__author-initials {
    background: #5DD078;
    width: 48px;
    height: 48px;
    font-weight: bold;
    display: grid;
    align-content: center;
    justify-items: center;
    color: white;
    border-radius: 50%;
	  font-size: 20px;
    font-weight: 200;
}
.ps-references-customers .wrap {
  border-bottom: 1px solid #DEDEDE;
	margin-bottom: 0;
  padding-bottom: 64px;
  margin-bottom: -58px;
}

.ps-references-customers .blog__card:first-child .blog__author-initials {background: #5DD078;}
.ps-references-customers .blog__card .blog__author-initials {background: #8A7CBA;}
.ps-references-customers .blog__card:last-child .blog__author-initials {background: #F3828C;}


.ps-references-customers li:nth-child(2n+3) .blog__card .blog__author-initials {
    background: #F3828C;
}
.ps-references-customers li:nth-child(2n+2) .blog__card .blog__author-initials {
    background: #8A7CBA;
}
.ps-references-customers li:nth-child(2n+1) .blog__card .blog__author-initials {
    background: #5DD078;
}



.ps-references-customers .blog__card .uk-card:hover {
  box-shadow: none;
  transition: none;
}

/* ----------------------------------------------------------------------------------
      Kontakty Contacts - Branches
---------------------------------------------------------------------------------- */
.ps-branches {
  grid-column: 2;
  display: block;
	padding-top: 0;
  padding-bottom: 0;
}
.ps-branches .uk-subnav {
    gap: 12px;
}
.ps-branches-list {
    width: 100%;
    grid-column: 2 / -2;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0;
    justify-items: flex-start;
    grid-gap: 30px;
    text-align: left !important;
    font-size: 15px;
	padding-bottom: 0;
}
.ps-branches-list li {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #E2E6E9;
    padding-top: 21px;
    margin-top: 0 !important;
    color: #212526;
}
.ps-branches-list li b,
.ps-branches-list li span {
     display: block;
    padding-bottom: 7px;
}
.ps-branches-list li span:empty {
  display: none;
}
.ps-branches-list li span:last-child {
    padding-bottom: 0;
}
.uk-subnav-pill.ps-branches-filter > li > a {
	font-size: 15px;
    padding: 10px 15px;
    border-radius: 8px;
    font-weight: 600;
	text-transform: none;
	color: var(--blue);
	transition: all .25s ease-in-out;
}
.uk-subnav-pill.ps-branches-filter > li > a:hover {
    background-color: #eef5ff;
    color: var(--blue);
	transition: all .25s ease-in-out;
}
.uk-subnav-pill.ps-branches-filter > li.uk-active > a {
	color: #6E7171;
	transition: all .25s ease-in-out;
	background: transparent;
}
.uk-subnav-pill.ps-branches-filter > li.uk-active > a:hover {
	background-color: #eef5ff;
	transition: all .25s ease-in-out;
}
.ps-branches .uk-subnav {
    justify-content: center;
	padding: 48px 0;
}
.ps-kontakty {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  justify-content: center;
  justify-items: center;
  width: fit-content;
  margin: 0 auto;
}
.ps-kontakty > div {
	padding: 24px 24px 0 0;
    max-width: 350px;
    width: 100%;
    border-top: 1px solid #DEDEDE;
    display: grid;
    grid-template-columns: auto 1fr;
    text-align: left;
    grid-column-gap: 24px;
    grid-row-gap: 8px;
    width: calc(100vw / 3);
}
.ps-kontakty > div span {
    grid-column: 2;
}
.ps-kontakty > div img {
    grid-row: 1/3;
}
section.ps-branches-head {
  padding-bottom: 64px;
  padding-top: 0;
  margin-top: 32px;
}
.ps-branches .uk-subnav {
    justify-content: center;
    padding: 0 0 64px 0;
    max-width: 730px;
    margin: 0 auto;
}
.ps-branches-head .embed-map {
  margin-top: 64px;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------
      MEDIA QUERIES
-------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------
      MOBILE
---------------------------------------------------------------------------------- */

@media all and (max-width: 568px) {
	section.ps-services {
		padding-top: 64px;
	}
	.ps-benefits .benefits__grid {
    	grid-row-gap: 48px;
	}
	section .eyebrow {
		font-size: 15px;
    	font-weight: 600;
	}
	.ps-kontakty {
		grid-template-columns: 1fr;
		width: 100%;
	}
	.ps-kontakty > div {
    	max-width: 100%;
		width: 100%;
		grid-template-columns: 24px 1fr;
	}
	.ps-kontakty {
		grid-gap: 24px;
	}
	.ps-branches-head .embed-map {
    	margin-top: 48px;
	}
	section.ps-branches-head {
    	padding-bottom: 48px;
	}
	.ps-branches .uk-subnav {
    	padding: 0 0 48px 0;
	}
	.ps-branches-list {
		grid-template-columns: 1fr;
    	grid-gap: 21px;
	}
	.ps-branches-list li {
		padding-left: 0;
	}
	.dark .ps-cta h3, .dark .ps-cta p {
    	max-width: 100%;
    	width: 100%;
	}
	.dark .ps-cta {
		max-width: inherit;
	}
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------
    PS KARIERA  KARIERA
---------------------------------------------------------------------------------- */
.ps-services__cards.ps-kariera {
  grid-column-gap: 30px;
  max-width: 1110px;
  width: 100%;
}
.ps-services__cards.ps-kariera .ps-services__card {
  grid-template-columns: auto auto;
  padding-top: 0;
  padding-bottom: 0;
  padding: 40px;
  padding-right: 48px;
  grid-column-gap: 40px;
  font-weight: 400;
}
.ps-services__cards.ps-kariera .ps-services__card:hover {
  text-decoration: none;
  transition: box-shadow .25s ease-in-out;
  box-shadow: inset 0px 0px 0px 1px #cdd3d7;
  border-radius: 6px;
}
.ps-services__cards.ps-kariera .ps-services__card div {
  padding: 0;
  margin: 0;
  position: relative;
  height: 100%;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  grid-template-columns: 1fr;
}
.ps-services__cards.ps-kariera .ps-services__card div * {
    grid-column: 1;
}
.ps-services__cards.ps-kariera .ps-services__card b {
  font-size: 20px;
  line-height: 28px;
  font-weight: 900;
  line-height: 1;
  display: block;
  margin-bottom: 16px;
}
.ps-services__cards.ps-kariera .ps-services__card span {
  padding-top: 12px;
  font-size: 15px;
  line-height: 24px;
}
.ps-services__cards.ps-kariera .ps-services__card span.btn__fake span,
.ps-services__cards.ps-kariera .ps-services__card span.btn__fake {
    padding-top: 0;
}
.ps-services__cards.ps-kariera .ps-services__card ul {
  margin-left: 0;
  padding-left: 0;
  margin-top: 34px;
  margin-bottom: 40px;
}
.ps-services__cards.ps-kariera .ps-services__card ul li {
  list-style: none;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 24px;
  background: url(/wp-content/themes/prosight-microsite-theme/assets/images/done-24px.svg) 0px 3px no-repeat;
  padding-left: 32px;
  background-size: 18px;
}
.ps-services__cards.ps-kariera .ps-services__card  .uk-button {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  margin: 0;
}
.ps-services__cards.ps-kariera .ps-services__card  .uk-button span {
  padding-top: 0;
}
.ps-services__cards.ps-kariera .ps-services__card  img  {
  margin-top: -4px;
}
/* ----------------------------------------------------------------------------------
    PS KARIERA BENEFITY
---------------------------------------------------------------------------------- */
.ps-benefits.ps-kariera .benefits__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 48px;
    grid-row-gap: 64px;
    max-width: 730px;
    margin: auto;
}
.ps-benefits.ps-kariera .benefits__grid p {
  font-size: 20px;
  font-weight: 900;
  line-height: 28px;
  margin: 0;
}
.ps-benefits.ps-kariera .benefits__grid p span {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.ps-benefits.ps-kariera .benefits__grid .benefits__card {
    grid-template-columns: auto auto;
    grid-column-gap: 24px;
    padding-top: 0;
    padding-bottom: 0;
  }
.ps-benefits.ps-kariera h2 {
  font-weight: 900;
  margin-bottom: 96px;
  margin-top: 16px;
  padding: 0;
  }
  .ps-benefits.ps-kariera .eyebrow {
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
  }
  .ps-benefits.ps-kariera {
    margin-top: 0;
    margin-bottom: 0;
  }
  /* ----------------------------------------------------------------------------------
      PS KARIERA ACCORDION TERMINY
  ---------------------------------------------------------------------------------- */
  .ps-terms {
    margin: 96px 0 96px 0;
  }
  .ps-terms h3 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 900;
    margin-bottom: 64px;
  }
  .ps-terms ul {
    max-width: 730px;
    margin: 64px auto;
    background-color: #F1F5F7;
  }
  .ps-terms ul li {
    border-bottom: 1px solid #CDD3D7;
  }
  .ps-terms ul li:last-child {
    border-bottom: none;
  }
  .ps-terms .uk-accordion-title:hover,
  .ps-terms .uk-accordion-title:focus {
    color: #333;
  }
  .ps-terms ul li a.uk-accordion-title {
    text-align: left;
    padding: 24px 32px;
  }
  .ps-terms ul li a span:first-child {
    font-size: 18px;
    line-height: 26px;
    font-weight: 900;
  }
  .ps-terms ul li .uk-accordion-content {
    margin: 0;
    font-size: 16px;
  }
  .ps-terms ul li .uk-accordion-content p {
    padding: 12px 32px 8px 32px;
    text-align: left;
    margin: 0;
  }
  .ps-terms ul li .uk-accordion-content .uk-button-primary {
    float: left;
    margin-left: 32px;
    margin-bottom: 32px;
    margin-top: 16px;
  }
  .ps-terms__miesta {
    margin-left: 24px;
  }
  .ps-terms__miesta.volne {
    color: #00CB07;
  }
  .ps-terms__mesto,
  .ps-terms__datum,
  .ps-terms__cena {
    font-size: 18px;
    line-height: 26px;
    font-weight: 900;
  }
  .ps-terms__mesto,
  .ps-terms__datum {
    font-weight: 400;
  }
  .ps-terms .uk-accordion > :nth-child(n+2) {
    margin-top: 0;
  }
  .ps-terms .uk-accordion-title {
    display: grid;
    grid-column-gap: 32px;
    grid-template-columns: max-content 1fr max-content max-content;
  }
  .ps-terms .uk-accordion-title::before {
    order: 4;
  }
  .ps-terms .uk-accordion-title::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../../img/expand_less-24px.svg);
    transition: all .25s ease-in-out;
    transform: rotate(180deg);
  }
  .ps-terms .uk-open > .uk-accordion-title::before {
    transform: rotate(0deg);
    transition: all .25s ease-in-out;
  }
  /* ----------------------------------------------------------------------------------
        PS KARIERA TERMINY KARTY
  ---------------------------------------------------------------------------------- */
  .ps-terms__grid {
    display: grid;
    grid-row-gap: 8px;
    max-width: 730px;
    margin: auto;
  }
  .ps-terms__card {
    background: #F1F5F7;
    display: grid;
    padding: 32px 48px;
    grid-row-gap: 24px;
    text-align: left;
    font-size: 15px;
    line-height: 18px;
    grid-template-columns: 1fr 100px 140px;
    align-items: center;
  }
  .ps-terms__date,
  .ps-terms__capacity,
  .ps-terms__address,
  .ps-terms__time {
    grid-column: 1/-1;
  }
  .ps-terms__address {
      line-height: 24px;
  }
  .ps-terms__card h5 {
    margin: 0;
    font-size: 20px;
    grid-column: 1;
    line-height: 28px;
  }
  span.ps-terms__date {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    display: block;
    margin-top: 4px;
  }
  .ps-terms strong {
    grid-column: 2;
    align-self: flex-start;
    padding-top: 12px;
  }
  .ps-terms a.uk-button {
    grid-column: 3;
    align-self: flex-start;
  }
  .ps-terms__card strong {
      color: var(--black);
  }
  .ps_available {color: #00CB07;}
  .ps_soldout {color:#ff2200;}
  .ps_available,
  .ps_soldout {padding-left: 16px;}

  @media all and (max-width: 1120px) {
    .ps-terms__card h5 {
      grid-column: 1/-1;
    }
    .ps-terms a.uk-button,
    .ps-terms__card strong {
      grid-row: 5;
    }
    .ps-terms__card {
      padding: 24px;
    }
    span.ps-terms__date {
      margin-top: 0;
    }
  }
  /* ----------------------------------------------------------------------------------
        Header kariera
  ---------------------------------------------------------------------------------- */
  header.ps-kariera__header {
    background: #323637 url(/wp-content/themes/prosight-microsite-theme/assets/images/mask-group-345.svg) bottom center no-repeat;
    background-size: cover;
    height: auto;
  }
  header.ps-kariera__header .header__content {
    color: white;
    margin: 128px 0 0 0;
  }
  header.ps-kariera__header .header__content h1 {
    margin: 0;
    font-size: 44px;
    line-height: 53px;
  }
  header.ps-kariera__header .wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }
  header.ps-kariera__header .wrap p {
    max-width: 730px;
    margin: 32px auto 128px auto;
    line-height: 32px;
    font-size: 20px;
  }
  .header__card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    width: max(76%, 1110px);
    margin: 0 auto;
    grid-gap: 30px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .header__card {
    display: grid;
    grid-template-columns: 160px 1fr;
    background: var(--bg);
    border-radius: 6px;
    font-weight: bold;
    padding: 20px;
    transition: box-shadow .25s ease-in-out;
    color: var(--black);
    align-items: flex-start;
    position: relative;
    padding-left: 0;
    grid-row-gap: 40px;
    align-items: center;
    padding: 42px 96px 48px 96px;
    grid-template-columns: 1fr;
    display: block;
    text-align: left;
  }
  header.ps-kariera__header .wrap .header__card p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 200;
    margin: 0;
  }
  .header__card b {
    font-size: 24px;
    line-height: 34px;
    font-weight: 900;
    display: block;
    margin: 24px 0;
  }
  .header__card.card--blue {background: #74B1E0;}
  .header__card.card--green {background: #5DD078;}
  .header__card.card--yellow {background: #F2D678;}
  .header__card.card--pink { background: #F3828C;}
  article {
    grid-column: 1 / -1;
    max-width: 100vw;
  }
  article.dark-all {
    background: #F2F5F7;
  }
  article.dark-75 {
    background: #323637;
    padding: 128px 0;
    grid-column: 1 / -1;
    max-width: 100vw;
  }
  article.dark-75 .wrap,
  article.dark-75 section {
    padding: 0;
    margin: 0;
    background: #323637;
  }
  article.dark-75 .ps-cta .wrap {
    background: #323637;
    padding: 0;
  }
  article.dark-75 .ps-cta h3 {
    color: white;
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
    max-width: 730px;
    margin: auto;
    margin-bottom: 32px;
  }
  article.dark-75 .uk-button-primary {
    background: white;
    font-size: 16px;
    font-weight: 500;
    color: var(--blue);
  }
  @media all and (min-width: 2222px) {
    header.ps-kariera__header {
      background-size: cover;
    }
  }
  @media all and (max-width: 768px) {
    .header__card {
      padding: 32px;
    }
    .ps-benefits.ps-kariera .benefits__grid {
        grid-template-columns: 1fr;
        grid-column-gap: 48px;
        grid-row-gap: 32px;
        margin: 0;
        width: 100%;
    }
    .ps-benefits.ps-kariera h3 {
      margin-bottom: 64px;
    }
    .ps-benefits.ps-kariera {
      margin-top: 64px;
      margin-bottom: 0px;
    }
    header.ps-kariera__header .header__content {
      margin: 96px 0 0 0;
    }
    header.ps-kariera__header .wrap p {
      margin: 32px auto 96px auto;
      line-height: 28px;
      font-size: 18px;
    }
    article.dark-75 .ps-cta h3 {
      font-size: 28px;
      line-height: 34px;
    }
    .ps-prosightPeople.ps-internal-references {
      margin-bottom: -66px;
    }
  }

  /* ----------------------------------------------------------------------------------
        PS KARIERA Timeline
  ---------------------------------------------------------------------------------- */
  .ps-timeline {
    margin-top: 96px;
    padding: 0;
    margin-bottom: 96px;
  }
  .ps-timeline h2 {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 32px;
  }
  .ps-timeline p {
    font-size: 20px;
    line-height: 32px;
    max-width: 730px;
    margin: auto;
  }

.timeline-area {
  max-width: 862px;
  margin: auto;
}
.timeline-area ul {
	list-style: none;
	margin: 0 !important;
}
.timeline-area a {
	text-decoration: none !important;
	display: inline-block;
}
.timeline-area img {
	max-width: 100%;
}
.timeline-area button:focus {
	outline: none;
}
.timeline-area p {
	font-size: 14px;
	line-height: 26px;
	margin: 0;
}
.timeline-area .container {
	width: 100%;
	max-width: 1140px;
	padding: 0 15px;
	box-sizing: border-box;
	margin: 0 auto;
}
.timeline-area .d-flex-2 {
	display: flex;
	align-items: center;
}
.timeline-area .timeline-area {
	padding: 80px 0;
}
.timeline-area .all-timelines {
	position: relative;
  overflow: hidden;
  margin-top: 96px;
}
.timeline-area .all-timelines::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 16px;
    top: 56px;
    opacity: .75;
    background-repeat: no-repeat;
    border-radius: 13px;
    opacity: .15;
    background: rgb(157,227,174);
    background: -moz-linear-gradient(180deg, rgba(157,227,174,1) 0%, rgba(141,186,254,1) 25%);
    background: -webkit-linear-gradient(180deg, rgba(157,227,174,1) 0%, rgba(141,186,254,1) 25%);
    background: linear-gradient(180deg, rgba(157,227,174,1) 0%, rgba(141,186,254,1) 25%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9de3ae",endColorstr="#8dbafe",GradientType=1);
}
.timeline-area .single-timeline {
	/* margin-bottom: 22px; */
}
.timeline-area .timeline-blank {
	width: 50%;
}
.timeline-area .timeline-text {
	width: 50%;
	padding-left: 70px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
  min-height: 80px;
}
.timeline-area .timeline-text h5 {
	color: var(--black);
	font-weight: 900;
  display: block;
  text-align: left;
  margin-bottom: 12px;
}
.timeline-area {
	color: var(--black);
	display: block;
	width: 100%;
  font-size: 15px;
  line-height: 24px;
}
.timeline-area .d-flex-2:nth-child(odd) {

}
.timeline-area .single-timeline:nth-child(even) .timeline-text span {
  margin-left: auto;
  width: 100%;
  text-align: left;
}
.timeline-area .single-timeline:nth-child(even) .timeline-text span h6 {
  /* float: right; */
  width: 100%;
  /* text-align: right; */
}
.timeline-area .single-timeline:nth-child(odd) .timeline-text span {
  text-align: left;
}
.timeline-area .t-square {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	left: -7px;
	background: #efa22f;
  border-radius: 50%;
}
.timeline-area .single-timeline:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.timeline-area .single-timeline:nth-child(even) .t-square {
	right: -8px;
	left: unset;
}
.timeline-area .single-timeline:nth-child(even) .timeline-text {
	padding-left: 0;
	padding-right: 70px;
}
.timeline-area .single-timeline:first-child .t-square {
  background: #9EE3AE;
}
.timeline-area .single-timeline .t-square {
  background: #8DBBFE;
}
.single-timeline:nth-child(even):last-child .d-flex-2:after,
.single-timeline:nth-child(odd):last-child .d-flex-2:after {
    content: "";
    position: absolute;
    bottom: -9px;
    right: calc(100% - 10px);
    width: 20px;
    height: 50%;
    z-index: 0;
    background: white;
}
.single-timeline:nth-child(even):last-child .d-flex-2:after {
    content: "";
    right: calc(0% - 10px);
}

.ps-kariera__top {
    padding-top: 96px;
}
.ps-kariera__top h2 {
  font-size: 36px;
  line-height: 43px;
  padding-bottom: 32px;
  margin-bottom: 0;
}
.ps-kariera__top p {
  font-size: 20px;
  line-height: 32px;
  max-width: 730px;
  margin: 0 auto;
}
.ps-kariera__top p br {
  display: none;
}
.ps-prosightPeople.ps-internal-references {
  padding-top: 0;
  padding-bottom: 0;
}
.ps-prosightPeople.ps-internal-references .ps-prosightPeople__slide {
  font-size: 22px;
  line-height: 32px;
  color: white;
  padding: 96px 0;
}
.ps-prosightPeople.ps-internal-references .ps-prosightPeople__slide small {
    line-height: 22px;
    font-size: 16px;
}
.ps-prosightPeople.ps-internal-references ul.uk-slideshow-items {
    min-height: 635px !important;
}


/* ----------------------------------------------------------------------------------
      PS Kariera FORM
---------------------------------------------------------------------------------- */

:root {
  --form-font-xs: 11px;
  --form-font-s: 13px;
  --form-font-m: 16px;
  --form-top-pos: 9px;
  --input-padding: 32px 16px 12px 16px;
}
/* Skryte Prvky */
form.ps-kariera-form {visibility: hidden;}
.bae-response-error {display: none;}
.bae-response-ok { display: none;}

/* Ukazane Prvky */
form.ps-kariera-form.bae-show {visibility: visible;}
div.bae-show {display: block;}

.bae-response-error.bae-show {
  display: block;
  background: #FFEEEE;
  color: #CE4640;
  padding: 2rem;
  margin-bottom: 2rem;
}
.bae-response-ok.bae-show {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  display: flex;
}
div[class^="ba-events-form"]{
  position: relative;
}

form.ps-kariera-form input:valid + label,
form.ps-kariera-form textarea:valid + label {
    margin-top: 0;
}
.ps-kariera-form {
    border-radius: 6px;
    border-radius: 6px;
    padding: 96px 32px;
    display: block;
    max-width: 540px;
    margin: auto;
}
.ps-kariera-form h2 {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 16px;
    margin-top: 0;
}
.ps-kariera-form span.intro {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 40px;
    display: block;
}
.ps-kariera-form span.outro {
    font-size: 15px;
    line-height: 24px;
    display: block;
    margin-top: 32px;
    margin-bottom: 32px;
}
.ps-kariera-form .psform-group {
    clear: both;
    position: relative;
    overflow: visible;
    margin: 0 0 12px 0;
}
.ps-kariera-form .psform-group-label {
    display: block;
    font-size: var(--form-font-m);
    float: none;
    line-height: 13px;
    padding: 0;
    position: absolute;
    top: 25px;
    left: 17px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
}
.ps-kariera-form select,
.ps-kariera-form input {
    border-radius: 6px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    width: 100%;
    padding: 22px 16px;
    border: none;
    height: unset;
    max-width: 100%;
    line-height: 1;
}
.ps-kariera-form button {
   background: var(--blue);
   color: white;
   padding: 16px 48px;
   border-radius: 6px;
   border: none;
   margin-top: 0;
   transition: all .25s ease;
}
.ps-kariera-form button:hover {
    background-color: var(--blue-hover);
    cursor: pointer;
    transition: all .25s ease;
}
/* On focus or NOT empty */
.ps-kariera-form input.hasvalue,
.ps-kariera-form input:focus {
    padding: var(--input-padding);
    outline: none;
}
.ps-kariera-form select:focus,
.ps-kariera-form select.hasvalue {
    padding: 35px 16px 12px 16px;
}
form.ps-kariera-form input:valid,
form.ps-kariera-form textarea:valid {
  padding: var(--input-padding);
}


/* ----- */
/* Select */
/* ----- */
.ps-kariera-form select {
    cursor: pointer;
    padding: var(--input-padding);
    background: white;
    -webkit-appearance:none;
}
/* Select disabled option */
.ps-kariera-form select:invalid,
.ps-kariera-form select [disabled] {
  color: transparent;
}
/* select - selected - label position*/
.ps-kariera-form select.hasvalue ~ label.psform-group-label,
.ps-kariera-form select:focus ~ label.psform-group-label {
    top: 8px;
    font-size:  var(--form-font-s);
}
/* Input hasvalue label position */
.ps-kariera-form input.hasvalue ~ label {
  top: var(--form-top-pos);
  font-size: var(--form-font-s) !important;
  color: #6D6F70;
}
/* input on blur label position */
.ps-kariera-form input:focus ~ label {
    top: var(--form-top-pos);
    font-size: var(--form-font-s) !important;
    color: #6D6F70;
}
/* assistive text */
.ps-kariera-form .psform-group .validation-text {
    font-size:  var(--form-font-xs);
    text-align: left;
    left: 0;
    position: relative;
    padding: 5px 0 0 2px;
    width: 100%;
    display: block;
}
/* Two rows of assistive text */
.ps-kariera-form .psform-group .validation-text + .validation-text {
    padding: 5px 0 0 2px;
}
.ps-kariera-form .psform-group.has-error .validation-text {
    color: #E91E63;
}
.ps-kariera-form .psform-group.has-error input {
    border-bottom: 1px solid #E91E63;
    border-radius: 6px 6px 0 0;
}
.ps-kariera-form input[required] + label:after {
    color: #E91E63;
    content: " *";
    font-family: serif;
}
/* Odstrani modru farbu vyplnenych inputov v chrome */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 180px white inset !important;
}

/* ----------------------------------------------------------------------------------
      Archiv partnerov
---------------------------------------------------------------------------------- */
.ps-partners-archive ul {
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 64px;
  justify-content: center;
}
.ps-partners-archive ul li {
  box-shadow: 0 5px 15px rgba(0,0,0,.08);
  gap: 16px;
  align-items: center;
  padding: 24px;
  display: grid;
  grid-template-rows: 1fr minmax(60px, auto);
  justify-items: center;
  flex-basis: calc(100% / 3 - 24px);
  max-width: calc(100% / 3 - 24px);
}
.ps-partners-archive ul li b {
  line-height: 1.5;
  height: 100%;
  font-size: 15px;
  font-weight: 600;
}
@media all and (max-width: 880px) {
  .ps-partners-archive ul li {
    flex-basis: calc(100% / 2 - 24px);
    max-width: calc(100% / 2 - 24px);
    grid-template-rows: 140px auto;
  }
  .ps-partners-archive ul li b {
    font-size: 14px;
  }
}
@media all and (max-width: 568px) {
  .ps-partners-archive ul li {
    flex-basis: 100%;
    max-width: 100%;;
  }
}
/* ----------------------------------------------------------------------------------
      PS Kariera uvodny seminar intro
---------------------------------------------------------------------------------- */

section.ps-kariera__intro {
    margin: 96px auto 0 auto;
    max-width: 730px;
    text-align: left;
}
.ps-kariera__intro h5 {
  font-size: 20px;
  line-height: 32px;
  font-weight: normal;
  margin-bottom: 32px;
}
.ps-kariera__intro p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 32px 0;
}
.ps-kariera__intro ul {
  text-align: left;
  padding: 0;
  margin: 0;
}
.ps-kariera__intro ul li {
  display: block;
  padding: 16px 0 16px 36px;
  font-size: 16px;
  line-height: 26px;
  background: url(/wp-content/themes/prosight-microsite-theme/assets/images/done-24px.svg) 0px 20px no-repeat;
}

/* ----------------------------------------------------------------------------------
      Odstranene slider on mobile, pridane nacitanie dalsich clankov. (zobrazit dalsie)
      tri karty + nacitat dalsie tri
---------------------------------------------------------------------------------- */
.ps-blog-related__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-bottom: 32px;
}
.ps-blog__readmore a.uk-button-text {
  margin-top: 0;
}
.ps-blog-related__grid .panel,
.ps-blog-related__grid .blog__card {
    flex: 0 0 calc(33% - 13px);
}

@media all and (max-width: 768px) {
  .ps-blog-related__grid .panel,
  .ps-blog-related__grid .blog__card {
      flex: 0 0 calc(50% - 13px);
  }
}
@media all and (max-width: 568px) {
  .ps-blog-related__grid .panel,
  .ps-blog-related__grid .blog__card {
      flex: 0 0 calc(100% - 20px);
  }
  .ps-blog-related__grid .uk-card.uk-card-default {
      padding: 12px;
      gap: 16px;
  }
  .ps-blog-related__grid .uk-card.uk-card-default .uk-card-body  .featured__excerpt,
  .ps-blog-related__grid .uk-card.uk-card-default .uk-card-body  .blog__author {
      display: none;
  }
  .ps-blog-related__grid .uk-card.uk-card-default {
      display: flex;
      gap: 16px;
  }
  .ps-blog-related__grid .uk-card.uk-card-default .uk-card-body .uk-card-media-top {
      border-radius: 4px;
      overflow: hidden;
  }
  .ps-blog-related__grid .uk-card.uk-card-default .uk-card-title {
      padding: 0 0 0 0;
      font-weight: 500;
      font-size: 16px;
      line-height: 23px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      line-clamp: 3;
      -webkit-box-orient: vertical;
  }
  .ps-blog-related__grid .uk-card.uk-card-default .uk-card-body {
      padding: 0 0 0 0;
  }
  .ps-blog-related__grid .uk-card.uk-card-default .uk-card-media-top {
      width: 100%;
      padding-top: 23.55%;
      position: relative;
      border-radius: 12px;
      max-width: calc(100% / 4);
      max-height: 100px;
      overflow: hidden;
      min-height: 86px;
  }
  .ps-blog-related__grid .blog__card .uk-card-body a span.eyebrow {
      font-size: 10px;
      display: block;
      margin-bottom: 5px;
  }
}


/* ----------------------------------------------------------------------------------
      ps-related-product
---------------------------------------------------------------------------------- */
section.ps-related-product {
    margin-top: 64px;
    margin-bottom: 64px;
}
.ps-related-product h3 {
    margin-bottom: 40px;
}
.ps-related-product__cards {
    display: grid;
    gap: 1rem;
}
.ps-related-product__card {
    background: var(--bg);
    color: var(--black);
    border-radius: 6px;
    font-weight: bold;
    padding: 20px;
    transition: box-shadow .25s ease-in-out;
    text-align: left;
    position: relative;
    display: grid;
    grid-template-columns: 1fr max-content;
    align-items: center;
    gap: 24px;
}
.ps-card__background-link {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 1;
    display: block;
}
.ps-related-product__card div {
    line-height: 2;
    margin: 0;
    font-size: 20px;
    font-weight: 900;
    margin-top: 0;
}
.ps-related-product__card div em {
    font-weight: 400;
    max-width: 100%;
    padding: 0;
    padding-top: 8px;
    margin: 0;
    font-size: 15px;
    display: block;
    line-height: 24px;
    font-style: normal;
}
.ps-related-product__card div em p {
  margin: 0;
}
.ps-related-product__card span.btn__fake {
    pointer-events: none;
    font-size: 16px;
    display: inline-block;
    line-height: 22px;
    font-weight: 600;
    width: fit-content;
    position: relative;
    cursor: pointer;
    height: fit-content;
}
.btn__fake {
    color: var(--blue);
}
.ps-related-product__card .btn__fake::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    border-bottom: 1px solid var(--blue);
    transition: right 0.3s ease-out;
}
.ps-related-product__card:hover .btn__fake:before {
    right: 20px;
}
.btn__fake .uk-icon {
    color: var(--blue);
}
.ps-card__background-link:hover {
    text-decoration: none;
    transition: box-shadow .25s ease-in-out;
    box-shadow: inset 0px 0px 0px 1px #cdd3d7;
    border-radius: 6px;
}
/* ---------------------------------------------------------- */

.ps-overview-products .ps-overview-products__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  padding-bottom: 64px;
  max-width: 1100px;
  margin: auto;
}
.ps-overview-products h3 {
    margin-bottom: 40px;
}
.ps-overview-products .ps-overview-products__cards a.ps-overview-products__card {
    background: var(--bg);
    color: var(--black);
    font-weight: bold;
    min-height: 64px;
    border-radius: 6px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 32px;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
}
.ps-overview-products .ps-overview-products__cards a.ps-overview-products__card:hover {
    text-decoration: none;
    transition: box-shadow .25s ease-in-out;
    box-shadow: inset 0px 0px 0px 1px #cdd3d7;
}


@media all and (max-width: 1120px) {
  .ps-overview-products .ps-overview-products__cards {
    grid-template-columns: repeat(2, 1fr);
    max-width: 768px;
  }
}
@media all and (max-width: 768px) {
  .ps-overview-products .ps-overview-products__cards {
    grid-template-columns: 1fr;
    max-width: 568px;
  }
}

/* ----------------------------------------------------------------------------------
      PS Kariera MQ
---------------------------------------------------------------------------------- */
@media all and (max-width: 768px) {
    .timeline-area .all-timelines::before {
      right: unset;
    }
    .timeline-area .single-timeline:nth-child(2n) .timeline-text {
      padding-left: 30px;
      padding-right: 0;
      text-align: left;
    }
    .timeline-area .single-timeline:nth-child(2n) .t-square {
      left: -6px;
      right: unset;
    }
    .timeline-area .timeline-blank {
      display: none;
    }
    .timeline-area .timeline-text {
      width: 100%;
      margin-bottom: 40px;
    }
    .timeline-area .timeline-text h6 {
      margin-bottom: 6px;
    }
    .header__card-grid {
      grid-template-columns: 1fr;
      width: 100%;
    }
    .timeline-area .single-timeline:nth-child(even) .timeline-text span {
      text-align: left !important;
    }
    .timeline-area .single-timeline:nth-child(2n) .timeline-text,
    .timeline-area .timeline-text {
      padding-left: 40px;
    }
    .timeline-area .single-timeline:nth-child(2n) .t-square,
    .timeline-area .t-square {
      left: 0px;
    }
    .single-timeline:nth-child(odd):last-child .d-flex-2:after {
      content: "";
      position: absolute;
      bottom: -73px;
      right: calc(100% - 18px);
      width: 20px;
      height: 100%;
      z-index: 0;
      background: white;
    }
    header.ps-kariera__header .header__content h1 {
      font-size: 32px;
      line-height: 38px;
    }
    header.ps-kariera__header .header__content {
      margin: 64px 0 0 0;
    }
    header.ps-kariera__header .wrap p {
      margin: 32px auto 64px auto;
    }
    article.dark-75 {
      padding: 96px 0;
    }
    .ps-timeline {
      margin-top: 64px;
      margin-bottom: 64px;
    }
    .ps-kariera-form {
      padding: 64px 12px;
    }
    .ps-kariera__top {
      padding-top: 64px;
    }
    .ps-kariera__top h2 {
      font-size: 32px;
      line-height: 38px;
      padding-bottom: 24px;
    }
    .ps-cta {
      margin: 48px 0 48px 0;
    }
    .ps-benefits.ps-kariera {
      margin-top: 0;
    }
    .ps-benefits.ps-kariera h3 {
      margin-bottom: 48px;
    }
    .ps-prosightPeople.ps-internal-references .ps-prosightPeople__slide {
      font-size: 16px;
      line-height: 22px;
      min-height: 610px !important;
      padding: 64px 0;
    }
    .ps-prosightPeople.ps-internal-references .uk-dotnav {
      margin-top: 0 !important;
      margin-bottom: 50px !important;
    }
    section.ps-kariera__intro {
      margin: 64px auto 0 auto;
    }
    .ps-kariera__intro ul li {
      padding: 8px 0 8px 36px;
    }
    .ps-terms {
      margin: 64px 0 64px 0;
    }
    .ps-kariera-form h2 {
      font-size: 32px;
      line-height: 38px;
    }
    .ps-terms h3 {
      margin-bottom: 48px;
    }
}

@media all and (max-width: 360px) {
    .timeline-area 	.all-timelines::before {
	      top: 32px;
    }
}
