

#tp-wrapper #tp-description {width: 100%;margin: 0 auto;box-sizing: border-box;overflow: hidden;}
#tp-wrapper #tp-description {font-family: MyriadProLight, Helvetica,Arial,sans-serif;line-height: 1.5;font-size: 16px;}
#tp-wrapper #tp-description * {box-sizing: border-box !important;overflow: hidden;padding: 0;margin: 0;}
#tp-wrapper #tp-description *::before, #tp-wrapper #tp-description *::after {box-sizing: border-box;}

#tp-wrapper #tp-description * {box-sizing: border-box !important;overflow: hidden;padding: 0;margin: 0;}

#tp-wrapper #tp-description section[id^="tp-slide"] figure{position: relative;}
#tp-wrapper #tp-description section[id^="tp-slide"] figcaption{text-align: center;}

#tp-wrapper #tp-description section[id^="tp-slide"]{
    
    --tp-gutter-x: 24px;
    --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-wrapper #tp-description section[id^="tp-slide"] .tp-row {

    display: flex;
    flex-wrap: wrap;
    
    margin-right: var(--tp-offset-x);
    margin-left: var(--tp-offset-x);
    

}

#tp-wrapper #tp-description section[id^="tp-slide"] .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[id^="tp-slide"] h3{font-size: 26px !important;line-height: 1.2em;margin-bottom: .83em;margin-top: .83em;text-align: center;}
#tp-wrapper #tp-description section#tp-slide1 .lead h3{font-size: 30px !important;}
#tp-wrapper #tp-description section#tp-slide1 .lead p{font-size: 18px !important;}
#tp-wrapper #tp-description section[id^="tp-slide"] h4{font-size: 16px;margin: .5em 0 0;}
#tp-wrapper #tp-description section[id^="tp-slide"] h4 + p{font-size: 14px;margin: 0;}
#tp-wrapper #tp-description section[id^="tp-slide"] p{font-size: 15px;margin: 1em 0;text-align: center;margin-bottom: .83em;margin-top: .83em;}
#tp-wrapper #tp-description section[id^="tp-slide"] .lead {overflow: hidden;padding-left: 1.5em;padding-right: 1.5em;padding-bottom: 1em;}
#tp-wrapper #tp-description section[id^="tp-slide"] .lead p {font-size: 20px;margin: 0.5em 0 .5em;line-height: 1.4em;}

#tp-wrapper #tp-description section[id^="tp-slide"] img{display: block;margin: 0 auto;}
#tp-wrapper #tp-description section[id^="tp-slide"] img.img-fluid{max-width: 100%;width: 100%;margin: 0 auto;}
#tp-wrapper #tp-description section[id^="tp-slide"] img.tp-img-fluid{max-width: 100%;width: 100%;margin: 0 auto;padding: 0}
#tp-wrapper #tp-description section[id^="tp-slide"] img.tp-img-ico{width: auto;max-width: 100%;margin: 0 auto;display: inline-block;vertical-align: middle;}
#tp-wrapper #tp-description section[id^="tp-slide"] img.tp-h60{width: auto;height: 60px;}
#tp-wrapper #tp-description section[id^="tp-slide"] img.tp-w100{width: 100px;height: auto;}

#tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-center{text-align: center !important;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-center *{text-align: center !important;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-start{text-align: left !important;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-start *{text-align: left !important;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-left{text-align: left !important;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-left *{text-align: left !important;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-right{text-align: right !important;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-right *{text-align: right !important;}

#tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-auto > * {flex: 0 0 auto;width: auto;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-1 > * {flex: 0 0 auto;width: 100%;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-2 > * {flex: 0 0 auto;width: 50%;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-3 > * {flex: 0 0 auto; width: 33.3333333333%;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-4 > * {flex: 0 0 auto; width: 25%;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-5 > * {flex: 0 0 auto; width: 20%;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-6 > * {flex: 0 0 auto; width: 16.6666666666%;}

