@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&family=Poppins:wght@400;600;700&family=Raleway&display=swap");
#Header {
  width: 100%;
  height: 50px;
  padding: 0 1.25rem;
  position: fixed;
  background-color: #fff;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1019607843);
  z-index: 100;
}
@media (min-width: 1025px) {
  #Header {
    height: 80px;
  }
}
#Header .HeaderContent {
  max-width: 1440px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#Header .HeaderContent .HeaderLogo a {
  display: block;
  background: url("img/logo.png") no-repeat center center;
  background-size: cover;
  width: 67px;
  height: 32.5px;
}
@media (min-width: 1025px) {
  #Header .HeaderContent .HeaderLogo a {
    width: 134px;
    height: 65px;
  }
}

.HeaderMenu .HorniMenuElements {
  display: none;
}
@media (min-width: 1025px) {
  .HeaderMenu .HorniMenuElements {
    display: block;
  }
}
.HeaderMenu .HorniMenuElements ul {
  list-style-type: none;
}
@media (min-width: 1025px) {
  .HeaderMenu .HorniMenuElements ul.First {
    display: flex;
    align-items: center;
    height: 80px;
    gap: 2.5rem;
  }
}
.HeaderMenu .HorniMenuElements ul li a {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-decoration: none;
  color: #000;
  transition: background-color 150ms ease-in-out;
}
.HeaderMenu .HorniMenuElements ul li.llevel_1 > a {
  font-weight: 600;
  text-transform: uppercase;
}
.HeaderMenu .HorniMenuElements ul li.llevel_1 > a span[data-id="131"] {
  display: inline-flex;
}
.HeaderMenu .HorniMenuElements ul li.llevel_1 > a span[data-id="131"]::after {
  font-family: "Material Symbols Outlined";
  font-weight: 400;
  margin-left: 0.25rem;
}
@media (min-width: 1025px) {
  .HeaderMenu .HorniMenuElements ul li.llevel_1 > a span[data-id="131"]::after {
    content: "\e5cf";
  }
}
@media (min-width: 1025px) {
  .HeaderMenu .HorniMenuElements ul li.llevel_1:hover > a {
    color: #911b2e;
  }
  .HeaderMenu .HorniMenuElements ul li.llevel_1:hover ul {
    display: block;
    position: absolute;
    background-color: #F3F3F3;
    list-style-type: none;
    z-index: 100;
  }
  .HeaderMenu .HorniMenuElements ul li.llevel_1:hover ul li:hover {
    background-color: #BBB;
  }
  .HeaderMenu .HorniMenuElements ul li.llevel_1:hover ul li a {
    display: block;
    padding: 15px 20px;
    font-weight: 300;
    text-transform: none;
  }
}
.HeaderMenu .HorniMenuElements ul li.llevel_1:last-of-type a {
  background-color: #911b2e;
  color: #fff;
  padding: 0.5rem 1rem;
}
.HeaderMenu .HorniMenuElements ul li.llevel_1:last-of-type a:hover {
  background-color: #000;
}
.HeaderMenu .HorniMenuElements ul li.llevel_2 > a {
  font-weight: 400;
}
.HeaderMenu #hamburger {
  display: block;
}
.HeaderMenu #hamburger span.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 0, "opsz" 40;
}
@media (min-width: 1025px) {
  .HeaderMenu #hamburger {
    display: none;
  }
}
.HeaderMenu #burgerContent .HorniMenuElements {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.98);
  width: 100%;
  height: 100%;
}
.HeaderMenu #burgerContent .HorniMenuElements.open {
  display: block;
  transform: none;
  z-index: 1;
}
.HeaderMenu #burgerContent .HorniMenuElements .close {
  position: absolute;
  width: 47px;
  height: 47px;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  padding: 13px;
  border: 1px solid #707070;
}
.HeaderMenu #burgerContent .HorniMenuElements .close .closeSymbol {
  position: relative;
  width: 100%;
  height: 100%;
}
.HeaderMenu #burgerContent .HorniMenuElements .close .closeSymbol::before, .HeaderMenu #burgerContent .HorniMenuElements .close .closeSymbol::after {
  content: "";
  position: absolute;
  top: 9px;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #333;
}
.HeaderMenu #burgerContent .HorniMenuElements .close .closeSymbol::before {
  transform: rotate(45deg);
}
.HeaderMenu #burgerContent .HorniMenuElements .close .closeSymbol::after {
  transform: rotate(-45deg);
}
.HeaderMenu #burgerContent .HorniMenuElements .MenuElement {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.HeaderMenu #burgerContent .HorniMenuElements .MenuElement ul.First {
  margin-left: 8%;
  padding-left: 2.5rem;
}
.HeaderMenu #burgerContent .HorniMenuElements .MenuElement ul li.llevel_2 {
  padding-left: 1.5rem;
}
.HeaderMenu #burgerContent .HorniMenuElements .MenuElement ul li a {
  display: inline-block;
  line-height: 21px;
  padding: 0.313rem 0.5rem;
}
.HeaderMenu #burgerContent .HorniMenuElements .MenuElement ul li a.expanded {
  color: #911b2e;
}
.HeaderMenu #burgerContent .HorniMenuElements .MenuElement ul li a span[data-id="119"]::after {
  content: "\e145";
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.WysiwygFloatingPanel.NotLoggedIn {
  display: none;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6.75rem;
}
html body {
  -webkit-font-smoothing: antialiased;
}
html body .Container {
  position: relative;
}
html body .Container .ArticleElement:not(:nth-of-type(-n+2)), html body .Container .ArticleListElement, html body .Container .StructuredGalleryElement {
  animation: fadeInLeft 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
html body .Container .ArticleElement:not(:nth-of-type(-n+2)):nth-child(2), html body .Container .ArticleListElement:nth-child(2), html body .Container .StructuredGalleryElement:nth-child(2) {
  animation-delay: 0;
}
html body .Container .ArticleElement:not(:nth-of-type(-n+2)):nth-last-child(-n+2), html body .Container .ArticleListElement:nth-last-child(-n+2), html body .Container .StructuredGalleryElement:nth-last-child(-n+2) {
  animation-delay: 0;
}
html body .Container .Article_50 {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #292929;
  z-index: 10;
  padding: 0 1.25rem;
}
html body .Container .Article_50 .ArticleContent {
  background-color: #292929;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  height: 40px;
  line-height: 30px;
}
html body .Container .Article_50 .ArticleContent a {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
}
html body .Container .Centered {
  text-align: center;
}
html body .Container .MarginTop {
  margin-top: 6.25rem;
}
html body .Container .MarginBottom {
  margin-bottom: 6.25rem;
}
html body .Container .TwoColsLayout {
  display: grid;
  grid-template-columns: 100%;
  padding: 0 1.25rem;
  animation: fadeInLeft 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
html body .Container .TwoColsLayout:nth-child(2) {
  animation-delay: 0;
}
html body .Container .TwoColsLayout:nth-last-child(-n+2) {
  animation-delay: 0;
}
@media only screen and (max-width: 1023px) {
  html body .Container .TwoColsLayout > .Spacing {
    margin-top: 6.25rem;
  }
}
html body .Container .TwoColsLayout.Padding {
  padding: 2.5rem 0;
}
@media (min-width: 1025px) {
  html body .Container .TwoColsLayout.Padding {
    padding: 5rem 0;
  }
}
@media (min-width: 1025px) {
  html body .Container .TwoColsLayout.Unequal {
    grid-template-columns: 58% 38%;
    gap: 4%;
  }
}
@media (min-width: 1025px) {
  html body .Container .TwoColsLayout.Equal {
    grid-template-columns: 48% 48%;
    gap: 4%;
  }
}
html body .Container .TwoColsLayout.AlignCenter {
  align-items: center;
}
@media (min-width: 1025px) {
  html body .Container .TwoColsLayout .Reversed {
    order: -1;
  }
}
html body .Container .TwoColsLayout .ImageContainer {
  padding: 1.25rem;
}
html body .Container .TwoColsLayout .ContentContainer {
  padding: 0 1.25rem;
}
@media (min-width: 1025px) {
  html body .Container .TwoColsLayout .ContentContainer {
    padding: 16% 10%;
  }
}
html body .Container .TwoColsLayout .Images .Gallery {
  justify-items: center;
}
html body .Container .TwoColsLayout .Images a:not(:last-of-type) {
  display: block;
  margin-bottom: 1.25rem;
}
html a {
  color: #911b2e;
  text-decoration: none;
}
html a:hover {
  text-decoration: underline;
}
html img {
  max-width: 100%;
  height: auto;
}

.realizace section.Heading h1 {
  font-family: "Poppins", sans-serif;
  font-size: 2.813rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: -3.7px;
  color: #0c0c0c;
  margin-bottom: 0.625rem;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .realizace section.Heading h1 {
    font-size: 4.063rem;
  }
}
@media (min-width: 1025px) {
  .realizace section.Heading h1 {
    font-size: 4.063rem;
  }
}
.realizace section.Heading p {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.5px;
  color: #444444;
  margin-bottom: 1em;
}
@media (min-width: 1025px) {
  .realizace section.Heading p {
    letter-spacing: -0.1px;
  }
}
@media (min-width: 1400px) {
  .realizace section.Heading p {
    font-size: 1rem;
  }
}

.StructuredGalleryElement {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.StructuredGalleryElement .ElementFooter {
  text-align: center;
}

.Subgallery, .Gallery {
  width: 100%;
  max-width: 1400px;
  margin: 3.125rem auto;
  background-color: #fff;
  float: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  grid-auto-columns: 260px;
  gap: 25px;
}
@media only screen and (max-width: 540px) {
  .Subgallery, .Gallery {
    justify-items: center;
  }
}
.Subgallery .SubgalleryThumb, .Subgallery .GalleryThumb, .Gallery .SubgalleryThumb, .Gallery .GalleryThumb {
  background-color: #fff;
  width: 260px;
  height: auto;
  padding: 0;
}
.Subgallery .SubgalleryThumb:hover .ThumbName a, .Subgallery .GalleryThumb:hover .ThumbName a, .Gallery .SubgalleryThumb:hover .ThumbName a, .Gallery .GalleryThumb:hover .ThumbName a {
  background-color: #911b2e;
  text-decoration: none;
}
.Subgallery .SubgalleryThumb .ThumbContent, .Subgallery .GalleryThumb .ThumbContent, .Gallery .SubgalleryThumb .ThumbContent, .Gallery .GalleryThumb .ThumbContent {
  border: none;
  padding: 0;
}
.Subgallery .SubgalleryThumb .ThumbContent .ThumbImage a, .Subgallery .GalleryThumb .ThumbContent .ThumbImage a, .Gallery .SubgalleryThumb .ThumbContent .ThumbImage a, .Gallery .GalleryThumb .ThumbContent .ThumbImage a {
  display: block;
  position: relative;
  width: 260px;
  height: 340px;
  overflow: hidden;
}
.Subgallery .SubgalleryThumb .ThumbContent .ThumbImage a img, .Subgallery .GalleryThumb .ThumbContent .ThumbImage a img, .Gallery .SubgalleryThumb .ThumbContent .ThumbImage a img, .Gallery .GalleryThumb .ThumbContent .ThumbImage a img {
  width: max-content;
  height: max-content;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Subgallery .SubgalleryThumb .ThumbName a, .Subgallery .GalleryThumb .ThumbName a, .Gallery .SubgalleryThumb .ThumbName a, .Gallery .GalleryThumb .ThumbName a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", Sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #fff;
  background-color: #0c0c0c;
  margin: 0em;
  padding: 1em;
  height: 100px;
  max-height: 100%;
  width: 100%;
  transition: background-color 150ms ease-in-out;
}
.Subgallery .GalleryThumb .ThumbContent .ThumbImage a, .Gallery .GalleryThumb .ThumbContent .ThumbImage a {
  height: 200px;
}
.Subgallery .GalleryThumb .ThumbContent .ThumbName a, .Gallery .GalleryThumb .ThumbContent .ThumbName a {
  display: none;
}

.ObsahStrankyElements .ContactFormElement {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.ObsahStrankyElements .ContactFormElement form {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
  padding: 1.25rem;
}
.ObsahStrankyElements .ContactFormElement form label {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.5px;
  color: #444444;
  margin-bottom: 1em;
}
@media (min-width: 1025px) {
  .ObsahStrankyElements .ContactFormElement form label {
    letter-spacing: -0.1px;
  }
}
@media (min-width: 1400px) {
  .ObsahStrankyElements .ContactFormElement form label {
    font-size: 1rem;
  }
}
.ObsahStrankyElements .ContactFormElement form label span {
  color: #911b2e;
}
.ObsahStrankyElements .ContactFormElement form input[type=text], .ObsahStrankyElements .ContactFormElement form textarea {
  background-color: #fff;
  border: 1px solid #0c0c0c;
  border-radius: 3px;
  color: #0c0c0c;
  max-width: 540px;
  width: 100%;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.ObsahStrankyElements .ContactFormElement form input[type=submit] {
  font-family: "Poppins", sans-serif;
  width: 100%;
  border: none;
  padding: 1rem 0;
  font-size: 1rem;
  text-transform: none;
  background-color: #911b2e;
  color: #fff;
  border-radius: 3px;
}
.ObsahStrankyElements .ContactFormElement form textarea {
  font-family: "Poppins", sans-serif;
}
.ObsahStrankyElements .ContactFormElement form .Antispam {
  text-align: left;
}

#Footer {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 4.375rem 0 1.25rem 0;
}
#Footer .FooterElements {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 1.25rem;
}
#Footer .FooterElements > div {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 1.5rem;
  color: #0c0c0c;
  flex-basis: 100%;
  padding: 0.625rem 0;
}
@media (min-width: 768px) {
  #Footer .FooterElements > div {
    flex-basis: 50%;
  }
}
@media (min-width: 1025px) {
  #Footer .FooterElements > div {
    flex-basis: 25%;
  }
  #Footer .FooterElements > div:first-of-type {
    flex-basis: 50%;
  }
}
#Footer .FooterElements > div p, #Footer .FooterElements > div strong {
  margin-bottom: 1rem;
}
#Footer .FooterElements > div h2, #Footer .FooterElements > div .MenuHeader span {
  display: inline-block;
  font-family: "Poppins", Sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: -1.2px;
  color: #0c0c0c;
  margin-bottom: 1.25em;
}
#Footer .FooterElements > div .Divider, #Footer .FooterElements > div .MenuHeader span .Divider {
  display: inline-block;
}
#Footer .FooterElements > div .Divider.White, #Footer .FooterElements > div .MenuHeader span .Divider.White {
  background-color: #fff;
  height: 2px;
  margin: 0 0 2.5rem 0;
}
#Footer .FooterElements > div .Divider.Light, #Footer .FooterElements > div .MenuHeader span .Divider.Light {
  height: 1px;
  margin: 0 0 0.75rem 0;
  background-color: #BBB;
}
#Footer .FooterElements > div .Divider.Dark, #Footer .FooterElements > div .MenuHeader span .Divider.Dark {
  height: 2px;
  margin: 0 0 2.5rem 0;
  background-color: #0c0c0c;
}
#Footer .FooterElements > div .Divider.Big, #Footer .FooterElements > div .MenuHeader span .Divider.Big {
  width: 120px;
}
#Footer .FooterElements > div .Divider.Small, #Footer .FooterElements > div .MenuHeader span .Divider.Small {
  width: 50px;
}
#Footer .FooterElements > div .Divider.TextDivider, #Footer .FooterElements > div .MenuHeader span .Divider.TextDivider {
  height: 2px;
  background-color: #0c0c0c;
  margin: 0 0 3px 15px;
}
#Footer .FooterElements > div .Menu ul {
  list-style-type: none;
}
#Footer .FooterElements > div .Menu ul a {
  text-decoration: none;
  color: #000;
}

