.main{
    color: #003838;
    line-height: normal;
}
section[class*='is-section']{
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}
section.overflow {
    padding-left: 10px;
    padding-right: 10px;
}
.justify-content-evenly {
    justify-content: space-evenly;
}
.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 {
    line-height: 30px;
    font-size: 18px;
}
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;
}
.hero-22 > * {
    color: #FFFFFF !important;
}
.hero-22 h1 {
    font-size: 64px;
    font-family: "Stolzl-bold";
    font-weight: bold;
    color: #FFFFFF;
}
.hero-22 h2 {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
}
.hero {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    z-index: 99;
    padding: 0 10px;
}
.hero > * {
    color: #FFFFFF !important;
}
.hero h1 {
    font-size: 48px;
    font-family: "Stolzl-bold";
    font-weight: 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-btn, .section-slick-slider .btn, .hero-slider .btn.br-3x {
    display: inline-block;
    font-size: 15px;
    text-align: center;
    background: #FF4040;
    border: 3px solid #FF4040;
    color: #FFFFFF;
    min-width: 200px;
    text-transform: uppercase;
    transition: all 0.6s;
    cursor: pointer;
    font-weight: bold;
    padding: 0 10px;
}
.is-btn:hover {
    color: #FF4040;
    background: #FFFFFF00;
}
.is-btn.btn-big {
    min-width: 250px;
}
.is-btn.btn-white {
    border-color: #FFFFFF;
    background: #FFFFFF;
    color: #FF4040;
}
.is-btn.btn-white:hover {
    border-color: #FFFFFF;
    background: #00000000;
    color: #FFF;
}
.is-btn.btn-ghost {
    border-color: #FFFFFF;
    background: #00000000;
}
.is-btn.btn-ghost:hover {
    background: #FFFFFF;
    color: #FF4040;
}
.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 {
    color: #b6b5b5 !important;
    text-shadow: 0 1px 1px rgb(255 255 255 / 40%) !important;
    border-color: #b6b5b5 !important;
    background-color: #e8e8e8 !important;
    cursor: default !important;
}
.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::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-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%;
    height: 352px;
    padding: 30px;
    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 p {
    margin-bottom: 20px;
}
.section-partners .i-1 .item {
    height: 200px;
}
.section-partners .i-1 .item img {
    max-width: 200px;
}
.section-partners .i-1 .item img.big {
    max-width: 100%;
}
.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-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%;
    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: 440px;
    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: 10px;
    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;
}
.fit-content {
    width: fit-content;
}
                                                    /* MOBILE */
@media only screen and (min-width: 319px) {
    main p {
        font-size: 14.4px;
        line-height: 18px;
    }
    .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-section-margin {
        margin-top: 40px;
        margin-bottom: 40px;
        overflow: hidden;
    }
    .is-section-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .is-btn, .section-slick-slider .btn.br-3x, .hero-slider .btn.br-3x {
        height: 36px;
        line-height: 30px;
    }
    .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-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";
        font-weight: bold;
        color: #FFFFFF;
    }
    .hero-22 h2 {
        font-size: 24px;
        font-weight: bold;
        color: #FFFFFF;
    }
    .is-stage-card {
        flex-basis: 90%;
    }
}
@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: 16.2px;
        line-height: 20px;
    }
    .section-hero {
        min-height: 420px;
    }
    .mb-is-b {
        margin-bottom: 45px !important;
    }
    .is-section-margin {
        margin-top: 45px;
        margin-bottom: 45px;
    }
    .is-section-padding {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .is-btn, .section-slick-slider .btn.br-3x, .hero-slider .btn.br-3x {
        height: 36px;
        line-height: 30px;
    }
    .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-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: 40px;
    }
    .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;
    }
    .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";
    font-weight: bold;
    color: #FFFFFF;
    }
    .hero h2 {
        font-size: 30px;
        font-weight: bold;
        color: #FFFFFF;
    }
    .hero-22 h1 {
        font-size: 48px;
        font-family: "Stolzl-bold";
        font-weight: 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;
    }
    .is-icon {
        width: 100px;
    }
}
                                                    /* DEKSTOP */
@media only screen and (min-width: 1200px) {
    main p {
        font-size: 18px;
        line-height: 30px;
    }
    .mb-is-b {
        margin-bottom: 50px !important;
    }
    .mb-is-s {
        margin-bottom: 25px !important;
    }
    .m-is-s {
        margin: 25px !important;
    }
    .is-section-margin {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .is-section-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .is-btn, .section-slick-slider .btn.br-3x, .hero-slider .btn.br-3x {
        height: 45px;
        line-height: 39px;
    }
    .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-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: 80px;
        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";
    font-weight: bold;
    color: #FFFFFF;
    }
    .is-stage-card {
        flex-basis: 30%;
    }
    
}

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

/* 5 kolumn */ 

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-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 {
    padding-right: 20px;
    padding-left: 20px;
}

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

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

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

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