.main {
   color: #003838;
   line-height: 1.33;
   background-color: #F9F8F8;
}

section[class*='is-section'] {
   overflow: hidden;
}

.justify-content-evenly {
   justify-content: space-evenly;
}

.is-cfluid {
   max-width: 1920px;
}

.is-bg-grad-blue {
   background-image: linear-gradient(90deg, #d5e6e6 0%, rgba(249, 248, 248, 0) 50%);
}

.is-bg-grad-blue2 {
   background-image: radial-gradient(circle at 35%, #cff7f7 10%, rgba(249, 248, 248, 0) 40%);
   background-attachment: fixed;
}

.is-bg-grad-blue3 {
   background-image: radial-gradient(circle at 66%, #C8F1F1 0%, rgba(249, 248, 248, 0) 40%);
   background-attachment: fixed;
}

.is-bg-grad-red {
   background-image: linear-gradient(0deg, #ffe9e9 0%, rgba(249, 248, 248, 0) 50%);
   background-attachment: fixed;
}

.is-bg-grad-red2 {
   background-image: radial-gradient(ellipse at 70%, #fdcece 10%, rgba(249, 248, 248, 0) 40%);
   background-attachment: fixed;
}

.is-br-round {
   border-radius: 0 20px 0 20px;
}

.is-br-gray {
   border: solid 1px #8C8C8C;
}

.is-features {
   background-position: center;
   background-size: cover;
   padding-top: 120px;
   border: solid 1px #8C8C8C;
}

.is-glass {
   background: rgba(13, 13, 13, 0.5);
   backdrop-filter: blur(4px);
   border: solid 1px rgba(249, 248, 248, 0.20);
   border-radius: 20px;
   color: #fff;
}

.is-wrapper {
   max-width: 1200px;
   margin: 0 auto;
}

.is-wrapper-wide {
   margin: 0 auto;
   max-width: 1300px;
}

.is-wrapper-full {
   margin: 0 auto;
   max-width: 1600px;
}

main p {
   font-size: 20px;
}

main p a {
   color: #FF4040;
}

main p a:hover {
   text-decoration: underline;
}

main h1 {
   font-family: "Stolzl-bold";
}

main h4 {
   color: #003838;
}

.bx-speaker {
   color: #003838;
}

.center-content {
   display: flex;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
}

.center-h {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
}

.center-v {
   margin-top: auto !important;
   margin-bottom: auto !important;
}

.section-hero {
   min-height: 450px;
   background-size: cover;
   background-position: center;
   padding: 0px;
   overflow: hidden;
}

.section-hero-22 {
   min-height: 900px;
   background-size: cover;
   background-position: center;
   background-attachment: fixed;
   padding: 0 10px;
   overflow: hidden;
   padding-top: 100px;
   padding-bottom: 150px;
   background-color: #003838;
}

.section-hero-video {
   max-height: 600px;
   min-height: 500px;
   height: 70vh;
   background-size: cover;
   background-position: center;
   background-attachment: fixed;
   padding: 0;
   overflow: hidden;
   background-color: #003838;
}

.hero-22 > * {
   color: #FFFFFF !important;
}

.hero-22 h1 {
   font-size: 64px;
   font-family: "Stolzl-bold";
   color: #FFFFFF;
}

.hero-22 h2 {
   font-size: 30px;
   font-weight: bold;
   color: #FFFFFF;
}

.is-hero-h1,
.hero is-hero-h1 {
   font-size: max(6.5vw, 48px);
   color: #fff;
   text-shadow: var(--color-green4) 10px 10px;
}

.is-hero-hr {
   display: inline-block;
   width: 30px;
   border-top: 5px solid #fff;
   margin: 0 30px;
}

.is-hero-subtitle {
   color: var(--color-default);
   background-color: #fff;
   padding: 5px;
   display: inline-block;
}

.hero {
   position: absolute;
   display: flex;
   width: 100%;
   height: 100%;
   align-items: center;
   z-index: 9;
   padding: 0 10px;
}

.is-hero-24 {
   position: absolute;
   display: flex;
   width: 100%;
   height: 100%;
   align-items: center;
   z-index: 9;
   padding: 100px 10px;
}

.is-hero-24-accent {
   position: absolute;
   z-index: 8;
}

.hero > * {
   color: #FFFFFF !important;
}

.is-hero-24 > * {
   color: #FFFFFF;
}

.hero h1 {
   font-size: 48px;
   font-family: "Stolzl-bold";
   color: #FFFFFF;
}

.hero h2 {
   font-size: 30px;
   font-weight: bold;
   color: #FFFFFF;
}

.m-is-s {
   margin: 25px !important;
}

.color-is-g {
   color: #003838 !important;
}

.bg-is-gray {
   background: #F0F0F0;
}

.bg-is-green {
   background: #003838;
}

.is-tab {
   display: inline-flex;
   justify-content: center;
   align-items: center;
   padding: 0 20px;
   min-height: 45px;
   font-size: 20px;
   text-align: center;
   font-weight: bold;
   text-transform: uppercase;
   color: #FFF;
   background-color: var(--color-red);
   border: 3px solid #FF4040;
   transition: all 0.4s;
}

.is-tab.active,
.is-tab:hover,
.is-tab:active,
is-tab:focus {
   color: var(--color-default);
   background-color: #fff;
}

.is-btn {
   display: inline-flex;
   justify-content: center;
   align-items: center;
   padding: 0 20px;
   min-height: 45px;
   font-size: 20px;
   text-align: center;
   font-weight: bold;
   text-transform: uppercase;
   color: #FFF;
   background-color: var(--color-red);
   background-image: linear-gradient(90deg, #fff 45%, #FF4040 50%);
   background-size: 200%;
   background-position: 100% 0%;
   border: 3px solid #FF4040;
   border-radius: 0 5px 0 5px;
   transition: all 0.4s;
   box-shadow: 4px 4px #003838;
}

.is-btn:hover,
.is-btn:active,
.is-btn:focus {
   color: var(--color-red);
   background-color: #fff;
   background-position: 0% 0%;
}

.is-btn.btn-big {
   min-width: 250px;
}

.is-btn.btn-white {
   border-color: #FFFFFF;
   background-color: #FFFFFF;
   background-image: linear-gradient(90deg, #FF4040 45%, #fff 50%);
   color: #FF4040;
}

.is-btn.btn-white:hover,
.is-btn.btn-white:active,
.is-btn.btn-white:focus {
   border-color: #FFFFFF;
   background-color: #FF4040;
   color: #FFF;
}

.is-btn.btn-ghost {
   color: #003838;
   border-color: var(--color-red);
   background-color: transparent;
   background-image: linear-gradient(90deg, var(--color-red) 45%, transparent 50%);
   background-position: 100% 0%;
   background-size: 200%;
}

.is-btn.btn-ghost:hover,
.is-btn.btn-ghost:active,
.is-btn.btn-ghost:focus {
   background-size: 200%;
   background-position: 0% 0%;
}

.is-btn.btn-ghost-white {
   border-color: #FFFFFF;
   background-color: transparent;
   background-image: linear-gradient(90deg, var(--color-white) 45%, transparent 50%);
   background-position: 100% 0%;
   background-size: 200%;
}

.is-btn.btn-ghost-white:hover,
.is-btn.btn-ghost-white:active,
.is-btn.btn-ghost-white:focus {
   color: #FF4040;
   background-image: linear-gradient(90deg, #fff 45%, #FF4040 50%);
   background-size: 200%;
   background-position: 0% 0%;
}

.is-btn.btn-outline {
   border-color: var(--color-red);
   color: #003838;
   background: #00000000;
}

.is-btn.btn-outline:hover {
   background: var(--color-red);
}

.section-slick-slider .btn.btn-empty-red,
.hero-slider .btn.btn-empty-red {
   border-color: #FF4040;
   background: #FF4040;
}

.section-slick-slider .btn.btn-empty-red:hover,
.hero-slider .btn.btn-empty-red:hover {
   background: #00000000;
   color: #FF4040;
}

.is-btn.btn-blue {
   border-color: #00DCDC;
   background: #00DCDC;
}

.is-btn.btn-blue:hover {
   background: #FFFFFF00;
   color: #00DCDC;
}

.is-btn.btn-disabled,
is-btn.btn-disabled:hover {
   color: #b6b5b5 !important;
   text-shadow: 0 1px 1px rgb(255 255 255 / 40%) !important;
   border-color: #b6b5b5 !important;
   background: #e8e8e8 !important;
   cursor: default !important;
}

.is-btn.btn-old {
   display: inline-block;
   font-size: 15px;
   text-align: center;
   border-radius: 0;
   min-width: 200px;
   cursor: pointer;
   box-shadow: unset;
   padding: 0 10px;
   height: 45px;
   line-height: 39px;
}

.is-header-title {
   font-family: 'Stolzl-bold';
   color: #FF4040;
}

.is-header-subtitle {
   font-family: "Stolzl-regular";
   text-transform: uppercase;
   color: #003838;
}

.is-section-title {
   display: flex;
   align-items: baseline;
   font-family: "Stolzl-regular";
   text-transform: uppercase;
   color: #003838;
   font-size: 36px;
}

.is-section-title-24 {
   display: inline-block;
   font-family: "Stolzl-regular";
   text-transform: uppercase;
   color: #fff;
   background: var(--color-red);
   font-size: 64px;
   padding-left: 10px;
   padding-right: 30px;
   position: relative;
   margin-bottom: 50px;
   text-shadow: var(--color-green4) 2px 2px;
}

.is-h3 {
   font-family: "Stolzl-regular";
   text-transform: uppercase;
   font-size: 48px;
   margin-bottom: 50px;
   display: flex;
   flex-direction: column;
   align-items: center;
}

.is-h3:after {
   content: '';
   display: block;
   height: 3px;
   width: 300px;
   background: var(--color-red);
}

.is-h3.color-white:after {
   background: #fff;
}

.is-section-title-24::after {
   content: '';
   display: block;
   height: 20px;
   width: 20px;
   background: url('https://infoshare.pl/_media/conference/2024/img/is24-h-accent.svg');
   position: absolute;
   right: -10px;
   top: 50%;
   transform: translateY(-50%);
}

.is-section-title-24.title-white {
   color: var(--color-red);
   background: #fff;
   text-shadow: none;
}

.is-section-title-24.title-white::after {
   background: url('https://infoshare.pl/_media/conference/2024/img/is24-h-accent-white.svg');
}

.is-text-shadow {
   text-shadow: var(--color-green4) 2px 2px;
}

.is-section-title::before {
   content: "";
   display: inline-block;
   background: #00DCDC;
   background: url("https://infoshare.pl/_media/conference/2022/img/is-title-bg.svg");
   background-size: cover;
   flex-shrink: 0;
}

.is-section-title.simple::before {
   content: "";
   display: inline-block;
   background: #00DCDC;
   flex-shrink: 0;
}

.is-section-subtitle {
   color: #003838;
}

.is-section-wrapper {
   display: flex;
}

.img2,
.img3 {
   display: none;
}

.playbtn {
   transform-origin: 50% 50%;
   transition: all 0.6s;
}

.play-cont:hover .playbtn {
   transform: scale(1.3);
   fill-opacity: 0;
}

.grow {
   transition: all 0.6s;
}

.grow:hover {
   transform: scale(1.05);
}

.grow-cont:hover .grow {
   transform: scale(1.05);
}

.grow-cont {
   transition: all 0.6s;
   background-size: 100%;
}

.grow-cont:hover {
   background-size: 110%;
}

.is-red-border {
   border: 3px solid #FF4040;
}

.is-hover-border:hover,
.is-hover-border:active {
   border: 1px solid #FF4040;
}

.is-hover-br:hover,
.is-hover-br:active {
   border: 1px solid #FF4040;
}

.is-hover-br-w:hover,
.is-hover-br-w:active {
   border: 1px solid #fff;
}

.is-blue-border {
   border: 3px solid #00DCDC;
}

.red-container {
   border: 5px solid #FF4040;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-evenly;
   padding: 50px 25px;
}

.red-container-title {
   position: absolute;
   line-height: 18px;
   text-align: center;
   bottom: -30px;
   padding: 5px 20px;
   background-color: #fff;
   max-width: 80%;
}

.is-stages > div {
   flex-basis: 33.3%;
}

.is-accent-l,
.is-accent-r {
   content: "";
   position: absolute;
   background: #00dcdc;
}

.quote-block {
   width: 100%;
   padding-bottom: 30%;
   height: 352px;
   color: #FFF;
   background-size: cover;
   position: relative;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
}

.quote-author {
   font-size: 14px;
   text-align: right;
   position: absolute;
   bottom: 50px;
   right: 30px;
}

.overflow {
   overflow: visible !important;
}

.banner {
   min-height: 240px;
   position: relative;
}

.banner .banner-img {
   content: "";
   position: absolute;
   top: -60px;
   right: 0px;
   max-height: none;
}

.is-card {
   max-width: 600px;
   margin-right: 10px;
}

.is-card-container {
   display: flex;
   background: #F0F0F0;
}

.is-card h3 {
   color: #00DCDC;
   font-family: "Stolzl-bold";
   margin-bottom: 10px;
}

.section-slick-slider {
   background: #003838;
   padding: 0;
}

.hero-slider h2 {
   font-family: 'Stolzl-bold', sans-serif;
}

.hero-slider-24 h2 {
   font-family: 'Stolzl-bold', sans-serif;
   text-shadow: var(--color-green4) 2px 2px;
}

.hero-slider p,
.hero-slider24 p {
   margin-bottom: 20px;
}

.section-partners .i-3 .item {
   height: 170px;
}

.section-partners .item.js-last-partner {
   display: none !important;
}

.is-section-parallax {
   min-height: calc(100vh + 120px);
   background-color: #0007;
   background-blend-mode: darken;
   background-attachment: fixed;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
}

.is-bg-fixed {
   background-color: transparent;
   background-attachment: fixed;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
}


@supports (-webkit-touch-callout : none) {
   .is-bg-fixed {
      background-attachment: scroll
   }
}

@supports not (-webkit-touch-callout : none) {
   .is-bg-fixed {
      background-attachment: fixed;
   }
}

.is-grayscale img {
   filter: grayscale(100%);
   transition: filter 0.2s ease-in-out;
}

.is-grayscale:hover img,
.is-grayscale:focus img {
   filter: grayscale(0);
}

.is-features-wrap {
   margin: -25px;
}

.is-feature-cont {
   background-position: center top;
   background-size: 100%;
   background-repeat: no-repeat;
   padding-top: 180px;
   margin: 25px;
   display: flex;
   align-items: center;
   flex-direction: column;
   flex-grow: 1;
}

.is-feature {
   padding: 20px 30px 30px;
   background-color: #fff;
   max-width: 540px;
   width: 100%;
}

.is-feature-wide {
   padding: 20px 30px 30px;
   background-color: #fff;
   max-width: 840px;
   width: 100%;
}

.is-stage-card {
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   align-items: center;
   margin: 20px;
   padding: 20px;
   background: #FFF;
   box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
   border: solid 1px var(--color-default);
}

.is-background-card {
   background-color: #003838;
   background-size: 100%;
   background-position: center;
   display: flex;
   flex-direction: column;
   justify-content: flex-end;
   padding: 20px;
   min-height: 300px;
}

.is-pointer {
   cursor: pointer;
}

.is-box-shadow {
   box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
}

.is-bg-dots {
   background-image: url('/_media/is-style/bg-dot.svg');
   background-size: auto;
   background-repeat: repeat;
   background-attachment: fixed;
}

.fit-content {
   width: fit-content;
}

.is-section-margin {
   margin-top: 60px;
   margin-bottom: 60px;
}

.is-section-padding {
   padding-top: 60px;
   padding-bottom: 60px;
}

.is-section-padding-big {
   padding-top: 100px;
   padding-bottom: 100px;
}

.overlap-r {
   padding-left: 25px;
   padding-top: 25px;
   padding-right: 25px;
   padding-bottom: 25px;
}

/* MOBILE */
@media only screen and (min-width: 319px) {
   main p {
      font-size: 16px;
   }

   .section-hero {
      min-height: 80vh;
   }

   .mb-is-b {
      margin-bottom: 40px !important;
   }

   .mb-is-s {
      margin-bottom: 20px !important;
   }

   .m-is-s {
      margin: 20px !important;
   }

   .is-header-title {
      font-size: 30px;
      line-height: 36px;
      margin: 0 0 20px;
   }

   .is-header-subtitle {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 30px;
   }

   .is-section-title {
      font-size: 24px;
      line-height: 24px;
      margin-bottom: 20px;
   }

   .is-section-title::before {
      height: 40px;
      width: 40px;
      margin-right: 15px;
   }

   .is-section-title-24 {
      font-size: 36px;
   }

   .is-h3 {
      font-size: 32px;
   }

   .is-section-subtitle {
      margin-bottom: 30px;
      font-size: 14.4px;
      line-height: 18px;
   }

   .is-section-wrapper {
      flex-direction: column;
   }

   .img1 {
      margin-bottom: 20px;
   }

   .is-stages {
      flex-direction: column;
      align-items: center;
   }

   .is-accent-l,
   .is-accent-r {
      display: none;
   }

   .is-3,
   .is-4,
   .is-6,
   is-8 {
      flex-basis: 100%;
   }

   .is-icon {
      width: 80px;
   }

   .is-card-wrapper {
      padding: 15px 0 0 15px;
   }

   .is-card img {
      margin: -15px 0 0 -15px;
      width: 90px;
      height: 90px;
   }

   .is-card-content {
      margin: 20px;
      word-break: break-word;
   }

   .section-slick-slider h2 {
      font-size: 24px;
      margin-bottom: 30px;
   }

   .section-slick-slider p {
      font-size: 16px;
      margin-bottom: 25px;
   }

   .hero h1 {
      font-size: 30px;
      line-height: normal;
   }

   .hero h2 {
      font-size: 24px;
      line-height: normal;
   }

   .section-hero-22 {
      min-height: 90vh;
   }

   .hero-22 h1 {
      font-size: 30px;
      font-family: "Stolzl-bold";
      color: #FFFFFF;
   }

   .hero-22 h2 {
      font-size: 24px;
      font-weight: bold;
      color: #FFFFFF;
   }

   .is-stage-card {
      flex-basis: 90%;
   }

   .is-feature-cont {
      padding-top: 180px;
   }
}

@media only screen and (max-width: 425px) {
   .is-background-card {
      min-height: 150px;
   }
}

/* TABLET */
@media only screen and (min-width: 767px) {
   main p {
      font-size: 18px;
   }

   .section-hero {
      min-height: 420px;
   }

   .mb-is-b {
      margin-bottom: 45px !important;
   }

   .is-header-title {
      margin: 0 0 30px;
   }

   .is-header-subtitle {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 30px;
   }

   .is-section-title {
      margin-bottom: 30px;
   }

   .is-section-title-24 {
      font-size: 48px;
   }

   .is-h3 {
      font-size: 40px;
   }

   .is-section-title-24::after {
      height: 30px;
      width: 30px;
      right: -20px;
   }

   .is-section-subtitle {
      margin-bottom: 30px;
      font-size: 16.2px;
      line-height: 20px;
   }

   .is-section-wrapper {
      flex-direction: row;
   }

   .section-content-r .is-section-title {
      margin-left: -55px;
   }

   .section-content-r {
      margin-left: 15px;
      max-width: 360px;
   }

   .section-content-l {
      max-width: 50%;
   }

   .section-text-r {
      padding-left: 20px;
   }

   .section-imgs-l {
      text-align: right;
      margin-top: 20px;
      max-width: 50%;
   }

   .section-imgs-r {
      max-width: 50%;
      margin-left: 30px;
   }

   .img1 {
      margin-bottom: 15px;
   }

   .img2 {
      display: inline-block;
      max-width: 340px;
   }

   .is-stages {
      flex-direction: row;
      align-items: flex-start;
   }

   .is-stages > div {
      flex-basis: 33.3%;
   }

   .overlap-r {
      width: calc(50% + 40px);
      margin-bottom: 40px;
      padding-left: 60px;
   }

   .overlap-l {
      width: 50%;
      margin: 40px -40px 0 0;
      z-index: 3;
   }

   .is-accent-l {
      width: 40px;
      height: 40px;
      top: -20px;
      left: -20px;
      display: block;
   }

   .is-accent-r {
      width: 40px;
      height: 40px;
      top: -20px;
      right: -20px;
      display: block;
   }

   .is-3 {
      flex-basis: 25%;
   }

   .is-4 {
      flex-basis: 33%;
   }

   .is-6 {
      flex-basis: 50%;
   }

   .is-8 {
      flex-basis: 100%;
   }

   .quote-block {
      width: 256px;
      flex-basis: 30%;
   }

   .is-card-wrapper {
      padding: 30px 0 0 30px;
   }

   .is-card-container {
      min-height: 200px;
   }

   .is-card img {
      margin: -30px 0 0 -30px;
      width: 180px;
      height: 180px;
   }

   .is-card-content {
      margin: 30px;
   }

   .is-card p {
      font-size: 16px;
   }

   .section-slick-slider h2 {
      font-size: 36px;
      margin-bottom: 50px;
   }

   .section-slick-slider p {
      font-size: 20px;
      margin-bottom: 40px;
   }

   .hero h1 {
      font-size: 48px;
      font-family: "Stolzl-bold";
      color: #FFFFFF;
   }

   .hero h2 {
      font-size: 30px;
      font-weight: bold;
      color: #FFFFFF;
   }

   .hero-22 h1 {
      font-size: 48px;
      font-family: "Stolzl-bold";
      color: #FFFFFF;
   }

   .hero-22 h2 {
      font-size: 30px;
      font-weight: bold;
      color: #FFFFFF;
   }

   .is-stage-card {
      flex-basis: 45%;
   }
}

/* LAPTOP */
@media only screen and (min-width: 1024px) {
   .quote-block {
      width: 300px;

      flex-basis: 30%;
   }

   .is-icon {
      width: 100px;
   }
}

/* DEKSTOP */
@media only screen and (min-width: 1200px) {
   main p {
      font-size: 20px;
   }

   .mb-is-b {
      margin-bottom: 50px !important;
   }

   .mb-is-s {
      margin-bottom: 25px !important;
   }

   .m-is-s {
      margin: 25px !important;
   }

   .section-slick-slider h2 {
      font-size: 48px;
      margin-bottom: 50px;
   }

   .is-header-title {
      font-size: 48px;
      line-height: 58px;
      margin: 0 0 50px;
   }

   .is-header-subtitle {
      font-size: 24px;
      line-height: 35px;
      margin-bottom: 50px;
   }

   .is-section-title {
      font-size: 36px;
      line-height: normal;
      margin-bottom: 50px;
   }

   .is-section-title::before {
      height: 80px;
      width: 80px;
      margin-right: 25px;
   }

   .is-section-title-24 {
      font-size: 64px;
   }

   .is-h3 {
      font-size: 48px;
   }

   .is-section-subtitle {
      margin: 0 0 50px 105px;
      margin-bottom: 50px;
      font-size: 18px;
      line-height: 30px;
   }

   .section-content-r .is-section-title {
      margin-left: -105px;
   }

   .section-content-r {
      margin-left: 25px;
      max-width: 45%;
   }

   .section-text-r {
      padding-left: 40px;
   }

   .section-imgs-l {
      margin-top: 40px;
      max-width: 55%;
   }

   .section-imgs-r {
      margin-left: 50px;
   }

   .red-container {
      align-items: flex-start;
   }

   .img1 {
      max-width: 100%;
      margin-bottom: 25px;
   }

   .img2 {
      max-width: 545px;
   }

   .img3 {
      display: inline-block;
   }

   .is-accent-l {
      width: 80px;
      height: 80px;
      top: -40px;
      left: -40px;
   }

   .is-accent-r {
      width: 80px;
      height: 80px;
      top: -40px;
      right: -40px;
   }

   .overlap-r {
      width: calc(50% + 80px);
      padding-left: 100px;
      margin-bottom: 80px;
   }

   .overlap-l {
      width: 50%;
      margin: 80px -80px 0 0;
      z-index: 3;
   }

   .is-8 {
      flex-basis: 66%;
   }

   .quote-block {
      width: 352px;
   }

   .hero-slider h2 {
      font-size: 24px;
   }

   .section-hero-22 {
      min-height: 900px;
   }

   .hero-22 h1 {
      font-size: 64px;
      font-family: "Stolzl-bold";
      color: #FFFFFF;
   }

   .is-stage-card {
      flex-basis: 30%;
   }

   .is-feature-cont {
      padding-top: 250px;
   }
}

@media (max-width: 991px) {
   .video-container {
      display: none;
   }
}

@media (max-width: 768px) {

   .is-hero-h1,
   .hero is-hero-h1 {
      text-shadow: var(--color-green4) 6px 6px;
   }
}

@media (max-width: 425px) {

   .is-features {
      max-width: 350px;
   }

}

/* 5 kolumn */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths,
.col-xl-5ths {
   position: relative;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
}

.row-20 .col-xs-5ths,
.row-20 .col-sm-5ths,
.row-20 .col-md-5ths,
.row-20 .col-lg-5ths,
.row-20 .col-xl-5ths {
   padding-right: 20px;
   padding-left: 20px;
}

.is-h-unset {
   height: unset;
}

.col-xs-5ths {
   width: 20%;
   float: left;
}

@media (min-width: 768px) {
   .col-sm-5ths {
      width: 20%;
      float: left;
   }

   .is-h-sm-100 {
      height: 100%;
   }
}

@media (min-width: 992px) {
   .col-md-5ths {
      width: 20%;
      float: left;
   }
}

@media (min-width: 1200px) {
   .col-lg-5ths {
      width: 20%;
      float: left;
   }
}

@media (min-width: 1440px) {
   .col-xl-5ths {
      width: 20%;
      float: left;
   }
}

.is-speakers-red .js-speaker-item {
   margin-bottom: 0px !important;
}

.is-speakers-red .bx-speaker {
   background: #fff;
   padding: 15px;
}
