/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmYUtvAw.ttf) format('truetype');
}
html {
  font-family: 'Roboto', sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #000000;
  box-sizing: border-box;
  font-size: 16px;
}
@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
}
body {
  margin: 0;
  padding: 0;
  line-height: 1.42857143;
  transition: padding-top 0.4s;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
img {
  border: 0;
  max-width: 100%;
}
figure.table {
  margin: 0;
}
.lightboxOverlay {
  z-index: 99999;
}
.lightbox {
  z-index: 99999;
}
article {
  padding-bottom: 30px;
}
article .title-wrap.theme1 {
  margin-bottom: 0;
}
article .more-info {
  display: flex;
  justify-content: flex-start;
}
article .more-info.centered {
  justify-content: center;
}
article ul,
article p,
article table {
  margin-top: 0;
  margin-bottom: 15px;
}
article p:last-child,
article ul:last-child,
article table:last-child {
  margin-bottom: 0;
}
article ul {
  margin-top: 0;
}
article img {
  position: relative;
  display: block;
  margin: 0 auto;
}
p.perex {
  font-weight: bold;
  font-size: 1.1rem;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table tr td {
  padding: 2px 0;
}
table tr td:first-child {
  font-weight: bold;
  width: 1%;
  white-space: nowrap;
}
table tr td:not(:first-child) {
  padding-left: 15px;
}
@media (max-width: 450px) {
  table {
    display: block;
  }
  table tr td:not(:first-child) {
    padding-left: 0;
  }
  table tbody,
  table tr,
  table td {
    display: block;
    width: 100% !important;
    white-space: nowrap !important;
  }
}
#move-to-top {
  padding: 11px 16px;
  background-color: #3d8d78;
  color: #fff;
}
.editor {
  position: relative;
  width: 100%;
  min-height: 20px;
  display: flex;
  flex-flow: column nowrap;
  border: 1px #adadad solid;
  background-color: #fff;
}
.editor .navbar.editor-theme.on-edge-abs.animate,
.editor .navbar.editor-theme.on-edge-abs-bottom.animate,
.editor .navbar.editor-theme.on-edge.animate {
  z-index: 9999999;
  opacity: 0;
}
.editor:hover > .navbar:not(.on-edge-abs-bottom).animate {
  top: 3px;
  opacity: 1;
}
.editor:hover > .navbar.on-edge-abs-bottom.animate {
  top: auto;
  bottom: 3px;
}
.editor .edit-content {
  flex-grow: 1;
  padding: 8px 10px;
}
.editor .edit-content img {
  max-width: 100%;
}
.editor.icon {
  min-height: 100px;
}
.editor.icon .edit-content {
  display: flex;
}
.editor.icon .edit-content a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E3E6E8;
  transition: background-color 0.3s;
  font-size: 1.8rem;
}
.editor.icon .edit-content a:hover {
  background-color: #dedede;
}
.editor.icon .edit-content a img {
  max-height: 100%;
}
.editor.editor-row .edit-content {
  padding: 10px 5px;
}
.editor.editor-row .edit-content a {
  background-color: #E3E6E8;
  transition: background-color 0.3s;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.editor.editor-row .edit-content a:hover {
  background-color: #dedede;
}
.inp-wrap.file-uploader {
  position: relative;
  width: 100%;
  border: 1px #9C9C9C solid;
}
.inp-wrap.file-uploader input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 999;
}
.editor.file-uploader {
  margin-top: 8px;
  margin-bottom: 8px;
}
.editor.file-uploader .navbar.options-bar .option i.fa.fa-edit {
  font-size: 25px;
  min-height: 25px;
}
.editor.file-uploader .edit-content {
  padding: 0;
  font-size: 12px;
  border-radius: 4px;
  background-color: #fff;
}
.editor.file-uploader .edit-content .uploader-body {
  position: relative;
  min-height: 100px;
  margin-top: 5px;
}
.editor.file-uploader .edit-content .uploader-body .uploader-previews {
  position: relative;
  padding: 10px;
}
.editor.file-uploader .edit-content .uploader-body .uploader-previews .tiles-previews {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 10px;
}
.editor.file-uploader .edit-content .uploader-body .uploader-previews .tiles-previews .preview {
  min-height: 150px;
}
.editor.file-uploader .edit-content .uploader-body .uploader-previews .tiles-previews .preview .edit-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.editor.file-uploader .edit-content .uploader-body .uploader-previews .tiles-previews .preview .edit-content img {
  width: 90%;
  height: 90%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.editor.file-uploader .edit-content .uploader-body .uploader-previews .tiles-previews .preview .edit-content .preview-title {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  text-align: center;
}
.editor.file-uploader .edit-content .uploader-body .uploader-previews .tiles-previews .preview .edit-content .preview-title span {
  background-color: #252525;
  color: #fff;
  padding: 5px;
}
.editor.file-uploader .edit-content .uploader-body .uploader-previews table {
  margin: 0 auto;
  width: 99%;
}
.editor.file-uploader .edit-content .uploader-body .uploader-previews table tr td {
  cursor: pointer;
  position: relative;
  padding: 8px 6px;
  text-align: left;
}
.editor.file-uploader .edit-content .uploader-body .uploader-content {
  height: 100%;
}
.editor.file-uploader .edit-content .uploader-body .uploader-content input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 999;
  min-height: 100px;
}
.progress {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  min-height: 100px;
  color: #8a8989;
  background-color: transparent;
}
.progress .progress-body {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 99999999999999999;
}
.progress .progress-body .icon {
  width: 76px;
  height: 100px;
  flex-shrink: 0;
  position: relative;
}
.progress .progress-body .icon i {
  position: absolute;
  left: 3px;
  top: 25px;
  color: #2e2e2e;
  font-size: 4.2em;
}
.progress .progress-body .msg {
  color: #000;
  font-size: 1.1rem;
  white-space: nowrap;
  font-weight: bold;
}
.progress .progress-body .percentage {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: bold;
}
.progress .progress-body.filled {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.progress-dialog {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 300px;
  height: 150px;
  z-index: 999999999999999;
  font-size: 2.5em;
  border-radius: 4px;
  color: #000;
}
.progress-dialog .progress .progress-body.filled {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
}
.progress-dialog.visible {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.progress-bar {
  position: relative;
  width: 100%;
}
.progress-bar .progress-body {
  width: 100%;
  height: 18px;
  background-color: #e1e0e0;
  border: 1px #8a8989 solid;
  border-radius: 4px;
}
.progress-bar .progress-body .percentage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  font-size: 0.8em;
  font-weight: bold;
  color: #2e2e2e;
}
.progress-bar .progress-body .progress-completed {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 3;
  transition: width 1s ease-out;
  background-color: #8a8989;
  border-radius: 4px;
}
a {
  text-decoration: underline;
}
a span[style] {
  color: #dc007c !important;
}
a:active,
a:hover {
  outline: 0;
}
a:link,
a:visited,
a:active,
a:hover {
  color: #dc007c;
  transition: color 0.3s;
}
a.link {
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
  font-size: 1.2rem;
  margin-top: 14px;
}
a.play-link {
  font-size: 1.1rem;
  font-weight: 500;
}
a.play-link img {
  display: block;
  width: 45px;
  margin-bottom: 8px;
}
a.play-link:link,
a.play-link:visited,
a.play-link:active {
  text-decoration: none;
}
a.play-link:hover {
  text-decoration: underline;
}
a.btn {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  position: relative;
  padding: 6px 18px;
  transition: border 0.3s, color 0.3s, background-color 0.3s;
  letter-spacing: 0.96px;
}
a.btn.inline {
  display: inline-block;
}
a.btn,
a.btn:link,
a.btn:visited,
a.btn:active {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  background-color: #de007b;
}
a.btn.active,
a.btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #c6006c;
}
a.btn.theme-1 {
  text-transform: uppercase;
  border: 2px #9b9d9a solid;
  padding: 7px 35px;
  font-weight: 300;
}
a.btn.theme-1,
a.btn.theme-1:link,
a.btn.theme-1:visited,
a.btn.theme-1:active {
  background-color: #fff;
  color: #9b9d9a;
}
a.btn.theme-1.active,
a.btn.theme-1:hover {
  background-color: #9b9d9a;
  color: #fff;
}
a.btn.yes,
a.btn.yes:link,
a.btn.yes:visited,
a.btn.yes:active {
  color: #fff;
  background-color: #28a745;
}
a.btn.yes:hover {
  color: #ffffff;
  background-color: #218838;
}
a.btn.no,
a.btn.no:link,
a.btn.no:visited,
a.btn.no:active {
  color: #fff;
  background-color: #bd2130;
}
a.btn.no:hover {
  color: #ffffff;
  background-color: #c82333;
}
.link-wrapper.theme-1 {
  color: #fff;
  background-color: #de007b;
  padding: 12px 13px;
  font-size: 1.2rem;
}
.link-wrapper.theme-1 a:link,
.link-wrapper.theme-1 a:visited,
.link-wrapper.theme-1 a:active,
.link-wrapper.theme-1 a:hover {
  color: #fff;
  text-decoration: underline;
  background-color: transparent;
}
.links-section.theme-1 {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 1.1rem;
}
.links-section.theme-1 span {
  margin: 0 7px;
}
.links-section.theme-1 a:link,
.links-section.theme-1 a:visited,
.links-section.theme-1 a:active {
  color: #e63296;
}
.links-section.theme-1 a:hover {
  color: #e63296;
}
.links-section.theme-1 a span {
  color: #000;
  text-decoration: none;
}
.links-section.genres {
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
}
.links-section.genres a:link,
.links-section.genres a:visited,
.links-section.genres a:active {
  color: #000;
  text-decoration: none;
}
.links-section.genres a:hover,
.links-section.genres a.active {
  color: #000;
  text-decoration: underline;
}
.link-buttons-section {
  display: flex;
}
.link-buttons-section.theme-1 {
  justify-content: center;
}
.link-buttons-section.socials {
  align-items: center;
  margin-left: -10px;
  width: calc(100% + 10px);
}
.link-buttons-section.socials .btn {
  flex-shrink: 0;
  margin-left: 10px;
}
.link-buttons-section.socials .btn,
.link-buttons-section.socials .btn:link,
.link-buttons-section.socials .btn:visited,
.link-buttons-section.socials .btn:active,
.link-buttons-section.socials .btn:hover {
  background-color: transparent;
  padding: 0;
}
.link-buttons-section.socials .btn img {
  height: 40px;
  transition: transform 0.3s;
}
@media (min-width: 500px) {
  .link-buttons-section.socials .btn img {
    height: 38px;
  }
}
.link-buttons-section.socials .btn:hover img {
  transform: scale(1.08);
}
.link-buttons-section.topic-breakdown {
  flex-wrap: wrap;
  margin: -6px 0 0 -6px;
  width: calc(100% + 6px);
  font-size: 0.9rem;
}
@media (min-width: 500px) {
  .link-buttons-section.topic-breakdown {
    font-size: 1rem;
  }
}
.link-buttons-section.topic-breakdown .btn {
  margin: 3px 0 0 3px;
  border-radius: 0;
}
@media (min-width: 500px) {
  .link-buttons-section.topic-breakdown .btn {
    margin: 6px 0 0 6px;
  }
}
.link-buttons-section.topic-breakdown .btn,
.link-buttons-section.topic-breakdown .btn:link,
.link-buttons-section.topic-breakdown .btn:visited,
.link-buttons-section.topic-breakdown .btn:active {
  background-color: #444444;
  color: #fff;
  text-decoration: none;
}
.link-buttons-section.topic-breakdown .btn:hover,
.link-buttons-section.topic-breakdown .btn.active {
  background-color: #de007b;
}
.link-buttons-section.filters {
  margin: -6px 0 0 -6px;
  width: calc(100% + 6px);
}
.link-buttons-section.filters .btn {
  margin: 6px 0 0 6px;
  border-radius: 0;
  padding: 3px 12px;
}
.link-buttons-section.filters .btn.square {
  width: 32px;
  height: 32px;
  text-transform: uppercase;
}
.link-buttons-section.filters .btn,
.link-buttons-section.filters .btn:link,
.link-buttons-section.filters .btn:visited,
.link-buttons-section.filters .btn:active {
  background-color: transparent;
  color: #ca4e82;
  text-decoration: none;
  border: 1px #d1d6d2 solid;
}
.link-buttons-section.filters .btn:hover,
.link-buttons-section.filters .btn.active {
  background-color: #ca4e82;
  border-color: #ca4e82;
  color: #fff;
}
h1,
h2,
h3,
h4 {
  margin: 5px 0;
  padding: 0;
  font-weight: bold;
}
h1 .mar-0,
h2 .mar-0,
h3 .mar-0,
h4 .mar-0 {
  margin: 0px;
}
h1 .mart-0,
h2 .mart-0,
h3 .mart-0,
h4 .mart-0 {
  margin-top: 0px;
}
h1 .marb-0,
h2 .marb-0,
h3 .marb-0,
h4 .marb-0 {
  margin-top: 0px;
}
h1 .mar-5,
h2 .mar-5,
h3 .mar-5,
h4 .mar-5 {
  margin: 5px;
}
h1 .mart-5,
h2 .mart-5,
h3 .mart-5,
h4 .mart-5 {
  margin-top: 5px;
}
h1 .marb-5,
h2 .marb-5,
h3 .marb-5,
h4 .marb-5 {
  margin-top: 5px;
}
h1 .mar-10,
h2 .mar-10,
h3 .mar-10,
h4 .mar-10 {
  margin: 10px;
}
h1 .mart-10,
h2 .mart-10,
h3 .mart-10,
h4 .mart-10 {
  margin-top: 10px;
}
h1 .marb-10,
h2 .marb-10,
h3 .marb-10,
h4 .marb-10 {
  margin-top: 10px;
}
h1 .mar-15,
h2 .mar-15,
h3 .mar-15,
h4 .mar-15 {
  margin: 15px;
}
h1 .mart-15,
h2 .mart-15,
h3 .mart-15,
h4 .mart-15 {
  margin-top: 15px;
}
h1 .marb-15,
h2 .marb-15,
h3 .marb-15,
h4 .marb-15 {
  margin-top: 15px;
}
h1 .mar-20,
h2 .mar-20,
h3 .mar-20,
h4 .mar-20 {
  margin: 20px;
}
h1 .mart-20,
h2 .mart-20,
h3 .mart-20,
h4 .mart-20 {
  margin-top: 20px;
}
h1 .marb-20,
h2 .marb-20,
h3 .marb-20,
h4 .marb-20 {
  margin-top: 20px;
}
h1 {
  font-size: 1.7rem;
}
h2 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-top: 2rem;
}
h3 {
  font-size: 1.4rem;
  margin-top: 2rem;
}
h4 {
  font-size: 1.1rem;
}
div.title-wrap {
  margin: 0 0 37px 0;
  width: 100%;
}
div.title-wrap.margin-top {
  margin-top: 37px;
}
div.title-wrap h1,
div.title-wrap h2,
div.title-wrap h3,
div.title-wrap h4 {
  display: inline-block;
  padding: 0;
  margin: 0;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
}
div.title-wrap h1::before,
div.title-wrap h2::before,
div.title-wrap h3::before,
div.title-wrap h4::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.2 0.9) * 0.5em);
}
div.title-wrap h1::after,
div.title-wrap h2::after,
div.title-wrap h3::after,
div.title-wrap h4::after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((0.8 - 1.2) * 0.5em);
}
div.title-wrap.uppercase h1,
div.title-wrap.uppercase h2,
div.title-wrap.uppercase h3,
div.title-wrap.uppercase h4 {
  text-transform: uppercase;
}
div.title-wrap.centered {
  text-align: center;
}
div.title-wrap h1 {
  text-transform: none;
  font-size: 1.5rem;
}
div.title-wrap h2 {
  font-size: 1.2rem;
}
div.title-wrap h3 {
  font-size: 1.1rem;
}
div.title-wrap .line {
  position: relative;
  width: 160px;
  height: 1px;
  display: block;
  margin: 0 auto 20px auto;
  background-color: #fff;
}
div.title-wrap .line.full-width {
  width: 100%;
}
div.title-wrap span {
  display: block;
}
div.title-wrap.theme-1 h1,
div.title-wrap.theme-1 h2,
div.title-wrap.theme-1 h3,
div.title-wrap.theme-1 h4 {
  color: #de007b;
}
div.title-wrap.theme-1 h2 {
  font-size: 2.3rem;
}
div.title-wrap.theme-1 h3 {
  font-size: 1.8rem;
  text-transform: uppercase;
}
div.title-wrap.theme-1 h4 {
  font-size: 1.5rem;
}
div.title-wrap.theme-2 h1,
div.title-wrap.theme-2 h2,
div.title-wrap.theme-2 h3,
div.title-wrap.theme-2 h4 {
  background-color: #de007b;
  color: #fff;
  padding: 8px 9px;
  font-size: 1.2rem;
}
div.title-wrap.theme-2 h1:before,
div.title-wrap.theme-2 h2:before,
div.title-wrap.theme-2 h3:before,
div.title-wrap.theme-2 h4:before,
div.title-wrap.theme-2 h1:after,
div.title-wrap.theme-2 h2:after,
div.title-wrap.theme-2 h3:after,
div.title-wrap.theme-2 h4:after {
  content: unset;
}
div.title-wrap.theme-2 h2 {
  font-size: 1.2rem;
}
div.title-wrap.theme-2 h3 {
  font-size: 1.05rem;
}
div.title-wrap.theme-3 h1,
div.title-wrap.theme-3 h2,
div.title-wrap.theme-3 h3,
div.title-wrap.theme-3 h4 {
  color: #fff;
}
div.title-wrap.theme-3 h3 {
  font-size: 3.2rem;
}
@media (min-width: 500px) {
  div.title-wrap.theme-3 h3 {
    font-size: 3.6rem;
  }
}
div.title-wrap.social-title {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
div.title-wrap.social-title img {
  height: 30px;
}
div.title-wrap.social-title h3 {
  margin-left: 10px;
  color: #010101;
  font-size: 1.1rem;
}
@-webkit-keyframes inM {
  50% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
  100% {
    transform: translateX(50%) translateY(-25%) rotate(45deg);
  }
}
@keyframes inM {
  50% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
  100% {
    transform: translateX(50%) translateY(-25%) rotate(45deg);
  }
}
@-webkit-keyframes outM {
  50% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
  100% {
    transform: translateX(50%) translateY(-25%) rotate(45deg);
  }
}
@keyframes outM {
  50% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
  100% {
    transform: translateX(50%) translateY(-25%) rotate(45deg);
  }
}
@-webkit-keyframes inT {
  0% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
  50% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
  100% {
    transform: translateX(102%) translateY(30%) rotate(135deg);
  }
}
@keyframes inT {
  0% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
  50% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
  100% {
    transform: translateX(102%) translateY(30%) rotate(135deg);
  }
}
@-webkit-keyframes outT {
  0% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
  50% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
  100% {
    transform: translateX(102%) translateY(30%) rotate(135deg);
  }
}
@keyframes outT {
  0% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
  50% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
  100% {
    transform: translateX(102%) translateY(30%) rotate(135deg);
  }
}
@-webkit-keyframes inBtm {
  0% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
  50% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
  100% {
    transform: translateX(140%) translateY(63%) rotate(135deg);
  }
}
@keyframes inBtm {
  0% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
  50% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
  100% {
    transform: translateX(140%) translateY(63%) rotate(135deg);
  }
}
@-webkit-keyframes outBtm {
  0% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
  50% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
  100% {
    transform: translateX(140%) translateY(63%) rotate(135deg);
  }
}
@keyframes outBtm {
  0% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
  50% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
  100% {
    transform: translateX(140%) translateY(63%) rotate(135deg);
  }
}
.navbar {
  position: relative;
  width: 100%;
  display: flex;
  border: 0;
  padding: 0;
}
.navbar.on-edge {
  width: auto;
}
.navbar.on-edge.left-fixed {
  margin-left: 0;
  margin-right: auto;
}
.navbar.on-edge.right-fixed {
  margin-right: 0;
  margin-left: auto;
}
.navbar.on-edge.center-fixed {
  margin-right: auto;
  margin-left: auto;
}
.navbar.on-edge-abs,
.navbar.on-edge-abs-bottom {
  position: absolute;
  top: 0;
  width: auto;
}
.navbar.on-edge-abs.left-fixed,
.navbar.on-edge-abs-bottom.left-fixed {
  left: 0;
}
.navbar.on-edge-abs.right-fixed,
.navbar.on-edge-abs-bottom.right-fixed {
  right: 0;
}
.navbar.on-edge-abs.center-fixed,
.navbar.on-edge-abs-bottom.center-fixed {
  left: 50%;
  transform: translateX(-50%);
}
.navbar.on-edge-abs.animated,
.navbar.on-edge-abs-bottom.animated {
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
}
*:hover .navbar.on-edge-abs.animated,
*:hover .navbar.on-edge-abs-bottom.animated {
  visibility: visible;
  opacity: 1;
}
.navbar.on-edge-abs-bottom {
  bottom: 0;
}
.navbar.centered {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  transform: translate(-50%, -50%);
}
.navbar.screen-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
}
.navbar.screen-fixed.on-bottom {
  top: auto;
  bottom: 0;
}
.navbar.screen-fixed.vertical {
  height: 100vh;
  max-width: 18vw;
}
.navbar.screen-fixed.vertical.on-right {
  left: auto;
  right: 0;
}
.navbar .hamburger {
  position: relative;
  cursor: pointer;
  padding: 4px 6px;
  text-align: center;
  order: 1;
  display: flex;
  align-items: center;
  color: #444444;
  transition: background-color 0.3s;
}
.navbar .hamburger svg,
.navbar .hamburger img,
.navbar .hamburger .iz,
.navbar .hamburger .fa,
.navbar .hamburger .fas,
.navbar .hamburger .fab {
  margin-left: 8px;
}
.navbar .hamburger .fa,
.navbar .hamburger .fas,
.navbar .hamburger .fab {
  font-size: 30px;
  color: #444444;
}
.navbar .hamburger i.iz,
.navbar .hamburger img {
  max-height: 30px;
}
.navbar .hamburger svg {
  width: 30px;
  height: 30px;
}
.navbar .hamburger svg path {
  fill: #444444;
}
.navbar .hamburger svg path:first-child {
  -webkit-animation: outT 0.4s backwards;
          animation: outT 0.4s backwards;
  animation-direction: reverse;
}
.navbar .hamburger svg path:nth-child(2) {
  -webkit-animation: outM 0.4s backwards;
          animation: outM 0.4s backwards;
  animation-direction: reverse;
}
.navbar .hamburger svg path:nth-child(3) {
  -webkit-animation: outBtm 0.4s backwards;
          animation: outBtm 0.4s backwards;
  animation-direction: reverse;
}
.navbar .hamburger.active svg path:first-child {
  -webkit-animation: inT 0.4s forwards;
          animation: inT 0.4s forwards;
}
.navbar .hamburger.active svg path:nth-child(2) {
  -webkit-animation: inM 0.4s forwards;
          animation: inM 0.4s forwards;
}
.navbar .hamburger.active svg path:nth-child(3) {
  -webkit-animation: inBtm 0.4s forwards;
          animation: inBtm 0.4s forwards;
}
@media (min-width: 900px) {
  .navbar .hamburger {
    display: none !important;
  }
}
.navbar .navbar-body {
  display: flex;
  width: 100%;
}
.navbar .navbar-body .navbar-group,
.navbar .navbar-body .navbar-item,
.navbar .navbar-body .hamburger {
  order: 1;
  display: flex;
}
.navbar .navbar-body .navbar-group.size-25p,
.navbar .navbar-body .navbar-item.size-25p,
.navbar .navbar-body .hamburger.size-25p {
  width: 25%;
}
.navbar .navbar-body .navbar-group.size-50p,
.navbar .navbar-body .navbar-item.size-50p,
.navbar .navbar-body .hamburger.size-50p {
  width: 50%;
}
.navbar .navbar-body .navbar-group.size-75p,
.navbar .navbar-body .navbar-item.size-75p,
.navbar .navbar-body .hamburger.size-75p {
  width: 75%;
}
.navbar .navbar-body .navbar-group.size-100p,
.navbar .navbar-body .navbar-item.size-100p,
.navbar .navbar-body .hamburger.size-100p {
  width: 100%;
}
@media (max-width: 768px) {
  .navbar .navbar-body .navbar-group.tsize-25p,
  .navbar .navbar-body .navbar-item.tsize-25p,
  .navbar .navbar-body .hamburger.tsize-25p {
    width: 25%;
  }
  .navbar .navbar-body .navbar-group.tsize-50p,
  .navbar .navbar-body .navbar-item.tsize-50p,
  .navbar .navbar-body .hamburger.tsize-50p {
    width: 50%;
  }
  .navbar .navbar-body .navbar-group.tsize-75p,
  .navbar .navbar-body .navbar-item.tsize-75p,
  .navbar .navbar-body .hamburger.tsize-75p {
    width: 75%;
  }
  .navbar .navbar-body .navbar-group.tsize-100p,
  .navbar .navbar-body .navbar-item.tsize-100p,
  .navbar .navbar-body .hamburger.tsize-100p {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .navbar .navbar-body .navbar-group.msize-25p,
  .navbar .navbar-body .navbar-item.msize-25p,
  .navbar .navbar-body .hamburger.msize-25p {
    width: 25%;
  }
  .navbar .navbar-body .navbar-group.msize-50p,
  .navbar .navbar-body .navbar-item.msize-50p,
  .navbar .navbar-body .hamburger.msize-50p {
    width: 50%;
  }
  .navbar .navbar-body .navbar-group.msize-75p,
  .navbar .navbar-body .navbar-item.msize-75p,
  .navbar .navbar-body .hamburger.msize-75p {
    width: 75%;
  }
  .navbar .navbar-body .navbar-group.msize-100p,
  .navbar .navbar-body .navbar-item.msize-100p,
  .navbar .navbar-body .hamburger.msize-100p {
    width: 100%;
  }
}
.navbar .navbar-body .navbar-group.tablet-visible,
.navbar .navbar-body .navbar-item.tablet-visible,
.navbar .navbar-body .hamburger.tablet-visible {
  display: none;
}
@media (max-width: 768px) {
  .navbar .navbar-body .navbar-group.tablet-visible,
  .navbar .navbar-body .navbar-item.tablet-visible,
  .navbar .navbar-body .hamburger.tablet-visible {
    display: flex;
  }
}
.navbar .navbar-body .navbar-group.mobile-visible,
.navbar .navbar-body .navbar-item.mobile-visible,
.navbar .navbar-body .hamburger.mobile-visible {
  display: none;
}
@media (max-width: 480px) {
  .navbar .navbar-body .navbar-group.mobile-visible,
  .navbar .navbar-body .navbar-item.mobile-visible,
  .navbar .navbar-body .hamburger.mobile-visible {
    display: flex;
  }
}
@media (max-width: 480px) {
  .navbar .navbar-body .navbar-group.tablet-hidden,
  .navbar .navbar-body .navbar-item.tablet-hidden,
  .navbar .navbar-body .hamburger.tablet-hidden {
    display: none;
  }
}
@media (max-width: 768px) {
  .navbar .navbar-body .navbar-group.mobile-hidden,
  .navbar .navbar-body .navbar-item.mobile-hidden,
  .navbar .navbar-body .hamburger.mobile-hidden {
    display: none;
  }
}
.navbar .navbar-body .hamburger {
  transition: background-color 0.3s;
}
.navbar .navbar-body .navbar-item {
  font-size: 1rem;
  display: flex;
}
.navbar .navbar-body .navbar-item .fa,
.navbar .navbar-body .navbar-item .fas,
.navbar .navbar-body .navbar-item .fab {
  position: relative;
  display: block;
}
.navbar .navbar-body .navbar-item .fa:before,
.navbar .navbar-body .navbar-item .fas:before,
.navbar .navbar-body .navbar-item .fab:before {
  display: inline-block;
}
.navbar .navbar-body .navbar-item img {
  margin: 0;
  width: auto;
}
.navbar .navbar-body .navbar-item > a,
.navbar .navbar-body .navbar-item > .drop-down-wrap .drop-down-area {
  width: 100%;
}
.navbar .navbar-body .navbar-item > a:link,
.navbar .navbar-body .navbar-item > .drop-down-wrap .drop-down-area:link,
.navbar .navbar-body .navbar-item > a:visited,
.navbar .navbar-body .navbar-item > .drop-down-wrap .drop-down-area:visited,
.navbar .navbar-body .navbar-item > a:active,
.navbar .navbar-body .navbar-item > .drop-down-wrap .drop-down-area:active {
  text-decoration: none;
}
.navbar .navbar-body .navbar-item > .drop-down-wrap .drop-down-area,
.navbar .navbar-body .navbar-item > a {
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: bold;
  width: 100%;
  transition: background-color 0.3s;
}
.navbar .navbar-body .navbar-item.title-item h1,
.navbar .navbar-body .navbar-item.title-item h2,
.navbar .navbar-body .navbar-item.title-item H3,
.navbar .navbar-body .navbar-item.title-item h4,
.navbar .navbar-body .navbar-item.title-item H5 {
  margin: 0;
  display: flex;
  align-items: center;
  text-align: center;
}
.navbar .navbar-body .navbar-item.logo-item a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.navbar .navbar-body .navbar-item.logo-item a img {
  max-width: 100%;
}
.navbar .navbar-body .navbar-item.user-item {
  display: flex;
}
.navbar .navbar-body .navbar-item.user-item a .user-nick {
  margin-left: 15px;
}
.navbar .navbar-body .navbar-item.icon-item > a.navbar-link {
  justify-content: center;
}
.navbar .navbar-body .navbar-item.icon-item > a.navbar-link.close,
.navbar .navbar-body .navbar-item.icon-item > a.navbar-link.close:link,
.navbar .navbar-body .navbar-item.icon-item > a.navbar-link.close:visited,
.navbar .navbar-body .navbar-item.icon-item > a.navbar-link.close:active {
  color: #fff !important;
  background-color: #f37c86 !important;
}
.navbar .navbar-body .navbar-item.icon-item > a.navbar-link.close:hover {
  color: #fff !important;
  background-color: #e81123 !important;
}
.navbar .navbar-body .navbar-item.icon-text-item a {
  justify-content: center;
}
.navbar .navbar-body .navbar-item.icon-text-item.icon-before .fa,
.navbar .navbar-body .navbar-item.icon-text-item.icon-before .fas,
.navbar .navbar-body .navbar-item.icon-text-item.icon-before .fab,
.navbar .navbar-body .navbar-item.icon-text-item.icon-before .iz,
.navbar .navbar-body .navbar-item.icon-text-item.icon-before img,
.navbar .navbar-body .navbar-item.icon-text-item.icon-before svg {
  margin-right: 10px;
}
.navbar .navbar-body .navbar-item.icon-text-item.icon-after .fa,
.navbar .navbar-body .navbar-item.icon-text-item.icon-after .fas,
.navbar .navbar-body .navbar-item.icon-text-item.icon-after .fab,
.navbar .navbar-body .navbar-item.icon-text-item.icon-after .iz,
.navbar .navbar-body .navbar-item.icon-text-item.icon-after img,
.navbar .navbar-body .navbar-item.icon-text-item.icon-after svg {
  margin-left: 10px;
}
.navbar .navbar-body .navbar-item.icon-text-item.icons-around .fa:first-child,
.navbar .navbar-body .navbar-item.icon-text-item.icons-around .fas:first-child,
.navbar .navbar-body .navbar-item.icon-text-item.icons-around .fab:first-child,
.navbar .navbar-body .navbar-item.icon-text-item.icons-around .iz:first-child,
.navbar .navbar-body .navbar-item.icon-text-item.icons-around img:first-child,
.navbar .navbar-body .navbar-item.icon-text-item.icons-around svg:first-child {
  margin-right: 10px;
}
.navbar .navbar-body .navbar-item.icon-text-item.icons-around .fa:last-child,
.navbar .navbar-body .navbar-item.icon-text-item.icons-around .fas:last-child,
.navbar .navbar-body .navbar-item.icon-text-item.icons-around .fab:last-child,
.navbar .navbar-body .navbar-item.icon-text-item.icons-around .iz:last-child,
.navbar .navbar-body .navbar-item.icon-text-item.icons-around img:last-child,
.navbar .navbar-body .navbar-item.icon-text-item.icons-around svg:last-child {
  margin-left: 10px;
}
.navbar .navbar-body .navbar-item.languages-item {
  display: flex;
  align-items: center;
}
.navbar .navbar-body .navbar-item.languages-item a:not(:first-child) {
  margin-left: 10px;
}
.navbar .navbar-body .navbar-item.form-item {
  display: flex;
  align-items: center;
}
.navbar .navbar-body .navbar-item.search-item {
  padding: 5px;
  align-items: center;
}
.navbar .navbar-body .navbar-item.search-item form {
  width: 100%;
}
.navbar .navbar-body .navbar-item.breadcrumb-item {
  display: flex;
}
.navbar .navbar-body .navbar-item.breadcrumb-item .breadcrumb-part {
  display: flex;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
}
.navbar .navbar-body .navbar-item.breadcrumb-item .breadcrumb-part.home {
  padding-left: 0;
}
.navbar .navbar-body .navbar-item.breadcrumb-item .breadcrumb-part .fa,
.navbar .navbar-body .navbar-item.breadcrumb-item .breadcrumb-part .fas,
.navbar .navbar-body .navbar-item.breadcrumb-item .breadcrumb-part .fab,
.navbar .navbar-body .navbar-item.breadcrumb-item .breadcrumb-part .iz,
.navbar .navbar-body .navbar-item.breadcrumb-item .breadcrumb-part svg,
.navbar .navbar-body .navbar-item.breadcrumb-item .breadcrumb-part img {
  padding-right: 5px;
}
.navbar .navbar-body .navbar-item.breadcrumb-item .breadcrumb-part a,
.navbar .navbar-body .navbar-item.breadcrumb-item .breadcrumb-part a:link,
.navbar .navbar-body .navbar-item.breadcrumb-item .breadcrumb-part a:visited,
.navbar .navbar-body .navbar-item.breadcrumb-item .breadcrumb-part a:active,
.navbar .navbar-body .navbar-item.breadcrumb-item .breadcrumb-part a:hover {
  background-color: transparent;
}
.navbar .navbar-body .navbar-item.breadcrumb-item .breadcrumb-part a:not(.home):hover,
.navbar .navbar-body .navbar-item.breadcrumb-item .breadcrumb-part a:link:not(.home):hover,
.navbar .navbar-body .navbar-item.breadcrumb-item .breadcrumb-part a:visited:not(.home):hover,
.navbar .navbar-body .navbar-item.breadcrumb-item .breadcrumb-part a:active:not(.home):hover,
.navbar .navbar-body .navbar-item.breadcrumb-item .breadcrumb-part a:hover:not(.home):hover {
  text-decoration: underline;
}
.navbar .navbar-body .navbar-item.drop-down-item {
  position: relative;
  padding: 0;
}
.navbar .navbar-body .navbar-item.drop-down-item .drop-down-wrap {
  display: flex;
  width: 100%;
}
.navbar .navbar-body .navbar-item.drop-down-item .drop-down-wrap .drop-down-area {
  padding-right: 25px;
  width: 100%;
}
.navbar .navbar-body .navbar-item.drop-down-item .drop-down-wrap .drop-down-body .drop-down-content {
  padding: 15px;
}
.navbar .navbar-body .navbar-group.menu-wrap {
  width: auto;
  flex-direction: column;
  transition: visibility 0.3s;
}
@media (max-width: 899px) {
  .navbar .navbar-body .navbar-group.menu-wrap {
    visibility: hidden;
    width: 0;
    height: 0;
    position: fixed;
    left: 0;
    top: 100%;
    justify-content: flex-start;
    background-color: #fff;
    overflow-y: scroll;
  }
}
@media (min-width: 900px) {
  .navbar .navbar-body .navbar-group.menu-wrap {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
  }
}
.navbar .navbar-body .navbar-group.menu-wrap.visible {
  visibility: visible;
  width: 100%;
  height: auto;
}
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item {
  flex-wrap: wrap;
}
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item a {
  cursor: pointer;
}
@media (max-width: 900px) {
  .navbar .navbar-body .navbar-group.menu-wrap .navbar-item a {
    justify-content: center;
  }
}
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar:not(.nested-layout.always-visible) {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.5s, opacity 0.5s;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 900px) {
  .navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar:not(.nested-layout.always-visible) {
    position: absolute;
  }
}
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar .navbar-group {
  flex-direction: column;
}
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar .title span {
  color: #fff;
  font-weight: bold;
}
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.small-layout {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 900px) {
  .navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.small-layout {
    width: auto;
  }
  .navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.small-layout .navbar-item {
    min-width: 150px;
  }
}
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout,
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.large-layout {
  display: block;
}
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout .sub-navbar-content,
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.large-layout .sub-navbar-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 20px;
  align-content: start;
}
@media (min-width: 900px) {
  .navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout .sub-navbar-content,
  .navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.large-layout .sub-navbar-content {
    padding: 10px 15px;
  }
}
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout .sub-navbar-content .navbar-item,
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.large-layout .sub-navbar-content .navbar-item {
  margin-top: 10px;
}
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout .sub-navbar-content .navbar-item a,
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.large-layout .sub-navbar-content .navbar-item a,
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout .sub-navbar-content .navbar-item a:link,
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.large-layout .sub-navbar-content .navbar-item a:link,
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout .sub-navbar-content .navbar-item a:visited,
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.large-layout .sub-navbar-content .navbar-item a:visited,
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout .sub-navbar-content .navbar-item a:active,
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.large-layout .sub-navbar-content .navbar-item a:active {
  background-color: transparent;
}
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout .sub-navbar-content .navbar-item a:hover,
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.large-layout .sub-navbar-content .navbar-item a:hover,
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout .sub-navbar-content .navbar-item a:link:hover,
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.large-layout .sub-navbar-content .navbar-item a:link:hover,
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout .sub-navbar-content .navbar-item a:visited:hover,
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.large-layout .sub-navbar-content .navbar-item a:visited:hover,
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout .sub-navbar-content .navbar-item a:active:hover,
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.large-layout .sub-navbar-content .navbar-item a:active:hover {
  text-decoration: underline;
}
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout .sub-navbar-content .navbar-item.section-item,
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.large-layout .sub-navbar-content .navbar-item.section-item {
  margin-top: 0;
  font-size: 1.2rem;
  font-weight: bold;
}
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item.opened > .sub-navbar,
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item.active > .sub-navbar:not(.nested-layout) {
  max-height: unset;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
@media (hover: hover) {
  .navbar .navbar-body .navbar-group.menu-wrap .navbar-item:hover > .sub-navbar:not(.nested-layout) {
    max-height: unset;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
  }
}
.navbar.horizontal .navbar-body,
.navbar.horizontal .fill-area {
  flex-grow: 1;
}
.navbar.horizontal .navbar-body.wrapper {
  margin: 0 auto;
  max-width: 1650px;
}
.navbar.horizontal .navbar-body .navbar-group.left-fixed,
.navbar.horizontal .navbar-body .hamburger.left-fixed {
  margin-left: 0;
  margin-right: auto;
}
.navbar.horizontal .navbar-body .navbar-group.right-fixed,
.navbar.horizontal .navbar-body .hamburger.right-fixed {
  margin-right: 0;
  margin-left: auto;
}
.navbar.horizontal .navbar-body .navbar-group.center-fixed,
.navbar.horizontal .navbar-body .hamburger.center-fixed {
  margin-right: auto;
  margin-left: auto;
}
.navbar.horizontal .navbar-body .navbar-item h1,
.navbar.horizontal .navbar-body .navbar-item h2,
.navbar.horizontal .navbar-body .navbar-item h3,
.navbar.horizontal .navbar-body .navbar-item h4,
.navbar.horizontal .navbar-body .navbar-item h5 {
  padding: 15px;
  color: #000;
  font-weight: 700;
}
.navbar.horizontal .navbar-body .navbar-item > a.navbar-link {
  padding: 15px;
}
.navbar.horizontal .navbar-body .navbar-item > a.navbar-link,
.navbar.horizontal .navbar-body .navbar-item > a.navbar-link:link,
.navbar.horizontal .navbar-body .navbar-item > a.navbar-link:visited,
.navbar.horizontal .navbar-body .navbar-item > a.navbar-link:active,
.navbar.horizontal .navbar-body .navbar-item > a.navbar-link:hover {
  color: #000;
  background-color: transparent;
}
.navbar.horizontal .navbar-body .navbar-item > a.navbar-link:hover,
.navbar.horizontal .navbar-body .navbar-item > a.navbar-link.active {
  color: #000;
  background-color: transparent;
}
.navbar.horizontal .navbar-body .navbar-item.logo-item a,
.navbar.horizontal .navbar-body .navbar-item.icon-item a,
.navbar.horizontal .navbar-body .navbar-item.logo-item a:link,
.navbar.horizontal .navbar-body .navbar-item.icon-item a:link,
.navbar.horizontal .navbar-body .navbar-item.logo-item a:visited,
.navbar.horizontal .navbar-body .navbar-item.icon-item a:visited,
.navbar.horizontal .navbar-body .navbar-item.logo-item a:active,
.navbar.horizontal .navbar-body .navbar-item.icon-item a:active {
  background-color: transparent;
}
.navbar.horizontal .navbar-body .navbar-item.logo-item:hover > a,
.navbar.horizontal .navbar-body .navbar-item.icon-item:hover > a,
.navbar.horizontal .navbar-body .navbar-item.logo-item.active > a,
.navbar.horizontal .navbar-body .navbar-item.icon-item.active > a,
.navbar.horizontal .navbar-body .navbar-item.logo-item:hover > a:link,
.navbar.horizontal .navbar-body .navbar-item.icon-item:hover > a:link,
.navbar.horizontal .navbar-body .navbar-item.logo-item.active > a:link,
.navbar.horizontal .navbar-body .navbar-item.icon-item.active > a:link,
.navbar.horizontal .navbar-body .navbar-item.logo-item:hover > a:visited,
.navbar.horizontal .navbar-body .navbar-item.icon-item:hover > a:visited,
.navbar.horizontal .navbar-body .navbar-item.logo-item.active > a:visited,
.navbar.horizontal .navbar-body .navbar-item.icon-item.active > a:visited,
.navbar.horizontal .navbar-body .navbar-item.logo-item:hover > a:active,
.navbar.horizontal .navbar-body .navbar-item.icon-item:hover > a:active,
.navbar.horizontal .navbar-body .navbar-item.logo-item.active > a:active,
.navbar.horizontal .navbar-body .navbar-item.icon-item.active > a:active,
.navbar.horizontal .navbar-body .navbar-item.logo-item:hover > a:hover,
.navbar.horizontal .navbar-body .navbar-item.icon-item:hover > a:hover,
.navbar.horizontal .navbar-body .navbar-item.logo-item.active > a:hover,
.navbar.horizontal .navbar-body .navbar-item.icon-item.active > a:hover {
  background-color: transparent;
}
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item > a.navbar-link {
  font-size: 1rem;
  font-weight: bold;
}
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item > a.navbar-link,
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item > a.navbar-link:link,
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item > a.navbar-link:visited,
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item > a.navbar-link:active {
  color: #000;
}
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item > a.navbar-link:hover {
  color: #000;
}
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item.active > a.navbar-link,
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item.active > a.navbar-link:link,
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item.active > a.navbar-link:visited,
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item.active > a.navbar-link:active,
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item.active > a.navbar-link:hover {
  background-color: transparent;
  color: #000;
}
@media (min-width: 900px) {
  .navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar {
    top: 100%;
    left: 0;
  }
}
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.small-layout .navbar-group .navbar-item a,
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.small-layout .navbar-group .navbar-item .drop-down-wrap .drop-down-area {
  padding: 15px;
}
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout,
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.large-layout {
  width: 100%;
}
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout .sub-navbar-content,
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.large-layout .sub-navbar-content {
  position: relative;
  margin: 0 auto;
  max-width: 1650px;
}
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout .sub-navbar-content .navbar-group,
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.large-layout .sub-navbar-content .navbar-group {
  display: block;
}
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout {
  background-color: transparent;
}
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout .sub-navbar-content {
  max-width: 1650px;
}
.navbar.vertical .navbar-body,
.navbar.vertical .fill-area {
  flex-grow: 1;
}
.navbar.vertical .navbar-body {
  flex-direction: column;
}
.navbar.vertical .navbar-body.screen-fixed {
  max-width: 350px;
}
.navbar.vertical .navbar-body .navbar-group.top-fixed {
  margin-bottom: auto;
}
.navbar.vertical .navbar-body .navbar-group.center-fixed {
  margin-top: auto;
  margin-bottom: auto;
}
.navbar.vertical .navbar-body .navbar-group.bottom-fixed {
  margin-top: auto;
}
.navbar.vertical .navbar-body .divider {
  height: 1px;
  margin: 9px 0;
  background-color: #e5e5e5;
  width: 100%;
  order: 1;
}
.navbar.vertical .navbar-body .navbar-item > a.navbar-link {
  padding: 15px;
}
.navbar.vertical .navbar-body .navbar-item > a.navbar-link,
.navbar.vertical .navbar-body .navbar-item > a.navbar-link:link,
.navbar.vertical .navbar-body .navbar-item > a.navbar-link:visited,
.navbar.vertical .navbar-body .navbar-item > a.navbar-link:active {
  color: #000;
  font-size: 1.1rem;
  background-color: transparent;
}
.navbar.vertical .navbar-body .navbar-item > a.navbar-link:hover,
.navbar.vertical .navbar-body .navbar-item > a.navbar-link:link:hover,
.navbar.vertical .navbar-body .navbar-item > a.navbar-link:visited:hover,
.navbar.vertical .navbar-body .navbar-item > a.navbar-link:active:hover {
  color: #000;
  font-size: 1.1rem;
  background-color: transparent;
}
.navbar.vertical .navbar-body .navbar-item.icon-text-item a {
  justify-content: flex-start;
}
.navbar.vertical .navbar-body .navbar-group.menu-wrap {
  flex-direction: column;
}
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item {
  flex-grow: 0;
}
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item > a.navbar-menu-link {
  font-size: 1rem;
  font-weight: 700;
}
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item > a.navbar-menu-link,
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item > a.navbar-menu-link:link,
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item > a.navbar-menu-link:visited,
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item > a.navbar-menu-link:active {
  color: #000;
}
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item > a.navbar-menu-link:hover,
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item > a.navbar-menu-link:link:hover,
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item > a.navbar-menu-link:visited:hover,
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item > a.navbar-menu-link:active:hover {
  background-color: transparent;
  color: #000;
}
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item.active > a.navbar-menu-link,
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item.active > a.navbar-menu-link:link,
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item.active > a.navbar-menu-link:visited,
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item.active > a.navbar-menu-link:active,
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item.active > a.navbar-menu-link:hover {
  background-color: transparent;
  color: #000;
}
@media (min-width: 900px) {
  .navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar {
    left: 100%;
  }
}
@media (min-width: 900px) {
  .navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout,
  .navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.large-layout {
    left: 100%;
    top: 0;
  }
}
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout .sub-navbar-content,
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.large-layout .sub-navbar-content {
  height: 100%;
}
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.nested-layout {
  width: 100%;
  position: relative;
  top: auto;
  left: auto;
  padding-left: 25px;
}
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item.opened > .sub-navbar.medium-layout,
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item.opened > .sub-navbar.large-layout {
  height: 100%;
}
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item.opened > .sub-navbar.nested-layout {
  max-height: unset;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  padding-bottom: 10px;
}
.navbar.vertical .navbar-body.logged-user-menu .navbar-group.menu-wrap {
  display: flex !important;
}
.navbar.on-edge,
.navbar.on-edge-abs,
.navbar.on-edge-abs-bottom {
  display: inline-block;
}
.navbar.on-edge .navbar-body,
.navbar.on-edge-abs .navbar-body,
.navbar.on-edge-abs-bottom .navbar-body {
  background-color: transparent;
}
.navbar.editor-theme {
  padding: 0;
}
.navbar.editor-theme:not(.header) {
  background-color: #E3E6E8;
  border: 1px #d2d2d2 solid;
}
.navbar.editor-theme .navbar-body .navbar-group .navbar-item .fa,
.navbar.editor-theme .navbar-body .navbar-group .navbar-item .fas,
.navbar.editor-theme .navbar-body .navbar-group .navbar-item .far {
  font-size: 25px;
}
.navbar.editor-theme .navbar-body .navbar-group .navbar-item a {
  position: relative;
  padding: 5px 8px;
}
.navbar.editor-theme .navbar-body .navbar-group .navbar-item a:link,
.navbar.editor-theme .navbar-body .navbar-group .navbar-item a:visited,
.navbar.editor-theme .navbar-body .navbar-group .navbar-item a:active,
.navbar.editor-theme .navbar-body .navbar-group .navbar-item a:hover {
  color: #df017c;
}
.navbar.editor-theme .navbar-body .navbar-group .navbar-item a:hover {
  background-color: #ccc !important;
}
.navbar.editor-theme .navbar-body .navbar-group .navbar-item.active a:link,
.navbar.editor-theme .navbar-body .navbar-group .navbar-item.active a:visited,
.navbar.editor-theme .navbar-body .navbar-group .navbar-item.active a:active,
.navbar.editor-theme .navbar-body .navbar-group .navbar-item.active a:hover {
  background-color: #ccc !important;
}
.navbar.editor-theme .navbar-body .navbar-group .navbar-item.drop-down .drop-down-wrap .drop-down-area {
  padding-top: 7px;
  padding-bottom: 7px;
}
.navbar.editor-theme.on-edge-abs,
.navbar.editor-theme.on-edge-abs-bottom,
.navbar.editor-theme.on-edge {
  width: auto;
  background-color: transparent;
  border: 0;
  padding: 8px;
}
.navbar.editor-theme.on-edge-abs .navbar-group,
.navbar.editor-theme.on-edge-abs-bottom .navbar-group,
.navbar.editor-theme.on-edge .navbar-group {
  background-color: #E3E6E8;
  border: 1px #E3E6E8 solid;
  border-radius: 3px;
}
.navbar.editor-theme.on-edge-abs .navbar-group:not(:first-child),
.navbar.editor-theme.on-edge-abs-bottom .navbar-group:not(:first-child),
.navbar.editor-theme.on-edge .navbar-group:not(:first-child) {
  margin-left: 5px;
}
.navbar.editor-theme.header .navbar-body {
  flex-wrap: nowrap;
}
.navbar.editor-theme.header .navbar-body .navbar-title {
  flex: 0 1 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  padding: 5px 0;
  background-color: #E3E6E8;
  color: #626262;
  font-weight: bold;
}
.navbar.editor-theme.header .navbar-body .navbar-group {
  border: 0;
  border-radius: 0;
  background-color: #E3E6E8;
}
.navbar.spread {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.5);
  transition: background-color 0.3s;
}
.navbar.spread:hover {
  background-color: rgba(33, 33, 33, 0.7);
}
.navbar.spread .navbar-body {
  justify-content: center;
}
.navbar.spread .navbar-body .navbar-group .navbar-item .fa,
.navbar.spread .navbar-body .navbar-group .navbar-item .fas,
.navbar.spread .navbar-body .navbar-group .navbar-item .far {
  font-size: 25px;
}
.navbar.spread.single-item {
  align-items: stretch;
  z-index: 99;
}
.navbar.spread.single-item .navbar-body .navbar-group {
  width: 100%;
}
.navbar.spread.single-item .navbar-body .navbar-group .navbar-item {
  width: 100%;
}
.navbar.spread.single-item .navbar-body .navbar-group .navbar-item a {
  width: 100%;
  justify-content: center;
}
.navbar.spread.single-item .navbar-body .navbar-group .navbar-item a:link,
.navbar.spread.single-item .navbar-body .navbar-group .navbar-item a:visited,
.navbar.spread.single-item .navbar-body .navbar-group .navbar-item a:active,
.navbar.spread.single-item .navbar-body .navbar-group .navbar-item a:hover {
  color: #fff;
}
.navbar.spread.single-item .navbar-body .navbar-group .navbar-item a:hover {
  color: #ff0c00;
}
.navbar .hamburger {
  font-weight: bold;
  padding: 0 0 0 10px;
}
.navbar .hamburger.active {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 999;
  color: #fff;
}
.navbar .hamburger.active svg path {
  fill: #fff;
}
.navbar.horizontal.main-menu {
  z-index: 99999;
}
.navbar.horizontal.main-menu .navbar-body {
  flex-wrap: wrap;
  flex-shrink: 0;
}
@media (min-width: 900px) {
  .navbar.horizontal.main-menu .navbar-body {
    flex-wrap: nowrap;
  }
}
.navbar.horizontal.main-menu .navbar-body .navbar-group.hamburger-dest {
  padding: 0;
}
.navbar.horizontal.main-menu .navbar-body .navbar-group.menu-wrap {
  width: unset;
  height: auto;
  background-color: #de007b;
}
.navbar.horizontal.main-menu .navbar-body .navbar-group.menu-wrap.visible {
  position: fixed;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  left: 0;
  top: 0;
  overflow-y: scroll;
  padding-top: 60px;
}
@media (min-width: 900px) {
  .navbar.horizontal.main-menu .navbar-body .navbar-group.menu-wrap {
    height: unset;
  }
}
.navbar.horizontal.main-menu .navbar-body .navbar-group.menu-wrap .navbar-item.tak-part-item {
  justify-content: center;
}
@media (min-width: 900px) {
  .navbar.horizontal.main-menu .navbar-body .navbar-group.menu-wrap .navbar-item.tak-part-item {
    display: none;
  }
}
.navbar.horizontal.main-menu .navbar-body .navbar-group.menu-wrap .navbar-item.tak-part-item .btn {
  width: auto;
  border: 1px #000 solid;
}
.navbar.horizontal.main-menu .navbar-body .navbar-group.menu-wrap .navbar-item.tak-part-item .btn,
.navbar.horizontal.main-menu .navbar-body .navbar-group.menu-wrap .navbar-item.tak-part-item .btn:link,
.navbar.horizontal.main-menu .navbar-body .navbar-group.menu-wrap .navbar-item.tak-part-item .btn:visited,
.navbar.horizontal.main-menu .navbar-body .navbar-group.menu-wrap .navbar-item.tak-part-item .btn:active {
  color: #000;
}
.navbar.horizontal.main-menu .navbar-body .navbar-group.menu-wrap .navbar-item.tak-part-item .btn.active,
.navbar.horizontal.main-menu .navbar-body .navbar-group.menu-wrap .navbar-item.tak-part-item .btn:hover {
  color: #fff;
}
@media (min-width: 900px) {
  .navbar.horizontal.main-menu .navbar-body .navbar-group.menu-wrap .navbar-item.social-btns-item {
    display: none;
  }
}
.navbar.horizontal.main-menu .navbar-body .navbar-group.menu-wrap .navbar-item.social-btns-item .socials {
  margin-top: 11px;
  justify-content: center;
}
.navbar.horizontal.main-menu .navbar-body .navbar-group.menu-wrap .navbar-item .___hoverStyles {
  color: #fff;
}
.navbar.horizontal.main-menu .navbar-body .navbar-group.menu-wrap .navbar-item a.navbar-link {
  position: relative;
  white-space: nowrap;
  justify-content: center;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 11px 20px;
}
@media (min-width: 900px) {
  .navbar.horizontal.main-menu .navbar-body .navbar-group.menu-wrap .navbar-item a.navbar-link {
    font-size: 1rem;
    padding: 11px 15px;
  }
}
@media (min-width: 1200px) {
  .navbar.horizontal.main-menu .navbar-body .navbar-group.menu-wrap .navbar-item a.navbar-link {
    font-size: 1.2rem;
    padding: 11px 20px;
  }
}
.navbar.horizontal.main-menu .navbar-body .navbar-group.menu-wrap .navbar-item a.navbar-link,
.navbar.horizontal.main-menu .navbar-body .navbar-group.menu-wrap .navbar-item a.navbar-link:link,
.navbar.horizontal.main-menu .navbar-body .navbar-group.menu-wrap .navbar-item a.navbar-link:visited,
.navbar.horizontal.main-menu .navbar-body .navbar-group.menu-wrap .navbar-item a.navbar-link:active {
  background-color: transparent;
  color: #00111a;
}
.navbar.horizontal.main-menu .navbar-body .navbar-group.menu-wrap .navbar-item a.navbar-link:hover {
  color: #fff;
}
.navbar.horizontal.main-menu .navbar-body .navbar-group.menu-wrap .navbar-item:hover > a.navbar-link,
.navbar.horizontal.main-menu .navbar-body .navbar-group.menu-wrap .navbar-item.active > a.navbar-link,
.navbar.horizontal.main-menu .navbar-body .navbar-group.menu-wrap .navbar-item:hover > a.navbar-link:link,
.navbar.horizontal.main-menu .navbar-body .navbar-group.menu-wrap .navbar-item.active > a.navbar-link:link,
.navbar.horizontal.main-menu .navbar-body .navbar-group.menu-wrap .navbar-item:hover > a.navbar-link:visited,
.navbar.horizontal.main-menu .navbar-body .navbar-group.menu-wrap .navbar-item.active > a.navbar-link:visited,
.navbar.horizontal.main-menu .navbar-body .navbar-group.menu-wrap .navbar-item:hover > a.navbar-link:active,
.navbar.horizontal.main-menu .navbar-body .navbar-group.menu-wrap .navbar-item.active > a.navbar-link:active,
.navbar.horizontal.main-menu .navbar-body .navbar-group.menu-wrap .navbar-item:hover > a.navbar-link a:hover,
.navbar.horizontal.main-menu .navbar-body .navbar-group.menu-wrap .navbar-item.active > a.navbar-link a:hover {
  color: #fff;
}
input,
button,
textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  overflow: visible;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
select,
textarea,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
.form-control,
.btn,
.alert,
.errors {
  border-radius: 0;
}
form .form-group {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
form .form-group:first-child {
  margin-top: 0;
}
form .form-group.last {
  margin-top: 30px;
  margin-bottom: 0;
}
form .form-group .form-group-item {
  position: relative;
}
form .form-group .form-group-item:last-child:not(:first-child) {
  margin-top: 20px;
}
form .form-group input:hover {
  position: relative;
  z-index: 9999;
}
form .form-group.two-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
form .form-group.two-items .form-group-item {
  width: 100%;
}
@media (min-width: 768px) {
  form .form-group.two-items {
    flex-wrap: nowrap;
  }
  form .form-group.two-items .form-group-item {
    margin-top: 0 !important;
    width: calc(50% - 10px);
  }
}
form .form-group span.help-block {
  display: block;
  position: absolute;
  top: -38px;
  z-index: 999;
}
form .form-group span.help-block.text-danger i {
  display: none;
}
form .form-group span.help-block.text-danger:before {
  position: absolute;
  top: 100%;
  content: "";
  width: 0;
  height: 0;
}
form .form-group.span-bottom span.help-block.text-danger {
  bottom: -38px;
  top: auto;
}
form .form-group.span-bottom span.help-block.text-danger:before {
  top: auto;
  bottom: 100%;
}
input.btn,
button.btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  white-space: nowrap;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 2000;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
input.btn:focus,
button.btn:focus,
input.btn.focus,
button.btn.focus,
input.btn:focus,
button.btn:focus,
input.btn:hover,
button.btn:hover {
  outline: 0;
}
input.btn:active,
button.btn:active,
input.btn.active,
button.btn.active {
  background-image: none;
  outline: 0;
}
select:focus,
textarea:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="file"]:focus {
  outline: unset;
}
textarea {
  min-height: 120px;
}
label {
  display: block;
  max-width: 100%;
}
.inp-wrap {
  min-width: unset;
}
.inp-wrap.inp-search-wrap {
  display: flex;
  width: 100%;
}
.inp-wrap.inp-search-wrap input[type=text] {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
}
.inp-wrap.inp-search-wrap button {
  display: flex;
}
.inp-wrap.inp-checkbox-wrap {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.inp-wrap.inp-checkbox-wrap .checkbox-field {
  position: relative;
  width: 35px;
}
.inp-wrap.inp-checkbox-wrap .checkbox-field input[type=checkbox] {
  margin: 0 !important;
  display: block;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.inp-wrap.inp-checkbox-wrap .checkbox-field i {
  display: inline-block;
}
.inp-wrap.inp-checkbox-wrap .checkbox-field img {
  max-width: none !important;
}
.inp-wrap.inp-checkbox-wrap.only-field .checkbox-field {
  width: 100%;
  height: unset;
}
.inp-wrap.inp-checkbox-wrap.only-field .checkbox-field i {
  width: 100%;
  height: 100%;
}
.inp-wrap.inp-checkbox-wrap .label-text {
  display: block;
  margin-left: 15px;
}
.inp-wrap.inp-checkbox-wrap.below {
  flex-wrap: wrap;
  justify-content: center;
}
.inp-wrap.inp-checkbox-wrap.below .label-text {
  text-align: center;
  width: 100%;
  margin-left: 0;
}
.inp-wrap.inp-checkbox-wrap.below .checkbox-field {
  height: unset;
  width: unset;
}
.inp-wrap.inp-checkbox-wrap.disabled i {
  color: #ccc;
}
.inp-wrap.inp-radio-wrap {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.inp-wrap.inp-radio-wrap .radio-field {
  position: relative;
  width: 35px;
}
.inp-wrap.inp-radio-wrap .radio-field input[type=radio] {
  margin: 0 !important;
  display: block;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.inp-wrap.inp-radio-wrap .radio-field i {
  display: inline-block;
}
.inp-wrap.inp-radio-wrap .radio-field img {
  max-width: none !important;
}
.inp-wrap.inp-radio-wrap.only-field .radio-field {
  width: 100%;
  height: unset;
}
.inp-wrap.inp-radio-wrap.only-field .radio-field i {
  width: 100%;
  height: 100%;
}
.inp-wrap.inp-radio-wrap .label-text {
  display: block;
  margin-left: 15px;
}
.inp-wrap.inp-radio-wrap.below {
  flex-wrap: wrap;
  justify-content: center;
}
.inp-wrap.inp-radio-wrap.below .label-text {
  margin-left: 0;
  text-align: center;
  width: 100%;
}
.inp-wrap.inp-radio-wrap.below .radio-field {
  width: unset;
  height: unset;
}
.inp-wrap.inp-radio-wrap.disabled i {
  color: #ccc;
}
.checkboxes-list {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.radios-list {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.inp-wrap.inp-select-wrap .drop-down-wrap {
  width: 100%;
}
.inp-wrap.inp-select-wrap .drop-down-wrap .drop-down-area {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  justify-content: flex-start;
  transition: background-color 0.3s ease-in-out;
}
.inp-wrap.inp-select-wrap .drop-down-wrap.multiple .drop-down-area {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}
.inp-wrap.inp-select-wrap .drop-down-wrap.multiple .drop-down-area .selected-option {
  display: flex;
  align-items: center;
}
.inp-wrap.inp-select-wrap .search-area input {
  display: block;
  width: 100%;
}
.inp-wrap.add-to-basket {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}
.inp-wrap.add-to-basket .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.inp-wrap.add-to-basket .input-quantity {
  width: 110px;
}
.inp-wrap.add-to-basket .input-quantity input {
  width: 110px;
  min-height: 60px;
}
button,
input,
optgroup,
select,
textarea {
  font-family: 'Roboto', sans-serif;
  line-height: 1.15;
  margin: 0;
}
form .form-group {
  margin-top: 35px;
}
form .form-group span.help-block {
  font-size: 0.85em;
  white-space: nowrap;
}
form .form-group span.help-block.text-danger {
  padding: 5px 20px;
  color: #fff;
  background-color: #d8000c;
  border-radius: 5px;
}
form .form-group span.help-block.text-danger:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #d8000c;
}
form .form-group.span-bottom span.help-block.text-danger:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #d8000c;
  border-top: 0;
}
form .form-group.centered {
  display: flex;
  justify-content: center;
  width: unset;
  margin: 0 auto;
}
form .form-group .inp-wrap:not(.inp-checkbox-wrap):not(.inp-radio-wrap) {
  position: relative;
}
form .form-group .inp-wrap:not(.inp-checkbox-wrap):not(.inp-radio-wrap) span {
  right: 0;
}
input.btn,
button.btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  font-size: 1.1rem;
  padding: 17px 30px;
  border-radius: 2px;
  transition: border 0.3s, color 0.3s, background-color 0.3s;
  background-color: #de007b;
  /*text-transform: uppercase;*/
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.96px;
  text-align: center;
  color: #fff;
}
input.btn:focus,
button.btn:focus,
input.btn.focus,
button.btn.focus,
input.btn:hover,
button.btn:hover {
  text-decoration: none;
  background-color: #ca4e82;
  color: #fff;
}
input.btn:disabled,
button.btn:disabled,
input.btn[disabled],
button.btn[disabled] {
  background-color: #a7a8aa;
  border: 1px #a7a8aa solid !important;
}
input.btn:active,
button.btn:active,
input.btn.active,
button.btn.active {
  box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.3);
}
.form-buttons-section.theme1 {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
select,
textarea,
input[type="number"],
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="file"] {
  background-color: #fff;
  padding: 8px 13px;
  width: 100%;
  line-height: 1.2em;
  border: 1px #df017c solid;
  border-radius: 2px;
  min-height: 45px;
}
select:focus,
textarea:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="file"]:focus {
  border: 1px #df017c solid;
  outline: 0;
}
select .__placeholder,
textarea .__placeholder,
input[type="number"] .__placeholder,
input[type="tel"] .__placeholder,
input[type="text"] .__placeholder,
input[type="email"] .__placeholder,
input[type="search"] .__placeholder,
input[type="password"] .__placeholder,
input[type="file"] .__placeholder {
  color: #fff;
  width: auto;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="file"]::-moz-placeholder {
  color: #fff;
  width: auto;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="file"]:-ms-input-placeholder {
  color: #fff;
  width: auto;
}
select::-moz-placeholder, textarea::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="file"]::-moz-placeholder {
  color: #fff;
  width: auto;
}
select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="file"]:-ms-input-placeholder {
  color: #fff;
  width: auto;
}
select::placeholder,
textarea::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="search"]::placeholder,
input[type="password"]::placeholder,
input[type="file"]::placeholder {
  color: #fff;
  width: auto;
}
select {
  min-height: unset;
}
textarea {
  min-height: 150px;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
label {
  color: #000000;
  line-height: 1.5;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 15px;
}
label span {
  display: inline !important;
  color: #df017a;
}
.inp-wrap.inp-search-wrap {
  position: relative;
}
.inp-wrap.inp-search-wrap input[type=text] {
  border-color: #bebebe;
}
.inp-wrap.inp-search-wrap button {
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  cursor: pointer;
}
.inp-wrap.inp-search-wrap button img,
.inp-wrap.inp-search-wrap button svg {
  height: 25px;
}
.inp-wrap.inp-search-wrap span {
  display: none;
}
.inp-wrap.inp-checkbox-wrap .checkbox-field {
  width: 20px;
  height: 20px;
}
.inp-wrap.inp-checkbox-wrap .label-text {
  font-size: 16px;
}
.general-gallery {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  align-items: center;
}
.general-gallery .gallery-item {
  display: flex;
  justify-content: center;
}
.template-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 25px 20px;
}
.template-grid .sub-template {
  grid-column: 1 / span 8;
}
.template-grid .sub-template .sub-template-grid {
  display: grid;
  grid-gap: 25px 20px;
  grid-template-columns: repeat(12, 1fr);
}
.template-grid .sub-template .sub-template-grid .sub-template-cell {
  grid-column: 1 / span 12;
}
.template-grid .sub-template .sub-template-grid .sub-template-cell p:last-child {
  margin-bottom: 0;
}
.template-grid .sub-template .sub-template-grid .sub-template-cell.title-content .title-wrap {
  margin-bottom: 0;
}
.template-grid .sub-template .sub-template-grid .sub-template-cell:not(.title-content) .title-wrap {
  margin-bottom: 17px;
}
.template-grid .sub-template .sub-template-grid .sub-template-cell.text-content table {
  width: 100%;
}
.template-grid .sub-template .sub-template-grid .sub-template-cell.image-content {
  display: flex;
}
.template-grid .sub-template .sub-template-grid .sub-template-cell.image-content img {
  max-width: 100%;
}
.template-grid .sub-template .sub-template-grid .sub-template-cell.image-content .flexbox {
  width: 100%;
}
.template-grid .sub-template .sub-template-grid .sub-template-cell.image-content .flexbox.spread-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-grid .sub-template .sub-template-grid .sub-template-cell.video-content {
  position: relative;
  min-height: 300px;
}
.template-grid .sub-template .sub-template-grid .sub-template-cell.video-content iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.template-grid .sub-template .sub-template-grid .sub-template-cell.gallery-content img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .template-grid .sub-template .sub-template-grid.theme-2.equals-2 .sub-template-cell {
    grid-column: span 6;
  }
}
@media (min-width: 768px) {
  .template-grid .sub-template .sub-template-grid.theme-2.equals-3 .sub-template-cell {
    grid-column: span 6;
  }
}
@media (min-width: 1024px) {
  .template-grid .sub-template .sub-template-grid.theme-2.equals-3 .sub-template-cell {
    grid-column: span 4;
  }
}
@media (min-width: 768px) {
  .template-grid .sub-template .sub-template-grid.theme-2.equals-4 .sub-template-cell {
    grid-column: span 6;
  }
}
@media (min-width: 1024px) {
  .template-grid .sub-template .sub-template-grid.theme-2.equals-4 .sub-template-cell {
    grid-column: span 4;
  }
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-2.equals-4 .sub-template-cell {
    grid-column: span 3;
  }
}
.template-grid .sub-template .sub-template-grid.theme-2.equals-5 {
  grid-template-columns: 1fr;
}
.template-grid .sub-template .sub-template-grid.theme-2.equals-5 .sub-template-cell {
  grid-column: span 1;
}
@media (min-width: 768px) {
  .template-grid .sub-template .sub-template-grid.theme-2.equals-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .template-grid .sub-template .sub-template-grid.theme-2.equals-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-2.equals-5 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1400px) {
  .template-grid .sub-template .sub-template-grid.theme-2.equals-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
.template-grid .sub-template .sub-template-grid.theme-2.equals-6 {
  grid-template-columns: 1fr;
}
.template-grid .sub-template .sub-template-grid.theme-2.equals-6 .sub-template-cell {
  grid-column: span 1;
}
@media (min-width: 768px) {
  .template-grid .sub-template .sub-template-grid.theme-2.equals-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .template-grid .sub-template .sub-template-grid.theme-2.equals-6 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-2.equals-6 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1400px) {
  .template-grid .sub-template .sub-template-grid.theme-2.equals-6 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-2.equals-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
.template-grid .sub-template .sub-template-grid.theme-3 .sub-template-cell:first-child {
  grid-row: 2;
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-3 .sub-template-cell:first-child {
    grid-column: 1 / span 4;
    grid-row: 1;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-3 .sub-template-cell:first-child {
    grid-column: 1 / span 4;
  }
}
.template-grid .sub-template .sub-template-grid.theme-3 .sub-template-cell:last-child {
  grid-row: 1;
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-3 .sub-template-cell:last-child {
    grid-column: 5 / span 8;
    grid-row: 1;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-3 .sub-template-cell:last-child {
    grid-column: 5 / span 8;
  }
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-4 .sub-template-cell:first-child {
    grid-column: 1 / span 8;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-4 .sub-template-cell:first-child {
    grid-column: 1 / span 8;
  }
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-4 .sub-template-cell:last-child {
    grid-column: 9 / span 4;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-4 .sub-template-cell:last-child {
    grid-column: 9 / span 4;
  }
}
.template-grid .sub-template .sub-template-grid.theme-5 .sub-template-cell:first-child {
  grid-row: 2;
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-5 .sub-template-cell:first-child {
    grid-column: 1 / span 6;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-5 .sub-template-cell:first-child {
    grid-column: 1 / span 3;
    grid-row: 1;
  }
}
.template-grid .sub-template .sub-template-grid.theme-5 .sub-template-cell:nth-child(2) {
  grid-row: 1;
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-5 .sub-template-cell:nth-child(2) {
    grid-column: 1 / span 12;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-5 .sub-template-cell:nth-child(2) {
    grid-column: 4 / span 6;
  }
}
.template-grid .sub-template .sub-template-grid.theme-5 .sub-template-cell:last-child {
  grid-row: 3;
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-5 .sub-template-cell:last-child {
    grid-column: 7 / span 6;
    grid-row: 2;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-5 .sub-template-cell:last-child {
    grid-column: 10 / span 3;
    grid-row: 1;
  }
}
.template-grid .sub-template .sub-template-grid.theme-6 .sub-template-cell:first-child {
  grid-row: 2;
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-6 .sub-template-cell:first-child {
    grid-column: 1 / span 6;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-6 .sub-template-cell:first-child {
    grid-column: 1 / span 3;
    grid-row: 1;
  }
}
.template-grid .sub-template .sub-template-grid.theme-6 .sub-template-cell:nth-child(2) {
  grid-row: 3;
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-6 .sub-template-cell:nth-child(2) {
    grid-column: 7 / span 6;
    grid-row: 2;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-6 .sub-template-cell:nth-child(2) {
    grid-column: 4 / span 3;
    grid-row: 1;
  }
}
.template-grid .sub-template .sub-template-grid.theme-6 .sub-template-cell:last-child {
  grid-row: 1;
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-6 .sub-template-cell:last-child {
    grid-column: 7 / span 6;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-7 .sub-template-cell:first-child {
    grid-column: 1 / span 6;
  }
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-7 .sub-template-cell:nth-child(2) {
    grid-column: 1 / span 6;
    grid-row: 2;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-7 .sub-template-cell:nth-child(2) {
    grid-column: 7 / span 3;
    grid-row: 1;
  }
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-7 .sub-template-cell:last-child {
    grid-column: 7 / span 6;
    grid-row: 2;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-7 .sub-template-cell:last-child {
    grid-column: 10 / span 3;
    grid-row: 1;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-8 {
    grid-template-rows: auto 1fr;
  }
}
.template-grid .sub-template .sub-template-grid.theme-8 .sub-template-cell:first-child {
  grid-row: 3;
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-8 .sub-template-cell:first-child {
    grid-column: 1 / span 6;
    grid-row: 2;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-8 .sub-template-cell:first-child {
    grid-column: 1 / span 4;
    grid-row: 1 / span 2;
  }
}
.template-grid .sub-template .sub-template-grid.theme-8 .sub-template-cell:nth-child(2) {
  grid-row: 1;
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-8 .sub-template-cell:nth-child(2) {
    grid-row: 1 / span 1;
    grid-column: 5 / span 8;
  }
}
.template-grid .sub-template .sub-template-grid.theme-8 .sub-template-cell:last-child {
  grid-row: 2;
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-8 .sub-template-cell:last-child {
    grid-column: 7 / span 6;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-8 .sub-template-cell:last-child {
    grid-row: 2 / span 1;
    grid-column: 5 / span 8;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-9 {
    grid-template-rows: auto 1fr;
  }
}
.template-grid .sub-template .sub-template-grid.theme-9 .sub-template-cell:first-child {
  grid-row: 1;
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-9 .sub-template-cell:first-child {
    grid-row: 1 / span 1;
    grid-column: 1 / span 8;
  }
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-9 .sub-template-cell:nth-child(2) {
    grid-column: 1 / span 6;
    grid-row: 2;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-9 .sub-template-cell:nth-child(2) {
    grid-row: 2 / span 1;
    grid-column: 1 / span 8;
  }
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-9 .sub-template-cell:last-child {
    grid-column: 7 / span 6;
    grid-row: 2;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-9 .sub-template-cell:last-child {
    grid-column: 9 / span 4;
    grid-row: 1 / span 2;
  }
}
.template-grid .sub-template .sub-template-grid.theme-10 .sub-template-cell:first-child {
  grid-row: 2;
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-10 .sub-template-cell:first-child {
    grid-column: 1 / span 6;
    grid-row: 2;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-10 .sub-template-cell:first-child {
    grid-column: 1 / span 4;
    grid-row: 1 / span 1;
  }
}
.template-grid .sub-template .sub-template-grid.theme-10 .sub-template-cell:nth-child(2) {
  grid-row: 3;
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-10 .sub-template-cell:nth-child(2) {
    grid-column: 7 / span 6;
    grid-row: 2;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-10 .sub-template-cell:nth-child(2) {
    grid-column: 1 / span 4;
    grid-row: 2 / span 1;
  }
}
.template-grid .sub-template .sub-template-grid.theme-10 .sub-template-cell:last-child {
  grid-row: 1;
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-10 .sub-template-cell:last-child {
    grid-column: 5 / span 8;
    grid-row: 1 / span 2;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-11 .sub-template-cell:first-child {
    grid-column: 1 / span 8;
    grid-row: 1 / span 2;
  }
}
.template-grid .sub-template .sub-template-grid.theme-11 .sub-template-cell:nth-child(2) {
  grid-row: 2;
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-11 .sub-template-cell:nth-child(2) {
    grid-column: 1 / span 6;
    grid-row: 2;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-11 .sub-template-cell:nth-child(2) {
    grid-column: 9 / span 4;
    grid-row: 1 / span 1;
  }
}
.template-grid .sub-template .sub-template-grid.theme-11 .sub-template-cell:last-child {
  grid-row: 3;
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-11 .sub-template-cell:last-child {
    grid-column: 7 / span 6;
    grid-row: 2;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-11 .sub-template-cell:last-child {
    grid-column: 9 / span 4;
    grid-row: 2 / span 1;
  }
}
.swiper-container-horizontal .swiper-pagination-bullet-active {
  background-color: #7f8289;
}
#new-zones-slider .swiper-wrapper .swiper-slide {
  display: flex;
  height: unset;
}
#new-zones-slider .swiper-wrapper .swiper-slide > div {
  width: 100%;
}
#new-zones-slider .swiper-wrapper .swiper-slide p {
  margin-top: auto !important;
}
#new-zones-slider > .swiper-pagination-bullets,
#new-zones-slider .swiper-pagination-custom,
#new-zones-slider .swiper-pagination-fraction {
  bottom: unset;
  top: 213px;
}
#hate-free-zone-gallery-slider .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: unset;
}
#hate-free-zone-gallery-slider .swiper-wrapper .swiper-slide img {
  max-height: 451px;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: unset;
}
.general-gallery .gallery-item img {
  max-width: 100%;
}
.general-gallery.mv-gallery {
  grid-template-columns: 1fr;
}
.general-gallery.mv-gallery .gallery-item a,
.general-gallery.mv-gallery .gallery-item img {
  width: 100%;
}
.general-gallery.mv-gallery .gallery-item:not(:first-child) {
  display: none;
}
.general-gallery.images-gallery + .general-gallery.files-gallery {
  margin-top: 30px;
}
.template-grid .sub-template .sub-template-grid .sub-template-cell.gallery-content {
  position: relative;
}
.template-grid .sub-template .sub-template-grid .sub-template-cell.gallery-content .show-gallery-btn {
  position: absolute;
  bottom: 15px;
  left: 0;
  text-transform: uppercase;
  padding: 6px 16px;
  z-index: 9;
  font-weight: 500;
  font-size: 1.3rem;
}
.template-grid .sub-template .sub-template-grid .sub-template-cell.gallery-content .show-gallery-btn:link,
.template-grid .sub-template .sub-template-grid .sub-template-cell.gallery-content .show-gallery-btn:visited,
.template-grid .sub-template .sub-template-grid .sub-template-cell.gallery-content .show-gallery-btn:active {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
.template-grid .sub-template .sub-template-grid .sub-template-cell.video-content {
  position: relative;
  padding-top: 43.75%;
  min-height: unset;
}
.template-grid .sub-template .sub-template-grid .sub-template-cell.video-content iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@supports (aspect-ratio: 16/7) {
  .template-grid .sub-template .sub-template-grid .sub-template-cell.video-content {
    padding-top: unset;
    aspect-ratio: 2.28571429;
  }
}
.template-grid .sub-template .sub-template-grid .sub-template-cell.text-content .clanekpadding p strong {
  font-size: 1.1rem;
}
.template-grid .sub-template .sub-template-grid .sub-template-cell.text-content figure {
  margin: 0 0 15px 0;
}
.template-grid .sub-template .sub-template-grid .sub-template-cell.text-content figure iframe {
  margin-bottom: 0;
}
.template-grid .sub-template .sub-template-grid .sub-template-cell.text-content iframe {
  width: 100% !important;
  height: calc(100vw * 0.56);
  min-height: 300px;
  margin-bottom: 15px;
}
@media (min-width: 1300px) {
  .template-grid .sub-template .sub-template-grid .sub-template-cell.text-content iframe {
    height: calc(((100vw * 0.76) - 70px) * 0.56);
  }
}
@media (min-width: 1650px) {
  .template-grid .sub-template .sub-template-grid .sub-template-cell.text-content iframe {
    height: calc(((1650px * 0.76) - 70px) * 0.56);
  }
}
.content-wrapper {
  position: relative;
  max-width: 1650px;
  margin: 0 auto;
  width: 100%;
  padding: 0 10px;
}
@media (min-width: 1660px) {
  .content-wrapper {
    padding: 0;
  }
}
.twitter-widget,
.fb-widget {
  max-height: 350px;
}
.fb-widget iframe ._2p3a {
  width: 100% !important;
}
.instagram-widget .instagram-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2px;
}
.instagram-widget .instagram-grid a {
  position: relative;
  display: block;
  padding-top: 100%;
}
.instagram-widget .instagram-grid a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}
@supports (aspect-ratio: 1/1) {
  .instagram-widget .instagram-grid a {
    padding-top: unset;
    aspect-ratio: 1;
  }
}
.instagram-widget .instagram-grid a:hover img {
  transform: scale(1.05);
  z-index: 99;
}
.instagram-widget .btn {
  margin-top: 20px;
}
img.lazy-image {
  position: relative;
  width: 100%;
  height: 100%;
}
img.lazy-image::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  transform: translate(-50%, -50%);
  content: '';
  background-color: #dedede;
}
img.lazy-image:after {
  content: '';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2vw;
  font-weight: bold;
  color: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA0MCA0MCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEuNDE0MjE7IiB4PSIwcHgiIHk9IjBweCI+CiAgICA8ZGVmcz4KICAgICAgICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPjwhW0NEQVRBWwogICAgICAgICAgICBALXdlYmtpdC1rZXlmcmFtZXMgc3BpbiB7CiAgICAgICAgICAgICAgZnJvbSB7CiAgICAgICAgICAgICAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlKDBkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICAgIHRvIHsKICAgICAgICAgICAgICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoLTM1OWRlZykKICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICAgICAgQGtleWZyYW1lcyBzcGluIHsKICAgICAgICAgICAgICBmcm9tIHsKICAgICAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKDBkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICAgIHRvIHsKICAgICAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKC0zNTlkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgICAgIHN2ZyB7CiAgICAgICAgICAgICAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IDUwJSA1MCU7CiAgICAgICAgICAgICAgICAtd2Via2l0LWFuaW1hdGlvbjogc3BpbiAxLjVzIGxpbmVhciBpbmZpbml0ZTsKICAgICAgICAgICAgICAgIC13ZWJraXQtYmFja2ZhY2UtdmlzaWJpbGl0eTogaGlkZGVuOwogICAgICAgICAgICAgICAgYW5pbWF0aW9uOiBzcGluIDEuNXMgbGluZWFyIGluZmluaXRlOwogICAgICAgICAgICB9CiAgICAgICAgXV0+PC9zdHlsZT4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJvdXRlciI+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMCwwQzIyLjIwNTgsMCAyMy45OTM5LDEuNzg4MTMgMjMuOTkzOSwzLjk5MzlDMjMuOTkzOSw2LjE5OTY4IDIyLjIwNTgsNy45ODc4MSAyMCw3Ljk4NzgxQzE3Ljc5NDIsNy45ODc4MSAxNi4wMDYxLDYuMTk5NjggMTYuMDA2MSwzLjk5MzlDMTYuMDA2MSwxLjc4ODEzIDE3Ljc5NDIsMCAyMCwwWiIgc3R5bGU9ImZpbGw6YmxhY2s7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNNS44NTc4Niw1Ljg1Nzg2QzcuNDE3NTgsNC4yOTgxNSA5Ljk0NjM4LDQuMjk4MTUgMTEuNTA2MSw1Ljg1Nzg2QzEzLjA2NTgsNy40MTc1OCAxMy4wNjU4LDkuOTQ2MzggMTEuNTA2MSwxMS41MDYxQzkuOTQ2MzgsMTMuMDY1OCA3LjQxNzU4LDEzLjA2NTggNS44NTc4NiwxMS41MDYxQzQuMjk4MTUsOS45NDYzOCA0LjI5ODE1LDcuNDE3NTggNS44NTc4Niw1Ljg1Nzg2WiIgc3R5bGU9ImZpbGw6cmdiKDIxMCwyMTAsMjEwKTsiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMCwzMi4wMTIyQzIyLjIwNTgsMzIuMDEyMiAyMy45OTM5LDMzLjgwMDMgMjMuOTkzOSwzNi4wMDYxQzIzLjk5MzksMzguMjExOSAyMi4yMDU4LDQwIDIwLDQwQzE3Ljc5NDIsNDAgMTYuMDA2MSwzOC4yMTE5IDE2LjAwNjEsMzYuMDA2MUMxNi4wMDYxLDMzLjgwMDMgMTcuNzk0MiwzMi4wMTIyIDIwLDMyLjAxMjJaIiBzdHlsZT0iZmlsbDpyZ2IoMTMwLDEzMCwxMzApOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTI4LjQ5MzksMjguNDkzOUMzMC4wNTM2LDI2LjkzNDIgMzIuNTgyNCwyNi45MzQyIDM0LjE0MjEsMjguNDkzOUMzNS43MDE5LDMwLjA1MzYgMzUuNzAxOSwzMi41ODI0IDM0LjE0MjEsMzQuMTQyMUMzMi41ODI0LDM1LjcwMTkgMzAuMDUzNiwzNS43MDE5IDI4LjQ5MzksMzQuMTQyMUMyNi45MzQyLDMyLjU4MjQgMjYuOTM0MiwzMC4wNTM2IDI4LjQ5MzksMjguNDkzOVoiIHN0eWxlPSJmaWxsOnJnYigxMDEsMTAxLDEwMSk7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNMy45OTM5LDE2LjAwNjFDNi4xOTk2OCwxNi4wMDYxIDcuOTg3ODEsMTcuNzk0MiA3Ljk4NzgxLDIwQzcuOTg3ODEsMjIuMjA1OCA2LjE5OTY4LDIzLjk5MzkgMy45OTM5LDIzLjk5MzlDMS43ODgxMywyMy45OTM5IDAsMjIuMjA1OCAwLDIwQzAsMTcuNzk0MiAxLjc4ODEzLDE2LjAwNjEgMy45OTM5LDE2LjAwNjFaIiBzdHlsZT0iZmlsbDpyZ2IoMTg3LDE4NywxODcpOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTUuODU3ODYsMjguNDkzOUM3LjQxNzU4LDI2LjkzNDIgOS45NDYzOCwyNi45MzQyIDExLjUwNjEsMjguNDkzOUMxMy4wNjU4LDMwLjA1MzYgMTMuMDY1OCwzMi41ODI0IDExLjUwNjEsMzQuMTQyMUM5Ljk0NjM4LDM1LjcwMTkgNy40MTc1OCwzNS43MDE5IDUuODU3ODYsMzQuMTQyMUM0LjI5ODE1LDMyLjU4MjQgNC4yOTgxNSwzMC4wNTM2IDUuODU3ODYsMjguNDkzOVoiIHN0eWxlPSJmaWxsOnJnYigxNjQsMTY0LDE2NCk7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNMzYuMDA2MSwxNi4wMDYxQzM4LjIxMTksMTYuMDA2MSA0MCwxNy43OTQyIDQwLDIwQzQwLDIyLjIwNTggMzguMjExOSwyMy45OTM5IDM2LjAwNjEsMjMuOTkzOUMzMy44MDAzLDIzLjk5MzkgMzIuMDEyMiwyMi4yMDU4IDMyLjAxMjIsMjBDMzIuMDEyMiwxNy43OTQyIDMzLjgwMDMsMTYuMDA2MSAzNi4wMDYxLDE2LjAwNjFaIiBzdHlsZT0iZmlsbDpyZ2IoNzQsNzQsNzQpOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTI4LjQ5MzksNS44NTc4NkMzMC4wNTM2LDQuMjk4MTUgMzIuNTgyNCw0LjI5ODE1IDM0LjE0MjEsNS44NTc4NkMzNS43MDE5LDcuNDE3NTggMzUuNzAxOSw5Ljk0NjM4IDM0LjE0MjEsMTEuNTA2MUMzMi41ODI0LDEzLjA2NTggMzAuMDUzNiwxMy4wNjU4IDI4LjQ5MzksMTEuNTA2MUMyNi45MzQyLDkuOTQ2MzggMjYuOTM0Miw3LjQxNzU4IDI4LjQ5MzksNS44NTc4NloiIHN0eWxlPSJmaWxsOnJnYig1MCw1MCw1MCk7Ii8+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K') no-repeat center center;
}
img.lazy-image.loaded {
  width: unset;
  height: unset;
}
.accordion .accordion-item:not(:first-child) {
  margin-top: 7px;
}
.accordion .accordion-item .accordion-head {
  position: relative;
  background-color: #de007b;
  padding: 10px 15px;
  color: #fff;
  font-size: 1.3rem;
  cursor: pointer;
}
.accordion .accordion-item .accordion-content {
  padding-top: 0;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: padding 0.3s, visibility 0.3s;
}
.accordion .accordion-item .accordion-content iframe {
  display: block;
}
.accordion .accordion-item.active .accordion-head:after {
  transform: translateY(-50%) rotate(180deg);
}
.accordion .accordion-item.active .accordion-content {
  visibility: visible;
  padding-top: 7px;
  max-height: 1200px;
}
header {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 10px 25px;
}
header.content-wrapper {
  padding-top: 10px;
}
@media (min-width: 900px) {
  header.content-wrapper {
    padding: 10px 0 0 0;
  }
}
header #logo {
  grid-column: 1 / span 12;
}
@media (min-width: 768px) {
  header #logo {
    grid-column: 1 / span 7;
    grid-row: span 2;
  }
}
@media (min-width: 900px) {
  header #logo {
    grid-column: 1 / span 5;
  }
}
header #logo img {
  display: block;
}
header > .link-buttons-section.socials {
  display: none;
}
@media (min-width: 900px) {
  header > .link-buttons-section.socials {
    grid-column: 8 / span 3;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  header > .link-buttons-section.socials {
    grid-column: 9 / span 2;
    grid-row: 1;
  }
}
header .take-part-btn {
  display: none;
}
@media (min-width: 900px) {
  header .take-part-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    grid-column: 11 / span 2;
    grid-row: 1;
    margin-right: 10px;
  }
}
@media (min-width: 1660px) {
  header .take-part-btn {
    margin-right: 0;
  }
}
header #search {
  grid-column: 5 / span 8;
  padding-right: 10px;
}
@media (min-width: 768px) {
  header #search {
    grid-column: 8 / span 5;
    grid-row: 2;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  header #search {
    grid-column: 8 / span 5;
  }
}
@media (min-width: 1200px) {
  header #search {
    grid-column: 9 / span 4;
    margin-right: 10px;
  }
}
@media (min-width: 1660px) {
  header #search {
    margin-right: 0;
  }
}
header #search form {
  width: 100%;
}
header .navbar {
  grid-column: 1 / span 4;
}
@media (min-width: 768px) {
  header .navbar {
    grid-row: 1;
    grid-column: 8 / span 5;
  }
  header .navbar .navbar-body {
    justify-content: flex-end;
  }
}
@media (min-width: 800px) {
  header .navbar {
    grid-column: 1 / span 12;
    grid-row: 3;
  }
}
.page-body {
  margin-top: 37px;
  display: grid;
}
.page-body aside {
  position: relative;
}
.page-body aside section {
  margin-top: 37px;
}
@media (min-width: 1200px) {
  .page-body aside section:first-child {
    margin-top: 0;
  }
}
.page-body.theme-1 {
  grid-template-columns: calc(76% - 70px) 24%;
  grid-gap: 0 70px;
}
.page-body.theme-1 main {
  grid-column: span 2;
}
.page-body.theme-1 aside {
  display: contents;
}
.page-body.theme-1 aside section {
  grid-column: span 2;
}
@media (min-width: 1300px) {
  .page-body.theme-1 main {
    grid-column: 1 / span 1;
  }
  .page-body.theme-1 aside {
    display: block;
    grid-column: 2 / span 1;
  }
}
.page-body.theme-2 {
  grid-template-columns: 100%;
}
.page-body.theme-3 {
  grid-template-columns: calc(65% - 70px) 35%;
  grid-gap: 15px 70px;
}
.page-body.theme-3 main {
  grid-column: span 2;
}
.page-body.theme-3 aside {
  grid-column: span 2;
}
@media (min-width: 1300px) {
  .page-body.theme-3 main {
    grid-column: span 1;
  }
  .page-body.theme-3 aside {
    grid-column: span 1;
  }
}
.articles .article-tile .image .img-link {
  padding-top: 66.67%;
}
.articles .article-tile .image .img-link img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
@supports (aspect-ratio: 3/2) {
  .articles .article-tile .image .img-link {
    padding-top: unset;
    aspect-ratio: 1.5;
  }
}
.articles .article-tile p {
  margin: 0;
  font-weight: 500;
  font-size: 1.1rem;
}
.articles .article-tile a {
  display: block;
}
.articles .article-tile a.title-link {
  font-weight: bold;
}
.articles .article-tile a.img-link {
  position: relative;
}
.articles .article-tile a.img-link:link,
.articles .article-tile a.img-link:visited,
.articles .article-tile a.img-link:active,
.articles .article-tile a.img-link:hover {
  color: #000000;
  text-decoration: none;
}
.articles .article-tile.theme-1,
.articles .article-tile.theme-2,
.articles .article-tile.theme-5 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 20px;
}
.articles .article-tile.theme-1 .title-link .title-wrap,
.articles .article-tile.theme-2 .title-link .title-wrap,
.articles .article-tile.theme-5 .title-link .title-wrap {
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .articles .article-tile.theme-1 .title-link .title-wrap,
  .articles .article-tile.theme-2 .title-link .title-wrap,
  .articles .article-tile.theme-5 .title-link .title-wrap {
    margin-bottom: 37px;
  }
}
.articles .article-tile.theme-1 .image,
.articles .article-tile.theme-2 .image,
.articles .article-tile.theme-5 .image {
  display: flex;
}
.articles .article-tile.theme-1 .image a,
.articles .article-tile.theme-2 .image a,
.articles .article-tile.theme-5 .image a {
  display: flex;
  width: 100%;
}
.articles .article-tile.theme-1 .perex,
.articles .article-tile.theme-2 .perex,
.articles .article-tile.theme-5 .perex {
  margin-top: 15px;
}
@media (min-width: 900px) {
  .articles .article-tile.theme-1,
  .articles .article-tile.theme-2 {
    grid-template-rows: auto 1fr;
  }
}
.articles .article-tile.theme-1 .title-link,
.articles .article-tile.theme-2 .title-link {
  grid-column: span 12;
}
.articles .article-tile.theme-1 .image,
.articles .article-tile.theme-2 .image {
  grid-column: span 12;
}
@media (min-width: 1200px) {
  .articles .article-tile.theme-1 .image a.img-link,
  .articles .article-tile.theme-2 .image a.img-link {
    padding-top: unset;
    aspect-ratio: unset;
  }
  .articles .article-tile.theme-1 .image a.img-link img,
  .articles .article-tile.theme-2 .image a.img-link img {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.articles .article-tile.theme-1 .perex,
.articles .article-tile.theme-2 .perex {
  grid-column: span 12;
}
@media (min-width: 900px) {
  .articles .article-tile.theme-1 .title-link,
  .articles .article-tile.theme-2 .title-link {
    grid-column: 7 / span 6;
    grid-row: 1;
  }
  .articles .article-tile.theme-1 .image,
  .articles .article-tile.theme-2 .image {
    grid-column: 1 / span 6;
    grid-row: span 2;
  }
  .articles .article-tile.theme-1 .perex,
  .articles .article-tile.theme-2 .perex {
    grid-column: 7 / span 6;
    grid-row: 2;
  }
}
@media (min-width: 1200px) {
  .articles .article-tile.theme-1 {
    min-height: 400px;
  }
}
.articles .article-tile.theme-1 a.title-link .title-wrap h3 {
  font-size: 1.4rem;
  color: #de007b;
}
@media (min-width: 500px) {
  .articles .article-tile.theme-1 a.title-link .title-wrap h3 {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .articles .article-tile.theme-1 a.title-link .title-wrap h3 {
    font-size: 1.8rem;
  }
}
.articles .article-tile.theme-1 a.title-link:link,
.articles .article-tile.theme-1 a.title-link:visited,
.articles .article-tile.theme-1 a.title-link:active,
.articles .article-tile.theme-1 a.title-link:hover {
  color: #de007b;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .articles .article-tile.theme-2 {
    min-height: 380px;
  }
}
@media (min-width: 1600px) {
  .articles .article-tile.theme-2 {
    min-height: 260px;
  }
}
.articles .article-tile.theme-2 p {
  font-size: 1rem;
}
.articles .article-tile.theme-2 a.title-link .title-wrap {
  margin-bottom: 15px;
}
.articles .article-tile.theme-2 a.title-link .title-wrap h3 {
  font-size: 1.3rem;
  color: #000000;
}
.articles .article-tile.theme-2 a.title-link:link,
.articles .article-tile.theme-2 a.title-link:visited,
.articles .article-tile.theme-2 a.title-link:active,
.articles .article-tile.theme-2 a.title-link:hover {
  text-decoration: none;
  color: #000000;
}
.articles .article-tile.theme-3 a.title-link .title-wrap,
.articles .article-tile.theme-4 a.title-link .title-wrap {
  margin-top: 15px;
  margin-bottom: 0;
}
.articles .article-tile.theme-3 a.img-link:link,
.articles .article-tile.theme-3 a.img-link:visited,
.articles .article-tile.theme-3 a.img-link:active,
.articles .article-tile.theme-3 a.img-link:hover {
  color: #fff;
}
.articles .article-tile.theme-3 a.img-link p {
  font-size: 1.1rem;
  background-color: rgba(0, 0, 0, 0.7);
}
.articles .article-tile.theme-3 a.title-link .title-wrap h3 {
  color: #000;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.articles .article-tile.theme-3 a.title-link:link,
.articles .article-tile.theme-3 a.title-link:visited,
.articles .article-tile.theme-3 a.title-link:active,
.articles .article-tile.theme-3 a.title-link:hover {
  text-decoration: none;
  color: #000000;
}
.articles .article-tile.theme-4 a.title-link .title-wrap h3 {
  color: #de007a;
  font-size: 1.1rem;
}
.articles .article-tile.theme-4 a.title-link:link,
.articles .article-tile.theme-4 a.title-link:visited,
.articles .article-tile.theme-4 a.title-link:active,
.articles .article-tile.theme-4 a.title-link:hover {
  text-decoration: none;
  color: #de007a;
}
.articles .article-tile.theme-5 {
  grid-template-rows: auto 1fr auto;
}
.articles .article-tile.theme-5 .title-link {
  grid-column: span 12;
}
.articles .article-tile.theme-5 .image {
  grid-column: span 12;
}
.articles .article-tile.theme-5 .image .img-link {
  padding-top: 0;
  aspect-ratio: unset;
}
.articles .article-tile.theme-5 .image .img-link img {
  position: relative;
  height: auto;
  top: unset;
  left: unset;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.articles .article-tile.theme-5 .perex {
  grid-column: span 12;
}
.articles .article-tile.theme-5 .show-last-episode {
  grid-column: span 12;
  margin-top: 15px;
}
@media (min-width: 900px) {
  .articles .article-tile.theme-5 .show-last-episode {
    margin-top: 55px;
  }
}
.articles .article-tile.theme-5 .show-last-episode p,
.articles .article-tile.theme-5 .show-last-episode span {
  margin-top: 10px;
}
.articles .article-tile.theme-5 .show-last-episode span {
  display: block;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
}
.articles .article-tile.theme-5 .show-last-episode p {
  margin-bottom: 0;
  font-weight: 500;
}
@media (min-width: 900px) {
  .articles .article-tile.theme-5 .image {
    grid-column: 1 / span 5;
    grid-row: span 3;
  }
  .articles .article-tile.theme-5 .title-link {
    grid-column: 6 / span 7;
    grid-row: 1;
  }
  .articles .article-tile.theme-5 .perex {
    grid-column: 6 / span 7;
    grid-row: 2;
  }
  .articles .article-tile.theme-5 .show-last-episode {
    grid-column: 6 / span 7;
    grid-row: 3;
  }
}
.articles .article-tile.theme-5 a.title-link .title-wrap h3 {
  color: #de007a;
  font-size: 2.3rem;
  font-weight: bold;
  text-transform: uppercase;
}
.articles .article-tile.theme-5 a.title-link:link,
.articles .article-tile.theme-5 a.title-link:visited,
.articles .article-tile.theme-5 a.title-link:active,
.articles .article-tile.theme-5 a.title-link:hover {
  text-decoration: none;
  color: #de007a;
}
.articles.layout-1 .article-tile:not(:first-child) {
  margin-top: 37px;
}
.articles.layout-2,
.articles.layout-3 {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  grid-gap: 37px;
}
.articles.layout-2 .article-tile {
  grid-column: span 2;
}
@media (min-width: 1550px) {
  .articles.layout-2 .article-tile {
    grid-column: span 1;
  }
}
.articles.layout-3 .article-tile {
  grid-column: span 2;
}
@media (min-width: 900px) {
  .articles.layout-3 .article-tile {
    grid-column: span 1;
  }
}
@media (min-width: 1300px) {
  .articles.layout-3 .article-tile {
    grid-column: span 2;
  }
}
.author-overview {
  flex-wrap: wrap;
}
.author-overview .general-info {
  display: flex;
  align-items: center;
}
.author-overview .general-info:link,
.author-overview .general-info:visited,
.author-overview .general-info:active,
.author-overview .general-info:hover {
  color: #000;
  text-decoration: none;
}
.author-overview .general-info .image {
  flex-shrink: 0;
}
.author-overview .general-info .image img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.author-overview .general-info .name {
  margin-left: 15px;
}
.author-overview .general-info .name h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 900;
}
.author-overview .general-info .name span {
  font-weight: 500;
  font-size: 1.1rem;
}
.author-overview > div {
  width: 100%;
}
.author-overview > div p:last-child {
  margin-bottom: 0;
}
.hate-free-zones-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.hate-free-zones-grid.theme-1 {
  grid-gap: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.hate-free-zones-grid.theme-1 .hate-free-zone-tile {
  grid-column: span 12;
}
@media (min-width: 1024px) {
  .hate-free-zones-grid.theme-1 .hate-free-zone-tile {
    grid-column: span 6;
  }
}
@media (min-width: 1400px) {
  .hate-free-zones-grid.theme-1 .hate-free-zone-tile {
    grid-column: span 4;
  }
}
.hate-free-zones-grid.theme-2 {
  grid-gap: 15px;
}
.hate-free-zones-grid.theme-2 .hate-free-zone-tile {
  grid-column: span 12;
}
@media (min-width: 1024px) {
  .hate-free-zones-grid.theme-2 .hate-free-zone-tile {
    grid-column: span 6;
  }
}
@media (min-width: 1300px) {
  .hate-free-zones-grid.theme-2 .hate-free-zone-tile {
    grid-column: span 12;
  }
}
.hate-free-zone-tile {
  display: flex;
  flex-direction: column;
}
.hate-free-zone-tile a.img-link {
  display: block;
  width: 100%;
}
.hate-free-zone-tile a.img-link .image {
  position: relative;
  padding-top: 66.67%;
}
.hate-free-zone-tile a.img-link .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports (aspect-ratio: 3/2) {
  .hate-free-zone-tile a.img-link .image {
    padding-top: unset;
    aspect-ratio: 1.5;
  }
}
.hate-free-zone-tile.theme-1 {
  padding: 20px;
  background-color: #fff;
  border: 1px #d8d8d8 solid;
  box-shadow: 3px 5px 34px -15px rgba(0, 0, 0, 0.67);
}
.hate-free-zone-tile.theme-1 .image {
  margin-left: -20px;
  margin-top: -20px;
  width: calc(100% + 40px);
  max-width: unset;
}
@media (min-width: 500px) {
  .hate-free-zone-tile.theme-1 {
    padding: 20px 42px;
  }
  .hate-free-zone-tile.theme-1 .image {
    margin-left: -42px;
    margin-top: -20px;
    width: calc(100% + 84px);
  }
}
.hate-free-zone-tile.theme-1 .title-wrap {
  margin-top: 17px;
  margin-bottom: 23px;
  min-height: 2.25em;
}
.hate-free-zone-tile.theme-1 .zone-type {
  color: #747c86;
}
.hate-free-zone-tile.theme-1 .location {
  margin-top: auto;
  font-weight: bold;
}
.hate-free-zone-tile.theme-1 .location .fa {
  color: #e00a83;
  margin-right: 5px;
}
.hate-free-zone-tile.theme-1 a {
  display: block;
  text-align: center;
  margin-top: 23px;
}
.hate-free-zone-tile.theme-2,
.hate-free-zone-tile.theme-3 {
  padding: 0 17px;
  text-align: center;
}
.hate-free-zone-tile.theme-2 .image,
.hate-free-zone-tile.theme-3 .image {
  margin-left: -17px;
  max-width: unset;
  width: calc(100% + 34px);
}
.hate-free-zone-tile.theme-2 a.link,
.hate-free-zone-tile.theme-3 a.link {
  display: block;
  margin-top: 30px;
  font-size: 1.1rem;
}
.hate-free-zone-tile.theme-2 p,
.hate-free-zone-tile.theme-3 p {
  color: #9b9d9a;
  border-bottom: 2px #9b9d9a dashed;
  font-size: 1.1rem;
  line-height: 2.5rem;
  font-weight: 500;
  text-transform: uppercase;
  margin: auto 0 15px 0;
}
.hate-free-zone-tile.theme-3 {
  padding: 17px;
}
.hate-free-zone-tile.theme-3 a.link {
  margin-top: 0;
}
.hate-free-zone-tile.theme-3 .image {
  margin-top: 15px;
}
.hate-free-zones .hate-free-zones-bar {
  position: relative;
  display: grid;
  grid-template-columns: 100%;
}
@media (min-width: 768px) {
  .hate-free-zones .hate-free-zones-bar {
    grid-template-columns: 50% 50%;
  }
}
@media (min-width: 1400px) {
  .hate-free-zones .hate-free-zones-bar {
    display: block;
  }
}
.hate-free-zones .hate-free-zones-bar .hate-free-zones-summary {
  background-color: #de007b;
  color: #fff;
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .hate-free-zones .hate-free-zones-bar .hate-free-zones-summary {
    grid-column: 1 / span 1;
  }
}
@media (min-width: 1400px) {
  .hate-free-zones .hate-free-zones-bar .hate-free-zones-summary {
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    z-index: 99999;
    padding: 30px 25px;
  }
}
.hate-free-zones .hate-free-zones-bar .hate-free-zones-summary .title-wrap {
  margin-bottom: 50px;
}
.hate-free-zones .hate-free-zones-bar .hate-free-zones-summary .count {
  font-size: 1.3rem;
}
.hate-free-zones .hate-free-zones-bar .hate-free-zones-summary .count b {
  font-size: 2rem;
}
.hate-free-zones .hate-free-zones-bar .hate-free-zones-summary .count span {
  display: block;
}
.hate-free-zones .hate-free-zones-bar .hate-free-zones-summary .count.hate-free-zones-count {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .hate-free-zones .hate-free-zones-bar .hate-free-map {
    grid-column: span 2;
    grid-row: 2;
  }
}
@media (min-width: 1400px) {
  .hate-free-zones .hate-free-zones-bar .hate-free-map {
    margin-top: 0;
  }
}
.hate-free-zones .hate-free-zones-bar .hate-free-map .seznam-map {
  height: 300px;
}
@media (min-width: 768px) {
  .hate-free-zones .hate-free-zones-bar .hate-free-map .seznam-map {
    height: 450px;
  }
}
.hate-free-zones .hate-free-zones-bar .new-zones {
  background-color: #fff;
  padding: 26px 0;
  text-align: center;
  margin-top: 5px;
  border: 1px #bbb solid;
}
@media (min-width: 768px) {
  .hate-free-zones .hate-free-zones-bar .new-zones {
    margin-top: 0;
    grid-column: 2 / span 1;
  }
}
@media (min-width: 1400px) {
  .hate-free-zones .hate-free-zones-bar .new-zones {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    right: 17px;
    width: 20%;
    z-index: 99999;
    box-shadow: -1px 0px 18px -3px rgba(0, 0, 0, 0.75);
  }
}
.hate-free-zones .hate-free-zones-bar .new-zones .title-wrap {
  margin-bottom: 15px;
}
.hate-free-zones .hate-free-zones-bar .new-zones .title-wrap h3 {
  font-size: 1.4rem;
}
.hejtomat-item {
  display: flex;
  flex-direction: column;
  background-color: #000000;
  color: #fff;
  padding: 20px;
}
.hejtomat-item p {
  margin: 0 0 1em 0;
  font-size: 1.4rem;
}
.hejtomat-item a {
  display: inline-block;
  margin-top: auto;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.hejtomat-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 14px;
}
.hejtomat-grid .hejtomat-item {
  padding: 45px;
  grid-column: span 12;
}
@media (min-width: 768px) {
  .hejtomat-grid .hejtomat-item {
    grid-column: span 6;
  }
}
@media (min-width: 1200px) {
  .hejtomat-grid .hejtomat-item {
    grid-column: span 4;
  }
}
.hejtomat-grid .hejtomat-item p {
  font-size: 1.3rem;
}
.seznam-map img {
  max-width: unset !important;
}
.seznam-map .card {
  padding: 0 !important;
}
.seznam-map .card .card-body {
  padding: 16px;
}
.seznam-map .card .card-body .hate-free-zone-tile {
  border: 1px #ccc solid;
}
.seznam-map .cluster > div {
  border: 0 !important;
  background-color: #d91173 !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seznam-map .cluster > div span {
  line-height: normal;
}
.seznam-map .cluster > div img {
  display: none;
}
@media (min-width: 1200px) {
  .hate-free-zone-map {
    display: flex;
  }
  .hate-free-zone-map .seznam-map {
    width: 70%;
  }
  .hate-free-zone-map .zone-info {
    width: 30%;
    padding: 70px 40px;
  }
}
.hate-free-zone-map .zone-info {
  padding: 40px 20px;
  font-size: 1.2rem;
  background-color: #000;
  color: #fff;
}
.hate-free-zone-map .zone-info .zone-type {
  text-transform: uppercase;
  font-weight: 500;
}
.hate-free-zone-map .zone-info .links {
  font-size: 1.1rem;
  border-top: 1px #ced4d4 dashed;
  border-bottom: 1px #ced4d4 dashed;
  text-align: center;
  padding: 15px 0;
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: -8px 0 0 -8px;
  width: calc(100% + 8px);
}
.pagination span,
.pagination a {
  flex-shrink: 0;
  margin-left: 8px;
  margin-top: 8px;
}
.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
}
.pagination a.prev,
.pagination a.next {
  display: none;
}
@media (min-width: 460px) {
  .pagination a.prev,
  .pagination a.next {
    display: flex;
  }
}
.pagination a svg {
  height: 12px;
}
.pagination a svg path {
  fill: #fff;
}
.pagination a,
.pagination a:link,
.pagination a:visited,
.pagination a:active {
  background-color: #df007b;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s;
}
.pagination a:hover,
.pagination a.active {
  background-color: #8e1658;
}
.share-btns {
  display: flex;
  margin-top: 17px;
}
.share-btns > *:not(:first-child) {
  margin-left: 10px;
}
.hf-person-name {
  font-size: 1.2rem;
}
.hf-person-name span {
  color: #de007c;
  font-weight: bold;
  text-transform: uppercase;
}
.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 35px;
}
.contact-form .fields {
  grid-column: span 2;
}
@media (min-width: 1024px) {
  .contact-form .fields {
    grid-column: span 1;
  }
}
.contact-form .person {
  grid-column: span 2;
}
@media (min-width: 1024px) {
  .contact-form .person {
    grid-column: span 1;
  }
}
.contact-form .person .hf-person-name {
  margin-bottom: 10px;
}
.registration-switcher {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 35px;
  max-width: 800px;
}
@media (min-width: 500px) {
  .registration-switcher {
    flex-wrap: nowrap;
  }
}
.registration-switcher .switch-link {
  display: none;
  position: absolute;
  height: 100%;
  width: 84px;
  z-index: 99;
}
@media (min-width: 500px) {
  .registration-switcher .switch-link {
    display: block;
  }
}
.registration-switcher > div {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.registration-switcher > div p,
.registration-switcher > div a {
  text-transform: uppercase;
  font-weight: 500;
}
.registration-switcher > div a {
  text-decoration: none;
}
.registration-switcher > div img {
  display: none;
}
@media (min-width: 500px) {
  .registration-switcher > div {
    justify-content: unset;
    width: auto;
  }
  .registration-switcher > div img {
    display: block;
  }
}
.registration-switcher .left-side p,
.registration-switcher .left-side a:not(.switch-link) {
  margin-right: 10px;
}
.registration-switcher .left-side .switch-link {
  right: -44px;
}
.registration-switcher .right-side p,
.registration-switcher .right-side a:not(.switch-link) {
  margin-left: 10px;
}
.registration-switcher .right-side .switch-link {
  left: -44px;
}
#homepage main {
  grid-row: 1;
}
#homepage aside .fb-page,
#homepage aside .twitter-timeline {
  width: 100% !important;
  border: 1px #cacaca solid !important;
}
#homepage aside .fb-page span {
  width: 100% !important;
}
#homepage aside .fb-page span iframe {
  width: 100% !important;
}
#homepage #actually,
#homepage .hate-free-zones,
#homepage #home-hejtomat {
  margin-top: 37px;
  grid-column: span 2;
}
#homepage #actually {
  grid-row: 2;
}
#homepage #video-articles {
  grid-row: 3;
}
#homepage #video-articles + #audio-articles {
  grid-row: 4;
}
#homepage .hate-free-zones {
  grid-row: 5;
}
#homepage #home-hejtomat {
  grid-row: 6;
}
#homepage #socials {
  grid-row: 7;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
}
#homepage #socials > div {
  grid-column: span 2;
}
#homepage #socials .title-wrap {
  margin-bottom: 0;
}
#homepage #socials .socials-main-title {
  grid-row: 1;
}
@media (min-width: 768px) {
  #homepage #socials .fb-title {
    grid-column: 1 / span 1;
    grid-row: 2;
  }
  #homepage #socials .twitter-title {
    grid-column: 2 / span 1;
    grid-row: 2;
  }
  #homepage #socials .fb-widget {
    grid-column: 1 / span 1;
    grid-row: 3;
  }
  #homepage #socials .twitter-widget {
    grid-column: 2 / span 1;
    grid-row: 3;
  }
  #homepage #socials .instagram-title {
    grid-row: 4;
  }
  #homepage #socials .instagram-widget {
    grid-row: 5;
  }
}
@media (min-width: 1300px) {
  #homepage #socials {
    display: block;
  }
  #homepage #socials .title-wrap {
    margin: 37px 0 20px 0;
  }
}
#articles .intro {
  grid-row: 1;
  grid-column: span 2;
}
#articles .intro .graphics img {
  width: 100%;
}
#articles .intro p {
  font-weight: bold;
}
#articles main {
  grid-row: 2;
}
@media (min-width: 1300px) {
  #articles main {
    grid-row: 2;
  }
}
#articles aside {
  grid-row: 2;
}
#articles aside #genres-filter {
  grid-row: 3;
}
#articles aside #themes-filter {
  grid-row: 4;
}
#articles #more-articles {
  grid-row: 5;
  grid-column: span 2;
  margin-top: 37px;
}
#articles .pagination {
  grid-row: 6;
  grid-column: span 2;
  margin-top: 50px;
}
#article-detail main {
  margin-top: 20px;
  grid-row: 1;
}
#article-detail main .main-image {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
#article-detail main .accordion {
  margin: 40px 0;
}
#article-detail main article {
  padding-bottom: 0;
}
#article-detail aside #article-info {
  grid-row: 2;
}
#article-detail aside #article-info > div {
  display: flex;
  justify-content: center;
}
@media (min-width: 1300px) {
  #article-detail aside #article-info > div {
    justify-content: flex-start;
  }
}
#article-detail aside #article-info .article-date {
  margin-top: 20px;
  font-size: 1.6rem;
  letter-spacing: 3px;
  font-weight: 500;
}
#article-detail aside #themes-filter {
  grid-row: 3;
}
@media (min-width: 1300px) {
  #article-detail aside #themes-filter {
    margin-top: 37px;
  }
}
#article-detail aside #tag-articles {
  grid-row: 5;
}
#article-detail .links-section.theme-1 {
  grid-row: 4;
  margin-top: 35px;
}
#hate-free-zones article {
  padding-bottom: 0;
}
#hate-free-zones article + .hate-free-zones {
  margin-top: 37px;
}
#hate-free-zones .hate-free-zones-bar {
  width: 100%;
}
#hate-free-zones .hate-free-zones-list {
  margin-top: 37px;
}
#hate-free-zones .hate-free-zones-list .filters {
  display: flex;
  flex-wrap: wrap;
}
#hate-free-zones .hate-free-zones-list .filters .filter {
  width: 100%;
}
#hate-free-zones .hate-free-zones-list .filters .filter.type-filter {
  margin-top: 32px;
}
#hate-free-zones .hate-free-zones-list .filters .filter.rest-filter {
  margin-top: 32px;
  background-color: #444444;
}
#hate-free-zones .hate-free-zones-list .filters .filter.rest-filter > div {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 15px;
  color: #fff;
  margin: -14px 0 0 -14px;
  width: calc(100% + 14px);
}
@media (min-width: 768px) {
  #hate-free-zones .hate-free-zones-list .filters .filter.rest-filter > div {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
  }
}
#hate-free-zones .hate-free-zones-list .filters .filter.rest-filter > div > * {
  margin-top: 14px;
  margin-left: 14px;
}
#hate-free-zones .hate-free-zones-list .filters .filter.rest-filter > div a:link,
#hate-free-zones .hate-free-zones-list .filters .filter.rest-filter > div a:visited,
#hate-free-zones .hate-free-zones-list .filters .filter.rest-filter > div a:active {
  color: #fff;
  text-decoration: none;
}
#hate-free-zones .hate-free-zones-list .filters .filter.rest-filter > div a:hover {
  text-decoration: underline;
}
#hate-free-zone .seznam-map {
  height: 500px;
}
#hate-free-zone .gallery,
#hate-free-zone .description {
  margin-top: 37px;
}
.hejtomat-detail .hejtomat-item {
  margin-bottom: 37px;
}
.hejtomat-detail .hejtomat-item p {
  font-weight: bold;
}
.hejtomat-detail .main-and-aside {
  margin-top: 37px;
}
.hejtomat-detail .main-and-aside main .refutation {
  font-weight: bold;
  font-size: 1.2rem;
}
#about-us .info-boxes-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 14px;
}
#about-us .info-boxes-grid .info-box {
  background-color: #de007b;
  color: #fff;
  padding: 27px;
  grid-column: span 6;
}
@media (min-width: 1200px) {
  #about-us .info-boxes-grid .info-box {
    grid-column: span 2;
  }
}
#about-us .info-boxes-grid .info-box p {
  font-size: 1.2rem;
}
#about-us .info-boxes-grid .info-box .title-wrap.theme-1 h3 {
  color: #fff;
}
#about-us .contact-email {
  margin-top: 21px;
  font-size: 1.3rem;
  font-weight: bold;
}
#about-us #persons {
  margin-top: 37px;
}
#about-us #persons .title-wrap.theme-2 h3 {
  text-transform: uppercase;
}
#about-us #persons .persons-group:not(:first-child) {
  margin-top: 25px;
}
#about-us #persons .persons-group .persons-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 25px;
}
#about-us #persons .persons-group .persons-grid .person {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-row-gap: 11px;
}
@media (min-width: 1024px) {
  #about-us #persons .persons-group .persons-grid .person {
    grid-gap: 11px 35px;
  }
}
#about-us #persons .persons-group .persons-grid .person .hf-person-name {
  grid-column: 1 / span 12;
}
#about-us #persons .persons-group .persons-grid .person .hf-person-name span {
  display: block;
}
@media (min-width: 1024px) {
  #about-us #persons .persons-group .persons-grid .person .hf-person-name span {
    display: inline-block;
  }
}
#about-us #persons .persons-group .persons-grid .person .image {
  grid-column: 1 / span 12;
}
@media (min-width: 1024px) {
  #about-us #persons .persons-group .persons-grid .person .image {
    grid-column: 1 / span 4;
  }
}
#about-us #persons .persons-group .persons-grid .person .image img {
  width: 100%;
}
#about-us #persons .persons-group .persons-grid .person .description {
  grid-column: 1 / span 12;
  font-weight: 500;
}
@media (min-width: 1024px) {
  #about-us #persons .persons-group .persons-grid .person .description {
    grid-column: 5 / span 8;
  }
}
#about-us #persons .persons-group .persons-grid .person .description p:first-child {
  margin-top: 0;
}
#contact a.link {
  font-size: 1.5rem;
  text-decoration: underline;
}
#contact form {
  margin-top: 65px;
}
#registration .title-wrap {
  grid-column: span 2;
}
#search .searched-hate-free-zones {
  margin-top: 37px;
}
#search .pagination {
  margin-top: 30px;
}
footer {
  margin-top: 48px;
  border-top: 2px #df0079 solid;
  padding: 50px 0;
}
footer .content-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.2rem;
}
@media (min-width: 1200px) {
  footer .content-wrapper {
    flex-wrap: nowrap;
  }
}
footer .content-wrapper .mmr-logo,
footer .content-wrapper .norway-grants {
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  footer .content-wrapper .mmr-logo,
  footer .content-wrapper .norway-grants {
    width: auto;
  }
}
@media (min-width: 1650px) {
  footer .content-wrapper .mmr-logo,
  footer .content-wrapper .norway-grants {
    min-width: 360px;
  }
}
footer .content-wrapper .mmr-logo img,
footer .content-wrapper .norway-grants img {
  display: block;
}
footer .content-wrapper .mmr-logo img {
  width: 100%;
}
@media (min-width: 425px) {
  footer .content-wrapper .mmr-logo img {
    margin: 0 auto;
    height: 70px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  footer .content-wrapper .mmr-logo {
    padding-right: 52px;
  }
}
footer .content-wrapper .fond-desc {
  flex-grow: 1;
  text-align: center;
  line-height: 1.9rem;
  margin-top: 37px;
}
@media (min-width: 1200px) {
  footer .content-wrapper .fond-desc {
    margin-top: 0;
  }
}
footer .content-wrapper .fond-desc p {
  margin: 0;
  display: inline;
}
@media (min-width: 600px) {
  footer .content-wrapper .fond-desc p {
    display: block;
  }
}
footer .content-wrapper .norway-grants {
  display: flex;
  justify-content: center;
  margin-top: 37px;
}
@media (min-width: 1200px) {
  footer .content-wrapper .norway-grants {
    margin-top: 0;
    padding-left: 52px;
    justify-content: flex-end;
  }
}
footer .content-wrapper .norway-grants img {
  height: 100px;
}
footer .content-wrapper:last-child {
  margin-top: 35px;
  justify-content: center;
  font-size: 1rem;
}
@media (min-width: 1200px) {
  footer .content-wrapper:last-child {
    justify-content: flex-end;
  }
}
.hidden {
  display: none;
}
.progress .progress-body .icon i {
  font-size: 1.1em;
}
.margin0 {
  margin: 0 !important;
}
.ck.ck-toolbar-dropdown .ck.ck-toolbar .ck.ck-toolbar__items {
  flex-wrap: wrap !important;
}

/*# sourceMappingURL=template.css.map */
