#tp-wrapper #tp-description {
    width: 100%;margin: 0 auto;box-sizing: border-box;overflow: hidden;
    font-family: MyriadProLight, Helvetica,Arial,sans-serif;line-height: 1.5;font-size: 16px;
    * {box-sizing: border-box !important;overflow: hidden;padding: 0;margin: 0;}
*::before, #tp-wrapper #tp-description *::after{box-sizing: border-box;}
    * {box-sizing: border-box !important;overflow: hidden;padding: 0;margin: 0;}
}
#tp-wrapper #tp-description section[id^="tp-slide"]{
    --tp-gutter-x: 10px;
    --tp-gutter-y: 10px;
    --tp-offset-x: calc(-0.5 * var(--tp-gutter-x));
    --tp-offset-y: calc(-1 * var(--tp-gutter-y));
    --tp-padding-x: calc(-1 * var(--tp-offset-x));
    --tp-padding-y: var(--tp-gutter-y);
      width: 100%;
      padding-right: var(--tp-padding-x);
      padding-left: var(--tp-padding-x);
      margin-right: auto;
      margin-left: auto;
    .tp-row {display: flex;flex-wrap: wrap;margin-right: var(--tp-offset-x);margin-left: var(--tp-offset-x);}
    .tp-row > *{box-sizing: border-box;flex-shrink: 0;width: 100%;max-width: 100%;padding-right: calc(var(--tp-gutter-x) * 0.5);padding-left: calc(var(--tp-gutter-x) * 0.5);margin-top: var(--tp-padding-y);}
}
#tp-wrapper #tp-description section#tp-slide1{
    .tp-content h3{font-size: 30px !important;}
    .tp-content p{font-size: 18px !important;}    
}
#tp-wrapper #tp-description {
    .tp-text-center{text-align: center !important;}
    .tp-text-center *{text-align: center !important;}
    .tp-text-start{text-align: left !important;}
    .tp-text-start *{text-align: left !important;}
    .tp-text-left{text-align: left !important;}
    .tp-text-left *{text-align: left !important;}
    .tp-p-0{padding: 0 !important;}
    .tp-p-2{padding: 2em !important;}
    .tp-ph-0{padding-left: 0em !important;padding-right: 0em !important;}
    .tp-ph-2{padding-left: 2em !important;padding-right: 2em !important;}
    .tp-pv-2{padding-top: 2em !important;padding-bottom: 2em !important;}
    .tp-pb-2{padding-bottom: 2em !important;}
    .tp-pt-0{padding-top: 0em !important;}
    .tp-pt-2{padding-top: 2em !important;}
    .tp-mt-0{margin-top: 0em !important;}
}
#tp-wrapper #tp-description section[id^="tp-slide"]{
    h3{font-size: 26px !important;line-height: 1.2em;margin-bottom: .83em;margin-top: .83em;}
    h4{font-size: 16px;margin: .5em 0 0;}
    h4 + p{font-size: 14px;margin: 0;}
