@charset "UTF-8";
/**
 * Variables
 */
/* VARIABLES */
/*$blue-dark: #003A53;
$dark-blue: #003A53;
$light-blue: #1a4e65;
$blue: #003a53;
$green: #87BF00;
$light-blue: #1a4e65;
$lighter-blue: #e4eaec;
$yellow: #ffcb05;
$yellow-hover: #FFBB00; 
$white: #fff;
$red:  #f00;
$light-red: #fff2f2;*/
/**
 * Base
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

i, em {
  font-style: italic;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* https://engageinteractive.co.uk/blog/top-10-scss-mixins */
/* my mixins */
/* BODY */
html {
  scroll-behavior: smooth;
  scroll-padding-block-start: 80px;
}

html, body {
  margin: 0px;
  padding: 0px;
  text-align: left;
}

/* EXTRA RESET */
a {
  outline: none;
  cursor: pointer;
  -ms-user-select: none;
}

* {
  background-repeat: no-repeat;
}

textarea, input {
  outline: none;
}

b, strong {
  font-weight: 700;
}

/* LAYOUT HELPERS */
.cb, .clr {
  clear: both;
  font-size: 1px;
  line-height: 1px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.nowrap, .nobr {
  white-space: nowrap;
}

.tal, .text-left {
  text-align: left;
}

.tar, .text-right {
  text-align: right;
}

.tac, .text-center {
  text-align: center;
}

*, :before, :after {
  box-sizing: border-box;
  /*-webkit-backface-visibility:hidden;*/
}

/* CONTENT */
html {
  min-width: 320px;
  overflow: auto !important;
  font-size: 16px;
}

body {
  background: #F2F5F6;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--primary);
  min-width: 320px;
  overflow: hidden;
}

body.wp-admin {
  overflow: auto;
}

@media (max-width: 1140px) {
  html,
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  html,
  body {
    font-size: 12px;
  }
}
@media (max-width: 580px) {
  html,
  body {
    font-size: 11px;
  }
}
hr {
  border: none;
  border-top: 1px var(--grey) solid;
  margin-top: 60px;
  margin-bottom: 60px;
}

.excerpt + hr {
  margin-top: -30px;
}

@media (max-width: 991px) {
  hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .excerpt + hr {
    margin-top: -15px;
  }
}
@media (max-width: 767px) {
  hr {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .excerpt + hr {
    margin-top: -7px;
  }
}
.badge {
  font-size: 1rem;
  font-weight: 700;
  color: var(--body-background);
  border-radius: 15px;
  text-transform: uppercase;
  padding: 2px 9px;
  position: relative;
  top: -5px;
  margin-left: 15px;
  z-index: 999;
  text-decoration: none;
}
.badge:hover {
  color: var(--alert);
  background: var(--body-background);
}
.badge.bck-green:hover {
  color: var(--approved);
}

button {
  border: none;
  cursor: pointer;
}

/* GRID */
body {
  /*max-width:1920px;*/
  margin: auto;
  /*min-width:1024px;*/
}

.container {
  max-width: 1220px !important;
}

.container .row .col-md-fifths {
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (max-width: 991px) {
  .container .row .col-md-fifths {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  .container .row .col-md-fifths {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 580px) {
  .container .row .col-md-fifths {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .container .row .col-md-fifths {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/inter/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/inter/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Generated by Glyphter (http://www.glyphter.com) on  Wed Mar 29 2023*/
@font-face {
  font-family: "isss";
  src: url("../fonts/isss.eot");
  src: url("../fonts/isss.eot?#iefix") format("embedded-opentype"), url("../fonts/isss.woff") format("woff"), url("../fonts/isss.ttf") format("truetype"), url("../fonts/isss.svg#isss") format("svg");
  font-display: block;
  font-weight: normal;
  font-style: normal;
}
[class*=icon-]:before {
  display: inline-block;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-add-to-calendar:before {
  content: "A";
}

.icon-audio-21:before {
  content: "B";
}

.icon-caret-right-filled:before {
  content: "C";
}

.icon-file-1:before {
  content: "D";
}

.icon-caret-right-filled:before {
  content: "E";
}

.icon-magnifier-1:before {
  content: "F";
}

.icon-x-mark-1:before {
  content: "G";
}

.icon-small-thumbnail-filled1:before {
  content: "H";
}

.icon-small-thumbnail-filled:before {
  content: "I";
}

.icon-check-solid:before {
  content: "J";
}

.icon-download-19:before {
  content: "K";
}

.icon-audio-19:before {
  content: "L";
}

.icon-audio-bottom:before {
  content: "M";
}

.icon-arrow-right-circle-filled:before {
  content: "N";
}

body {
  font-family: "Inter", sans-serif;
}

b, strong, h1, h2, h3, h4, h5 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.ui-widget,
textarea, input {
  font-family: "Inter", sans-serif;
}

.inter {
  font-family: "Inter", sans-serif;
}

.fnt-white {
  color: var(--body-background);
}

.fnt-blue-dark {
  color: var(--primary);
}

.fnt-blue {
  color: var(--background);
}

.fnt-yellow {
  color: var(--secondary);
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

/**,
*::before,
*::after {
  box-sizing: inherit;
}*/
:root {
  --column-gap: 15px;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.bck-transparent {
  background: transparent;
}

.bck-pass-through {
  background: rgba(255, 255, 255, 0.3);
}

.bck-blue-dark,
.bck-dark-blue {
  background: var(--primary);
}

.bck-light-blue {
  background: var(--light-background);
}

.bck-lighter-blue {
  background: #F2F5F6;
}

.bck-blue {
  background: var(--background);
}

.bck-green {
  background: var(--approved);
}

.bck-red {
  background: var(--alert);
}

.bck-red-light {
  background: var(--alert-hover);
}

.bck-yellow {
  background: var(--secondary);
}

.bck-grey-light,
.bck-light-grey {
  background: #f0f3f4;
}

.bck-grey {
  background: #e4eaec;
}

.bck-white {
  background: var(--body-background);
}

.bck-hover-yellow:hover {
  background: var(--secondary);
}
.bck-hover-yellow:hover span.label.bck-grey {
  background: #f2c409;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-2xl {
  font-size: 1.5rem;
  /*line-height: 2rem;*/
}

.text-3xl {
  font-size: 3.5rem;
  /*line-height: 2rem;*/
}

b, strong,
.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

@media (max-width: 767px) {
  .text-2xl {
    font-size: 1.25rem;
  }
  .text-3xl {
    font-size: 3rem;
  }
}
.container .flex-row {
  margin: 0px -15px;
  flex-wrap: wrap;
}

.container .flex-row .flex-col {
  padding: 0px 15px;
  width: 100%;
}

.container .flex-row .flex-col section {
  margin-bottom: 15px;
}

.rounded {
  border-radius: 10px;
  overflow: hidden;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.btn {
  height: 50px;
  min-width: 310px;
  border-radius: 25px;
  padding: 12px 35px;
  display: inline-flex;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}
.btn.bck-yellow:hover {
  background: var(--secondary-hover);
}
.btn.btn-arrow-down:after {
  content: "";
  width: 10px;
  height: 7px;
  background: transparent url("../svg/caret-right-filled-blue.svg") center center no-repeat;
  background-size: contain;
  position: static;
  margin-left: 15px;
  margin-top: 9px;
  display: block;
}

@media (max-width: 767px) {
  .btn {
    height: 40px;
  }
}
/**
 * Components
 */
.header, .header a {
  color: var(--body-background);
}

.header .container {
  max-width: 1440px !important;
}

.header-top {
  background: transparent;
  position: relative;
  overflow: hidden;
  z-index: 8;
}
.header-top .nav.nav-external ul li {
  position: relative;
}
.header-top .nav.nav-external ul li:first-of-type:before {
  content: "";
  display: block;
  height: 40px;
  background: var(--top-header-bar);
  width: 2000px;
  position: absolute;
  top: 0px;
  right: 100%;
}
.header-top .nav.nav-external ul li:last-of-type:after {
  content: "";
  display: block;
  height: 40px;
  background: var(--top-header-bar);
  width: 2000px;
  position: absolute;
  top: 0px;
  left: 100%;
}

.header-top .col-12 {
  height: 40px;
}

.header-middle {
  /*overflow: hidden;*/
  padding-top: 40px;
  margin-top: -40px;
}
.header-middle:has(.header-slider) .header-container {
  position: relative;
  z-index: 3;
}
.header-middle:has(.header-slider) .header-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: var(--primary);
  opacity: 0.8;
  width: 100%;
  height: 80px;
}
.header-middle .search {
  height: 80px;
  padding-left: 5px;
}
.header-middle .search .search-toggle {
  background: var(--light-background) url("../svg/magnifier-2.svg") center center no-repeat;
  background-size: 20px 20px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  display: block;
  position: relative;
  top: 15px;
  z-index: 99999;
}
.header-middle .search form {
  display: none;
}
.header-middle.bck-transparent .nav-secondary ul li a {
  background: rgba(255, 255, 255, 0.3);
}
.header-middle.bck-transparent .search .search-toggle {
  background-color: rgba(255, 255, 255, 0.3);
}

.header-middle .col-12 {
  /*height: calc(80px + 80px);*/
  height: 80px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.header .logo {
  margin-right: auto;
  display: flex;
  height: 80px;
  align-items: center;
  position: relative;
  z-index: 99999;
}
.header .logo img {
  margin-right: 15px;
}

.header .menu-toggle {
  display: none;
}

.nav.nav-external {
  /*opacity: 0.5;*/
}

.nav.nav-external ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}

.nav.nav-external ul li {
  background: var(--top-header-bar);
}
.nav.nav-external ul li.active {
  background: transparent;
}

.nav.nav-external ul li.active a {
  /*background: $blue;*/
}

.nav.nav-external ul li a {
  text-decoration: none;
  padding: 0px 40px;
  line-height: 40px;
  height: 40px;
  display: block;
}

.nav.nav-external ul li a:hover {
  text-decoration: underline;
}

body.menu-active .header-slider {
  background: var(--background);
}
body.menu-active .header-slider .pagination-container .swiper-top-pagination .swiper-pagination-bullet {
  display: none !important;
}

@media (max-width: 1140px) {
  .header-top .nav.nav-external ul li a {
    padding: 0px 20px;
  }
}
/*@media (max-width: 991px) {*/
@media (max-width: 1140px) {
  .nav.nav-primary {
    display: none;
  }
  .nav.nav-secondary {
    display: none;
  }
  .header-middle .col-12 {
    height: 80px;
  }
  .header-middle .search .search-toggle {
    background-color: transparent !important;
  }
  .header .menu-toggle {
    background: transparent;
    background-size: 20px 20px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    display: block;
    position: relative;
    top: 15px;
    margin-left: 10px;
  }
  .header .menu-toggle span {
    height: 3px;
    width: 25px;
    border-radius: 0px;
    display: block;
    position: absolute;
    left: 13px;
    background: var(--body-background);
  }
  .header .menu-toggle span:nth-of-type(1) {
    top: 16px;
  }
  .header .menu-toggle span:nth-of-type(2) {
    top: 24px;
  }
  .header .menu-toggle span:nth-of-type(3) {
    top: 24px;
  }
  .header .menu-toggle span:nth-of-type(4) {
    top: 32px;
  }
  .header .menu-toggle.active span {
    background: var(--secondary);
  }
  .header .menu-toggle.active span:nth-of-type(2) {
    width: 18px;
  }
  .header .menu-toggle.active span:nth-of-type(3) {
    background: var(--secondary);
    border-radius: 4px 4px 0 0;
    height: 4px;
    top: 50px;
    right: -14px;
    left: -10px;
    width: auto;
  }
  .header .menu-toggle.active span:nth-of-type(4) {
    width: 13px;
  }
  .header-middle .search,
  .header .logo,
  .header-middle .col-12 {
    height: 60px;
  }
  .header-middle .search .search-toggle,
  .header .menu-toggle {
    top: 6px;
  }
}
@media (max-width: 767px) {
  .header-top .nav.nav-external ul li a {
    padding: 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.1;
  }
}
@media (max-width: 480px) {
  .header-top .nav.nav-external ul li a {
    padding: 0px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.1;
  }
  .nav.nav-secondary > ul > li > a {
    font-size: 10px;
  }
  .header .logo img {
    width: 80px;
  }
}
/* sticky header */
body.header-sticky .header.header-middle {
  margin-top: 0px;
  padding-top: 40px;
}
body.header-sticky .header.header-middle .header-container {
  /*background:$blue-dark;*/
  position: fixed;
  z-index: 99999;
  left: 0px;
  right: 0px;
  top: 0px;
}
body.header-sticky .header.header-middle .header-container:before {
  content: "";
  background: var(--background);
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: 0px;
  display: block;
  height: 80px;
}

@media (max-width: 1140px) {
  body.header-sticky .header.header-middle .header-container:before {
    height: 65px;
  }
}
.footer {
  padding-bottom: 35px;
  background-image: var(--lazy-bg, none);
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.footer a {
  color: var(--body-background);
}

.footer .logo {
  display: inline-block;
  margin-bottom: 20px;
}

.footer .row-bottom p {
  font-size: 12px;
}

.footer .row-bottom p a:hover {
  text-decoration: underline;
}

/* nav  */
.footer .col-md-8 {
  display: flex;
}

.nav.nav-footer {
  flex: 1;
  margin-bottom: 90px;
}

.nav.nav-footer h2 {
  margin-bottom: 20px;
}

.nav.nav-footer ul li {
  margin-bottom: 20px;
}

.nav.nav-footer ul li a {
  text-decoration: none;
}

.nav.nav-footer ul li a:hover {
  text-decoration: underline;
}

/* social nets */
.nav.nav-social {
  display: flex;
}

.nav.nav-social a {
  margin-right: 4px;
  width: 38px;
  height: 38px;
  align-items: center;
  display: flex;
  font-size: 0px;
  justify-content: center;
}

.nav.nav-social a img {
  display: block;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 25px;
}

.nav.nav-social a.linkedin img {
  transform: translateY(-3px);
}

.nav.nav-social a.twitter img {
  height: 24px;
  width: 24px;
}

.nav.nav-social a.facebook img {
  height: 36px;
  width: 11px;
}

.nav.nav-social a.youtube img {
  height: 30px;
  width: 30px;
}

/* maillist  */
.maillist-widget {
  padding: 35px 0px;
  display: flex;
  margin: 0px -20px;
  position: relative;
  margin-bottom: 45px;
  justify-content: space-between;
}

.maillist-widget:after {
  content: "";
  display: block;
  /*background: #26576d;*/
  background: white;
  opacity: 0.2;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0px;
  height: 1px;
}

.maillist-widget > div > a.btn {
  margin-right: 20px;
  justify-content: center;
  color: var(--background);
}

.maillist-widget .txt {
  width: 50%;
  padding: 0px 20px;
}

.maillist-widget .form {
  width: 50%;
  padding: 0px 20px;
}

.maillist-widget .form form {
  height: 60px;
  background: var(--body-background);
  border-radius: 30px;
  display: flex;
  padding: 5px;
}

.maillist-widget .form form input {
  height: 50px;
  border-radius: 25px;
  font-size: 1rem;
}

.maillist-widget .form form input[type=text] {
  border: none;
  width: calc(100% - 260px);
  color: var(--primary);
  padding-left: 25px;
}

.maillist-widget .form form input[type=text]::-moz-placeholder {
  color: var(--background);
}

.maillist-widget .form form input[type=text]::placeholder {
  color: var(--background);
}

.maillist-widget .form form input[type=text]:focus {
  border: none;
}

.maillist-widget .form form input[type=submit] {
  border: none;
  width: 260px;
  color: var(--background);
  font-weight: 700;
  cursor: pointer;
  min-width: 1px;
  text-align: center;
  justify-content: center;
}

@media (max-width: 1140px) {
  .maillist-widget {
    flex-direction: column;
    text-align: center;
  }
  .maillist-widget .txt, .maillist-widget .form {
    width: 100%;
  }
  .maillist-widget .form {
    padding-top: 20px;
    max-width: 600px;
    margin: auto;
  }
}
@media (max-width: 991px) {
  footer.footer .logo {
    margin: auto;
    margin-bottom: 20px;
  }
  footer.footer .container .row .col-md-4 {
    text-align: center;
  }
  footer.footer .container .row .col-md-8,
  footer.footer .container .row .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .nav.nav-social {
    margin-bottom: 25px;
    justify-content: center;
  }
  .nav.nav-footer {
    margin-bottom: 40px;
  }
}
@media (max-width: 580px) {
  .maillist-widget .form form input[type=text] {
    width: calc(100% - 190px);
  }
  .maillist-widget .form form input[type=submit] {
    width: 190px;
  }
  .footer .col-md-8 {
    display: block;
  }
  .footer .col-md-8 .nav.nav-footer h2 {
    margin-bottom: 7px;
    text-align: center;
  }
  .footer .col-md-8 ul li {
    margin-bottom: 1px;
    text-align: center;
  }
  footer.footer .row.row-bottom > div {
    text-align: center !important;
  }
}
@media (max-width: 480px) {
  .maillist-widget .form form input[type=submit] {
    width: 150px;
  }
  .maillist-widget .form form input[type=text] {
    width: calc(100% - 150px);
    padding-left: 15px;
  }
}
.header .search {
  /*position:relative;*/
}
.header .search.active {
  z-index: 99999;
}
.header .search.active form {
  left: 130px;
  display: flex !important;
}
.header .search form {
  background: var(--background);
  display: flex !important;
  position: absolute;
  top: 0px;
  right: 15px;
  bottom: auto;
  left: 100%;
  height: 80px;
  padding-right: 55px;
  padding-left: 55px;
  z-index: 555;
  display: none !important;
}
.header .search form input[type=text] {
  width: calc(100% - 40px);
  border: none;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  padding-left: 25px;
  color: var(--background);
}
.header .search form input[type=submit] {
  width: 40px;
  height: 80px;
  border: none;
  background: var(--body-background) url("../svg/arrow-right-circle-filled.svg") center center no-repeat;
  background-size: 30px auto;
  font-size: 0px;
  cursor: pointer;
}
.header .search form input::-moz-placeholder {
  font-family: "Inter", sans-serif;
  color: var(--background);
}
.header .search form input::placeholder {
  font-family: "Inter", sans-serif;
  color: var(--background);
}
.header .search form .close {
  position: absolute;
  top: 50%;
  right: 10px;
  bottom: auto;
  left: auto;
  margin-top: -15px;
  opacity: 1;
  width: 30px;
  height: 30px;
  background: transparent url("../svg/x-mark-blue.svg") center center no-repeat;
  background-size: 24px 24px;
  cursor: pointer;
  filter: brightness(0) invert(1);
}
.header .search form:before {
  content: "";
  width: 24px;
  height: 24px;
  margin-top: -12px;
  display: block;
  background: transparent url("../svg/magnifier-2.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 16px;
  filter: brightness(0) invert(1);
}

@media (max-width: 1460px) {
  .header .search form {
    right: 0px;
  }
}
@media (max-width: 991px) {
  .header .search form {
    right: 0px;
  }
  .header .search.active .search-toggle:after {
    content: "";
    position: absolute;
    background: var(--secondary);
    border-radius: 4px 4px 0 0;
    height: 4px;
    top: 50px;
    right: -14px;
    left: -10px;
    display: block;
    width: auto;
  }
  .header .search.active form {
    height: 60px;
    top: 61px;
  }
  .header .search form input[type=submit] {
    background: var(--background);
    height: 60px;
    font-size: 0rem;
  }
  .header .search form input[type=text] {
    background: var(--background);
    height: 60px;
    color: var(--body-background);
    font-size: 1.25rem;
    padding-left: 5px;
  }
  .header .search form input[type=text] input::-moz-placeholder {
    color: var(--body-background);
  }
  .header .search form input[type=text] input::placeholder {
    color: var(--body-background);
  }
  .header .search form .close {
    right: 27px;
    opacity: 0.5;
    background-size: 18px 18px;
  }
}
@media (max-width: 767px) {
  .header .search.active form {
    left: 0px;
  }
}
@media (max-width: 480px) {
  .header .search form input[type=text] {
    padding-left: 15px;
  }
}
.global-partners {
  padding: 50px 0px;
  background-color: var(--body-background);
}
.global-partners.bck-lighter-blue {
  background-color: #F2F5F6;
}
.global-partners .partners-sections h2 {
  block-size: 35px;
  -webkit-margin-after: unset;
          margin-block-end: unset;
  color: var(--background);
}
.global-partners .partners-sections:not(.text-center) {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 50px;
}
@media screen and (min-width: 631px) {
  .global-partners .partners-sections:not(.text-center) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (min-width: 992px) {
  .global-partners .partners-sections:not(.text-center) {
    grid-template-columns: var(--grid-cols, minmax(0, 250px) minmax(0, 1fr) minmax(0, 1fr));
  }
}
.global-partners .partners-sections.text-center {
  display: block;
  inline-size: 100%;
}
.global-partners .partners-sections.text-center h2 {
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
  color: var(--background);
}
.global-partners .partners-section {
  display: flex;
  flex-flow: column;
  place-items: start center;
  place-content: start;
  padding-inline: 15px;
}
@media screen and (min-width: 992px) {
  .global-partners .partners-section:nth-child(4) {
    grid-column: span 4;
  }
}
@media screen and (min-width: 992px) {
  .global-partners .partners-section:nth-child(2) .partners-section-inner {
    position: relative;
  }
  .global-partners .partners-section:nth-child(2) .partners-section-inner::before, .global-partners .partners-section:nth-child(2) .partners-section-inner::after {
    content: "";
    position: absolute;
    inset-block-start: 0;
    block-size: 100%;
    inline-size: 1px;
    background-color: oklch(0.43 0.06 230.08/0.2);
  }
  .global-partners .partners-section:nth-child(2) .partners-section-inner::before {
    inset-inline-start: -30px;
  }
  .global-partners .partners-section:nth-child(2) .partners-section-inner::after {
    inset-inline-end: -30px;
  }
}
.global-partners .partners-section:nth-child(2) .partners-section-inner img {
  max-width: 110px;
  height: auto;
}
.global-partners .partners-section-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  place-items: center start;
  gap: 48px 35px;
}

.header + .global-partners .partners-section .partner-item img {
  filter: grayscale(1);
  transition: filter 0.25s linear;
  will-change: filter;
}
.header + .global-partners .partners-section .partner-item:hover img {
  filter: grayscale(0);
}

.nav.nav-primary {
  position: static;
}

.nav.nav-primary > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}

.nav.nav-primary > ul > li {
  padding: 0px 0px;
  /*position: relative;*/
}

.nav.nav-primary > ul > li > a,
.nav.nav-primary > ul > li > span {
  height: 80px;
  padding: 0px 25px;
  display: block;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  z-index: 99999;
  cursor: pointer;
}

.nav.nav-primary > ul > li.active > span:after,
.nav.nav-primary > ul > li > a:hover:after,
.nav.nav-primary > ul > li > span:hover:after,
.nav.nav-primary > ul > li.current-menu-item > a:after,
.nav.nav-primary > ul > li.current-menu-parent > a:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 4px;
  border-radius: 4px 4px 0px 0px;
  display: block;
  background: var(--secondary);
}

.nav.nav-primary > ul > li > span:before,
.nav.nav-primary > ul > li > span:before,
.nav.nav-primary > ul > li.current-menu-parent > a:before {
  content: "";
  display: block;
  /*background: transparent url('../gfx/icon/caret-right-filled.svg') center center no-repeat;*/
  background-size: contain;
  width: 7px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  margin-right: 2px;
  content: "E";
  font-size: 7px;
  color: var(--secondary);
  display: inline-block;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(90deg);
}

.nav.nav-primary > ul > li > ul {
  display: flex;
  display: none;
  position: absolute;
  left: 0px;
  right: 0px;
  height: 80px;
  justify-content: center;
  /*border-bottom:1px rgba(255,255,255,0.2) solid;*/
}
.nav.nav-primary > ul > li > ul span.line-bottom {
  background: #fff;
  content: "";
  display: block;
  height: 1px;
  left: -1000px;
  opacity: 0.2;
  position: absolute;
  right: -1000px;
  top: auto;
  bottom: 0px;
  z-index: 2;
}

.nav.nav-primary > ul > li.active > ul,
.nav.nav-primary > ul > li.current-menu-parent > ul {
  display: flex;
}

.nav.nav-primary > ul > li:hover > ul {
  display: flex;
  z-index: 9999;
  background: var(--background);
}

.nav.nav-primary > ul > li > ul:before {
  /*background: #26576d;*/
  background: white;
  opacity: 0.2;
  position: absolute;
  top: 0px;
  left: -1000px;
  right: -1000px;
  content: "";
  display: block;
  height: 1px;
  z-index: 2;
}

.nav.nav-primary > ul > li > ul:after {
  background: var(--background);
  position: absolute;
  top: -120px;
  left: -1000px;
  right: -1000px;
  content: "";
  display: block;
  height: auto;
  bottom: 0px;
  bottom: 160px;
  z-index: -1;
}

.nav.nav-primary > ul > li > ul > li:first-of-type:after {
  content: "";
  background: var(--background);
  position: absolute;
  top: -80px;
  right: -1000px;
  bottom: 0px;
  left: -1000px;
  display: block;
  z-index: -1;
}

.nav.nav-primary > ul > li > ul > li > a {
  height: 80px;
  padding: 0px 35px;
  display: block;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
}

.nav.nav-primary > ul > li > ul > li > a:hover:after,
.nav.nav-primary > ul > li > ul > li.current-menu-item > a:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 4px;
  border-radius: 4px 4px 0px 0px;
  display: block;
  background: var(--secondary);
}

.nav.nav-primary > ul > li.show-badge > a {
  padding-right: 65px;
}

.nav.nav-primary > ul > li.show-badge > a span.badge {
  content: "Živě";
  color: #fff;
  background: var(--alert);
  display: inline-block;
  padding: 3px 7px;
  margin-left: 11px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 10px;
}

@media (max-width: 1500px) {
  .nav.nav-primary > ul > li > ul {
    justify-content: space-between;
  }
  .nav.nav-primary > ul > li > ul li {
    flex: 1;
  }
  .nav.nav-primary > ul > li > ul li a {
    padding: 0px 20px;
  }
}
@media (max-width: 1280px) {
  .nav.nav-primary > ul > li > ul li a {
    white-space: normal;
    text-align: center;
    line-height: 1.1;
  }
}
@media (max-width: 1140px) {
  .nav.nav-primary > ul > li {
    /*font-size:14px;*/
  }
  .nav.nav-primary > ul > li > a {
    padding: 0px 15px;
  }
  .nav.nav-primary > ul > li.current-menu-item > a:before,
  .nav.nav-primary > ul > li.current-menu-parent > a:before {
    right: 2px;
  }
  .nav.nav-primary > ul > li > ul li a {
    padding: 0px 15px;
  }
}
/*@media (max-width: 991px) {*/
@media (max-width: 1140px) {
  .header-top {
    z-index: 10000;
  }
  .header-middle {
    position: relative;
    z-index: 9999;
    overflow: visible;
  }
  .nav.nav-primary {
    display: block;
    position: absolute;
    top: 60px;
    right: 0px;
    bottom: auto;
    left: 0px;
    background: var(--background);
    overflow: hidden;
    max-height: 0px;
    transition: all 0.25s linear;
  }
  .nav.nav-primary > ul {
    display: block;
    height: auto;
    text-align: left;
  }
  .nav.nav-primary > ul > li.show-badge > a {
    padding-right: 15px;
  }
  .nav.nav-primary > ul > li.show-badge > a span.badge {
    position: static;
    margin-top: 2px;
  }
  .nav.nav-primary > ul > li > span,
  .nav.nav-primary > ul > li > a {
    height: 50px;
    text-align: left;
    justify-content: flex-start;
    font-size: 1.25rem;
    font-weight: bold;
    padding-left: 30px;
    border-bottom: 1px #336175 solid;
  }
  .nav.nav-primary > ul > li > span:hover:after,
  .nav.nav-primary > ul > li > a:hover:after {
    display: none;
  }
  .nav.nav-primary > ul > li.active > ul {
    display: block !important;
  }
  .nav.nav-primary > ul > li.active > span {
    border-bottom: none;
  }
  .nav.nav-primary > ul > li.active > span:before {
    transform: rotate(180deg);
  }
  .nav.nav-primary > ul > li > ul {
    height: auto;
    display: block !important;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    background: var(--background);
    display: none !important;
  }
  .nav.nav-primary > ul > li > ul:before {
    display: none;
  }
  .nav.nav-primary > ul > li > ul > li > a {
    height: 40px;
    text-align: left;
    justify-content: flex-start;
    padding-left: 45px;
    font-size: 1.15rem;
  }
  .nav.nav-primary > ul > li > ul > li > a:hover:after {
    display: none;
  }
  .nav.nav-primary > ul > li > ul > li.current-menu-item a:after {
    display: none;
  }
  .nav.nav-primary > ul > li.current-menu-item > a:before, .nav.nav-primary > ul > li.current-menu-parent > a:before {
    right: 15px;
  }
  body.menu-active .nav.nav-primary {
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    border-top: 1px #336175 solid;
  }
  body.menu-active .header.header-middle:before {
    content: "";
    display: block;
    background: var(--background);
    position: absolute;
    left: 0px;
    top: -100px;
    right: 0px;
    bottom: 0%;
    z-index: 2;
  }
}
/* update */
@media (max-width: 1520px) {
  .nav.nav-primary > ul > li > a,
  .nav.nav-primary > ul > li > span {
    padding: 0px 20px;
  }
  .nav.nav-primary > ul > li > span:before,
  .nav.nav-primary > ul > li > span:before,
  .nav.nav-primary > ul > li.current-menu-parent > a:before {
    right: 0px;
  }
  .nav.nav-primary > ul > li > ul > li > a {
    padding: 0px 20px;
  }
  .nav.nav-external ul li a {
    padding: 0px 20px;
  }
}
@media (max-width: 1400px) {
  .nav.nav-secondary > ul > li > a {
    height: 40px !important;
    padding: 0px 15px !important;
  }
  .nav.nav-secondary > ul > li > a,
  .nav.nav-primary > ul > li > ul > li > a,
  .nav.nav-primary > ul > li > a,
  .nav.nav-primary > ul > li > span,
  .nav.nav-external ul li a {
    font-size: 13px;
  }
}
@media (max-width: 1220px) {
  .nav.nav-primary > ul > li > a,
  .nav.nav-primary > ul > li > span {
    padding: 0px 15px;
  }
  .nav.nav-primary > ul > li > ul > li > a {
    padding: 0px 15px;
  }
  .nav.nav-external ul li a {
    padding: 0px 15px;
  }
}
.nav.nav-secondary {
  /*margin-left: 15px;*/
  margin-left: 0px;
}
.nav.nav-secondary > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
.nav.nav-secondary > ul > li {
  padding: 0px 6px;
  position: relative;
  z-index: 99999;
}
.nav.nav-secondary > ul > li > a {
  height: 50px;
  padding: 0px 25px;
  display: block;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  background: var(--light-background);
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 1140px) {
  .nav.nav-secondary > ul > li {
    /*font-size:14px;*/
  }
  .nav.nav-secondary > ul > li > a {
    padding: 0px 15px;
  }
}
.global-partners {
  padding: 50px 0px;
  background-color: var(--body-background);
}
.global-partners.bck-lighter-blue {
  background-color: #F2F5F6;
}
.global-partners .partners-sections h2 {
  block-size: 35px;
  -webkit-margin-after: unset;
          margin-block-end: unset;
  color: var(--background);
}
.global-partners .partners-sections:not(.text-center) {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 50px;
}
@media screen and (min-width: 631px) {
  .global-partners .partners-sections:not(.text-center) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (min-width: 992px) {
  .global-partners .partners-sections:not(.text-center) {
    grid-template-columns: var(--grid-cols, minmax(0, 250px) minmax(0, 1fr) minmax(0, 1fr));
  }
}
.global-partners .partners-sections.text-center {
  display: block;
  inline-size: 100%;
}
.global-partners .partners-sections.text-center h2 {
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
  color: var(--background);
}
.global-partners .partners-section {
  display: flex;
  flex-flow: column;
  place-items: start center;
  place-content: start;
  padding-inline: 15px;
}
@media screen and (min-width: 992px) {
  .global-partners .partners-section:nth-child(4) {
    grid-column: span 4;
  }
}
@media screen and (min-width: 992px) {
  .global-partners .partners-section:nth-child(2) .partners-section-inner {
    position: relative;
  }
  .global-partners .partners-section:nth-child(2) .partners-section-inner::before, .global-partners .partners-section:nth-child(2) .partners-section-inner::after {
    content: "";
    position: absolute;
    inset-block-start: 0;
    block-size: 100%;
    inline-size: 1px;
    background-color: oklch(0.43 0.06 230.08/0.2);
  }
  .global-partners .partners-section:nth-child(2) .partners-section-inner::before {
    inset-inline-start: -30px;
  }
  .global-partners .partners-section:nth-child(2) .partners-section-inner::after {
    inset-inline-end: -30px;
  }
}
.global-partners .partners-section:nth-child(2) .partners-section-inner img {
  max-width: 110px;
  height: auto;
}
.global-partners .partners-section-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  place-items: center start;
  gap: 48px 35px;
}

.header + .global-partners .partners-section .partner-item img {
  filter: grayscale(1);
  transition: filter 0.25s linear;
  will-change: filter;
}
.header + .global-partners .partners-section .partner-item:hover img {
  filter: grayscale(0);
}

.header-slider {
  margin-top: -200px;
  height: 600px;
  overflow: hidden;
}
.header-slider .container {
  max-width: 1220px !important;
}
.header-slider .container .row .col-12 {
  height: auto;
  justify-content: flex-start;
  z-index: 1;
}
.header-slider .swiper-button-prev,
.header-slider .swiper-button-next {
  display: none;
}
.header-slider .pagination-container {
  max-width: 1220px !important;
  margin: auto;
  position: relative;
}
.header-slider .pagination-container .swiper-top-pagination {
  max-width: 1220px !important;
  text-align: left;
  bottom: 100px;
  padding: 0px 15px;
  z-index: 99;
  position: absolute;
}
.header-slider .pagination-container .swiper-top-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--body-background);
  border-radius: 10px;
  opacity: 1;
}
.header-slider .pagination-container .swiper-top-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  background: var(--secondary);
}
.header-slider .slide {
  position: relative;
}
.header-slider .slide .slide-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  z-index: 0;
}
.header-slider .slide .slide-bg--fallback {
  bottom: 0;
  height: auto;
  left: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
  right: 0;
  top: auto;
  width: auto;
}
.header-slider .slide:before {
  content: "";
  /*@include pa(120px,0px,auto,0px);*/
  position: absolute;
  top: 200px;
  right: 0px;
  bottom: auto;
  left: 0px;
  display: block;
  background: var(--body-background);
  opacity: 0.2;
  height: 1px;
}
.header-slider .slide .slide-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.header-slider .slide .master-banner-content {
  height: 600px;
  padding-top: 240px;
  position: relative;
  z-index: 2;
}
.header-slider .slide .master-banner-content .btn.btn-primary {
  width: auto;
  min-width: 1px;
  margin-top: 30px;
  color: var(--background);
}
.header-slider .slide .master-banner-content p {
  font-size: 1.5rem;
}
.header-slider .slide .master-banner-content h1 {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
}

/*@media (max-width: 991px) {*/
@media (max-width: 1140px) {
  .header-slider {
    margin-top: -120px;
    height: 500px;
  }
  .header-slider .slide .master-banner-content {
    height: 500px;
  }
  .header-slider .pagination-container .swiper-top-pagination {
    bottom: 20px;
  }
  .header-slider .slide .master-banner-content h1 {
    font-size: 3em;
  }
}
@media (max-width: 767px) {
  .header-slider {
    height: 400px;
  }
  .header-slider .slide .master-banner-content {
    height: 400px;
  }
  .header-slider .slide .master-banner-content {
    padding-top: 140px;
  }
  .header-slider .slide .master-banner-content h1 {
    font-size: 2.5em;
  }
}
.homepage-numbers {
  padding: 40px 0px;
}
.homepage-numbers .col-12 {
  display: flex;
  justify-content: space-between;
}
.homepage-numbers .col-12 .numbers-item {
  position: relative;
  text-align: center;
  flex-shrink: 0;
  flex-stretch: 0;
  padding: 0px 50px;
  color: var(--background);
}
.homepage-numbers .col-12 .numbers-item b {
  font-size: 2.5rem;
  font-weight: 700;
  display: block;
}
.homepage-numbers .col-12 .numbers-item span {
  opacity: 0.5;
}
.homepage-numbers .col-12 .numbers-item:after {
  content: "";
  display: block;
  width: 1px;
  background: #003A53;
  opacity: 0.15;
  position: absolute;
  top: 50%;
  right: 0px;
  bottom: auto;
  left: auto;
  height: 40px;
  margin-top: -20px;
}
.homepage-numbers .col-12 section:last-of-type:after {
  display: none;
}

@media (max-width: 1040px) {
  .homepage-numbers .col-12 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .homepage-numbers .col-12 .numbers-item {
    width: 33.33%;
    padding: 0px 20px;
  }
  .homepage-numbers .col-12 .numbers-item b {
    white-space: nowrap;
  }
  .homepage-numbers .col-12 section:last-of-type {
    /*width:100%;*/
  }
  .homepage-numbers .col-12 section:nth-of-type(3):after {
    display: none;
  }
}
@media (max-width: 991px) {
  .homepage-numbers {
    padding: 0px 0px 20px 0px;
  }
}
@media (max-width: 500px) {
  .homepage-numbers .col-12 .numbers-item {
    width: 50%;
    padding: 0px 20px;
  }
  .homepage-numbers .col-12 section:nth-of-type(2):after,
  .homepage-numbers .col-12 section:nth-of-type(4):after {
    display: none;
  }
  .homepage-numbers .col-12 section:nth-of-type(3):after {
    display: block;
  }
  .homepage-numbers .col-12 section:last-of-type {
    width: 100%;
  }
}
.partners-tabs {
  overflow: hidden;
  padding: 40px 0px 0px 0px;
  /* With no tabs the white strip holds the link alone, which needs the spacing. */
}
.partners-tabs .nav.nav-partners-tabs {
  display: flex;
  justify-content: center;
}
.partners-tabs .nav.nav-partners-tabs a,
.partners-tabs .nav.nav-partners-tabs button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 0px 28px;
  color: var(--background);
  background: transparent;
  text-decoration: none;
  white-space: nowrap;
  margin-right: 1px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
}
.partners-tabs .nav.nav-partners-tabs a:hover, .partners-tabs .nav.nav-partners-tabs a.active,
.partners-tabs .nav.nav-partners-tabs button:hover,
.partners-tabs .nav.nav-partners-tabs button.active {
  background: var(--body-background);
}
.partners-tabs .list.list-partners {
  background: var(--body-background);
  position: relative;
}
.partners-tabs .list.list-partners:before, .partners-tabs .list.list-partners:after {
  content: "";
  display: block;
  background: var(--body-background);
  width: 2000px;
  position: absolute;
  top: 0px;
  bottom: 0px;
}
.partners-tabs .list.list-partners:before {
  right: 100%;
}
.partners-tabs .list.list-partners:after {
  left: 100%;
}
.partners-tabs .list.list-partners .more {
  color: var(--background);
  text-decoration: none;
  font-weight: 700;
  margin: 0px 0px 40px 0px;
  display: inline-block;
  text-decoration: none;
}
.partners-tabs .list.list-partners .more:hover {
  text-decoration: underline;
}
.partners-tabs .list.list-partners .more:after {
  /*background:transparent url('../gfx/icon/arrow-right-circle-filled.svg') center center no-repeat;*/
  background-size: contain;
  width: 15px;
  height: 12px;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 3px;
  content: "N";
  font-size: 15px;
  color: var(--primary);
  display: inline-block;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.partners-tabs .list.list-partners .item {
  display: none;
  flex-wrap: wrap;
  margin: 0px -30px;
  justify-content: center;
  padding: 25px 0px;
  align-items: center;
}
.partners-tabs .list.list-partners .item a {
  display: inline-block;
  padding: 10px 30px;
  /*img {
  	max-height:70px;
  }*/
}
.partners-tabs .list.list-partners .item.active {
  display: flex;
}
.partners-tabs--empty .list.list-partners .more {
  margin-top: 40px;
}

@media (max-width: 1400px) {
  .partners-tabs .nav.nav-partners-tabs {
    justify-content: center;
  }
  .partners-tabs .nav.nav-partners-tabs button {
    padding: 0px 12px;
    flex: 1;
    white-space: normal;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .partners-tabs .nav.nav-partners-tabs {
    justify-content: center;
    flex-wrap: wrap;
  }
  .partners-tabs .nav.nav-partners-tabs button {
    width: 20%;
    margin: 0px;
    flex: unset;
  }
}
@media (max-width: 700px) {
  .partners-tabs .nav.nav-partners-tabs button {
    width: 33.33%;
    margin: 0px;
    flex: unset;
  }
}
@media (max-width: 580px) {
  .partners-tabs .nav.nav-partners-tabs button {
    width: 50%;
    flex: unset;
  }
}
.homepage-social-networks {
  padding: 40px 0px;
}
.homepage-social-networks h2 {
  margin-bottom: 20px;
}
.homepage-social-networks .social-network-item {
  width: 80px;
  height: 80px;
  display: inline-block;
  margin: 0px 4px;
  position: relative;
  font-size: 0px;
  vertical-align: top;
}
.homepage-social-networks .social-network-item .social-network-icon {
  height: 100%;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}
.homepage-social-networks .social-network-item .social-network-icon--hover {
  opacity: 0;
  visibility: hidden;
}
.homepage-social-networks .social-network-item:hover .social-network-icon--hover {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  .homepage-social-networks {
    padding: 30px 0px;
  }
}
@media (max-width: 767px) {
  .homepage-social-networks {
    padding: 20px 0px;
  }
}
.homepage-base {
  padding: 0px 0px 20px 0px;
}

.homepage-base .container .row > div {
  max-width: 100%;
  flex: 1;
}

.homepage-block-container {
  height: 100%;
}
.homepage-block-container.multiple .homepage-block {
  height: calc(50% - 15px);
}
.homepage-block-container.multiple > div:nth-of-type(1) {
  margin-bottom: 30px;
}
.homepage-block-container .homepage-block {
  padding: 35px 40px;
  position: relative;
  padding-bottom: 80px;
  height: 100%;
}
.homepage-block-container .homepage-block h2 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 10px;
}
.homepage-block-container .homepage-block p {
  margin-bottom: 20px;
}
.homepage-block-container .homepage-block .btn {
  text-align: center;
  justify-content: center;
  min-width: 5px;
  white-space: nowrap;
  width: 100%;
}
.homepage-block-container .homepage-block .bottom {
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 30px;
  left: 0px;
  text-align: center;
  z-index: 1;
}
.homepage-block-container .homepage-block .bottom .more {
  color: var(--primary);
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
}
.homepage-block-container .homepage-block .bottom .more:hover {
  text-decoration: underline;
}
.homepage-block-container .homepage-block .bottom .more:after {
  content: "";
  /*background:transparent url('../svg/arrow-right-circle-filled.svg') center center no-repeat;*/
  background-size: contain;
  width: 15px;
  height: 12px;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 1px;
  content: "N";
  font-size: 14px;
  color: var(--primary);
  display: inline-block;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.homepage-block-container .homepage-block.bck-blue .bottom .more {
  color: var(--body-background);
}
.homepage-block-container .homepage-block.bck-blue .bottom .more:after {
  filter: brightness(0) invert(1);
}
.homepage-block-container .homepage-block.bck-yellow:hover {
  background-color: var(--secondary-hover);
}
.homepage-block-container .homepage-block .homepage-block-bg {
  bottom: 0;
  height: auto;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 90%;
  z-index: 0;
}
.homepage-block-container .homepage-block .homepage-block-bg--site {
  width: 100%;
}
.homepage-block-container .homepage-block h2,
.homepage-block-container .homepage-block p,
.homepage-block-container .homepage-block ul,
.homepage-block-container .homepage-block .btn,
.homepage-block-container .homepage-block .icon {
  position: relative;
  z-index: 1;
}
.homepage-block-container .homepage-block.info {
  padding-bottom: 35px;
}
.homepage-block-container .homepage-block.info > a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
}
.homepage-block-container .homepage-block.info .icon.icon-arrow {
  /*background:transparent url('../svg/arrow-right-circle-filled.svg') center center no-repeat;*/
  background-size: contain;
  width: 15px;
  height: 12px;
  display: inline-block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 35px;
  left: 40px;
  transition: all 0.25s linear;
}
.homepage-block-container .homepage-block.info .icon.icon-arrow:after {
  content: "N";
  font-size: 14px;
  color: var(--primary);
  display: inline-block;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.homepage-block-container .homepage-block.info .icon.icon-arrow:after {
  position: relative;
  top: -5px;
  left: -1px;
}
.homepage-block-container .homepage-block.info .icon.icon-arrow:before {
  content: "";
  background: var(--primary);
  height: 2px;
  position: absolute;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 0px;
  display: block;
  transition: all 0.25s linear;
  width: 0px;
}
.homepage-block-container .homepage-block.info:hover h2 {
  text-decoration: underline;
}
.homepage-block-container .homepage-block.info:hover .icon.icon-arrow {
  left: 60px;
}
.homepage-block-container .homepage-block.info:hover .icon.icon-arrow:before {
  width: 20px;
  left: -20px;
}
.homepage-block-container .homepage-block.news h2 {
  margin-bottom: 40px;
}
.homepage-block-container .homepage-block.news .label {
  background: rgba(0, 58, 83, 0.05);
  border-radius: 10px;
}
.homepage-block-container .homepage-block.news .list.list-news {
  margin-bottom: 15px;
  border-top: 1px rgb(245, 246, 246) solid;
  padding-top: 15px;
}
.homepage-block-container .homepage-block.news .list.list-news .item {
  border-bottom: 1px rgb(245, 246, 246) solid;
  margin-bottom: 15px;
}
.homepage-block-container .homepage-block.news .list.list-news p {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
}
.homepage-block-container .homepage-block.news .list.list-news p a {
  color: var(--background);
  text-decoration: none;
}
.homepage-block-container .homepage-block.news .list.list-news p a:hover {
  text-decoration: underline;
}
.homepage-block-container .homepage-block.program ul {
  border-top: 1px rgba(245, 246, 246, 0.15) solid;
  padding-top: 10px;
}
.homepage-block-container .homepage-block.program ul li {
  padding-left: 20px;
  position: relative;
  border-bottom: 1px rgba(245, 246, 246, 0.15) solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}
.homepage-block-container .homepage-block.program ul li:last-of-type {
  border-bottom: none;
  margin-bottom: 20px;
}
.homepage-block-container .homepage-block.program ul li a {
  color: var(--body-background);
  text-decoration: none;
}
.homepage-block-container .homepage-block.program ul li a:hover {
  text-decoration: underline;
}
.homepage-block-container .homepage-block.program ul li:before {
  width: 5px;
  height: 5px;
  background: var(--secondary);
  display: block;
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: auto;
  bottom: auto;
  left: 0px;
}

@media (max-width: 991px) {
  .homepage-base .container .row > div:nth-of-type(1) {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
  .homepage-base .container .row > div:nth-of-type(2) {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
  .homepage-base .container .row > div:nth-of-type(3) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .homepage-block-container .homepage-block {
    padding: 20px;
    padding-bottom: 80px;
  }
  .homepage-block-container .homepage-block.info .icon.icon-arrow {
    left: 20px;
  }
  .homepage-block-container .homepage-block.info:hover .icon.icon-arrow {
    left: 40px;
  }
}
@media (max-width: 580px) {
  .homepage-block-container .homepage-block {
    padding: 15px;
  }
  .homepage-base .container .row > div:nth-of-type(1) {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .homepage-base .container .row > div:nth-of-type(2) {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .homepage-base .container .row > div:nth-of-type(3) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .homepage-block-container .homepage-block .bottom {
    position: static;
    padding-top: 20px;
  }
  .homepage-block-container .homepage-block.info .icon.icon-arrow {
    left: 15px;
  }
  .homepage-block-container .homepage-block.info:hover .icon.icon-arrow {
    left: 35px;
  }
  .homepage-block-container.multiple .homepage-block {
    height: auto;
  }
  .homepage-block-container.multiple .homepage-block p:last-of-type {
    margin-bottom: 0px;
  }
  .homepage-block-container .homepage-block.info .icon.icon-arrow {
    bottom: 15px;
  }
}
.nav.nav-filters {
  padding: 40px 40px;
  background: var(--body-background);
  position: relative;
  z-index: 9999;
}
.nav.nav-filters .filters.form form {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.nav.nav-filters .filters.form h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: auto;
  margin-top: 15px;
}
.nav.nav-filters .filters.form .filters-item {
  max-width: 460px;
  width: 100%;
  margin-left: 20px;
}
.nav.nav-filters .filters.form .filters-item > .label {
  cursor: pointer;
  position: relative;
  padding-right: 30px;
  margin-right: 4px;
}
.nav.nav-filters .filters.form .filters-item > .label:after {
  content: "";
  width: 8px;
  height: 8px;
  /*background:transparent url('../svg/x-mark-blue.svg') center center no-repeat;*/
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10px;
  bottom: auto;
  left: auto;
  margin-top: -4px;
  display: block;
  content: "G";
  font-size: 8px;
  color: var(--primary);
  display: inline-block;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav.nav-filters .filters.form .filters-item > .label.bck-red-light {
  color: var(--alert);
}
.nav.nav-filters .filters.form .filters-item > .label.bck-red-light:after {
  color: var(--alert);
}
.nav.nav-filters .filters.form .filters-item .selectbox {
  border-radius: 10px;
  height: 60px;
  background: var(--body-background);
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.nav.nav-filters .filters.form .filters-item .selectbox .filters-top-input:before {
  content: "F";
  font-size: 20px;
  color: var(--primary);
  display: inline-block;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 20px;
  margin-top: -10px;
  z-index: 9;
}
.nav.nav-filters .filters.form .filters-item .selectbox .filters-top-input > input[type=text] {
  height: 58px;
  width: calc(100% - 2px);
  border-radius: 10px 10px 10px 10px;
  cursor: pointer;
  position: relative;
  top: 1px;
  left: 1px;
  z-index: 3;
  background: var(--body-background);
  font-size: 1rem;
  color: var(--primary);
  padding-left: 55px;
  border: none;
}
.nav.nav-filters .filters.form .filters-item .selectbox .filters-top-input > input[type=text]::-moz-placeholder {
  color: var(--primary);
}
.nav.nav-filters .filters.form .filters-item .selectbox .filters-top-input > input[type=text]::placeholder {
  color: var(--primary);
}
.nav.nav-filters .filters.form .filters-item .selectbox .filters-top-input:after {
  content: "";
  width: 10px;
  height: 7px;
  /*background:transparent url('../gfx/icon/caret-right-filled-blue.svg') center center no-repeat;*/
  background-size: contain;
  display: block;
  margin-left: auto;
  content: "E";
  font-size: 10px;
  color: var(--primary);
  display: inline-block;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: auto;
  left: auto;
  margin-top: -3px;
  z-index: 9;
}
.nav.nav-filters .filters.form .filters-item .selectbox > label {
  height: 58px;
  width: calc(100% - 2px);
  display: flex;
  padding: 0px 24px;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 10px 10px 10px 10px;
  position: relative;
  top: 1px;
  left: 1px;
  z-index: 3;
  background: var(--body-background);
}
.nav.nav-filters .filters.form .filters-item .selectbox > label:before {
  content: "";
  width: 20px;
  height: 20px;
  /*background:transparent url('../gfx/icon/magnifier-blue.svg') center center no-repeat;*/
  background-size: contain;
  display: block;
  margin-right: 15px;
  content: "F";
  font-size: 20px;
  color: var(--primary);
  display: inline-block;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav.nav-filters .filters.form .filters-item .selectbox > label:after {
  content: "";
  width: 10px;
  height: 7px;
  /*background:transparent url('../svg/caret-right-filled-blue.svg') center center no-repeat;*/
  background-size: contain;
  display: block;
  margin-left: auto;
  content: "E";
  font-size: 10px;
  color: var(--primary);
  display: inline-block;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(90deg);
}
.nav.nav-filters .filters.form .filters-item .selectbox .buttonset {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: 0px;
  padding-top: 60px;
  background: var(--body-background);
  max-height: 0px;
  overflow: hidden;
  border-radius: 10px;
  z-index: 2;
  border: 1px #D8E0E4 solid;
}
.nav.nav-filters .filters.form .filters-item .selectbox .buttonset .buttonset-overflow {
  height: 100%;
  overflow: auto;
  max-height: 440px;
}
.nav.nav-filters .filters.form .filters-item .selectbox .buttonset label {
  padding: 7px 30px;
  display: flex;
}
.nav.nav-filters .filters.form .filters-item .selectbox .buttonset label span.input,
.nav.nav-filters .filters.form .filters-item .selectbox .buttonset label input {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 4px;
  position: relative;
  top: -3px;
  flex-shrink: 0;
}
.nav.nav-filters .filters.form .filters-item .selectbox .buttonset label.active {
  font-weight: 700;
}
.nav.nav-filters .filters.form .filters-item .selectbox .buttonset label:last-of-type {
  margin-bottom: 15px;
}
.nav.nav-filters .filters.form .filters-item .selectbox:hover, .nav.nav-filters .filters.form .filters-item .selectbox.hover {
  /*height:500px;*/
  z-index: 999999;
}
.nav.nav-filters .filters.form .filters-item .selectbox:hover .filters-top-input:after, .nav.nav-filters .filters.form .filters-item .selectbox.hover .filters-top-input:after {
  transform: rotate(267deg);
  right: 23px;
}
.nav.nav-filters .filters.form .filters-item .selectbox:hover > label, .nav.nav-filters .filters.form .filters-item .selectbox.hover > label {
  border-radius: 10px 10px 0px 0px;
}
.nav.nav-filters .filters.form .filters-item .selectbox:hover .buttonset, .nav.nav-filters .filters.form .filters-item .selectbox.hover .buttonset {
  max-height: 500px;
  box-shadow: 0px 0px 26px -1px rgba(0, 58, 83, 0.2);
}
.nav.nav-filters .filters.form .filters-item .selectbox:hover > label:after, .nav.nav-filters .filters.form .filters-item .selectbox.hover > label:after {
  transform: rotate(267deg);
}

@media (max-width: 750px) {
  .nav.nav-filters {
    padding: 20px 0px 0px 20px;
  }
  .nav.nav-filters .filters.form h2 {
    padding-top: 0px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }
  .nav.nav-filters .filters.form form {
    flex-direction: column;
  }
  .nav.nav-filters .filters.form .filters-item {
    margin-left: 0px;
    margin: auto;
    margin-bottom: 20px;
  }
}
.master-banner.content-banner {
  margin-top: -80px;
  /*border-top:1px #26576d solid;*/
  border-top: 1px rgba(255, 255, 255, 0.2) solid;
  /*padding-top:55px;*/
  padding-top: 95px;
  background-color: var(--header-background);
  background-image: url("../images/bg-tmavy-vzorek.png");
  background-position: top center;
  background-size: 100% auto;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.master-banner.content-banner.content-banner-narrow {
  margin-top: 0px;
}
.master-banner.content-banner > div:nth-of-type(1) {
  margin-top: 80px;
}
.master-banner.content-banner h1 {
  font-size: 3rem;
  line-height: 1;
  font-weight: 800;
  text-align: center;
  margin-bottom: 68px;
}
.master-banner.content-banner h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 40px;
}
.master-banner.content-banner h2 a {
  color: var(--body-background);
  text-decoration: none;
}
.master-banner.content-banner h2 a:hover {
  text-decoration: underline;
}
.master-banner.content-banner .label {
  /*opacity:0.5;*/
  margin-bottom: 10px;
  color: inherit;
  font-size: 1rem;
  padding-left: 0px;
}
.master-banner.content-banner .line-top:before {
  content: "";
  background: var(--primary);
  position: absolute;
  top: 0px;
  left: -1000px;
  right: -1000px;
  content: "";
  display: block;
  height: 1px;
}
.master-banner.content-banner .buttons {
  margin-bottom: 60px;
}
.master-banner.content-banner .buttons .btn {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  justify-content: center;
}
.master-banner.content-banner .article {
  margin-bottom: 60px;
}
.master-banner.content-banner .article.cols {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.master-banner.content-banner .article.cols.single-topic {
  -moz-columns: unset;
       columns: unset;
  max-width: 50%;
}
.master-banner.content-banner .article p {
  font-weight: 700;
}
.master-banner.content-banner .article ul li {
  font-weight: 700;
  padding-left: 28px;
  position: relative;
  margin-bottom: 10px;
}
.master-banner.content-banner .article ul li:before {
  border-radius: 4px;
  position: absolute;
  top: 8px;
  right: auto;
  bottom: auto;
  left: 0px;
  content: "";
  width: 8px;
  height: 8px;
  background: var(--secondary);
}
.master-banner.content-banner .alert {
  padding: 30px 0px;
}
.master-banner.content-banner .alert p {
  margin-bottom: 0px;
}
.master-banner.content-banner .search {
  text-align: center;
  padding-bottom: 80px;
}
.master-banner.content-banner .search form {
  margin: auto;
  display: flex;
  flex-direction: row-reverse;
  max-width: 675px;
  height: 60px;
  width: 100%;
  background: var(--body-background);
  border-radius: 30px;
  overflow: hidden;
  align-items: center;
}
.master-banner.content-banner .search form input[type=submit] {
  width: 50px;
  height: 50px;
  background: transparent url("../svg/magnifier-1.svg") center center no-repeat;
  background-size: 24px 24px;
  cursor: pointer;
  border: none;
  font-size: 0px;
}
.master-banner.content-banner .search form input[type=text] {
  width: calc(100% - 50px);
  height: 50px;
  padding: 0px 15px;
  border: none;
  color: var(--primary);
  font-size: 1rem;
}
.master-banner.content-banner .search form input[type=text]::-moz-placeholder {
  color: var(--primary);
}
.master-banner.content-banner .search form input[type=text]::placeholder {
  color: var(--primary);
}

.master-banner.content-banner.content-banner-narrow + .main {
  padding-top: 50px !important;
}

@media (max-width: 1140px) {
  .master-banner.content-banner.content-banner-narrow {
    padding-top: 0px;
  }
}
@media (max-width: 991px) {
  .master-banner.content-banner {
    margin-top: 0px;
    background-size: 200% auto;
  }
  .master-banner.content-banner .container .row .col-md-3, .master-banner.content-banner .container .row .col-md-4, .master-banner.content-banner .container .row .col-md-2 {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
  }
  .master-banner.content-banner .search {
    padding-bottom: 50px;
  }
  .master-banner.content-banner h1 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .master-banner.content-banner.content-banner-narrow > div:first-of-type {
    margin-top: 40px;
  }
  .master-banner.content-banner.content-banner-narrow + .main {
    padding-top: 30px !important;
  }
  .master-banner.content-banner .search {
    padding-bottom: 40px;
  }
  .master-banner.content-banner h1 {
    margin-bottom: 30px;
  }
  .master-banner.content-banner .search form {
    height: 40px;
  }
  .master-banner.content-banner .search form input[type=text] {
    height: 30px;
  }
  .master-banner.content-banner .search form input[type=submit] {
    height: 30px;
    width: 30px;
  }
  .master-banner.content-banner .buttons,
  .master-banner.content-banner .article {
    margin-bottom: 30px;
  }
  .master-banner.content-banner .article.cols {
    -moz-columns: unset;
         columns: unset;
  }
  .master-banner.content-banner .article.cols.single-topic {
    max-width: 100%;
  }
}
@media (max-width: 580px) {
  .master-banner.content-banner .container .row .col-md-3, .master-banner.content-banner .container .row .col-md-4, .master-banner.content-banner .container .row .col-md-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
main.main {
  padding: 80px 0px;
  background: #f2f5f6;
  /*background-attachment: fixed;*/
  overflow: hidden;
  position: relative;
}

main.main > .main-bg,
main.component.news > .main-bg {
  height: auto;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

main.main > .container,
main.component.news > .container {
  position: relative;
  z-index: 1;
}

main {
  padding-top: 100px !important;
}

main.main .row > div > h2,
main.main h1 {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 800;
  color: var(--background);
  margin-bottom: 15px;
}

main.main h2 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 800;
  color: var(--background);
  margin-bottom: 15px;
}

main.main p {
  margin-bottom: 15px;
}

main.main .article {
  padding: 80px 100px;
}

main.main .article .excerpt {
  font-size: 1.5rem;
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 1.3;
}

@media (max-width: 991px) {
  main.main {
    padding: 20px 0px;
  }
  main.main .article {
    padding: 40px 50px;
  }
  main.main .article .excerpt {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  main.main {
    padding: 20px 0px;
  }
  main.main .article {
    padding: 15px 15px;
  }
  main.main .article .excerpt {
    margin-bottom: 20px;
  }
}
.alert {
  padding-left: 40px !important;
  position: relative;
}
.alert:before {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  content: "";
}
.alert.alert-info:before {
  background: transparent url("../svg/info-7.svg") center center no-repeat;
  background-size: contain;
}

.component.documents {
  margin-bottom: 80px;
}
.component.documents .list .list-item {
  display: flex;
  border-left: 10px var(--secondary) solid;
  margin-bottom: 5px;
  padding: 30px 40px 30px 40px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.component.documents .list .list-item > a {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 9;
}
.component.documents .list .list-item:hover {
  background: var(--secondary);
}
.component.documents .list .list-item:hover .icon {
  opacity: 1 !important;
}
.component.documents .list .list-item:hover .icon.icon-play:before {
  width: 32px;
  height: 32px;
}
.component.documents .list .list-item:hover .icon.icon-play:after {
  font-size: 15px;
  left: 10px;
  top: 8px;
  color: var(--secondary);
}
.component.documents .list .list-item .label {
  margin-left: auto;
}
.component.documents .list .list-item .icon {
  display: block;
  position: relative;
  flex-shrink: 0;
}
.component.documents .list .list-item .icon.icon-document {
  width: 15px;
  height: 18px;
  background-size: contain;
  margin-right: 20px;
}
.component.documents .list .list-item .icon.icon-document:after {
  content: "D";
  font-size: 19px;
  color: var(--primary);
  display: inline-block;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.component.documents .list .list-item .icon.icon-audio {
  width: 20px;
  height: 16.5px;
  background-size: contain;
  margin-right: 20px;
}
.component.documents .list .list-item .icon.icon-audio:after {
  content: "B";
  font-size: 19px;
  color: var(--primary);
  display: inline-block;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.component.documents .list .list-item .icon.icon-download {
  width: 15px;
  height: 18px;
  background-size: contain;
  margin-right: 0px;
  margin-left: auto;
  opacity: 0;
  display: none;
}
.component.documents .list .list-item .icon.icon-download:after {
  content: "K";
  font-size: 17px;
  color: var(--primary);
  display: inline-block;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.component.documents .list .list-item .icon.icon-play {
  width: 32px;
  height: 32px;
  background-size: 24px 24px;
  margin-right: 0px;
  margin-left: auto;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.component.documents .list .list-item .icon.icon-play:before {
  width: 24px;
  height: 24px;
  background: var(--primary);
  border-radius: 50%;
  content: "";
  display: inline-flex;
}
.component.documents .list .list-item .icon.icon-play:after {
  content: "C";
  font-size: 12px;
  color: var(--body-background);
  display: inline-block;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.component.documents .list .list-item .icon.icon-play:after {
  position: absolute;
  z-index: 2;
  left: 11px;
  top: 10px;
}
.component.documents.grid .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
}
.component.documents.grid .list .list-item {
  width: calc(20% - 10px);
  margin: 0px 5px;
  margin-bottom: 10px;
  padding-right: 15px !important;
}
.component.documents.grid .list .list-item .icon.icon-download {
  right: 20px;
}

.main.record-audio .component.documents .list .list-item p {
  width: 100%;
}

@media (max-width: 991px) {
  .component.documents.grid .list .list-item {
    width: calc(25% - 10px);
  }
}
@media (max-width: 767px) {
  .component.documents.grid .list .list-item {
    width: calc(33.33% - 10px);
  }
}
@media (max-width: 580px) {
  .component.documents.grid .list .list-item {
    width: calc(50% - 10px);
  }
}
.component.documents .list .list-item p {
  margin: 0px;
  font-weight: 800;
  margin-right: 55px;
}

.component.documents .list .list-item h3 {
  font-size: 1.5rem;
  font-weight: 700;
}

.component.documents .list .list-item h3 + p {
  font-weight: 400;
}

.component.documents .list .list-item:hover p {
  text-decoration: underline;
}

/* labels */
/*.labels > .label + .label {
    margin-left: 5px;
}*/
.labels > .label {
  margin-right: 5px;
}

.label {
  flex-shrink: 0;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 2px 8px;
  white-space: nowrap;
  color: var(--primary);
  text-decoration: none;
}

a.label:hover {
  background: var(--primary);
  color: white;
}

.component.documents .list .list-item:hover span.label {
  background: var(--secondary-hover);
}

/* remove icon  */
.component.documents.no-icon .list .list-item .icon.icon-document {
  display: none;
}

/* TYPES  */
/* layout columns (press releases) */
.component.documents.layout-columns .list .list-item {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 120px;
}

.component.documents.layout-columns .list .list-item p {
  margin-right: 0px;
  margin-bottom: 2px;
}

.component.documents.layout-columns .list .list-item span.label {
  order: -1;
  margin-bottom: 2px;
}

.component.documents.layout-columns .list .list-item .icon.icon-download {
  width: 14px;
  height: 11px;
  background: transparent url("../svg/arrow-right-circle-filled.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -5px;
}

.component.documents.layout-columns .list .list-item:hover p {
  text-decoration: none;
}

.component.documents.layout-columns .list .list-item:hover h3 {
  text-decoration: underline;
}

/* narrow (audio)  */
.component.documents.narrow .list .list-item {
  padding: 24px 40px 24px 40px;
}

.component.documents.seminars {
  margin-bottom: 0px;
}
.component.documents.seminars .show-next {
  margin-top: 20px;
  margin-bottom: 0px;
}
.component.documents.seminars .show-next:after {
  transform: rotate(-90deg);
}
.component.documents.seminars .list .list-item {
  padding-left: 18px;
  padding-right: 20px;
  align-items: flex-start;
}
.component.documents.seminars .list .list-item .date {
  width: 130px;
  border-right: 1px var(--grey) solid;
}
.component.documents.seminars .list .list-item .date p {
  margin: 0px;
}
.component.documents.seminars .list .list-item span.label {
  color: var(--label-text);
}
.component.documents.seminars .list .list-item .place {
  width: calc(100% - 130px);
  padding-left: 30px;
}
.component.documents.seminars .list .list-item .place p {
  margin: 0px;
}
.component.documents.seminars .list .list-item:hover .date {
  border-right: 1px var(--secondary-hover) solid;
}
.component.documents.seminars .list .list-item:hover span.label {
  color: var(--label-text-hover);
}

/**/
.component.documents .list .list-item p.font-normal {
  font-weight: 400;
}

@media (max-width: 991px) {
  .component.documents {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .component.documents {
    margin-bottom: 20px;
  }
  .component.documents.narrow .list .list-item,
  .component.documents .list .list-item {
    padding: 20px 20px 20px 20px;
  }
  .component.documents.layout-columns .list .list-item {
    padding-right: 50px;
  }
  .component.documents.layout-columns .list .list-item .icon.icon-download {
    right: 15px;
  }
  .label {
    margin-right: 7px;
  }
  .component.documents.seminars .list .list-item {
    padding: 20px 15px 20px 15px;
    flex-direction: column;
  }
  .component.documents.seminars .list .list-item .place,
  .component.documents.seminars .list .list-item .date {
    width: 100%;
    padding-left: 0px;
  }
  .component.documents.seminars .list .list-item .date {
    margin-bottom: 7px;
  }
  .component.documents.seminars .list .list-item .date p {
    display: inline-block;
    padding-right: 5px;
  }
  .component.documents .list .list-item p {
    margin-right: 15px;
  }
}
.nav.nav-tabs-header {
  padding-top: 60px;
}
.nav.nav-tabs-header .col-12 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(75px, 1fr));
}
.nav.nav-tabs-header .time-update {
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
  color: #fff;
}
.nav.nav-tabs-header .visual-mode {
  margin-left: auto;
  color: var(--body-background);
  display: flex;
  align-items: center;
}
.nav.nav-tabs-header .visual-mode span {
  margin-right: 10px;
}
.nav.nav-tabs-header .visual-mode .visual-mode-button {
  width: 40px;
  height: 40px;
  background: var(--light-background);
  margin-left: 10px;
  border-radius: 20px;
  text-decoration: none;
}
.nav.nav-tabs-header .visual-mode .visual-mode-button.active {
  background: var(--body-background);
}
.nav.nav-tabs-header .visual-mode .visual-mode-button.active .icon {
  filter: none;
}
.nav.nav-tabs-header .visual-mode .visual-mode-button .icon {
  filter: brightness(0) invert(1);
}
.nav.nav-tabs-header .visual-mode .visual-mode-button .icon.icon-list {
  width: 30px;
  height: 40px;
  display: block;
  /*background:transparent url('../gfx/icon/feed.svg') center center no-repeat;*/
  background-size: 20px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav.nav-tabs-header .visual-mode .visual-mode-button .icon.icon-list:after {
  content: "H";
  font-size: 20px;
  color: var(--primary);
  display: inline-block;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav.nav-tabs-header .visual-mode .visual-mode-button .icon.icon-grid {
  width: 30px;
  height: 40px;
  display: block;
  /*background:transparent url('../gfx/icon/grid.svg') center center no-repeat;*/
  background-size: 20px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav.nav-tabs-header .visual-mode .visual-mode-button .icon.icon-grid:after {
  content: "I";
  font-size: 20px;
  color: var(--primary);
  display: inline-block;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav.nav-tabs-header a.tab {
  height: 60px;
  border-radius: 10px 10px 0px 0px;
  text-decoration: none;
  color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--light-background);
  font-weight: 800;
  color: var(--body-background);
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  width: auto;
  min-width: calc((100% - 120px) / 3);
  text-align: center;
  -webkit-margin-end: 0.25rem;
          margin-inline-end: 0.25rem;
}
.nav.nav-tabs-header a.tab:last-of-type {
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.nav.nav-tabs-header a.tab.active {
  background: var(--body-background);
  color: var(--primary);
}

@media (max-width: 640px) {
  .nav.nav-tabs-header .visual-mode span {
    display: none;
  }
}
.main.feed-page {
  padding-top: 20px !important;
}

.component.feed {
  width: 100%;
  padding-bottom: 5px;
}
.component.feed > h2 {
  margin-bottom: 7px;
}
.component.feed .list .list-item {
  width: 100%;
  display: flex;
  border-left: 10px var(--secondary) solid;
  margin-bottom: 5px;
  padding: 25px 40px 25px 30px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.component.feed .list .list-item span.event-scroll-hover {
  width: 1px;
  height: 1px;
  display: block;
  position: absolute;
  top: -100px;
  right: auto;
  bottom: auto;
  left: 0px;
}
.component.feed .list .list-item.event-order-1 {
  margin-top: 20px;
}
.component.feed .list .list-item.event-order-2 {
  margin-top: 20px;
}
.component.feed .list .list-item.event-order-3 {
  margin-top: 20px;
}
.component.feed .list .list-item.event--no-description > a {
  display: none;
}
.component.feed .list .list-item.event--no-description .icon.icon-arrow-down {
  display: none;
}
.component.feed .list .list-item.active {
  z-index: 99998 !important;
  background: var(--secondary);
}
.component.feed .list .list-item.active .date {
  border-right: 1px var(--secondary-hover) solid;
}
.component.feed .list .list-item.active .date .label {
  color: var(--label-text-hover);
}
.component.feed .list .list-item.active .label {
  background: var(--secondary-hover);
  color: var(--label-text-hover) !important;
  /*color:var(--body-background);*/
}
.component.feed .list .list-item.active .label.label--lecturer {
  background: var(--label-lecturer-hover) !important;
}
.component.feed .list .list-item.active .label.label--organization {
  background: var(--label-organization-hover) !important;
}
.component.feed .list .list-item.active .icon.icon-arrow-down {
  transform: rotate(270deg);
}
.component.feed .list .list-item.active .icon.icon-arrow-down:after {
  top: -3px;
}
.component.feed .list .list-item.active .program-item h3 .program-buttons .icon.icon-play {
  /*background:transparent url('../svg/small-icon-play-active.svg') center center no-repeat;*/
  background-size: contain;
}
.component.feed .list .list-item.active .program-item h3 .program-buttons .icon.icon-play:after {
  content: "C";
  font-size: 13px;
  color: var(--secondary);
  display: inline-block;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.component.feed .list .list-item.active .program-item h3 .program-buttons .icon.icon-audio {
  /*background:transparent url('../svg/small-icon-audio-active.svg') center center no-repeat;*/
  background-size: contain;
}
.component.feed .list .list-item.active .program-item h3 .program-buttons .icon.icon-audio:after {
  content: "B";
  font-size: 14px;
  color: var(--secondary);
  display: inline-block;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.component.feed .list .list-item.active .program-item h3 .program-buttons .icon.icon-doc {
  /*background:transparent url('../svg/small-icon-doc-active.svg') center center no-repeat;*/
  background-size: contain;
}
.component.feed .list .list-item.active .program-item h3 .program-buttons .icon.icon-doc:after {
  content: "D";
  font-size: 13px;
  color: var(--secondary);
  display: inline-block;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.component.feed .list .list-item.active .program-item .program-item-detail {
  display: block;
}
.component.feed .list .list-item.list-item-title {
  border: none;
  padding: 8px 40px 8px 40px;
  margin-top: 20px;
}
.component.feed .list .list-item.list-item-title:hover {
  background: var(--background);
}
.component.feed .list .list-item.list-item-title:hover .date {
  border: none;
}
.component.feed .list .list-item.list-item-title .date {
  border: none;
}
.component.feed .list .list-item.list-item-title .date p {
  font-size: 16px;
}
.component.feed .list .list-item.list-item-title .program-item p {
  margin-bottom: 0px;
}
.component.feed .list .list-item .program-buttons {
  white-space: nowrap;
  display: inline-flex;
  margin-left: 25px;
  position: relative;
  top: 2px;
}
.component.feed .list .list-item > a {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 99;
}
.component.feed .list .list-item .date {
  width: 240px;
  border-right: 1px var(--grey) solid;
}
.component.feed .list .list-item .date p {
  margin-bottom: 0px;
  font-size: 1.5rem;
  font-weight: 800;
  float: left;
  margin-right: 20px;
}
.component.feed .list .list-item .date .add-to-calendar {
  width: 24px;
  height: 24px;
  display: block;
  /*background:transparent url('../svg/add-to-calendar.svg') center center no-repeat;*/
  background-size: contain;
  float: left;
  position: relative;
  left: 0px;
  top: 4px;
  z-index: 999;
  margin-bottom: 5px;
}
.component.feed .list .list-item .date .add-to-calendar:after {
  content: "A";
  font-size: 24px;
  color: var(--primary);
  display: inline-block;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.component.feed .list .list-item .date hr {
  opacity: 0;
  clear: both;
  margin: 0px;
}
.component.feed .list .list-item .date .label {
  font-size: 0.75rem;
  padding: 2px 8px;
  color: var(--label-text);
}
.component.feed .list .list-item .date .label:first-of-type {
  margin-right: 9px;
}
.component.feed .list .list-item .date .label--auditorium {
  background-color: #ffcb05;
  color: #003a53;
  font-weight: 700;
}
.component.feed .list .list-item .label {
  opacity: 1;
}
.component.feed .list .list-item .program-item {
  width: calc(100% - 240px);
  padding-left: 35px;
  padding-right: 40px;
}
.component.feed .list .list-item .program-item h3 {
  font-size: 1.5rem;
  font-weight: 800;
}
.component.feed .list .list-item .program-item .icon {
  width: 30px;
  height: 22px;
  margin: 0px 1px;
  display: block;
  border-radius: 11px;
  background-color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
}
.component.feed .list .list-item .program-item .icon.icon-play {
  /*background:transparent url('../svg/small-icon-play.svg') center center no-repeat;*/
  background-size: contain;
}
.component.feed .list .list-item .program-item .icon.icon-play:after {
  content: "C";
  font-size: 13px;
  color: var(--body-background);
  display: inline-block;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.component.feed .list .list-item .program-item .icon.icon-audio {
  /*background:transparent url('../svg/small-icon-audio.svg') center center no-repeat;*/
  background-size: contain;
}
.component.feed .list .list-item .program-item .icon.icon-audio:after {
  content: "B";
  font-size: 14px;
  color: var(--body-background);
  display: inline-block;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.component.feed .list .list-item .program-item .icon.icon-doc {
  /*background:transparent url('../svg/small-icon-doc.svg') center center no-repeat;*/
  background-size: contain;
}
.component.feed .list .list-item .program-item .icon.icon-doc:after {
  content: "D";
  font-size: 13px;
  color: var(--body-background);
  display: inline-block;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.component.feed .list .list-item .program-item .label {
  font-size: 0.75rem;
  padding: 2px 8px;
  color: var(--label-text);
}
.component.feed .list .list-item .program-item .label.label--lecturer {
  background: var(--label-lecturer);
}
.component.feed .list .list-item .program-item .label.label--organization {
  background: var(--label-organization);
}
.component.feed .list .list-item .program-item .label.label--organization:after {
  content: "\a";
  white-space: pre;
}
.component.feed .list .list-item .program-item .program-item-detail {
  display: none;
  padding-top: 15px;
  position: relative;
  z-index: 999;
}
.component.feed .list .list-item .program-item .program-item-detail li a,
.component.feed .list .list-item .program-item .program-item-detail p a {
  color: var(--primary);
  text-decoration: underline;
}
.component.feed .list .list-item .program-item .program-item-detail li a:hover,
.component.feed .list .list-item .program-item .program-item-detail p a:hover {
  text-decoration: none;
}
.component.feed .list .list-item .program-item .program-item-detail ul {
  margin-left: 20px;
}
.component.feed .list .list-item .program-item .program-item-detail ul li {
  list-style-type: disc;
}
.component.feed .list .list-item .program-item .list.list-media {
  position: relative;
  z-index: 8;
}
.component.feed .list .list-item .program-item .list.list-media .list-item {
  padding: 0px;
  border: none;
}
.component.feed .list .list-item .program-item .list.list-media .list-item a {
  position: static;
  text-decoration: none;
  color: var(--background);
}
.component.feed .list .list-item .program-item .list.list-media .list-item .icon {
  display: inline-flex;
  margin-right: 7px;
  position: relative;
  top: 3px;
}
.component.feed .list .list-item .program-item .list.list-media .list-item .icon.icon-play {
  /*background:transparent url('../svg/small-icon-play-active.svg') center center no-repeat;*/
  background-size: contain;
}
.component.feed .list .list-item .program-item .list.list-media .list-item .icon.icon-play:after {
  content: "C";
  font-size: 13px;
  color: var(--secondary);
  display: inline-block;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.component.feed .list .list-item .program-item .list.list-media .list-item .icon.icon-audio {
  /*background:transparent url('../svg/small-icon-audio-active.svg') center center no-repeat;*/
  background-size: contain;
}
.component.feed .list .list-item .program-item .list.list-media .list-item .icon.icon-audio:after {
  content: "B";
  font-size: 14px;
  color: var(--secondary);
  display: inline-block;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.component.feed .list .list-item .program-item .list.list-media .list-item .icon.icon-doc {
  /*background:transparent url('../svg/small-icon-doc-active.svg') center center no-repeat;*/
  background-size: contain;
}
.component.feed .list .list-item .program-item .list.list-media .list-item .icon.icon-doc:after {
  content: "D";
  font-size: 13px;
  color: var(--secondary);
  display: inline-block;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.component.feed .list .list-item .program-item .list.list-media .list-item .title {
  text-decoration: underline;
}
.component.feed .list .list-item .program-item .list.list-media .list-item .title b {
  font-weight: 700;
}
.component.feed .list .list-item .icon {
  display: block;
  position: relative;
}
.component.feed .list .list-item .icon.icon-arrow-down {
  width: 10px;
  height: 7px;
  /*background:transparent url('../svg/caret-right-filled-blue.svg') center center no-repeat;*/
  background-size: contain;
  position: absolute;
  top: 40px;
  right: 40px;
  bottom: auto;
  left: auto;
  display: block;
  transform: rotate(90deg);
}
.component.feed .list .list-item .icon.icon-arrow-down:after {
  content: "E";
  font-size: 10px;
  color: var(--primary);
  display: inline-block;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.component.feed .list .list-item .icon.icon-arrow-down:after {
  position: absolute;
  left: 0px;
  top: 0px;
}
.component.feed .list .list-item:hover {
  background: var(--secondary);
}
.component.feed .list .list-item:hover .icon {
  opacity: 1;
}
.component.feed .list .list-item:hover .label {
  background: var(--secondary-hover);
  color: var(--label-text-hover);
  /*color:var(--body-background);*/
}
.component.feed .list .list-item:hover .label.label--lecturer {
  background: var(--label-lecturer-hover);
}
.component.feed .list .list-item:hover .label.label--organization {
  background: var(--label-organization-hover);
}
.component.feed .list .list-item:hover .date {
  border-right: 1px var(--secondary-hover) solid;
}
.component.feed .list .list-item:hover .date .label {
  color: var(--label-text-hover);
}
.component.feed .list .list-item:hover .program-item h3 span {
  text-decoration: underline;
}
.component.feed .list .list-item:hover .program-item h3 .program-buttons .icon.icon-play {
  /*background:transparent url('../svg/small-icon-play-active.svg') center center no-repeat;*/
  background-size: contain;
}
.component.feed .list .list-item:hover .program-item h3 .program-buttons .icon.icon-play:after {
  content: "C";
  font-size: 13px;
  color: var(--secondary);
  display: inline-block;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.component.feed .list .list-item:hover .program-item h3 .program-buttons .icon.icon-audio {
  /*background:transparent url('../svg/small-icon-audio-active.svg') center center no-repeat;*/
  background-size: contain;
}
.component.feed .list .list-item:hover .program-item h3 .program-buttons .icon.icon-audio:after {
  content: "B";
  font-size: 14px;
  color: var(--secondary);
  display: inline-block;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.component.feed .list .list-item:hover .program-item h3 .program-buttons .icon.icon-doc {
  /*background:transparent url('../svg/small-icon-doc-active.svg') center center no-repeat;*/
  background-size: contain;
}
.component.feed .list .list-item:hover .program-item h3 .program-buttons .icon.icon-doc:after {
  content: "D";
  font-size: 13px;
  color: var(--secondary);
  display: inline-block;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.component.feed .list .list-item:hover .program-item .badge {
  text-decoration: none;
}

@media (max-width: 767px) {
  .component.feed .list .list-item {
    padding: 20px 30px 20px 20px;
  }
  .component.feed .list .list-item .date {
    width: 180px;
  }
  .component.feed .list .list-item .date .label--auditorium {
    font-size: 1rem;
    display: block;
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
    text-align: center;
  }
  .component.feed .list .list-item .program-item {
    width: calc(100% - 180px);
    padding-left: 15px;
    padding-right: 20px;
  }
  .component.feed .list .list-item .icon.icon-arrow-down {
    right: 15px;
  }
  .component.feed .list .list-item .program-buttons {
    display: flex;
    margin-left: 0px;
    margin-bottom: 10px;
  }
  .component.feed .list .list-item.event:not([x-data]) .program-item > p {
    font-size: 14px;
  }
  .component.feed .list .list-item.event:not([x-data]) .date {
    margin-bottom: 0;
  }
  .component.feed .list .list-item[x-data] .date > .label:not(.label--auditorium) {
    font-size: 11px;
  }
  .component.feed .list .list-item[x-data] .labels > div {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
  }
  .component.feed .list .list-item[x-data] .labels .label {
    font-size: 11px;
  }
}
@media (max-width: 580px) {
  .component.feed .list .list-item {
    flex-direction: column;
  }
  .component.feed .list .list-item .date,
  .component.feed .list .list-item .program-item {
    width: 100%;
    padding: 0px;
    border: none;
  }
  .component.feed .list .list-item .date:after,
  .component.feed .list .list-item .program-item:after {
    display: none;
  }
  .component.feed .list .list-item .date {
    margin-bottom: 7px;
  }
  .component.feed .list .list-item.list-item-title {
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
  }
  .component.feed .list .list-item.list-item-title .date {
    width: auto;
    white-space: nowrap;
    margin-right: 10px;
  }
  .component.feed .list .list-item.active .date {
    border: none;
  }
}
.component.calendar {
  width: 100%;
  padding: 40px 0px;
  /* ced9dd */
}
.component.calendar .calendar-header {
  display: flex;
  height: 40px;
  margin-bottom: 10px;
  width: 100%;
}
.component.calendar .calendar-header .calendar-header-item {
  width: 14.2857142857%;
  background: var(--secondary);
  height: 40px;
  color: var(--background);
  white-space: nowrap;
  padding: 7px 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 800;
}
.component.calendar .calendar-header .calendar-header-item.calendar-item-first {
  width: 52px;
  flex-shrink: 0;
  background: transparent;
}
.component.calendar .calendar-header .calendar-header-item.calendar-header-item-1 {
  background: #FFE997;
  border-radius: 10px 0px 0px 10px;
}
.component.calendar .calendar-header .calendar-header-item.calendar-header-item-2 {
  background: #A5F6FF;
}
.component.calendar .calendar-header .calendar-header-item.calendar-header-item-3 {
  background: #C5FE93;
}
.component.calendar .calendar-header .calendar-header-item.calendar-header-item-4 {
  background: #FEDBFF;
}
.component.calendar .calendar-header .calendar-header-item.calendar-header-item-5 {
  background: #FFCBCB;
}
.component.calendar .calendar-header .calendar-header-item.calendar-header-item-6 {
  background: #DEEEFF;
}
.component.calendar .calendar-header .calendar-header-item.calendar-header-item-7 {
  background: #D6CEFF;
  border-radius: 0px 10px 10px 0px;
}
.component.calendar .calendar-body .calendar-row {
  display: flex;
  width: 100%;
  border-top: 1px #ced9dd solid;
}
.component.calendar .calendar-body .calendar-row .calendar-entry {
  border-right: 1px #ced9dd solid;
  width: 14.2857142857%;
  height: 160px;
  position: relative;
  padding: 3px;
}
.component.calendar .calendar-body .calendar-row .calendar-entry.calendar-item-time span {
  background: #F2F5F6;
  padding: 2px 3px 2px 0px;
  position: absolute;
  top: -14px;
  right: auto;
  bottom: auto;
  left: 0px;
  font-size: 14px;
}
.component.calendar .calendar-body .calendar-row .calendar-entry.calendar-entry-item-1 .event {
  background: #FFE997;
}
.component.calendar .calendar-body .calendar-row .calendar-entry.calendar-entry-item-2 .event {
  background: #A5F6FF;
}
.component.calendar .calendar-body .calendar-row .calendar-entry.calendar-entry-item-3 .event {
  background: #C5FE93;
}
.component.calendar .calendar-body .calendar-row .calendar-entry.calendar-entry-item-4 .event {
  background: #FEDBFF;
}
.component.calendar .calendar-body .calendar-row .calendar-entry.calendar-entry-item-5 .event {
  background: #FFCBCB;
}
.component.calendar .calendar-body .calendar-row .calendar-entry.calendar-entry-item-6 .event {
  background: #DEEEFF;
}
.component.calendar .calendar-body .calendar-row .calendar-entry.calendar-entry-item-7 .event {
  background: #D6CEFF;
}
.component.calendar .calendar-body .calendar-row .calendar-entry .event {
  border-radius: 10px;
  margin-bottom: 3px;
  position: relative;
  z-index: 999;
}
.component.calendar .calendar-body .calendar-row .calendar-entry .event .event-thumbnail {
  padding: 10px;
  line-height: 1.1;
}
.component.calendar .calendar-body .calendar-row .calendar-entry .event .event-thumbnail p {
  margin-bottom: 0px;
  font-size: 10px;
}
.component.calendar .calendar-body .calendar-row .calendar-entry .event .event-thumbnail h2 {
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 700;
}
.component.calendar .calendar-body .calendar-row .calendar-entry .event .event-detail {
  /*display:none;*/
}
.component.calendar .calendar-body .calendar-row .calendar-entry .event.height-1-2 {
  height: 60%;
}
.component.calendar .calendar-body .calendar-row .calendar-entry .event.height-1-3 {
  height: 30%;
}
.component.calendar .calendar-body .calendar-row .calendar-entry .event.height-1-3 .event-thumbnail h2 {
  /*overflow: hidden;
  text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
  height: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.component.calendar .calendar-body .calendar-row .calendar-entry .event.height-1 {
  height: 100%;
}
.component.calendar .calendar-body .calendar-row .calendar-entry .event.height-2 {
  height: calc(200% + 6px);
}
.component.calendar .calendar-body .calendar-row .calendar-entry .event.margin-1-3 {
  margin-top: 30%;
}
.component.calendar .calendar-body .calendar-row > div:first-of-type {
  width: 53px;
  flex-shrink: 0;
}
.component.calendar .calendar-body .calendar-row > div:last-of-type {
  border-right: none;
}
.component.calendar .calendar-body .calendar-row.blank {
  border-top: none;
}
.component.calendar .calendar-body .calendar-row.blank .calendar-entry {
  height: 50px;
}
.component.calendar .calendar-body .calendar-row.calendar-row-last.blank {
  border-top: 1px #ced9dd solid;
}

@media (max-width: 900px) {
  .calendar-page .container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .component.calendar {
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 0px;
  }
  .component.calendar .calendar-body,
  .component.calendar .calendar-header {
    width: 900px;
  }
}
.component.calendar-table {
  width: 100%;
  padding: 40px 0px 0px 0px;
  margin-bottom: 40px;
  overflow: auto;
}
.component.calendar-table table {
  width: 100%;
}
.component.calendar-table table .calendar-header {
  height: 40px;
}
.component.calendar-table table .calendar-header .calendar-header-item {
  vertical-align: middle;
  text-align: center;
  width: 14.2857142857%;
  background: var(--secondary);
  height: 40px;
  color: var(--background);
  white-space: nowrap;
  padding: 7px 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 800;
}
.component.calendar-table table .calendar-header .calendar-header-item.calendar-item-first {
  width: 52px;
  flex-shrink: 0;
  background: transparent;
}
.component.calendar-table table .calendar-header .calendar-header-item.calendar-header-item-1 {
  background: #FFE997;
  border-radius: 10px 0px 0px 10px;
}
.component.calendar-table table .calendar-header .calendar-header-item.calendar-header-item-2 {
  background: #A5F6FF;
}
.component.calendar-table table .calendar-header .calendar-header-item.calendar-header-item-3 {
  background: #C5FE93;
}
.component.calendar-table table .calendar-header .calendar-header-item.calendar-header-item-4 {
  background: #FEDBFF;
}
.component.calendar-table table .calendar-header .calendar-header-item.calendar-header-item-5 {
  background: #FFCBCB;
}
.component.calendar-table table .calendar-header .calendar-header-item.calendar-header-item-6 {
  background: #DEEEFF;
}
.component.calendar-table table .calendar-header .calendar-header-item.calendar-header-item-7 {
  background: #D6CEFF;
  border-radius: 0px 10px 10px 0px;
}
.component.calendar-table table .calendar-body .spacer td {
  height: 10px;
  font-size: 0px;
}
.component.calendar-table table .calendar-body .spacer.spacer-bottom td {
  height: 30px;
}
.component.calendar-table table .calendar-body .hour {
  border-top: 1px #ced9dd solid;
}
.component.calendar-table table .calendar-body .hour td {
  border-top: 1px #ced9dd solid;
}
.component.calendar-table table .calendar-body .hour td.calendar-item-time {
  min-width: 52px;
  width: 52px;
}
.component.calendar-table table .calendar-body .hour td.calendar-item-time span {
  background: #F2F5F6;
  padding: 1px 5px 1px 2px;
  position: absolute;
  /*top: 24px;*/
  top: -13px;
  left: 0px;
}
.component.calendar-table table .calendar-body .calendar-entry { /* td */
  border-right: 1px #ced9dd solid;
  width: 14.2857142857%;
  height: 40px;
  position: relative;
  padding: 3px;
  vertical-align: top;
}
.component.calendar-table table .calendar-body .calendar-entry.border-bottom {
  border-bottom: 1px #ced9dd solid;
}
.component.calendar-table table .calendar-body .calendar-entry.calendar-item-time {
  width: 52px;
}
.component.calendar-table table .calendar-body .calendar-entry.calendar-item-time span {
  background: #F2F5F6;
  padding: 2px 3px 2px 0px;
  position: absolute;
  top: -14px;
  right: auto;
  bottom: auto;
  left: 0px;
  font-size: 14px;
}
.component.calendar-table table .calendar-body .calendar-entry .calendar-entry-item-1 .event {
  background: #FFE997;
}
.component.calendar-table table .calendar-body .calendar-entry .calendar-entry-item-2 .event {
  background: #A5F6FF;
}
.component.calendar-table table .calendar-body .calendar-entry .calendar-entry-item-3 .event {
  background: #C5FE93;
}
.component.calendar-table table .calendar-body .calendar-entry .calendar-entry-item-4 .event {
  background: #FEDBFF;
}
.component.calendar-table table .calendar-body .calendar-entry .calendar-entry-item-5 .event {
  background: #FFCBCB;
}
.component.calendar-table table .calendar-body .calendar-entry .calendar-entry-item-6 .event {
  background: #DEEEFF;
}
.component.calendar-table table .calendar-body .calendar-entry .calendar-entry-item-7 .event {
  background: #D6CEFF;
}
.component.calendar-table table .calendar-body .calendar-entry > div {
  /*height:100%;*/
}
.component.calendar-table table .calendar-body .calendar-entry .event {
  border-radius: 10px;
  margin-bottom: 3px;
  position: relative;
  height: 100%;
}
.component.calendar-table table .calendar-body .calendar-entry .event .event-thumbnail {
  padding: 10px;
  line-height: 1.1;
}
.component.calendar-table table .calendar-body .calendar-entry .event .event-thumbnail p {
  margin-bottom: 0px;
  font-size: 10px;
}
.component.calendar-table table .calendar-body .calendar-entry .event .event-thumbnail h2 {
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 700;
}
.component.calendar-table table .calendar-body .calendar-entry .event .event-detail {
  /*display:none;*/
}
.component.calendar-table table .calendar-body .calendar-entry .event.height-1-2 {
  height: 60%;
}
.component.calendar-table table .calendar-body .calendar-entry .event.height-1-3 {
  height: 30%;
}
.component.calendar-table table .calendar-body .calendar-entry .event.height-1-3 .event-thumbnail h2 {
  /*overflow: hidden;
  text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
  height: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.component.calendar-table table .calendar-body .calendar-entry .event.height-1 {
  height: 100%;
}
.component.calendar-table table .calendar-body .calendar-entry .event.height-2 {
  height: calc(200% + 6px);
}
.component.calendar-table table .calendar-body .calendar-entry .event.margin-1-3 {
  margin-top: 30%;
}

@-moz-document url-prefix() {
  .component.calendar-table table .calendar-body .calendar-entry > div {
    height: auto;
  }
  .component.calendar-table table .calendar-body .calendar-entry .event {
    height: auto;
  }
}
.event.active {
  z-index: 999999 !important;
}
.event.active .event-detail {
  display: block;
}
.event.active .event-detail .event-detail-inner {
  max-height: 95vh;
  overflow-y: auto;
}

.event .event-thumbnail {
  cursor: pointer;
}

.event .event-click {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  /*background:rgba(0,0,0,0.5);*/
  z-index: 3;
  cursor: pointer;
}

.calendar-entry-item-1,
.calendar-entry-item-2,
.calendar-entry-item-3 {
  /* napravo
  .event-detail {
  	left:auto;
  	right:0px;

  	.event-detail-container {
  		right:auto;
  		left:100%;
  		padding-right:0px;
  		padding-left:15px;

  		.event-detail-inner {
  		}
  	}
  }*/
}

.calendar-entry-item-4,
.calendar-entry-item-5,
.calendar-entry-item-6,
.calendar-entry-item-7 {
  /* nalevo */
}

.event-detail {
  position: absolute;
  left: 0px;
  top: 0%;
  bottom: 0px;
  /*width: 10px;
  background: red;*/
  display: none;
}
.event-detail .event-detail-container {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 99999;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  /*margin-top:-50%;*/
}
.event-detail .event-detail-container .event-detail-inner {
  display: flex;
  flex-wrap: wrap;
  background: var(--body-background);
  border-left: 10px #ffcb05 solid;
  margin-bottom: 5px;
  padding: 30px 40px 30px 40px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 580px;
  border-radius: 10px;
  box-shadow: 0px 0px 51px -10px rgba(0, 0, 0, 0.26);
}
.event-detail .event-detail-container .event-detail-inner h2, .event-detail .event-detail-container .event-detail-inner p {
  width: 100%;
}
.event-detail .event-detail-container .event-detail-inner h2 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 15px;
}
.event-detail .event-detail-container .event-detail-inner .title {
  display: none;
}
.event-detail .event-detail-container .event-detail-inner .event-close {
  width: 24px;
  height: 24px;
  display: block;
  background: transparent url("../svg/xmark-solid.svg") center center no-repeat;
  background-size: contain;
  float: left;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 999;
  filter: invert(15%) sepia(99%) saturate(1140%) hue-rotate(169deg) brightness(93%) contrast(104%);
}
.event-detail .event-detail-container .event-detail-inner .add-to-calendar {
  width: 24px;
  height: 24px;
  display: block;
  background: transparent url("../svg/add-to-calendar.svg") center center no-repeat;
  background-size: contain;
  float: left;
  position: absolute;
  right: 40px;
  top: 36px;
  z-index: 999;
}
.event-detail .event-detail-container .event-detail-inner .list.list-media {
  position: relative;
  z-index: 8;
}
.event-detail .event-detail-container .event-detail-inner .list.list-media .list-item {
  padding: 0px;
  border: none;
  -webkit-margin-after: 0.25rem;
          margin-block-end: 0.25rem;
}
.event-detail .event-detail-container .event-detail-inner .list.list-media .list-item:last-child {
  -webkit-margin-after: unset;
          margin-block-end: unset;
}
.event-detail .event-detail-container .event-detail-inner .list.list-media .list-item a {
  position: static;
  text-decoration: none;
  color: var(--background);
  display: flex;
}
.event-detail .event-detail-container .event-detail-inner .list.list-media .list-item .title {
  display: block;
}
.event-detail .event-detail-container .event-detail-inner .list.list-media .list-item .icon {
  display: inline-flex;
  margin-right: 7px;
  position: relative;
  top: 3px;
  align-items: center;
  background-color: var(--primary);
  border-radius: 11px;
  display: block;
  display: flex;
  height: 22px;
  justify-content: center;
  margin: 0 1px;
  width: 30px;
  -webkit-margin-end: 0.2rem;
          margin-inline-end: 0.2rem;
}
.event-detail .event-detail-container .event-detail-inner .list.list-media .list-item .icon.icon-play {
  /*background:transparent url('../svg/small-icon-play-active.svg') center center no-repeat;*/
  background-size: contain;
}
.event-detail .event-detail-container .event-detail-inner .list.list-media .list-item .icon.icon-play:after {
  content: "C";
  font-size: 13px;
  color: var(--secondary);
  display: inline-block;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.event-detail .event-detail-container .event-detail-inner .list.list-media .list-item .icon.icon-audio {
  /*background:transparent url('../svg/small-icon-audio-active.svg') center center no-repeat;*/
  background-size: contain;
}
.event-detail .event-detail-container .event-detail-inner .list.list-media .list-item .icon.icon-audio:after {
  content: "B";
  font-size: 14px;
  color: var(--secondary);
  display: inline-block;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.event-detail .event-detail-container .event-detail-inner .list.list-media .list-item .icon.icon-doc {
  /*background:transparent url('../svg/small-icon-doc-active.svg') center center no-repeat;*/
  background-size: contain;
}
.event-detail .event-detail-container .event-detail-inner .list.list-media .list-item .icon.icon-doc:after {
  content: "D";
  font-size: 13px;
  color: var(--secondary);
  display: inline-block;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.event-detail .event-detail-container .event-detail-inner .list.list-media .list-item .title {
  text-decoration: underline;
}
.event-detail .event-detail-container .event-detail-inner .list.list-media .list-item .title b {
  font-weight: 700;
}
.event-detail .event-detail-container .event-detail-inner .label {
  margin-right: 2px;
  margin-bottom: 7px;
}
.event-detail .event-detail-container .event-detail-inner .label.label--organization:after {
  content: "\a";
  white-space: pre;
}
.event-detail .event-detail-container .event-detail-inner p {
  padding-top: 7px;
}

@media (max-width: 1400px) {
  /*.calendar-entry-item-3, .calendar-entry-item-4, .calendar-entry-item-5 {
  	.event-detail .event-detail-container .event-detail-inner {
  		width:470px;
  	}
  }*/
}
@media (max-width: 1088px) {
  /*.calendar-entry-item-3, .calendar-entry-item-4, .calendar-entry-item-5 {
  	.event-detail .event-detail-container .event-detail-inner {
  		width:370px;
  	}
  }*/
}
@media (max-width: 991px) {
  .event-detail .event-detail-container .event-detail-inner {
    padding: 20px 25px 20px 25px;
  }
  .event-detail .event-detail-container .event-detail-inner .add-to-calendar {
    right: 40px;
    top: 25px;
  }
}
@media (max-width: 767px) {
  /*.event-detail {
  	position:static;
  }
  .event-detail .event-detail-container {
  	position:fixed;
  	left:0px;
  	top:0px;
  	right:0px;
  	bottom:0px;
  	z-index: 999999;
  }*/
  .event-detail .event-detail-container {
    align-items: flex-start;
    height: 100%;
    padding: 0px;
  }
  .event-detail .event-detail-container .event-detail-inner {
    padding: 20px;
    padding-top: 5px;
    border: none;
    border-radius: 0px;
    width: 100%;
    height: 100%;
    display: block;
  }
  .event-detail .event-detail-container .event-detail-inner .title {
    display: block;
    border-bottom: 1px #d9e1e5 solid;
    padding-bottom: 5px;
    padding-left: 20px;
    font-size: 1.5rem;
    font-weight: 800;
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
  .event-detail .event-detail-container .event-detail-inner .add-to-calendar {
    top: 55px;
    right: 10px;
  }
  .event-detail .event-detail-container .event-detail-inner h2 {
    padding: 10px 0px;
    margin-bottom: 0px;
  }
}
.component.photogallery {
  margin-bottom: 40px;
}
.component.photogallery .gallery-item {
  padding-bottom: 15px;
  display: block;
  font-size: 0px;
  height: 100%;
}
.component.photogallery .gallery-item picture {
  display: block;
  height: 100%;
  width: 100%;
}
.component.photogallery .gallery-item img {
  display: block;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 229/152;
}

a.show-next {
  font-weight: 700;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 15px;
  color: var(--primary);
  text-decoration: none;
}
a.show-next:hover {
  text-decoration: underline;
}
a.show-next:after {
  content: "";
  display: inline-block;
  width: 8.4px;
  height: 12px;
  background: transparent url("../svg/caret-right-filled-blue.svg") center center no-repeat;
  background-size: contain;
  margin-left: 10px;
  position: relative;
}

@media (max-width: 991px) {
  a.show-next {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
.component.videogallery .video-item {
  position: relative;
  margin-bottom: 40px;
}
.component.videogallery .video-item > a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  z-index: 22;
}
.component.videogallery .video-item .txt {
  padding: 20px 40px;
}
.component.videogallery .video-item .txt h3,
.component.videogallery .video-item .txt h2 {
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 700;
}
.component.videogallery .video-item:hover .img .icon.icon-play {
  width: 130px;
  height: 130px;
  margin-top: -65px;
  margin-left: -65px;
}
.component.videogallery .video-item:hover .img .icon.icon-play:before {
  width: 100px;
  height: 100px;
}
.component.videogallery .video-item:hover .img img {
  transform: scale(1.15);
}
.component.videogallery .video-item .img {
  font-size: 0px;
  position: relative;
  overflow: hidden;
  /*&:after {
  	content:'';
  	width:100px;
  	height:100px;
  	background:transparent url('../svg/play-video-block.svg') center center no-repeat;
  	background-size:contain;
  	@include pa(50%,auto,auto,50%);
  	margin-top:-50px;
  	margin-left:-50px;
  	display:block;
  	z-index:2;
  }*/
}
.component.videogallery .video-item .img picture {
  display: block;
  width: 100%;
}
.component.videogallery .video-item .img:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  display: none;
}
.component.videogallery .video-item .img img {
  display: block;
  max-width: 100%;
  width: 100%;
  transition: all 0.25s linear;
}
.component.videogallery .video-item .img .icon.icon-play {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  /*background:transparent url('../svg/play-video-1.svg') center center no-repeat;*/
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s linear;
  z-index: 5;
}
.component.videogallery .video-item .img .icon.icon-play span {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 50%;
  display: block;
  background: var(--secondary);
  opacity: 0.4;
}
.component.videogallery .video-item .img .icon.icon-play:before {
  content: "";
  /*background:transparent url('../svg/play-video-2.svg') center center no-repeat;*/
  background-size: contain;
  background: var(--secondary);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  transition: all 0.25s linear;
}
.component.videogallery .video-item .img .icon.icon-play:after {
  content: "";
  /*background:transparent url('../gfx/icon/caret-right-filled-2.svg') center center no-repeat;*/
  background-size: contain;
  width: 22px;
  height: 31px;
  display: block;
  z-index: 3;
  position: relative;
  left: 2px;
  transition: all 0.25s linear;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "E";
  font-size: 30px;
  color: var(--primary);
  display: inline-flex;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main.component.news {
  background: #f2f5f6;
  overflow: hidden;
  position: relative;
}

.news-item .img picture {
  display: block;
  width: 100%;
}
.news-item .img img {
  display: block;
  width: 100%;
}

.component.news {
  padding: 30px 0px 0px 0px;
}
.component.news .row {
  margin-right: -10px;
  margin-left: -10px;
}
.component.news .row > div {
  padding-right: 10px;
  padding-left: 10px;
}
.component.news .news-item {
  position: relative;
  margin-bottom: 20px;
  /*height:auto;*/
  height: calc(100% - 20px);
}
.component.news .news-item > a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  z-index: 1000;
}
.component.news .news-item.swiper-slide {
  height: auto !important;
}
.component.news .news-item .txt {
  padding: 30px 40px;
  height: 100%;
}
.component.news .news-item .txt h2 {
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 700;
}
.component.news .news-item .txt p {
  margin-bottom: 0px;
}
.component.news .news-item .img {
  font-size: 0px;
  position: relative;
  overflow: hidden;
}
.component.news .news-item .img picture {
  display: block;
  width: 100%;
}
.component.news .news-item .img .badge {
  position: absolute;
  top: 15px;
  right: auto;
  bottom: auto;
  left: 15px;
}
.component.news .news-item .img img {
  display: block;
  max-width: 100%;
  width: 100%;
  transition: all 0.25s linear;
}
.component.news .news-item .img .icon.icon-play {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  background: transparent url("../svg/play-video-1.svg") center center no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s linear;
  z-index: 5;
}
.component.news .news-item .img .icon.icon-play:before {
  content: "";
  background: transparent url("../svg/play-video-2.svg") center center no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  transition: all 0.25s linear;
}
.component.news .news-item .img .icon.icon-play:after {
  content: "";
  background: transparent url("../svg/caret-right-filled-2.svg") center center no-repeat;
  background-size: contain;
  width: 22px;
  height: 31px;
  display: block;
  z-index: 3;
  position: relative;
  left: 2px;
  transition: all 0.25s linear;
}
.component.news .news-item:hover .img img {
  transform: scale(1.15);
}
.component.news .news-item:hover .img .icon.icon-play {
  width: 130px;
  height: 130px;
  margin-top: -65px;
  margin-left: -65px;
}
.component.news .news-item:hover .img .icon.icon-play:before {
  width: 100px;
  height: 100px;
}

.grid-content + .news {
  padding-top: 40px;
}

@media (max-width: 991px) {
  .component.news .news-item .txt {
    padding: 25px 30px;
  }
  .component.news .news-item .img .icon.icon-play {
    transform: scale(0.8);
  }
}
@media (max-width: 767px) {
  .component.news .news-item .txt {
    padding: 20px;
  }
  .component.news .news-item .img .icon.icon-play {
    transform: scale(0.7);
  }
}
.component.news {
  margin: 0px -15px;
}
.component.news .news-slider {
  opacity: 0;
  transition: opacity 200ms linear;
  will-change: opacity;
}
.component.news .news-slider.swiper-initialized {
  opacity: 1;
}
.component.news .news-slider .news-item {
  /*max-width:480px;*/
}
.component.news .news-slider .swiper-button-prev,
.component.news .news-slider .swiper-button-next {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  /*background:$yellow url('../svg/arrow-right-circle-filled.svg') center center no-repeat;*/
  background-size: 20px 16px;
  background-color: var(--secondary);
}
.component.news .news-slider .swiper-button-prev:before,
.component.news .news-slider .swiper-button-next:before {
  content: "N";
  font-size: 20px;
  color: var(--primary);
  display: inline-block;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.component.news .news-slider .swiper-button-prev:after,
.component.news .news-slider .swiper-button-next:after {
  display: none;
}
.component.news .news-slider .swiper-button-prev:hover,
.component.news .news-slider .swiper-button-next:hover {
  /*background:$yellow-hover url('../svg/arrow-right-circle-filled.svg') center center no-repeat;*/
  background-color: var(--secondary-hover);
  background-size: 20px 16px;
}
.component.news .news-slider .swiper-button-prev.swiper-button-disabled,
.component.news .news-slider .swiper-button-next.swiper-button-disabled {
  display: none;
}
.component.news .news-slider .swiper-button-prev {
  transform: rotate(180deg);
}
.component.news .news-slider .swiper-slide-prev {
  opacity: 0.5;
}

.component.news .news-slider .swiper-slide-prev {
  opacity: 1;
}

@media (max-width: 991px) {
  .component.news .news-slider .swiper-button-prev,
  .component.news .news-slider .swiper-button-next {
    transform: scale(0.8);
  }
  .component.news .news-slider .swiper-button-prev {
    transform: rotate(180deg) scale(0.8);
  }
}
@media (max-width: 767px) {
  .component.news .news-slider .swiper-button-prev,
  .component.news .news-slider .swiper-button-next {
    transform: scale(0.7);
  }
  .component.news .news-slider .swiper-button-prev {
    transform: rotate(180deg) scale(0.7);
  }
}
@media (max-width: 480px) {
  .component.news {
    margin: 0px 0px;
  }
}
.component.contacts-blocks {
  padding: 15px 0px;
  margin-bottom: 15px;
}
.component.contacts-blocks .row {
  margin: 0px -7.5px;
}
.component.contacts-blocks .row > div {
  padding: 0px 7.5px;
  margin-bottom: 15px;
}
.component.contacts-blocks .contact-item {
  height: 100%;
  text-align: center;
  padding: 30px;
}
.component.contacts-blocks .contact-item h3 {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 800;
}
.component.contacts-blocks .contact-item .img {
  margin: auto;
  margin-bottom: 17px;
  font-size: 0px;
  width: 190px;
  height: 190px;
  overflow: hidden;
  border-radius: 50%;
}
.component.contacts-blocks .contact-item .img picture {
  display: block;
  height: 100%;
  width: 100%;
}
.component.contacts-blocks .contact-item .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.component.contacts-blocks .contact-item .links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.component.contacts-blocks .contact-item .links .icon {
  margin: 0px 7px;
  width: 22px;
  height: 22px;
  display: inline-block;
  font-size: 0px;
}
.component.contacts-blocks .contact-item .links .icon img {
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.component.contacts-blocks .contact-item .links .icon.icon-email, .component.contacts-blocks .contact-item .links .icon.icon-mail {
  position: relative;
  top: 2px;
}
.component.contacts-blocks .company-link {
  color: inherit;
  display: inline-block;
  -webkit-margin-after: 0.5rem;
          margin-block-end: 0.5rem;
  word-break: break-word;
}
.component.contacts-blocks.contacts-info .contact-item {
  padding: 40px;
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: left;
  height: 100%;
}
.component.contacts-blocks.contacts-info .contact-item .img {
  margin: 0px;
  margin-right: 40px;
}
.component.contacts-blocks.contacts-info .contact-item .txt {
  width: calc(100% - 100px - 40px);
}
.component.contacts-blocks.contacts-info .contact-item .txt p {
  margin-bottom: 0px;
}
.component.contacts-blocks.contacts-info .contact-item .txt .links {
  justify-content: flex-start;
  padding-top: 15px;
}
.component.contacts-blocks.contacts-info .contact-item .info {
  width: 100%;
  padding-top: 25px;
  margin-top: auto;
}
.component.contacts-blocks.contacts-info .contact-item .info .info-item {
  border-top: 1px var(--grey) solid;
  padding: 20px 0px 0px 0px;
}
.component.contacts-blocks.contacts-info .contact-item .info .info-item h4 {
  padding-bottom: 20px;
  font-weight: 800;
  position: relative;
  cursor: pointer;
}
.component.contacts-blocks.contacts-info .contact-item .info .info-item h4:after {
  content: "";
  width: 10px;
  height: 7px;
  /*background:transparent url('../svg/caret-right-filled-blue.svg') center center no-repeat;*/
  background-size: contain;
  position: absolute;
  top: 9px;
  right: 20px;
  bottom: auto;
  left: auto;
  display: block;
  content: "C";
  font-size: 10px;
  color: var(--primary);
  display: inline-block;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(90deg);
}
.component.contacts-blocks.contacts-info .contact-item .info .info-item .info-item-detail {
  display: none;
}
.component.contacts-blocks.contacts-info .contact-item .info .info-item .info-item-detail .show-next {
  margin-bottom: 15px;
}
.component.contacts-blocks.contacts-info .contact-item .info .info-item.active h4:after {
  transform: rotate(270deg);
  right: 23px;
}
.component.contacts-blocks.contacts-info .contact-item .info .info-item.active .info-item-detail {
  display: block;
}

@media (max-width: 991px) {
  .component.contacts-blocks.contacts-info .row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .component.contacts-blocks .contact-item .img {
    width: 145px;
    height: 145px;
  }
}
@media (max-width: 767px) {
  .component.contacts-blocks .row > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .component.contacts-blocks.contacts-info .contact-item,
  .component.contacts-blocks .contact-item {
    padding: 20px;
  }
  .component.contacts-blocks .contact-item .img {
    width: 125px;
    height: 125px;
  }
}
@media (max-width: 550px) {
  .component.contacts-blocks .row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.speakers .letter {
  padding: 8px 40px;
  font-weight: 800;
}

@media (max-width: 767px) {
  .speakers .letter {
    padding: 8px 20px;
  }
}
.component.partners {
  margin: 0px -30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.component.partners h2 {
  margin-left: 30px;
  margin-bottom: 40px;
  width: 100%;
}
.component.partners a {
  text-decoration: none;
}
.component.partners img {
  /*max-height:75px;*/
  max-width: 100%;
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.component.partners hr {
  margin-top: 20px;
  width: 100%;
}
.component.partners.last {
  margin-bottom: 40px;
}
.component.partners.last hr {
  display: none;
}

.component.event-stream {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 80px;
}
.component.event-stream > a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  z-index: 9;
}
.component.event-stream .txt {
  background: var(--body-background);
  color: var(--background);
  padding: 40px;
}
.component.event-stream .txt h3 {
  padding: 5px 0px;
}
.component.event-stream .txt .label {
  color: var(--background);
}
.component.event-stream .img {
  font-size: 0px;
  position: relative;
}
.component.event-stream .img img {
  width: 100%;
}
.component.event-stream .img .badge {
  position: absolute;
  top: 28px;
  right: auto;
  bottom: auto;
  left: 27px;
  z-index: 0;
  margin: 0px;
}
.component.event-stream .img .icon.icon-play {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  /*background:transparent url('../svg/play-video-1.svg') center center no-repeat;*/
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s linear;
}
.component.event-stream .img .icon.icon-play span {
  background: var(--secondary);
  border-radius: 50%;
  bottom: 0;
  display: block;
  left: 0;
  opacity: 0.35;
  position: absolute;
  right: 0;
  top: 0;
}
.component.event-stream .img .icon.icon-play:before {
  content: "";
  /*background:transparent url('../gfx/icon/play-video-2.svg') center center no-repeat;*/
  background-size: contain;
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  transition: all 0.25s linear;
  background: var(--secondary);
  border-radius: 50%;
}
.component.event-stream .img .icon.icon-play:after {
  content: "";
  /*background:transparent url('../gfx/icon/caret-right-filled-2.svg') center center no-repeat;*/
  background-size: contain;
  width: 22px;
  height: 31px;
  display: block;
  z-index: 3;
  position: relative;
  left: 2px;
  transition: all 0.25s linear;
  content: "E";
  font-size: 32px;
  color: var(--primary);
  display: inline-block;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: -2px;
}
.component.event-stream:hover .txt {
  background: var(--secondary);
}
.component.event-stream:hover .txt .label {
  background: var(--secondary-hover);
}
.component.event-stream:hover .img .icon.icon-play {
  width: 130px;
  height: 130px;
  margin-top: -65px;
  margin-left: -65px;
}
.component.event-stream:hover .img .icon.icon-play:before {
  width: 100px;
  height: 100px;
}

.event-stream-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.event-stream-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .component.event-stream .txt {
    padding: 30px;
  }
  .component.event-stream {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .component.event-stream .txt {
    padding: 20px;
  }
  .component.event-stream .img .badge {
    left: 15px;
    top: 15px;
  }
  .component.event-stream {
    margin-bottom: 20px;
  }
}
.grid-content {
  padding: 40px 0px 0px 0px;
  /* content */
}
.grid-content .parent {
  padding-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /*grid-template-rows: repeat(5, 1fr);*/
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.grid-content .parent.parent-rows-5 {
  /*grid-template-rows: repeat(5, 1fr);*/
}
.grid-content .parent.parent-rows-3 {
  /*grid-template-rows: repeat(3, 1fr);*/
}
.grid-content .parent > div {
  min-height: 280px;
  background: #eee;
  border-radius: 10px;
}
.grid-content .div1 {
  grid-area: 1/1/3/3;
}
.grid-content .div2 {
  grid-area: 1/3/2/4;
}
.grid-content .div3 {
  grid-area: 3/1/4/2;
}
.grid-content .div4 {
  grid-area: 3/2/4/3;
}
.grid-content .div5 {
  grid-area: 2/3/4/4;
}
.grid-content .div6 {
  grid-area: 4/1/6/2;
}
.grid-content .div7 {
  grid-area: 4/2/5/4;
}
.grid-content .div8 {
  grid-area: 5/2/6/3;
}
.grid-content .div9 {
  grid-area: 5/3/6/4;
}
.grid-content .div1 img,
.grid-content .div5 img {
  max-height: 700px;
}
.grid-content .div1 .img .icon {
  /*display:none;*/
  z-index: 2;
}
.grid-content .div2 img,
.grid-content .div3 img,
.grid-content .div4 img,
.grid-content .div7 img,
.grid-content .div8 img,
.grid-content .div9 img {
  max-height: 320px;
}
.grid-content .grid-item {
  overflow: hidden;
  position: relative;
  height: 100%;
  /* grid variants */
}
.grid-content .grid-item .img {
  font-size: 0px;
}
.grid-content .grid-item .img picture {
  display: block;
  height: 100%;
  width: 100%;
}
.grid-content .grid-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid-content .grid-item .label {
  padding-left: 0px;
  font-size: 16px;
  color: inherit;
}
.grid-content .grid-item.tw-feed {
  display: flex;
}
.grid-content .grid-item.tw-feed > div {
  margin: 0px !important;
}
.grid-content .grid-item.tw-feed .tw-feed-bottom {
  display: flex;
  padding: 15px 30px 15px 30px;
  align-items: center;
  justify-content: space-between;
}
.grid-content .grid-item.tw-feed .tw-feed-bottom div {
  font-size: 0.75rem;
  opacity: 0.7;
  display: flex;
  align-items: center;
}
.grid-content .grid-item.tw-feed .tw-feed-bottom div svg {
  width: 19px;
  height: auto;
  opacity: 0.5;
  margin-right: 7px;
}
.grid-content .grid-item.tw-feed .tw-feed-body {
  padding: 0px 30px 15px 30px;
  color: var(--primary);
}
.grid-content .grid-item.tw-feed .tw-feed-header {
  display: flex;
  padding: 30px 30px 15px 30px;
  justify-content: flex-start;
  align-items: center;
}
.grid-content .grid-item.tw-feed .tw-feed-header .tw-logo {
  margin-right: 10px;
}
.grid-content .grid-item.tw-feed .tw-feed-header .tw-logo img {
  width: 50px;
  height: 50px;
}
.grid-content .grid-item.tw-feed .tw-feed-header .txt {
  font-size: 0.75rem;
  color: #bfced4;
}
.grid-content .grid-item.tw-feed .tw-feed-header .txt p {
  margin: 0px;
  font-size: 1rem;
  color: var(--primary);
  font-weight: bold;
}
.grid-content .grid-item.tw-feed .tw-feed-header .tw-header-right {
  margin-left: auto;
}
.grid-content .grid-item.tw-feed .tw-feed-header .tw-header-right img {
  width: 24px;
  height: 19.5px;
}
.grid-content .grid-item.gallery-item > a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  z-index: 10;
}
.grid-content .grid-item.gallery-item .img {
  height: 100%;
  position: relative;
}
.grid-content .grid-item.gallery-item .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.25s linear;
  /*opacity: 70%;*/
}
.grid-content .grid-item.gallery-item .img .icon.icon-gallery {
  background: transparent url("../svg/carousel-filled.svg") center center no-repeat;
  background-size: contain;
  width: 32px;
  height: 25px;
  display: inline-block;
  position: absolute;
  top: 30px;
  right: auto;
  bottom: auto;
  left: 30px;
  filter: brightness(0) invert(1);
}
.grid-content .grid-item.gallery-item .txt {
  padding: 0px 30px 40px 30px;
  color: var(--body-background);
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
}
.grid-content .grid-item.gallery-item .txt h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
}
.grid-content .grid-item.gallery-item .txt .icon.icon-arrow {
  background: transparent url("../svg/arrow-right-circle-filled.svg") center center no-repeat;
  background-size: contain;
  width: 15px;
  height: 12px;
  display: inline-block;
  position: relative;
  left: 0px;
  filter: brightness(0) invert(1);
  transition: all 0.25s linear;
  margin-top: 12px;
}
.grid-content .grid-item.gallery-item .txt .icon.icon-arrow:before {
  content: "";
  background: var(--primary);
  height: 2px;
  position: absolute;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 0px;
  display: block;
  transition: all 0.25s linear;
  width: 0px;
}
.grid-content .grid-item.gallery-item:hover .img img {
  transform: scale(1.15);
}
.grid-content .grid-item.gallery-item:hover .txt h2 {
  text-decoration: underline;
}
.grid-content .grid-item.gallery-item:hover .txt .icon.icon-arrow {
  left: 20px;
}
.grid-content .grid-item.gallery-item:hover .txt .icon.icon-arrow:before {
  width: 20px;
  left: -20px;
}
.grid-content .grid-item.article-item {
  background: var(--primary);
}
.grid-content .grid-item.article-item.article-item-featured .img .icon.icon-play {
  top: 50%;
}
.grid-content .grid-item.article-item.article-item-featured .txt {
  padding: 0px 60px 60px 60px;
}
.grid-content .grid-item.article-item.article-item-featured .txt h2 {
  font-size: 2rem;
}
.grid-content .grid-item.article-item.article-item-featured .txt .icon.icon-quote {
  width: 42px;
  height: 34px;
}
.grid-content .grid-item.article-item .icon.icon-doc {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-top: -90px;
  margin-left: -50px;
  background: transparent url("../svg/play-video-blue-1.svg") center center no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s linear;
  z-index: 5;
}
.grid-content .grid-item.article-item .icon.icon-doc:before {
  content: "";
  background-color: var(--primary);
  border-radius: 100%;
  background-size: contain;
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  transition: all 0.25s linear;
}
.grid-content .grid-item.article-item .icon.icon-doc:after {
  content: "";
  background: transparent url("../svg/file-7.svg") center center no-repeat;
  background-size: contain;
  width: 30px;
  height: 36px;
  display: block;
  z-index: 3;
  position: relative;
  left: 1px;
  transition: all 0.25s linear;
}
.grid-content .grid-item.article-item > a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  z-index: 10;
}
.grid-content .grid-item.article-item .img {
  height: 100%;
}
.grid-content .grid-item.article-item .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.25s linear;
  /*opacity: 80%;*/
}
.grid-content .grid-item.article-item .img:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.grid-content .grid-item.article-item .txt {
  padding: 0px 30px 40px 30px;
  color: var(--body-background);
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
}
.grid-content .grid-item.article-item .txt h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
}
.grid-content .grid-item.article-item .txt .icon.icon-quote {
  background: transparent url("../svg/quote-5.svg") center center no-repeat;
  background-size: contain;
  width: 32px;
  height: 24px;
  display: block;
  z-index: 3;
  transition: all 0.25s linear;
  margin-top: 12px;
}
.grid-content .grid-item.article-item:hover .icon.icon-doc {
  width: 130px;
  height: 130px;
  margin-top: -105px;
  margin-left: -65px;
}
.grid-content .grid-item.article-item:hover .icon.icon-doc:before {
  width: 100px;
  height: 100px;
}
.grid-content .grid-item.article-item:hover .img img {
  transform: scale(1.15);
}
.grid-content .grid-item.article-item:hover .txt h2 {
  text-decoration: underline;
}
.grid-content .grid-item.docs-item:after {
  display: none !important;
}
.grid-content .grid-item.docs-item .icon.icon-doc {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50px;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-top: 0px;
  margin-left: -50px;
  background: transparent url("../svg/play-video-blue-1.svg") center center no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s linear;
  z-index: 5;
}
.grid-content .grid-item.docs-item .icon.icon-doc:before {
  content: "";
  background-color: var(--primary);
  border-radius: 100%;
  background-size: contain;
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  transition: all 0.25s linear;
}
.grid-content .grid-item.docs-item .icon.icon-doc:after {
  content: "";
  background: transparent url("../svg/file-7.svg") center center no-repeat;
  background-size: contain;
  width: 30px;
  height: 36px;
  display: block;
  z-index: 3;
  position: relative;
  left: 1px;
  transition: all 0.25s linear;
}
.grid-content .grid-item.docs-item .txt .icon.icon-arrow {
  background: transparent url("../svg/arrow-right-circle-filled.svg") center center no-repeat;
  background-size: contain;
  width: 15px;
  height: 12px;
  display: inline-block;
  position: relative;
  left: 0px;
  transition: all 0.25s linear;
  margin-top: 12px;
}
.grid-content .grid-item.docs-item .txt .icon.icon-arrow:before {
  content: "";
  background: var(--primary);
  height: 2px;
  position: absolute;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 0px;
  display: block;
  transition: all 0.25s linear;
  width: 0px;
}
.grid-content .grid-item.docs-item:hover .icon.icon-doc {
  width: 130px;
  height: 130px;
  margin-top: -15px;
  margin-left: -65px;
}
.grid-content .grid-item.docs-item:hover .icon.icon-doc:before {
  width: 100px;
  height: 100px;
}
.grid-content .grid-item.docs-item:hover .txt h2 {
  text-decoration: underline;
}
.grid-content .grid-item.docs-item:hover .txt .icon.icon-arrow {
  left: 20px;
}
.grid-content .grid-item.docs-item:hover .txt .icon.icon-arrow:before {
  width: 20px;
  left: -20px;
}
.grid-content .grid-item.docs-item.docs-item-featured .img .icon.icon-play, .grid-content .grid-item.docs-item.audio-item-featured .img .icon.icon-play, .grid-content .grid-item.audio-item.docs-item-featured .img .icon.icon-play, .grid-content .grid-item.audio-item.audio-item-featured .img .icon.icon-play {
  top: 50%;
}
.grid-content .grid-item.docs-item.docs-item-featured .txt, .grid-content .grid-item.docs-item.audio-item-featured .txt, .grid-content .grid-item.audio-item.docs-item-featured .txt, .grid-content .grid-item.audio-item.audio-item-featured .txt {
  padding: 0px 60px 60px 60px;
}
.grid-content .grid-item.docs-item.docs-item-featured .txt h2, .grid-content .grid-item.docs-item.audio-item-featured .txt h2, .grid-content .grid-item.audio-item.docs-item-featured .txt h2, .grid-content .grid-item.audio-item.audio-item-featured .txt h2 {
  font-size: 2rem;
}
.grid-content .grid-item.docs-item.docs-item-featured:after, .grid-content .grid-item.docs-item.audio-item-featured:after, .grid-content .grid-item.audio-item.docs-item-featured:after, .grid-content .grid-item.audio-item.audio-item-featured:after {
  background-repeat: repeat-x;
}
.grid-content .grid-item.docs-item.docs-item-featured .icon.icon-doc,
.grid-content .grid-item.docs-item.docs-item-featured .icon.icon-audio, .grid-content .grid-item.docs-item.audio-item-featured .icon.icon-doc,
.grid-content .grid-item.docs-item.audio-item-featured .icon.icon-audio, .grid-content .grid-item.audio-item.docs-item-featured .icon.icon-doc,
.grid-content .grid-item.audio-item.docs-item-featured .icon.icon-audio, .grid-content .grid-item.audio-item.audio-item-featured .icon.icon-doc,
.grid-content .grid-item.audio-item.audio-item-featured .icon.icon-audio {
  transform: scale(1.5);
  top: calc(50% - 90px);
}
.grid-content .grid-item.docs-item > a, .grid-content .grid-item.audio-item > a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  z-index: 10;
}
.grid-content .grid-item.docs-item .audio-bottom, .grid-content .grid-item.audio-item .audio-bottom {
  display: block;
  height: 21px;
  width: auto;
  position: absolute;
  top: auto;
  right: 30px;
  bottom: 0px;
  left: 30px;
  bottom: -5px;
  transition: all 0.25s linear;
  overflow: hidden;
}
.grid-content .grid-item.docs-item .audio-bottom svg, .grid-content .grid-item.audio-item .audio-bottom svg {
  width: 100%;
  position: relative;
  top: -9px;
  transition: all 0.25s linear;
}
.grid-content .grid-item.docs-item .audio-bottom svg line, .grid-content .grid-item.audio-item .audio-bottom svg line {
  stroke: var(--primary);
}
.grid-content .grid-item.docs-item .txt, .grid-content .grid-item.audio-item .txt {
  padding: 0px 30px 40px 30px;
  color: var(--background);
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
}
.grid-content .grid-item.docs-item .txt h2, .grid-content .grid-item.audio-item .txt h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
}
.grid-content .grid-item.docs-item .icon.icon-audio, .grid-content .grid-item.audio-item .icon.icon-audio {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50px;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-top: 0px;
  margin-left: -50px;
  /*background:transparent url('../svg/play-video-blue-1.svg') center center no-repeat;*/
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s linear;
  z-index: 5;
}
.grid-content .grid-item.docs-item .icon.icon-audio span, .grid-content .grid-item.audio-item .icon.icon-audio span {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 50%;
  display: block;
  background: var(--primary);
  opacity: 0.4;
}
.grid-content .grid-item.docs-item .icon.icon-audio:before, .grid-content .grid-item.audio-item .icon.icon-audio:before {
  content: "";
  /*background:transparent url('../gfx/icon/play-video-blue-2.svg') center center no-repeat;*/
  background-size: contain;
  background: var(--primary);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  transition: all 0.25s linear;
}
.grid-content .grid-item.docs-item .icon.icon-audio:after, .grid-content .grid-item.audio-item .icon.icon-audio:after {
  content: "";
  /*background:transparent url('../svg/audio-19.svg') center center no-repeat;*/
  background-size: contain;
  width: 32px;
  height: 34px;
  display: block;
  z-index: 3;
  position: relative;
  left: -3px;
  transition: all 0.25s linear;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "L";
  font-size: 30px;
  color: var(--secondary);
  display: inline-flex;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.grid-content .grid-item.docs-item:hover .audio-bottom, .grid-content .grid-item.audio-item:hover .audio-bottom {
  height: 30px;
}
.grid-content .grid-item.docs-item:hover .audio-bottom svg, .grid-content .grid-item.audio-item:hover .audio-bottom svg {
  top: 0px;
}
.grid-content .grid-item.docs-item:hover .icon.icon-audio, .grid-content .grid-item.audio-item:hover .icon.icon-audio {
  width: 130px;
  height: 130px;
  margin-top: -15px;
  margin-left: -65px;
}
.grid-content .grid-item.docs-item:hover .icon.icon-audio:before, .grid-content .grid-item.audio-item:hover .icon.icon-audio:before {
  width: 100px;
  height: 100px;
}
.grid-content .grid-item.docs-item:hover img, .grid-content .grid-item.audio-item:hover img {
  transform: scale(1.15);
}
.grid-content .grid-item.docs-item:hover .txt h2, .grid-content .grid-item.audio-item:hover .txt h2 {
  text-decoration: underline;
}
.grid-content .grid-item.video-item.video-item-featured .img .icon.icon-play {
  top: 50%;
}
.grid-content .grid-item.video-item.video-item-featured .txt {
  padding: 0px 60px 60px 60px;
}
.grid-content .grid-item.video-item.video-item-featured .txt h2 {
  font-size: 2rem;
}
.grid-content .grid-item.video-item > a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  z-index: 10;
}
.grid-content .grid-item.video-item .txt {
  padding: 0px 30px 40px 30px;
  color: var(--body-background);
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
}
.grid-content .grid-item.video-item .txt h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
}
.grid-content .grid-item.video-item .img {
  font-size: 0px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.grid-content .grid-item.video-item .img:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.grid-content .grid-item.video-item .img img {
  max-width: 100%;
  transition: all 0.25s linear;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid-content .grid-item.video-item .img .icon.icon-play {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 33%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  /*background:transparent url('../svg/play-video-1.svg') center center no-repeat;*/
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s linear;
  z-index: 5;
}
.grid-content .grid-item.video-item .img .icon.icon-play span {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 50%;
  display: block;
  background: var(--secondary);
  opacity: 0.4;
}
.grid-content .grid-item.video-item .img .icon.icon-play:before {
  content: "";
  /*background:transparent url('../svg/play-video-2.svg') center center no-repeat;*/
  background-size: contain;
  background: var(--secondary);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  transition: all 0.25s linear;
}
.grid-content .grid-item.video-item .img .icon.icon-play:after {
  content: "";
  /*background:transparent url('../gfx/icon/caret-right-filled-2.svg') center center no-repeat;*/
  background-size: contain;
  width: 22px;
  height: 31px;
  display: block;
  z-index: 3;
  position: relative;
  left: 2px;
  transition: all 0.25s linear;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "E";
  font-size: 30px;
  color: var(--primary);
  display: inline-flex;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.grid-content .grid-item.video-item:hover .img .icon.icon-play {
  width: 130px;
  height: 130px;
  margin-top: -65px;
  margin-left: -65px;
}
.grid-content .grid-item.video-item:hover .img .icon.icon-play:before {
  width: 100px;
  height: 100px;
}
.grid-content .grid-item.video-item:hover .img img {
  transform: scale(1.15);
}
.grid-content .grid-item.video-item:hover .txt h2 {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .grid-content .parent {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  .grid-content .grid-item .txt {
    padding: 0px 40px 40px 40px !important;
  }
  .grid-content .grid-item.audio-item .txt {
    padding-bottom: 40px !important;
  }
  .grid-content .grid-item.video-item .img .icon.icon-play,
  .grid-content .grid-item.docs-item .icon.icon-doc,
  .grid-content .grid-item.docs-item .icon.icon-audio, .grid-content .grid-item.audio-item .icon.icon-audio {
    transform: scale(0.8);
  }
}
@media (max-width: 767px) {
  .grid-content .grid-item.video-item .img .icon.icon-play,
  .grid-content .grid-item.docs-item .icon.icon-doc,
  .grid-content .grid-item.docs-item .icon.icon-audio, .grid-content .grid-item.audio-item .icon.icon-audio {
    transform: scale(0.7);
  }
  .grid-content .parent {
    display: block;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
  .grid-content .parent > div {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0px 7px;
    margin-bottom: 15px;
  }
  .grid-content .grid-item .txt {
    padding: 0px 20px 20px 20px !important;
  }
  .grid-content .grid-item.audio-item .txt {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 580px) {
  .grid-content .parent {
    display: block;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
  .grid-content .parent > div {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 7px;
    margin-bottom: 15px;
  }
}
.component.registration-form {
  padding: 40px 0px 0px 0px;
}
.component.registration-form .form-section {
  border-left: 10px #ffcb05 solid;
  padding: 50px 90px 30px 80px;
  margin-bottom: 20px;
}
.component.registration-form .form-section h2 {
  font-size: 2em;
  position: relative;
}
.component.registration-form .form-section-total {
  border-left: 10px var(--background) solid;
}
.component.registration-form .form-section-total .error-message {
  color: var(--alert);
}
.component.registration-form .form-section-total h2 {
  color: var(--body-background);
}
.component.registration-form .form-section-total hr {
  background: var(--body-background);
  opacity: 0.15;
  margin: 20px 0px;
}
.component.registration-form .form-section-total .button {
  padding-top: 15px;
}
.component.registration-form .form-section-total .button button {
  border: none;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--background);
  min-width: 240px;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  height: 60px;
  line-height: 40px;
  border-radius: 30px;
  margin-bottom: 20px;
}
.component.registration-form .form-section-total .button p {
  font-size: 0.75rem;
}
.component.registration-form .form-section-total .button p a {
  color: var(--secondary);
  text-decoration: underline;
}
.component.registration-form .form-section-total .button p a:hover {
  text-decoration: none;
}
.component.registration-form .form-section-total .price-total {
  display: flex;
  margin: 0px -50px;
  padding: 13px 0px;
}
.component.registration-form .form-section-total .price-total section {
  flex: 1;
  padding: 0px 50px;
  position: relative;
}
.component.registration-form .form-section-total .price-total section:after {
  content: "";
  width: 1px;
  display: block;
  background: var(--body-background);
  opacity: 0.15;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: auto;
}
.component.registration-form .form-section-total .price-total section:last-of-type:after {
  display: none;
}
.component.registration-form .form-section-total .price-total section p {
  opacity: 0.5;
  margin-bottom: 0px;
}
.component.registration-form .form-section-total .price-total section b {
  font-size: 2.5rem;
  font-weight: 800;
}
.component.registration-form .row {
  margin-right: -10px;
  margin-left: -10px;
}
.component.registration-form .row > div {
  padding-right: 10px;
  padding-left: 10px;
}
.component.registration-form .add-next {
  padding-right: 25px;
}
.component.registration-form .btn-add-next {
  cursor: pointer;
  background: transparent url("../svg/plus-2.svg") center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0px;
  bottom: auto;
  left: auto;
  margin-top: -10px;
  border: none;
}
.component.registration-form .form-item {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.component.registration-form .form-item input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 24px;
  height: 24px;
  border: 1px var(--primary) solid;
  border-radius: 4px;
}
.component.registration-form .form-item input[type=checkbox]:checked {
  background: var(--primary) url("../svg/check-mark-2.svg") center center no-repeat;
  background-size: 13px 10px;
}
.component.registration-form .form-item label,
.component.registration-form .form-item input {
  font-size: 1rem;
  color: var(--background);
}
.component.registration-form .form-item label::-moz-placeholder, .component.registration-form .form-item input::-moz-placeholder {
  color: var(--background);
  font-weight: 400;
}
.component.registration-form .form-item label::placeholder,
.component.registration-form .form-item input::placeholder {
  color: var(--background);
  font-weight: 400;
}
.component.registration-form .form-item select, .component.registration-form .form-item input {
  font-weight: 700;
}
.component.registration-form .form-item select {
  font-weight: 400;
  font-size: 1rem;
  color: var(--background);
}
.component.registration-form .form-item label {
  display: none;
}
.component.registration-form .form-item.is-filled label {
  display: block;
}
.component.registration-form .form-item.has-success input {
  background-image: url("../svg/check-mark-1.svg");
  background-position: right 20px center;
  background-repeat: no-repeat;
  padding-right: 40px;
}
.component.registration-form .form-item.has-error label {
  color: var(--alert) !important;
}
.component.registration-form .form-item.has-error input {
  border: 1px var(--alert) solid !important;
  background-image: url("../svg/alert.svg");
  background-position: right 20px center;
  background-repeat: no-repeat;
  padding-right: 40px;
  color: var(--alert);
}
.component.registration-form .form-item.has-error input::-moz-placeholder {
  color: var(--alert);
}
.component.registration-form .form-item.has-error input::placeholder {
  color: var(--alert);
}
.component.registration-form .form-item.form-item-text input,
.component.registration-form .form-item.form-item-text select, .component.registration-form .form-item.form-item-select input,
.component.registration-form .form-item.form-item-select select {
  border: 1px #D8E0E4 solid;
  border-radius: 10px;
  width: 100%;
  height: 60px;
  padding: 10px 30px;
}
.component.registration-form .form-item.form-item-text input:focus,
.component.registration-form .form-item.form-item-text select:focus, .component.registration-form .form-item.form-item-select input:focus,
.component.registration-form .form-item.form-item-select select:focus {
  border: 1px var(--background) solid;
}
.component.registration-form .form-item.form-item-text label, .component.registration-form .form-item.form-item-select label {
  padding: 0px 7px;
  background: var(--body-background);
  position: absolute;
  top: -5px;
  right: auto;
  bottom: auto;
  left: 24px;
  font-size: 0.75rem;
  line-height: 1;
  color: #7f9ca9;
}
.component.registration-form .form-item.form-item-checkbox span.input,
.component.registration-form .form-item.form-item-checkbox input {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 4px;
  position: relative;
  top: 5px;
}
.component.registration-form .form-item.form-item-checkbox label {
  display: inline-block;
}

@media (max-width: 991px) {
  .component.registration-form .form-section {
    padding: 30px 45px 15px 40px;
  }
}
@media (max-width: 767px) {
  .component.registration-form .form-section {
    padding: 20px 15px 10px 15px;
  }
  .component.registration-form .form-item.form-item-text input, .component.registration-form .form-item.form-item-text select, .component.registration-form .form-item.form-item-select input, .component.registration-form .form-item.form-item-select select {
    height: 40px;
  }
  .component.registration-form .form-section-total .button button {
    height: 40px;
    line-height: 17px;
  }
}
@media (max-width: 580px) {
  .component.registration-form .form-section-total .price-total {
    display: block;
    margin: 0px;
  }
  .component.registration-form .form-section-total .price-total section {
    padding: 0px;
    margin-bottom: 15px;
  }
  .component.registration-form .form-section-total .price-total {
    padding-bottom: 0px;
    padding-top: 5px;
  }
  .component.registration-form .form-section-total .price-total section:after {
    display: none;
  }
}
.main.textpage .blogpost-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main.textpage .blogpost-header .back {
  color: #003A53;
  font-size: 1rem;
}
.main.textpage .blogpost-header .back:before {
  content: "";
  /*background:transparent url('../svg/arrow-left-solid.svg') center center no-repeat;*/
  background-size: contain;
  display: inline-block;
  position: relative;
  margin-right: 12px;
  width: 12px;
  height: 12px;
  content: "N";
  font-size: 12px;
  color: var(--primary);
  display: inline-block;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(180deg);
}
.main.textpage .blogpost-header .back:hover {
  text-decoration: none;
}
.main.textpage .blogpost-header .date {
  font-size: 0.75rem;
  padding: 2px 8px;
  white-space: nowrap;
}
.main.textpage .blogpost-header h1, .main.textpage .blogpost-header .excerpt, .main.textpage .blogpost-header .featured-image {
  width: 100%;
}
.main.textpage .blogpost-header .featured-image {
  margin-bottom: 40px;
  font-size: 0px;
}
.main.textpage .blogpost-header .featured-image img {
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
}
.main.textpage .blogpost-header .excerpt p:last-of-type {
  margin-bottom: 0px;
}
.main.textpage .article {
  padding-bottom: 0px;
}

.component.simple-text {
  margin-bottom: 80px;
  /*ul {
  	border-top:1px #d9e1e5 solid;

  	li {
  		border-bottom:1px #d9e1e5 solid;
  		padding:20px 0px 20px 60px;
  		position:relative;

  		&:before {
  			content:'';
  			display:block;
  			width:24px;
  			height:20px;
  			background:transparent url('../svg/check-mark-11.svg') center center no-repeat;
  			background-size:contain;
  			position:absolute;
  			left:0px;
  			top:50%;
  			margin-top:-10px;
  		}
  	}
  }*/
}
.component.simple-text img {
  max-width: 100%;
  height: auto;
}
.component.simple-text div.alignright,
.component.simple-text img.alignright {
  float: right;
  margin-left: 15px;
}
.component.simple-text div.alignleft,
.component.simple-text img.alignleft {
  float: left;
  margin-right: 15px;
}
.component.simple-text img.aligncenter {
  margin: auto;
  display: block;
}
.component.simple-text .wp-caption p {
  display: none;
}
.component.simple-text div.aligncenter {
  text-align: center;
  margin: auto;
}
.component.simple-text div.aligncenter img {
  margin: auto;
}
.component.simple-text h3 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 15px;
}
.component.simple-text h4 {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 15px;
}
.component.simple-text h5 {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 15px;
}
.component.simple-text p:last-of-type {
  margin-bottom: 0px;
}
.component.simple-text p a {
  color: #0079bf;
  font-weight: 400;
}
.component.simple-text iframe {
  margin-top: 20px;
  width: 100%;
  height: 30vw;
  min-height: 250px;
  max-height: 450px;
  margin-bottom: 20px;
}
.component.simple-text ol {
  margin: 0px;
  padding: 0px;
  margin-bottom: 50px;
  counter-reset: item;
}
.component.simple-text ol > li {
  counter-increment: item;
  list-style-type: none;
  padding-left: 40px;
  position: relative;
  margin-bottom: 22px;
  color: inherit;
}
.component.simple-text ol > li a {
  color: #0079bf;
  font-weight: 400;
  text-decoration: underline;
}
.component.simple-text ol > li a:hover {
  text-decoration: none;
}
.component.simple-text ol > li:before {
  display: inline-block;
  background: var(--secondary);
  min-width: 29px;
  height: 29px;
  font-weight: bold;
  color: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  margin-right: 0px;
  font-weight: 700;
  padding: 0px 5px;
  content: counters(item, ".") " ";
  text-align: center;
  position: absolute;
  top: -3px;
  right: auto;
  bottom: auto;
  left: 1px;
}
.component.simple-text ol > li > ol {
  padding-top: 22px;
}
.component.simple-text ol > li > ol > li {
  padding-left: 50px;
}
.component.simple-text ol > li > ol > li > ol {
  padding-top: 15px;
}
.component.simple-text ol > li > ol > li > ol > li {
  padding-left: 65px;
}
.component.simple-text ol > li > ol > li:before {
  padding: 0px 8px;
}
.component.simple-text ol ul, .component.simple-text ol ol {
  margin-left: 15px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.component.simple-text ol.list li:before {
  display: none;
}
.component.simple-text ul {
  margin-bottom: 50px;
}
.component.simple-text ul li {
  padding-left: 21px;
  position: relative;
  margin-bottom: 5px;
  color: inherit;
}
.component.simple-text ul li a {
  color: #0079bf;
  font-weight: 400;
  text-decoration: underline;
}
.component.simple-text ul li a:hover {
  text-decoration: none;
}
.component.simple-text ul li:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 4.5px;
  background: var(--secondary);
  position: absolute;
  top: 8px;
  right: auto;
  bottom: auto;
  left: 0px;
  display: block;
}
.component.simple-text ul li ul {
  padding-top: 5px;
  margin-left: 10px;
  margin-bottom: 0px;
}
.component.simple-text ul > li > ul > li ul li:before {
  background: var(--body-background);
  border: 1px var(--secondary) solid;
}
.component.simple-text dl dt {
  background: #f2f5f6;
  border-radius: 10px 10px 0px 0px;
  padding: 30px;
  padding-bottom: 0px;
  position: relative;
  overflow: hidden;
  font-weight: 800;
}
.component.simple-text dl dd {
  background: #f2f5f6;
  border-radius: 0px 0px 10px 10px;
  padding: 30px;
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
}
.component.simple-text dl dd:last-of-type {
  margin-bottom: 50px;
}
.component.simple-text dl dd ul {
  margin-bottom: 0px;
}
.component.simple-text dl dd ul li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 20px;
}
.component.simple-text dl dd ul li:before {
  content: "";
  width: 31px;
  height: 31px;
  display: block;
  position: absolute;
  top: -3px;
  right: auto;
  bottom: auto;
  left: 0px;
  /*background:transparent url('../images/li.png') center center no-repeat;*/
  background-size: contain;
  background-color: var(--secondary);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "J";
  font-size: 15px;
  color: var(--primary);
  display: inline-flex;
  font-family: "isss";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.component.simple-text dl dd ul li:last-of-type {
  margin-bottom: 0px;
}
.component.simple-text dl dt:before, .component.simple-text dl dd:before {
  width: 10px;
  display: block;
  content: "";
  background: var(--secondary);
  position: absolute;
  top: 0px;
  right: auto;
  bottom: 0px;
  left: 0px;
}
.component.simple-text table {
  width: 100%;
}
.component.simple-text table thead tr td,
.component.simple-text table thead tr th {
  color: var(--body-background);
  background: var(--primary);
  padding: 20px 40px;
  border-right: 1px var(--light-background) solid;
  vertical-align: middle;
}
.component.simple-text table thead tr td:first-of-type,
.component.simple-text table thead tr th:first-of-type {
  border-radius: 10px 0px 0px 0px;
}
.component.simple-text table thead tr td:last-of-type,
.component.simple-text table thead tr th:last-of-type {
  border-radius: 0px 10px 0px 0px;
  border-right: none;
}
.component.simple-text table tbody tr td {
  padding: 20px 40px;
  border-right: 1px #d8dfe6 solid;
  vertical-align: middle;
}
.component.simple-text table tbody tr td:last-of-type {
  border-right: none;
}
.component.simple-text table tbody tr:nth-of-type(even) td {
  background: #f2f5f6;
}
.component.simple-text table tbody tr:last-of-type td:first-of-type {
  border-radius: 0px 0px 0px 10px;
}
.component.simple-text table tbody tr:last-of-type td:last-of-type {
  border-radius: 0px 0px 10px 0px;
  border-right: none;
}
.component.simple-text .tlacitko {
  height: 50px;
  border-radius: 25px;
  padding: 12px 35px;
  display: inline-flex;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  background: var(--secondary);
  color: var(--background);
}
.component.simple-text .tlacitko:hover {
  background: var(--secondary-hover);
}

.component.featured-blocks {
  margin-bottom: 80px;
}
.component.featured-blocks p:last-of-type {
  margin-bottom: 0px;
}
.component.featured-blocks .list.list-featured-blocks .list-item {
  display: block;
  /*border-left: 10px #ffcb05 solid;*/
  border-left: 10px var(--secondary) solid;
  margin-bottom: 5px;
  padding: 35px 30px 15px 30px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.component.featured-blocks .list.list-featured-blocks .list-item h3 {
  font-size: 1.5rem;
  font-weight: 800;
  position: relative;
}
.component.featured-blocks .list.list-featured-blocks .list-item h3 .badge {
  left: 40px;
  top: -5px;
}
.component.featured-blocks .list.list-featured-blocks .list-item h4 {
  font-weight: 800;
  font-size: 1rem;
  margin-bottom: 10px;
}
.component.featured-blocks .list.list-featured-blocks .list-item p {
  margin-bottom: 20px;
}
.component.featured-blocks .list.list-featured-blocks .list-item p a {
  color: var(--primary);
}

.component.person {
  margin-bottom: 80px;
}
.component.person .list.list-persons .list-item {
  display: flex;
  /*border-left: 10px #ffcb05 solid;*/
  border-left: 10px var(--secondary) solid;
  margin-bottom: 5px;
  padding: 45px 0px 40px 40px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.component.person .list.list-persons .list-item .personal-info {
  width: 50%;
  text-align: center;
  padding-right: 20px;
}
.component.person .list.list-persons .list-item .personal-info .img {
  margin: auto;
  margin-bottom: 25px;
  width: 190px;
  height: 190px;
  font-size: 0px;
  overflow: hidden;
  border-radius: 50%;
}
.component.person .list.list-persons .list-item .personal-info .img picture {
  display: block;
  height: 100%;
  width: 100%;
}
.component.person .list.list-persons .list-item .personal-info .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.component.person .list.list-persons .list-item .personal-info p:first-of-type {
  margin-bottom: 0px;
  font-size: 1.5rem;
  font-weight: 800;
}
.component.person .list.list-persons .list-item .personal-info p {
  margin-bottom: 0px;
}
.component.person .list.list-persons .list-item .additional-block {
  width: 50%;
  text-align: center;
  padding-left: 20px;
  padding-right: 40px;
}
.component.person .list.list-persons .list-item .additional-block img {
  max-width: 240px;
}

.component.blogpost-gallery {
  margin-bottom: 80px;
}
.component.blogpost-gallery.blogpost-gallery-grid .parent {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  /*grid-template-rows: repeat(3, 1fr);*/
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  /*margin-bottom:20px;*/
}
.component.blogpost-gallery.blogpost-gallery-grid .parent div picture {
  display: block;
  height: 100%;
  width: 100%;
}
.component.blogpost-gallery.blogpost-gallery-grid .parent div img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 10px;
}
.component.blogpost-gallery.blogpost-gallery-grid .div1 {
  grid-area: 1/1/3/4;
}
.component.blogpost-gallery.blogpost-gallery-grid .div2 {
  grid-area: 1/4/2/7;
}
.component.blogpost-gallery.blogpost-gallery-grid .div3 {
  grid-area: 2/4/3/7;
}
.component.blogpost-gallery.blogpost-gallery-grid .div4 {
  grid-area: 3/1/4/3;
}
.component.blogpost-gallery.blogpost-gallery-grid .div5 {
  grid-area: 3/3/4/5;
}
.component.blogpost-gallery.blogpost-gallery-grid .div6 {
  grid-area: 3/5/4/7;
}
.component.blogpost-gallery.blogpost-gallery-flex .parent {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
}
.component.blogpost-gallery.blogpost-gallery-flex .parent div {
  padding: 0px 10px;
  width: 33.33%;
  margin-bottom: 20px;
}
.component.blogpost-gallery.blogpost-gallery-flex .parent div picture {
  display: block;
  height: 100%;
  width: 100%;
}
.component.blogpost-gallery.blogpost-gallery-flex .parent div img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 10px;
}

.component.simple-text img {
  margin-bottom: 40px;
}

.component.mb-0 {
  margin-bottom: 0px;
}
.component.mb-40 {
  margin-bottom: 40px;
}
.component.mb-120 {
  margin-bottom: 120px;
}

@media (max-width: 991px) {
  .component.simple-text,
  .component.featured-blocks,
  .component.person,
  .component.blogpost-gallery {
    margin-bottom: 40px;
  }
  .component.simple-text img {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .component.simple-text,
  .component.featured-blocks,
  .component.person,
  .component.blogpost-gallery {
    margin-bottom: 30px;
  }
  .component.simple-text img {
    margin-bottom: 20px;
  }
  .component.simple-text .tlacitko {
    height: 40px;
  }
  .component.mb-0 {
    margin-bottom: 0px;
  }
  .component.mb-40 {
    margin-bottom: 10px;
  }
  .component.mb-120 {
    margin-bottom: 55px;
  }
  /**/
  .component.simple-text ul li {
    padding-left: 21px;
  }
  .component.simple-text ul li:before {
    width: 9px;
    height: 9px;
  }
  .component.simple-text table thead tr th,
  .component.simple-text table tbody tr td {
    padding: 10px 20px;
  }
  .component.featured-blocks .list.list-featured-blocks .list-item {
    padding: 30px 20px 0px 20px;
  }
  .component.person .list.list-persons .list-item {
    padding: 35px 0px 20px 20px;
  }
  .component.person .list.list-persons .list-item .personal-info .img {
    width: 120px;
    height: 120px;
  }
  .component.blogpost-gallery.blogpost-gallery-grid .parent {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 10px;
  }
  .component.blogpost-gallery.blogpost-gallery-flex .parent {
    margin: 0px -5px;
  }
  .component.blogpost-gallery.blogpost-gallery-flex .parent div {
    padding: 0px 5px;
    width: 33.33%;
    margin-bottom: 10px;
  }
}
@media (max-width: 580px) {
  .component.person .list.list-persons .list-item {
    flex-direction: column;
  }
  .component.person .list.list-persons .list-item .additional-block,
  .component.person .list.list-persons .list-item .personal-info {
    width: 100%;
  }
  .component.person .list.list-persons .list-item .personal-info {
    margin-bottom: 25px;
  }
  .component.featured-blocks .list.list-featured-blocks .list-item h3 .badge {
    left: auto;
    top: -4px;
    margin-left: 20px;
  }
  .component.simple-text div.alignright,
  .component.simple-text img.alignright {
    float: none;
    margin-top: 15px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .component.simple-text p div.alignright,
  .component.simple-text p img.alignright {
    margin-bottom: 0px;
  }
}
/**
 * Graphics of the current design set.
 *
 * Sites of past years keep the archived ones, see isssUsesCurrentDesign().
 */
body.design-current .master-banner.content-banner {
  background-image: url("../images/isss_26-e.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}
body.design-current .footer {
  background-image: none;
  position: relative;
}
body.design-current .footer > .container {
  position: relative;
  z-index: 1;
}
body.design-current .footer:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-image: var(--lazy-bg, none);
  background-position: right bottom;
  background-size: auto auto;
  background-repeat: no-repeat;
}

/**
 * Pages
 */
.homepage-actual .component.feed h2.text-3xl {
  margin-bottom: 3rem;
  color: var(--background);
}
.homepage-actual .component.feed .list .list-item {
  color: var(--background);
}

.main.registration .row > div > ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.main.registration .row > div > ul li:before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 9px;
  right: auto;
  bottom: auto;
  left: 0px;
  display: block;
  background: var(--secondary);
}

.main.textpage {
  /* basic typography */
}
.main.textpage .article h1 {
  /*font-size:2rem;*/
  margin-bottom: 40px;
}
.main.textpage .article p {
  margin-bottom: 20px;
}
main.speakers:not(:has(.contact-item--company)) .component.contacts-blocks .contact-item .img {
  width: 100px;
  height: 100px;
}
main.speakers .component.contacts-blocks.contacts-info .contact-item--company .img,
main.speakers .component.contacts-blocks.contacts-info .contact-item--company img {
  width: 100%;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: unset;
          margin-inline-end: unset;
  border-radius: unset;
}
main.speakers .component.contacts-blocks.contacts-info .contact-item--company .txt {
  width: 100%;
}
@media screen and (min-width: 581px) {
  main.speakers .component.contacts-blocks.contacts-info .contact-item--company .img,
  main.speakers .component.contacts-blocks.contacts-info .contact-item--company img {
    width: 200px;
    height: 150px;
  }
  main.speakers .component.contacts-blocks.contacts-info .contact-item--company .txt {
    width: calc(100% - 200px);
  }
}
main.speakers [data-company] h3 + p > a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  -webkit-margin-after: 0.5rem;
          margin-block-end: 0.5rem;
}

/**
 * Tweaks
 */
.component.mb-0,
.component.margin-bottom-0 {
  margin-bottom: 0px;
}

.hidden {
  display: none !important;
}