.signatureWrapper {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.signatureWrapper #Signature {
  max-width: 1440px;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  padding: 1.25rem;
}
@media (min-width: 768px) {
  .signatureWrapper #Signature {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
}
.signatureWrapper #Signature div.socials {
  display: flex;
  gap: 2.5rem;
  padding: 0.625rem 0;
}
.signatureWrapper #Signature div span {
  display: block;
  padding: 0.625rem 0;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 1rem;
  color: #444444;
}
.signatureWrapper #Signature div span:first-of-type {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #0c0c0c;
  margin-bottom: 1.25rem;
  padding: 0;
}

.ObsahStrankyElements {
  float: none;
  margin-top: 2.5rem;
}
.ObsahStrankyElements h2 {
  font-family: "Poppins", sans-serif;
  font-size: 2.188rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: -3px;
  color: #0c0c0c;
  position: relative;
  margin-bottom: 0;
  /*&:after {
      content: '';
      display: inline-block;
      height: 2px;
      width: 53px;
      background-color: black;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
  }*/
}
@media (min-width: 1025px) {
  .ObsahStrankyElements h2 {
    font-size: 2.813rem;
  }
}
@media (min-width: 1400px) {
  .ObsahStrankyElements h2 {
    font-size: 3.125rem;
  }
}
.ObsahStrankyElements h2.ElementHeader {
  text-align: center;
}
.ObsahStrankyElements h2.ElementHeader span {
  font-family: "Poppins", sans-serif;
  font-size: 2.188rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: -3px;
  color: #0c0c0c;
  position: relative;
  margin-bottom: 1.5em;
  /*&:after {
      content: '';
      display: inline-block;
      height: 2px;
      width: 53px;
      background-color: black;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
  }*/
}
@media (min-width: 1025px) {
  .ObsahStrankyElements h2.ElementHeader span {
    font-size: 2.813rem;
  }
}
@media (min-width: 1400px) {
  .ObsahStrankyElements h2.ElementHeader span {
    font-size: 3.125rem;
  }
}
.ObsahStrankyElements .Divider {
  display: inline-block;
}
.ObsahStrankyElements .Divider.White {
  background-color: #fff;
  height: 2px;
  margin: 0 0 2.5rem 0;
}
.ObsahStrankyElements .Divider.Light {
  height: 1px;
  margin: 0 0 0.75rem 0;
  background-color: #BBB;
}
.ObsahStrankyElements .Divider.Dark {
  height: 2px;
  margin: 0 0 2.5rem 0;
  background-color: #0c0c0c;
}
.ObsahStrankyElements .Divider.Big {
  width: 120px;
}
.ObsahStrankyElements .Divider.Small {
  width: 50px;
}
.ObsahStrankyElements .Divider.TextDivider {
  height: 2px;
  background-color: #0c0c0c;
  margin: 0;
}
.ObsahStrankyElements:not(.Homepage) .ArticleContent h1 {
  font-family: "Poppins", sans-serif;
  font-size: 2.813rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: -3.7px;
  color: #0c0c0c;
  margin-bottom: 0.625rem;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ObsahStrankyElements:not(.Homepage) .ArticleContent h1 {
    font-size: 4.063rem;
  }
}
@media (min-width: 1025px) {
  .ObsahStrankyElements:not(.Homepage) .ArticleContent h1 {
    font-size: 4.063rem;
  }
}
.ObsahStrankyElements:not(.Homepage) .ArticleContent h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.6875em;
  font-weight: 600;
  color: #333;
  line-height: 1.8em;
  text-align: center;
  margin: 1em 0;
}
.ObsahStrankyElements:not(.Homepage) .ArticleContent p {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.5px;
  color: #444444;
  margin-bottom: 1em;
}
@media (min-width: 1025px) {
  .ObsahStrankyElements:not(.Homepage) .ArticleContent p {
    letter-spacing: -0.1px;
  }
}
@media (min-width: 1400px) {
  .ObsahStrankyElements:not(.Homepage) .ArticleContent p {
    font-size: 1rem;
  }
}
.ObsahStrankyElements:not(.Homepage) section {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.ObsahStrankyElements:not(.Homepage) section h2.Small {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: -1.5px;
  color: #0c0c0c;
  margin-bottom: 1.5rem;
}
.ObsahStrankyElements:not(.Homepage) section h2.Light {
  font-family: "Poppins", sans-serif;
  font-size: 2.188rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: -3px;
  color: #444;
  position: relative;
  margin-bottom: 1.25rem;
  /*&:after {
      content: '';
      display: inline-block;
      height: 2px;
      width: 53px;
      background-color: black;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
  }*/
}
@media (min-width: 1025px) {
  .ObsahStrankyElements:not(.Homepage) section h2.Light {
    font-size: 2.813rem;
  }
}
@media (min-width: 1400px) {
  .ObsahStrankyElements:not(.Homepage) section h2.Light {
    font-size: 3.125rem;
  }
}
.ObsahStrankyElements:not(.Homepage) section.Heading {
  min-height: 75vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 1.25rem;
  animation: fadeInRight 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.ObsahStrankyElements:not(.Homepage) section.Heading:nth-child(2) {
  animation-delay: 0;
}
.ObsahStrankyElements:not(.Homepage) section.Heading:nth-last-child(-n+2) {
  animation-delay: 0;
}
.ObsahStrankyElements:not(.Homepage) section.Heading p {
  text-align: center;
}
@media (min-width: 768px) {
  .ObsahStrankyElements:not(.Homepage) section.Heading p {
    max-width: 60%;
    margin: 0 auto 1em auto;
  }
}
@media (min-width: 768px) {
  .ObsahStrankyElements:not(.Homepage) section .TwoCols {
    columns: 2;
  }
}
.ObsahStrankyElements:not(.Homepage) section .More {
  margin-top: 1.25rem;
}
.ObsahStrankyElements:not(.Homepage) section article:not(:last-of-type) {
  margin-bottom: 4em;
}
.ObsahStrankyElements:not(.Homepage) section article ul {
  padding-left: 1.1rem;
}
.ObsahStrankyElements:not(.Homepage) section article ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.5px;
  color: #444444;
  margin-bottom: 1em;
}
@media (min-width: 1025px) {
  .ObsahStrankyElements:not(.Homepage) section article ul li {
    letter-spacing: -0.1px;
  }
}
@media (min-width: 1400px) {
  .ObsahStrankyElements:not(.Homepage) section article ul li {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .ObsahStrankyElements:not(.Homepage) section.Contact > div {
    width: 50%;
    margin: 0 auto;
  }
}
.ObsahStrankyElements:not(.Homepage) section.Contact > div > div:not(.Divider) {
  padding: 2.5% 0;
  margin-bottom: 1em;
}
.ObsahStrankyElements:not(.Homepage) section.Contact > div > div:not(.Divider) p {
  margin-bottom: 0;
}
.ObsahStrankyElements:not(.Homepage) section.Contact > div > div:not(.Divider) p a {
  color: #911b2e;
  text-decoration: none;
}
.ObsahStrankyElements:not(.Homepage) section a {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}
.ObsahStrankyElements:not(.Homepage) section a.More {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  white-space: nowrap;
  line-height: 1.5;
  position: relative;
  transition: background-color 150ms ease-in-out;
  cursor: pointer;
  font-weight: 400;
  color: #292929;
  width: auto;
  letter-spacing: 0.5px;
  border: 1px solid #292929;
  border-radius: 50px;
  padding: 1.125rem 2.313rem;
  font-size: 0.813rem;
  background-color: #fff;
}
.ObsahStrankyElements:not(.Homepage) section a.More:hover {
  color: #fff;
  background-color: #292929;
  text-decoration: none;
}
.ObsahStrankyElements:not(.Homepage) section a.More span {
  font-size: 1rem;
  font-weight: 300;
  margin-right: 0.313rem;
}
.ObsahStrankyElements:not(.Homepage) section a.MoreBlack {
  display: grid;
  grid-template-columns: 10% 60% 30%;
  align-items: center;
  overflow: hidden;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 3em;
  letter-spacing: -0.8px;
  background-color: #0c0c0c;
  padding: 0.875rem 0px 0.875rem 2.5rem;
  color: #fff;
  text-decoration: none;
}
.ObsahStrankyElements:not(.Homepage) section a.MoreBlack .Divider {
  transition: width ease-in-out 300ms;
  display: inline-block;
}
.ObsahStrankyElements:not(.Homepage) section a.MoreBlack .Divider.White {
  background-color: #fff;
  height: 2px;
  margin: 0 0 2.5rem 0;
}
.ObsahStrankyElements:not(.Homepage) section a.MoreBlack .Divider.Light {
  height: 1px;
  margin: 0 0 0.75rem 0;
  background-color: #BBB;
}
.ObsahStrankyElements:not(.Homepage) section a.MoreBlack .Divider.Dark {
  height: 2px;
  margin: 0 0 2.5rem 0;
  background-color: #0c0c0c;
}
.ObsahStrankyElements:not(.Homepage) section a.MoreBlack .Divider.Big {
  width: 120px;
}
.ObsahStrankyElements:not(.Homepage) section a.MoreBlack .Divider.Small {
  width: 50px;
}
.ObsahStrankyElements:not(.Homepage) section a.MoreBlack .Divider.TextDivider {
  height: 1px;
  background-color: #fff;
  margin: 0.25rem 0 0 0;
}
.ObsahStrankyElements:not(.Homepage) section a.MoreBlack:hover .Divider {
  width: 200px;
}
@media (min-width: 1025px) {
  .ObsahStrankyElements:not(.Homepage) section a.MoreBlack {
    padding: 1.25rem 0 1.25rem 2.5rem;
    margin-top: 65px;
  }
}
.ObsahStrankyElements:not(.Homepage) section a.MoreBlack span {
  margin-right: 1.25rem;
}
.ObsahStrankyElements:not(.Homepage) section a.RedButton {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background-color: #911b2e;
  padding: 1.688rem 3.438rem;
  border-radius: 0.313rem;
  text-decoration: none;
  transition: background-color 150ms ease-in-out;
}
.ObsahStrankyElements:not(.Homepage) section a.RedButton.Small {
  font-size: 1rem;
  padding: 1rem 2.25rem;
}
.ObsahStrankyElements:not(.Homepage) section a.RedButton:hover {
  background-color: #0c0c0c;
}
.ObsahStrankyElements #TopBanner {
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .ObsahStrankyElements #TopBanner {
    height: 40px;
    flex-direction: row;
  }
}
@media (min-width: 1025px) {
  .ObsahStrankyElements #TopBanner div {
    width: 33.3333333333%;
  }
}
.ObsahStrankyElements #TopBanner .TopBannerContact ul {
  height: 40px;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 1025px) {
  .ObsahStrankyElements #TopBanner .TopBannerContact ul {
    justify-content: flex-start;
  }
}
.ObsahStrankyElements #TopBanner .TopBannerContact ul a {
  font-weight: 400;
  font-size: 70%;
}
@media (min-width: 768px) {
  .ObsahStrankyElements #TopBanner .TopBannerContact ul a {
    font-size: 80%;
  }
}
.ObsahStrankyElements #TopBanner .TopBannerContact ul i {
  padding-right: 0.5rem;
}
.ObsahStrankyElements .Container.Title {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  min-height: calc(100dvh - 2.5rem);
  max-width: 1440px;
  animation: fadeInRight 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.ObsahStrankyElements .Container.Title:nth-child(2) {
  animation-delay: 0;
}
.ObsahStrankyElements .Container.Title:nth-last-child(-n+2) {
  animation-delay: 0;
}
@media (min-width: 768px) {
  .ObsahStrankyElements .Container.Title {
    flex-direction: row;
  }
}
@media (min-width: 1025px) {
  .ObsahStrankyElements .Container.Title > div {
    margin-top: 70px;
  }
}
.ObsahStrankyElements .Container.Title .LeftCol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.25rem;
}
@media (min-width: 768px) {
  .ObsahStrankyElements .Container.Title .LeftCol {
    width: 55%;
  }
}
.ObsahStrankyElements .Container.Title .LeftCol h1 {
  font-family: "Poppins", Sans-serif;
  font-size: clamp(60px, 7vw, 90px);
  font-weight: 700;
  line-height: 1.1em;
  letter-spacing: -7px;
  color: #0c0c0c;
  margin: 0 0 25px 0;
}
.ObsahStrankyElements .Container.Title .LeftCol p {
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: -0.1px;
  margin: 0 0 0 10px;
  max-width: 95%;
  color: #444;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .ObsahStrankyElements .Container.Title .RightCol {
    width: 45%;
  }
}
.ObsahStrankyElements a.More {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}
.ObsahStrankyElements a.More.More {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  white-space: nowrap;
  line-height: 1.5;
  position: relative;
  transition: background-color 150ms ease-in-out;
  cursor: pointer;
  font-weight: 400;
  color: #292929;
  width: auto;
  letter-spacing: 0.5px;
  border: 1px solid #292929;
  border-radius: 50px;
  padding: 1.125rem 2.313rem;
  font-size: 0.813rem;
  background-color: #fff;
}
.ObsahStrankyElements a.More.More:hover {
  color: #fff;
  background-color: #292929;
  text-decoration: none;
}
.ObsahStrankyElements a.More.More span {
  font-size: 1rem;
  font-weight: 300;
  margin-right: 0.313rem;
}
.ObsahStrankyElements a.More.MoreBlack {
  display: grid;
  grid-template-columns: 10% 60% 30%;
  align-items: center;
  overflow: hidden;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 3em;
  letter-spacing: -0.8px;
  background-color: #0c0c0c;
  padding: 0.875rem 0px 0.875rem 2.5rem;
  color: #fff;
  text-decoration: none;
}
.ObsahStrankyElements a.More.MoreBlack .Divider {
  transition: width ease-in-out 300ms;
  display: inline-block;
}
.ObsahStrankyElements a.More.MoreBlack .Divider.White {
  background-color: #fff;
  height: 2px;
  margin: 0 0 2.5rem 0;
}
.ObsahStrankyElements a.More.MoreBlack .Divider.Light {
  height: 1px;
  margin: 0 0 0.75rem 0;
  background-color: #BBB;
}
.ObsahStrankyElements a.More.MoreBlack .Divider.Dark {
  height: 2px;
  margin: 0 0 2.5rem 0;
  background-color: #0c0c0c;
}
.ObsahStrankyElements a.More.MoreBlack .Divider.Big {
  width: 120px;
}
.ObsahStrankyElements a.More.MoreBlack .Divider.Small {
  width: 50px;
}
.ObsahStrankyElements a.More.MoreBlack .Divider.TextDivider {
  height: 1px;
  background-color: #fff;
  margin: 0.25rem 0 0 0;
}
.ObsahStrankyElements a.More.MoreBlack:hover .Divider {
  width: 200px;
}
@media (min-width: 1025px) {
  .ObsahStrankyElements a.More.MoreBlack {
    padding: 1.25rem 0 1.25rem 2.5rem;
    margin-top: 65px;
  }
}
.ObsahStrankyElements a.More.MoreBlack span {
  margin-right: 1.25rem;
}
.ObsahStrankyElements a.More.RedButton {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background-color: #911b2e;
  padding: 1.688rem 3.438rem;
  border-radius: 0.313rem;
  text-decoration: none;
  transition: background-color 150ms ease-in-out;
}
.ObsahStrankyElements a.More.RedButton.Small {
  font-size: 1rem;
  padding: 1rem 2.25rem;
}
.ObsahStrankyElements a.More.RedButton:hover {
  background-color: #0c0c0c;
}
.ObsahStrankyElements .Partners {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2%;
  animation: fadeInLeft 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.ObsahStrankyElements .Partners:nth-child(2) {
  animation-delay: 0;
}
.ObsahStrankyElements .Partners:nth-last-child(-n+2) {
  animation-delay: 0;
}
@media (min-width: 768px) {
  .ObsahStrankyElements .Partners {
    justify-content: space-between;
  }
}
.ObsahStrankyElements .Partners .Partner {
  flex-basis: 46%;
  text-align: center;
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .ObsahStrankyElements .Partners .Partner {
    flex-basis: 16%;
  }
}
.ObsahStrankyElements .Partners .Partner img {
  max-width: 100%;
  height: auto !important;
}
.ObsahStrankyElements .Counters {
  background-color: #0c0c0c;
  display: flex;
  flex-direction: column;
  color: #fff;
  padding: 3.125rem 0;
}
@media (min-width: 1025px) {
  .ObsahStrankyElements .Counters {
    flex-direction: row;
    padding: 0;
  }
}
.ObsahStrankyElements .Counters .Counter {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 0;
}
@media (min-width: 1025px) {
  .ObsahStrankyElements .Counters .Counter {
    width: 20%;
    height: 413px;
    border-right: 1px solid #E6E6E6;
  }
}
.ObsahStrankyElements .Counters .Counter .CounterNumber {
  font-family: "Poppins", sans-serif;
  font-size: 2.188rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: -3px;
  color: #fff;
  position: relative;
  margin-bottom: 0;
  /*&:after {
      content: '';
      display: inline-block;
      height: 2px;
      width: 53px;
      background-color: black;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
  }*/
}
@media (min-width: 1025px) {
  .ObsahStrankyElements .Counters .Counter .CounterNumber {
    font-size: 2.813rem;
  }
}
@media (min-width: 1400px) {
  .ObsahStrankyElements .Counters .Counter .CounterNumber {
    font-size: 3.125rem;
  }
}
.ObsahStrankyElements .Counters .Counter .CounterTitle {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.15em;
  letter-spacing: -1px;
  color: #fff;
}
.ObsahStrankyElements .OurPeople, .ObsahStrankyElements .AboutUs {
  max-width: 1440px;
  width: 100%;
  margin: 1.25rem auto;
}
@media (min-width: 768px) {
  .ObsahStrankyElements .OurPeople, .ObsahStrankyElements .AboutUs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  }
}
@media (min-width: 1025px) {
  .ObsahStrankyElements .OurPeople, .ObsahStrankyElements .AboutUs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  }
}
.ObsahStrankyElements .OurPeople p, .ObsahStrankyElements .AboutUs p {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.5px;
  color: #444444;
  margin-bottom: 1em;
}
@media (min-width: 1025px) {
  .ObsahStrankyElements .OurPeople p, .ObsahStrankyElements .AboutUs p {
    letter-spacing: -0.1px;
  }
}
@media (min-width: 1400px) {
  .ObsahStrankyElements .OurPeople p, .ObsahStrankyElements .AboutUs p {
    font-size: 1rem;
  }
}
.ObsahStrankyElements .OurPeople a, .ObsahStrankyElements .AboutUs a {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}
.ObsahStrankyElements .OurPeople a.More, .ObsahStrankyElements .AboutUs a.More {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  white-space: nowrap;
  line-height: 1.5;
  position: relative;
  transition: background-color 150ms ease-in-out;
  cursor: pointer;
  font-weight: 400;
  color: #292929;
  width: auto;
  letter-spacing: 0.5px;
  border: 1px solid #292929;
  border-radius: 50px;
  padding: 1.125rem 2.313rem;
  font-size: 0.813rem;
  background-color: #fff;
}
.ObsahStrankyElements .OurPeople a.More:hover, .ObsahStrankyElements .AboutUs a.More:hover {
  color: #fff;
  background-color: #292929;
  text-decoration: none;
}
.ObsahStrankyElements .OurPeople a.More span, .ObsahStrankyElements .AboutUs a.More span {
  font-size: 1rem;
  font-weight: 300;
  margin-right: 0.313rem;
}
.ObsahStrankyElements .OurPeople a.MoreBlack, .ObsahStrankyElements .AboutUs a.MoreBlack {
  display: grid;
  grid-template-columns: 10% 60% 30%;
  align-items: center;
  overflow: hidden;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 3em;
  letter-spacing: -0.8px;
  background-color: #0c0c0c;
  padding: 0.875rem 0px 0.875rem 2.5rem;
  color: #fff;
  text-decoration: none;
}
.ObsahStrankyElements .OurPeople a.MoreBlack .Divider, .ObsahStrankyElements .AboutUs a.MoreBlack .Divider {
  transition: width ease-in-out 300ms;
  display: inline-block;
}
.ObsahStrankyElements .OurPeople a.MoreBlack .Divider.White, .ObsahStrankyElements .AboutUs a.MoreBlack .Divider.White {
  background-color: #fff;
  height: 2px;
  margin: 0 0 2.5rem 0;
}
.ObsahStrankyElements .OurPeople a.MoreBlack .Divider.Light, .ObsahStrankyElements .AboutUs a.MoreBlack .Divider.Light {
  height: 1px;
  margin: 0 0 0.75rem 0;
  background-color: #BBB;
}
.ObsahStrankyElements .OurPeople a.MoreBlack .Divider.Dark, .ObsahStrankyElements .AboutUs a.MoreBlack .Divider.Dark {
  height: 2px;
  margin: 0 0 2.5rem 0;
  background-color: #0c0c0c;
}
.ObsahStrankyElements .OurPeople a.MoreBlack .Divider.Big, .ObsahStrankyElements .AboutUs a.MoreBlack .Divider.Big {
  width: 120px;
}
.ObsahStrankyElements .OurPeople a.MoreBlack .Divider.Small, .ObsahStrankyElements .AboutUs a.MoreBlack .Divider.Small {
  width: 50px;
}
.ObsahStrankyElements .OurPeople a.MoreBlack .Divider.TextDivider, .ObsahStrankyElements .AboutUs a.MoreBlack .Divider.TextDivider {
  height: 1px;
  background-color: #fff;
  margin: 0.25rem 0 0 0;
}
.ObsahStrankyElements .OurPeople a.MoreBlack:hover .Divider, .ObsahStrankyElements .AboutUs a.MoreBlack:hover .Divider {
  width: 200px;
}
@media (min-width: 1025px) {
  .ObsahStrankyElements .OurPeople a.MoreBlack, .ObsahStrankyElements .AboutUs a.MoreBlack {
    padding: 1.25rem 0 1.25rem 2.5rem;
    margin-top: 65px;
  }
}
.ObsahStrankyElements .OurPeople a.MoreBlack span, .ObsahStrankyElements .AboutUs a.MoreBlack span {
  margin-right: 1.25rem;
}
.ObsahStrankyElements .OurPeople a.RedButton, .ObsahStrankyElements .AboutUs a.RedButton {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background-color: #911b2e;
  padding: 1.688rem 3.438rem;
  border-radius: 0.313rem;
  text-decoration: none;
  transition: background-color 150ms ease-in-out;
}
.ObsahStrankyElements .OurPeople a.RedButton.Small, .ObsahStrankyElements .AboutUs a.RedButton.Small {
  font-size: 1rem;
  padding: 1rem 2.25rem;
}
.ObsahStrankyElements .OurPeople a.RedButton:hover, .ObsahStrankyElements .AboutUs a.RedButton:hover {
  background-color: #0c0c0c;
}
.ObsahStrankyElements .OurPeople .Person, .ObsahStrankyElements .AboutUs .Person {
  background-color: #fff;
  padding: 3.75rem 17%;
  animation: fadeInRight 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 768px) {
  .ObsahStrankyElements .OurPeople .Person .Description, .ObsahStrankyElements .AboutUs .Person .Description {
    height: 300px;
  }
}
.ObsahStrankyElements .OurPeople .Person:nth-child(2), .ObsahStrankyElements .AboutUs .Person:nth-child(2) {
  animation-delay: 150ms;
}
.ObsahStrankyElements .OurPeople .Person:nth-last-child(-n+2), .ObsahStrankyElements .AboutUs .Person:nth-last-child(-n+2) {
  animation-delay: 300ms;
}
.ObsahStrankyElements .OurPeople .Person p, .ObsahStrankyElements .AboutUs .Person p {
  margin: -6.25rem 0 2.813rem 0;
}
.ObsahStrankyElements .OurPeople .Person .Heading, .ObsahStrankyElements .AboutUs .Person .Heading {
  font-family: "Poppins", sans-serif;
  -webkit-text-stroke: #000;
  font-size: 200px;
  -webkit-text-stroke-width: 1.5px;
  color: transparent;
  text-rendering: optimizeSpeed;
  font-weight: 600;
  margin: 0;
  line-height: 1em;
  overflow-wrap: break-word;
  display: block;
}
.ObsahStrankyElements .OurPeople .Person .Name .Divider, .ObsahStrankyElements .AboutUs .Person .Name .Divider {
  display: inline-block;
}
.ObsahStrankyElements .OurPeople .Person .Name .Divider.White, .ObsahStrankyElements .AboutUs .Person .Name .Divider.White {
  background-color: #fff;
  height: 2px;
  margin: 0 0 2.5rem 0;
}
.ObsahStrankyElements .OurPeople .Person .Name .Divider.Light, .ObsahStrankyElements .AboutUs .Person .Name .Divider.Light {
  height: 1px;
  margin: 0 0 0.75rem 0;
  background-color: #BBB;
}
.ObsahStrankyElements .OurPeople .Person .Name .Divider.Dark, .ObsahStrankyElements .AboutUs .Person .Name .Divider.Dark {
  height: 2px;
  margin: 0 0 2.5rem 0;
  background-color: #0c0c0c;
}
.ObsahStrankyElements .OurPeople .Person .Name .Divider.Big, .ObsahStrankyElements .AboutUs .Person .Name .Divider.Big {
  width: 120px;
}
.ObsahStrankyElements .OurPeople .Person .Name .Divider.Small, .ObsahStrankyElements .AboutUs .Person .Name .Divider.Small {
  width: 50px;
}
.ObsahStrankyElements .OurPeople .Person .Name .Divider.TextDivider, .ObsahStrankyElements .AboutUs .Person .Name .Divider.TextDivider {
  height: 2px;
  background-color: #0c0c0c;
  margin: 0 15px 3px 0;
}
.ObsahStrankyElements .OurPeople .Person .Name h3, .ObsahStrankyElements .AboutUs .Person .Name h3 {
  display: inline-block;
  font-family: "Poppins", Sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: -1.2px;
  color: #0c0c0c;
  margin-bottom: 0;
}
.ObsahStrankyElements .OurPeople .Person .Name span, .ObsahStrankyElements .AboutUs .Person .Name span {
  display: block;
  margin-left: 74px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.5px;
  color: #444444;
  margin-bottom: 1em;
  letter-spacing: 0.2px;
  color: #000;
}
@media (min-width: 1025px) {
  .ObsahStrankyElements .OurPeople .Person .Name span, .ObsahStrankyElements .AboutUs .Person .Name span {
    letter-spacing: -0.1px;
  }
}
@media (min-width: 1400px) {
  .ObsahStrankyElements .OurPeople .Person .Name span, .ObsahStrankyElements .AboutUs .Person .Name span {
    font-size: 1rem;
  }
}
.ObsahStrankyElements .OurPeople .Person:hover, .ObsahStrankyElements .AboutUs .Person:hover {
  background-color: #000;
}
.ObsahStrankyElements .OurPeople .Person:hover p, .ObsahStrankyElements .OurPeople .Person:hover h3, .ObsahStrankyElements .OurPeople .Person:hover span, .ObsahStrankyElements .AboutUs .Person:hover p, .ObsahStrankyElements .AboutUs .Person:hover h3, .ObsahStrankyElements .AboutUs .Person:hover span {
  color: #fff;
}
.ObsahStrankyElements .OurPeople .Person:hover .Heading, .ObsahStrankyElements .OurPeople .Person:hover .Divider, .ObsahStrankyElements .AboutUs .Person:hover .Heading, .ObsahStrankyElements .AboutUs .Person:hover .Divider {
  filter: invert(1);
}
.ObsahStrankyElements .Services {
  background-color: #911b2e;
  margin: 0 auto 1.25rem auto;
  padding: 5rem 1.25rem;
}
.ObsahStrankyElements .Services .ServicesWrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 2%;
}
.ObsahStrankyElements .Services .ServicesWrapper .Service {
  background-color: #fff;
  border-radius: 3px;
  width: 100%;
  padding: 2rem 1rem;
  transition: all 500ms ease-in-out;
  margin: 2rem 0;
}
@media (min-width: 768px) {
  .ObsahStrankyElements .Services .ServicesWrapper .Service {
    width: calc(480px - 4%);
    padding: 5% 4%;
  }
}
.ObsahStrankyElements .Services .ServicesWrapper .Service:hover {
  transform: scale(1.1);
}
.ObsahStrankyElements .Services .ServicesWrapper .Service .icon i {
  font-size: 4rem;
}
@media (min-width: 768px) {
  .ObsahStrankyElements .Services .ServicesWrapper .Service .icon i {
    font-size: 5rem;
  }
}
.ObsahStrankyElements .Services .ServicesWrapper .Service h2 {
  font-family: "Poppins", sans-serif;
  font-size: 1.6875em;
  font-weight: 600;
  color: #333;
  line-height: 1.8em;
  text-align: center;
  margin: 1em 0;
}
.ObsahStrankyElements .Services > h2 {
  color: #fff;
}
.ObsahStrankyElements .Services a {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}
.ObsahStrankyElements .Services a.More {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  white-space: nowrap;
  line-height: 1.5;
  position: relative;
  transition: background-color 150ms ease-in-out;
  cursor: pointer;
  font-weight: 400;
  color: #292929;
  width: auto;
  letter-spacing: 0.5px;
  border: 1px solid #292929;
  border-radius: 50px;
  padding: 1.125rem 2.313rem;
  font-size: 0.813rem;
  background-color: #fff;
}
.ObsahStrankyElements .Services a.More:hover {
  color: #fff;
  background-color: #292929;
  text-decoration: none;
}
.ObsahStrankyElements .Services a.More span {
  font-size: 1rem;
  font-weight: 300;
  margin-right: 0.313rem;
}
.ObsahStrankyElements .Services a.MoreBlack {
  display: grid;
  grid-template-columns: 10% 60% 30%;
  align-items: center;
  overflow: hidden;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 3em;
  letter-spacing: -0.8px;
  background-color: #0c0c0c;
  padding: 0.875rem 0px 0.875rem 2.5rem;
  color: #fff;
  text-decoration: none;
}
.ObsahStrankyElements .Services a.MoreBlack .Divider {
  transition: width ease-in-out 300ms;
  display: inline-block;
}
.ObsahStrankyElements .Services a.MoreBlack .Divider.White {
  background-color: #fff;
  height: 2px;
  margin: 0 0 2.5rem 0;
}
.ObsahStrankyElements .Services a.MoreBlack .Divider.Light {
  height: 1px;
  margin: 0 0 0.75rem 0;
  background-color: #BBB;
}
.ObsahStrankyElements .Services a.MoreBlack .Divider.Dark {
  height: 2px;
  margin: 0 0 2.5rem 0;
  background-color: #0c0c0c;
}
.ObsahStrankyElements .Services a.MoreBlack .Divider.Big {
  width: 120px;
}
.ObsahStrankyElements .Services a.MoreBlack .Divider.Small {
  width: 50px;
}
.ObsahStrankyElements .Services a.MoreBlack .Divider.TextDivider {
  height: 1px;
  background-color: #fff;
  margin: 0.25rem 0 0 0;
}
.ObsahStrankyElements .Services a.MoreBlack:hover .Divider {
  width: 200px;
}
@media (min-width: 1025px) {
  .ObsahStrankyElements .Services a.MoreBlack {
    padding: 1.25rem 0 1.25rem 2.5rem;
    margin-top: 65px;
  }
}
.ObsahStrankyElements .Services a.MoreBlack span {
  margin-right: 1.25rem;
}
.ObsahStrankyElements .Services a.RedButton {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background-color: #911b2e;
  padding: 1.688rem 3.438rem;
  border-radius: 0.313rem;
  text-decoration: none;
  transition: background-color 150ms ease-in-out;
}
.ObsahStrankyElements .Services a.RedButton.Small {
  font-size: 1rem;
  padding: 1rem 2.25rem;
}
.ObsahStrankyElements .Services a.RedButton:hover {
  background-color: #0c0c0c;
}
.ObsahStrankyElements .Wrapper {
  padding: 2.5rem 1.25rem;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
}
.ObsahStrankyElements .Wrapper.PrivateInterier {
  background: url("img/privatni-interiery.JPG") no-repeat center/cover;
}
.ObsahStrankyElements .Wrapper.CommercialInterier {
  background: url("img/komercni-interiery.png") no-repeat center/cover;
}
.ObsahStrankyElements .Wrapper.HealthCareFacility {
  background: url("img/zdravotnicke-interiery.jpg") no-repeat center/cover;
}
.ObsahStrankyElements .Wrapper.MainRed {
  background-color: #911b2e;
}
@media (min-width: 1025px) {
  .ObsahStrankyElements .Wrapper {
    padding: 0 1.25rem;
  }
}
.ObsahStrankyElements .Wrapper > .Interier {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .ObsahStrankyElements .Wrapper > .Interier {
    min-height: 750px;
  }
}
.ObsahStrankyElements .Wrapper > .Interier > div {
  padding: 2.5rem 1.25rem;
  background-color: #fff;
  max-width: 845px;
  width: 100%;
}
@media (min-width: 768px) {
  .ObsahStrankyElements .Wrapper > .Interier > div {
    padding: 8%;
  }
}
.ObsahStrankyElements .Wrapper > .Interier > div h2 {
  font-family: "Poppins", sans-serif;
  font-size: 2.188rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: -3px;
  color: #0c0c0c;
  position: relative;
  margin-bottom: 0;
  /*&:after {
      content: '';
      display: inline-block;
      height: 2px;
      width: 53px;
      background-color: black;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
  }*/
}
@media (min-width: 1025px) {
  .ObsahStrankyElements .Wrapper > .Interier > div h2 {
    font-size: 2.813rem;
  }
}
@media (min-width: 1400px) {
  .ObsahStrankyElements .Wrapper > .Interier > div h2 {
    font-size: 3.75rem;
  }
}
.ObsahStrankyElements .Wrapper > .Interier > div a {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}
.ObsahStrankyElements .Wrapper > .Interier > div a.More {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  white-space: nowrap;
  line-height: 1.5;
  position: relative;
  transition: background-color 150ms ease-in-out;
  cursor: pointer;
  font-weight: 400;
  color: #292929;
  width: auto;
  letter-spacing: 0.5px;
  border: 1px solid #292929;
  border-radius: 50px;
  padding: 1.125rem 2.313rem;
  font-size: 0.813rem;
  background-color: #fff;
}
.ObsahStrankyElements .Wrapper > .Interier > div a.More:hover {
  color: #fff;
  background-color: #292929;
  text-decoration: none;
}
.ObsahStrankyElements .Wrapper > .Interier > div a.More span {
  font-size: 1rem;
  font-weight: 300;
  margin-right: 0.313rem;
}
.ObsahStrankyElements .Wrapper > .Interier > div a.MoreBlack {
  display: grid;
  grid-template-columns: 10% 60% 30%;
  align-items: center;
  overflow: hidden;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 3em;
  letter-spacing: -0.8px;
  background-color: #0c0c0c;
  padding: 0.875rem 0px 0.875rem 2.5rem;
  color: #fff;
  text-decoration: none;
}
.ObsahStrankyElements .Wrapper > .Interier > div a.MoreBlack .Divider {
  transition: width ease-in-out 300ms;
  display: inline-block;
}
.ObsahStrankyElements .Wrapper > .Interier > div a.MoreBlack .Divider.White {
  background-color: #fff;
  height: 2px;
  margin: 0 0 2.5rem 0;
}
.ObsahStrankyElements .Wrapper > .Interier > div a.MoreBlack .Divider.Light {
  height: 1px;
  margin: 0 0 0.75rem 0;
  background-color: #BBB;
}
.ObsahStrankyElements .Wrapper > .Interier > div a.MoreBlack .Divider.Dark {
  height: 2px;
  margin: 0 0 2.5rem 0;
  background-color: #0c0c0c;
}
.ObsahStrankyElements .Wrapper > .Interier > div a.MoreBlack .Divider.Big {
  width: 120px;
}
.ObsahStrankyElements .Wrapper > .Interier > div a.MoreBlack .Divider.Small {
  width: 50px;
}
.ObsahStrankyElements .Wrapper > .Interier > div a.MoreBlack .Divider.TextDivider {
  height: 1px;
  background-color: #fff;
  margin: 0.25rem 0 0 0;
}
.ObsahStrankyElements .Wrapper > .Interier > div a.MoreBlack:hover .Divider {
  width: 200px;
}
@media (min-width: 1025px) {
  .ObsahStrankyElements .Wrapper > .Interier > div a.MoreBlack {
    padding: 1.25rem 0 1.25rem 2.5rem;
    margin-top: 65px;
  }
}
.ObsahStrankyElements .Wrapper > .Interier > div a.MoreBlack span {
  margin-right: 1.25rem;
}
.ObsahStrankyElements .Wrapper > .Interier > div a.RedButton {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background-color: #911b2e;
  padding: 1.688rem 3.438rem;
  border-radius: 0.313rem;
  text-decoration: none;
  transition: background-color 150ms ease-in-out;
}
.ObsahStrankyElements .Wrapper > .Interier > div a.RedButton.Small {
  font-size: 1rem;
  padding: 1rem 2.25rem;
}
.ObsahStrankyElements .Wrapper > .Interier > div a.RedButton:hover {
  background-color: #0c0c0c;
}
.ObsahStrankyElements .ServicesOrder {
  padding: 40px 20px;
  text-align: center;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .ObsahStrankyElements .ServicesOrder {
    display: flex;
    padding: 80px 20px;
  }
}
@media (min-width: 768px) {
  .ObsahStrankyElements .ServicesOrder > div {
    flex-basis: 50%;
  }
}
@media (min-width: 768px) {
  .ObsahStrankyElements .ServicesOrder .ServicesOrderTitle {
    text-align: left;
  }
}
.ObsahStrankyElements .ServicesOrder .ServicesOrderTitle h2 {
  font-family: "Poppins", Sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: -2px;
  color: #fff;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .ObsahStrankyElements .ServicesOrder .ServicesOrderTitle h2 {
    margin-bottom: 15px;
  }
}
.ObsahStrankyElements .ServicesOrder .ServicesOrderTitle p {
  color: #ffffff;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: -0.3px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .ObsahStrankyElements .ServicesOrder .ServicesOrderTitle p {
    width: 475px;
    margin-bottom: 0;
  }
}
.ObsahStrankyElements .ServicesOrder .ServicesOrderButtons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}
.ObsahStrankyElements .ServicesOrder .ServicesOrderButtons a {
  display: block;
  text-align: center;
  background-color: #292929;
  max-width: 360px;
  width: 100%;
  padding: 1.25rem 0.75rem;
  font-family: "Poppins", Sans-serif;
  font-size: 0.813rem;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  transition: backgroud-color 150ms ease-in-out;
}
.ObsahStrankyElements .ServicesOrder .ServicesOrderButtons a:hover {
  background-color: #0f0f0f;
}
@media (min-width: 768px) {
  .ObsahStrankyElements .ServicesOrder .ServicesOrderButtons a {
    font-size: 1.2rem;
  }
}