p, figcaption{font-size: 1em;margin: 1em 0;margin-bottom: .83em;margin-top: .83em;}
    .tp-content {overflow: hidden;padding-left: 1.5em;padding-right: 1.5em;padding-bottom: 1em;}
    .tp-content p {font-size: 19px;margin: 0.5em 0 .5em;line-height: 1.4em;}
    figure{position: relative;}
    figcaption{text-align: center;}
    img{display: block;margin: 0 auto;}
    img.img-fluid{max-width: 100%;width: 100%;margin: 0 auto;}
    img.tp-img-fluid{max-width: 100%;width: 100%;margin: 0 auto;padding: 0}
    img.tp-img-ico{width: auto;max-width: 100%;margin: 0 auto;display: inline-block;vertical-align: middle;}
    .tp-row-cols-1 > * {flex: 0 0 auto;width: 100%;}
    .tp-col {flex: 1 0 0%;}
    .tp-align-items-start {align-items: flex-start !important;}
    .tp-align-items-center {align-items: center !important;}
    .tp-justify-content-center {justify-content: center !important;}
    .tp-d-none {display: none !important;}
}
@media (min-width: 576px) {
    #tp-wrapper #tp-description section[id^="tp-slide"]{
        .tp-row-cols-sm-2 > * {flex: 0 0 auto;width: 50%;}
        .tp-row-cols-sm-3 > * {flex: 0 0 auto;width: 33.3333333333%;}
    }        
}
@media (max-width: 575.98px) {
    #tp-wrapper #tp-description section[id^="tp-slide"]{
        h3{font-size: 24px !important;text-align: left;margin-bottom: .3em;}
        .tp-content p{font-size: 18px;text-align: left;margin-bottom: 1em;}
        h4{font-size: 14px;margin: .8em 0 .4em;}
        p{font-size: 1em;}
    }
}
@media (min-width: 768px) {
    #tp-wrapper #tp-description {
        .tp-text-md-center{text-align: center !important;}
        .tp-text-md-center *{text-align: center !important;}
    }    
    #tp-wrapper #tp-description section[id^="tp-slide"]{
        .tp-row-cols-md-2 > * {flex: 0 0 auto;width: 50%;}
        .tp-row-cols-md-3 > * {flex: 0 0 auto;width: 33.3333333333%;}
        .tp-row-cols-md-4 > * {flex: 0 0 auto;width: 25%;}
        .tp-row-cols-md-5 > * {flex: 0 0 auto;width: 20%;}
    }
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-row {
        .tp-col-md-2 {flex: 0 0 auto;width: 16.666667%;}
        .tp-col-md-4 {flex: 0 0 auto;width: 33.333333%;}
        .tp-col-md-8 {flex: 0 0 auto;width: 66.666667%;}    
        .tp-col-md-10 {flex: 0 0 auto;max-width: 83.33333333%;}
    }
    #tp-wrapper #tp-description section[id^="tp-slide"]{
        .tp-justify-content-md-around {justify-content: space-around !important;}       
        .tp-order-md-first {order: -1;}
        .tp-d-md-none {display: none !important;}
        .tp-d-md-block {display: block !important;}
    }   
}                
#tp-wrapper #tp-description {
    background-color: white;
    * {color: #32343a;}
}
#tp-wrapper #tp-description section[id^="tp-slide"] .num-oval {border: 1px solid #000;display: inline-block;width: 2em;line-height: 2em;border-radius: 50%;}
#tp-wrapper #tp-description section[id^="tp-slide"] .download-app img{height: 100px;}
#tp-wrapper #tp-description section[id^="tp-slide"] [class*="tp-i"] > *{margin-bottom: 1em;}
#tp-wrapper #tp-description section[id^="tp-slide"] [class*="tp-i"] h4{margin-bottom: 0;}
#tp-wrapper #tp-description section[id^="tp-slide"] [class*="tp-i"] p{margin-top: 0;}
#tp-wrapper #tp-description{.tp-video, .tp-video-gif{margin-bottom: 30px;}}
#tp-wrapper #tp-description{.tp-video video, .tp-video-gif img{border: 2px solid lightgray;width: 100%;}}
#tp-wrapper #tp-description section[id^="tp-slide"]{.tp-video, .tp-video-gif {margin-top: 1em;}}
#tp-wrapper #tp-description section[id^="tp-slide"]{.tp-video h4, .tp-video-gif h4{position: relative;top: .5em;left: 1em;text-align: left;font-size: 16px;}}
#tp-wrapper #tp-description section[id^="tp-slide"]{.tp-video h4 + video, .tp-video-gif h4 + img{margin-top: -2em;}}
#tp-wrapper #tp-description span.tp-model{white-space: nowrap;}
#tp-wrapper #tp-description .tp-bg-slide {background-position: bottom;background-size: cover;}
#tp-wrapper #tp-description section[id^="tp-slide"]{
.tp-bg-md-left, .tp-bg-md-right{align-items: stretch !important;}
.tp-bg, .tp-bg > div{background-repeat: no-repeat;}
    .tp-bg > * {margin-top:0;display: flex;flex-direction: column;}
