@font-face {
  font-family: 'CeraPro-Regular';
  src: url('../fonts/cera_pro_regular-webfont.woff2') format('woff2'), url('../fonts/cera_pro_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CeraPro-Bold';
  src: url('../fonts/cera_pro_bold-webfont.woff2') format('woff2'), url('../fonts/cera_pro_bold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CeraPro-RegularItalic';
  src: url('../fonts/cera_pro_regular_italic-webfont.woff2') format('woff2'), url('../fonts/cera_pro_regular_italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'CeraPro-BoldItalic';
  src: url('../fonts/cera_pro_bold_italic-webfont.woff2') format('woff2'), url('../fonts/cera_pro_bold_italic-webfont.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
/* 1. Reset/Normalize */
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}
* {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
}
/* 2. Global */
* {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 16px;
}
body {
  font-family: 'CeraPro-Regular', Arial, sans-serif;
  font-weight: normal;
  font-display: swap;
  font-size: 1.125rem;
  line-height: 1.33333333;
  color: #000000;
  background: #efeeee;
}
input,
select,
textarea,
button {
  font-family: 'CeraPro-Regular', Arial, sans-serif;
  font-weight: normal;
  font-display: swap;
  font-size: 1.125rem;
}
@media (max-width: 599px) {
  body {
    font-size: 1rem;
    line-height: 1.375;
  }
  input,
  select,
  textarea,
  button {
    font-size: 1rem;
  }
}
button {
  padding: 0;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
i {
  font-family: 'CeraPro-RegularItalic', Arial, sans-serif;
  font-style: italic;
  font-weight: normal;
  font-display: swap;
}
a img {
  border: 0;
}
audio {
  display: block;
  max-width: 100%;
  margin: 0 auto 1.5rem;
}
/* 3. Layout */
.page-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 19;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.page-wrapper {
  overflow: hidden;
  margin: 0 auto;
}
.inner {
  max-width: 111.25rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.narrow {
  max-width: 71.25rem;
  margin: 0 auto;
}
.narrower {
  max-width: 52.5rem;
  margin: 0 auto;
}
.narrower .p-centered {
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 960px) {
  .grid {
    display: flex;
    flex-flow: row wrap;
  }
  .column {
    flex: 0 0 auto;
    width: 50%;
  }
  .column-x2 {
    flex: 2 0 auto;
    width: 100%;
  }
  .grid-3 .column {
    width: 33.333%;
  }
  .grid-3 .column-x2 {
    width: 66.667%;
  }
}
/* 4. Typography */
.section-title {
  margin-bottom: 2rem;
  font-family: 'CeraPro-Bold', Arial, sans-serif;
  font-weight: bold;
  font-display: swap;
  font-size: 1.75rem;
  line-height: 1.28571429;
  text-transform: uppercase;
}
.section-title-text {
  max-width: 71.25rem;
  margin-right: auto;
  margin-left: auto;
  text-transform: none;
}
.sub-title {
  font-family: 'CeraPro-Bold', Arial, sans-serif;
  font-weight: bold;
  font-display: swap;
  font-size: 1.5rem;
  line-height: 1.16666667;
}
.x-sub-title {
  margin-bottom: 1.5rem;
  font-family: 'CeraPro-Bold', Arial, sans-serif;
  font-weight: bold;
  font-display: swap;
  font-size: 1.25rem;
  line-height: 1.3;
}
.x-sub-title-uppercase {
  text-transform: uppercase;
}
.small-title {
  margin-bottom: 0.5rem;
  font-family: 'CeraPro-Bold', Arial, sans-serif;
  font-weight: bold;
  font-display: swap;
  font-size: 1.25rem;
  line-height: 1.3;
}
.small-title-with-margin {
  margin-top: 2.75rem;
}
.x-small-title {
  margin-bottom: 0.5rem;
  font-family: 'CeraPro-Bold', Arial, sans-serif;
  font-weight: bold;
  font-display: swap;
}
.xx-small-title {
  margin-bottom: 0;
  font-family: 'CeraPro-Regular', Arial, sans-serif;
  font-weight: normal;
  font-display: swap;
}
p,
blockquote {
  margin-bottom: 1em;
}
p:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
blockquote {
  font-family: 'CeraPro-RegularItalic', Arial, sans-serif;
  font-style: italic;
  font-weight: normal;
  font-display: swap;
}
.p-large {
  font-size: 1.125rem;
  line-height: 1.33333333;
}
.section-title + .p-large {
  margin-top: -0.4em;
}
.p-centered {
  text-align: center;
}
@media (min-width: 600px) {
  .section-title {
    font-size: 2.625rem;
    line-height: 1.14285714;
  }
  .section-title-centered {
    text-align: center;
  }
  .sub-title {
    font-size: 2rem;
    line-height: 1.1875;
  }
  .x-sub-title {
    font-size: 1.75rem;
    line-height: 1.25;
  }
  .small-title {
    font-size: 1.5625rem;
    line-height: 1.16;
  }
  .p-perex {
    max-width: 43.125rem;
    line-height: 1.55555556;
  }
  .p-large {
    font-size: 1.5625rem;
    line-height: 1.28;
  }
}
a {
  text-decoration: none;
  transition: all 0.3s;
}
a:focus,
a:hover {
  text-decoration: none;
}
.link-underline,
.link-in-text {
  text-decoration: underline;
}
.link-underline:focus,
.link-in-text:focus,
.link-underline:hover,
.link-in-text:hover {
  text-decoration: none;
}
b,
strong {
  font-family: 'CeraPro-Bold', Arial, sans-serif;
  font-weight: bold;
  font-display: swap;
}
em {
  font-style: normal;
}
ul {
  list-style-type: none;
}
.list-with-bullets {
  margin-left: 1.5em;
  list-style: disc outside;
}
.list-with-bullets > li {
  margin-bottom: 0.66666667em;
}
.list-with-bullets > li:last-child {
  margin-bottom: 0;
}
.list-alpha {
  margin-left: 1.5rem;
  list-style: lower-roman outside;
}
.list-with-margin {
  margin-bottom: 1em;
}
.list-with-margin:last-child {
  margin-bottom: 0;
}
.list-with-margin > li {
  margin-bottom: 1em;
}
.list-with-margin > li:last-child {
  margin-bottom: 0;
}
.x-small-title + .list-with-margin {
  margin-top: 1em;
}
.list-centered {
  text-align: center;
}
.list-centered + .list-centered {
  margin-top: 1.33333333em;
}
ul .list-alpha,
ul .list-with-margin {
  margin-top: 1.33333333em;
}
q {
  quotes: "“" "”" "‘" "’";
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}
.lang-cs q {
  quotes: "„" "“" "‚" "‘";
}
@media (max-width: 599px) {
  q br {
    display: none;
  }
}
/* 5. Colours */
.section-title {
  color: #000000;
}
a {
  color: #000000;
  outline: none;
}
a:focus,
a:hover {
  color: #000000;
}
.color-success {
  color: #00ee04 !important;
}
.color-warning {
  color: #ee0004 !important;
}
.color-error {
  color: #ee0004 !important;
}
::placeholder {
  color: #95958e;
  opacity: 1;
}
/* 6. Header + 7. Nav */
.page-header {
  padding-top: 3.125rem;
  padding-bottom: 4.375rem;
}
.page-header-grid {
  display: flex;
  flex-flow: row;
  gap: 0 1.25rem;
  align-items: flex-start;
  justify-content: space-between;
}
.page-logo,
.page-logo-small {
  flex: 0 0 auto;
  display: block;
  height: 2.75rem;
}
.page-logo .svg,
.page-logo-small .svg {
  display: block;
  width: auto;
  height: 100%;
}
.page-logo .logo_celeceskoctedetem_text,
.page-logo-small .logo_celeceskoctedetem_text {
  fill: #ffffff !important;
}
.page-logo .logo_celeceskoctedetem_color,
.page-logo-small .logo_celeceskoctedetem_color {
  fill: #aeaeae !important;
}
.page-logo:focus .logo_celeceskoctedetem_text,
.page-logo-small:focus .logo_celeceskoctedetem_text,
.page-logo:hover .logo_celeceskoctedetem_text,
.page-logo-small:hover .logo_celeceskoctedetem_text {
  fill: #000000 !important;
}
.page-logo:focus .logo_celeceskoctedetem_gold,
.page-logo-small:focus .logo_celeceskoctedetem_gold,
.page-logo:hover .logo_celeceskoctedetem_gold,
.page-logo-small:hover .logo_celeceskoctedetem_gold {
  fill: #d9d300 !important;
}
.page-logo:focus .logo_celeceskoctedetem_blue,
.page-logo-small:focus .logo_celeceskoctedetem_blue,
.page-logo:hover .logo_celeceskoctedetem_blue,
.page-logo-small:hover .logo_celeceskoctedetem_blue {
  fill: #46a6db !important;
}
.page-logo:focus .logo_celeceskoctedetem_purple,
.page-logo-small:focus .logo_celeceskoctedetem_purple,
.page-logo:hover .logo_celeceskoctedetem_purple,
.page-logo-small:hover .logo_celeceskoctedetem_purple {
  fill: #a680c1 !important;
}
.page-logo-small {
  display: none;
  width: 7.75rem;
}
.page-header-buttons {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  flex-flow: row;
  gap: 0 1.25rem;
  align-items: center;
}
.page-header-buttons .button {
  position: relative;
  z-index: 31;
  height: 2.75rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.page-header-buttons .button-with-search {
  padding-right: 1.25rem;
  padding-left: 3.75rem;
}
.page-header-buttons .toggle-nav-button {
  width: 4.375rem;
}
.page-header-buttons .toggle-nav-button .svg {
  margin: 0 auto;
}
.page-header-buttons .toggle-nav-open {
  display: block;
  width: 2rem;
  height: 1.25rem;
}
.page-header-buttons .toggle-nav-close {
  display: none;
  width: 1.5rem;
  height: 1.5rem;
}
.page-nav {
  position: fixed;
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: 20;
  width: 50vw;
  margin-left: 16.25rem;
  overflow: auto;
  padding: 8.375rem 5.625rem 5.625rem;
  background: #efeeee;
  transform: translateX(50vw);
  transition: all 0.3s;
}
.page-nav:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  background: #efeeee;
}
.primary-nav {
  display: flex;
  flex-flow: column;
  gap: 1.25rem 0;
  font-family: 'CeraPro-Bold', Arial, sans-serif;
  font-weight: bold;
  font-display: swap;
  font-size: 1.875rem;
  line-height: 1.2;
  text-transform: uppercase;
}
.primary-nav a {
  display: block;
  color: #000000;
}
.primary-nav .selected a {
  color: #46a6db;
}
.page-nav-social {
  margin-top: 4rem;
  text-transform: uppercase;
}
.social {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 0 1.1875rem;
}
.social li {
  flex: 0 0 auto;
}
.social a,
.social .ico {
  display: block;
  overflow: hidden;
}
.social a {
  color: #000000;
}
.social .ico {
  height: 2rem;
}
.header-social {
  margin-top: 1.5rem;
}
.header-social a {
  width: 3.5rem;
  height: 3.5rem;
  color: #ffffff;
  background: #46a6db;
  border-radius: 2rem;
}
.header-social a:focus,
.header-social a:hover {
  background: #d9e9f1;
}
.header-social .ico {
  width: 2.0625rem;
  margin: 0.6875rem auto 0;
}
.with-page-nav-open {
  overflow: hidden;
  height: 100%;
}
.with-page-nav-open .page-overlay {
  display: block;
}
.with-page-nav-open .page-nav {
  transform: translateX(0);
}
.with-page-nav-open .toggle-nav-open {
  display: none;
}
.with-page-nav-open .toggle-nav-close {
  display: block;
}
.page-wrapper {
  padding-top: 7.5rem;
}
.page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  padding-top: 2.375rem;
  padding-bottom: 2.375rem;
  background: #efeeee;
  transition: transform 0.3s;
}
.page-header-hidden {
  transform: translateY(-110%);
}
.page-header-with-shadow {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
}
@media (min-width: 960px) and (max-width: 1599px) {
  .page-nav {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .primary-nav {
    gap: 0.75rem;
    font-size: 1.5625rem;
    line-height: 1.28;
  }
}
@media (max-width: 959px) {
  .page-logo {
    display: none;
  }
  .page-logo-small {
    display: block;
  }
  .page-header-buttons:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 10.5rem;
    background: #efeeee;
    z-index: 30;
    transition: all 0.3s;
    transform: translateX(100vw);
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  }
  .page-header-buttons .button {
    height: 2.75rem;
  }
  .page-header-buttons .page-header-search-button,
  .page-header-buttons .page-header-shop-button {
    display: none;
  }
  .page-header-buttons .page-header-search-button {
    width: 3.75rem;
  }
  .page-header-buttons .page-header-shop-button {
    padding-left: 3.625rem;
  }
  .page-header-buttons .toggle-nav-button {
    width: 4.375rem;
    padding: 0;
  }
  .page-header-buttons .toggle-nav-open {
    width: 1.875rem;
    height: 1.00625rem;
  }
  .page-header-buttons .toggle-nav-close {
    width: 1.375rem;
    height: 1.375rem;
  }
  .page-nav {
    left: 0;
    width: 100vw;
    margin-left: 0;
    padding: 11.75rem 1.625rem 4.25rem 1.25rem;
    transform: translateX(100vw);
  }
  .page-nav-social {
    margin-top: 2.75rem;
  }
  .header-social {
    margin-top: 1rem;
  }
  .header-social a {
    width: 2.5rem;
    height: 2.5rem;
  }
  .header-social .ico {
    width: 1.5rem;
    margin: 0.25rem auto 0;
  }
  .with-page-nav-open .page-logo-small {
    display: none;
  }
  .with-page-nav-open .page-header {
    background: none;
  }
  .with-page-nav-open .page-header-buttons {
    display: flex;
    flex-flow: row wrap;
    gap: 1rem 0.5rem;
    width: 100%;
  }
  .with-page-nav-open .page-header-buttons:after {
    transform: translateX(0);
  }
  .with-page-nav-open .page-header-search-button,
  .with-page-nav-open .page-header-shop-button {
    display: block;
    flex: 1 1 auto;
    padding-top: 0.75rem;
  }
  .with-page-nav-open .page-header-shop-button {
    width: 100%;
  }
  .with-page-nav-open .page-header-shop-button:after {
    transform: scale(0.75) translateY(0.125rem);
  }
}
/* 8. Footer */
.page-footer {
  padding-top: 4.5rem;
  padding-bottom: 3rem;
  background: #e8e7e3;
}
.page-footer-grid {
  display: flex;
  flex-flow: column;
  gap: 2rem 0;
  align-items: center;
  justify-content: space-between;
}
.footer-logo {
  flex: 0 0 auto;
  width: 18.75rem;
}
.footer-logo .svg {
  display: block;
  width: auto;
  height: 100%;
}
.footer-social {
  width: 11.875rem;
  flex: 0 0 auto;
}
.footer-social li {
  width: 2.0625rem;
  height: 2rem;
}
.footer-social a:focus,
.footer-social a:hover {
  color: #aeaeae;
}
.footer-links {
  flex: 0 0 auto;
  display: flex;
  flex-flow: row wrap;
  gap: 0 1.5rem;
  font-family: 'CeraPro-Bold', Arial, sans-serif;
  font-weight: bold;
  font-display: swap;
  text-transform: uppercase;
}
.footer-links a {
  color: #000000;
}
@media (max-width: 959px) {
  .footer-social .social {
    gap: 0 0.75rem;
  }
}
@media (min-width: 960px) {
  .page-footer {
    padding-top: 12.5rem;
  }
  .page-footer-grid {
    flex-flow: row;
    gap: 0 1.25rem;
  }
  .footer-logo {
    width: auto;
    height: 2.75rem;
  }
  .footer-links {
    gap: 0 3.25rem;
  }
}
/* 9. Content */
.landmark {
  position: relative;
  z-index: -1;
  height: 0;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  pointer-events: none;
  transform: translateY(-6.25rem);
}
.rounded-image {
  display: inline-block;
  overflow: hidden;
  border-radius: 0.5rem;
}
.rounded-image img {
  display: block;
  max-width: 100%;
}
.block {
  margin-bottom: 2.75rem;
}
.block:last-child {
  margin-bottom: 0;
}
.section {
  margin: 4.25rem 0;
}
@media (min-width: 600px) {
  .section {
    margin: 6.25rem 0;
  }
}
.section-error {
  margin-top: 10vh;
  text-align: center;
}
.section:first-child,
.section-hero {
  margin-top: 0;
}
.hero {
  display: flex;
  flex-flow: column;
  gap: 2.5rem;
}
.hero .hero-title {
  display: block;
}
@media (min-width: 800px) {
  .hero {
    flex-flow: row;
    gap: 3.75rem;
    min-height: 32.5vw;
  }
  .hero > .main {
    flex: 0 1 auto;
    width: 52.5rem;
  }
  .hero > .aside {
    position: relative;
    flex: 1 1 auto;
    width: 52.5rem;
    min-height: 27.75rem;
  }
  .hero > .aside img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
  }
  .hero-wide > .main {
    width: 43.125rem;
  }
  .hero-wide .aside {
    width: 61.875rem;
  }
}
.intro {
  margin-top: 3rem;
}
.section-hero-hp .hero-hp {
  margin-bottom: 3.25rem;
}
.section-hero-hp .hero-hp-flash {
  margin-bottom: 5rem;
}
.section-hero-hp .hero-title-hp {
  display: block;
  width: 100%;
}
.hero-hp-flash-anchor {
  display: block;
  width: 100%;
}
.hero-hp-flash-anchor:focus,
.hero-hp-flash-anchor:hover {
  opacity: 0.75;
}
.hero-hp-flash-image {
  display: block;
  width: 100%;
  max-height: 50rem;
  object-fit: cover;
}
@media (min-width: 960px) {
  .section-hero-hp .hero-hp {
    margin-bottom: 6.25rem;
  }
}
.box {
  padding: 2rem 1.75rem;
  border-radius: 2rem;
}
.box .section-title {
  margin-top: -0.25em;
  text-align: center;
}
.box .list-centered + .section-title {
  margin-top: 1.33333333em;
}
.box .section-title-text {
  margin-top: 0.5em;
}
.box .p-perex {
  margin: 0 auto;
}
.full-width-box {
  padding-right: 0;
  padding-left: 0;
}
.box-grid .section-title {
  text-align: left;
}
.box-grid .grid {
  display: flex;
  flex-flow: column;
  gap: 1.75rem;
}
@media (max-width: 599px) {
  .box .section-title {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
@media (min-width: 600px) {
  .box {
    padding: 5rem 5rem;
    border-radius: 4.6875rem;
  }
  .box-grid .grid {
    flex-flow: row;
    gap: 3.25rem;
  }
  .box-grid .column {
    width: 50%;
    flex: 1 1 auto;
  }
}
.box-centered {
  text-align: center;
}
.gold-box {
  background: #ebeac8;
}
.blue-box {
  background: #d9e9f1;
}
.purple-box {
  background: #e3dce7;
}
.cta {
  margin-top: 2.25rem;
}
.cta-centered {
  text-align: center;
}
.grid-with-gap {
  display: flex;
  flex-flow: column;
  gap: 2rem;
}
.grid-with-image,
.grid-with-map {
  display: flex;
  flex-flow: column;
  gap: 2.75rem;
  align-items: center;
}
.grid-with-image > .image,
.grid-with-map > .image,
.grid-with-image > .map,
.grid-with-map > .map {
  align-self: flex-start;
}
.grid-with-image > .image img,
.grid-with-map > .image img,
.grid-with-image > .map img,
.grid-with-map > .map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.grid-with-image > .image:empty,
.grid-with-map > .image:empty,
.grid-with-image > .map:empty,
.grid-with-map > .map:empty {
  height: 0;
}
.grid-with-image .sub-title,
.grid-with-map .sub-title {
  margin-bottom: 1.5rem;
}
.grid-with-map > .map {
  width: 100%;
}
.grid-with-image + .grid-with-image {
  margin-top: 3.75rem;
}
.grid-with-map + .grid-with-map {
  margin-top: 2.5rem;
}
@media (min-width: 960px) {
  .grid-with-gap {
    flex-flow: row;
    gap: 3.75rem;
  }
  .grid-with-gap .column {
    width: 50%;
    flex: 1 1 auto;
  }
  .grid-with-image,
  .grid-with-map {
    flex-flow: row;
    gap: 3.75rem;
    align-items: center;
  }
  .grid-with-image > .image,
  .grid-with-map > .image,
  .grid-with-image > .map,
  .grid-with-map > .map {
    align-self: flex-start;
    flex: 1 1 auto;
    width: 40%;
    height: 31.25rem;
  }
  .grid-with-image > .main,
  .grid-with-map > .main {
    flex: 1 1 auto;
    width: 40%;
  }
  .grid-with-image-end {
    flex-direction: row-reverse;
  }
  .grid-with-map > .map {
    height: 26.25rem;
  }
  .grid-with-image + .grid-with-image {
    margin-top: 6.25rem;
  }
  .grid-with-map + .grid-with-map {
    margin-top: 3.125rem;
  }
}
.map {
  filter: grayscale(85%);
  -webkit-filter: grayscale(85%);
  transition: all 0.3s;
}
.map:hover {
  filter: none;
  -webkit-filter: none;
}
.map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 26.25rem;
  border: 0;
}
.blockquote {
  text-align: center;
}
.blockquote q {
  display: block;
  max-width: 90rem;
  margin: 0 auto;
  font-family: 'CeraPro-Bold', Arial, sans-serif;
  font-weight: bold;
  font-display: swap;
  font-size: 1.25rem;
  line-height: 1.3;
}
.blockquote p {
  margin-top: 2rem;
}
@media (min-width: 960px) {
  .blockquote q {
    font-size: 2.625rem;
    line-height: 1.19047619;
  }
}
.intro {
  max-width: 43.125rem;
}
.links {
  display: flex;
  flex-flow: column;
  flex: 0 0 auto;
  gap: 1rem 3rem;
}
.links .button {
  display: block;
  padding: 1rem 1.75rem;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  text-transform: none;
}
.links .button-with-plus {
  padding-right: 5rem;
  padding-left: 5rem;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  .links {
    gap: 1.25rem 3.75rem;
  }
  .links .button {
    padding: 2rem 3.5rem;
    font-size: 1.5625rem;
    line-height: 1.16;
  }
  .links .button-with-plus {
    padding-right: 5rem;
    padding-left: 5rem;
  }
  .links-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 3.75rem;
  }
}
.accordion {
  display: flex;
  flex-flow: column;
  flex: 0 0 auto;
  gap: 1rem 3rem;
}
.accordion-item {
  max-height: 250rem;
  overflow: hidden;
  background: #ebeac8;
  border-radius: 2.0125rem;
  transition: all 1s;
}
.accordion-item > header {
  height: 4.125rem;
}
.accordion-item > main {
  padding: 0 2.125rem 1.75rem;
}
.accordion-item:focus,
.accordion-item:hover {
  background: #d9d300;
}
.accordion-item-anchor {
  position: relative;
  display: block;
  padding: 1.25rem 2rem;
  font-family: 'CeraPro-Bold', Arial, sans-serif;
  font-weight: bold;
  font-display: swap;
  font-size: 1rem;
  line-height: 1.625;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  border: none;
  cursor: pointer;
  appearance: none;
  transition: all 0.3s;
}
.accordion-item-anchor:before,
.accordion-item-anchor:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 1rem;
  height: 0.25rem;
  margin-top: -0.125rem;
  background: #000000;
  transition: all 0.3s;
}
.accordion-item-anchor:after {
  transform: rotate(0);
  opacity: 0;
}
.accordion-item-anchor:active,
.accordion-item-anchor:focus,
.accordion-item-anchor:hover {
  text-decoration: none;
  color: #000000;
  outline: none;
}
.accordion-item-closed {
  max-height: 4.125rem;
  transition: all 0.3s;
}
.accordion-item-closed .accordion-item-anchor:after {
  transform: rotate(-90deg);
  opacity: 1;
}
@media (min-width: 960px) {
  .accordion {
    gap: 1.25rem 3.75rem;
  }
  .accordion-item {
    border-radius: 3.125rem;
  }
  .accordion-item > header {
    height: 5.875rem;
  }
  .accordion-item > main {
    padding: 0.5rem 5rem 3.25rem;
  }
  .accordion-item-closed {
    max-height: 5.875rem;
  }
  .accordion-item-anchor {
    padding: 1.75rem 5rem;
    font-size: 2rem;
    line-height: 1.1875;
  }
  .accordion-item-anchor:before,
  .accordion-item-anchor:after {
    right: 5rem;
    width: 1.25rem;
    height: 0.3125rem;
    margin-top: -0.1875rem;
  }
}
.section-with-tabs .inner {
  overflow: hidden;
}
.tabs-nav {
  position: relative;
  margin-bottom: 2.25rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.375;
  font-family: 'CeraPro-Bold', Arial, sans-serif;
  font-weight: bold;
  font-display: swap;
  color: #95958e;
  border-bottom: 1px solid #95958e;
  transition: all 0.3s;
}
.tabs-nav > ul {
  display: flex;
  flex-flow: row;
  gap: 0 2.5rem;
}
.tabs-nav > ul > li {
  flex: 0 0 auto;
}
.tabs-nav .tab-nav-more {
  flex: 0 0 auto;
  text-align: right;
}
.tabs-nav .tab-nav-more-adjusted {
  flex-grow: 1;
}
.tabs-nav a {
  color: inherit;
}
.tabs-nav a:focus,
.tabs-nav a:hover {
  color: #000000;
}
.tabs-nav .tab-nav-selected a {
  color: #000000;
}
.tab-nav-hidden {
  display: none;
}
.tab-nav-more-button {
  text-transform: uppercase;
}
.tab-nav-more-button .ico {
  width: 1.375rem;
  height: 0.9375rem;
  margin-inline-start: 0.625rem;
  transform: translateY(-0.125rem);
}
.tab-nav-more-links {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 1.125rem 1.25rem;
  text-align: left;
  background: #ffffff;
  border-radius: 0.625rem;
}
.tab-nav-more-links ul {
  display: flex;
  flex-flow: column;
}
.tab-nav-more-links a {
  display: block;
  padding: 0.375rem 0.625rem;
  color: #000000;
}
.tab-nav-more-open .tabs-nav {
  border-color: transparent;
}
.tab-nav-more-open .tab-nav-more-links {
  display: block;
}
@media (min-width: 960px) {
  .tabs-nav {
    margin-bottom: 6.25rem;
    padding-bottom: 1.25rem;
    font-size: 1.5625rem;
    line-height: 1.16;
  }
  .tab-nav-more-links {
    padding: 1.875rem 2.5rem;
  }
  .tab-nav-more-links a {
    padding: 0.625rem 0.625rem;
  }
}
.tab {
  display: none;
}
.tab .box {
  min-height: 20rem;
}
.tab-selected {
  display: block;
}
.book {
  text-align: center;
}
.book-image {
  width: 100%;
  max-width: 15rem;
  aspect-ratio: 0.8;
  margin: 0 auto 2rem;
}
.book-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.recommended-books-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15.625rem, 1fr));
  gap: 1.25rem 1.25rem;
}
.recommended-book-title {
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .recommended-book-title {
    font-size: 1rem;
    line-height: 1.375;
  }
}
@media (min-width: 600px) {
  .recommended-books-list {
    gap: 1.75rem 1.75rem;
  }
  .recommended-book-title {
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .recommended-book-params {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
.articles-filter {
  padding: 1rem 2.25rem;
  font-size: 1.125rem;
  line-height: 1.33333333;
  border-radius: 2rem;
  font-family: 'CeraPro-Bold', Arial, sans-serif;
  font-weight: bold;
  font-display: swap;
  color: #000000;
  background: #d9e9f1;
}
.articles-filter a {
  color: inherit;
}
.articles-filter a:focus,
.articles-filter a:hover {
  color: #46a6db;
}
.articles-filter a .ico {
  width: 2.1875rem;
  height: 0.8125rem;
  margin-inline-end: 0.75rem;
}
.articles-filter fieldset {
  display: flex;
  flex-flow: row wrap;
  gap: 1.25rem;
  align-items: center;
}
.articles-filter .select {
  border-radius: 0;
}
.articles-filter .select:before {
  content: none;
}
.articles-filter .select:after {
  right: 0;
  width: 1.1875rem;
  height: 1rem;
  margin-top: -0.5625rem;
  background-image: url('../images/chevron_down2_gray53.svg');
}
.articles-filter .input {
  height: auto;
  padding: 0 1.25rem 0 0;
  font-size: 1.25rem;
  line-height: 1.3;
  font-family: 'CeraPro-Bold', Arial, sans-serif;
  font-weight: bold;
  font-display: swap;
  color: #7a7575;
  background: transparent;
  border: 0;
  border-radius: 0;
}
@media (max-width: 599px) {
  .articles-filter fieldset {
    justify-content: space-between;
  }
}
@media (min-width: 960px) {
  .articles-filter {
    padding: 1.5rem 4.375rem;
    font-size: 1.5625rem;
    line-height: 1.16;
    border-radius: 3rem;
  }
  .articles-filter fieldset {
    gap: 2.5rem;
  }
  .articles-filter .select {
    border-radius: 0;
  }
  .articles-filter .select:before {
    content: none;
  }
  .articles-filter .select:after {
    width: 1.1875rem;
  }
  .articles-filter .input {
    padding: 0 1.875rem 0 0;
    font-size: 1.5625rem;
    line-height: 1.16;
  }
}
.articles-list {
  display: flex;
  flex-flow: column;
  gap: 2.5rem;
}
.article-listed a {
  display: block;
  height: 100%;
  padding: 1.75rem 1.75rem 2.125rem;
  text-decoration: none;
  color: #000000;
  border-radius: 1.75rem;
}
.article-listed a:focus .article-listed-date,
.article-listed a:hover .article-listed-date {
  color: #000000;
}
.article-listed .gold-box:focus,
.article-listed .gold-box:hover {
  background: #d9d300;
}
.article-listed .blue-box:focus,
.article-listed .blue-box:hover {
  background: #46a6db;
}
.article-listed .purple-box:focus,
.article-listed .purple-box:hover {
  background: #a680c1;
}
.article-listed-image {
  width: 100%;
  aspect-ratio: 1.33333333;
  margin-bottom: 2.5rem;
}
.article-listed-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-listed-date {
  display: inline-block;
  padding: 0.25rem 1rem;
  border: 1px solid currentColor;
  border-radius: 2.5rem;
  transition: all 0.3s;
}
.article-listed-title {
  margin: 1.125rem 0 1.25rem;
}
.gold-box .article-listed-date {
  color: #737000;
}
.blue-box .article-listed-date {
  color: #1e709d;
}
.purple-box .article-listed-date {
  color: #744893;
}
@media (min-width: 600px) {
  .article-listed a {
    padding: 2.125rem 2.5rem 3.125rem;
  }
}
@media (min-width: 960px) {
  .articles-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.75rem;
    align-items: stretch;
  }
  .article-listed a {
    padding: 2.125rem 2.5rem 3.125rem;
    border-radius: 2.1875rem;
  }
}
.articles-grid .section-title {
  text-align: center;
}
.articles-grid .articles-list {
  display: flex;
  flex-flow: row;
  gap: 1.875rem;
}
.articles-hp-grid {
  display: flex;
  flex-flow: column;
  gap: 3rem 3.75rem;
}
.articles-hp-grid > .main {
  flex: 0 0 auto;
}
.articles-hp-grid > .aside {
  flex: 1 1 auto;
  padding-bottom: 0.25em;
}
.articles-hp-grid .articles-list {
  display: flex;
  flex-flow: column;
  gap: 1.875rem;
}
.articles-hp-aside-image {
  display: block;
  width: 100%;
  height: 100%;
}
.articles-hp-aside-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 960px) and (max-width: 1199px) {
  .articles-hp-grid .articles-list {
    flex-flow: row;
    gap: 1.875rem;
  }
  .articles-hp-grid .article-listed {
    flex: 1 1 auto;
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .articles-hp-grid {
    flex-flow: row;
    gap: 0 3.75rem;
  }
  .articles-hp-grid > .main {
    flex: 1 1 auto;
    width: 40%;
  }
  .articles-hp-grid > .aside {
    flex: 1 1 auto;
    width: 40%;
  }
  .articles-hp-grid .section-title {
    margin-bottom: 3rem;
  }
  .articles-hp-grid .articles-list {
    flex-flow: column;
  }
  .articles-hp-aside-image {
    display: block;
  }
}
@media (min-width: 1600px) {
  .articles-hp-grid > .main {
    flex: 0 0 auto;
    width: 43.125rem;
  }
  .articles-hp-grid > .aside {
    flex: 1 1 auto;
    width: auto;
  }
}
.article-detail {
  display: flex;
  flex-flow: column;
  gap: 2.5rem;
}
.article-detail-image .rounded-image {
  display: block;
  width: 100%;
}
.article-detail-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1.68;
  object-fit: cover;
}
.article-detail-date {
  display: inline-block;
  padding: 0.375rem 1.25rem 0.625rem;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #a680c1;
  border: 1px solid currentColor;
  border-radius: 2.5rem;
  transition: all 0.3s;
}
.article-detail-title {
  margin: 2.75rem 0 1.5rem;
}
@media (min-width: 960px) {
  .article-detail {
    flex-flow: row wrap;
    gap: 3.75rem;
  }
  .article-detail-main {
    flex: 1 1 auto;
    width: 30%;
  }
  .article-detail-image {
    flex: 1 1 auto;
    width: 30%;
  }
  .article-detail-date {
    font-size: 2rem;
    line-height: 1.09375;
  }
}
.mentions-list {
  display: flex;
  flex-flow: column;
  gap: 2.5rem;
}
.mention-listed a {
  display: block;
  height: 100%;
  padding: 1.75rem 1.75rem 2.125rem;
  text-decoration: none;
  color: #000000;
  border-radius: 1.75rem;
}
.mention-listed a:focus .mention-listed-date,
.mention-listed a:hover .mention-listed-date {
  color: #000000;
}
.mention-listed .gold-box:focus,
.mention-listed .gold-box:hover {
  background: #d9d300;
}
.mention-listed .blue-box:focus,
.mention-listed .blue-box:hover {
  background: #46a6db;
}
.mention-listed .purple-box:focus,
.mention-listed .purple-box:hover {
  background: #a680c1;
}
.mention-listed-image {
  width: 100%;
  aspect-ratio: 1.33333333;
  margin-bottom: 2.5rem;
}
.mention-listed-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mention-listed-date {
  display: inline-block;
  padding: 0.25rem 1rem;
  border: 1px solid currentColor;
  border-radius: 2.5rem;
  transition: all 0.3s;
}
.mention-listed-title {
  margin: 0.875rem 0 1.25rem;
}
@media (min-width: 960px) {
  .mentions-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.75rem;
    align-items: stretch;
  }
  .mention-listed a {
    padding: 2.125rem 2.5rem 3.125rem;
    border-radius: 2.1875rem;
  }
  .mention-listed-image {
    width: 100%;
    aspect-ratio: 1.33333333;
    margin-bottom: 2.5rem;
  }
  .mention-listed-title {
    margin: 0.875rem 0 1.25rem;
  }
}
.gallery-image .rounded-image {
  display: block;
}
.gallery-image a {
  display: block;
}
.gallery-image img {
  display: block;
  width: auto;
  height: 25rem;
}
@media (max-width: 599px) {
  .gallery-image {
    text-align: center;
  }
  .gallery-image .rounded-image {
    display: inline-block;
  }
  .gallery-image img {
    height: 50vw;
    object-fit: cover;
  }
}
.with-download-ico {
  position: relative;
  transition: all 0.3s;
}
.with-download-ico:focus .ico,
.with-download-ico:hover .ico {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}
.with-download-ico .ico {
  position: absolute;
  right: 1.875rem;
  bottom: 1.875rem;
  width: 4rem;
  height: 2.75rem;
  color: #000000;
  background: #ffffff;
  border: 1px solid currentColor;
  border-radius: 1.5rem;
}
.with-download-ico .ico svg {
  width: 1.625rem;
  height: 1.5rem;
  margin: 0.5rem auto 0;
}
.awards-list-wrapper {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
}
.awards-list {
  display: flex;
  flex-flow: column;
  gap: 3.75rem 0;
}
.awards-listed .section-title {
  text-align: left;
}
.award-listed-year {
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 0.25rem 1rem;
  color: #a680c1;
  border: 1px solid currentColor;
  border-radius: 2.5rem;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  .awards-list {
    padding-left: 6.25rem;
  }
  .awards-listed {
    position: relative;
  }
  .awards-listed:before {
    content: '';
    position: absolute;
    top: 0;
    left: -6.25rem;
    bottom: -3.75rem;
    border-left: 1px solid #a680c1;
  }
  .awards-listed:first-child:before {
    top: 6rem;
  }
  .awards-listed:last-child:before {
    height: 6rem;
    bottom: auto;
  }
  .award-listed-year {
    position: relative;
    margin-bottom: 2.75rem;
  }
  .award-listed-year:before {
    content: '';
    position: absolute;
    left: -12rem;
    width: 1.5rem;
    height: 1.5rem;
    background: #a680c1;
    border-radius: 0.75rem;
  }
}
.selected-partners-list {
  display: flex;
  flex-flow: row wrap;
  gap: 0.625rem;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.selected-partner-listed {
  flex: 1 1 auto;
  width: 40%;
  max-width: 21rem;
  margin: 0 auto;
}
.selected-partner-listed a {
  display: block;
  width: 100%;
}
.selected-partner-listed img {
  display: block;
  width: 100%;
}
@media (min-width: 600px) {
  .selected-partners-list {
    gap: 2rem 0;
    max-width: 32.5rem;
    margin: 0 auto;
  }
  .selected-partner-listed {
    flex: 0 0 auto;
    width: auto;
  }
  .selected-partner-listed a {
    width: auto;
    height: 5.25rem;
  }
  .selected-partner-listed img {
    width: auto;
    height: 100%;
  }
}
@media (min-width: 960px) {
  .selected-partners-list {
    gap: 3rem 0;
    max-width: none;
    margin: 0;
    padding: 0 6.25rem;
  }
}
.partners-block {
  margin: 3.5rem auto;
}
.partners-block .section-title {
  margin-bottom: 1.5rem;
}
.partners-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 2rem;
}
.partner-listed a {
  display: block;
}
.partner-listed img {
  display: block;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 959px) {
  .partners-block .section-title-centered {
    text-align: center;
  }
}
@media (min-width: 960px) {
  .partners-block {
    width: 100%;
    max-width: 91.4375rem;
    margin: 11.75rem auto;
  }
  .partners-block .section-title {
    margin-bottom: 5.5rem;
  }
  .partners-list {
    grid-template-columns: repeat(4, 18rem);
    gap: 4.375rem 4.375rem;
    justify-content: center;
  }
  .partners-list-2 {
    grid-template-columns: repeat(2, 18rem);
    max-width: 42.5rem;
    margin: 0 auto;
  }
  .partner-listed {
    width: auto;
  }
  .partner-listed img {
    width: 17.75rem;
    height: 6.75rem;
  }
}
.people {
  display: flex;
  flex-flow: row wrap;
  gap: 2.8125rem;
  justify-content: center;
  max-width: 78.4375rem;
  margin: 0 auto;
}
.people-3 {
  gap: 2.5rem;
  max-width: 57.5rem;
  justify-content: flex-start;
}
.person {
  flex: 0 0 auto;
  width: 17.5rem;
  text-align: center;
}
.person a {
  color: #000000;
}
.person .to-lightbox {
  text-decoration: none;
}
.person .to-lightbox:focus,
.person .to-lightbox:hover {
  text-decoration: none;
}
.person-image {
  width: 10rem;
  height: 12rem;
  margin-bottom: 1.25rem;
  background: #000000;
  border-radius: 0.625rem;
}
.person-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #a680c1;
}
.person-name {
  margin-bottom: 0.25rem;
}
.person-role:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 1129px) {
  .people-3 {
    max-width: 37.5rem;
  }
}
@media (max-width: 799px) {
  .people-3 {
    max-width: 17.5rem;
  }
}
@media (min-width: 960px) {
  .person-image {
    width: 100%;
    height: 21.25rem;
    margin-bottom: 2rem;
  }
}
.person-card {
  display: flex;
  flex-flow: column;
  gap: 1.5rem 0;
  max-width: 58.125rem;
  margin-right: auto;
  margin-left: auto;
  padding: 5rem 1.25rem;
  background: #e3dce7;
  border: none;
  border-radius: 1.5rem;
}
.person-card > .header {
  display: flex;
  flex-flow: column;
  gap: 1.5rem 0;
}
.person-card .person-image {
  flex: 0 0 auto;
  width: 10.5rem;
  height: 10.5rem;
  margin-bottom: 0;
}
.person-card .person-title {
  flex: 1 1 auto;
}
.person-card .person-name {
  margin-bottom: 0.5rem;
}
.person-card > .footer {
  display: flex;
  flex-flow: column;
  gap: 2.5rem 0;
}
.person-card .person-social {
  justify-content: flex-start;
}
.person-card .person-arrows {
  display: flex;
  flex-flow: row;
  gap: 1.25rem;
  justify-content: center;
}
@media (min-width: 600px) {
  .person-card {
    gap: 2.75rem 0;
    padding: 6.25rem 5.625rem;
    border-radius: 4.75rem;
  }
  .person-card > .header {
    flex-flow: row;
    align-items: center;
    gap: 0 3.125rem;
  }
  .person-card .person-image {
    width: 15.625rem;
    height: 15.625rem;
  }
  .person-card .person-name {
    margin-bottom: 1.5rem;
  }
  .person-card > .footer {
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .person-card .person-social,
  .person-card .person-arrows {
    justify-content: flex-start;
  }
}
.slider-arrows {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-top: 1.5rem;
}
@media (min-width: 600px) {
  .slider-arrows {
    margin-top: 3.5rem;
  }
}
.youtube-slider-arrows {
  margin: 0;
}
.youtube-slider-arrow {
  background: rgba(227, 220, 231, 0.75);
  transition: all 0.3s;
}
.youtube-video iframe {
  display: block;
  width: 100%;
  aspect-ratio: 1.77777778;
  border: 0;
}
@media (max-width: 959px) {
  .youtube-slider-arrows {
    margin-top: 1.5rem;
    margin-bottom: 0;
  }
}
@media (min-width: 960px) {
  .youtube-slider {
    position: relative;
    margin-bottom: 5rem;
  }
  .youtube-slider-arrows {
    height: 0;
  }
  .youtube-slider-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 17.81609195%;
  }
  .youtube-slider-arrow-left {
    left: 0;
  }
  .youtube-slider-arrow-right {
    right: 0;
  }
}
.with-drawing {
  position: relative;
}
.drawing {
  display: block;
  mix-blend-mode: multiply;
}
.drawing-hp-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 289px;
}
.drawing-hp-2 {
  position: absolute;
  top: -2.5rem;
  left: 66.667%;
  width: 225px;
}
.drawing-hp-3 {
  position: absolute;
  left: 100%;
  bottom: 1.875rem;
  width: 209px;
  margin-left: 1.875rem;
}
.drawing-hp-4 {
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 130px;
  margin-right: 7.125rem;
}
.drawing-hp-5 {
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 154px;
  margin-left: 2.375rem;
}
.drawing-about {
  position: absolute;
  right: 2.5rem;
  bottom: 100%;
  width: 385px;
  margin-bottom: -4rem;
}
.drawing-recommended-books-1 {
  position: absolute;
  left: 100%;
  bottom: 5rem;
  width: 116px;
  margin-left: 4.75rem;
}
.drawing-recommended-books-2 {
  position: absolute;
  right: 100%;
  top: 2.5rem;
  width: 204px;
  margin-right: 4.375rem;
}
.drawing-form-contact {
  width: 209px;
  margin: 1.5rem 0 0 17%;
}
.drawing-form-join-1 {
  position: absolute;
  top: 9.625rem;
  right: 100%;
  width: 134px;
  margin-right: 9.125rem;
}
.drawing-form-join-2 {
  position: absolute;
  top: 46rem;
  left: 100%;
  width: 209px;
  margin-left: 7rem;
}
.drawing-form-join-3 {
  position: absolute;
  bottom: 42.375rem;
  right: 100%;
  width: 175px;
  margin-right: 6.5rem;
}
.drawing-awards-1 {
  position: absolute;
  top: 5rem;
  left: 100%;
  width: 363px;
  margin-left: 1.5rem;
}
.drawing-awards-2 {
  position: absolute;
  top: 50%;
  right: 100%;
  width: 246px;
  margin-right: 6.25rem;
  transform: translateY(-50%);
}
.drawing-awards-3 {
  position: absolute;
  bottom: -1.125rem;
  left: 100%;
  width: 234px;
  margin-left: 5rem;
}
.drawing-about-1 {
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 154px;
  margin-left: 1.75rem;
}
@media (max-width: 1599px) {
  .with-drawing .drawing {
    display: none;
  }
  .with-drawing .drawing-hp-1 {
    display: block;
    width: 15.87912088vw;
  }
  .with-drawing .drawing-hp-2 {
    display: block;
    width: 12.36263736vw;
    top: -2.1978022vw;
  }
}
@media (max-width: 599px) {
  .with-drawing .drawing-hp-1 {
    display: block;
    width: 14.45vw;
  }
  .with-drawing .drawing-hp-2 {
    display: block;
    width: 11.25vw;
    top: -2vw;
  }
}
/* 10. Tables */
table {
  width: 100% !important;
  margin-bottom: 1.33333333em;
  border-collapse: collapse;
  empty-cells: show;
}
table:last-child {
  margin-bottom: 0;
}
.responsive-table {
  margin-bottom: 1.33333333em;
}
.responsive-table table {
  margin-bottom: 0;
}
th,
td {
  padding: 0.5rem;
  text-align: center;
  vertical-align: top;
  border: 0;
}
/* 11. Forms */
.button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 2rem;
  font-family: 'CeraPro-Bold', Arial, sans-serif;
  font-weight: bold;
  font-display: swap;
  font-size: 1rem;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  background: #efeeee;
  border: none;
  border-radius: 2em;
  cursor: pointer;
  appearance: none;
  transition: all 0.3s;
}
.button:active,
.button:focus,
.button:hover {
  text-decoration: none;
  color: #000000;
  background: #e8e7e3;
  outline: none;
}
.button-arrow-left .ico,
.button-arrow-right .ico {
  width: 2.1875rem;
  height: 0.8125rem;
}
.button-with-plus {
  padding-right: 8.75rem;
  padding-left: 5rem;
  text-transform: uppercase;
}
.button-with-plus:after {
  content: url('../images/plus.svg');
  position: absolute;
  top: 50%;
  right: 5rem;
  margin-top: -0.8125rem;
}
.button-with-search {
  padding-right: 1.25rem;
  padding-left: 3.75rem;
  text-transform: uppercase;
  color: #000000;
  background: #ffffff;
}
.button-with-search:after {
  content: url('../images/search.svg');
  position: absolute;
  top: 50%;
  left: 1.25rem;
  margin-top: -0.75rem;
}
.button-with-search:active,
.button-with-search:focus,
.button-with-search:hover {
  color: #000000;
  background: #efeeee;
}
.button-with-arrow {
  padding-right: 0.875rem;
}
.button-with-arrow:after {
  content: url('../images/arrow-right.svg');
  display: inline-block;
  width: 2.1875rem;
  height: 0.8125rem;
  margin-left: 0.375rem;
}
.button-with-arrow2,
.button-with-arrow3,
.button-with-arrow4 {
  position: relative;
  padding-right: 4.375rem;
}
.button-with-arrow2:after,
.button-with-arrow3:after,
.button-with-arrow4:after {
  content: url('../images/arrow-right2.svg');
  position: absolute;
  top: 50%;
  right: 0.75rem;
  margin-top: -0.75rem;
}
.button-with-arrow3:after {
  content: url('../images/arrow-right3.svg?v=251013');
}
.button-with-arrow4:after {
  content: url('../images/arrow-right4.svg');
}
.links .button-with-arrow2,
.links .button-with-arrow3,
.links .button-with-arrow4 {
  padding-right: 5.375rem;
}
.links .button-with-arrow2:after,
.links .button-with-arrow3:after,
.links .button-with-arrow4:after {
  right: 1.75rem;
}
.links2 .button-with-arrow2,
.links2 .button-with-arrow3,
.links2 .button-with-arrow4 {
  padding-right: 4.75rem;
}
.links2 .button-with-arrow2:after,
.links2 .button-with-arrow3:after,
.links2 .button-with-arrow4:after {
  right: 1.125rem;
}
@media (max-width: 599px) {
  .button-with-arrow:after {
    display: inline-block;
    transform: scale(0.75) translateY(0.125rem);
  }
  .button-with-arrow2:after,
  .button-with-arrow3:after,
  .button-with-arrow4:after {
    transform: scale(0.4);
    transform-origin: center right;
  }
}
@media (min-width: 600px) {
  .button {
    font-size: 1.125rem;
    line-height: 1.33333333;
  }
  .button-with-arrow {
    padding-right: 1.75rem;
  }
  .button-with-arrow:after {
    margin-left: 0.75rem;
  }
  .button-with-arrow2,
  .button-with-arrow3,
  .button-with-arrow4 {
    padding-right: 8.75rem;
  }
  .button-with-arrow2:after,
  .button-with-arrow3:after,
  .button-with-arrow4:after {
    right: 1.5rem;
    margin-top: -0.75rem;
  }
  .links .button-with-arrow2,
  .links .button-with-arrow3,
  .links .button-with-arrow4 {
    padding-right: 10.75rem;
  }
  .links .button-with-arrow2:after,
  .links .button-with-arrow3:after,
  .links .button-with-arrow4:after {
    right: 3.5rem;
  }
  .links2 .button-with-arrow2,
  .links2 .button-with-arrow3,
  .links2 .button-with-arrow4 {
    padding-right: 9.5rem;
  }
  .links2 .button-with-arrow2:after,
  .links2 .button-with-arrow3:after,
  .links2 .button-with-arrow4:after {
    right: 2.25rem;
  }
}
.gold-button {
  background: #d9d300;
}
.gold-button:active,
.gold-button:focus,
.gold-button:hover {
  background: #ebeac8;
}
.light-gold-button {
  background: #ebeac8;
}
.light-gold-button:active,
.light-gold-button:focus,
.light-gold-button:hover {
  background: #d9d300;
}
.blue-button {
  background: #46a6db;
}
.blue-button:active,
.blue-button:focus,
.blue-button:hover {
  background: #d9e9f1;
}
.light-blue-button {
  background: #d9e9f1;
}
.light-blue-button:active,
.light-blue-button:focus,
.light-blue-button:hover {
  background: #46a6db;
}
.purple-button {
  background: #a680c1;
}
.purple-button:active,
.purple-button:focus,
.purple-button:hover {
  background: #e3dce7;
}
.light-purple-button {
  background: #e3dce7;
}
.light-purple-button:active,
.light-purple-button:focus,
.light-purple-button:hover {
  background: #a680c1;
}
.muted-button {
  background: #e8e7e3;
}
.muted-button:focus,
.muted-button:hover {
  background: #d9d9d9;
}
.fields {
  display: flex;
  flex-flow: column;
  gap: 2.125rem 0;
  margin-bottom: 2.5rem;
}
.fields-with-separator {
  margin-bottom: 2.75rem;
  padding-bottom: 2.75rem;
  border-bottom: 0.1875rem dotted #a680c1;
}
.field {
  transition: all 0.3s;
}
.field label {
  display: block;
  margin-bottom: 0.5rem;
  font-family: 'CeraPro-Bold', Arial, sans-serif;
  font-weight: bold;
  font-display: swap;
  color: #595954;
}
.js .with-overlaid-labels .field {
  position: relative;
}
.js .with-overlaid-labels .field > label {
  top: -1px;
  left: -1px;
  margin: 0;
  padding: 0.75rem 1.25rem;
  color: #95958e;
  cursor: text;
}
@media (min-width: 960px) {
  .fields-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.75rem 3.75rem;
  }
  .fields-2 .field-wide {
    grid-column: span 2;
  }
}
.input {
  display: block;
  width: 100%;
  height: 2.875rem;
  padding: 0.75rem 1.25rem;
  font-family: 'CeraPro-Bold', Arial, sans-serif;
  font-weight: bold;
  font-display: swap;
  color: #595954;
  background: #fafafa;
  border: 2px solid #fafafa;
  border-radius: 1.25rem;
  outline: none;
  appearance: none;
  transition: all 0.3s;
}
.input:focus,
.input:hover {
  border-color: #a680c1;
  outline: none;
}
.input[readonly] {
  cursor: not-allowed;
}
.input[type="number"] {
  -moz-appearance: textfield;
}
.input[type="number"]::-webkit-inner-spin-button,
.input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.gold-box .input:focus,
.gold-box .input:hover {
  border-color: #d9d300;
}
.blue-box .input:focus,
.blue-box .input:hover {
  border-color: #46a6db;
}
.purple-box .input:focus,
.purple-box .input:hover {
  border-color: #a680c1;
}
.rounded-input {
  border-radius: 2.25rem;
}
.field-error {
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.38461538;
  color: #ee0004;
}
.field-hidden {
  opacity: 0;
}
.field-invalid {
  position: relative;
}
.field-invalid:after {
  content: '';
  position: absolute;
  top: 4.375rem;
  left: 100%;
  z-index: 10;
  width: 1.25rem;
  height: 1.25rem;
  margin: -0.625rem 0 0 0.625rem;
  background: #ee0004;
  border-radius: 50%;
  background: url('../images/info-circle_red.svg') 50% 50% no-repeat;
}
.field-invalid .input {
  border-color: #ee0004;
}
.field-note {
  margin-top: 2.75rem;
  line-height: 1.5;
}
.field-optional label:after {
  content: ' (nepovinné)';
}
.textarea {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  height: 18.75rem;
  border-radius: 0.625rem;
  resize: vertical;
}
.select {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
}
.select select {
  cursor: pointer;
}
.select:before {
  content: '';
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 18;
  width: 5.25rem;
  background: linear-gradient(to left, #fafafa 3.75rem, rgba(255, 255, 255, 0));
  pointer-events: none;
}
.select:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.875rem;
  z-index: 19;
  width: 1.0625rem;
  height: 0.75rem;
  margin-top: -0.375rem;
  background: url('../images/chevron_down_gray42.svg') 50% 50% no-repeat;
  pointer-events: none;
}
@media (min-width: 960px) {
  .fields {
    margin-bottom: 4.5rem;
  }
  .fields-with-separator {
    margin-bottom: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .field label {
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .js .with-overlaid-labels .field > label {
    padding: 1.375rem 1.875rem;
  }
  .fields-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.75rem 3.75rem;
  }
  .fields-2 .field-wide {
    grid-column: span 2;
  }
  .input {
    height: 4.5rem;
    padding: 1.375rem 1.875rem;
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .rounded-input {
    border-radius: 2.25rem;
  }
  .field-invalid:after {
    top: 4.375rem;
    width: 1.25rem;
    height: 1.25rem;
    margin: -0.625rem 0 0 0.625rem;
  }
  .field-note {
    margin-top: 2.75rem;
  }
  .textarea {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    height: 18.75rem;
    border-radius: 0.625rem;
  }
  .select {
    border-radius: 1.25rem;
  }
  .select:before {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    width: 5.25rem;
    background: linear-gradient(to left, #fafafa 3.75rem, rgba(255, 255, 255, 0));
  }
  .select:after {
    top: 50%;
    right: 1.875rem;
    width: 1.0625rem;
    height: 0.75rem;
    margin-top: -0.375rem;
  }
}
.checkbox {
  position: relative;
}
.checkbox input {
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  z-index: 12;
  margin: 0;
  opacity: 0;
}
.checkbox label {
  display: block;
  margin-bottom: 0;
  padding-left: 2.25rem;
  color: #000000;
  cursor: pointer;
}
.checkbox label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
  width: 1.5625rem;
  height: 1.5625rem;
  background: #efeeee;
  border-radius: 0.3125rem;
}
.checkbox label:after {
  content: '';
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  z-index: 14;
  width: 0.9375rem;
  height: 0.9375rem;
  background: url('../images/checkmark_blue.svg') 50% 50% no-repeat;
  opacity: 0;
  transition: opacity 0.3s;
}
.checkbox label a {
  text-decoration: underline;
  color: #000000;
}
.radio label:before {
  border-radius: 0.75rem;
}
.radio label:after {
  border-radius: 0.5rem;
  background: #a680c1;
}
.checked label:after {
  opacity: 1;
}
.checkboxes {
  display: flex;
  flex-flow: column;
  gap: 1.25rem;
}
.checkboxes-label {
  color: #595954;
}
.inline-checkboxes {
  flex-flow: row wrap;
}
.inline-checkboxes-with-label {
  display: flex;
  flex-flow: row;
  gap: 1.75rem;
  font-family: 'CeraPro-Bold', Arial, sans-serif;
  font-weight: bold;
  font-display: swap;
  font-size: 1.25rem;
  line-height: 1.3;
}
.inline-checkboxes-with-block-label .checkboxes-label {
  margin-bottom: 1.5rem;
  font-family: 'CeraPro-Bold', Arial, sans-serif;
  font-weight: bold;
  font-display: swap;
  font-size: 1.25rem;
  line-height: 1.3;
}
.field .inline-checkboxes-with-label,
.field .inline-checkboxes-with-block-label {
  margin-top: 1.25rem;
}
.box-with-form {
  position: relative;
  overflow: hidden;
}
.form p a {
  text-decoration: underline;
  color: #000000;
}
.form-cta {
  margin-top: 2.125rem;
}
.form-cta-centered {
  text-align: center;
}
.form-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  width: 100%;
  height: 100%;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.form-overlay .section-title {
  text-align: center;
}
.form-overlay-inner {
  margin: 0 auto;
  max-width: 35.75rem;
}
.narrow-form .fields,
.narrow-form .message {
  max-width: 31.25rem;
  margin-right: auto;
  margin-left: auto;
}
.grid-form .column .section-title {
  margin: 0 0 1rem;
  text-align: left;
}
@media (min-width: 600px) {
  .grid-form .grid {
    flex-wrap: nowrap;
    gap: 0 3.75rem;
  }
  .grid-form .column {
    flex: 1 1 auto;
  }
}
.blue-box .form-overlay {
  background: #d9e9f1;
}
.gold-box .form-overlay {
  background: #ebeac8;
}
.purple-box .form-overlay {
  background: #e3dce7;
}
.newsletter-form .form-overlay-inner {
  max-width: 45rem;
}
.join-form .section-title {
  margin-bottom: 3rem;
}
.join-form .form-overlay {
  justify-content: flex-start;
}
.join-form .form-overlay-inner {
  margin-top: 20rem;
}
.form-header {
  display: flex;
  flex-flow: column;
  gap: 2.5rem;
}
.form-header-image img {
  display: block;
  width: 100%;
}
@media (min-width: 960px) {
  .form-header {
    flex-flow: row wrap;
    gap: 3.75rem;
  }
  .form-header-main {
    flex: 1 1 auto;
    width: 30%;
  }
  .form-header-image {
    flex: 1 1 auto;
    width: 30%;
  }
}
.form-header-title {
  margin: 0 0 1.5rem;
}
.ideas-form .fields-2 {
  gap: 2.75rem 6.25rem;
}
.ideas-form .section-title {
  margin-bottom: 3rem;
}
/* 12. Modules */
.message {
  margin-bottom: 2.125rem;
  padding: 1.25rem 1.875rem;
  border-radius: 1.25rem;
}
.message-warning {
  color: #ee0004;
}
.message-error {
  color: #ffffff;
  background: #ee0004;
  border-color: #ee0004;
}
.message-success {
  color: #ffffff;
  background: #00ee04;
  border-color: #00ee04;
}
.flash-messages {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 20;
  font-family: 'CeraPro-Bold', Arial, sans-serif;
  font-weight: bold;
  font-display: swap;
}
.flash-message {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.pagination ul {
  display: flex;
  flex-flow: row wrap;
  gap: 0 0.75rem;
  align-items: center;
  justify-content: center;
}
.pagination a {
  color: #000000;
}
.pagination a:focus,
.pagination a:hover {
  color: #9568b5;
}
.pagination-previous {
  margin-right: 10.875rem;
}
.pagination-next {
  margin-left: 10.875rem;
}
.pagination-current a {
  color: #9568b5;
}
.pagination-current a:focus,
.pagination-current a:hover {
  color: #000000;
}
.pagination-disabled {
  color: #aeaeae;
}
.qr-image {
  border-radius: 1rem;
}
.qr-image img {
  display: block;
  width: 7.5rem;
  height: 7.5rem;
}
@media (min-width: 960px) {
  .qr-image {
    border-radius: 1.375rem;
  }
  .qr-image img {
    width: 12.5rem;
    height: 12.5rem;
  }
}
/* 13. SVG */
.svg {
  display: inline-block;
  overflow: hidden;
  transition: all 0.3s;
}
.svg svg {
  display: block;
}
.svg svg g {
  transition: all 0.3s;
}
.ico {
  color: inherit;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: middle;
}
/* 14. JavaScript only */
.with-lightbox-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin: 2rem;
  background: transparent;
}
.cboxIframe {
  background: transparent;
}
#cboxError {
  padding: 2rem;
  border: 1px solid white;
}
#cboxLoadedContent {
  background: transparent;
}
#cboxTitle,
#cboxCurrent {
  display: none;
  text-indent: -9999px;
}
#cboxLoadingGraphic {
  background: url('../images/loading.gif') no-repeat center center;
}
#cboxClose,
#cboxPrevious,
#cboxNext {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
  transition: all 0.3s;
}
#cboxClose:active,
#cboxPrevious:active,
#cboxNext:active {
  outline: 0;
}
#cboxClose,
#cboxPrevious,
#cboxNext {
  position: absolute;
  z-index: 999;
}
#cboxClose svg,
#cboxPrevious svg,
#cboxNext svg {
  color: inherit;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: middle;
  transition: all 0.3s;
}
#cboxClose {
  top: 0;
  right: -50px;
  width: 31px;
  height: 31px;
  color: #ffffff;
}
#cboxClose:focus,
#cboxClose:hover {
  color: #ee0004;
}
#cboxPrevious,
#cboxNext {
  top: 50%;
  display: block;
  width: 31px;
  height: 31px;
  margin-top: -16px;
  color: #ffffff;
}
#cboxPrevious:focus,
#cboxNext:focus,
#cboxPrevious:hover,
#cboxNext:hover {
  color: #e8e7e3;
}
#cboxPrevious {
  left: -50px;
}
#cboxNext {
  right: -50px;
}
.keen-slider:not([data-keen-slider-disabled]) {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  align-content: flex-start;
  display: flex;
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  width: 100%;
}
.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse] {
  flex-direction: row-reverse;
}
.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v] {
  flex-wrap: wrap;
}
.with-lightbox {
  overflow: hidden;
  height: 100%;
}
#cboxOverlay {
  background: #000000;
  opacity: 0.7 !important;
}
#lightbox {
  display: none;
}
#colorbox.lightbox {
  border-radius: 1.5rem;
}
@media (min-width: 600px) {
  #colorbox.lightbox {
    border-radius: 4.75rem;
  }
}
.lightbox #cboxContent {
  margin: 0;
  padding: 0;
  background: #e3dce7;
  border: none;
}
.lightbox #cboxClose {
  top: 1.25rem;
  right: 1.25rem;
  width: 2.75rem;
  height: 2.75rem;
  text-indent: -9999px;
  background: #a680c1;
  border-radius: 1.5rem;
}
.lightbox #cboxClose:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19 21" width="19" height="21"><path d="M9.178,8.88C10.5,6.131 11.818,3.38 13.123,0.622C13.359,0.123 13.956,-0.09 14.455,0.146C14.954,0.382 15.167,0.979 14.931,1.478C13.545,4.406 12.145,7.326 10.741,10.246C13.169,12.367 15.596,14.49 18.031,16.604C18.447,16.966 18.492,17.598 18.13,18.015C17.768,18.431 17.136,18.476 16.719,18.114C14.423,16.12 12.132,14.117 9.841,12.115C8.516,14.869 7.191,17.623 5.874,20.381C5.636,20.879 5.039,21.09 4.541,20.852C4.043,20.615 3.831,20.017 4.069,19.519C5.466,16.593 6.873,13.672 8.279,10.75C5.848,8.627 3.415,6.507 0.972,4.399C0.554,4.039 0.507,3.407 0.868,2.989C1.228,2.571 1.86,2.524 2.278,2.885C4.585,4.875 6.883,6.876 9.178,8.88Z"/></svg>');
  position: absolute;
  top: 26%;
  left: 29%;
  width: 19px;
  height: 21px;
  text-indent: 0;
}
.lightbox #cboxClose:focus,
.lightbox #cboxClose:hover {
  background: #e3dce7;
}
.lightbox .section {
  margin-top: 0;
  margin-bottom: 0;
}
.lightbox .inner {
  max-width: none;
  padding: 0;
}
@media (min-width: 600px) {
  .lightbox #cboxClose {
    top: 3.125rem;
    right: 2.75rem;
  }
}
.lightbox-image #cboxContent {
  padding: 1.5rem 1.5rem 5rem;
}
.lightbox-image #cboxTitle {
  display: block;
  overflow: hidden;
  margin-top: 0.75rem;
  margin-right: 1.5rem;
  margin-bottom: 2rem;
  font-family: 'CeraPro-Bold', Arial, sans-serif;
  font-weight: bold;
  font-display: swap;
  font-size: 1.75rem;
  line-height: 1.28571429;
  text-transform: uppercase;
  color: #000000;
  text-indent: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #aeaeae;
}
.lightbox-image #cboxClose {
  top: auto;
  right: 1.5rem;
  bottom: 2.375rem;
}
.lightbox-error .main-title,
.lightbox-error .sub-title {
  color: #ee0004;
}
.lightbox-search #cboxContent {
  background: none;
}
.lightbox-search #cboxClose {
  top: 3.125rem;
  right: 1.75rem;
  width: 3.875rem;
  height: 2.75rem;
  background: #ffffff;
}
.lightbox-search #cboxClose:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M12.25,10.586L22.293,0.543C22.683,0.153 23.317,0.153 23.707,0.543C24.097,0.933 24.097,1.567 23.707,1.957L13.664,12L23.707,22.043C24.097,22.433 24.097,23.067 23.707,23.457C23.317,23.847 22.683,23.847 22.293,23.457L12.25,13.414L2.207,23.457C1.817,23.847 1.183,23.847 0.793,23.457C0.403,23.067 0.403,22.433 0.793,22.043L10.836,12L0.793,1.957C0.403,1.567 0.403,0.933 0.793,0.543C1.183,0.153 1.817,0.153 2.207,0.543L12.25,10.586Z"/></svg>');
  top: 0.625rem;
  left: 1.1875rem;
  width: 1.5rem;
  height: 1.5rem;
}
.lightbox-search #cboxClose:focus,
.lightbox-search #cboxClose:hover {
  background: #e8e7e3;
}
#colorbox.lightbox-search {
  border-radius: 0;
}
.search {
  min-height: 11rem;
  padding: 3.125rem 7.5rem;
}
.search .gsc-control-cse {
  padding: 0;
  background: none;
  border: none;
}
.search form.gsc-search-box,
.search table.gsc-search-box {
  margin: 0;
}
.search .gsc-input {
  padding: 0 !important;
  background: none !important;
}
.search .gsc-input-box {
  padding-left: 1rem;
  border: 0;
  border-radius: 2rem;
}
.search .gsib_a {
  height: 2.75rem;
}
.search td.gsc-search-button {
  padding: 0 0 0 0.5rem;
}
.search .gsc-search-button-v2 {
  position: relative;
  width: 4.5rem;
  height: 2.75rem;
  text-indent: -9999px;
  background: #ffffff;
  border: none;
  border-radius: 2rem;
}
.search .gsc-search-button-v2:after {
  content: url('../images/search.svg');
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.75rem;
  text-indent: 0;
}
.search .gsc-search-button-v2:active,
.search .gsc-search-button-v2:focus,
.search .gsc-search-button-v2:hover {
  background: #e8e7e3;
}
.gssb_c {
  display: none !important;
}
@media (max-width: 959px) {
  .search {
    padding-right: 5rem;
    padding-left: 0;
  }
  .search .gsc-search-button-v2 {
    width: 3.375rem;
  }
  .search .gsc-search-button-v2:after {
    left: 1rem;
  }
  .lightbox-search #cboxClose {
    right: 0;
  }
}
/* 15. Print */
@media print {
  body {
    color: black;
  }
}