#tp-wrapper #tp-description section[id^="tp-slide"] .tp-col {-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-auto {-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: none;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-1 {-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-2 {-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-3 {-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-4 {-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-5 {-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-6 {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-7 {-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-8 {-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%;}    
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-9 {-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-10 {-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333%;}


#tp-wrapper #tp-description section[id^="tp-slide"] .tp-align-items-start {align-items: flex-start !important;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-align-items-end {align-items: flex-end !important;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-align-items-center {align-items: center !important;}

#tp-wrapper #tp-description section[id^="tp-slide"] .tp-align-self-center {-ms-flex-item-align: center !important;align-self: center !important;}

#tp-wrapper #tp-description section[id^="tp-slide"] .tp-align-content-center {-ms-flex-line-pack: center !important;align-content: center !important;}

#tp-wrapper #tp-description section[id^="tp-slide"] .tp-justify-content-start {-ms-flex-pack: start !important;justify-content: flex-start !important;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-justify-content-end {-ms-flex-pack: end !important;justify-content: flex-end !important;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-justify-content-center {-ms-flex-pack: center !important;justify-content: center !important;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-justify-content-between {-ms-flex-pack: justify !important;justify-content: space-between !important;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-justify-content-around {-ms-flex-pack: distribute !important;justify-content: space-around !important;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-justify-content-start {-ms-flex-pack: start !important;justify-content: flex-start !important;}

#tp-wrapper #tp-description section[id^="tp-slide"] .tp-d-none {display: none !important;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-d-block {display: block !important;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-d-inline-block {display: inline-block !important;}

#tp-wrapper #tp-description section[id^="tp-slide"] .tp-order-first {order: -1;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-order-last {order: 13;}

@media (min-width: 576px) {
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-hide-md{display: none;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-sm-6 {flex: 0 0 auto;width: 50%;}

    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-sm-auto > * {flex: 0 0 auto;width: auto;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-sm-1 > * {flex: 0 0 auto;width: 100%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-sm-2 > * {flex: 0 0 auto;width: 50%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-sm-3 > * {flex: 0 0 auto;width: 33.3333333333%;  }
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-sm-4 > * {flex: 0 0 auto;width: 25%;}

    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-sm {-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-sm-auto {-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: none;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-sm-1 {-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-sm-2 {-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-sm-3 {-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-sm-4 {-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;}    
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-sm-5 {-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-sm-6 {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-sm-7 {-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-sm-8 {-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-sm-9 {-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;}
    
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-sm-center{text-align: center !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-sm-center *{text-align: center !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-sm-start{text-align: left !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-sm-start *{text-align: left !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-sm-left{text-align: left !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-sm-left *{text-align: left !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-sm-right{text-align: right !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-sm-right *{text-align: right !important;}

    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-d-sm-inline-block {display: inline-block !important;}
    
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-order-sm-first {order: -1;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-order-sm-last {order: 13;}

}

@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-wrapper #tp-description section[id^="tp-slide"] .lead p{font-size: 18px;text-align: left;margin-bottom: 1em;}
    #tp-wrapper #tp-description section[id^="tp-slide"] h4{font-size: 14px;margin: .8em 0 .4em;}
    #tp-wrapper #tp-description section[id^="tp-slide"] p{font-size: 11px;}
}

@media (min-width: 768px) {
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-md-auto > * {flex: 0 0 auto;width: auto;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-md-1 > * {flex: 0 0 auto;width: 100%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-md-2 > * {flex: 0 0 auto;width: 50%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-md-3 > * {flex: 0 0 auto;width: 33.3333333333%;  }
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-md-4 > * {flex: 0 0 auto;width: 25%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-md-5 > * {flex: 0 0 auto;width: 20%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-md-6 > * {flex: 0 0 auto;width: 16.666667%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-md-7 > * {flex: 0 0 auto;width: 14.285714%;}

    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-md {-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-md-auto {-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: none;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-md-1 {-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-md-2 {-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-md-3 {-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-md-4 {-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-md-5 {-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-md-6 {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-md-7 {-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-md-8 {-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%;}    
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-md-9 {-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;}    
    
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-justify-content-md-start {-ms-flex-line-pack: start !important;align-content: flex-start !important;}    
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-align-self-md-center {-ms-flex-item-align: center !important;align-self: center !important;}
    
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-md-center{text-align: center !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-md-center *{text-align: center !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-md-start{text-align: left !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-md-start *{text-align: left !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-md-end{text-align: right !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-md-end *{text-align: right !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-md-left{text-align: left !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-md-left *{text-align: left !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-md-right{text-align: right !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-md-right *{text-align: right !important;}
    
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-d-md-none {display: none !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-d-md-block {display: block !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-d-md-inline-block {display: inline-block !important;}
    
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-order-md-first {order: -1;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-order-md-last {order: 13;}
    
    #tp-wrapper #tp-description section[id^="tp-slide"] tp-offset-md-1{margin-left: 8.333333%;}
    
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-w-md-50{width: 50vw;}
}                



#tp-wrapper #tp-description {background-color: white;}
#tp-wrapper #tp-description * {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"] .bg-color{padding-left: 1em !important;padding-right: 1em !important;}

#tp-wrapper #tp-description section[id^="tp-slide"] div.tp-ul{padding-left: 4.5em; padding-right: 2em;}
#tp-wrapper #tp-description section[id^="tp-slide"] div.tp-li{margin: 0 0 1em;overflow: visible;list-style: none;text-align: left;}
#tp-wrapper #tp-description section[id^="tp-slide"] div.tp-li:before{
    display: inline-block;width: 1.5625em;height: 1.5625em;margin-top: 0;margin-right: .625em;margin-left: -2.5em;
    vertical-align: top;line-height: 1.6em;border-radius: 50%;color: #fff;text-align: center;font-weight: 700;
    background-image: linear-gradient(-25deg,#22cbfd,#4096ff);background-color: #22cbfd;}

#tp-wrapper #tp-description section[id^="tp-slide"] div.tp-li h4 {font-weight: bold;font-size: inherit;display: inline;}

#tp-wrapper #tp-description section[id^="tp-slide"] div.tp-li:nth-child(1)::before {content: '1';}
#tp-wrapper #tp-description section[id^="tp-slide"] div.tp-li:nth-child(2)::before {content: '2';}
#tp-wrapper #tp-description section[id^="tp-slide"] div.tp-li:nth-child(3)::before {content: '3';}
#tp-wrapper #tp-description section[id^="tp-slide"] div.tp-li:nth-child(4)::before {content: '4';}

#tp-wrapper #tp-description .tp-p-0{padding: 0 !important;}
#tp-wrapper #tp-description .tp-p-1{padding: 1em !important;}
#tp-wrapper #tp-description .tp-p-2{padding: 2em !important;}
#tp-wrapper #tp-description .tp-ph-0{padding-left: 0em !important;padding-right: 0em !important;}
#tp-wrapper #tp-description .tp-ph-1{padding-left: 1em !important;padding-right: 1em !important;}
#tp-wrapper #tp-description .tp-ph-2{padding-left: 2em !important;padding-right: 2em !important;}
#tp-wrapper #tp-description .tp-pv-1{padding-top: 1em !important;padding-bottom: 1em !important;}
#tp-wrapper #tp-description .tp-pv-2{padding-top: 2em !important;padding-bottom: 2em !important;}
#tp-wrapper #tp-description .tp-pb-0{padding-bottom: 0em !important;}
#tp-wrapper #tp-description .tp-pb-1{padding-bottom: 1em !important;}
#tp-wrapper #tp-description .tp-pb-2{padding-bottom: 2em !important;}
#tp-wrapper #tp-description .tp-pt-1{padding-top: 1em !important;}
#tp-wrapper #tp-description .tp-pt-2{padding-top: 2em !important;}
#tp-wrapper #tp-description .tp-m-0{margin: 0 !important;}
#tp-wrapper #tp-description .tp-m-1{margin: 1em !important;}
#tp-wrapper #tp-description .tp-mb-0{margin-bottom: 0 !important;}
#tp-wrapper #tp-description .tp-mb-1{margin-bottom: 1em !important;}
#tp-wrapper #tp-description .tp-mb-2{margin-bottom: 2em !important;}
#tp-wrapper #tp-description .tp-mt-1{margin-top: 1em !important;}
#tp-wrapper #tp-description .tp-mt-2{margin-top: 2em !important;}
#tp-wrapper #tp-description .tp-mv-1{margin-top: 1em !important;margin-bottom: 1em !important;}
#tp-wrapper #tp-description .tp-mv-2{margin-top: 2em !important;margin-bottom: 2em !important;}

#tp-wrapper #tp-description .tp-nb{text-wrap: nowrap;}
#tp-wrapper #tp-description .tp-pos-rel{position: relative;}

#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{margin-bottom: 30px;}
#tp-wrapper #tp-description .tp-video video {border: 2px solid lightgray;width: 100%;}
#tp-wrapper #tp-description span.tp-name, #tp-wrapper #tp-description span.tp-nwrap{white-space: nowrap;}

#tp-wrapper #tp-description .tp-larger{font-size: larger !important; font-weight: bold;}
#tp-wrapper #tp-description .tp-smaller{font-size: smaller !important;}

#tp-wrapper #tp-description section[id^="tp-slide"] .tp-list{line-height: 2em;margin-bottom: 2em;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-list img{margin-right: .3em;display: inline-block;vertical-align: middle;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-app{filter: drop-shadow(0px 0px 6px rgba(0,0,0,.2));}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-app > img:last-child{margin-left: 5px;}



#tp-wrapper #tp-description section[id^="tp-slide"].tp-bg, 
#tp-wrapper #tp-description section[id^="tp-slide"].tp-bg > .tp-row > div{background-repeat: no-repeat;}
#tp-wrapper #tp-description section[id^="tp-slide"].tp-bg > .tp-row > * {margin-top:-1px}
#tp-wrapper #tp-description section[id^="tp-slide"].tp-bg-bottom .tp-bg-img{background-position-y: top;background-size: 100% auto;margin-bottom: 0 !important;}

#tp-wrapper #tp-description section[id^="tp-slide"].tp-bg-top > div.tp-row:first-child > div:first-child,
#tp-wrapper #tp-description section[id^="tp-slide"].tp-bg-top .tp-bg-img{background-position: center bottom;background-size: 100% auto;margin-left: -1px;}

#tp-wrapper #tp-description section[id^="tp-slide"].tp-bg-left {background-position-x: 0;background-size: auto 100%;}
#tp-wrapper #tp-description section[id^="tp-slide"].tp-bg-slide {background-position: 0;background-size: 100% auto;}
#tp-wrapper #tp-description section[id^="tp-slide"].tp-bg-right {background-position-x: right;background-size: auto 100%;}
#tp-wrapper #tp-description section[id^="tp-slide"].tp-bg-md-left{background-image: none;}
#tp-wrapper #tp-description section[id^="tp-slide"].tp-bg-md-right{background-image: none;}




#tp-wrapper #tp-description section#tp-slide1 > .tp-row > :first-child {background-image: url(//f00.esfr.pl/si_upload/OPR/TP-LINK/tplink_decoe42pack_v1/img/01-bg-sm.jpg);}
#tp-wrapper #tp-description section#tp-slide1  span.tp-name{
	box-sizing: border-box;
	border-radius: 0.3em;
	border: 1px solid;
	display: inline-block;
	font-size: 1.3em;
	line-height: 1.3333;
	margin-top: 1em;
	padding: 0 0.5em;
}


#tp-wrapper #tp-description section#tp-slide2{background-color: #ededed;}

#tp-wrapper #tp-description section#tp-slide2 .notes {padding: 0 0 1em; font-size: 13px;}
#tp-wrapper #tp-description section#tp-slide2 .notes .note::before {
    content: "";
    display: inline-block;
    height: 0.2em;
    margin-top: -0.1em;
    vertical-align: middle;
    width: 2em;
    margin-right: .5em;
}
#tp-wrapper #tp-description section#tp-slide2 .notes .note1::before {background-color: #ffcb00;}
#tp-wrapper #tp-description section#tp-slide2 .notes .note2::before {background-color: #4acbd6;}
#tp-wrapper #tp-description section#tp-slide2 .notes .note3::before {background-color: #3364d1;height: .1em;}


#tp-wrapper #tp-description section#tp-slide4{background-color: #d4d5da;}


#tp-wrapper #tp-description section#tp-slide6 {background-color: #828483 !important;}
#tp-wrapper #tp-description section#tp-slide6 *{color: white !important;}
#tp-wrapper #tp-description section#tp-slide6 h3{color: white !important;}

#tp-wrapper #tp-description section#tp-slide6 .tp-text-ico img {float: left;overflow: hidden;margin-top: .4em;margin-right: .5em;}
#tp-wrapper #tp-description section#tp-slide6 .tp-list h4{
	background: url(//f00.esfr.pl/si_upload/OPR/TP-LINK/tplink_decoe42pack_v1/img/h-arrow.png) 0 50% no-repeat;
	display: block;
        margin-right: 1em;
	line-height: 1.2;
	padding-left: 1.2em;
        margin-bottom: 0;
}
#tp-wrapper #tp-description section#tp-slide6 .tp-list p{font-size: 14px !important;}
#tp-wrapper #tp-description section#tp-slide6 .tp-list img{height: 38px;}
#tp-wrapper #tp-description section#tp-slide7 {background-color: #e6e6e6;}
#tp-wrapper #tp-description section#tp-slide8 {background-color: #b5917b !important;}
#tp-wrapper #tp-description section#tp-slide8 * {color: white !important;}
#tp-wrapper #tp-description section#tp-slide8 h3, #tp-description section#tp-slide8 h4{color: white !important;}














@media (min-width: 768px) {
    
    
    
    
    #tp-wrapper #tp-description section[id^="tp-slide"].tp-bg > div.tp-row > div:first-child{background: none !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"].tp-bg-md-left > .tp-row{background-position: 0;background-size: auto calc(100% + 1px);}
    #tp-wrapper #tp-description section[id^="tp-slide"].tp-bg-slide,
    #tp-wrapper #tp-description section[id^="tp-slide"].tp-bg-md-slide {background-position: 0;background-size: auto;}
    #tp-wrapper #tp-description section[id^="tp-slide"].tp-bg-md-slide-right {background-position: right;background-size: auto;}
    #tp-wrapper #tp-description section[id^="tp-slide"].tp-bg-md-right {background-position: calc(100% - 1px) 0;background-size: auto 100%;}
    
    
    
    #tp-wrapper #tp-description section#tp-slide1 > .tp-row{background-image: url(//f00.esfr.pl/si_upload/OPR/TP-LINK/tplink_decoe42pack_v1/img/01-bg.jpg);}
        
    
    
    
    #tp-wrapper #tp-description section#tp-slide6 {background-image: url(//f00.esfr.pl/si_upload/OPR/TP-LINK/tplink_decoe42pack_v1/img/06-bg.jpg);}
    
    #tp-wrapper #tp-description section#tp-slide6 .lead{padding-left: 0;}
    

    

    
    


}

@media (max-width: 767.98px) {
}