.tp-bg-top{> :first-child, .tp-bg-img{background-position: center bottom;background-size: 100% auto;}}
    .tp-bg-md-left > :first-child {background-image: none;}
    .tp-bg-md-right > :first-child {background-image: none;}
}
#tp-wrapper #tp-description section#tp-slide1{
    background-color: #f8f4f3;
    > .tp-bg-top > :first-child {background-image: url(//f00.esfr.pl/si_upload/OPR/TP-LINK/tplink_decox202pack_v3/img/01-sm-bg.jpg);}
    span.tp-model{background-color: #4acbd6;padding: 8px 10px;border-radius: .625em;line-height: 1em;color: #fff;font-size: 1.3em;vertical-align: middle;}
    .tp-img-ico{height: 2.2em;}
}
#tp-description section#tp-slide3{
    background-color: #f5f1f0;
    figure *{color: #4acbd6 !important;}
    h5{font-size: 2em;}
}
#tp-wrapper #tp-description section#tp-slide6 {
    background-color: #f6f6f6 !important;
    .tp-bg-top > :first-child{background-image: url(//f00.esfr.pl/si_upload/OPR/TP-LINK/tplink_decox202pack_v3/img/06-bg-sm.jpg);}
}
#tp-wrapper #tp-description section#tp-slide7 {
    background-color: white;
    .tp-items figure *{color: white !important;}
.tp-items figure figcaption{position: absolute;bottom: 0;background-color: rgba(192,192,192,0.8);width: 100%;margin-bottom: 0;font-weight: bold;}
    .tp-items figure+p{margin-top: 1em;}
}
#tp-wrapper #tp-description section#tp-slide9 {
    background-color: white;
    .tp-items figure *{color: white !important;}
.tp-items figure figcaption{font-size: .85em;position: absolute;bottom: 0;background-color: rgba(192,192,192,0.8);width: 100%;margin-bottom: 0;font-weight: bold;}
    .tp-items figure+p{margin-top: 1em;font-size: .85em;}
}
#tp-wrapper #tp-description section#tp-slide10 .tp-icons p{font-size: 14px;margin-top: 1em;}
#tp-wrapper #tp-description section#tp-slide10 .tp-icons img{display: inherit;}
#tp-wrapper #tp-description section#tp-slide11 {background-image: url(//f00.esfr.pl/si_upload/OPR/TP-LINK/tplink_decox202pack_v3/img/11-bg-sm.jpg);padding-top: 4em !important;padding-bottom: 5em !important;}
@media (min-width: 768px) {
    #tp-wrapper #tp-description section[id^="tp-slide"]{
        .tp-bg-md-left > :first-child{background-position: right;background-size: 100% auto;}
        .tp-bg-md-right > :first-child{background-position: 0 center;background-size: 100% auto;}
        .tp-bg-slide,
    }
    #tp-wrapper #tp-description section#tp-slide1 .tp-bg > :first-child{background-image: url(//f00.esfr.pl/si_upload/OPR/TP-LINK/tplink_decox202pack_v3/img/01-bg.jpg);}
    #tp-wrapper #tp-description section#tp-slide1 .tp-content{padding-left: 16% !important;}
    #tp-wrapper #tp-description section#tp-slide5 .tp-content{padding: 0;}
    #tp-wrapper #tp-description section#tp-slide6 .tp-bg > :first-child {background-image: url(//f00.esfr.pl/si_upload/OPR/TP-LINK/tplink_decox202pack_v3/img/06-bg.jpg);}
    #tp-wrapper #tp-description section#tp-slide10 .tp-bg > :first-child{background-image: url(//f00.esfr.pl/si_upload/OPR/TP-LINK/tplink_decox202pack_v3/img/10-bg.jpg);}
    #tp-wrapper #tp-description section#tp-slide10 .tp-content p{font-size: 14px;}
    #tp-wrapper #tp-description section#tp-slide10 .tp-icons img{height: 60px;}
    #tp-wrapper #tp-description section#tp-slide11 {background-image: url(//f00.esfr.pl/si_upload/OPR/TP-LINK/tplink_decox202pack_v3/img/11-bg.jpg);}
}
