@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.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{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;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,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.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-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-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{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order: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{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order: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{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order: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{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order: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%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center right calc(.375em + .1875rem);background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc((1em + .75rem) * 3 / 4 + 1.75rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip{display:block}.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28a745}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");background-repeat:no-repeat;background-position:center right calc(.375em + .1875rem);background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc((1em + .75rem) * 3 / 4 + 1.75rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip{display:block}.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50%/50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:calc(1rem + .4rem);padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion>.card{overflow:hidden}.accordion>.card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion>.card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion>.card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.accordion>.card .card-header{margin-bottom:-1px}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-horizontal{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}@media (min-width:576px){.list-group-horizontal-sm{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-sm .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}@media (min-width:768px){.list-group-horizontal-md{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-md .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}@media (min-width:992px){.list-group-horizontal-lg{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-lg .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}@media (min-width:1200px){.list-group-horizontal-xl{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-xl .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush .list-group-item:last-child{margin-bottom:-1px}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{margin-bottom:0;border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}a.close.disabled{pointer-events:none}.toast{max-width:350px;overflow:hidden;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #dee2e6;border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:0s .6s opacity}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50%/100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.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:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;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:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;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:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;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:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;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:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;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:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.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:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.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:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.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:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.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:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.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:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.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:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.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:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.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:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.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:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.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:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.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:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.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:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.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:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.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:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.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:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.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}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;overflow-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}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;
} 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;
}@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-display: auto;
src: local("Open Sans Regular"), local("OpenSans-Regular"), url(//ipl-beautyhairless.de/wp-content/themes/IPL%20Beautyhairless/lib/predefined/fonts/OpenSans-Regular.ttf);
}
@font-face {
font-family: "Open Sans SemiBold";
font-style: normal;
font-display: auto;
font-weight: 500;
src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"),
url(//ipl-beautyhairless.de/wp-content/themes/IPL%20Beautyhairless/lib/predefined/fonts/OpenSans-SemiBold.ttf);
}
@font-face {
font-family: "Open Sans Light";
font-style: normal;
font-display: auto;
font-weight: 300;
src: local("Open Sans Light"), local("OpenSans-Light"), url(//ipl-beautyhairless.de/wp-content/themes/IPL%20Beautyhairless/lib/predefined/fonts/OpenSans-Light.ttf);
} h1, h2, h3, h4, h5, h6, p, a, small, time, span , li, td, th
{
font-family: "Open Sans", Roboto, sans-serif;
}
h1
{
font-size: 28px;
line-height: 1.3 !important;
}
h2
{
font-size: 22px;
line-height: 1.3 !important;
}
h3
{
font-size: 22px;
line-height: 1.3 !important;
}
p
{
margin: 0 0 1px 0;
line-height: 1.5 !important;
color: #666;
}
li
{
line-height: 1.3;
color: #666;
}
a:hover
{
text-decoration: underline;
}
b
{
font-weight: 700;
}
li
{
list-style-type: disc;
}
strong
{
font-weight: bolder;
}
table strong
{
color: #212529;
}
table p
{
color: #212529;
} .content-seperator
{
margin: 30px 0;
border: 1px solid rgba(230, 230, 230, 0.5);
} .nav-item
{
display: flex;
justify-content: center;
align-items: center;
}
.nav-link
{
text-transform: uppercase;
}
#header-navigation .current_page_item
{
border-bottom: 2px solid #8b1855;
}
.navbar-nav > .nav-item:hover
{
transition-duration: 0.4s;
background-color: #8B1855;
}
.navbar-nav > .nav-item:hover > a {
transition-duration: 0.4s;
color: #fff !important;
}
#header-navigation .dropdown-menu .menu-item a
{
padding: .5rem 1.5rem;
}
#header-navigation .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus
{
background-image:none !important;
}
#header-navigation .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus
{
background-color: #8b1855;
color: #fff;
} .header-banner
{
width: 100%;
height: 350px;
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.header-overlay
{
border-radius: 3px;
background: rgba(255, 255, 255, 0.5);
transition: 0.2s;
position: absolute;
padding: 10px 30px;
bottom: 10px;
left: 0;
right:0;
width: fit-content;
margin-left: auto;
margin-right: auto;
}
.header-overlay:hover
{
background: rgba(255, 255, 255, 0.7);
}
.header-overlay h3
{
text-align: center;
font-family: "Open Sans SemiBold";
font-size: 25px;
color: #993366;
}
.header-overlay p
{
font-family: "Open Sans SemiBold";
font-size: 20px;
margin-top: 8px;
text-align: center;
color: #333;
} .page-title
{
margin-top: 30px;
}
.page-title h1
{
color: #993366;
}
.page-title p
{
margin-top: 10px;
color: #000;
} @media (max-width: 767px)
{
.page-title .row .col-lg-3 img
{
margin-top: 20px;
height: 150px !important;
}
} .home-categories
{
margin-top: 30px;
}
.home-category
{
text-align: center;
position: relative;
border: 2px solid #edecec;
transition-duration: 2s;
}
.home-category img
{
width: 100%;
transition: opacity 0.2s;
}
.home-category-text
{
margin-top: -4px;
background-color: #8b1855;
color: #fff;
padding: 15px;
}
.home-category-text h2
{
margin: 0;
line-height: 1.3;
}
.home-category-overlay
{
display: none;
position: absolute;
top: 25%;
left: 5%;
color: #333;
}
.home-category-overlay span
{
font-size: 25px;
}
.home-category:hover .home-category-overlay
{
display: block;
}
.home-category:hover .home-category-text
{
background-color: #6c1142;
} .home-category:hover
{
background: white;
}
.home-category:hover .home-category-thumbnail
{
opacity: 0.4;
}
.home-categories a:hover
{
text-decoration: none;
} .home-entry img
{
width: 80%;
}
.home-entry h3
{
font-family: "Open Sans SemiBold";
font-size: 24px;
color: #8b1855;
}
.home-entry p
{
margin-top: 30px;
padding-left: 10px;
font-size: 18px;
} .blog-overview
{
margin-top: 20px;
padding-top: 20px;
background-color: #fcfcfc;
}
.blog-overview h2
{
text-align: center;
font-family: "Open Sans SemiBold";
font-size: 23px;
}
.blog-overview .content-seperator
{
margin: 20px 0;
}
.blog-entry
{
margin-top: 30px;
}
.blog-entry img
{
border-radius: 5px 5px 0 0;
max-height: 180px;
height: auto;
width: auto;
max-width: 90%;
transition: 0.2s;
}
.blog-entry img:hover
{
background: white;
opacity: 0.8;
}
.blog-entry-header time, .blog-entry-header a, .blog-entry-header p
{
font-family: "Open Sans Light";
display: inline;
color: #333;
}
.blog-entry-header a
{
font-family: "Open Sans Light";
}
.blog-post-content h3
{
font-family: "Open Sans SemiBold";
font-size: 22px;
color: #8b1855;
padding-bottom: 5px;
}
.blog-post-content p
{
font-family: "Open Sans Light";
padding: 5px 0px 0px 5px;
}
.blog-read-more
{
margin-top: 10px;
}
.blog-read-more a
{
color: #8b1855;
}
.blog-read-more a:hover
{
text-decoration: underline;
}
.blog-post-content h3:hover
{
color: #53002c;
}
.blog-post-heading:hover
{
text-decoration: none;
}
.blog-entry-header a:hover
{
color: #7f7f7f;
} .page-footer
{
overflow: hidden;
background-color: #3c3c3c;
margin-top: 30px;
padding: 20px 0 30px 0;
}
.footer-widgets
{
margin: 0 auto;
}
.footer_widget
{
float: left;
width: 22%;
margin-right: 1%;
}
.footer_widget:first-child
{
margin-left: 1%;
}
.footer-widgets h3, .footer-widgets a, .footer-widgets p
{
color: #fff;
}
.footer_widget h3
{
margin-bottom: 30px;
}
.footer_widget :not(h3)
{
padding-left: 5px;
} .footer-quick-menu
{
margin-top: 4em;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
background-color: #333;
}
.footer-quick-menu li
{
display: inline-block;
padding-right: 20px;
margin: auto;
}
.footer-quick-menu li + li:before
{
padding-right: 20px;
content: " | ";
color: #fff;
}
.footer-quick-menu a
{
font-family: "Open Sans Light";
font-size: 16px;
color: #fff;
}
.footer-social
{
background-color: #333;
text-align: center;
padding: 10px 0;
}
.footer-social a
{
color: #fff;
padding: 0 10px;
}
.footer-social svg
{
font-size: 24px;
} .single-wrapper
{
margin-top: 30px;
}
.single-wrapper a
{
color: #8b1855;
}
.single-header
{
margin-top: 10px;
}
.single-header h1
{
display: inline;
color: #8b1855;
font-size: 30px;
}
.single-header
{
margin-bottom: 30px;
}
.single-meta
{
float: right;
}
.single-meta p, .single-meta a, .single-meta time
{
font-family: "Open Sans Light";
font-size: 14px;
}
.single-thumbnail img
{
width: auto;
max-width: 100%;
height: auto;
max-height: 350px;
}
.single-content
{
margin-top: 20px;
}
.single-footer
{
margin-top: 20px;
} .popup-outer
{
position: relative;
display: none;
}
.popup-wrapper
{
z-index: 2;
left: 0;
width: 100%;
height: 120vh;
position: absolute;
background-color: rgba(51, 51, 51, 0.2);
}
.popup-box
{
background-color: #fff;
border-radius: 5px;
max-width: 100%;
padding: 20px;
width: 600px;
margin-left: auto;
margin-right: auto;
margin-top: 30vh;
}
.popup-box i
{
float: right;
cursor: pointer;
color: #a7a7a7;
}
.popup-box i:hover
{
color: #333;
}
.popup-box h2, .popup-box p
{
text-align: center;
margin-bottom: 20px;
}
.popup-box #popupemail
{
margin-top: 20px;
}
.popup-box #popupsubmit
{
margin-top: 20px;
width: 100%;
color: #fff;
background-color: #8b1855;
font-family: "Open Sans";
}
.popup-box h2, .popup-box p
{
color: #333;
}  #gallery-1 img
{
border: 5px solid #fff !important;
} .grecaptcha-badge
{
opacity: 0;
} #wpstats
{
display: none;
}.fa,
.fas,
.far,
.fal,
.fad,
.fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1; }
.fa-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -.0667em; }
.fa-xs {
font-size: .75em; }
.fa-sm {
font-size: .875em; }
.fa-1x {
font-size: 1em; }
.fa-2x {
font-size: 2em; }
.fa-3x {
font-size: 3em; }
.fa-4x {
font-size: 4em; }
.fa-5x {
font-size: 5em; }
.fa-6x {
font-size: 6em; }
.fa-7x {
font-size: 7em; }
.fa-8x {
font-size: 8em; }
.fa-9x {
font-size: 9em; }
.fa-10x {
font-size: 10em; }
.fa-fw {
text-align: center;
width: 1.25em; }
.fa-ul {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0; }
.fa-ul > li {
position: relative; }
.fa-li {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit; }
.fa-border {
border: solid 0.08em #eee;
border-radius: .1em;
padding: .2em .25em .15em; }
.fa-pull-left {
float: left; }
.fa-pull-right {
float: right; }
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
margin-left: .3em; }
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear; }
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8); }
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
transform: rotate(270deg); }
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1); }
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
transform: scale(1, -1); }
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1); }
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
-webkit-filter: none;
filter: none; }
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em; }
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%; }
.fa-stack-1x {
line-height: inherit; }
.fa-stack-2x {
font-size: 2em; }
.fa-inverse {
color: #fff; } .fa-500px:before {
content: "\f26e"; }
.fa-accessible-icon:before {
content: "\f368"; }
.fa-accusoft:before {
content: "\f369"; }
.fa-acquisitions-incorporated:before {
content: "\f6af"; }
.fa-ad:before {
content: "\f641"; }
.fa-address-book:before {
content: "\f2b9"; }
.fa-address-card:before {
content: "\f2bb"; }
.fa-adjust:before {
content: "\f042"; }
.fa-adn:before {
content: "\f170"; }
.fa-adversal:before {
content: "\f36a"; }
.fa-affiliatetheme:before {
content: "\f36b"; }
.fa-air-freshener:before {
content: "\f5d0"; }
.fa-airbnb:before {
content: "\f834"; }
.fa-algolia:before {
content: "\f36c"; }
.fa-align-center:before {
content: "\f037"; }
.fa-align-justify:before {
content: "\f039"; }
.fa-align-left:before {
content: "\f036"; }
.fa-align-right:before {
content: "\f038"; }
.fa-alipay:before {
content: "\f642"; }
.fa-allergies:before {
content: "\f461"; }
.fa-amazon:before {
content: "\f270"; }
.fa-amazon-pay:before {
content: "\f42c"; }
.fa-ambulance:before {
content: "\f0f9"; }
.fa-american-sign-language-interpreting:before {
content: "\f2a3"; }
.fa-amilia:before {
content: "\f36d"; }
.fa-anchor:before {
content: "\f13d"; }
.fa-android:before {
content: "\f17b"; }
.fa-angellist:before {
content: "\f209"; }
.fa-angle-double-down:before {
content: "\f103"; }
.fa-angle-double-left:before {
content: "\f100"; }
.fa-angle-double-right:before {
content: "\f101"; }
.fa-angle-double-up:before {
content: "\f102"; }
.fa-angle-down:before {
content: "\f107"; }
.fa-angle-left:before {
content: "\f104"; }
.fa-angle-right:before {
content: "\f105"; }
.fa-angle-up:before {
content: "\f106"; }
.fa-angry:before {
content: "\f556"; }
.fa-angrycreative:before {
content: "\f36e"; }
.fa-angular:before {
content: "\f420"; }
.fa-ankh:before {
content: "\f644"; }
.fa-app-store:before {
content: "\f36f"; }
.fa-app-store-ios:before {
content: "\f370"; }
.fa-apper:before {
content: "\f371"; }
.fa-apple:before {
content: "\f179"; }
.fa-apple-alt:before {
content: "\f5d1"; }
.fa-apple-pay:before {
content: "\f415"; }
.fa-archive:before {
content: "\f187"; }
.fa-archway:before {
content: "\f557"; }
.fa-arrow-alt-circle-down:before {
content: "\f358"; }
.fa-arrow-alt-circle-left:before {
content: "\f359"; }
.fa-arrow-alt-circle-right:before {
content: "\f35a"; }
.fa-arrow-alt-circle-up:before {
content: "\f35b"; }
.fa-arrow-circle-down:before {
content: "\f0ab"; }
.fa-arrow-circle-left:before {
content: "\f0a8"; }
.fa-arrow-circle-right:before {
content: "\f0a9"; }
.fa-arrow-circle-up:before {
content: "\f0aa"; }
.fa-arrow-down:before {
content: "\f063"; }
.fa-arrow-left:before {
content: "\f060"; }
.fa-arrow-right:before {
content: "\f061"; }
.fa-arrow-up:before {
content: "\f062"; }
.fa-arrows-alt:before {
content: "\f0b2"; }
.fa-arrows-alt-h:before {
content: "\f337"; }
.fa-arrows-alt-v:before {
content: "\f338"; }
.fa-artstation:before {
content: "\f77a"; }
.fa-assistive-listening-systems:before {
content: "\f2a2"; }
.fa-asterisk:before {
content: "\f069"; }
.fa-asymmetrik:before {
content: "\f372"; }
.fa-at:before {
content: "\f1fa"; }
.fa-atlas:before {
content: "\f558"; }
.fa-atlassian:before {
content: "\f77b"; }
.fa-atom:before {
content: "\f5d2"; }
.fa-audible:before {
content: "\f373"; }
.fa-audio-description:before {
content: "\f29e"; }
.fa-autoprefixer:before {
content: "\f41c"; }
.fa-avianex:before {
content: "\f374"; }
.fa-aviato:before {
content: "\f421"; }
.fa-award:before {
content: "\f559"; }
.fa-aws:before {
content: "\f375"; }
.fa-baby:before {
content: "\f77c"; }
.fa-baby-carriage:before {
content: "\f77d"; }
.fa-backspace:before {
content: "\f55a"; }
.fa-backward:before {
content: "\f04a"; }
.fa-bacon:before {
content: "\f7e5"; }
.fa-bacteria:before {
content: "\e059"; }
.fa-bacterium:before {
content: "\e05a"; }
.fa-bahai:before {
content: "\f666"; }
.fa-balance-scale:before {
content: "\f24e"; }
.fa-balance-scale-left:before {
content: "\f515"; }
.fa-balance-scale-right:before {
content: "\f516"; }
.fa-ban:before {
content: "\f05e"; }
.fa-band-aid:before {
content: "\f462"; }
.fa-bandcamp:before {
content: "\f2d5"; }
.fa-barcode:before {
content: "\f02a"; }
.fa-bars:before {
content: "\f0c9"; }
.fa-baseball-ball:before {
content: "\f433"; }
.fa-basketball-ball:before {
content: "\f434"; }
.fa-bath:before {
content: "\f2cd"; }
.fa-battery-empty:before {
content: "\f244"; }
.fa-battery-full:before {
content: "\f240"; }
.fa-battery-half:before {
content: "\f242"; }
.fa-battery-quarter:before {
content: "\f243"; }
.fa-battery-three-quarters:before {
content: "\f241"; }
.fa-battle-net:before {
content: "\f835"; }
.fa-bed:before {
content: "\f236"; }
.fa-beer:before {
content: "\f0fc"; }
.fa-behance:before {
content: "\f1b4"; }
.fa-behance-square:before {
content: "\f1b5"; }
.fa-bell:before {
content: "\f0f3"; }
.fa-bell-slash:before {
content: "\f1f6"; }
.fa-bezier-curve:before {
content: "\f55b"; }
.fa-bible:before {
content: "\f647"; }
.fa-bicycle:before {
content: "\f206"; }
.fa-biking:before {
content: "\f84a"; }
.fa-bimobject:before {
content: "\f378"; }
.fa-binoculars:before {
content: "\f1e5"; }
.fa-biohazard:before {
content: "\f780"; }
.fa-birthday-cake:before {
content: "\f1fd"; }
.fa-bitbucket:before {
content: "\f171"; }
.fa-bitcoin:before {
content: "\f379"; }
.fa-bity:before {
content: "\f37a"; }
.fa-black-tie:before {
content: "\f27e"; }
.fa-blackberry:before {
content: "\f37b"; }
.fa-blender:before {
content: "\f517"; }
.fa-blender-phone:before {
content: "\f6b6"; }
.fa-blind:before {
content: "\f29d"; }
.fa-blog:before {
content: "\f781"; }
.fa-blogger:before {
content: "\f37c"; }
.fa-blogger-b:before {
content: "\f37d"; }
.fa-bluetooth:before {
content: "\f293"; }
.fa-bluetooth-b:before {
content: "\f294"; }
.fa-bold:before {
content: "\f032"; }
.fa-bolt:before {
content: "\f0e7"; }
.fa-bomb:before {
content: "\f1e2"; }
.fa-bone:before {
content: "\f5d7"; }
.fa-bong:before {
content: "\f55c"; }
.fa-book:before {
content: "\f02d"; }
.fa-book-dead:before {
content: "\f6b7"; }
.fa-book-medical:before {
content: "\f7e6"; }
.fa-book-open:before {
content: "\f518"; }
.fa-book-reader:before {
content: "\f5da"; }
.fa-bookmark:before {
content: "\f02e"; }
.fa-bootstrap:before {
content: "\f836"; }
.fa-border-all:before {
content: "\f84c"; }
.fa-border-none:before {
content: "\f850"; }
.fa-border-style:before {
content: "\f853"; }
.fa-bowling-ball:before {
content: "\f436"; }
.fa-box:before {
content: "\f466"; }
.fa-box-open:before {
content: "\f49e"; }
.fa-box-tissue:before {
content: "\e05b"; }
.fa-boxes:before {
content: "\f468"; }
.fa-braille:before {
content: "\f2a1"; }
.fa-brain:before {
content: "\f5dc"; }
.fa-bread-slice:before {
content: "\f7ec"; }
.fa-briefcase:before {
content: "\f0b1"; }
.fa-briefcase-medical:before {
content: "\f469"; }
.fa-broadcast-tower:before {
content: "\f519"; }
.fa-broom:before {
content: "\f51a"; }
.fa-brush:before {
content: "\f55d"; }
.fa-btc:before {
content: "\f15a"; }
.fa-buffer:before {
content: "\f837"; }
.fa-bug:before {
content: "\f188"; }
.fa-building:before {
content: "\f1ad"; }
.fa-bullhorn:before {
content: "\f0a1"; }
.fa-bullseye:before {
content: "\f140"; }
.fa-burn:before {
content: "\f46a"; }
.fa-buromobelexperte:before {
content: "\f37f"; }
.fa-bus:before {
content: "\f207"; }
.fa-bus-alt:before {
content: "\f55e"; }
.fa-business-time:before {
content: "\f64a"; }
.fa-buy-n-large:before {
content: "\f8a6"; }
.fa-buysellads:before {
content: "\f20d"; }
.fa-calculator:before {
content: "\f1ec"; }
.fa-calendar:before {
content: "\f133"; }
.fa-calendar-alt:before {
content: "\f073"; }
.fa-calendar-check:before {
content: "\f274"; }
.fa-calendar-day:before {
content: "\f783"; }
.fa-calendar-minus:before {
content: "\f272"; }
.fa-calendar-plus:before {
content: "\f271"; }
.fa-calendar-times:before {
content: "\f273"; }
.fa-calendar-week:before {
content: "\f784"; }
.fa-camera:before {
content: "\f030"; }
.fa-camera-retro:before {
content: "\f083"; }
.fa-campground:before {
content: "\f6bb"; }
.fa-canadian-maple-leaf:before {
content: "\f785"; }
.fa-candy-cane:before {
content: "\f786"; }
.fa-cannabis:before {
content: "\f55f"; }
.fa-capsules:before {
content: "\f46b"; }
.fa-car:before {
content: "\f1b9"; }
.fa-car-alt:before {
content: "\f5de"; }
.fa-car-battery:before {
content: "\f5df"; }
.fa-car-crash:before {
content: "\f5e1"; }
.fa-car-side:before {
content: "\f5e4"; }
.fa-caravan:before {
content: "\f8ff"; }
.fa-caret-down:before {
content: "\f0d7"; }
.fa-caret-left:before {
content: "\f0d9"; }
.fa-caret-right:before {
content: "\f0da"; }
.fa-caret-square-down:before {
content: "\f150"; }
.fa-caret-square-left:before {
content: "\f191"; }
.fa-caret-square-right:before {
content: "\f152"; }
.fa-caret-square-up:before {
content: "\f151"; }
.fa-caret-up:before {
content: "\f0d8"; }
.fa-carrot:before {
content: "\f787"; }
.fa-cart-arrow-down:before {
content: "\f218"; }
.fa-cart-plus:before {
content: "\f217"; }
.fa-cash-register:before {
content: "\f788"; }
.fa-cat:before {
content: "\f6be"; }
.fa-cc-amazon-pay:before {
content: "\f42d"; }
.fa-cc-amex:before {
content: "\f1f3"; }
.fa-cc-apple-pay:before {
content: "\f416"; }
.fa-cc-diners-club:before {
content: "\f24c"; }
.fa-cc-discover:before {
content: "\f1f2"; }
.fa-cc-jcb:before {
content: "\f24b"; }
.fa-cc-mastercard:before {
content: "\f1f1"; }
.fa-cc-paypal:before {
content: "\f1f4"; }
.fa-cc-stripe:before {
content: "\f1f5"; }
.fa-cc-visa:before {
content: "\f1f0"; }
.fa-centercode:before {
content: "\f380"; }
.fa-centos:before {
content: "\f789"; }
.fa-certificate:before {
content: "\f0a3"; }
.fa-chair:before {
content: "\f6c0"; }
.fa-chalkboard:before {
content: "\f51b"; }
.fa-chalkboard-teacher:before {
content: "\f51c"; }
.fa-charging-station:before {
content: "\f5e7"; }
.fa-chart-area:before {
content: "\f1fe"; }
.fa-chart-bar:before {
content: "\f080"; }
.fa-chart-line:before {
content: "\f201"; }
.fa-chart-pie:before {
content: "\f200"; }
.fa-check:before {
content: "\f00c"; }
.fa-check-circle:before {
content: "\f058"; }
.fa-check-double:before {
content: "\f560"; }
.fa-check-square:before {
content: "\f14a"; }
.fa-cheese:before {
content: "\f7ef"; }
.fa-chess:before {
content: "\f439"; }
.fa-chess-bishop:before {
content: "\f43a"; }
.fa-chess-board:before {
content: "\f43c"; }
.fa-chess-king:before {
content: "\f43f"; }
.fa-chess-knight:before {
content: "\f441"; }
.fa-chess-pawn:before {
content: "\f443"; }
.fa-chess-queen:before {
content: "\f445"; }
.fa-chess-rook:before {
content: "\f447"; }
.fa-chevron-circle-down:before {
content: "\f13a"; }
.fa-chevron-circle-left:before {
content: "\f137"; }
.fa-chevron-circle-right:before {
content: "\f138"; }
.fa-chevron-circle-up:before {
content: "\f139"; }
.fa-chevron-down:before {
content: "\f078"; }
.fa-chevron-left:before {
content: "\f053"; }
.fa-chevron-right:before {
content: "\f054"; }
.fa-chevron-up:before {
content: "\f077"; }
.fa-child:before {
content: "\f1ae"; }
.fa-chrome:before {
content: "\f268"; }
.fa-chromecast:before {
content: "\f838"; }
.fa-church:before {
content: "\f51d"; }
.fa-circle:before {
content: "\f111"; }
.fa-circle-notch:before {
content: "\f1ce"; }
.fa-city:before {
content: "\f64f"; }
.fa-clinic-medical:before {
content: "\f7f2"; }
.fa-clipboard:before {
content: "\f328"; }
.fa-clipboard-check:before {
content: "\f46c"; }
.fa-clipboard-list:before {
content: "\f46d"; }
.fa-clock:before {
content: "\f017"; }
.fa-clone:before {
content: "\f24d"; }
.fa-closed-captioning:before {
content: "\f20a"; }
.fa-cloud:before {
content: "\f0c2"; }
.fa-cloud-download-alt:before {
content: "\f381"; }
.fa-cloud-meatball:before {
content: "\f73b"; }
.fa-cloud-moon:before {
content: "\f6c3"; }
.fa-cloud-moon-rain:before {
content: "\f73c"; }
.fa-cloud-rain:before {
content: "\f73d"; }
.fa-cloud-showers-heavy:before {
content: "\f740"; }
.fa-cloud-sun:before {
content: "\f6c4"; }
.fa-cloud-sun-rain:before {
content: "\f743"; }
.fa-cloud-upload-alt:before {
content: "\f382"; }
.fa-cloudflare:before {
content: "\e07d"; }
.fa-cloudscale:before {
content: "\f383"; }
.fa-cloudsmith:before {
content: "\f384"; }
.fa-cloudversify:before {
content: "\f385"; }
.fa-cocktail:before {
content: "\f561"; }
.fa-code:before {
content: "\f121"; }
.fa-code-branch:before {
content: "\f126"; }
.fa-codepen:before {
content: "\f1cb"; }
.fa-codiepie:before {
content: "\f284"; }
.fa-coffee:before {
content: "\f0f4"; }
.fa-cog:before {
content: "\f013"; }
.fa-cogs:before {
content: "\f085"; }
.fa-coins:before {
content: "\f51e"; }
.fa-columns:before {
content: "\f0db"; }
.fa-comment:before {
content: "\f075"; }
.fa-comment-alt:before {
content: "\f27a"; }
.fa-comment-dollar:before {
content: "\f651"; }
.fa-comment-dots:before {
content: "\f4ad"; }
.fa-comment-medical:before {
content: "\f7f5"; }
.fa-comment-slash:before {
content: "\f4b3"; }
.fa-comments:before {
content: "\f086"; }
.fa-comments-dollar:before {
content: "\f653"; }
.fa-compact-disc:before {
content: "\f51f"; }
.fa-compass:before {
content: "\f14e"; }
.fa-compress:before {
content: "\f066"; }
.fa-compress-alt:before {
content: "\f422"; }
.fa-compress-arrows-alt:before {
content: "\f78c"; }
.fa-concierge-bell:before {
content: "\f562"; }
.fa-confluence:before {
content: "\f78d"; }
.fa-connectdevelop:before {
content: "\f20e"; }
.fa-contao:before {
content: "\f26d"; }
.fa-cookie:before {
content: "\f563"; }
.fa-cookie-bite:before {
content: "\f564"; }
.fa-copy:before {
content: "\f0c5"; }
.fa-copyright:before {
content: "\f1f9"; }
.fa-cotton-bureau:before {
content: "\f89e"; }
.fa-couch:before {
content: "\f4b8"; }
.fa-cpanel:before {
content: "\f388"; }
.fa-creative-commons:before {
content: "\f25e"; }
.fa-creative-commons-by:before {
content: "\f4e7"; }
.fa-creative-commons-nc:before {
content: "\f4e8"; }
.fa-creative-commons-nc-eu:before {
content: "\f4e9"; }
.fa-creative-commons-nc-jp:before {
content: "\f4ea"; }
.fa-creative-commons-nd:before {
content: "\f4eb"; }
.fa-creative-commons-pd:before {
content: "\f4ec"; }
.fa-creative-commons-pd-alt:before {
content: "\f4ed"; }
.fa-creative-commons-remix:before {
content: "\f4ee"; }
.fa-creative-commons-sa:before {
content: "\f4ef"; }
.fa-creative-commons-sampling:before {
content: "\f4f0"; }
.fa-creative-commons-sampling-plus:before {
content: "\f4f1"; }
.fa-creative-commons-share:before {
content: "\f4f2"; }
.fa-creative-commons-zero:before {
content: "\f4f3"; }
.fa-credit-card:before {
content: "\f09d"; }
.fa-critical-role:before {
content: "\f6c9"; }
.fa-crop:before {
content: "\f125"; }
.fa-crop-alt:before {
content: "\f565"; }
.fa-cross:before {
content: "\f654"; }
.fa-crosshairs:before {
content: "\f05b"; }
.fa-crow:before {
content: "\f520"; }
.fa-crown:before {
content: "\f521"; }
.fa-crutch:before {
content: "\f7f7"; }
.fa-css3:before {
content: "\f13c"; }
.fa-css3-alt:before {
content: "\f38b"; }
.fa-cube:before {
content: "\f1b2"; }
.fa-cubes:before {
content: "\f1b3"; }
.fa-cut:before {
content: "\f0c4"; }
.fa-cuttlefish:before {
content: "\f38c"; }
.fa-d-and-d:before {
content: "\f38d"; }
.fa-d-and-d-beyond:before {
content: "\f6ca"; }
.fa-dailymotion:before {
content: "\e052"; }
.fa-dashcube:before {
content: "\f210"; }
.fa-database:before {
content: "\f1c0"; }
.fa-deaf:before {
content: "\f2a4"; }
.fa-deezer:before {
content: "\e077"; }
.fa-delicious:before {
content: "\f1a5"; }
.fa-democrat:before {
content: "\f747"; }
.fa-deploydog:before {
content: "\f38e"; }
.fa-deskpro:before {
content: "\f38f"; }
.fa-desktop:before {
content: "\f108"; }
.fa-dev:before {
content: "\f6cc"; }
.fa-deviantart:before {
content: "\f1bd"; }
.fa-dharmachakra:before {
content: "\f655"; }
.fa-dhl:before {
content: "\f790"; }
.fa-diagnoses:before {
content: "\f470"; }
.fa-diaspora:before {
content: "\f791"; }
.fa-dice:before {
content: "\f522"; }
.fa-dice-d20:before {
content: "\f6cf"; }
.fa-dice-d6:before {
content: "\f6d1"; }
.fa-dice-five:before {
content: "\f523"; }
.fa-dice-four:before {
content: "\f524"; }
.fa-dice-one:before {
content: "\f525"; }
.fa-dice-six:before {
content: "\f526"; }
.fa-dice-three:before {
content: "\f527"; }
.fa-dice-two:before {
content: "\f528"; }
.fa-digg:before {
content: "\f1a6"; }
.fa-digital-ocean:before {
content: "\f391"; }
.fa-digital-tachograph:before {
content: "\f566"; }
.fa-directions:before {
content: "\f5eb"; }
.fa-discord:before {
content: "\f392"; }
.fa-discourse:before {
content: "\f393"; }
.fa-disease:before {
content: "\f7fa"; }
.fa-divide:before {
content: "\f529"; }
.fa-dizzy:before {
content: "\f567"; }
.fa-dna:before {
content: "\f471"; }
.fa-dochub:before {
content: "\f394"; }
.fa-docker:before {
content: "\f395"; }
.fa-dog:before {
content: "\f6d3"; }
.fa-dollar-sign:before {
content: "\f155"; }
.fa-dolly:before {
content: "\f472"; }
.fa-dolly-flatbed:before {
content: "\f474"; }
.fa-donate:before {
content: "\f4b9"; }
.fa-door-closed:before {
content: "\f52a"; }
.fa-door-open:before {
content: "\f52b"; }
.fa-dot-circle:before {
content: "\f192"; }
.fa-dove:before {
content: "\f4ba"; }
.fa-download:before {
content: "\f019"; }
.fa-draft2digital:before {
content: "\f396"; }
.fa-drafting-compass:before {
content: "\f568"; }
.fa-dragon:before {
content: "\f6d5"; }
.fa-draw-polygon:before {
content: "\f5ee"; }
.fa-dribbble:before {
content: "\f17d"; }
.fa-dribbble-square:before {
content: "\f397"; }
.fa-dropbox:before {
content: "\f16b"; }
.fa-drum:before {
content: "\f569"; }
.fa-drum-steelpan:before {
content: "\f56a"; }
.fa-drumstick-bite:before {
content: "\f6d7"; }
.fa-drupal:before {
content: "\f1a9"; }
.fa-dumbbell:before {
content: "\f44b"; }
.fa-dumpster:before {
content: "\f793"; }
.fa-dumpster-fire:before {
content: "\f794"; }
.fa-dungeon:before {
content: "\f6d9"; }
.fa-dyalog:before {
content: "\f399"; }
.fa-earlybirds:before {
content: "\f39a"; }
.fa-ebay:before {
content: "\f4f4"; }
.fa-edge:before {
content: "\f282"; }
.fa-edge-legacy:before {
content: "\e078"; }
.fa-edit:before {
content: "\f044"; }
.fa-egg:before {
content: "\f7fb"; }
.fa-eject:before {
content: "\f052"; }
.fa-elementor:before {
content: "\f430"; }
.fa-ellipsis-h:before {
content: "\f141"; }
.fa-ellipsis-v:before {
content: "\f142"; }
.fa-ello:before {
content: "\f5f1"; }
.fa-ember:before {
content: "\f423"; }
.fa-empire:before {
content: "\f1d1"; }
.fa-envelope:before {
content: "\f0e0"; }
.fa-envelope-open:before {
content: "\f2b6"; }
.fa-envelope-open-text:before {
content: "\f658"; }
.fa-envelope-square:before {
content: "\f199"; }
.fa-envira:before {
content: "\f299"; }
.fa-equals:before {
content: "\f52c"; }
.fa-eraser:before {
content: "\f12d"; }
.fa-erlang:before {
content: "\f39d"; }
.fa-ethereum:before {
content: "\f42e"; }
.fa-ethernet:before {
content: "\f796"; }
.fa-etsy:before {
content: "\f2d7"; }
.fa-euro-sign:before {
content: "\f153"; }
.fa-evernote:before {
content: "\f839"; }
.fa-exchange-alt:before {
content: "\f362"; }
.fa-exclamation:before {
content: "\f12a"; }
.fa-exclamation-circle:before {
content: "\f06a"; }
.fa-exclamation-triangle:before {
content: "\f071"; }
.fa-expand:before {
content: "\f065"; }
.fa-expand-alt:before {
content: "\f424"; }
.fa-expand-arrows-alt:before {
content: "\f31e"; }
.fa-expeditedssl:before {
content: "\f23e"; }
.fa-external-link-alt:before {
content: "\f35d"; }
.fa-external-link-square-alt:before {
content: "\f360"; }
.fa-eye:before {
content: "\f06e"; }
.fa-eye-dropper:before {
content: "\f1fb"; }
.fa-eye-slash:before {
content: "\f070"; }
.fa-facebook:before {
content: "\f09a"; }
.fa-facebook-f:before {
content: "\f39e"; }
.fa-facebook-messenger:before {
content: "\f39f"; }
.fa-facebook-square:before {
content: "\f082"; }
.fa-fan:before {
content: "\f863"; }
.fa-fantasy-flight-games:before {
content: "\f6dc"; }
.fa-fast-backward:before {
content: "\f049"; }
.fa-fast-forward:before {
content: "\f050"; }
.fa-faucet:before {
content: "\e005"; }
.fa-fax:before {
content: "\f1ac"; }
.fa-feather:before {
content: "\f52d"; }
.fa-feather-alt:before {
content: "\f56b"; }
.fa-fedex:before {
content: "\f797"; }
.fa-fedora:before {
content: "\f798"; }
.fa-female:before {
content: "\f182"; }
.fa-fighter-jet:before {
content: "\f0fb"; }
.fa-figma:before {
content: "\f799"; }
.fa-file:before {
content: "\f15b"; }
.fa-file-alt:before {
content: "\f15c"; }
.fa-file-archive:before {
content: "\f1c6"; }
.fa-file-audio:before {
content: "\f1c7"; }
.fa-file-code:before {
content: "\f1c9"; }
.fa-file-contract:before {
content: "\f56c"; }
.fa-file-csv:before {
content: "\f6dd"; }
.fa-file-download:before {
content: "\f56d"; }
.fa-file-excel:before {
content: "\f1c3"; }
.fa-file-export:before {
content: "\f56e"; }
.fa-file-image:before {
content: "\f1c5"; }
.fa-file-import:before {
content: "\f56f"; }
.fa-file-invoice:before {
content: "\f570"; }
.fa-file-invoice-dollar:before {
content: "\f571"; }
.fa-file-medical:before {
content: "\f477"; }
.fa-file-medical-alt:before {
content: "\f478"; }
.fa-file-pdf:before {
content: "\f1c1"; }
.fa-file-powerpoint:before {
content: "\f1c4"; }
.fa-file-prescription:before {
content: "\f572"; }
.fa-file-signature:before {
content: "\f573"; }
.fa-file-upload:before {
content: "\f574"; }
.fa-file-video:before {
content: "\f1c8"; }
.fa-file-word:before {
content: "\f1c2"; }
.fa-fill:before {
content: "\f575"; }
.fa-fill-drip:before {
content: "\f576"; }
.fa-film:before {
content: "\f008"; }
.fa-filter:before {
content: "\f0b0"; }
.fa-fingerprint:before {
content: "\f577"; }
.fa-fire:before {
content: "\f06d"; }
.fa-fire-alt:before {
content: "\f7e4"; }
.fa-fire-extinguisher:before {
content: "\f134"; }
.fa-firefox:before {
content: "\f269"; }
.fa-firefox-browser:before {
content: "\e007"; }
.fa-first-aid:before {
content: "\f479"; }
.fa-first-order:before {
content: "\f2b0"; }
.fa-first-order-alt:before {
content: "\f50a"; }
.fa-firstdraft:before {
content: "\f3a1"; }
.fa-fish:before {
content: "\f578"; }
.fa-fist-raised:before {
content: "\f6de"; }
.fa-flag:before {
content: "\f024"; }
.fa-flag-checkered:before {
content: "\f11e"; }
.fa-flag-usa:before {
content: "\f74d"; }
.fa-flask:before {
content: "\f0c3"; }
.fa-flickr:before {
content: "\f16e"; }
.fa-flipboard:before {
content: "\f44d"; }
.fa-flushed:before {
content: "\f579"; }
.fa-fly:before {
content: "\f417"; }
.fa-folder:before {
content: "\f07b"; }
.fa-folder-minus:before {
content: "\f65d"; }
.fa-folder-open:before {
content: "\f07c"; }
.fa-folder-plus:before {
content: "\f65e"; }
.fa-font:before {
content: "\f031"; }
.fa-font-awesome:before {
content: "\f2b4"; }
.fa-font-awesome-alt:before {
content: "\f35c"; }
.fa-font-awesome-flag:before {
content: "\f425"; }
.fa-font-awesome-logo-full:before {
content: "\f4e6"; }
.fa-fonticons:before {
content: "\f280"; }
.fa-fonticons-fi:before {
content: "\f3a2"; }
.fa-football-ball:before {
content: "\f44e"; }
.fa-fort-awesome:before {
content: "\f286"; }
.fa-fort-awesome-alt:before {
content: "\f3a3"; }
.fa-forumbee:before {
content: "\f211"; }
.fa-forward:before {
content: "\f04e"; }
.fa-foursquare:before {
content: "\f180"; }
.fa-free-code-camp:before {
content: "\f2c5"; }
.fa-freebsd:before {
content: "\f3a4"; }
.fa-frog:before {
content: "\f52e"; }
.fa-frown:before {
content: "\f119"; }
.fa-frown-open:before {
content: "\f57a"; }
.fa-fulcrum:before {
content: "\f50b"; }
.fa-funnel-dollar:before {
content: "\f662"; }
.fa-futbol:before {
content: "\f1e3"; }
.fa-galactic-republic:before {
content: "\f50c"; }
.fa-galactic-senate:before {
content: "\f50d"; }
.fa-gamepad:before {
content: "\f11b"; }
.fa-gas-pump:before {
content: "\f52f"; }
.fa-gavel:before {
content: "\f0e3"; }
.fa-gem:before {
content: "\f3a5"; }
.fa-genderless:before {
content: "\f22d"; }
.fa-get-pocket:before {
content: "\f265"; }
.fa-gg:before {
content: "\f260"; }
.fa-gg-circle:before {
content: "\f261"; }
.fa-ghost:before {
content: "\f6e2"; }
.fa-gift:before {
content: "\f06b"; }
.fa-gifts:before {
content: "\f79c"; }
.fa-git:before {
content: "\f1d3"; }
.fa-git-alt:before {
content: "\f841"; }
.fa-git-square:before {
content: "\f1d2"; }
.fa-github:before {
content: "\f09b"; }
.fa-github-alt:before {
content: "\f113"; }
.fa-github-square:before {
content: "\f092"; }
.fa-gitkraken:before {
content: "\f3a6"; }
.fa-gitlab:before {
content: "\f296"; }
.fa-gitter:before {
content: "\f426"; }
.fa-glass-cheers:before {
content: "\f79f"; }
.fa-glass-martini:before {
content: "\f000"; }
.fa-glass-martini-alt:before {
content: "\f57b"; }
.fa-glass-whiskey:before {
content: "\f7a0"; }
.fa-glasses:before {
content: "\f530"; }
.fa-glide:before {
content: "\f2a5"; }
.fa-glide-g:before {
content: "\f2a6"; }
.fa-globe:before {
content: "\f0ac"; }
.fa-globe-africa:before {
content: "\f57c"; }
.fa-globe-americas:before {
content: "\f57d"; }
.fa-globe-asia:before {
content: "\f57e"; }
.fa-globe-europe:before {
content: "\f7a2"; }
.fa-gofore:before {
content: "\f3a7"; }
.fa-golf-ball:before {
content: "\f450"; }
.fa-goodreads:before {
content: "\f3a8"; }
.fa-goodreads-g:before {
content: "\f3a9"; }
.fa-google:before {
content: "\f1a0"; }
.fa-google-drive:before {
content: "\f3aa"; }
.fa-google-pay:before {
content: "\e079"; }
.fa-google-play:before {
content: "\f3ab"; }
.fa-google-plus:before {
content: "\f2b3"; }
.fa-google-plus-g:before {
content: "\f0d5"; }
.fa-google-plus-square:before {
content: "\f0d4"; }
.fa-google-wallet:before {
content: "\f1ee"; }
.fa-gopuram:before {
content: "\f664"; }
.fa-graduation-cap:before {
content: "\f19d"; }
.fa-gratipay:before {
content: "\f184"; }
.fa-grav:before {
content: "\f2d6"; }
.fa-greater-than:before {
content: "\f531"; }
.fa-greater-than-equal:before {
content: "\f532"; }
.fa-grimace:before {
content: "\f57f"; }
.fa-grin:before {
content: "\f580"; }
.fa-grin-alt:before {
content: "\f581"; }
.fa-grin-beam:before {
content: "\f582"; }
.fa-grin-beam-sweat:before {
content: "\f583"; }
.fa-grin-hearts:before {
content: "\f584"; }
.fa-grin-squint:before {
content: "\f585"; }
.fa-grin-squint-tears:before {
content: "\f586"; }
.fa-grin-stars:before {
content: "\f587"; }
.fa-grin-tears:before {
content: "\f588"; }
.fa-grin-tongue:before {
content: "\f589"; }
.fa-grin-tongue-squint:before {
content: "\f58a"; }
.fa-grin-tongue-wink:before {
content: "\f58b"; }
.fa-grin-wink:before {
content: "\f58c"; }
.fa-grip-horizontal:before {
content: "\f58d"; }
.fa-grip-lines:before {
content: "\f7a4"; }
.fa-grip-lines-vertical:before {
content: "\f7a5"; }
.fa-grip-vertical:before {
content: "\f58e"; }
.fa-gripfire:before {
content: "\f3ac"; }
.fa-grunt:before {
content: "\f3ad"; }
.fa-guilded:before {
content: "\e07e"; }
.fa-guitar:before {
content: "\f7a6"; }
.fa-gulp:before {
content: "\f3ae"; }
.fa-h-square:before {
content: "\f0fd"; }
.fa-hacker-news:before {
content: "\f1d4"; }
.fa-hacker-news-square:before {
content: "\f3af"; }
.fa-hackerrank:before {
content: "\f5f7"; }
.fa-hamburger:before {
content: "\f805"; }
.fa-hammer:before {
content: "\f6e3"; }
.fa-hamsa:before {
content: "\f665"; }
.fa-hand-holding:before {
content: "\f4bd"; }
.fa-hand-holding-heart:before {
content: "\f4be"; }
.fa-hand-holding-medical:before {
content: "\e05c"; }
.fa-hand-holding-usd:before {
content: "\f4c0"; }
.fa-hand-holding-water:before {
content: "\f4c1"; }
.fa-hand-lizard:before {
content: "\f258"; }
.fa-hand-middle-finger:before {
content: "\f806"; }
.fa-hand-paper:before {
content: "\f256"; }
.fa-hand-peace:before {
content: "\f25b"; }
.fa-hand-point-down:before {
content: "\f0a7"; }
.fa-hand-point-left:before {
content: "\f0a5"; }
.fa-hand-point-right:before {
content: "\f0a4"; }
.fa-hand-point-up:before {
content: "\f0a6"; }
.fa-hand-pointer:before {
content: "\f25a"; }
.fa-hand-rock:before {
content: "\f255"; }
.fa-hand-scissors:before {
content: "\f257"; }
.fa-hand-sparkles:before {
content: "\e05d"; }
.fa-hand-spock:before {
content: "\f259"; }
.fa-hands:before {
content: "\f4c2"; }
.fa-hands-helping:before {
content: "\f4c4"; }
.fa-hands-wash:before {
content: "\e05e"; }
.fa-handshake:before {
content: "\f2b5"; }
.fa-handshake-alt-slash:before {
content: "\e05f"; }
.fa-handshake-slash:before {
content: "\e060"; }
.fa-hanukiah:before {
content: "\f6e6"; }
.fa-hard-hat:before {
content: "\f807"; }
.fa-hashtag:before {
content: "\f292"; }
.fa-hat-cowboy:before {
content: "\f8c0"; }
.fa-hat-cowboy-side:before {
content: "\f8c1"; }
.fa-hat-wizard:before {
content: "\f6e8"; }
.fa-hdd:before {
content: "\f0a0"; }
.fa-head-side-cough:before {
content: "\e061"; }
.fa-head-side-cough-slash:before {
content: "\e062"; }
.fa-head-side-mask:before {
content: "\e063"; }
.fa-head-side-virus:before {
content: "\e064"; }
.fa-heading:before {
content: "\f1dc"; }
.fa-headphones:before {
content: "\f025"; }
.fa-headphones-alt:before {
content: "\f58f"; }
.fa-headset:before {
content: "\f590"; }
.fa-heart:before {
content: "\f004"; }
.fa-heart-broken:before {
content: "\f7a9"; }
.fa-heartbeat:before {
content: "\f21e"; }
.fa-helicopter:before {
content: "\f533"; }
.fa-highlighter:before {
content: "\f591"; }
.fa-hiking:before {
content: "\f6ec"; }
.fa-hippo:before {
content: "\f6ed"; }
.fa-hips:before {
content: "\f452"; }
.fa-hire-a-helper:before {
content: "\f3b0"; }
.fa-history:before {
content: "\f1da"; }
.fa-hive:before {
content: "\e07f"; }
.fa-hockey-puck:before {
content: "\f453"; }
.fa-holly-berry:before {
content: "\f7aa"; }
.fa-home:before {
content: "\f015"; }
.fa-hooli:before {
content: "\f427"; }
.fa-hornbill:before {
content: "\f592"; }
.fa-horse:before {
content: "\f6f0"; }
.fa-horse-head:before {
content: "\f7ab"; }
.fa-hospital:before {
content: "\f0f8"; }
.fa-hospital-alt:before {
content: "\f47d"; }
.fa-hospital-symbol:before {
content: "\f47e"; }
.fa-hospital-user:before {
content: "\f80d"; }
.fa-hot-tub:before {
content: "\f593"; }
.fa-hotdog:before {
content: "\f80f"; }
.fa-hotel:before {
content: "\f594"; }
.fa-hotjar:before {
content: "\f3b1"; }
.fa-hourglass:before {
content: "\f254"; }
.fa-hourglass-end:before {
content: "\f253"; }
.fa-hourglass-half:before {
content: "\f252"; }
.fa-hourglass-start:before {
content: "\f251"; }
.fa-house-damage:before {
content: "\f6f1"; }
.fa-house-user:before {
content: "\e065"; }
.fa-houzz:before {
content: "\f27c"; }
.fa-hryvnia:before {
content: "\f6f2"; }
.fa-html5:before {
content: "\f13b"; }
.fa-hubspot:before {
content: "\f3b2"; }
.fa-i-cursor:before {
content: "\f246"; }
.fa-ice-cream:before {
content: "\f810"; }
.fa-icicles:before {
content: "\f7ad"; }
.fa-icons:before {
content: "\f86d"; }
.fa-id-badge:before {
content: "\f2c1"; }
.fa-id-card:before {
content: "\f2c2"; }
.fa-id-card-alt:before {
content: "\f47f"; }
.fa-ideal:before {
content: "\e013"; }
.fa-igloo:before {
content: "\f7ae"; }
.fa-image:before {
content: "\f03e"; }
.fa-images:before {
content: "\f302"; }
.fa-imdb:before {
content: "\f2d8"; }
.fa-inbox:before {
content: "\f01c"; }
.fa-indent:before {
content: "\f03c"; }
.fa-industry:before {
content: "\f275"; }
.fa-infinity:before {
content: "\f534"; }
.fa-info:before {
content: "\f129"; }
.fa-info-circle:before {
content: "\f05a"; }
.fa-innosoft:before {
content: "\e080"; }
.fa-instagram:before {
content: "\f16d"; }
.fa-instagram-square:before {
content: "\e055"; }
.fa-instalod:before {
content: "\e081"; }
.fa-intercom:before {
content: "\f7af"; }
.fa-internet-explorer:before {
content: "\f26b"; }
.fa-invision:before {
content: "\f7b0"; }
.fa-ioxhost:before {
content: "\f208"; }
.fa-italic:before {
content: "\f033"; }
.fa-itch-io:before {
content: "\f83a"; }
.fa-itunes:before {
content: "\f3b4"; }
.fa-itunes-note:before {
content: "\f3b5"; }
.fa-java:before {
content: "\f4e4"; }
.fa-jedi:before {
content: "\f669"; }
.fa-jedi-order:before {
content: "\f50e"; }
.fa-jenkins:before {
content: "\f3b6"; }
.fa-jira:before {
content: "\f7b1"; }
.fa-joget:before {
content: "\f3b7"; }
.fa-joint:before {
content: "\f595"; }
.fa-joomla:before {
content: "\f1aa"; }
.fa-journal-whills:before {
content: "\f66a"; }
.fa-js:before {
content: "\f3b8"; }
.fa-js-square:before {
content: "\f3b9"; }
.fa-jsfiddle:before {
content: "\f1cc"; }
.fa-kaaba:before {
content: "\f66b"; }
.fa-kaggle:before {
content: "\f5fa"; }
.fa-key:before {
content: "\f084"; }
.fa-keybase:before {
content: "\f4f5"; }
.fa-keyboard:before {
content: "\f11c"; }
.fa-keycdn:before {
content: "\f3ba"; }
.fa-khanda:before {
content: "\f66d"; }
.fa-kickstarter:before {
content: "\f3bb"; }
.fa-kickstarter-k:before {
content: "\f3bc"; }
.fa-kiss:before {
content: "\f596"; }
.fa-kiss-beam:before {
content: "\f597"; }
.fa-kiss-wink-heart:before {
content: "\f598"; }
.fa-kiwi-bird:before {
content: "\f535"; }
.fa-korvue:before {
content: "\f42f"; }
.fa-landmark:before {
content: "\f66f"; }
.fa-language:before {
content: "\f1ab"; }
.fa-laptop:before {
content: "\f109"; }
.fa-laptop-code:before {
content: "\f5fc"; }
.fa-laptop-house:before {
content: "\e066"; }
.fa-laptop-medical:before {
content: "\f812"; }
.fa-laravel:before {
content: "\f3bd"; }
.fa-lastfm:before {
content: "\f202"; }
.fa-lastfm-square:before {
content: "\f203"; }
.fa-laugh:before {
content: "\f599"; }
.fa-laugh-beam:before {
content: "\f59a"; }
.fa-laugh-squint:before {
content: "\f59b"; }
.fa-laugh-wink:before {
content: "\f59c"; }
.fa-layer-group:before {
content: "\f5fd"; }
.fa-leaf:before {
content: "\f06c"; }
.fa-leanpub:before {
content: "\f212"; }
.fa-lemon:before {
content: "\f094"; }
.fa-less:before {
content: "\f41d"; }
.fa-less-than:before {
content: "\f536"; }
.fa-less-than-equal:before {
content: "\f537"; }
.fa-level-down-alt:before {
content: "\f3be"; }
.fa-level-up-alt:before {
content: "\f3bf"; }
.fa-life-ring:before {
content: "\f1cd"; }
.fa-lightbulb:before {
content: "\f0eb"; }
.fa-line:before {
content: "\f3c0"; }
.fa-link:before {
content: "\f0c1"; }
.fa-linkedin:before {
content: "\f08c"; }
.fa-linkedin-in:before {
content: "\f0e1"; }
.fa-linode:before {
content: "\f2b8"; }
.fa-linux:before {
content: "\f17c"; }
.fa-lira-sign:before {
content: "\f195"; }
.fa-list:before {
content: "\f03a"; }
.fa-list-alt:before {
content: "\f022"; }
.fa-list-ol:before {
content: "\f0cb"; }
.fa-list-ul:before {
content: "\f0ca"; }
.fa-location-arrow:before {
content: "\f124"; }
.fa-lock:before {
content: "\f023"; }
.fa-lock-open:before {
content: "\f3c1"; }
.fa-long-arrow-alt-down:before {
content: "\f309"; }
.fa-long-arrow-alt-left:before {
content: "\f30a"; }
.fa-long-arrow-alt-right:before {
content: "\f30b"; }
.fa-long-arrow-alt-up:before {
content: "\f30c"; }
.fa-low-vision:before {
content: "\f2a8"; }
.fa-luggage-cart:before {
content: "\f59d"; }
.fa-lungs:before {
content: "\f604"; }
.fa-lungs-virus:before {
content: "\e067"; }
.fa-lyft:before {
content: "\f3c3"; }
.fa-magento:before {
content: "\f3c4"; }
.fa-magic:before {
content: "\f0d0"; }
.fa-magnet:before {
content: "\f076"; }
.fa-mail-bulk:before {
content: "\f674"; }
.fa-mailchimp:before {
content: "\f59e"; }
.fa-male:before {
content: "\f183"; }
.fa-mandalorian:before {
content: "\f50f"; }
.fa-map:before {
content: "\f279"; }
.fa-map-marked:before {
content: "\f59f"; }
.fa-map-marked-alt:before {
content: "\f5a0"; }
.fa-map-marker:before {
content: "\f041"; }
.fa-map-marker-alt:before {
content: "\f3c5"; }
.fa-map-pin:before {
content: "\f276"; }
.fa-map-signs:before {
content: "\f277"; }
.fa-markdown:before {
content: "\f60f"; }
.fa-marker:before {
content: "\f5a1"; }
.fa-mars:before {
content: "\f222"; }
.fa-mars-double:before {
content: "\f227"; }
.fa-mars-stroke:before {
content: "\f229"; }
.fa-mars-stroke-h:before {
content: "\f22b"; }
.fa-mars-stroke-v:before {
content: "\f22a"; }
.fa-mask:before {
content: "\f6fa"; }
.fa-mastodon:before {
content: "\f4f6"; }
.fa-maxcdn:before {
content: "\f136"; }
.fa-mdb:before {
content: "\f8ca"; }
.fa-medal:before {
content: "\f5a2"; }
.fa-medapps:before {
content: "\f3c6"; }
.fa-medium:before {
content: "\f23a"; }
.fa-medium-m:before {
content: "\f3c7"; }
.fa-medkit:before {
content: "\f0fa"; }
.fa-medrt:before {
content: "\f3c8"; }
.fa-meetup:before {
content: "\f2e0"; }
.fa-megaport:before {
content: "\f5a3"; }
.fa-meh:before {
content: "\f11a"; }
.fa-meh-blank:before {
content: "\f5a4"; }
.fa-meh-rolling-eyes:before {
content: "\f5a5"; }
.fa-memory:before {
content: "\f538"; }
.fa-mendeley:before {
content: "\f7b3"; }
.fa-menorah:before {
content: "\f676"; }
.fa-mercury:before {
content: "\f223"; }
.fa-meteor:before {
content: "\f753"; }
.fa-microblog:before {
content: "\e01a"; }
.fa-microchip:before {
content: "\f2db"; }
.fa-microphone:before {
content: "\f130"; }
.fa-microphone-alt:before {
content: "\f3c9"; }
.fa-microphone-alt-slash:before {
content: "\f539"; }
.fa-microphone-slash:before {
content: "\f131"; }
.fa-microscope:before {
content: "\f610"; }
.fa-microsoft:before {
content: "\f3ca"; }
.fa-minus:before {
content: "\f068"; }
.fa-minus-circle:before {
content: "\f056"; }
.fa-minus-square:before {
content: "\f146"; }
.fa-mitten:before {
content: "\f7b5"; }
.fa-mix:before {
content: "\f3cb"; }
.fa-mixcloud:before {
content: "\f289"; }
.fa-mixer:before {
content: "\e056"; }
.fa-mizuni:before {
content: "\f3cc"; }
.fa-mobile:before {
content: "\f10b"; }
.fa-mobile-alt:before {
content: "\f3cd"; }
.fa-modx:before {
content: "\f285"; }
.fa-monero:before {
content: "\f3d0"; }
.fa-money-bill:before {
content: "\f0d6"; }
.fa-money-bill-alt:before {
content: "\f3d1"; }
.fa-money-bill-wave:before {
content: "\f53a"; }
.fa-money-bill-wave-alt:before {
content: "\f53b"; }
.fa-money-check:before {
content: "\f53c"; }
.fa-money-check-alt:before {
content: "\f53d"; }
.fa-monument:before {
content: "\f5a6"; }
.fa-moon:before {
content: "\f186"; }
.fa-mortar-pestle:before {
content: "\f5a7"; }
.fa-mosque:before {
content: "\f678"; }
.fa-motorcycle:before {
content: "\f21c"; }
.fa-mountain:before {
content: "\f6fc"; }
.fa-mouse:before {
content: "\f8cc"; }
.fa-mouse-pointer:before {
content: "\f245"; }
.fa-mug-hot:before {
content: "\f7b6"; }
.fa-music:before {
content: "\f001"; }
.fa-napster:before {
content: "\f3d2"; }
.fa-neos:before {
content: "\f612"; }
.fa-network-wired:before {
content: "\f6ff"; }
.fa-neuter:before {
content: "\f22c"; }
.fa-newspaper:before {
content: "\f1ea"; }
.fa-nimblr:before {
content: "\f5a8"; }
.fa-node:before {
content: "\f419"; }
.fa-node-js:before {
content: "\f3d3"; }
.fa-not-equal:before {
content: "\f53e"; }
.fa-notes-medical:before {
content: "\f481"; }
.fa-npm:before {
content: "\f3d4"; }
.fa-ns8:before {
content: "\f3d5"; }
.fa-nutritionix:before {
content: "\f3d6"; }
.fa-object-group:before {
content: "\f247"; }
.fa-object-ungroup:before {
content: "\f248"; }
.fa-octopus-deploy:before {
content: "\e082"; }
.fa-odnoklassniki:before {
content: "\f263"; }
.fa-odnoklassniki-square:before {
content: "\f264"; }
.fa-oil-can:before {
content: "\f613"; }
.fa-old-republic:before {
content: "\f510"; }
.fa-om:before {
content: "\f679"; }
.fa-opencart:before {
content: "\f23d"; }
.fa-openid:before {
content: "\f19b"; }
.fa-opera:before {
content: "\f26a"; }
.fa-optin-monster:before {
content: "\f23c"; }
.fa-orcid:before {
content: "\f8d2"; }
.fa-osi:before {
content: "\f41a"; }
.fa-otter:before {
content: "\f700"; }
.fa-outdent:before {
content: "\f03b"; }
.fa-page4:before {
content: "\f3d7"; }
.fa-pagelines:before {
content: "\f18c"; }
.fa-pager:before {
content: "\f815"; }
.fa-paint-brush:before {
content: "\f1fc"; }
.fa-paint-roller:before {
content: "\f5aa"; }
.fa-palette:before {
content: "\f53f"; }
.fa-palfed:before {
content: "\f3d8"; }
.fa-pallet:before {
content: "\f482"; }
.fa-paper-plane:before {
content: "\f1d8"; }
.fa-paperclip:before {
content: "\f0c6"; }
.fa-parachute-box:before {
content: "\f4cd"; }
.fa-paragraph:before {
content: "\f1dd"; }
.fa-parking:before {
content: "\f540"; }
.fa-passport:before {
content: "\f5ab"; }
.fa-pastafarianism:before {
content: "\f67b"; }
.fa-paste:before {
content: "\f0ea"; }
.fa-patreon:before {
content: "\f3d9"; }
.fa-pause:before {
content: "\f04c"; }
.fa-pause-circle:before {
content: "\f28b"; }
.fa-paw:before {
content: "\f1b0"; }
.fa-paypal:before {
content: "\f1ed"; }
.fa-peace:before {
content: "\f67c"; }
.fa-pen:before {
content: "\f304"; }
.fa-pen-alt:before {
content: "\f305"; }
.fa-pen-fancy:before {
content: "\f5ac"; }
.fa-pen-nib:before {
content: "\f5ad"; }
.fa-pen-square:before {
content: "\f14b"; }
.fa-pencil-alt:before {
content: "\f303"; }
.fa-pencil-ruler:before {
content: "\f5ae"; }
.fa-penny-arcade:before {
content: "\f704"; }
.fa-people-arrows:before {
content: "\e068"; }
.fa-people-carry:before {
content: "\f4ce"; }
.fa-pepper-hot:before {
content: "\f816"; }
.fa-perbyte:before {
content: "\e083"; }
.fa-percent:before {
content: "\f295"; }
.fa-percentage:before {
content: "\f541"; }
.fa-periscope:before {
content: "\f3da"; }
.fa-person-booth:before {
content: "\f756"; }
.fa-phabricator:before {
content: "\f3db"; }
.fa-phoenix-framework:before {
content: "\f3dc"; }
.fa-phoenix-squadron:before {
content: "\f511"; }
.fa-phone:before {
content: "\f095"; }
.fa-phone-alt:before {
content: "\f879"; }
.fa-phone-slash:before {
content: "\f3dd"; }
.fa-phone-square:before {
content: "\f098"; }
.fa-phone-square-alt:before {
content: "\f87b"; }
.fa-phone-volume:before {
content: "\f2a0"; }
.fa-photo-video:before {
content: "\f87c"; }
.fa-php:before {
content: "\f457"; }
.fa-pied-piper:before {
content: "\f2ae"; }
.fa-pied-piper-alt:before {
content: "\f1a8"; }
.fa-pied-piper-hat:before {
content: "\f4e5"; }
.fa-pied-piper-pp:before {
content: "\f1a7"; }
.fa-pied-piper-square:before {
content: "\e01e"; }
.fa-piggy-bank:before {
content: "\f4d3"; }
.fa-pills:before {
content: "\f484"; }
.fa-pinterest:before {
content: "\f0d2"; }
.fa-pinterest-p:before {
content: "\f231"; }
.fa-pinterest-square:before {
content: "\f0d3"; }
.fa-pizza-slice:before {
content: "\f818"; }
.fa-place-of-worship:before {
content: "\f67f"; }
.fa-plane:before {
content: "\f072"; }
.fa-plane-arrival:before {
content: "\f5af"; }
.fa-plane-departure:before {
content: "\f5b0"; }
.fa-plane-slash:before {
content: "\e069"; }
.fa-play:before {
content: "\f04b"; }
.fa-play-circle:before {
content: "\f144"; }
.fa-playstation:before {
content: "\f3df"; }
.fa-plug:before {
content: "\f1e6"; }
.fa-plus:before {
content: "\f067"; }
.fa-plus-circle:before {
content: "\f055"; }
.fa-plus-square:before {
content: "\f0fe"; }
.fa-podcast:before {
content: "\f2ce"; }
.fa-poll:before {
content: "\f681"; }
.fa-poll-h:before {
content: "\f682"; }
.fa-poo:before {
content: "\f2fe"; }
.fa-poo-storm:before {
content: "\f75a"; }
.fa-poop:before {
content: "\f619"; }
.fa-portrait:before {
content: "\f3e0"; }
.fa-pound-sign:before {
content: "\f154"; }
.fa-power-off:before {
content: "\f011"; }
.fa-pray:before {
content: "\f683"; }
.fa-praying-hands:before {
content: "\f684"; }
.fa-prescription:before {
content: "\f5b1"; }
.fa-prescription-bottle:before {
content: "\f485"; }
.fa-prescription-bottle-alt:before {
content: "\f486"; }
.fa-print:before {
content: "\f02f"; }
.fa-procedures:before {
content: "\f487"; }
.fa-product-hunt:before {
content: "\f288"; }
.fa-project-diagram:before {
content: "\f542"; }
.fa-pump-medical:before {
content: "\e06a"; }
.fa-pump-soap:before {
content: "\e06b"; }
.fa-pushed:before {
content: "\f3e1"; }
.fa-puzzle-piece:before {
content: "\f12e"; }
.fa-python:before {
content: "\f3e2"; }
.fa-qq:before {
content: "\f1d6"; }
.fa-qrcode:before {
content: "\f029"; }
.fa-question:before {
content: "\f128"; }
.fa-question-circle:before {
content: "\f059"; }
.fa-quidditch:before {
content: "\f458"; }
.fa-quinscape:before {
content: "\f459"; }
.fa-quora:before {
content: "\f2c4"; }
.fa-quote-left:before {
content: "\f10d"; }
.fa-quote-right:before {
content: "\f10e"; }
.fa-quran:before {
content: "\f687"; }
.fa-r-project:before {
content: "\f4f7"; }
.fa-radiation:before {
content: "\f7b9"; }
.fa-radiation-alt:before {
content: "\f7ba"; }
.fa-rainbow:before {
content: "\f75b"; }
.fa-random:before {
content: "\f074"; }
.fa-raspberry-pi:before {
content: "\f7bb"; }
.fa-ravelry:before {
content: "\f2d9"; }
.fa-react:before {
content: "\f41b"; }
.fa-reacteurope:before {
content: "\f75d"; }
.fa-readme:before {
content: "\f4d5"; }
.fa-rebel:before {
content: "\f1d0"; }
.fa-receipt:before {
content: "\f543"; }
.fa-record-vinyl:before {
content: "\f8d9"; }
.fa-recycle:before {
content: "\f1b8"; }
.fa-red-river:before {
content: "\f3e3"; }
.fa-reddit:before {
content: "\f1a1"; }
.fa-reddit-alien:before {
content: "\f281"; }
.fa-reddit-square:before {
content: "\f1a2"; }
.fa-redhat:before {
content: "\f7bc"; }
.fa-redo:before {
content: "\f01e"; }
.fa-redo-alt:before {
content: "\f2f9"; }
.fa-registered:before {
content: "\f25d"; }
.fa-remove-format:before {
content: "\f87d"; }
.fa-renren:before {
content: "\f18b"; }
.fa-reply:before {
content: "\f3e5"; }
.fa-reply-all:before {
content: "\f122"; }
.fa-replyd:before {
content: "\f3e6"; }
.fa-republican:before {
content: "\f75e"; }
.fa-researchgate:before {
content: "\f4f8"; }
.fa-resolving:before {
content: "\f3e7"; }
.fa-restroom:before {
content: "\f7bd"; }
.fa-retweet:before {
content: "\f079"; }
.fa-rev:before {
content: "\f5b2"; }
.fa-ribbon:before {
content: "\f4d6"; }
.fa-ring:before {
content: "\f70b"; }
.fa-road:before {
content: "\f018"; }
.fa-robot:before {
content: "\f544"; }
.fa-rocket:before {
content: "\f135"; }
.fa-rocketchat:before {
content: "\f3e8"; }
.fa-rockrms:before {
content: "\f3e9"; }
.fa-route:before {
content: "\f4d7"; }
.fa-rss:before {
content: "\f09e"; }
.fa-rss-square:before {
content: "\f143"; }
.fa-ruble-sign:before {
content: "\f158"; }
.fa-ruler:before {
content: "\f545"; }
.fa-ruler-combined:before {
content: "\f546"; }
.fa-ruler-horizontal:before {
content: "\f547"; }
.fa-ruler-vertical:before {
content: "\f548"; }
.fa-running:before {
content: "\f70c"; }
.fa-rupee-sign:before {
content: "\f156"; }
.fa-rust:before {
content: "\e07a"; }
.fa-sad-cry:before {
content: "\f5b3"; }
.fa-sad-tear:before {
content: "\f5b4"; }
.fa-safari:before {
content: "\f267"; }
.fa-salesforce:before {
content: "\f83b"; }
.fa-sass:before {
content: "\f41e"; }
.fa-satellite:before {
content: "\f7bf"; }
.fa-satellite-dish:before {
content: "\f7c0"; }
.fa-save:before {
content: "\f0c7"; }
.fa-schlix:before {
content: "\f3ea"; }
.fa-school:before {
content: "\f549"; }
.fa-screwdriver:before {
content: "\f54a"; }
.fa-scribd:before {
content: "\f28a"; }
.fa-scroll:before {
content: "\f70e"; }
.fa-sd-card:before {
content: "\f7c2"; }
.fa-search:before {
content: "\f002"; }
.fa-search-dollar:before {
content: "\f688"; }
.fa-search-location:before {
content: "\f689"; }
.fa-search-minus:before {
content: "\f010"; }
.fa-search-plus:before {
content: "\f00e"; }
.fa-searchengin:before {
content: "\f3eb"; }
.fa-seedling:before {
content: "\f4d8"; }
.fa-sellcast:before {
content: "\f2da"; }
.fa-sellsy:before {
content: "\f213"; }
.fa-server:before {
content: "\f233"; }
.fa-servicestack:before {
content: "\f3ec"; }
.fa-shapes:before {
content: "\f61f"; }
.fa-share:before {
content: "\f064"; }
.fa-share-alt:before {
content: "\f1e0"; }
.fa-share-alt-square:before {
content: "\f1e1"; }
.fa-share-square:before {
content: "\f14d"; }
.fa-shekel-sign:before {
content: "\f20b"; }
.fa-shield-alt:before {
content: "\f3ed"; }
.fa-shield-virus:before {
content: "\e06c"; }
.fa-ship:before {
content: "\f21a"; }
.fa-shipping-fast:before {
content: "\f48b"; }
.fa-shirtsinbulk:before {
content: "\f214"; }
.fa-shoe-prints:before {
content: "\f54b"; }
.fa-shopify:before {
content: "\e057"; }
.fa-shopping-bag:before {
content: "\f290"; }
.fa-shopping-basket:before {
content: "\f291"; }
.fa-shopping-cart:before {
content: "\f07a"; }
.fa-shopware:before {
content: "\f5b5"; }
.fa-shower:before {
content: "\f2cc"; }
.fa-shuttle-van:before {
content: "\f5b6"; }
.fa-sign:before {
content: "\f4d9"; }
.fa-sign-in-alt:before {
content: "\f2f6"; }
.fa-sign-language:before {
content: "\f2a7"; }
.fa-sign-out-alt:before {
content: "\f2f5"; }
.fa-signal:before {
content: "\f012"; }
.fa-signature:before {
content: "\f5b7"; }
.fa-sim-card:before {
content: "\f7c4"; }
.fa-simplybuilt:before {
content: "\f215"; }
.fa-sink:before {
content: "\e06d"; }
.fa-sistrix:before {
content: "\f3ee"; }
.fa-sitemap:before {
content: "\f0e8"; }
.fa-sith:before {
content: "\f512"; }
.fa-skating:before {
content: "\f7c5"; }
.fa-sketch:before {
content: "\f7c6"; }
.fa-skiing:before {
content: "\f7c9"; }
.fa-skiing-nordic:before {
content: "\f7ca"; }
.fa-skull:before {
content: "\f54c"; }
.fa-skull-crossbones:before {
content: "\f714"; }
.fa-skyatlas:before {
content: "\f216"; }
.fa-skype:before {
content: "\f17e"; }
.fa-slack:before {
content: "\f198"; }
.fa-slack-hash:before {
content: "\f3ef"; }
.fa-slash:before {
content: "\f715"; }
.fa-sleigh:before {
content: "\f7cc"; }
.fa-sliders-h:before {
content: "\f1de"; }
.fa-slideshare:before {
content: "\f1e7"; }
.fa-smile:before {
content: "\f118"; }
.fa-smile-beam:before {
content: "\f5b8"; }
.fa-smile-wink:before {
content: "\f4da"; }
.fa-smog:before {
content: "\f75f"; }
.fa-smoking:before {
content: "\f48d"; }
.fa-smoking-ban:before {
content: "\f54d"; }
.fa-sms:before {
content: "\f7cd"; }
.fa-snapchat:before {
content: "\f2ab"; }
.fa-snapchat-ghost:before {
content: "\f2ac"; }
.fa-snapchat-square:before {
content: "\f2ad"; }
.fa-snowboarding:before {
content: "\f7ce"; }
.fa-snowflake:before {
content: "\f2dc"; }
.fa-snowman:before {
content: "\f7d0"; }
.fa-snowplow:before {
content: "\f7d2"; }
.fa-soap:before {
content: "\e06e"; }
.fa-socks:before {
content: "\f696"; }
.fa-solar-panel:before {
content: "\f5ba"; }
.fa-sort:before {
content: "\f0dc"; }
.fa-sort-alpha-down:before {
content: "\f15d"; }
.fa-sort-alpha-down-alt:before {
content: "\f881"; }
.fa-sort-alpha-up:before {
content: "\f15e"; }
.fa-sort-alpha-up-alt:before {
content: "\f882"; }
.fa-sort-amount-down:before {
content: "\f160"; }
.fa-sort-amount-down-alt:before {
content: "\f884"; }
.fa-sort-amount-up:before {
content: "\f161"; }
.fa-sort-amount-up-alt:before {
content: "\f885"; }
.fa-sort-down:before {
content: "\f0dd"; }
.fa-sort-numeric-down:before {
content: "\f162"; }
.fa-sort-numeric-down-alt:before {
content: "\f886"; }
.fa-sort-numeric-up:before {
content: "\f163"; }
.fa-sort-numeric-up-alt:before {
content: "\f887"; }
.fa-sort-up:before {
content: "\f0de"; }
.fa-soundcloud:before {
content: "\f1be"; }
.fa-sourcetree:before {
content: "\f7d3"; }
.fa-spa:before {
content: "\f5bb"; }
.fa-space-shuttle:before {
content: "\f197"; }
.fa-speakap:before {
content: "\f3f3"; }
.fa-speaker-deck:before {
content: "\f83c"; }
.fa-spell-check:before {
content: "\f891"; }
.fa-spider:before {
content: "\f717"; }
.fa-spinner:before {
content: "\f110"; }
.fa-splotch:before {
content: "\f5bc"; }
.fa-spotify:before {
content: "\f1bc"; }
.fa-spray-can:before {
content: "\f5bd"; }
.fa-square:before {
content: "\f0c8"; }
.fa-square-full:before {
content: "\f45c"; }
.fa-square-root-alt:before {
content: "\f698"; }
.fa-squarespace:before {
content: "\f5be"; }
.fa-stack-exchange:before {
content: "\f18d"; }
.fa-stack-overflow:before {
content: "\f16c"; }
.fa-stackpath:before {
content: "\f842"; }
.fa-stamp:before {
content: "\f5bf"; }
.fa-star:before {
content: "\f005"; }
.fa-star-and-crescent:before {
content: "\f699"; }
.fa-star-half:before {
content: "\f089"; }
.fa-star-half-alt:before {
content: "\f5c0"; }
.fa-star-of-david:before {
content: "\f69a"; }
.fa-star-of-life:before {
content: "\f621"; }
.fa-staylinked:before {
content: "\f3f5"; }
.fa-steam:before {
content: "\f1b6"; }
.fa-steam-square:before {
content: "\f1b7"; }
.fa-steam-symbol:before {
content: "\f3f6"; }
.fa-step-backward:before {
content: "\f048"; }
.fa-step-forward:before {
content: "\f051"; }
.fa-stethoscope:before {
content: "\f0f1"; }
.fa-sticker-mule:before {
content: "\f3f7"; }
.fa-sticky-note:before {
content: "\f249"; }
.fa-stop:before {
content: "\f04d"; }
.fa-stop-circle:before {
content: "\f28d"; }
.fa-stopwatch:before {
content: "\f2f2"; }
.fa-stopwatch-20:before {
content: "\e06f"; }
.fa-store:before {
content: "\f54e"; }
.fa-store-alt:before {
content: "\f54f"; }
.fa-store-alt-slash:before {
content: "\e070"; }
.fa-store-slash:before {
content: "\e071"; }
.fa-strava:before {
content: "\f428"; }
.fa-stream:before {
content: "\f550"; }
.fa-street-view:before {
content: "\f21d"; }
.fa-strikethrough:before {
content: "\f0cc"; }
.fa-stripe:before {
content: "\f429"; }
.fa-stripe-s:before {
content: "\f42a"; }
.fa-stroopwafel:before {
content: "\f551"; }
.fa-studiovinari:before {
content: "\f3f8"; }
.fa-stumbleupon:before {
content: "\f1a4"; }
.fa-stumbleupon-circle:before {
content: "\f1a3"; }
.fa-subscript:before {
content: "\f12c"; }
.fa-subway:before {
content: "\f239"; }
.fa-suitcase:before {
content: "\f0f2"; }
.fa-suitcase-rolling:before {
content: "\f5c1"; }
.fa-sun:before {
content: "\f185"; }
.fa-superpowers:before {
content: "\f2dd"; }
.fa-superscript:before {
content: "\f12b"; }
.fa-supple:before {
content: "\f3f9"; }
.fa-surprise:before {
content: "\f5c2"; }
.fa-suse:before {
content: "\f7d6"; }
.fa-swatchbook:before {
content: "\f5c3"; }
.fa-swift:before {
content: "\f8e1"; }
.fa-swimmer:before {
content: "\f5c4"; }
.fa-swimming-pool:before {
content: "\f5c5"; }
.fa-symfony:before {
content: "\f83d"; }
.fa-synagogue:before {
content: "\f69b"; }
.fa-sync:before {
content: "\f021"; }
.fa-sync-alt:before {
content: "\f2f1"; }
.fa-syringe:before {
content: "\f48e"; }
.fa-table:before {
content: "\f0ce"; }
.fa-table-tennis:before {
content: "\f45d"; }
.fa-tablet:before {
content: "\f10a"; }
.fa-tablet-alt:before {
content: "\f3fa"; }
.fa-tablets:before {
content: "\f490"; }
.fa-tachometer-alt:before {
content: "\f3fd"; }
.fa-tag:before {
content: "\f02b"; }
.fa-tags:before {
content: "\f02c"; }
.fa-tape:before {
content: "\f4db"; }
.fa-tasks:before {
content: "\f0ae"; }
.fa-taxi:before {
content: "\f1ba"; }
.fa-teamspeak:before {
content: "\f4f9"; }
.fa-teeth:before {
content: "\f62e"; }
.fa-teeth-open:before {
content: "\f62f"; }
.fa-telegram:before {
content: "\f2c6"; }
.fa-telegram-plane:before {
content: "\f3fe"; }
.fa-temperature-high:before {
content: "\f769"; }
.fa-temperature-low:before {
content: "\f76b"; }
.fa-tencent-weibo:before {
content: "\f1d5"; }
.fa-tenge:before {
content: "\f7d7"; }
.fa-terminal:before {
content: "\f120"; }
.fa-text-height:before {
content: "\f034"; }
.fa-text-width:before {
content: "\f035"; }
.fa-th:before {
content: "\f00a"; }
.fa-th-large:before {
content: "\f009"; }
.fa-th-list:before {
content: "\f00b"; }
.fa-the-red-yeti:before {
content: "\f69d"; }
.fa-theater-masks:before {
content: "\f630"; }
.fa-themeco:before {
content: "\f5c6"; }
.fa-themeisle:before {
content: "\f2b2"; }
.fa-thermometer:before {
content: "\f491"; }
.fa-thermometer-empty:before {
content: "\f2cb"; }
.fa-thermometer-full:before {
content: "\f2c7"; }
.fa-thermometer-half:before {
content: "\f2c9"; }
.fa-thermometer-quarter:before {
content: "\f2ca"; }
.fa-thermometer-three-quarters:before {
content: "\f2c8"; }
.fa-think-peaks:before {
content: "\f731"; }
.fa-thumbs-down:before {
content: "\f165"; }
.fa-thumbs-up:before {
content: "\f164"; }
.fa-thumbtack:before {
content: "\f08d"; }
.fa-ticket-alt:before {
content: "\f3ff"; }
.fa-tiktok:before {
content: "\e07b"; }
.fa-times:before {
content: "\f00d"; }
.fa-times-circle:before {
content: "\f057"; }
.fa-tint:before {
content: "\f043"; }
.fa-tint-slash:before {
content: "\f5c7"; }
.fa-tired:before {
content: "\f5c8"; }
.fa-toggle-off:before {
content: "\f204"; }
.fa-toggle-on:before {
content: "\f205"; }
.fa-toilet:before {
content: "\f7d8"; }
.fa-toilet-paper:before {
content: "\f71e"; }
.fa-toilet-paper-slash:before {
content: "\e072"; }
.fa-toolbox:before {
content: "\f552"; }
.fa-tools:before {
content: "\f7d9"; }
.fa-tooth:before {
content: "\f5c9"; }
.fa-torah:before {
content: "\f6a0"; }
.fa-torii-gate:before {
content: "\f6a1"; }
.fa-tractor:before {
content: "\f722"; }
.fa-trade-federation:before {
content: "\f513"; }
.fa-trademark:before {
content: "\f25c"; }
.fa-traffic-light:before {
content: "\f637"; }
.fa-trailer:before {
content: "\e041"; }
.fa-train:before {
content: "\f238"; }
.fa-tram:before {
content: "\f7da"; }
.fa-transgender:before {
content: "\f224"; }
.fa-transgender-alt:before {
content: "\f225"; }
.fa-trash:before {
content: "\f1f8"; }
.fa-trash-alt:before {
content: "\f2ed"; }
.fa-trash-restore:before {
content: "\f829"; }
.fa-trash-restore-alt:before {
content: "\f82a"; }
.fa-tree:before {
content: "\f1bb"; }
.fa-trello:before {
content: "\f181"; }
.fa-tripadvisor:before {
content: "\f262"; }
.fa-trophy:before {
content: "\f091"; }
.fa-truck:before {
content: "\f0d1"; }
.fa-truck-loading:before {
content: "\f4de"; }
.fa-truck-monster:before {
content: "\f63b"; }
.fa-truck-moving:before {
content: "\f4df"; }
.fa-truck-pickup:before {
content: "\f63c"; }
.fa-tshirt:before {
content: "\f553"; }
.fa-tty:before {
content: "\f1e4"; }
.fa-tumblr:before {
content: "\f173"; }
.fa-tumblr-square:before {
content: "\f174"; }
.fa-tv:before {
content: "\f26c"; }
.fa-twitch:before {
content: "\f1e8"; }
.fa-twitter:before {
content: "\f099"; }
.fa-twitter-square:before {
content: "\f081"; }
.fa-typo3:before {
content: "\f42b"; }
.fa-uber:before {
content: "\f402"; }
.fa-ubuntu:before {
content: "\f7df"; }
.fa-uikit:before {
content: "\f403"; }
.fa-umbraco:before {
content: "\f8e8"; }
.fa-umbrella:before {
content: "\f0e9"; }
.fa-umbrella-beach:before {
content: "\f5ca"; }
.fa-uncharted:before {
content: "\e084"; }
.fa-underline:before {
content: "\f0cd"; }
.fa-undo:before {
content: "\f0e2"; }
.fa-undo-alt:before {
content: "\f2ea"; }
.fa-uniregistry:before {
content: "\f404"; }
.fa-unity:before {
content: "\e049"; }
.fa-universal-access:before {
content: "\f29a"; }
.fa-university:before {
content: "\f19c"; }
.fa-unlink:before {
content: "\f127"; }
.fa-unlock:before {
content: "\f09c"; }
.fa-unlock-alt:before {
content: "\f13e"; }
.fa-unsplash:before {
content: "\e07c"; }
.fa-untappd:before {
content: "\f405"; }
.fa-upload:before {
content: "\f093"; }
.fa-ups:before {
content: "\f7e0"; }
.fa-usb:before {
content: "\f287"; }
.fa-user:before {
content: "\f007"; }
.fa-user-alt:before {
content: "\f406"; }
.fa-user-alt-slash:before {
content: "\f4fa"; }
.fa-user-astronaut:before {
content: "\f4fb"; }
.fa-user-check:before {
content: "\f4fc"; }
.fa-user-circle:before {
content: "\f2bd"; }
.fa-user-clock:before {
content: "\f4fd"; }
.fa-user-cog:before {
content: "\f4fe"; }
.fa-user-edit:before {
content: "\f4ff"; }
.fa-user-friends:before {
content: "\f500"; }
.fa-user-graduate:before {
content: "\f501"; }
.fa-user-injured:before {
content: "\f728"; }
.fa-user-lock:before {
content: "\f502"; }
.fa-user-md:before {
content: "\f0f0"; }
.fa-user-minus:before {
content: "\f503"; }
.fa-user-ninja:before {
content: "\f504"; }
.fa-user-nurse:before {
content: "\f82f"; }
.fa-user-plus:before {
content: "\f234"; }
.fa-user-secret:before {
content: "\f21b"; }
.fa-user-shield:before {
content: "\f505"; }
.fa-user-slash:before {
content: "\f506"; }
.fa-user-tag:before {
content: "\f507"; }
.fa-user-tie:before {
content: "\f508"; }
.fa-user-times:before {
content: "\f235"; }
.fa-users:before {
content: "\f0c0"; }
.fa-users-cog:before {
content: "\f509"; }
.fa-users-slash:before {
content: "\e073"; }
.fa-usps:before {
content: "\f7e1"; }
.fa-ussunnah:before {
content: "\f407"; }
.fa-utensil-spoon:before {
content: "\f2e5"; }
.fa-utensils:before {
content: "\f2e7"; }
.fa-vaadin:before {
content: "\f408"; }
.fa-vector-square:before {
content: "\f5cb"; }
.fa-venus:before {
content: "\f221"; }
.fa-venus-double:before {
content: "\f226"; }
.fa-venus-mars:before {
content: "\f228"; }
.fa-vest:before {
content: "\e085"; }
.fa-vest-patches:before {
content: "\e086"; }
.fa-viacoin:before {
content: "\f237"; }
.fa-viadeo:before {
content: "\f2a9"; }
.fa-viadeo-square:before {
content: "\f2aa"; }
.fa-vial:before {
content: "\f492"; }
.fa-vials:before {
content: "\f493"; }
.fa-viber:before {
content: "\f409"; }
.fa-video:before {
content: "\f03d"; }
.fa-video-slash:before {
content: "\f4e2"; }
.fa-vihara:before {
content: "\f6a7"; }
.fa-vimeo:before {
content: "\f40a"; }
.fa-vimeo-square:before {
content: "\f194"; }
.fa-vimeo-v:before {
content: "\f27d"; }
.fa-vine:before {
content: "\f1ca"; }
.fa-virus:before {
content: "\e074"; }
.fa-virus-slash:before {
content: "\e075"; }
.fa-viruses:before {
content: "\e076"; }
.fa-vk:before {
content: "\f189"; }
.fa-vnv:before {
content: "\f40b"; }
.fa-voicemail:before {
content: "\f897"; }
.fa-volleyball-ball:before {
content: "\f45f"; }
.fa-volume-down:before {
content: "\f027"; }
.fa-volume-mute:before {
content: "\f6a9"; }
.fa-volume-off:before {
content: "\f026"; }
.fa-volume-up:before {
content: "\f028"; }
.fa-vote-yea:before {
content: "\f772"; }
.fa-vr-cardboard:before {
content: "\f729"; }
.fa-vuejs:before {
content: "\f41f"; }
.fa-walking:before {
content: "\f554"; }
.fa-wallet:before {
content: "\f555"; }
.fa-warehouse:before {
content: "\f494"; }
.fa-watchman-monitoring:before {
content: "\e087"; }
.fa-water:before {
content: "\f773"; }
.fa-wave-square:before {
content: "\f83e"; }
.fa-waze:before {
content: "\f83f"; }
.fa-weebly:before {
content: "\f5cc"; }
.fa-weibo:before {
content: "\f18a"; }
.fa-weight:before {
content: "\f496"; }
.fa-weight-hanging:before {
content: "\f5cd"; }
.fa-weixin:before {
content: "\f1d7"; }
.fa-whatsapp:before {
content: "\f232"; }
.fa-whatsapp-square:before {
content: "\f40c"; }
.fa-wheelchair:before {
content: "\f193"; }
.fa-whmcs:before {
content: "\f40d"; }
.fa-wifi:before {
content: "\f1eb"; }
.fa-wikipedia-w:before {
content: "\f266"; }
.fa-wind:before {
content: "\f72e"; }
.fa-window-close:before {
content: "\f410"; }
.fa-window-maximize:before {
content: "\f2d0"; }
.fa-window-minimize:before {
content: "\f2d1"; }
.fa-window-restore:before {
content: "\f2d2"; }
.fa-windows:before {
content: "\f17a"; }
.fa-wine-bottle:before {
content: "\f72f"; }
.fa-wine-glass:before {
content: "\f4e3"; }
.fa-wine-glass-alt:before {
content: "\f5ce"; }
.fa-wix:before {
content: "\f5cf"; }
.fa-wizards-of-the-coast:before {
content: "\f730"; }
.fa-wodu:before {
content: "\e088"; }
.fa-wolf-pack-battalion:before {
content: "\f514"; }
.fa-won-sign:before {
content: "\f159"; }
.fa-wordpress:before {
content: "\f19a"; }
.fa-wordpress-simple:before {
content: "\f411"; }
.fa-wpbeginner:before {
content: "\f297"; }
.fa-wpexplorer:before {
content: "\f2de"; }
.fa-wpforms:before {
content: "\f298"; }
.fa-wpressr:before {
content: "\f3e4"; }
.fa-wrench:before {
content: "\f0ad"; }
.fa-x-ray:before {
content: "\f497"; }
.fa-xbox:before {
content: "\f412"; }
.fa-xing:before {
content: "\f168"; }
.fa-xing-square:before {
content: "\f169"; }
.fa-y-combinator:before {
content: "\f23b"; }
.fa-yahoo:before {
content: "\f19e"; }
.fa-yammer:before {
content: "\f840"; }
.fa-yandex:before {
content: "\f413"; }
.fa-yandex-international:before {
content: "\f414"; }
.fa-yarn:before {
content: "\f7e3"; }
.fa-yelp:before {
content: "\f1e9"; }
.fa-yen-sign:before {
content: "\f157"; }
.fa-yin-yang:before {
content: "\f6ad"; }
.fa-yoast:before {
content: "\f2b1"; }
.fa-youtube:before {
content: "\f167"; }
.fa-youtube-square:before {
content: "\f431"; }
.fa-zhihu:before {
content: "\f63f"; }
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px; }
.sr-only-focusable:active, .sr-only-focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto; }
@font-face {
font-family: 'Font Awesome 5 Brands';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//ipl-beautyhairless.de/wp-content/themes/IPL%20Beautyhairless/lib/predefined/fontawesome-free-5.15.3-web/webfonts/fa-brands-400.eot);
src: url(//ipl-beautyhairless.de/wp-content/themes/IPL%20Beautyhairless/lib/predefined/fontawesome-free-5.15.3-web/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//ipl-beautyhairless.de/wp-content/themes/IPL%20Beautyhairless/lib/predefined/fontawesome-free-5.15.3-web/webfonts/fa-brands-400.woff2) format("woff2"), url(//ipl-beautyhairless.de/wp-content/themes/IPL%20Beautyhairless/lib/predefined/fontawesome-free-5.15.3-web/webfonts/fa-brands-400.woff) format("woff"), url(//ipl-beautyhairless.de/wp-content/themes/IPL%20Beautyhairless/lib/predefined/fontawesome-free-5.15.3-web/webfonts/fa-brands-400.ttf) format("truetype"), url(//ipl-beautyhairless.de/wp-content/themes/IPL%20Beautyhairless/lib/predefined/fontawesome-free-5.15.3-web/webfonts/fa-brands-400.svg#fontawesome) format("svg"); }
.fab {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//ipl-beautyhairless.de/wp-content/themes/IPL%20Beautyhairless/lib/predefined/fontawesome-free-5.15.3-web/webfonts/fa-regular-400.eot);
src: url(//ipl-beautyhairless.de/wp-content/themes/IPL%20Beautyhairless/lib/predefined/fontawesome-free-5.15.3-web/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(//ipl-beautyhairless.de/wp-content/themes/IPL%20Beautyhairless/lib/predefined/fontawesome-free-5.15.3-web/webfonts/fa-regular-400.woff2) format("woff2"), url(//ipl-beautyhairless.de/wp-content/themes/IPL%20Beautyhairless/lib/predefined/fontawesome-free-5.15.3-web/webfonts/fa-regular-400.woff) format("woff"), url(//ipl-beautyhairless.de/wp-content/themes/IPL%20Beautyhairless/lib/predefined/fontawesome-free-5.15.3-web/webfonts/fa-regular-400.ttf) format("truetype"), url(//ipl-beautyhairless.de/wp-content/themes/IPL%20Beautyhairless/lib/predefined/fontawesome-free-5.15.3-web/webfonts/fa-regular-400.svg#fontawesome) format("svg"); }
.far {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 900;
font-display: block;
src: url(//ipl-beautyhairless.de/wp-content/themes/IPL%20Beautyhairless/lib/predefined/fontawesome-free-5.15.3-web/webfonts/fa-solid-900.eot);
src: url(//ipl-beautyhairless.de/wp-content/themes/IPL%20Beautyhairless/lib/predefined/fontawesome-free-5.15.3-web/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//ipl-beautyhairless.de/wp-content/themes/IPL%20Beautyhairless/lib/predefined/fontawesome-free-5.15.3-web/webfonts/fa-solid-900.woff2) format("woff2"), url(//ipl-beautyhairless.de/wp-content/themes/IPL%20Beautyhairless/lib/predefined/fontawesome-free-5.15.3-web/webfonts/fa-solid-900.woff) format("woff"), url(//ipl-beautyhairless.de/wp-content/themes/IPL%20Beautyhairless/lib/predefined/fontawesome-free-5.15.3-web/webfonts/fa-solid-900.ttf) format("truetype"), url(//ipl-beautyhairless.de/wp-content/themes/IPL%20Beautyhairless/lib/predefined/fontawesome-free-5.15.3-web/webfonts/fa-solid-900.svg#fontawesome) format("svg"); }
.fa,
.fas {
font-family: 'Font Awesome 5 Free';
font-weight: 900; }@media (min-width: 992px) {
#header-navigation
{
background-color: #fff;
}
#header-navigation
{
height: 80px;
}
.navbar-collapse
{
height: 80px;
}
#menu-header-menu
{
height: inherit;
}
}
@media (max-width: 991px)
{
.navbar-nav > .nav-item.active
{
background-color: #8b1855;
}
.navbar-nav > .nav-item.active > .nav-link
{
color: #fff;
}
.nav-item
{
display: block;
padding: 20px 10px 10px 10px;
border-bottom: 3px solid #C7006B;
}
.dropdown .nav-item
{
border: none;
}
}
@media (max-width: 768px)
{
.navbar-collapse li
{
margin-top: 20px;
}
.navbar-collapse li:last-child
{
margin-bottom: 20px;
}
.navbar-brand
{
margin-bottom: 10px;
}
}
@media (min-width: 979px) {
ul.nav li.dropdown:hover > ul.dropdown-menu {
display: block;
}
}
@media(min-width: 768px) {
#header-navigation .dropdown:hover .dropdown-menu {
display: block;
}
#header-navigation .dropdown-menu {
margin-top: 0 !important;
}
} @media (max-width: 1199px)
{
.home-category-text h2
{
font-size: 17px;
}
}
@media (max-width: 991px)
{
.home-categories .col-lg-1
{
display: none;
}
.home-categories .col-lg-2
{
margin-top: 20px;
}
.home-category-overlay
{
display: none;
position: absolute;
top: 35%;
left: 20%;
color: #333;
}
}
@media (max-width: 767px)
{
.home-category
{
border: none;
}
.home-category-thumbnail
{
max-height: 300px;
height: 100%;
width: auto !important;
max-width: 100%;
}
.home-category-text
{
margin-top: 0;
}
.home-category:hover .home-category-thumbnail
{
opacity: 1;
}
.home-category:hover .home-category-overlay
{
display: none;
}
} @media (max-width: 890px)
{
.footer_widget
{
width: 40%;
margin-bottom: 20px;
}
}
@media (max-width: 500px)
{
.footer-widgets
{
text-align: center;
}
.footer_widget
{
width: 100%;
margin-bottom: 40px;
}
} @media (max-width: 767px)
{
.single-meta
{
margin-top: 10px;
float: none;
}
}
.mejs-container{position:relative;background:#000;font-family:Helvetica,Arial;text-align:left;vertical-align:top;text-indent:0}.me-plugin{position:absolute}.mejs-embed,.mejs-embed body{width:100%;height:100%;margin:0;padding:0;background:#000;overflow:hidden}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{width:100%;height:100%}.mejs-clear{clear:both}.mejs-background{position:absolute;top:0;left:0}.mejs-mediaelement{position:absolute;top:0;left:0;width:100%;height:100%}.mejs-poster{position:absolute;top:0;left:0;background-size:contain;background-position:50% 50%;background-repeat:no-repeat}:root .mejs-poster img{display:none}.mejs-poster img{padding:0;border:0}.mejs-overlay{position:absolute;top:0;left:0}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{position:absolute;top:50%;left:50%;width:100px;height:100px;margin:-50px 0 0 -50px;background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/modules/blog/video/mediaelement/bigplay.svg) no-repeat}.no-svg .mejs-overlay-button{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/modules/blog/video/mediaelement/bigplay.png)}.mejs-overlay:hover .mejs-overlay-button{background-position:0 -100px}.mejs-overlay-loading{position:absolute;top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/modules/blog/video/mediaelement/background.png);background:rgba(0,0,0,.9);background:-webkit-linear-gradient(top, rgba(50,50,50,.9), rgba(0,0,0,.9));background:linear-gradient(to bottom,rgba(50,50,50,.9),rgba(0,0,0,.9))}.mejs-overlay-loading span{display:block;width:80px;height:80px;background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/modules/blog/video/mediaelement/loading.gif) 50% 50% no-repeat}.mejs-container .mejs-controls{position:absolute;list-style-type:none;margin:0;padding:0;bottom:0;left:0;background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/modules/blog/video/mediaelement/background.png);background:rgba(0,0,0,.7);background:-webkit-linear-gradient(top, rgba(50,50,50,.7), rgba(0,0,0,.7));background:linear-gradient(to bottom,rgba(50,50,50,.7),rgba(0,0,0,.7));height:30px;width:100%}.mejs-container .mejs-controls div{list-style-type:none;background-image:none;display:block;float:left;margin:0;padding:0;width:26px;height:26px;font-size:11px;line-height:11px;font-family:Helvetica,Arial;border:0}.mejs-controls .mejs-button button{cursor:pointer;display:block;font-size:0;line-height:0;text-decoration:none;margin:7px 5px;padding:0;position:absolute;height:16px;width:16px;border:0;background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/modules/blog/video/mediaelement/controls.png) no-repeat}.no-svg .mejs-controls .mejs-button button{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/modules/blog/video/mediaelement/controls.png)}.mejs-controls .mejs-button button:focus{outline:#ff0 solid 1px}.mejs-container .mejs-controls .mejs-time{color:#fff;display:block;height:17px;width:auto;padding:8px 3px 0;overflow:hidden;text-align:center;box-sizing:content-box}.mejs-container .mejs-controls .mejs-time span{color:#fff;font-size:11px;line-height:12px;display:block;float:left;margin:1px 2px 0 0;width:auto}.mejs-controls .mejs-play button{background-position:0 0}.mejs-controls .mejs-pause button{background-position:0 -16px}.mejs-controls .mejs-stop button{background-position:-112px 0}.mejs-controls div.mejs-time-rail{direction:ltr;width:200px;padding-top:5px}.mejs-controls .mejs-time-rail span{display:block;position:absolute;width:180px;height:10px;border-radius:2px;cursor:pointer}.mejs-controls .mejs-time-rail .mejs-time-total{margin:5px;background:#333;background:rgba(50,50,50,.8);background:-webkit-linear-gradient(top, rgba(30,30,30,.8), rgba(60,60,60,.8));background:linear-gradient(to bottom,rgba(30,30,30,.8),rgba(60,60,60,.8))}.mejs-controls .mejs-time-rail .mejs-time-buffering{width:100%;background-image:-webkit-linear-gradient(135deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:15px 15px;-webkit-animation:buffering-stripes 2s linear infinite;animation:buffering-stripes 2s linear infinite}@-webkit-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#3caac8;background:rgba(60,170,200,.8);background:-webkit-linear-gradient(top, rgba(44,124,145,.8), rgba(78,183,212,.8));background:linear-gradient(to bottom,rgba(44,124,145,.8),rgba(78,183,212,.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-current{background:#fff;background:rgba(255,255,255,.8);background:-webkit-linear-gradient(top, rgba(255,255,255,.9), rgba(200,200,200,.8));background:linear-gradient(to bottom,rgba(255,255,255,.9),rgba(200,200,200,.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-handle{display:none;position:absolute;margin:0;width:10px;background:#fff;border-radius:5px;cursor:pointer;border:2px solid #333;top:-2px;text-align:center}.mejs-controls .mejs-time-rail .mejs-time-float{position:absolute;display:none;background:#eee;width:36px;height:17px;border:1px solid #333;top:-26px;margin-left:-18px;text-align:center;color:#111}.mejs-controls .mejs-time-rail .mejs-time-float-current{margin:2px;width:30px;display:block;text-align:center;left:0}.mejs-controls .mejs-time-rail .mejs-time-float-corner{position:absolute;display:block;width:0;height:0;line-height:0;border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;top:15px;left:13px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float{width:48px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current{width:44px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner{left:18px}.mejs-controls .mejs-fullscreen-button button{background-position:-32px 0}.mejs-controls .mejs-unfullscreen button{background-position:-32px -16px}.mejs-controls .mejs-mute button{background-position:-16px -16px}.mejs-controls .mejs-unmute button{background-position:-16px 0}.mejs-controls .mejs-volume-button{position:relative}.mejs-controls .mejs-volume-button .mejs-volume-slider{display:none;height:115px;width:25px;background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/modules/blog/video/mediaelement/background.png);background:rgba(50,50,50,.7);border-radius:0;top:-115px;left:0;z-index:1;position:absolute;margin:0}.mejs-controls .mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,.5);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,.9);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{position:absolute;left:4px;top:-3px;width:16px;height:6px;background:#ddd;background:rgba(255,255,255,.9);cursor:N-resize;border-radius:1px;margin:0}.mejs-controls div.mejs-horizontal-volume-slider{height:26px;width:60px;position:relative}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;border-radius:2px;background:#333;background:rgba(50,50,50,.8);background:-webkit-linear-gradient(top, rgba(30,30,30,.8), rgba(60,60,60,.8));background:linear-gradient(to bottom,rgba(30,30,30,.8),rgba(60,60,60,.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;border-radius:2px;background:#fff;background:rgba(255,255,255,.8);background:-webkit-linear-gradient(top, rgba(255,255,255,.9), rgba(200,200,200,.8));background:linear-gradient(to bottom,rgba(255,255,255,.9),rgba(200,200,200,.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{display:none}.mejs-controls .mejs-captions-button{position:relative}.mejs-controls .mejs-captions-button button{background-position:-48px 0}.mejs-controls .mejs-captions-button .mejs-captions-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/modules/blog/video/mediaelement/background.png);background:rgba(50,50,50,.7);border:1px solid transparent;padding:10px;overflow:hidden;border-radius:0}.mejs-controls .mejs-captions-button .mejs-captions-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li{margin:0 0 6px;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{width:100px;float:left;padding:4px 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-controls .mejs-captions-button .mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-chapters{position:absolute;top:0;left:0;width:10000px;z-index:1}.mejs-chapters .mejs-chapter{position:absolute;float:left;background:#222;background:rgba(0,0,0,.7);filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);background:-webkit-linear-gradient(top, rgba(50,50,50,.7), rgba(0,0,0,.7));background:linear-gradient(to bottom,rgba(50,50,50,.7),rgba(0,0,0,.7));overflow:hidden;border:0}.mejs-chapters .mejs-chapter .mejs-chapter-block{font-size:11px;color:#fff;padding:5px;display:block;border-right:solid 1px #333;border-bottom:solid 1px #333;cursor:pointer}.mejs-chapters .mejs-chapter .mejs-chapter-block-last{border-right:none}.mejs-chapters .mejs-chapter .mejs-chapter-block:hover{background:#666;background:rgba(102,102,102,.7);filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232);background:-webkit-linear-gradient(top, rgba(102,102,102,.7), rgba(50,50,50,.6));background:linear-gradient(to bottom,rgba(102,102,102,.7),rgba(50,50,50,.6))}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{font-size:12px;font-weight:700;display:block;white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px;line-height:12px}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{font-size:12px;line-height:12px;margin:3px 0 4px;display:block;white-space:nowrap;text-overflow:ellipsis}.mejs-captions-layer{position:absolute;bottom:0;left:0;text-align:center;line-height:22px;font-size:12px;color:#fff}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{position:absolute;width:100%;bottom:15px;left:0}.mejs-captions-position-hover{bottom:45px}.mejs-captions-text{padding:3px 5px;background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/modules/blog/video/mediaelement/background.png);background:rgba(20,20,20,.8)}.me-cannotplay a{color:#fff;font-weight:700}.me-cannotplay span{padding:15px;display:block}.mejs-controls .mejs-loop-off button{background-position:-64px -16px}.mejs-controls .mejs-loop-on button{background-position:-64px 0}.mejs-controls .mejs-backlight-off button{background-position:-80px -16px}.mejs-controls .mejs-backlight-on button{background-position:-80px 0}.mejs-controls .mejs-picturecontrols-button{background-position:-96px 0}.mejs-contextmenu{position:absolute;width:150px;padding:10px;border-radius:4px;top:0;left:0;background:#fff;border:1px solid #999;z-index:1001}.mejs-contextmenu .mejs-contextmenu-separator{height:1px;font-size:0;margin:5px 6px;background:#333}.mejs-contextmenu .mejs-contextmenu-item{font-family:Helvetica,Arial;font-size:12px;padding:4px 6px;cursor:pointer;color:#333}.mejs-contextmenu .mejs-contextmenu-item:hover{background:#2C7C91;color:#fff}.mejs-controls .mejs-sourcechooser-button{position:relative}.mejs-controls .mejs-sourcechooser-button button{background-position:-128px 0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/modules/blog/video/mediaelement/background.png);background:rgba(50,50,50,.7);border:1px solid transparent;padding:10px;overflow:hidden;border-radius:0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li{margin:0 0 6px;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label{width:100px;float:left;padding:4px 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-postroll-layer{position:absolute;bottom:0;left:0;width:100%;height:100%;background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/modules/blog/video/mediaelement/background.png);background:rgba(50,50,50,.7);z-index:1000;overflow:hidden}.mejs-postroll-layer-content{width:100%;height:100%}.mejs-postroll-close{position:absolute;right:0;top:0;background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/modules/blog/video/mediaelement/background.png);background:rgba(50,50,50,.7);color:#fff;padding:4px;z-index:100;cursor:pointer}@font-face{font-family:flowplayer;src:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/modules/blog/video/flowplayer/skin/icons/flowplayer.eot?#iefix) format("embedded-opentype"),url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/modules/blog/video/flowplayer/skin/icons/flowplayer.woff2) format("woff2"),url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/modules/blog/video/flowplayer/skin/icons/flowplayer.woff) format("woff")}.fp-icon{display:inline-block}.fp-icon:before{font-family:flowplayer;font-size:1.7em}.fp-airplay:before{content:"\e001"}.fp-fullscreen:before{content:"\e002"}.fp-checked:before{content:"\e003"}.fp-embed:before{content:"\e004";color:#fff}.fp-chromecast:before{content:"\e005"}.fp-email:before{content:"\e006"}.fp-playbtn:before{content:"\e007"}.fp-share:before{content:"\e009"}.fp-share2:before{content:"\e00a"}.fp-twitter:before{content:"\e00c";color:#1da1f2}.fp-facebook:before{content:"\e00a";color:#3b5998}.fp-volumebtn:before{content:"\e00b"}.fp-volume-off:before{content:"\e00d"}.fp-unload:before{content:"\e00f"}.fp-prevbtn:before{content:"\e011"}.fp-nextbtn:before{content:"\e012"}.flowplayer.is-mouseover .fp-captions,.flowplayer.is-paused .fp-captions{bottom:3em}.flowplayer.is-poster .fp-engine{filter:alpha(opacity=0);opacity:0}.flowplayer.is-loading .fp-engine{top:-9999em}.flowplayer.is-loading .fp-ui .fp-controls,.flowplayer.is-loading .fp-ui .fp-header{filter:alpha(opacity=0);opacity:0}.flowplayer.is-poster .fp-ui>*,.flowplayer.is-splash .fp-ui>*{display:none}.flowplayer.is-poster .fp-ui>.fp-play,.flowplayer.is-splash .fp-ui>.fp-play{display:block}.flowplayer.is-poster.is-loading .fp-ui>.fp-play,.flowplayer.is-splash.is-loading .fp-ui>.fp-play{display:none}.flowplayer.is-poster .fp-engine{left:-9999em;top:-9999em}.flowplayer.is-disabled .fp-color{background-color:#999}.flowplayer.has-title .fp-header{top:0;text-align:right}.flowplayer.is-fullscreen{top:0!important;left:0!important;border:0!important;margin:0!important;width:100%!important;height:100%!important;max-width:100%!important;z-index:99999!important;box-shadow:0!important;background-image:none!important;background-color:#333}.flowplayer.is-fullscreen .fp-player{background-color:#333}.flowplayer.is-fullscreen .fp-fullscreen:before{content:"\e016"}.flowplayer.is-fullscreen.fp-minimal .fp-fullscreen:before,.flowplayer.is-fullscreen.fp-outlined .fp-fullscreen:before{content:"\e216"}.flowplayer.is-fullscreen.fp-edgy .fp-fullscreen:before{content:"\e116"}.flowplayer.is-fullscreen.fp-edgy.fp-minimal .fp-fullscreen:before,.flowplayer.is-fullscreen.fp-edgy.fp-outlined .fp-fullscreen:before{content:"\e316"}.flowplayer.is-loading .fp-waiting,.flowplayer.is-seeking .fp-waiting{display:block;filter:alpha(opacity=100);opacity:1}.flowplayer.is-loading .fp-play,.flowplayer.is-seeking .fp-play{display:none!important}.flowplayer.is-playing{background-image:none!important}.flowplayer.is-playing .fp-playbtn:before{content:"\e008"}.flowplayer.is-playing.fp-minimal .fp-playbtn:before,.flowplayer.is-playing.fp-outlined .fp-playbtn:before{content:"\e208"}.flowplayer.is-playing.fp-edgy .fp-playbtn:before{content:"\e108"}.flowplayer.is-playing.fp-edgy.fp-minimal .fp-playbtn:before,.flowplayer.is-playing.fp-edgy.fp-outlined .fp-playbtn:before{content:"\e308"}.flowplayer.is-muted .fp-volumebtn:before{content:"\e00d"}.flowplayer.is-muted.fp-minimal .fp-volumebtn:before,.flowplayer.is-muted.fp-outlined .fp-volumebtn:before{content:"\e20d"}.flowplayer.is-muted.fp-edgy .fp-volumebtn:before{content:"\e10d"}.flowplayer.is-muted.fp-edgy.fp-minimal .fp-volumebtn:before,.flowplayer.is-muted.fp-edgy.fp-outlined .fp-volumebtn:before{content:"\e30d"}.flowplayer.is-inverted .fp-duration{display:none}.flowplayer.is-closeable .fp-header .fp-unload,.flowplayer.is-inverted .fp-remaining{display:block}.flowplayer.is-error{background-color:#aaa}.flowplayer.is-error .fp-ui{filter:alpha(opacity=100);opacity:1}.flowplayer.is-live .fp-timeline{visibility:hidden}.flowplayer.is-live.is-dvr .fp-timeline{visibility:visible}.flowplayer.is-flash-disabled .fp-waiting,.flowplayer.is-live .fp-timestamp{display:none!important}.flowplayer.is-flash-disabled .fp-ui{height:auto;background:0 0;filter:alpha(opacity=100);opacity:1}.flowplayer.is-flash-disabled .fp-ui .fp-controls,.flowplayer.is-flash-disabled .fp-ui .fp-header{display:none}.flowplayer.is-flash-disabled .fp-engine{top:0}.flowplayer.no-buffer .fp-ui .fp-controls .fp-timeline .fp-buffer,.flowplayer.no-volume .fp-volumebar{display:none}.flowplayer.fp-mute .fp-volumebtn{display:inline-block}.flowplayer.no-mute.no-volume .fp-volume{display:none}@-webkit-keyframes pulse{0%{filter:alpha(opacity=0);opacity:0}100%{filter:alpha(opacity=100);opacity:1}}@keyframes pulse{0%{filter:alpha(opacity=0);opacity:0}100%{filter:alpha(opacity=100);opacity:1}}.flowplayer .fp-chromecast-engine{position:absolute;display:none;top:0;bottom:0;right:0;left:0;color:#fff}.flowplayer .fp-chromecast-engine .fp-chromecast-engine-status{font-size:150%;text-align:center}.flowplayer .fp-chromecast-engine .fp-chromecast-engine-icon{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiIG9wYWNpdHk9Ii4xIi8+CiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+CiAgICA8cGF0aCBkPSJNMSAxOHYzaDNjMC0xLjY2LTEuMzQtMy0zLTN6bTAtNHYyYzIuNzYgMCA1IDIuMjQgNSA1aDJjMC0zLjg3LTMuMTMtNy03LTd6bTE4LTdINXYxLjYzYzMuOTYgMS4yOCA3LjA5IDQuNDEgOC4zNyA4LjM3SDE5Vjd6TTEgMTB2MmM0Ljk3IDAgOSA0LjAzIDkgOWgyYzAtNi4wOC00LjkzLTExLTExLTExem0yMC03SDNjLTEuMSAwLTIgLjktMiAydjNoMlY1aDE4djE0aC03djJoN2MxLjEgMCAyLS45IDItMlY1YzAtMS4xLS45LTItMi0yeiIvPgo8L3N2Zz4=);mask-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiIG9wYWNpdHk9Ii4xIi8+CiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+CiAgICA8cGF0aCBkPSJNMSAxOHYzaDNjMC0xLjY2LTEuMzQtMy0zLTN6bTAtNHYyYzIuNzYgMCA1IDIuMjQgNSA1aDJjMC0zLjg3LTMuMTMtNy03LTd6bTE4LTdINXYxLjYzYzMuOTYgMS4yOCA3LjA5IDQuNDEgOC4zNyA4LjM3SDE5Vjd6TTEgMTB2MmM0Ljk3IDAgOSA0LjAzIDkgOWgyYzAtNi4wOC00LjkzLTExLTExLTExem0yMC03SDNjLTEuMSAwLTIgLjktMiAydjNoMlY1aDE4djE0aC03djJoN2MxLjEgMCAyLS45IDItMlY1YzAtMS4xLS45LTItMi0yeiIvPgo8L3N2Zz4=);-webkit-mask-size:100% 100%;background-color:#fff;margin:10% auto 2em;height:5em;width:5em}.flowplayer.is-chromecast{background-color:#333}.flowplayer.is-chromecast .fp-chromecast-engine{display:block}.flowplayer.is-chromecast .fp-flash-disabled{display:none!important}.flowplayer.is-chromecast .fp-engine{left:-9999em;top:-9999em;bottom:auto;right:auto}.flowplayer.fp-default-playlist .fp-next,.flowplayer.fp-default-playlist .fp-prev{position:absolute;top:45%;filter:alpha(opacity=30);opacity:.3;-webkit-transition:opacity .2s;transition:opacity .2s}.flowplayer.fp-default-playlist .fp-next:hover,.flowplayer.fp-default-playlist .fp-prev:hover{filter:alpha(opacity=100);opacity:1}.flowplayer.fp-default-playlist .fp-next:before,.flowplayer.fp-default-playlist .fp-prev:before{font-family:flowplayer;font-size:2.8em}.flowplayer.fp-default-playlist .fp-prev{left:.4em}.flowplayer.fp-default-playlist .fp-prev:before{content:"\e011"}.flowplayer.fp-default-playlist .fp-next{right:.4em}.flowplayer.fp-default-playlist .fp-next:before{content:"\e012"}.flowplayer.fp-default-playlist .fp-playlist{position:absolute;right:.4em;bottom:3em;width:100%;text-align:center}.flowplayer.fp-default-playlist .fp-playlist a{background-color:#fff;height:.8em;border-radius:50%;width:.8em;filter:alpha(opacity=70);opacity:.7;display:inline-block;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;-webkit-transition:-webkit-transform .2s,-webkit-transform .2s;transition:transform .2s,-webkit-transform .2s}.flowplayer.fp-default-playlist .fp-playlist a:hover{-webkit-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);transform:scale(1.2,1.2)}.flowplayer.fp-default-playlist .fp-playlist a.is-active{filter:alpha(opacity=100);opacity:1}.flowplayer.fp-default-playlist.fp-edgy .fp-prev:before{content:"\e111"}.flowplayer.fp-default-playlist.fp-edgy .fp-next:before{content:"\e112"}.flowplayer.fp-default-playlist.fp-minimal .fp-prev:before,.flowplayer.fp-default-playlist.fp-outlined .fp-prev:before{content:"\e211"}.flowplayer.fp-default-playlist.fp-minimal .fp-next:before,.flowplayer.fp-default-playlist.fp-outlined .fp-next:before{content:"\e212"}.flowplayer.fp-default-playlist.fp-edgy.fp-minimal .fp-prev:before,.flowplayer.fp-default-playlist.fp-edgy.fp-outlined .fp-prev:before{content:"\e311"}.flowplayer.fp-default-playlist.fp-edgy.fp-minimal .fp-next:before,.flowplayer.fp-default-playlist.fp-edgy.fp-outlined .fp-next:before{content:"\e312"}.flowplayer.fp-custom-playlist{overflow:visible}.flowplayer.fp-custom-playlist .fp-playlist,.flowplayer.fp-custom-playlist.is-loading .fp-playlist,.flowplayer.fp-custom-playlist.is-poster .fp-playlist,.flowplayer.fp-custom-playlist.is-splash .fp-playlist{display:block;filter:alpha(opacity=100);opacity:1}.flowplayer.fp-edgy .fp-pause svg.fp-pause-rounded-fill,.flowplayer.fp-edgy .fp-pause svg.fp-pause-rounded-outline,.flowplayer.fp-edgy .fp-pause svg.fp-play-rounded-fill,.flowplayer.fp-edgy .fp-pause svg.fp-play-rounded-outline,.flowplayer.fp-edgy .fp-play svg.fp-pause-rounded-fill,.flowplayer.fp-edgy .fp-play svg.fp-pause-rounded-outline,.flowplayer.fp-edgy .fp-play svg.fp-play-rounded-fill,.flowplayer.fp-edgy .fp-play svg.fp-play-rounded-outline{display:none!important}.flowplayer.fp-edgy .fp-pause svg.fp-pause-sharp-fill,.flowplayer.fp-edgy .fp-pause svg.fp-play-sharp-fill,.flowplayer.fp-edgy .fp-play svg.fp-pause-sharp-fill,.flowplayer.fp-edgy .fp-play svg.fp-play-sharp-fill{display:block}.flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-pause-sharp-fill,.flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-play-sharp-fill,.flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-pause-sharp-fill,.flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-play-sharp-fill,.flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-pause-sharp-fill,.flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-play-sharp-fill,.flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-pause-sharp-fill,.flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-play-sharp-fill{display:none}.flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-pause-sharp-outline,.flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-play-sharp-outline,.flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-pause-sharp-outline,.flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-play-sharp-outline,.flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-pause-sharp-outline,.flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-play-sharp-outline,.flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-pause-sharp-outline,.flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-play-sharp-outline{display:block}.flowplayer.fp-edgy,.flowplayer.fp-edgy .fp-bar,.flowplayer.fp-edgy .fp-bar-slider,.flowplayer.fp-edgy .fp-bar-slider>*,.flowplayer.fp-edgy .fp-bar>*,.flowplayer.fp-edgy .fp-captions p,.flowplayer.fp-edgy .fp-menu,.flowplayer.fp-edgy .fp-textarea,.flowplayer.fp-edgy .fp-timestamp{border-radius:0}.flowplayer.fp-edgy .fp-airplay:before{content:"\e101"}.flowplayer.fp-edgy .fp-fullscreen:before{content:"\e102"}.flowplayer.fp-edgy .fp-checked:before{content:"\e103"}.flowplayer.fp-edgy .fp-embed:before{content:"\e104"}.flowplayer.fp-edgy .fp-chromecast:before{content:"\e105"}.flowplayer.fp-edgy .fp-email:before{content:"\e106"}.flowplayer.fp-edgy .fp-playbtn:before{content:"\e107"}.flowplayer.fp-edgy .fp-share:before{content:"\e109"}.flowplayer.fp-edgy .fp-share2:before{content:"\e10a"}.flowplayer.fp-edgy .fp-twitter:before{content:"\e10c"}.flowplayer.fp-edgy .fp-facebook:before{content:"\e10a"}.flowplayer.fp-edgy .fp-volumebtn:before{content:"\e10b"}.flowplayer.fp-edgy .fp-volume-off:before{content:"\e10d"}.flowplayer.fp-edgy .fp-unload:before{content:"\e10f"}.flowplayer.fp-edgy .fp-prevbtn:before{content:"\e111"}.flowplayer.fp-edgy .fp-nextbtn:before{content:"\e112"}.flowplayer.fp-edgy.fp-minimal .fp-airplay:before,.flowplayer.fp-edgy.fp-outlined .fp-airplay:before{content:"\e301"}.flowplayer.fp-edgy.fp-minimal .fp-fullscreen:before,.flowplayer.fp-edgy.fp-outlined .fp-fullscreen:before{content:"\e302"}.flowplayer.fp-edgy.fp-minimal .fp-checked:before,.flowplayer.fp-edgy.fp-outlined .fp-checked:before{content:"\e303"}.flowplayer.fp-edgy.fp-minimal .fp-embed:before,.flowplayer.fp-edgy.fp-outlined .fp-embed:before{content:"\e304"}.flowplayer.fp-edgy.fp-minimal .fp-chromecast:before,.flowplayer.fp-edgy.fp-outlined .fp-chromecast:before{content:"\e305"}.flowplayer.fp-edgy.fp-minimal .fp-email:before,.flowplayer.fp-edgy.fp-outlined .fp-email:before{content:"\e306"}.flowplayer.fp-edgy.fp-minimal .fp-playbtn:before,.flowplayer.fp-edgy.fp-outlined .fp-playbtn:before{content:"\e307"}.flowplayer.fp-edgy.fp-minimal .fp-share:before,.flowplayer.fp-edgy.fp-outlined .fp-share:before{content:"\e309"}.flowplayer.fp-edgy.fp-minimal .fp-share2:before,.flowplayer.fp-edgy.fp-outlined .fp-share2:before{content:"\e30a"}.flowplayer.fp-edgy.fp-minimal .fp-twitter:before,.flowplayer.fp-edgy.fp-outlined .fp-twitter:before{content:"\e30c"}.flowplayer.fp-edgy.fp-minimal .fp-facebook:before,.flowplayer.fp-edgy.fp-outlined .fp-facebook:before{content:"\e30a"}.flowplayer.fp-edgy.fp-minimal .fp-volumebtn:before,.flowplayer.fp-edgy.fp-outlined .fp-volumebtn:before{content:"\e30b"}.flowplayer.fp-edgy.fp-minimal .fp-volume-off:before,.flowplayer.fp-edgy.fp-outlined .fp-volume-off:before{content:"\e30d"}.flowplayer.fp-edgy.fp-minimal .fp-unload:before,.flowplayer.fp-edgy.fp-outlined .fp-unload:before{content:"\e30f"}.flowplayer.fp-edgy.fp-minimal .fp-prevbtn:before,.flowplayer.fp-edgy.fp-outlined .fp-prevbtn:before{content:"\e311"}.flowplayer.fp-edgy.fp-minimal .fp-nextbtn:before,.flowplayer.fp-edgy.fp-outlined .fp-nextbtn:before{content:"\e312"}.flowplayer.no-svg .fp-ui .fp-controls,.flowplayer.no-svg .fp-ui .fp-header{background-color:#333}.flowplayer.no-svg .fp-ui .fp-play.fp-visible{background-color:#ccc;position:absolute;padding-top:17%;top:0;left:0;right:0;bottom:0}.flowplayer.no-svg .fp-ui .fp-play.fp-visible svg{display:none}.flowplayer.no-svg .fp-ui .fp-play.fp-visible .fp-playbtn{display:inline}.flowplayer .fp-captions,.flowplayer .fp-controls,.flowplayer .fp-header,.flowplayer .fp-player,.flowplayer .fp-ui,.flowplayer .fp-waiting{position:absolute;width:100%}.flowplayer{font-family:avenir,sans-serif;font-size:16px;position:relative;max-height:100%;overflow:hidden;border-radius:.24em;background-position:center;background-repeat:no-repeat;background-size:contain;zoom:1!important;width:100%;display:inline-block}.flowplayer .fp-hidden{display:none}.flowplayer .fp-shown{display:block!important}.flowplayer *{box-sizing:border-box}.flowplayer .fp-engine{display:block;position:absolute;top:0;bottom:0;left:0;right:0;height:100%;width:100%}.flowplayer video.fp-engine::-webkit-media-controls{display:none!important}.flowplayer .fp-player{position:absolute;bottom:0;top:0}.flowplayer .fp-waiting{display:none;margin:19% auto;text-align:center;top:0}.flowplayer .fp-waiting *{box-shadow:0 0 5px #333}.flowplayer .fp-waiting em{width:1em;height:1em;border-radius:1em;background-color:rgba(255,255,255,.8);display:inline-block;-webkit-animation:pulse .6s infinite;animation:pulse .6s infinite;margin:.3em;filter:alpha(opacity=0);opacity:0}.flowplayer .fp-waiting em:nth-child(1){-webkit-animation-delay:.3s;animation-delay:.3s}.flowplayer .fp-waiting em:nth-child(2){-webkit-animation-delay:.45s;animation-delay:.45s}.flowplayer .fp-waiting em:nth-child(3){-webkit-animation-delay:.6s;animation-delay:.6s}.flowplayer .fp-waiting p{color:#ccc;font-weight:700}.flowplayer .fp-ui{height:100%;top:0;background-image:none;-webkit-transition:background-image .1s;transition:background-image .1s;text-align:center;cursor:pointer;color:#fff}.flowplayer .fp-ui a,.flowplayer .fp-ui strong{color:inherit!important;font-style:normal!important;text-decoration:none!important}.flowplayer .fp-ui strong{font-weight:700!important}.flowplayer .fp-ui>*{-webkit-transition:opacity .1s;transition:opacity .1s;filter:alpha(opacity=0);opacity:0}.flowplayer.fp-ui-shown .fp-ui,.flowplayer.is-mouseover .fp-ui,.flowplayer.is-paused .fp-ui{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.25)),color-stop(15%,transparent));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.25),transparent 15%);background-image:-webkit-linear-gradient(bottom, rgba(0,0,0,.25), transparent 15%);background-image:linear-gradient(to top,rgba(0,0,0,.25),transparent 15%)}.flowplayer.fp-ui-shown .fp-ui>*,.flowplayer.is-mouseover .fp-ui>*,.flowplayer.is-paused .fp-ui>*{filter:alpha(opacity=100);opacity:1}.flowplayer .fp-header{top:0;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.25)),to(transparent));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.25),transparent);background-image:-webkit-linear-gradient(top, rgba(0,0,0,.25), transparent);background-image:linear-gradient(to bottom,rgba(0,0,0,.25),transparent);text-align:left;height:3.6em;-webkit-transition:opacity .3s;transition:opacity .3s;padding-left:.9em}.flowplayer .fp-header .fp-icon{margin:.9em .9em 0 0}.flowplayer .fp-header .fp-icon.fp-active{color:#ec6c4c}.flowplayer .fp-header .fp-fullscreen,.flowplayer .fp-header .fp-unload{float:right}.flowplayer .fp-header .fp-unload,.flowplayer .fp-help{display:none}.flowplayer .fp-message{background-color:rgba(0,0,0,.5);text-align:left;font-size:1.2em;overflow:hidden;filter:alpha(opacity=0);opacity:0;padding:.6em .9em;-webkit-transition:opacity .3s;transition:opacity .3s}.flowplayer .fp-message.fp-shown{filter:alpha(opacity=100);opacity:1}.flowplayer .fp-message.fp-shown+.fp-header{filter:alpha(opacity=0);opacity:0}.flowplayer .fp-textarea{background-color:rgba(0,0,0,.5);width:80%;position:absolute;left:10%;top:15%;color:#fff;outline:0;border-radius:.2em;border:0;min-height:60%}.flowplayer .fp-logo{position:absolute;bottom:3em;left:.9em}.flowplayer .fp-logo img{width:100%}.flowplayer .fp-captions{bottom:1.2em;display:none;text-align:center;color:#fff}.flowplayer .fp-captions p{background-color:rgba(0,0,0,.65);border-radius:.2em;font-size:110%;display:inline-block;padding:.1em .3em;margin:.1em}.flowplayer .fp-pause .fp-playbtn,.flowplayer .fp-play .fp-playbtn{display:none}.flowplayer .fp-pause svg,.flowplayer .fp-play svg{position:absolute;pointer-events:none;left:0;right:0;bottom:0;top:0;width:6em;height:6em;filter:alpha(opacity=0);opacity:0;margin:auto;max-height:30%;-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8);-webkit-transition:all .2s;transition:all .2s;display:none}.flowplayer .fp-pause svg.fp-pause-rounded-fill,.flowplayer .fp-pause svg.fp-play-rounded-fill,.flowplayer .fp-play svg.fp-pause-rounded-fill,.flowplayer .fp-play svg.fp-play-rounded-fill{display:block}.flowplayer .fp-pause.fp-visible svg,.flowplayer .fp-play.fp-visible svg{-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5);filter:alpha(opacity=100);opacity:1}.flowplayer .fp-remaining{display:none}.flowplayer .fp-controls{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:justify;justify-content:space-around;-ms-flex-align:center;-webkit-box-align:center;align-items:center;height:2.4em;bottom:0;z-index:2;padding-left:.3em;padding-right:.3em}.flowplayer .fp-controls>*{margin:0 .6em}.flowplayer .fp-controls>strong{letter-spacing:1px}.flowplayer .fp-controls img{width:1.2em}.flowplayer .fp-bar,.flowplayer .fp-bar-slider{background-color:#ccc;background-color:rgba(255,255,255,.5);position:relative;cursor:col-resize;height:.9em;border-radius:.24em;-ms-flex:1;-webkit-box-flex:1;flex:1}.flowplayer .fp-bar-slider>*,.flowplayer .fp-bar>*{background-color:rgba(255,255,255,.6);position:absolute;height:100%;border-radius:.24em}.flowplayer .fp-bar-slider>.fp-progress.animated,.flowplayer .fp-bar>.fp-progress.animated{-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-property:width,height;transition-property:width,height}.flowplayer .fp-bar-slider>.fp-buffer,.flowplayer .fp-bar>.fp-buffer{-webkit-transition:width .25s linear;transition:width .25s linear}.flowplayer .fp-bar.no-animation>*,.flowplayer .no-animation.fp-bar-slider>*{-webkit-transition:none;transition:none}.flowplayer .fp-timeline{-webkit-transition:height .2s;transition:height .2s}.flowplayer .fp-cuepoint{background-color:#000;position:absolute;height:100%;width:2px}.flowplayer .fp-timestamp{background-color:rgba(0,0,0,.65);display:none;border-radius:.2em;padding:.1em .3em;font-size:90%;bottom:1.4em;height:auto}.flowplayer .fp-timeline:hover .fp-timestamp{display:inline}.flowplayer .fp-volume{display:-ms-flexbox;display:-webkit-box;display:flex;height:100%;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.flowplayer .fp-volumebtn{display:none}.flowplayer .fp-bar-slider{background-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:height .2s;transition:height .2s;white-space:nowrap;-ms-flex:1 0 auto}.flowplayer .fp-bar-slider em{border-radius:2px;display:inline-block;width:5px;height:100%;position:relative;vertical-align:top;margin-left:3px;-webkit-transition:-webkit-transform .4s;transition:-webkit-transform .4s;transition:transform .4s;-webkit-transition:-webkit-transform .4s,-webkit-transform .4s;transition:transform .4s,-webkit-transform .4s;-webkit-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.flowplayer .fp-bar-slider em:hover{-webkit-transform:scaleY(1.35);-ms-transform:scaleY(1.35);transform:scaleY(1.35);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;-webkit-transition:-webkit-transform .2s,-webkit-transform .2s;transition:transform .2s,-webkit-transform .2s}.flowplayer .fp-bar-slider em.fp-grey{background-color:rgba(255,255,255,.75)}.flowplayer.no-flex .fp-controls{white-space:nowrap}.flowplayer.no-flex .fp-controls>*{display:inline-block;vertical-align:center;margin:0 .3em}.flowplayer.no-flex .fp-timeline{width:40%}.flowplayer.no-flex.fp-full .fp-timeline{margin-bottom:.6em;height:.9em}.flowplayer.no-flex.fp-fat .fp-bar,.flowplayer.no-flex.fp-fat .fp-bar-slider,.flowplayer.no-flex.fp-playful .fp-bar,.flowplayer.no-flex.fp-playful .fp-bar-slider{height:.9em!important}.flowplayer.fp-fat .fp-bar,.flowplayer.fp-fat .fp-bar-slider,.flowplayer.fp-playful .fp-bar,.flowplayer.fp-playful .fp-bar-slider{height:100%;border-radius:0}.flowplayer.fp-fat .fp-bar-slider>*,.flowplayer.fp-fat .fp-bar>*,.flowplayer.fp-playful .fp-bar-slider>*,.flowplayer.fp-playful .fp-bar>*{border-radius:0}.flowplayer.fp-fat .fp-timestamp,.flowplayer.fp-playful .fp-timestamp{bottom:3.2em}.flowplayer.fp-fat .fp-bar-slider em,.flowplayer.fp-playful .fp-bar-slider em{-webkit-transform:scaleY(0.6);-ms-transform:scaleY(0.6);transform:scaleY(0.6);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.flowplayer.fp-fat .fp-bar-slider em:hover,.flowplayer.fp-playful .fp-bar-slider em:hover{-webkit-transform:scaleY(0.75);-ms-transform:scaleY(0.75);transform:scaleY(0.75)}.flowplayer.fp-slim .fp-timeline{height:.2em}.flowplayer.fp-slim .fp-controls:hover .fp-timeline{height:.9em}.flowplayer.fp-slim .fp-cue{width:4px}.flowplayer.fp-slim .fp-bar-slider{height:.2em}.flowplayer.fp-slim .fp-controls:hover .fp-bar-slider{height:.9em}.flowplayer.fp-full .fp-timeline{position:absolute;height:.3em;bottom:2.8em;margin:0;width:100%;border-radius:0;overflow:inherit;left:0}.flowplayer.fp-full .fp-timeline:before{content:"";width:100%;height:1.2em;position:absolute;top:-1.2em;left:0}.flowplayer.fp-full .fp-controls{height:2.8em}.flowplayer.fp-full .fp-controls:hover .fp-timeline{height:1em}.flowplayer.fp-full .fp-volume{margin-right:auto}.flowplayer.fp-full .fp-duration,.flowplayer.fp-full .fp-remaining{margin-left:0}.flowplayer.fp-full .fp-duration:before,.flowplayer.fp-full .fp-remaining:before{position:relative;content:"/";left:-.3em}.flowplayer.fp-minimal .fp-controls{background-color:transparent!important}.flowplayer.fp-minimal .fp-controls>*,.flowplayer.fp-minimal .fp-header>*{display:none}.flowplayer.fp-minimal .fp-header .fp-fullscreen{display:inherit}.flowplayer.fp-minimal .fp-timeline{height:.3em;max-width:12em;display:block;margin:0 auto}.flowplayer.fp-playful .fp-color,.flowplayer.fp-playful .fp-color-play{background-color:#ec6c4c;fill:#ec6c4c}.flowplayer.fp-playful .fp-controls{background-color:#006680}.flowplayer .fp-selected:before{content:"✓ "}.flowplayer .fp-menu{background-color:rgba(0,0,0,.5);border-radius:.24em;position:absolute;width:8em;right:.5em;z-index:2;font-size:90%;-webkit-transition:opacity .2s,height .2s,-webkit-transform .2s;transition:opacity .2s,height .2s,-webkit-transform .2s;transition:opacity .2s,transform .2s,height .2s;-webkit-transition:opacity .2s,-webkit-transform .2s,height .2s,-webkit-transform .2s;transition:opacity .2s,transform .2s,height .2s,-webkit-transform .2s;-webkit-transform:scale(0.95);-ms-transform:scale(0.95);transform:scale(0.95);bottom:-100%;height:0;filter:alpha(opacity=0)!important;opacity:0!important}.flowplayer .fp-menu.fp-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);height:auto;bottom:3.2em;filter:alpha(opacity=100)!important;opacity:1!important}.flowplayer .fp-menu>*{display:block;padding:.4em 1.2em;text-align:right}.flowplayer .fp-menu strong{display:block;padding:.7em 1.2em;border-bottom:1px solid rgba(255,255,255,.2);background-color:rgba(0,0,0,.3);text-transform:uppercase;letter-spacing:1px;cursor:default;font-size:90%}.flowplayer .fp-menu a{color:rgba(255,255,255,.8)}.flowplayer .fp-menu a:hover:not(.fp-selected){background-color:#000;color:#fff}.flowplayer .fp-menu .fp-icon{cursor:pointer}.flowplayer .fp-menu .fp-icon:before{margin-right:.1em;font-size:1.5em;vertical-align:-.1em}.flowplayer .fp-qsel-menu{width:auto}.flowplayer .fp-context-menu{width:auto;right:auto;bottom:auto!important;display:none}.flowplayer .fp-context-menu.fp-active{display:block}.flowplayer .fp-context-menu a,.flowplayer .fp-context-menu strong{text-align:left;color:#fff;white-space:nowrap}.flowplayer .fp-share-menu{width:9em;padding-bottom:.2em}.flowplayer .fp-share-menu.fp-active{bottom:auto}.flowplayer .fp-share-menu a,.flowplayer .fp-share-menu strong{text-align:left}.flowplayer.fp-minimal .fp-pause svg.fp-pause-rounded-fill,.flowplayer.fp-minimal .fp-pause svg.fp-play-rounded-fill,.flowplayer.fp-minimal .fp-play svg.fp-pause-rounded-fill,.flowplayer.fp-minimal .fp-play svg.fp-play-rounded-fill,.flowplayer.fp-outlined .fp-pause svg.fp-pause-rounded-fill,.flowplayer.fp-outlined .fp-pause svg.fp-play-rounded-fill,.flowplayer.fp-outlined .fp-play svg.fp-pause-rounded-fill,.flowplayer.fp-outlined .fp-play svg.fp-play-rounded-fill{display:none}.flowplayer.fp-minimal .fp-pause svg.fp-pause-rounded-outline,.flowplayer.fp-minimal .fp-pause svg.fp-play-rounded-outline,.flowplayer.fp-minimal .fp-play svg.fp-pause-rounded-outline,.flowplayer.fp-minimal .fp-play svg.fp-play-rounded-outline,.flowplayer.fp-outlined .fp-pause svg.fp-pause-rounded-outline,.flowplayer.fp-outlined .fp-pause svg.fp-play-rounded-outline,.flowplayer.fp-outlined .fp-play svg.fp-pause-rounded-outline,.flowplayer.fp-outlined .fp-play svg.fp-play-rounded-outline{display:block}.flowplayer.fp-minimal .fp-airplay:before,.flowplayer.fp-outlined .fp-airplay:before{content:"\e201"}.flowplayer.fp-minimal .fp-fullscreen:before,.flowplayer.fp-outlined .fp-fullscreen:before{content:"\e202"}.flowplayer.fp-minimal .fp-checked:before,.flowplayer.fp-outlined .fp-checked:before{content:"\e203"}.flowplayer.fp-minimal .fp-embed:before,.flowplayer.fp-outlined .fp-embed:before{content:"\e204"}.flowplayer.fp-minimal .fp-chromecast:before,.flowplayer.fp-outlined .fp-chromecast:before{content:"\e205"}.flowplayer.fp-minimal .fp-email:before,.flowplayer.fp-outlined .fp-email:before{content:"\e206"}.flowplayer.fp-minimal .fp-playbtn:before,.flowplayer.fp-outlined .fp-playbtn:before{content:"\e207"}.flowplayer.fp-minimal .fp-share:before,.flowplayer.fp-outlined .fp-share:before{content:"\e209"}.flowplayer.fp-minimal .fp-share2:before,.flowplayer.fp-outlined .fp-share2:before{content:"\e20a"}.flowplayer.fp-minimal .fp-twitter:before,.flowplayer.fp-outlined .fp-twitter:before{content:"\e20c"}.flowplayer.fp-minimal .fp-facebook:before,.flowplayer.fp-outlined .fp-facebook:before{content:"\e20a"}.flowplayer.fp-minimal .fp-volumebtn:before,.flowplayer.fp-outlined .fp-volumebtn:before{content:"\e20b"}.flowplayer.fp-minimal .fp-volume-off:before,.flowplayer.fp-outlined .fp-volume-off:before{content:"\e20d"}.flowplayer.fp-minimal .fp-unload:before,.flowplayer.fp-outlined .fp-unload:before{content:"\e20f"}.flowplayer.fp-minimal .fp-prevbtn:before,.flowplayer.fp-outlined .fp-prevbtn:before{content:"\e211"}.flowplayer.fp-minimal .fp-nextbtn:before,.flowplayer.fp-outlined .fp-nextbtn:before{content:"\e212"}.flowplayer .fp-color{background-color:#00abcd;fill:rgba(0,0,0,.2)}.flowplayer .fp-color-play{fill:transparent}.flowplayer.is-rtl{direction:rtl}.flowplayer.is-rtl .fp-icon{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.flowplayer.-grayscale video.fp-engine{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.flowplayer.-sepia video.fp-engine{-webkit-filter:sepia(100%);filter:sepia(100%)}.flowplayer.-blur video.fp-engine{-webkit-filter:blur(5px);filter:blur(5px)} .fancybox-image,.fancybox-inner,.fancybox-nav,.fancybox-nav span,.fancybox-outer,.fancybox-skin,.fancybox-tmp,.fancybox-wrap,.fancybox-wrap iframe,.fancybox-wrap object{padding:0;margin:0;border:0;outline:0;vertical-align:top}.fancybox-wrap{top:0;left:0}.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;border:1px solid #000}.op-live-editor-page .fancybox-skin,.op-popup-fancybox .fancybox-skin{border:none}.fancybox-inner,.fancybox-outer{position:relative}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-iframe,.fancybox-image{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#epicbox .close,.fancybox-close,.fancybox-next span,.fancybox-prev span{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAABelBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAICAiYmJj///8yMjIAAADu7u729vaqqqr7+/uAgIDu7u5KSkoAAADU1NTNzc0AAAAYGBjm5uYAAADl5eUTExMAAAAAAAAAAACCgoLr6+vV1dVPT08AAADq6uoAAAAAAADp6ek3NzfQ0NDm5ubNzc3m5ubp6en7+/uqqqr39/fl5eUYGBjt7e0FBQWZmZkAAAD///+AgIB/f3/8/Pzv7+8VFRUWFhYGBgazs7Onp6dtbW1SUlJpaWkXFxf6+vpra2uoqKhsbGwTExP5+fk6Ojp+fn4UFBQ5OTlubm4FBQU4ODj39/exsbH+/v6Hh4diYmJ4eHgBAQFXV1epqamenp5NTU0CAgI7OztSdzuKAAAAVXRSTlMAFCEHBAYDAQIJIhAmDUxTVA4FEUcnGCsfEwpIFRkpUUooVRIeVleT/mUc5vOd+4XlbTTEvRdd3BbaWwg4OYXfxW014B063mXA3b7a3/yc89lc5VaU5dfsggAAAvhJREFUOMuVledb4kAQxgMkJJQQeu+9IyKKevZer2ZAKaLYu15v//ttIAkEkHucLyy7v2ey++7sOxgmDZJS4gShUBAErqRIbESQFE44aU1I5nbLQhraSeAv8iRlVBkcnrBaG/B6A1p12OMwqIzDcRJXaax27bjfpw9GIkG9zz+utVs1KpwcklZBl+Q2F5PfL+yms9n0bmE/z7hs8hKt6E9OKmdNSYsuGpuOgxjx6VhUZ0maZpWklFXJ5G+Y3Bj0xViOeSOXqXppjlWbZya45dPG/V2rXm/d3TdOuf8TM2a1hKYQq0tsoaXDSpUV47ZyiKa2EjpEU2JihUluTqTQwlGLlUTrCE2mEma5SUEKmtHJuckpgIMTdiBODgCmJueSNK8gpSpZmG3EHrND4hjR24yl1NkIadTIdTn0uQt2aJyhpZxOrjGS7cRW28cPAOfsC3GOFIzarO3UuMHuiiEdap2lSkWAfv/80/6tIU1iLrsBR7sgHFrmHQDPVMTRj1P49V2Ym2a0DoLEKKdnPB+Hq6owz9Nf0cHgS3uyegXxpWWPk8KUdNifAWh00pWBp5ufuUG5M9sAyPjDtBLDNWpfAaDJSuhv0MOyFwAFn1qDY0RIq18B+MtKaAnLXgMs6LUhAiNkgWAaoFsS5QGWrQK8DQZkBKZweyNZgDrbT3dZtg6QjXjdiiFwBUDUpA8e2EZF2EZlcBv8Aa8H2B4aHXClfUBOusWudB22XJbQonT8pTxL2J7b4eJZuBR03ctLcXi67CpRlo7Y2yfhuvsKqSxq1h11C6m/RMuivsKo2i3RdvFHx0YU/1FP8YvP6uzlZzUvPCuUumjRb456sJt6S5F3DmQFq2ujrWBt1SCYaY/J1KRobcBkMIyzOt3GOmdfN5dd9PKGs6/1DYl98cb4njfG5mPt4aH22GxcDTXGjuXOMfOpfstNzQ9YbpvumPlOj5nDzqdhZt5pE0XUJvT5zOJCem8vvbCYyetRmygOtonXNaBXtrbXNc3/t+N/BkaBS7pcchsAAAAASUVORK5CYII=);background-size:100% 100%;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:44px;height:152px}#fancybox-loading,#op_loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;cursor:default;z-index:100010;width:44px;height:44px;background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/js/fancybox/fancybox_loading.gif) center center no-repeat #000;border-radius:10px}#epicbox .close,.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/js/fancybox/blank.gif);-webkit-tap-highlight-color:transparent;z-index:8040}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible!important}.fancybox-lock{overflow:hidden!important;width:auto}.fancybox-lock body{overflow:hidden!important;height:auto;min-height:100%}.fancybox-lock-test{overflow-y:hidden!important}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCMEM4NDgzQjlDRTNFMTExODE4NUVDOTdFQ0I0RDgxRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGREU5OEVCQzAzMjYxMUUyOTg5OURDMDlDRTJDMTc0RSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGREU5OEVCQjAzMjYxMUUyOTg5OURDMDlDRTJDMTc0RSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkIxQzg0ODNCOUNFM0UxMTE4MTg1RUM5N0VDQjREODFFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkIwQzg0ODNCOUNFM0UxMTE4MTg1RUM5N0VDQjREODFFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+s3YRAQAAABtJREFUeNpiFODh2cBABGBiIBKMKqSOQoAAAwBokQDs5F/8FAAAAABJRU5ErkJggg==)}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:hidden;overflow-x:hidden}.fancybox-title{visibility:hidden;font:400 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:0 0;background:rgba(0,0,0,.8);border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){#fancybox-loading{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/js/fancybox/fancybox_loading@2x.gif);background-size:24px 24px}}.fancybox-wrap{z-index:100002;position:fixed;overflow:hidden}.fancybox-outer{border-radius:0}.fancybox-opened{z-index:100003;border-radius:0;-webkit-transition:top .3s ease-in-out!important;transition:top .3s ease-in-out!important}.fancybox-loading{z-index:100010}.fancybox-close{z-index:100004}.fancybox-next,.fancybox-next span,.fancybox-prev,.fancybox-prev span{z-index:100003}.fancybox-overlay{z-index:100001}.fancybox-title{z-index:100005}.fancybox-title-float-wrap{z-index:100003}.fancybox-no-scroll .fancybox-inner{overflow-x:hidden!important}.fancybox-opened .fancybox-skin{box-shadow:none}.op-transform-1,.op-transform-normal{-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;will-change:all;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.op-transform{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;will-change:all;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.op-transform-fast{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;will-change:all;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.op-transform-slow{-webkit-transition:all .6s ease-in-out;transition:all .6s ease-in-out;will-change:all;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.op-asset-actual-content{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.op-transform-start{-webkit-transform:translate3d(0,0,0) scale(0);transform:translate3d(0,0,0) scale(0);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}.op-transform-end{-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}.op-transform-1-start{opacity:0!important}.op-transform-1-end{opacity:1!important}.op-opacity-zero{opacity:0!important}.op-transform-scale0{-webkit-transform:translate3d(0,0,0) scale(0);transform:translate3d(0,0,0) scale(0);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}.mce-fullscreen,.mce-fullscreen *{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-transition:none!important;transition:none!important}.mce-fullscreen{right:0;bottom:0}.mce-fullscreen .fancybox-close{display:none}.downloadlist-1,.downloadlist-2,.downloadlist-3,.downloadlist-4{box-sizing:border-box}.downloadlist-1 li,.downloadlist-4 li{padding:15px 0;margin:0;width:100%;border-bottom:1px solid #f2f2f2;border-bottom:1px solid rgba(0,0,0,.05);height:auto;overflow:hidden}.downloadlist-1 li:last-of-type,.downloadlist-4 li:last-of-type{border-bottom:0}.downloadlist-1 li .thumb,.downloadlist-4 li .thumb{float:left;width:64px;margin-left:2%}.downloadlist-1 .content,.downloadlist-4 .content{float:left;width:77%;margin-left:2%}.downloadlist-1 .content a,.downloadlist-4 .content a{font-weight:700;margin:0}.downloadlist-1 .content p,.downloadlist-4 .content p{margin:5px 0 0}.downloadlist-1.border{border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);padding:1em;border-radius:6px;position:relative}.downloadlist-2 li{padding:15px 0;margin:0;width:100%;border-bottom:1px solid #ccc;border-bottom:1px solid rgba(0,0,0,.05);height:auto;overflow:hidden}.downloadlist-2 li:hover{background-color:#f2f2f2;background-color:rgba(0,0,0,.05);border-radius:3px;border-bottom:1px solid transparent}.downloadlist-2 li:last-of-type{border-bottom:0}.downloadlist-2 .thumb{float:left;width:64px;margin-left:2%}.downloadlist-2 .content{float:left;width:79%;margin-left:2%}.downloadlist-2 .content a{font-weight:700;margin:0}.downloadlist-2 .content p{margin:5px 0 0}.downloadlist-2.border{border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);padding:15px 10px 10px;border-radius:6px;position:relative}.downloadlist-title-container{text-align:center;height:0}.downloadlist-title{margin:0 auto;padding:3px 13px;display:inline-block;width:auto;position:relative;top:-.7em;text-align:center;z-index:1;font-weight:700;font-size:2em;border-radius:3px;background-color:#fff;color:#444}.downloadlist-3 li{padding:15px 0;margin:0 0 1em;width:100%;border:1px solid #f2f2f2;border:1px solid rgba(0,0,0,.05);height:auto;overflow:hidden}.downloadlist-3 li:last-of-type{margin-bottom:0}.downloadlist-3 li:hover{background-color:#f2f2f2;background-color:rgba(0,0,0,.05)}.downloadlist-3 .thumb{float:left;width:64px;margin-left:2%}.downloadlist-3 .content{float:left;width:79%;margin-left:2%}.downloadlist .content a{font-weight:700;margin:0}.downloadlist-3 .content p{margin:5px 0 0}.downloadlist-3.border{border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);padding:1em;background:-webkit-linear-gradient(top, rgba(255,255,255,0) 0, rgba(0,0,0,.025) 100%);background:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(0,0,0,.025) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#05000000', GradientType=0)}.narrow .downloadlist-1 .content,.narrow .downloadlist-2 .content,.narrow .downloadlist-3 .content,.narrow .downloadlist-4 .content{width:76%;margin-left:4%}.narrow .downloadlist-1 .thumb,.narrow .downloadlist-2 .thumb,.narrow .downloadlist-3 .thumb,.narrow .downloadlist-4 .thumb{margin-left:2%;width:48px}@media only screen and (max-width:480px){.downloadlist-1 .content,.downloadlist-2 .content,.downloadlist-3 .content,.downloadlist-4 .content{width:76%;margin-left:4%}.downloadlist-1 .thumb,.downloadlist-2 .thumb,.downloadlist-3 .thumb,.downloadlist-4 .thumb{margin-left:2%;width:48px}}.affiliate-page-banner{margin:0 0 15px;text-align:center}.affiliate-page-banner a,.affiliate-page-banner a span{display:block;margin:0 0 10px}.affiliate-page-banner textarea{height:45px;margin:0 auto;min-height:0;width:500px}.affiliate-page-banner img{max-width:100%}.single-post-content .bullet-list{list-style:none}.bullet-list{clear:both;overflow:hidden;max-width:100%}.bullet-list li{background-repeat:no-repeat;line-height:1.6em;padding-left:44px;min-height:32px;text-align:left}.bullet-list.size-16 li{background-position:0 4px;padding-left:24px;line-height:1.6em;min-height:26px}#op_asset_browser_slide3 .op-settings-core-calendar_date.settings-container .op-asset-actual-content{overflow:hidden}#op_asset_browser_slide3 .op-settings-core-calendar_date.settings-container .op-asset-actual-content div{float:left;margin-right:20px;width:335px}#op_asset_browser_slide3 .op-settings-core-calendar_date.settings-container .op-asset-actual-content div.end-row{margin-right:0}.op-admin-clear-left{clear:left}.calendar-date{margin:0 auto;overflow:hidden;width:100%}.calendar-date .calendar-date-box{float:left;width:150px}.calendar-date .calendar-time-box{float:left;width:65%}.calendar-date .calendar-date-box ul,.calendar-date .calendar-time-box ul{list-style:none}.calendar-date .calendar-time-box ul li{margin-left:20px;font-size:24px;line-height:normal;color:inherit}.calendar-date .calendar-time-box ul li.date:before,.calendar-date .calendar-time-box ul li.time:before{display:inline-block;content:" ";position:relative;height:24px;width:24px;margin-right:10px;opacity:.8}.calendar-date .calendar-time-box ul li.date:before{background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/calendar_date/date.png) center no-repeat}.calendar-date .calendar-time-box ul li.time:before{background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/calendar_date/time.png) center no-repeat}.calendar-date .calendar-time-box ul li span{position:relative;top:-3px}.calendar-date-style-1{min-height:170px;padding:8px 0 0 5px}.calendar-date-style-1 div.calendar-date-box{line-height:normal}div.calendar-date-style-1 div.calendar-date-box{text-align:center;box-shadow:0 3px 3px 0 rgba(0,0,0,.25);-webkit-transform:rotate(-3deg);-ms-transform:rotate(-3deg);transform:rotate(-3deg)}div.calendar-date-style-1 div.calendar-date-box p.month{position:relative;z-index:1;display:block;margin:0;padding:10px 0;line-height:1em;font-size:26px;font-weight:700;color:#fff;box-shadow:0 1px 0 0 rgba(0,0,0,.5),0 2px 1px 0 rgba(0,0,0,.15);background-image:-webkit-linear-gradient(top, rgba(0,0,0,0) 0, rgba(0,0,0,.1) 100%);background-image:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);background-color:#d90000}div.calendar-date-style-1 div.calendar-date-box p.day{display:block;margin:0;padding:10px 0;font-size:90px;line-height:1em;font-weight:700;color:#333;background-image:-webkit-linear-gradient(top, rgba(0,0,0,.05) 0, rgba(0,0,0,0) 100%);background-image:linear-gradient(to bottom,rgba(0,0,0,.05) 0,rgba(0,0,0,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d000000', endColorstr='#00000000', GradientType=0);background-color:#fff}@media only screen and (min-width:480px) and (max-width:767px){div.calendar-date-style-1 div.calendar-date-box{-webkit-transform:none;-ms-transform:none;transform:none;margin-bottom:20px}.calendar-date .calendar-time-box ul li{font-size:1.5em;margin-left:0}.calendar-date .calendar-time-box ul li span{top:-5px}}@media only screen and (max-width:479px){div.calendar-date-style-1 div.calendar-date-box{-webkit-transform:none;-ms-transform:none;transform:none;margin-bottom:20px}.calendar-date .calendar-time-box ul li{font-size:1em;margin-left:0}.calendar-date .calendar-time-box ul li span{top:-7px}}div.calendar-date-style-2{padding:0 0 8px 2px}div.calendar-date-style-2 div.calendar-date-box{text-align:center;border-radius:20px;box-shadow:0 3px 3px 0 rgba(0,0,0,.25)}div.calendar-date-style-2 div.calendar-date-box p.month{position:relative;z-index:1;display:block;margin:0;padding:10px 0;line-height:1em;font-size:26px;font-weight:700;color:#fff;border-radius:20px 20px 0 0;box-shadow:inset 0 -1px 3px 0 rgba(0,0,0,.5);background-image:-webkit-linear-gradient(top, rgba(255,255,255,.25) 0, rgba(0,0,0,.25) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,.25) 0,rgba(0,0,0,.25) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);background-color:red;text-shadow:0 -1px 0 #000}div.calendar-date-style-2 div.calendar-date-box p.day{display:block;margin:0;padding:10px 0;font-size:90px;line-height:1em;font-weight:700;color:#333;border-radius:0 0 20px 20px;box-shadow:inset 0 0 0 1px #fff;background-image:-webkit-linear-gradient(top, rgba(0,0,0,.05) 0, rgba(0,0,0,0) 100%);background-image:linear-gradient(to bottom,rgba(0,0,0,.05) 0,rgba(0,0,0,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d000000', endColorstr='#00000000', GradientType=0);background-color:#fff}div.calendar-date-style-3{padding:0 0 8px 2px}div.calendar-date-style-3 div.calendar-date-box{text-align:center;border-radius:20px;box-shadow:0 3px 3px 0 rgba(0,0,0,.25)}div.calendar-date-style-3 div.calendar-date-box p.month{position:relative;z-index:1;display:block;margin:0;padding:10px 0;line-height:1em;font-size:26px;font-weight:700;color:#fff;border-radius:20px 20px 0 0;box-shadow:inset 0 -1px 3px 0 rgba(0,0,0,.5);background-image:-webkit-linear-gradient(top, rgba(255,255,255,.25) 0, rgba(0,0,0,.25) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,.25) 0,rgba(0,0,0,.25) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);background-color:red;text-shadow:0 -1px 0 #000}div.calendar-date-style-3 div.calendar-date-box p.day{display:block;margin:0;padding:10px 0;font-size:90px;line-height:1em;font-weight:700;color:#000;border-radius:0 0 20px 20px;box-shadow:inset 0 0 0 1px #fff;background-image:-webkit-linear-gradient(top, rgba(0,0,0,.05) 0, rgba(0,0,0,0) 100%);background-image:linear-gradient(to bottom,rgba(0,0,0,.05) 0,rgba(0,0,0,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d000000', endColorstr='#00000000', GradientType=0);background-color:#fff}@media only screen and (max-width:767px){div.calendar-date-box{margin-right:20px}.calendar-date .calendar-time-box{width:52%!important}.calendar-date .calendar-date-box{width:33%!important}div.calendar-date-box p.day{font-size:60px!important}div.calendar-date-box p.month{font-size:16px!important}}.narrow div.calendar-date-box{margin-right:20px}.narrow .calendar-date .calendar-time-box{width:100%!important}.narrow .calendar-date .calendar-date-box{margin-left:0;width:150px!important;margin-right:10px;margin-bottom:20px}.narrow div.calendar-date-box p.day{font-size:60px!important}.narrow div.calendar-date-box p.month{font-size:16px!important}.narrow .calendar-date .calendar-time-box ul li{margin-left:0}.countdown-timer{margin:0 auto}.countdown-timer-style-1{min-width:103px;max-width:622px;text-align:center;white-space:nowrap}.countdown-timer-style-1 .hasCountdown{display:inline-block}.countdown-timer-style-1 .countdown_rtl{direction:rtl}.countdown-timer-style-1 .countdown_row{clear:both}.countdown-timer-style-1 .countdown_amount{position:relative;display:inline-block;padding:.2em 0;min-width:2em;line-height:1em;font-family:Impact;font-weight:700;font-size:48px;color:#fff;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;background:#191919;background:-webkit-linear-gradient(top, rgba(25,25,25,1) 0, rgba(31,31,31,1) 50%, rgba(38,38,38,1) 50%, rgba(51,51,51,1) 100%);background:linear-gradient(to bottom,rgba(25,25,25,1) 0,rgba(31,31,31,1) 50%,rgba(38,38,38,1) 50%,rgba(51,51,51,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#191919', endColorstr='#333333', GradientType=0);box-shadow:inset 0 0 0 1px rgba(64,64,64,1),inset 0 -1px 0 0 rgba(255,255,255,.3),inset 0 -2px 0 0 rgba(0,0,0,1),inset 0 -3px 0 0 rgba(255,255,255,.3),inset 0 -4px 0 0 rgba(0,0,0,1),inset 0 -5px 0 0 rgba(255,255,255,.1);border:3px solid #000;border-radius:8px}.countdown-timer-style-1 .countdown_amount:after{content:"";height:1px;width:100%;background:#000;position:absolute;top:50%;left:0;border-top:1px solid rgba(255,255,255,.175);border-bottom:1px solid rgba(255,255,255,.175)}.countdown-timer-style-1 .countdown_section{display:inline-block;margin:0 1px;font-size:11px;font-weight:400;text-align:center;text-transform:uppercase;color:inherit}.countdown-timer-style-1 .countdown_section:first-child{margin-left:0}.countdown-timer-style-1 .countdown_section:last-child{margin-right:0}.floating-featured-panel-fluid .countdown-timer-style-1 .countdown_amount{font-size:30px}@media only screen and (max-width:479px){.countdown-timer-style-1 .countdown_amount{font-size:32px}}.countdown-timer-style-2{min-width:85px;max-width:587px;text-align:center;white-space:nowrap}.countdown-timer-style-2 .hasCountdown{display:inline-block}.countdown-timer-style-2 .countdown_rtl{direction:rtl}.countdown-timer-style-2 .countdown_row{clear:both}.countdown-timer-style-2 .countdown_amount{position:relative;display:inline-block;padding:.25em;min-width:1.25em;line-height:1em;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:700;font-size:48px;color:#333;text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;background:#f2f2f2;background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0, rgba(234,234,234,1) 50%, rgba(242,242,242,1) 51%, rgba(250,250,250,1) 100%);background:linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(234,234,234,1) 50%,rgba(242,242,242,1) 51%,rgba(250,250,250,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);box-shadow:0 0 0 1px rgba(255,255,255,.5),inset 0 0 0 1px rgba(0,0,0,.25),inset 0 -3px 0 0 rgba(204,204,204,1),inset 0 -4px 0 0 rgba(179,179,179,1),inset 0 -5px 0 0 rgba(255,255,255,1),inset 0 2px 0 0 rgba(234,234,234,1),inset 0 3px 0 0 rgba(179,179,179,1),inset 0 4px 0 0 rgba(255,255,255,1);border-radius:4px}.countdown-timer-style-2 .countdown_amount:after{content:"";height:1px;width:100%;background:rgba(255,255,255,.75);position:absolute;top:50%;left:0}.countdown-timer-style-2 .countdown_section{display:inline-block;margin:0 5px;font-size:11px;font-weight:400;text-align:center;text-transform:uppercase;color:inherit}.countdown-timer-style-2 .countdown_section:first-child{margin-left:0}.countdown-timer-style-2 .countdown_section:last-child{margin-right:0}.floating-featured-panel-fluid .countdown-timer-style-2 .countdown_amount{font-size:30px}@media only screen and (max-width:479px){.countdown-timer-style-2 .countdown_amount{font-size:32px}}.countdown-timer-style-3{text-align:center}.countdown-timer-style-3 .hasCountdown{display:inline-block}.countdown-timer-style-3 .countdown_rtl{direction:rtl}.countdown-timer-style-3 .countdown_row{clear:both}.countdown-timer-style-3 .countdown_amount{position:relative;display:inline-block;padding:.25em;margin:0 10px;min-width:1.25em;line-height:1em;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:700;font-size:48px;color:#333;text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;background:#f2f2f2;background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0, rgba(234,234,234,1) 50%, rgba(242,242,242,1) 51%, rgba(250,250,250,1) 100%);background:linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(234,234,234,1) 50%,rgba(242,242,242,1) 51%,rgba(250,250,250,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);box-shadow:0 0 0 1px rgba(255,255,255,.5),inset 0 0 0 1px rgba(0,0,0,.25),inset 0 -3px 0 0 rgba(204,204,204,1),inset 0 -4px 0 0 rgba(179,179,179,1),inset 0 -5px 0 0 rgba(255,255,255,1),inset 0 2px 0 0 rgba(234,234,234,1),inset 0 3px 0 0 rgba(179,179,179,1),inset 0 4px 0 0 rgba(255,255,255,1);border-radius:4px}.countdown-timer-style-3 .countdown_amount:after{content:"";height:1px;width:100%;background:rgba(255,255,255,.75);position:absolute;top:50%;left:0}.countdown-timer-style-3 .countdown_section br{display:none}.countdown-timer-style-3 .countdown_section{display:inline-block;font-size:28px;font-weight:700;text-transform:lowercase;vertical-align:center;color:inherit;text-align:center}.countdown-timer-style-3 .countdown_section:first-child{margin-left:0}.countdown-timer-style-3 .countdown_section:last-child{margin-right:0}.floating-featured-panel-fluid .countdown-timer-style-3 .countdown_amount{font-size:30px}.floating-featured-panel-fluid .countdown-timer-style-3 .countdown_section{font-size:20px}@media only screen and (min-width:480px) and (max-width:767px){.countdown-timer-style-3 .countdown_amount{font-size:32px}.countdown-timer-style-3 .countdown_section{font-size:16px}}@media only screen and (max-width:479px){.countdown-timer-style-3 .countdown_amount{display:block;font-size:32px;margin:0}.countdown-timer-style-3 .countdown_section br{display:block}.countdown-timer-style-3 .countdown_section{display:block;margin:0 5px;font-size:11px;font-weight:400;text-transform:uppercase}.countdown-timer-style-3 .countdown_section:first-child{margin-left:0}.countdown-timer-style-3 .countdown_section:last-child{margin-right:0}}.countdown-cookie-timer{margin:0 auto}.countdown-cookie-timer-style-1{min-width:103px;max-width:622px;text-align:center;white-space:nowrap}.countdown-cookie-timer-style-1 .hasCountdown{display:inline-block}.countdown-cookie-timer-style-1 .countdown_rtl{direction:rtl}.countdown-cookie-timer-style-1 .countdown_row{clear:both}.countdown-cookie-timer-style-1 .countdown_amount{position:relative;display:block;padding:.2em 0;min-width:2em;line-height:1em;font-family:Impact;font-weight:700;font-size:48px;color:#fff;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;background:#191919;background:-webkit-linear-gradient(top, rgba(25,25,25,1) 0, rgba(31,31,31,1) 50%, rgba(38,38,38,1) 50%, rgba(51,51,51,1) 100%);background:linear-gradient(to bottom,rgba(25,25,25,1) 0,rgba(31,31,31,1) 50%,rgba(38,38,38,1) 50%,rgba(51,51,51,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#191919', endColorstr='#333333', GradientType=0);box-shadow:inset 0 0 0 1px rgba(64,64,64,1),inset 0 -1px 0 0 rgba(255,255,255,.3),inset 0 -2px 0 0 rgba(0,0,0,1),inset 0 -3px 0 0 rgba(255,255,255,.3),inset 0 -4px 0 0 rgba(0,0,0,1),inset 0 -5px 0 0 rgba(255,255,255,.1);border:3px solid #000;border-radius:8px}.countdown-cookie-timer-style-1 .countdown_amount:after{content:"";height:1px;width:100%;background:#000;position:absolute;top:50%;left:0;border-top:1px solid rgba(255,255,255,.175);border-bottom:1px solid rgba(255,255,255,.175)}.countdown-cookie-timer-style-1 .countdown_section br{content:"";display:block;margin:8px 0 0}.countdown-cookie-timer-style-1 .countdown_section{float:left;display:block;margin:0 1px;font-size:11px;font-weight:400;text-align:center;text-transform:uppercase;color:inherit}.countdown-cookie-timer-style-1 .countdown_section:first-child{margin-left:0}.countdown-cookie-timer-style-1 .countdown_section:last-child{margin-right:0}@media only screen and (max-width:479px){.countdown-cookie-timer-style-1 .countdown_amount{font-size:32px}}.countdown-cookie-timer-style-2{min-width:85px;max-width:587px;text-align:center;white-space:nowrap}.countdown-cookie-timer-style-2 .hasCountdown{display:inline-block}.countdown-cookie-timer-style-2 .countdown_rtl{direction:rtl}.countdown-cookie-timer-style-2 .countdown_row{clear:both}.countdown-cookie-timer-style-2 .countdown_amount{position:relative;display:block;padding:.25em;min-width:1.25em;line-height:1em;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:700;font-size:48px;color:#333;text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;background:#f2f2f2;background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0, rgba(234,234,234,1) 50%, rgba(242,242,242,1) 51%, rgba(250,250,250,1) 100%);background:linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(234,234,234,1) 50%,rgba(242,242,242,1) 51%,rgba(250,250,250,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);box-shadow:0 0 0 1px rgba(255,255,255,.5),inset 0 0 0 1px rgba(0,0,0,.25),inset 0 -3px 0 0 rgba(204,204,204,1),inset 0 -4px 0 0 rgba(179,179,179,1),inset 0 -5px 0 0 rgba(255,255,255,1),inset 0 2px 0 0 rgba(234,234,234,1),inset 0 3px 0 0 rgba(179,179,179,1),inset 0 4px 0 0 rgba(255,255,255,1);border-radius:4px}.countdown-cookie-timer-style-2 .countdown_amount:after{content:"";height:1px;width:100%;background:rgba(255,255,255,.75);position:absolute;top:50%;left:0}.countdown-cookie-timer-style-2 .countdown_section br{content:"";display:block;margin:8px 0 0}.countdown-cookie-timer-style-2 .countdown_section{float:left;display:block;margin:0 5px;font-size:11px;font-weight:400;text-align:center;text-transform:uppercase;color:inherit}.countdown-cookie-timer-style-2 .countdown_section:first-child{margin-left:0}.countdown-cookie-timer-style-2 .countdown_section:last-child{margin-right:0}@media only screen and (max-width:479px){.countdown-cookie-timer-style-2 .countdown_amount{font-size:32px}}.countdown-cookie-timer-style-3{text-align:center;white-space:nowrap}.countdown-cookie-timer-style-3 .hasCountdown{display:inline-block}.countdown-cookie-timer-style-3 .countdown_rtl{direction:rtl}.countdown-cookie-timer-style-3 .countdown_row{clear:both}.countdown-cookie-timer-style-3 .countdown_amount{position:relative;display:inline-block;padding:.25em;margin:0 10px;min-width:1.25em;line-height:1em;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:700;font-size:48px;color:#333;text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;background:#f2f2f2;background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0, rgba(234,234,234,1) 50%, rgba(242,242,242,1) 51%, rgba(250,250,250,1) 100%);background:linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(234,234,234,1) 50%,rgba(242,242,242,1) 51%,rgba(250,250,250,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);box-shadow:0 0 0 1px rgba(255,255,255,.5),inset 0 0 0 1px rgba(0,0,0,.25),inset 0 -3px 0 0 rgba(204,204,204,1),inset 0 -4px 0 0 rgba(179,179,179,1),inset 0 -5px 0 0 rgba(255,255,255,1),inset 0 2px 0 0 rgba(234,234,234,1),inset 0 3px 0 0 rgba(179,179,179,1),inset 0 4px 0 0 rgba(255,255,255,1);border-radius:4px}.countdown-cookie-timer-style-3 .countdown_amount:after{content:"";height:1px;width:100%;background:rgba(255,255,255,.75);position:absolute;top:50%;left:0}.countdown-cookie-timer-style-3 .countdown_section br{display:none}.countdown-cookie-timer-style-3 .countdown_section{float:left;display:inline-block;font-size:28px;font-weight:700;text-align:center;text-transform:lowercase;vertical-align:center;color:inherit}.countdown-cookie-timer-style-3 .countdown_section:first-child{margin-left:0}.countdown-cookie-timer-style-3 .countdown_section:last-child{margin-right:0}@media only screen and (min-width:480px) and (max-width:767px){.countdown-cookie-timer-style-3 .countdown_amount{font-size:32px}.countdown-cookie-timer-style-3 .countdown_section{font-size:16px}}@media only screen and (max-width:479px){.countdown-cookie-timer-style-3 .countdown_amount{display:block;font-size:32px;margin:0}.countdown-cookie-timer-style-3 .countdown_section br{display:block}.countdown-cookie-timer-style-3 .countdown_section{display:block;margin:0 5px;font-size:11px;font-weight:400;text-transform:uppercase}.countdown-cookie-timer-style-3 .countdown_section:first-child{margin-left:0}.countdown-cookie-timer-style-3 .countdown_section:last-child{margin-right:0}}.course-description-1{background:#fff;border:1px solid #ebebeb;text-align:center;padding:20px;min-height:100px;margin-top:30px;margin-bottom:20px}.course-description-1 img{margin:-60px 0 0}.course-description-1 div p{font-size:18px;font-weight:700;margin-top:10px;margin-bottom:0}.course-description-1 div.course-description-content p{font-size:14px;font-weight:400;margin:10px 0 0;line-height:21px}#content_area .course-description-content ol,#content_area .course-description-content ul,.course-description-1 .course-description-content ol,.course-description-1 .course-description-content ul{margin-left:20px;margin-top:10px}#content_area .course-description-content ul,.course-description-1 .course-description-content ul{list-style-type:disc;list-style-position:outside}#content_area .course-description-content ol,#content_area .course-description-content ol li,.course-description-1 .course-description-content ol,.course-description-1 .course-description-content ol li{list-style-type:decimal;list-style-position:outside}#content_area .course-description-content li,.course-description-1 .course-description-content li{font-size:14px;list-style:outside}.video-plugin,.video-plugin-new{margin-bottom:10px}.featured-panel .video-plugin,.featured-panel .video-plugin-new{margin-bottom:0}.floating-featured-panel-fluid .video-plugin,.floating-featured-panel-fluid .video-plugin .flowplayer,.floating-featured-panel-fluid .video-plugin-new,.floating-featured-panel-fluid .video-plugin-new .flowplayer{width:100%!important}.element-container .audio-plugin{margin:0 0 20px}.video-plugin-new-syntax{background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/images/live_editor/op-play.jpg) center center no-repeat #000}.video-plugin-browser-frame,.video-plugin-ipad-frame,.video-plugin-laptop-frame,.video-plugin-monitor-frame{position:relative}.video-plugin-browser-frame iframe,.video-plugin-ipad-frame iframe,.video-plugin-laptop-frame iframe,.video-plugin-monitor-frame iframe{box-sizing:border-box;position:absolute;top:0;left:0;width:100%;height:100%;height:auto!important}.video-plugin-frame-frame>.video-plugin-new.url>a,.video-plugin-ipad-frame>.video-plugin-new.url>a,.video-plugin-laptop-frame>.video-plugin-new.url>a,.video-plugin-monitor-frame>.video-plugin-new.url>a{position:relative!important}.video-plugin-ipad-frame.white.flat .video-plugin-new.url,.video-plugin-ipad-frame.white.flat iframe{background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/images/video_player/ipad/flat/white/ipad.png) center center/contain no-repeat;padding:5% 8%!important}.video-plugin-ipad-frame.white.real .video-plugin-new.url,.video-plugin-ipad-frame.white.real iframe{background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/images/video_player/ipad/real/white/ipad.png) center center/contain no-repeat;padding:4% 12% 10% 10%!important}.video-plugin-ipad-frame.black.flat .video-plugin-new.url,.video-plugin-ipad-frame.black.flat iframe{background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/images/video_player/ipad/flat/black/ipad.png) center center/contain no-repeat;padding:5% 8%!important}.video-plugin-ipad-frame.black.real .video-plugin-new.url,.video-plugin-ipad-frame.black.real iframe{background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/images/video_player/ipad/real/black/ipad.png) center center/contain no-repeat;padding:4% 12% 10% 10%!important}.video-plugin-laptop-frame.flat .video-plugin-new.url,.video-plugin-laptop-frame.flat iframe{background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/images/video_player/laptop/flat/laptop.png) center center/contain no-repeat;padding:4% 11% 7%!important}.video-plugin-laptop-frame.real .video-plugin-new.url,.video-plugin-laptop-frame.real iframe{background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/images/video_player/laptop/real/laptop.png) center center/contain no-repeat;padding:4% 11% 7%!important}.video-plugin-monitor-frame.flat .video-plugin-new.url,.video-plugin-monitor-frame.flat iframe{background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/images/video_player/monitor/flat/monitor.png) center center/contain no-repeat;padding:2% 18% 18%!important}.video-plugin-monitor-frame.real .video-plugin-new.url,.video-plugin-monitor-frame.real iframe{background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/images/video_player/monitor/real/monitor.png) center center/contain no-repeat;padding:2% 21% 21%!important}.video-plugin-browser-frame .video-plugin-new.url,.video-plugin-browser-frame iframe{background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/images/video_player/browser/browser.png) center center/contain no-repeat;padding:10% 11% 3%!important}@media only screen and (max-width:960px){.video-plugin-frame,.video-plugin-frame .video-plugin-new{float:none!important}.video-plugin-frame .video-plugin-new{margin:0 auto}}.op-live-editor .video-plugin-ipad-frame.white.real .video-plugin-new{background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/images/video_player/ipad/real/white/ipad-le.png) center center/contain no-repeat;height:auto!important}.op-live-editor .video-plugin-ipad-frame.white.flat .video-plugin-new{background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/images/video_player/ipad/flat/white/ipad-le.png) center center/contain no-repeat;height:auto!important}.op-live-editor .video-plugin-ipad-frame.black.real .video-plugin-new{background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/images/video_player/ipad/real/black/ipad-le.png) center center/contain no-repeat;height:auto!important}.op-live-editor .video-plugin-ipad-frame.black.flat .video-plugin-new{background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/images/video_player/ipad/flat/black/ipad-le.png) center center/contain no-repeat;height:auto!important}.op-live-editor .video-plugin-monitor-frame.real .video-plugin-new{background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/images/video_player/monitor/real/monitor-le.png) center center/contain no-repeat;height:auto!important}.op-live-editor .video-plugin-monitor-frame.flat .video-plugin-new{background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/images/video_player/monitor/flat/monitor-le.png) center center/contain no-repeat;height:auto!important}.op-live-editor .video-plugin-laptop-frame.real .video-plugin-new{background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/images/video_player/laptop/real/laptop-le.png) center center/contain no-repeat;height:auto!important}.op-live-editor .video-plugin-laptop-frame.flat .video-plugin-new{background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/images/video_player/laptop/flat/laptop-le.png) center center/contain no-repeat;height:auto!important}.op-live-editor .video-plugin-browser-frame .video-plugin-new{background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/images/video_player/browser/browser-le.png) center center/contain no-repeat;height:auto!important}.video-plugin .fp-logo,.video-plugin-lightbox .fp-logo,.video-plugin-new .fp-logo{display:block!important;opacity:1!important}.video-plugin,.video-plugin-new{box-sizing:border-box;max-width:100%;height:100%}.video-plugin-new{overflow:hidden}.video-plugin-new>div,.video-plugin>div{line-height:0!important;margin:0!important;display:block}.video-plugin-new>script:first-child,.video-plugin>script:first-child{display:none}.video-plugin *,.video-plugin-new *{max-width:100%!important;box-sizing:border-box}.video-plugin-new.not-flowplayer>div{position:relative}.video-plugin-new>iframe{display:block;margin-left:auto;margin-right:auto}.video-plugin-new.not-flowplayer>div>iframe{position:absolute!important;left:0;top:0;width:100%!important;height:100%!important}.video-plugin p,.video-plugin-new p{line-height:1!important}.video-plugin .fp-message,.video-plugin-new .fp-message{text-decoration:none}.video-plugin .fp-progress,.video-plugin-new .fp-progress{max-width:none!important}.video-plugin .flowplayer video,.video-plugin .flowplayer.is-poster,.video-plugin .flowplayer.is-splash,.video-plugin-new .flowplayer video,.video-plugin-new .flowplayer.is-poster,.video-plugin-new .flowplayer.is-splash{background-color:#000}.video-plugin .flowplayer.is-poster,.video-plugin-new .flowplayer.is-poster{background-size:100%;background-repeat:no-repeat;background-position:center center}.video-plugin .flowplayer .fp-context-menu,.video-plugin .flowplayer .fp-ratio,.video-plugin .flowplayer.hide-controls .fp-ui *,.video-plugin-new .flowplayer .fp-context-menu,.video-plugin-new .flowplayer .fp-ratio,.video-plugin-new .flowplayer.hide-controls .fp-ui *{display:none}.video-plugin .flowplayer .fp-context-menu,.video-plugin-new .flowplayer .fp-context-menu{display:none!important}.video-plugin .video-plugin-lightbox .fp-ratio,.video-plugin-new .video-plugin-lightbox .fp-ratio{display:block}.video-plugin .flowplayer .fp-message,.video-plugin-new .flowplayer .fp-message{box-sizing:border-box}.audio-plugin .fp-embed,.video-plugin .flowplayer .fp-embed,.video-plugin-new .flowplayer .fp-embed{display:none!important}.audio-plugin .is-paused.flowplayer .fp-ui{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAB4CAMAAAAOusbgAAAAzFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD9/f309PT6+vr4+Pjw8PB3d3cAAADk5OTT09OoqKjp6en7+/vW1tbQ0ND6+vrT09Orq6v19fX29vb8/Pzx8fHFxcXa2tqDg4MAAADs7Ox/f397e3vExMStra3u7u77+/u5ubnk5OTBwcH5+fn19fXs7Ozo6Ojn5+f7+/v19fWZmZno6Ojv7+97e3t/f3/5+fny8vL39/f///9aqwxRAAAAQ3RSTlMABg0KBAUHAQIDCAsPCQwOEPCm08SIIBFqTS954UxN0kwupbXhlz5cHxKJIB89L4jCLGs+w6aIaFfipBl6hyEes6a02fguSQAABeBJREFUeAHEl3l34ygQxGdRkp1YbUC25SO+c2+uOXf2PvX9v9PSglJANpa1iV/qP78n66fqLhp411bfR/TuoALlfaADsz3kaU0e/jBYxzwyOq7Evxwd6ANQS+R3RieV+FeJf3W2pZZOj5nY6XS73aSS+dHpGD7TS+OvgwaWqQxlZCqlFJXMj5TxDDfGXwsNrPFqqEmaGqRSRKSdiEgpg0/TxLCNb6BfB+uoBkp6Ps4Hg6LSYJCP55oM3LFfhkaVPaw01MccSAj4/NGwpYcO6t3eLrBMnZ9nxQ5l53NmA/2/TVvsEWNTqehhelk06nL6QEqmjD6y6BfYZbe07sFsg7Lemth1aLotl+0mqaDbXtFCvVsSacKm25NtqqxdpfOsaKUs18qathlrx+Uym+4KtVoWdfUvvk0Xk1KL6beLflHXcqWE6TSXG+RWXO5uXodeLYYjnhuQ1qPh4qoOz7nT7cjgnnSM3fUypE6ftB1UMnWSdpTpp2nIXq6N6c5JCzK43UTQKgtSMzFUZrqdgdV1w1sY9iTIYLYikXRBbsFNBY0D7JkmwVCDdLuh2x8NnuGC9FmAHpNI9yd73Ct/JDpsuQlh/8eJoNy2HHrgf6tHbsE9LyrNbiyWtx9mngZiOm9eFn0zKyr9uB8Zc5LzHHB7Q+0GoYW+r8nC3XDVw15A5mw3Tk9wgzpnY62Ew+J4U1MJd2ih9DgroCvjuYmMQrNfL1eza1IyAXbLYRJsh06kouuZlzD2vLPY4J50pVoVUP++nLzARvLpocvpft8voJWS3ZM4GWAbrHVWcYeGi70mhgUa+5khDytytrYBA3hnoZcetxz3+xwpcGAptxaPvGwoNgptepT7fk17991aYdo02vecm4zEig0wF/q5wbN72pz0CFfT/kL3s+c2c7EBjhZao9DZNQmPC6pTE1nQdYZi6x3FhmFJeWTWAttwQ9s263OSMcswnIpbfGdPqw0u7m1g7yQr3UPtbkUKy1HDeHg2rGUCS7UU2LtTOpzBRNyy67Baozw3tcbgvHuM6yFW2K643OBta+Ve1mh4oBUP2TqXh2KHd+T4fQFvM31T+iJuGY/ab3xAh8/KJ2EYNtwdCrckjLNYmyWdocsPtn54NiyOycO0SlYtDjiI/faxyH79JHBVcQM8GtUqX1OTVLxvo9KJpEsYrpcGffu7/P4//lK4LwC9SQ4sX5KJ6vE2cPmB85jhaq7hPeUmnQT13m15Xr6xDubHeOXh2PEl+D6E4NiEoIAGEx3cz2I1/OKeP8fc3PKUIBet/qZhhKB41j9/xtCB5b6LFwl42az0I5KwadjWRFJwdL4bkeKU1ZdWYBl5fdxSa9jBmH7aiCBqootAv5THz7DV9Ro9YWDjpR4Xdr5WlU7wcTEwNPiCoyDQYRmTqtZfeaEwOP7WO1R64xE1KjZ0NdQiqHe91nfuQS22vZUTi8W0UO7b6h1LAzCU/a4pXFr+UpFqgQVl6hiAkS2F/XOkUoy33WBothhVrYZpjOHn/4xVkC480ZXIVn/En4YnmsC4W9mlBTL8cCFHfaRLduHHD7Ukd+G60GjxXmAEY8j1BtlvMraoAUnEejv4g5aYMfuCcdWRTD51ZMxr/SECRqgxHD5THPxDsUPLeXhowSr9XFgRYh1ZTQvCSt8bDP37ydvFMZcIsdYN4AmlnbZgKPvJOy+5cU2Tg4Khn43lluDbwur6ReCPXOsQfPbG4Dco9ZuH63DL6b/27diGQhiGouif4YsGShLRsv92bPAAo+g08QJUxPa713vhdwIPCHgyeZP43hZbrS26QcCNPm7YK4+3W228BQO9W2HY0pbW1PXBmnrU1lS0mMsogoUvNG4aH7AtIWATkSIIUVlsrIJyhgYUDGH4RwEvjPg81PQYdwC4/t+D64Dq2ztU3zKq93KC1zGsgKKUmywZ9SQZ9SwZea3Ki2RenfOyINQjq0LomYVQr8B66ddrzl7s1iq7k/fhuQI80JAnKfAIB5wd5e//cM2aNesCpZiFxdos3IwAAAAASUVORK5CYII=) 5px 5px/20px no-repeat}.audio-plugin .flowplayer .fp-waiting{margin:8px auto 0}.audio-plugin .flowplayer .fp-waiting em{width:.6em;height:.6em}.audio-plugin .flowplayer.fixed-controls .fp-controls,.audio-plugin .flowplayer.is-mouseout .fp-controls{height:20px}.audio-plugin .flowplayer .fp-message{padding-top:0}.audio-plugin .flowplayer.is-error h2{margin-top:5px;margin-bottom:0;font-size:normal}.audio-plugin .flowplayer.is-mouseout .fp-duration,.audio-plugin .flowplayer.is-mouseout .fp-elapsed,.audio-plugin .flowplayer.is-mouseout .fp-embed,.audio-plugin .flowplayer.is-mouseout .fp-fullscreen,.audio-plugin .flowplayer.is-mouseout .fp-logo,.audio-plugin .flowplayer.is-mouseout .fp-play,.audio-plugin .flowplayer.is-mouseout .fp-remaining,.audio-plugin .flowplayer.is-mouseout .fp-unload,.audio-plugin .flowplayer.is-mouseout .fp-volume{opacity:1;filter:alpha(Opacity=100)}.audio-plugin .flowplayer.is-mouseout .fp-timeline,.audio-plugin .flowplayer.is-mouseover .fp-timeline{position:relative;overflow:hidden;top:5px;height:10px;margin:0 150px 0 75px!important}.audio-plugin .flowplayer .fp-play{display:block}.audio-plugin .flowplayer .fp-elapsed{left:35px}.audio-plugin .is-mouseout.flowplayer .fp-controls,.audio-plugin .is-mouseover.flowplayer .fp-controls{bottom:3px}.audio-plugin .flowplayer .fp-time em{bottom:8px}.audio-plugin .flowplayer video{border-radius:3px}.audio-plugin .flowplayer.is-touch.is-mouseout .fp-progress:after,.audio-plugin .flowplayer.is-touch.is-mouseout .fp-progress:before{content:'';display:block;border-radius:10px;position:absolute;right:-5px}.audio-plugin .flowplayer.is-touch.is-rtl.is-mouseout .fp-progress:after,.audio-plugin .flowplayer.is-touch.is-rtl.is-mouseout .fp-progress:before{right:auto;left:-5px}.audio-plugin .flowplayer.is-touch.is-rtl.is-mouseout .fp-progress:after{left:-10px;box-shadow:-1px 0 4px rgba(0,0,0,.5)}.audio-plugin .flowplayer.is-touch.is-mouseout .fp-progress:before{width:10px;height:10px}.audio-plugin .flowplayer.is-touch.is-mouseout .fp-progress:after{height:10px;width:10px;top:-5px;right:-10px;border:5px solid rgba(255,255,255,.65);box-shadow:1px 0 4px rgba(0,0,0,.5)}.audio-plugin .flowplayer.is-touch.is-mouseout .fp-timeline.is-dragging .fp-progress:after{border:10px solid #fff;border-radius:20px;-webkit-transition:inherit;transition:inherit;top:-10px;right:-15px}.audio-plugin .flowplayer.is-touch.is-rtl.is-mouseout .fp-timeline.is-dragging .fp-progress:after{left:-15px;right:auto;border:10px solid #fff}.audio-plugin .mejs-overlay-play{display:none!important}.audio-plugin .me-cannotplay span{padding-top:4px}.op-vpf--btn-element p:hover,.op-vpf--btn-element:hover{cursor:pointer;cursor:hand}.op-vpf--btn-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.op-vpf--btn-text p{margin:0;-webkit-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.op-vpf--btn-text p:hover{opacity:.5;-webkit-transition:opacity .2s ease-in;transition:opacity .2s ease-in}.op-vpf--btn-text p:before{content:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/video_player_fullscreen/icon-play.png);width:20px;height:20px;margin-right:5px}.op-vpf--playing{display:block!important;position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000!important}.op-vpf--frame-close{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/video_player_viewport_fullscreen/close.png);width:40px;height:40px;position:fixed;top:40px;right:40px;z-index:10001!important}.op-vpf--frame-close:hover{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/video_player_viewport_fullscreen/close_hover.png);width:40px;height:40px;position:fixed;top:40px;right:40px;z-index:10001!important}.op-vpf--frame-close-hidden{display:none}.op-vpf--frame{background-color:#000;display:none;opacity:0}.op-popup-content{display:none}.op-popup-content-visible{display:block;padding:20px 30px}.op-popup-content .styled-hr{min-width:300px}.op-popup-fancybox,.op-popup-fancybox .fancybox-inner,.op-popup-fancybox .fancybox-outer{max-width:100%}.op-popup-fancybox-autosize .fancybox-inner{max-width:none}.op-popup-fancybox .fancybox-inner,.op-popup-fancybox .fancybox-outer{background-color:#fff}#epicbox .op-popup-content{display:block}#epicbox .op-popup-button,.op-popup-content .add-new-element{display:none}.op-popup-button .default-button{background:0 0}.op-popup-content>div:last-child{margin-bottom:0}.op-popup-content .op-pricing-table{width:100%}.floating-featured-panel-fluid .fixed-width{width:auto}body div.pp_default .pp_content_container .pp_details{margin-top:12px}@media only screen and (max-width:959px){.video-plugin{position:relative;padding-bottom:56.25%;padding-top:30px;overflow:hidden;width:100%!important;height:auto!important}.video-plugin-new{position:relative;padding-top:30px;overflow:hidden;height:auto!important}.video-plugin embed,.video-plugin iframe,.video-plugin img,.video-plugin object,.video-plugin>:first-child,.video-plugin>script:first-child+*{position:absolute!important;top:0;left:0;width:100%!important;height:100%!important;max-width:100%}.video-plugin-new embed,.video-plugin-new iframe,.video-plugin-new img,.video-plugin-new object,.video-plugin-new-syntax>:first-child,.video-plugin-new>:first-child,.video-plugin-new>script:first-child+*{position:static!important}.video-plugin-new>:first-child,.video-plugin-new>script:first-child+*,.video-plugin>:first-child,.video-plugin>script:first-child+*{display:block}.video-plugin-new>script:first-child,.video-plugin>script:first-child{display:none}.video-plugin img,.video-plugin-new img{height:auto!important}.video-plugin-new.not-flowplayer a,.video-plugin.not-flowplayer a{width:auto!important;height:auto!important;max-width:100%!important;text-align:center}}.styled-hr hr{display:none}.hr-style-1{display:block;height:17px;margin:30px 0;position:relative}.hr-style-1 .ornament{position:absolute;left:50%;margin-left:-60px;padding:0 20px;top:-20px}.hr-style-1 .hr-1,.hr-style-1 .hr-2{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/divider/shadow-left.png);background-repeat:no-repeat;height:17px;width:50%}.hr-style-1 .hr-1{background-position:left center;float:left}.hr-style-1 .hr-2{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/divider/shadow-right.png);background-position:right center;float:right}.hr-style-2{background-color:#e5e5e5;background-color:rgba(229,229,229,.6);display:block;height:2px;margin:30px 0;position:relative;text-align:center}.hr-style-2 .ornament{position:relative;padding:0 20px;top:-20px}.hr-style-2 div.hr-2{display:none}.hr-style-3{background-color:#e5e5e5;background-color:rgba(229,229,229,.6);display:block;height:2px;margin:30px 0;position:relative;text-align:center}.hr-style-3 .ornament{position:relative;padding:0 20px;top:-10px}.hr-style-3 div.hr-2{display:none}.hr-style-4{background-color:#e5e5e5;background-color:rgba(229,229,229,.6);display:block;height:2px;margin:20px 0 30px;position:relative;text-align:center}.hr-style-5{background-color:#e5e5e5;background-color:rgba(229,229,229,.9);display:block;height:2px;margin:30px 0;position:relative;text-align:right}.hr-style-5 a,.hr-style-5 a:hover,.hr-style-5 a:visited{position:relative;top:-10px;float:right;font-size:12px;background-color:#f9f9f9;background-color:rgba(229,229,229,.9);border-radius:3px;padding:0 4px;color:#333;text-decoration:none}.floating-featured-panel-fluid .hr-style-5 a{padding:0 4px;border-radius:3px}.hr-style-6{border-top:1px dashed #cacaca;border-top:1px dashed rgba(202,202,202,.8);display:block;margin:20px 0 30px;position:relative;text-align:right}.hr-style-7{display:block;height:53px;margin:20px auto;position:relative}.hr-style-7 .hr-1,.hr-style-7 .hr-2{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/divider/divider.png);background-repeat:no-repeat;height:53px;width:50%}.hr-style-7 .hr-1{background-position:left center;float:left}.hr-style-7 .hr-2{background-position:right center;float:right}.hr-style-8{display:block;height:40px;margin:30px 0;position:relative}.hr-style-8 .hr-1,.hr-style-8 .hr-2{height:40px;width:50%;background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/divider/style-8.png);background-repeat:no-repeat}.hr-style-8 .hr-1{background-position:left center;float:left}.hr-style-8 .hr-2{background-position:right center;float:right}.hr-style-9{display:block;height:40px;margin:30px 0;position:relative}.hr-style-9 .hr-1,.hr-style-9 .hr-2{height:40px;width:50%;background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/divider/style-9.png);background-repeat:no-repeat}.hr-style-9 .hr-1{background-position:left center;float:left}.hr-style-9 .hr-2{background-position:right center;float:right}.hr-style-10{display:block;height:4px;margin:30px 0;position:relative}.hr-style-10 .hr-1,.hr-style-10 .hr-2{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/divider/style-10.png);background-repeat:no-repeat;height:4px;width:50%}.hr-style-10 .hr-1{background-position:left center;float:left}.hr-style-10 .hr-2{background-position:right center;float:right}.hr-style-11{display:block;height:28px;margin:30px 0;position:relative}.hr-style-11 .hr-1,.hr-style-11 .hr-2{height:28px;width:50%;background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/divider/style-11.png);background-repeat:no-repeat}.hr-style-11 .hr-1{background-position:left center;float:left}.hr-style-11 .hr-2{background-position:right center;float:right}.hr-style-0{background-color:#eee;background-color:rgba(238,238,238,.6);display:block;height:1px;margin:20px 0 30px;position:relative;text-align:center}.headline-style-1,.headline-style-10,.headline-style-11,.headline-style-12,.headline-style-13,.headline-style-2,.headline-style-3,.headline-style-4,.headline-style-5,.headline-style-6,.headline-style-7,.headline-style-8,.headline-style-9{margin:0 0 20px;line-height:normal;padding:10px 0}.headline-style-1{border-bottom:1px solid #DBDBDB}.headline-style-2{border-bottom:1px solid #101010}.headline-style-3{border-bottom:3px solid #DBDBDB}.headline-style-4{border-bottom:3px solid #101010}.headline-style-5{background-color:#fcfcfc;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;color:#444}.headline-style-6{border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;color:#444}.main-content .headline-style-7{color:#444;background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/headline/heading-shadow.jpg);background-repeat:no-repeat;background-position:left bottom;background-size:100% 40px;display:block;position:relative;padding-bottom:0}.main-content .headline-style-7 span{display:block;padding-bottom:70px}.headline-style-8{border-top:1px solid #dbdbdb}.headline-style-9{border-top:4px double #e9e9e9;border-bottom:1px solid #e9e9e9;padding-bottom:30px}.headline-style-10{background-color:#f5f5f5;border-bottom:3px solid #e5e5e5}.headline-style-11{background-color:#f7fbee;border-bottom:1px solid #e8eed9;color:#3f4f25}.headline-style-12{background-color:#fbf5ee;border-bottom:1px solid #eee5d9;color:#5f391e}#content_area .headline-style-13,.main-content .headline-style-13{background-color:#fffcf2;border-top:1px solid #eee6c8;border-bottom:1px solid #eee6c8;color:#515151;height:85px;line-height:85px;padding:0;position:relative}.headline-style-13 img.fade-left{position:absolute;left:0;top:-1px;height:87px;width:120px}.headline-style-13 img.fade-right{position:absolute;right:0;top:-1px;height:87px;width:120px}#content_area .headline-style-14,.main-content .headline-style-14{background-color:#fffcf2;border-bottom:1px solid #eee6c8;color:#515151;height:55px;line-height:55px;padding:0;position:relative;font-size:20px}.headline-style-14 span{position:relative;z-index:2}.headline-style-14 img.fade-left{position:absolute;left:0;top:-1px;height:87px;width:120px}.headline-style-14 img.fade-right{position:absolute;right:0;top:-1px;height:87px;width:120px}.headline-style-15{background-color:#eaeef0;padding:10px 20px;color:#666}.headline-style-16 table{text-align:center}.headline-style-16 td{vertical-align:middle}.headline-style-16 td.stroke{width:50%}.headline-style-16 td.stroke div{display:block;height:1px;width:100%;background-color:#ccc;background-color:rgba(0,0,0,.2)}.headline-style-16 td.headline{white-space:nowrap;padding:8px 15px 0}.headline-style-16 td.headline h2{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit}.headline-style-17 table{text-align:center}.headline-style-17 td{vertical-align:middle}.headline-style-17 td.stroke{width:50%}.headline-style-17 td.stroke div{display:block;height:5px;width:100%;border-top:1px solid rgba(0,0,0,.2);border-bottom:1px solid rgba(0,0,0,.2)}.headline-style-17 td.headline{white-space:nowrap;padding:8px 15px 0}.headline-style-17 td.headline h2{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit}.feature-block{list-style:none;margin:10px 0 0}.feature-block-link{display:block;overflow:hidden}.feature-block.feature-block-one-col li{width:80%}.feature-block-one-col li{width:83%!important}.feature-block p{line-height:1.6em;color:#444;text-align:left}.latest-post .feature-block p{line-height:1.6em}.single-post-content ol.feature-block,.single-post-content ul.feature-block{list-style:none}.feature-block.feature-block-with-icon.feature-block-one-col li{padding-left:80px;margin-bottom:40px;box-sizing:border-box}.feature-block.feature-block-with-icon li{min-height:64px}.feature-block.feature-block-with-icon.feature-block-one-col li:last-child{margin-bottom:0}.feature-block.feature-block-with-icon h2{padding:0 0 10px}.feature-block ul{font-size:100%;list-style:disc}.feature-block.feature-block ul li{float:none;width:auto;margin-right:0}.feature-block h2{padding:0 0 10px;font-size:18px;line-height:1.3em;letter-spacing:-.5px;font-weight:700;margin-bottom:0;color:#222;text-align:left;clear:none}.feature-block-icon-container{position:absolute;margin-left:-80px;width:80px;text-align:center}.feature-block-icon-container img{float:none;max-width:100%}.feature-block-style-image li{position:relative;min-height:125px;overflow:hidden}.feature-block-style-image .feature-block-icon-container{margin-left:0;width:40%;position:absolute;left:0;top:0;text-align:center}.feature-block-style-image div{width:55%;float:right}.feature-block-style-image .feature-block-icon-container img{position:relative;float:none;display:inline-block;width:auto;height:auto;max-width:100%;max-height:125px}.feature-block-style-1{width:100%}.feature-block-style-1 img{height:48px;width:auto;float:left}.feature-block-style-1 h2{font-weight:700;display:table;padding-left:15px;position:relative;min-height:48px;#top:50%;clear:none}.feature-block-style-1 h2 span{display:table-cell;vertical-align:middle;#top:-50%}.feature-block-style-1 p{margin-top:10px;clear:both}.feature-block-style-2 div{text-align:center}.feature-block-style-2{text-align:center;width:100%}.feature-block-style-2 img{height:50px;width:auto;position:relative;text-align:center}.feature-block-style-2 h2{font-weight:700;display:block;position:relative;margin-top:15px;text-align:center;padding-bottom:0;clear:none}.feature-block-style-2 p{margin-top:10px;clear:both;text-align:center}.feature-block-style-2.feature-block-one-col li{margin-left:auto;margin-right:auto}.feature-block-style-3{text-align:center;width:100%}.feature-block-3-img-container{display:block;height:100px;width:100%;border-radius:6px;background-color:#004a80;margin:0 auto;text-align:center}.feature-block-style-3 img{height:50px;width:auto;position:relative;top:25px}.feature-block-style-3 h2{font-weight:700;display:block;position:relative;margin-top:15px;text-align:center;padding-bottom:0;clear:none}.feature-block-style-3 p{margin-top:10px;clear:both;text-align:center}.feature-block-style-3.feature-block-one-col li{margin-left:auto;margin-right:auto}.feature-block-style-4{text-align:center;width:100%}.feature-block-4-img-container{display:block;height:100px;width:100px;border-radius:100px;background-color:#004a80;margin:0 auto;text-align:center}.feature-block-style-4 img{height:50px;width:auto;position:relative;top:25px}.feature-block-style-4 h2{font-weight:700;display:block;position:relative;margin-top:15px;text-align:center;padding-bottom:0}.feature-block-style-4 p{margin-top:10px;clear:both;text-align:center}.feature-block-style-4.feature-block-one-col li{margin-left:auto;margin-right:auto}.feature-block.feature-block-two-col li div{margin-bottom:30px}.feature-block.feature-block-two-col li{width:46%;margin-right:8%;float:left;text-align:left;box-sizing:border-box}.feature-block.feature-block-two-col li:nth-child(even){margin-right:0}.feature-block.feature-block-three-col li div{margin-bottom:30px}.feature-block.feature-block-three-col li{width:30%;margin-right:5%;float:left;text-align:left}.feature-block.feature-block-three-col li:nth-child(3n){margin-right:0}.feature-block.feature-block-four-col li div{margin-bottom:30px}.four-fifths .feature-block li,.three-fourths .feature-block li{width:28%}.narrow .feature-block li,.one-half .feature-block.feature-block-four-col li,.one-half .feature-block.feature-block-three-col li,.three-columns .feature-block li,.three-columns .feature-block.feature-block-four-col li{width:100%}.feature-block-style-icon.feature-block.feature-block-four-col li div,.feature-block-style-icon.feature-block.feature-block-three-col li div,.feature-block-style-icon.feature-block.feature-block-two-col li div{padding-left:80px}.feature-block-style-icon.feature-block .feature-block-icon{max-width:60px;height:auto}.feature-block.feature-block-with-image.feature-block-four-col li div{padding-left:0}.feature-block.feature-block-four-col li{width:21%;margin-right:5%;float:left;text-align:left}.feature-block.feature-block-four-col li:nth-child(4n){margin-right:0}.feature-block.feature-block-with-image.feature-block-three-col li div{padding-left:0;text-align:left}.feature-block.feature-block-with-image.feature-block-one-col img{width:auto}.feature-block-one-col.feature-block-style-image .feature-block-icon-container{max-width:125px}.feature-block-one-col.feature-block-style-image div{width:100%;padding-left:140px;box-sizing:border-box}.floating-featured-panel-fluid .feature-block li{width:100%!important;margin-right:0!important}.feature-box{margin:0 auto 20px;overflow:hidden}.feature-box.feature-box-align-left{float:left}.feature-box.feature-box-align-center{float:none}.feature-box.feature-box-align-right{float:right}.feature-box-content{padding:20px}.feature-box .feature-box-content p{letter-spacing:inherit;line-height:1.6em}.feature-box .feature-box-content :first-child{margin-top:0}.feature-box-content strong{font-weight:700}.feature-box-1{background-color:#fafafa;border:1px solid #e3e3e3;border-radius:8px;color:#7e7e7e}.feature-box-1 .feature-box-content h1,.feature-box-1 .feature-box-content h2,.feature-box-1 .feature-box-content h3,.feature-box-1 .feature-box-content h4,.feature-box-1 .feature-box-content p{color:#7e7e7e}.feature-box-1 .feature-box-content h1,.feature-box-1 .feature-box-content h2,.feature-box-1 .feature-box-content h3,.feature-box-1 .feature-box-content h4{line-height:normal}.feature-box-2{background-color:#fff;border:1px solid #dedede;color:#7e7e7e}.feature-box-2 .feature-box-content h1,.feature-box-2 .feature-box-content h2,.feature-box-2 .feature-box-content h3,.feature-box-2 .feature-box-content h4,.feature-box-2 .feature-box-content p{color:#516385}.feature-box-2 .feature-box-content{border:4px solid #f5f5f5}.feature-box-2-blue{background-color:#fcfdff;border:1px solid #cee0f7}.feature-box-2-blue .feature-box-content{border:4px solid #f0f5fd;color:#516385}.feature-box-2-blue .feature-box-content h1,.feature-box-2-blue .feature-box-content h2,.feature-box-2-blue .feature-box-content h3,.feature-box-2-blue .feature-box-content h4,.feature-box-2-blue .feature-box-content p{color:#516385}.feature-box-2-blue .feature-box-content h1,.feature-box-2-blue .feature-box-content h2,.feature-box-2-blue .feature-box-content h3,.feature-box-2-blue .feature-box-content h4{line-height:normal}.feature-box-3{background-color:#fff;border:1px solid #dedede;border-radius:8px;color:#7e7e7e}.feature-box-3 .feature-box-content h1,.feature-box-3 .feature-box-content h2,.feature-box-3 .feature-box-content h3,.feature-box-3 .feature-box-content h4,.feature-box-3 .feature-box-content p{color:#7e7e7e}.feature-box-3 .feature-box-content{border:4px solid #f5f5f5;border-radius:8px}.feature-box-3-blue{background-color:#fcfdff;border:1px solid #cee0f7}.feature-box-3-blue .feature-box-content{border:4px solid #f0f5fd;color:#516385}.feature-box-3-blue .feature-box-content h1,.feature-box-3-blue .feature-box-content h2,.feature-box-3-blue .feature-box-content h3,.feature-box-3-blue .feature-box-content h4,.feature-box-3-blue .feature-box-content p{color:#516385}.feature-box-4{background-color:#fdfeff;border:1px solid #daedfd;border-radius:8px;color:#7e7e7e}.feature-box-4 .feature-box-content h1,.feature-box-4 .feature-box-content h2,.feature-box-4 .feature-box-content h3,.feature-box-4 .feature-box-content h4,.feature-box-4 .feature-box-content p{color:#7e7e7e}.feature-box-4 .feature-box-content{border-radius:8px}.feature-box-4-brown{background-color:#f3f2ee;border:1px solid #d5d6d7;color:#666}.feature-box-4-brown .feature-box-content h1,.feature-box-4-brown .feature-box-content h2,.feature-box-4-brown .feature-box-content h3,.feature-box-4-brown .feature-box-content h4,.feature-box-4-brown .feature-box-content p{color:#666}.feature-box-4-brown .feature-box-content{border:1px solid #fff}.feature-box-5{border:3px solid #fafafa;border:3px solid rgba(0,0,0,.02);color:#7e7e7e}.feature-box-5 .feature-box-content h1,.feature-box-5 .feature-box-content h2,.feature-box-5 .feature-box-content h3,.feature-box-5 .feature-box-content h4,.feature-box-5 .feature-box-content p{color:#7e7e7e}.feature-box-5 .feature-box-content{background-color:#faf2d3;border:1px solid #eada95;color:#251914;font-size:15px;font-style:italic;font-family:Georgia,Times,serif}.feature-box-5-round,.feature-box-5-round .feature-box-content{border-radius:8px}.feature-box-6{background-color:#caebf0;border:1px solid #7ccbd7;color:#2e4346;font-size:15px;font-style:italic;font-family:Georgia,Times,serif}.feature-box-6 .feature-box-content h1,.feature-box-6 .feature-box-content h2,.feature-box-6 .feature-box-content h3,.feature-box-6 .feature-box-content h4,.feature-box-6 .feature-box-content p{color:#2e4346}.feature-box-6-round{border-radius:8px}.feature-box-7{background-color:#ffffcb;border-top:1px solid #dadada;border-bottom:1px solid #dadada;color:#2e4346;font-size:15px}.feature-box-7 .feature-box-content h1,.feature-box-7 .feature-box-content h2,.feature-box-7 .feature-box-content h3,.feature-box-7 .feature-box-content h4,.feature-box-7 .feature-box-content p{color:#2e4346}.feature-box-8{border-radius:8px;border:1px solid #dfdfdf;box-shadow:0 0 8px rgba(0,0,0,.08);color:#626262}.feature-box-8 .feature-box-content{background-color:#fdfeff;color:#626262;border-bottom-right-radius:8px;border-bottom-left-radius:8px}.feature-box-8 .box-title{background-color:#edf5fc;color:#405768;padding:20px;font-size:17px;font-weight:700;border-top-left-radius:8px;border-top-right-radius:8px;margin-bottom:0}.feature-box-8 .feature-box-content h1,.feature-box-8 .feature-box-content h2,.feature-box-8 .feature-box-content h3,.feature-box-8 .feature-box-content h4,.feature-box-8 .feature-box-content p{color:#626262}.feature-box-9{background-color:#e0f3c0;border:1px solid #bbce95;color:#616e52;font-size:20px;border-radius:8px}.feature-box-9 .feature-box-content{border:1px solid #fff;padding:20px;border-radius:8px}.feature-box-9 .feature-box-content h1,.feature-box-9 .feature-box-content h2,.feature-box-9 .feature-box-content h3,.feature-box-9 .feature-box-content h4,.feature-box-9 .feature-box-content p{color:#616e52}.feature-box-9-brown{background-color:#f0eee4;border:1px solid #d5d6d7;color:#666;font-family:Georgia,Times,serif}.feature-box-9-brown .feature-box-content{border:1px solid #fff}.feature-box-9-brown .feature-box-content h1,.feature-box-9-brown .feature-box-content h2,.feature-box-9-brown .feature-box-content h3,.feature-box-9-brown .feature-box-content h4,.feature-box-9-brown .feature-box-content p{color:#666}.feature-box-10{color:#626262}.feature-box-10 .feature-box-content{background:#f9f9f9;background:-webkit-linear-gradient(top, #f9f9f9 0, #f0f0f0 100%);background:linear-gradient(to bottom,#f9f9f9 0,#f0f0f0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f0f0f0', GradientType=0);padding:10px 20px;color:#626262}.feature-box-10 .box-title{background:#f4f4f4;background:-webkit-linear-gradient(top, #f4f4f4 0, #e2e2e2 100%);background:linear-gradient(to bottom,#f4f4f4 0,#e2e2e2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e2e2e2', GradientType=0);color:#3f3f3f;padding:15px 20px;font-size:21px;font-weight:700;margin-bottom:0}.feature-box-10 .feature-box-content h1,.feature-box-10 .feature-box-content h2,.feature-box-10 .feature-box-content h3,.feature-box-10 .feature-box-content h4,.feature-box-10 .feature-box-content p{color:#626262}.feature-box-11{color:#626262;box-shadow:0 0 8px rgba(0,0,0,.35)}.ie7 .feature-box-11,.ie8 .feature-box-11{border:1px solid #EDEDED}.feature-box-11 .feature-box-content{background-color:#fff;padding:10px 20px;color:#626262}.feature-box-11 .box-title{background:#fff;background:-webkit-linear-gradient(top, #fff 0, #ebebeb 100%);background:linear-gradient(to bottom,#fff 0,#ebebeb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);color:#3f3f3f;padding:15px 20px;font-size:21px;font-weight:700;margin-bottom:0}.feature-box-11 .feature-box-content h1,.feature-box-11 .feature-box-content h2,.feature-box-11 .feature-box-content h3,.feature-box-11 .feature-box-content h4,.feature-box-11 .feature-box-content p{color:#626262}.feature-box-12 .feature-box-content{background:#edf7ff;padding:10px 20px;color:#3f3f3f}.feature-box-12 .box-title{background:#cbeafe;color:#2c3f4c;padding:15px 20px;font-size:21px;font-weight:700;text-shadow:0 1px 0 #fff;margin-bottom:0}.feature-box-12 .feature-box-content h1,.feature-box-12 .feature-box-content h2,.feature-box-12 .feature-box-content h3,.feature-box-12 .feature-box-content h4,.feature-box-12 .feature-box-content p{color:#3f3f3f}.feature-box-13 .feature-box-content{background:#ebf5da;padding:10px 20px;color:#3f3f3f}.feature-box-13 .box-title{background:#eaf2de;background:-webkit-linear-gradient(top, #eaf2de 0, #d2e2b8 100%);background:linear-gradient(to bottom,#eaf2de 0,#d2e2b8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaf2de', endColorstr='#d2e2b8', GradientType=0);color:#5a6748;padding:15px 20px;margin-bottom:0;font-size:21px;font-weight:700;text-shadow:0 1px 0 #fff}.feature-box-13 .feature-box-content h1,.feature-box-13 .feature-box-content h2,.feature-box-13 .feature-box-content h3,.feature-box-13 .feature-box-content h4,.feature-box-13 .feature-box-content p{color:#3f3f3f}.feature-box-14{background-color:#fff;border:1px solid #e7e7e7;color:#3f3f3f;box-shadow:0 1px 1px rgba(0,0,0,.12);background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/feature_box/silver-bg.png);background-repeat:repeat-x;background-position:left bottom}.feature-box-14-round{border-radius:8px}.feature-box-14 .feature-box-content h1,.feature-box-14 .feature-box-content h2,.feature-box-14 .feature-box-content h3,.feature-box-14 .feature-box-content h4,.feature-box-14 .feature-box-content p{color:#3f3f3f}.feature-box-16{background-color:#fff;box-shadow:0 0 20px 5px rgba(0,0,0,.15)}.feature-box-17{background-color:#f5f5f5;border-top:1px solid #dadada;border-bottom:1px solid #dadada}.feature-box-18{background-color:#fff;border:1px solid #666;border:1px solid rgba(0,0,0,.25);border-radius:10px;box-shadow:0 0 10px 0 rgba(0,0,0,.15)}.feature-box-19{background-color:#eaeef1;box-shadow:inset 0 0 0 5px #fff,0 1px 2px 1px rgba(0,0,0,.2)}.feature-box-20{border-radius:4px;box-shadow:0 0 0 4px #F5F5F5;border:1px solid #ccc;background:#fafafa}.feature-box-21{border-radius:4px;box-shadow:0 0 0 4px #e9f3e2;border:1px solid #7BDA3D}.feature-box-22{border:1px solid #ddd}.feature-box-22-round{border-radius:4px}.feature-box-23{border-radius:6px;border:1px solid #ddd}.feature-box-23 .box-title{background:#f9f9f9;color:#222;padding:15px 20px;font-size:25px;font-weight:700;text-shadow:0 1px 0 #fff;margin-bottom:0}.feature-box-23 .feature-box-content{background:#fff;padding:10px 20px}.feature-box-24{border-radius:6px;border:1px solid #64af49}.feature-box-24 .box-title{background:#edfae7;color:#222;padding:15px 20px;font-size:18px;font-weight:700;text-shadow:0 1px 0 #fff;margin-bottom:0}.feature-box-24 .feature-box-content{background:#fff;padding:10px 20px}.feature-box-25 .box-title{background:#333;color:#fff;padding:15px 20px;font-size:18px;font-weight:700;margin-bottom:0}.feature-box-25 .feature-box-content{background:#f0f0f0;padding:10px 20px;color:#3f3f3f}div.feature-box-creator{float:none;margin:0 auto 20px;overflow:hidden;max-width:100%}div.feature-box-creator .feature-box-content{padding:20px}.feature-box .feature-box-content .op-text-block{width:100%}div.feature-box-creator .feature-box-content p{letter-spacing:inherit;line-height:1.6em}div.feature-box-creator .feature-box-content :first-child{margin-top:0}div.feature-box-creator .feature-box-content strong{font-weight:700}div.feature-box-creator.feature-box-creator-style-1{background-color:#eee;color:#000}div.feature-box-creator.feature-box-creator-style-1 .feature-box-content h1,div.feature-box-creator.feature-box-creator-style-1.feature-box-content h2,div.feature-box-creator.feature-box-creator-style-1.feature-box-content h3,div.feature-box-creator.feature-box-creator-style-1.feature-box-content h4,div.feature-box-creator.feature-box-creator-style-1.feature-box-content p{color:#7e7e7e}div.feature-box-creator.feature-box-creator-style-1 .feature-box-content h1,div.feature-box-creator.feature-box-creator-style-1.feature-box-content h2,div.feature-box-creator.feature-box-creator-style-1.feature-box-content h3,div.feature-box-creator.feature-box-creator-style-1.feature-box-content h4{line-height:normal}.element-container .qanda,.main-content .qanda,.mce-content-body .qanda{list-style:none;color:#979ca2}.element-container .qanda p,.main-content .qanda p,.mce-content-body .qanda p{color:#979ca2}.element-container .qanda.qanda-three-col li div,.main-content .qanda.qanda-three-col li div,.mce-content-body .qanda.qanda-three-col li div{padding-left:80px;margin-bottom:30px}.element-container .qanda.qanda-three-col li,.main-content .qanda.qanda-three-col li,.mce-content-body .qanda.qanda-three-col li{width:30%;margin-right:5%;float:left}.element-container .qanda.qanda-three-col li:nth-child(3n),.main-content .qanda.qanda-three-col li:nth-child(3n),.mce-content-body .qanda.qanda-three-col li:nth-child(3n){margin-right:0}.floating-featured-panel-fluid .element-container .qanda li,.floating-featured-panel-fluid .main-content .qanda li,.floating-featured-panel-fluid .mce-content-body .qanda li{width:100%!important;margin-right:0!important}.element-container .qanda.qanda-two-col li div,.main-content .qanda.qanda-two-col li div,.mce-content-body .qanda.qanda-two-col li div,.op-popup-content .qanda.qanda-two-col li div{padding-left:80px;margin-bottom:30px}.element-container .qanda.qanda-two-col li,.main-content .qanda.qanda-two-col li,.mce-content-body .qanda.qanda-two-col li,.op-popup-content .qanda.qanda-two-col li{width:48%;margin-right:4%;float:left}.element-container .qanda.qanda-two-col li:nth-child(even),.main-content .qanda.qanda-two-col li:nth-child(even),.mce-content-body .qanda.qanda-two-col li:nth-child(even),.op-popup-content .qanda.qanda-two-col li:nth-child(even){margin-right:0}.element-container .qanda.large-q li h3,.main-content .qanda.large-q li h3,.mce-content-body .qanda.large-q li h3,.op-popup-content .qanda.large-q li h3{margin-left:50px;min-height:50px;letter-spacing:0}.element-container .qanda.large-q li h3 img,.main-content .qanda.large-q li h3 img,.mce-content-body .qanda.large-q li h3 img,.op-popup-content .qanda.large-q li h3 img{position:absolute;margin-left:-50px}.element-container .qanda h3,.main-content .qanda h3,.mce-content-body .qanda h3,.op-popup-content .qanda h3{font-size:18px;font-weight:700;color:#676978;line-height:1.3em}.element-container .qanda.qa-text h3,.main-content .qanda.qa-text h3,.mce-content-body .qanda.qa-text h3,.op-popup-content .qanda.qa-text h3{color:#424242;padding-bottom:5px;letter-spacing:0}.element-container .qanda.qa-text li h3,.main-content .qanda.qa-text li h3,.mce-content-body .qanda.qa-text li h3,.op-popup-content .qanda.qa-text li h3,.qanda.qa-text li p{margin-left:30px;font-size:14px}.element-container .qanda.qa-text li h3 span .op-popup-content .qanda.qa-text li h3 span,.main-content .qanda.qa-text li h3 span,.mce-content-body .qanda.qa-text li h3 span,.qanda.qa-text li p span{position:absolute;margin-left:-30px;color:#424242;font-weight:700}@media only screen and (max-width:767px){.main-content .qanda.qanda-three-col li,.mce-content-body .qanda.qanda-three-col li,.qanda.qanda-three-col li{width:100%}}.thumb{position:static}.thumb img{position:static;margin:0;background:0 0}.recent-posts-style-1{margin:0;padding:0 0 20px}.recent-posts-style-1 li{display:block;margin:0 0 30px;padding:0}.recent-posts-style-1 li:last-child{margin:0}.recent-posts-style-1 li:after{content:"";display:table;clear:both}.recent-posts-style-1 .thumb{float:left;width:25%;position:static}.recent-posts-style-1 .content{float:left;width:75%}.recent-posts-style-1 a{font-size:18px;line-height:1.3em;color:#004a80;text-decoration:none;display:block;margin:-3px 0 0 15px}.recent-posts-style-1 span{font-size:inherit;display:block;margin:5px 0 0 15px}.recent-posts-style-2{margin:0;padding:0}.recent-posts-style-2 li{display:block;margin:0 0 30px;padding:0}.recent-posts-style-2 li:last-child{margin:0}.recent-posts-style-2 .thumb{display:none}.recent-posts-style-2 a{font-size:18px;line-height:1.3em;color:#004a80;text-decoration:none;display:block;margin:0}.recent-posts-style-2 span{font-size:inherit;display:block;margin:5px 0 0}.recent-posts-style-3{padding:40px;background-color:#f2f2f2;background-color:rgba(0,0,0,.025);border-radius:3px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15)}.recent-posts-style-3 li{display:block;margin:0 0 30px;padding:0}.recent-posts-style-3 li:last-child{margin:0}.recent-posts-style-3 li:after{content:"";display:table;clear:both}.recent-posts-style-3 .thumb{float:left;width:25%}.recent-posts-style-3 .content{float:left;width:75%}.recent-posts-style-3 a{font-size:18px;line-height:1.3em;color:#004a80;text-decoration:none;display:block;margin:-5px 0 0 15px}.recent-posts-style-3 span{font-size:inherit;display:block;margin:5px 0 0 15px}.recent-posts-style-4{padding:40px;background-color:#f2f2f2;background-color:rgba(0,0,0,.025);border-radius:3px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15)}.recent-posts-style-4 li{display:block;margin:0 0 30px;padding:0}.recent-posts-style-4 li:last-child{margin:0}.recent-posts-style-4 .thumb{display:none}.recent-posts-style-4 a{font-size:18px;line-height:1.3em;color:#004a80;text-decoration:none;display:block;margin:0 0 0 15px}.recent-posts-style-4 span{font-size:inherit;display:block;margin:-3px 0 0 15px}.recent-posts-style-5{margin:0;padding:0}.recent-posts-style-5 li{display:block;margin:0 0 30px;padding:0}.recent-posts-style-5 li:last-child{margin:0}.recent-posts-style-5 li:after{content:"";display:table;clear:both}.recent-posts-style-5 .thumb{float:left;width:25%}.recent-posts-style-5 .content{float:left;width:75%}.recent-posts-style-5 a{font-size:18px;line-height:1.3em;color:#004a80;text-decoration:none;display:block;margin:-5px 0 0 15px}.recent-posts-style-5 span{font-size:inherit;display:block;margin:5px 0 0 15px}.recent-posts-style-6{padding:40px;background-color:#f2f2f2;background-color:rgba(0,0,0,.025);border-radius:3px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15)}.recent-posts-style-6 li{display:block;margin:0 0 30px;padding:0}.recent-posts-style-6 li:last-child{margin:0}.recent-posts-style-6 li:after{content:"";display:table;clear:both}.recent-posts-style-6 .thumb{float:left;width:25%}.recent-posts-style-6 .thumb img{border-radius:3px}.recent-posts-style-6 .content{float:left;width:75%}.recent-posts-style-6 a{font-size:18px;line-height:1.3em;color:#004a80;text-decoration:none;display:block;margin:-5px 0 0 15px}.recent-posts-style-6 span{font-size:inherit;display:block;margin:5px 0 0 15px}.recent-posts-style-7{margin:0;padding:0}.recent-posts-style-7 li{display:block;margin:0 0 30px;padding:0}.recent-posts-style-7 li:last-child{margin:0}.recent-posts-style-7 li:after{content:"";display:table;clear:both}.recent-posts-style-7 .thumb{float:left;width:25%}.recent-posts-style-7 .thumb img{border-radius:1px;box-shadow:0 0 0 4px #fff,0 0 0 5px rgba(0,0,0,.2)}.recent-posts-style-7 .content{float:left;width:75%}.recent-posts-style-7 a{font-size:18px;line-height:1.3em;color:#004a80;text-decoration:none;display:block;margin:-5px 0 0 15px}.recent-posts-style-7 span{font-size:inherit;display:block;margin:5px 0 0 15px}.recent-posts-style-8,.recent-posts-style-9{padding:40px;background-color:#f2f2f2;background-color:rgba(0,0,0,.025);border-radius:3px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15)}.recent-posts-style-8 li,.recent-posts-style-9 li{display:block;margin:0 0 30px;padding:0}.recent-posts-style-8 li:last-child,.recent-posts-style-9 li:last-child{margin:0}.recent-posts-style-8 li:after,.recent-posts-style-9 li:after{content:"";display:table;clear:both}.recent-posts-style-8 .thumb,.recent-posts-style-9 .thumb{float:left;width:25%}.recent-posts-style-8 .thumb img,.recent-posts-style-9 .thumb img{border-radius:1px;box-shadow:0 0 0 4px #fff,0 0 0 5px rgba(0,0,0,.2)}.recent-posts-style-8 .content,.recent-posts-style-9 .content{float:left;width:75%}.recent-posts-style-8 a,.recent-posts-style-9 a{font-size:18px;line-height:1.3em;color:#004a80;text-decoration:none;display:block;margin:-5px 0 0 15px}.recent-posts-style-8 span,.recent-posts-style-9 span{font-size:inherit;display:block;margin:5px 0 0 15px}.recent-posts-style-9 span{font-size:.9em;margin:0 0 0 15px}.recent-posts-style-9 .description{margin:5px 0 0 15px;font-size:.9em}.recent-posts-style-9 .read-more{font-size:.9em;margin:9px 0 0 15px;text-decoration:underline}.one{width:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.two{width:50%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.three{width:33%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.four{width:25%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media only screen and (max-width:767px){.four,.three,.two{width:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}}.recent-posts-style-10 a,.recent-posts-style-11 a,.recent-posts-style-12 a,.recent-posts-style-13 a,.recent-posts-style-14 a{color:#575757}.recent-posts-style-10{font-family:"Open Sans",sans-serif;border:1px solid #ddd;width:100%}.recent-posts-style-10>.title{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px;background-color:#eeeff0;border-bottom:1px solid #d9d9d9}.recent-posts-style-10>.title>p{font-size:25px;margin:0;color:#575757;font-family:"Open Sans",sans-serif}.recent-posts-style-10 ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;margin-bottom:0}.recent-posts-style-10 ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.recent-posts-style-10 .frame{margin:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.recent-posts-style-10 .img-link:hover~.right a p,.recent-posts-style-10 ul li a:hover .left,.recent-posts-style-10 ul li a:hover p{opacity:.7}.recent-posts-style-10 ul li .content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.recent-posts-style-10 .line{border-top:1px solid #d9d9d9;margin:0 20px}.recent-posts-style-10 .right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:70%}.recent-posts-style-10 .right .title{font-family:"Open Sans",sans-serif;font-weight:700;font-size:16px;color:#575757;margin:0 0 0 20px}.recent-posts-style-10 .right .description{font-family:"Open Sans",sans-serif;font-size:14px;color:#575757;margin:0 0 0 20px}.recent-posts-style-10 .content .img-link{width:30%}.recent-posts-style-10 .left{min-height:120px;background-size:cover;background-position:center;border:1px solid #888989}.recent-posts-style-10 ul .content li:hover .left{background-color:rgba(0,0,0,.2)}.recent-posts-style-10 ul .content li:hover .right p{text-decoration:underline}.recent-posts-style-10 .four .frame .content,.recent-posts-style-10 .three .frame .content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.recent-posts-style-10 .four .frame .content .right,.recent-posts-style-10 .three .frame .content .right{margin-top:10px}.recent-posts-style-10 .four .frame .content .img-link,.recent-posts-style-10 .four .frame .content .right,.recent-posts-style-10 .three .frame .content .img-link,.recent-posts-style-10 .three .frame .content .right{width:100%}.recent-posts-style-10 .four .frame .content .right .description,.recent-posts-style-10 .four .frame .content .right .title,.recent-posts-style-10 .three .frame .content .right .description,.recent-posts-style-10 .three .frame .content .right .title{margin:0}.one-fourth .recent-posts-style-10 .content,.one-third .recent-posts-style-10 .content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.one-fourth .recent-posts-style-10 .img-link,.one-fourth .recent-posts-style-10 .right,.one-third .recent-posts-style-10 .img-link,.one-third .recent-posts-style-10 .right{width:100%}.one-fourth .recent-posts-style-10 .img-link,.one-third .recent-posts-style-10 .img-link{margin-bottom:5px}.one-fourth .recent-posts-style-10 .right .description,.one-fourth .recent-posts-style-10 .right .title,.one-third .recent-posts-style-10 .right .description,.one-third .recent-posts-style-10 .right .title{margin-left:0}.one-fourth .recent-posts-style-10 .title h2,.one-third .recent-posts-style-10 .title h2{font-size:24px}@media only screen and (max-width:767px){.recent-posts-style-10{width:100%}.recent-posts-style-10 .content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.recent-posts-style-10 .content .img-link,.recent-posts-style-10 .content .right{width:100%}.recent-posts-style-10 .right .description,.recent-posts-style-10 .right .title{margin:0}.recent-posts-style-10 .right{margin-top:10px}}.recent-posts-style-11{width:100%}.recent-posts-style-11>.title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 0;margin:0}.recent-posts-style-11>.title p{color:#575757;font-family:"Open Sans",sans-serif;font-size:25px;margin:0 10px;text-transform:uppercase}.recent-posts-style-11 ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;margin-bottom:0}.recent-posts-style-11 ul li{margin:0 10px}.recent-posts-style-11 .left{height:125px;background-size:cover;background-position:center;-webkit-filter:blur(0);filter:blur(0);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.recent-posts-style-11 a:hover .left{-webkit-filter:blur(3px);filter:blur(3px)}.recent-posts-style-11 .right{margin-top:10px}.recent-posts-style-11 .right .title{font-family:"Open Sans",sans-serif;font-size:15px;font-weight:700;margin:0}.recent-posts-style-11 .right .description{font-family:"Open Sans",sans-serif;font-size:14px;color:#575757}.recent-posts-style-11 a:hover p,.recent-posts-style-11 a:hover~.right .title{opacity:.7}@media only screen and (max-width:767px){.recent-posts-style-11 ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.recent-posts-style-11 ul a{width:100%;border-bottom:1px solid #eee;margin-bottom:30px}}.recent-posts-style-12{width:100%}.recent-posts-style-12 .posts{width:100%;margin-bottom:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.recent-posts-style-12 .posts li{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0}.recent-posts-style-12 .frame{box-shadow:0 0 7px 0 rgba(0,0,0,.2);margin:0 10px 17px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#fff;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.recent-posts-style-12 .frame a{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.recent-posts-style-12 .post-image-frame{overflow:hidden}.recent-posts-style-12 .up-post-section{margin-bottom:10px}.recent-posts-style-12 .up-post-section .post-image{height:300px;background-position:50%;background-size:cover;background-repeat:no-repeat;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.recent-posts-style-12 a:hover .post-image{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}.recent-posts-style-12>.title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 0;margin:0 10px}.recent-posts-style-12>.title p{color:#575757;font-family:"Open Sans",sans-serif;font-size:25px;margin:0;text-transform:uppercase}.recent-posts-style-12 .post-title{font-family:"Open Sans",sans-serif;font-size:14px;font-weight:700;margin:15px 15px 0}.recent-posts-style-12 .post-description{font-family:"Open Sans",sans-serif;font-size:14px;margin:0 15px}.recent-posts-style-12 .author-image{height:40px;width:40px;border-radius:50%;background-size:40px 40px;background-repeat:no-repeat}.recent-posts-style-12 .line{border-bottom:1px solid #e4e4e4}.recent-posts-style-12 .meta-post-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:10px 15px}.recent-posts-style-12 .meta-post-section .left{width:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.recent-posts-style-12 .meta-post-section .right{margin-left:10px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.recent-posts-style-12 .author-fullname{font-family:"Open Sans",sans-serif;font-weight:700;font-size:12px;margin:0;text-transform:uppercase;color:#444;line-height:normal}.recent-posts-style-12 .down-post-section .meta-post-section .category li{display:-webkit-box;display:-ms-flexbox;display:flex;box-shadow:none;margin-left:0!important;width:auto!important;font-size:10px!important}.recent-posts-style-12 .down-post-section .meta-post-section .category{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.recent-posts-style-12 .down-post-section .meta-post-section .category li a{margin:0 5px 0 0;width:100%;text-transform:uppercase;font-family:"Open Sans",sans-serif;font-size:10px;color:#444}.recent-posts-style-12 .author-fullname:hover,.recent-posts-style-12 .down-post-section .meta-post-section .category li a:hover,.recent-posts-style-12 .post-image-frame:hover~a .post-title,.recent-posts-style-12 .post-title:hover{opacity:.7}@media only screen and (max-width:767px){.recent-posts-style-12 ul a{width:100%}}.one-fourth .recent-posts-style-12 .up-post-section .post-image,.one-third .recent-posts-style-12 .up-post-section .post-image{height:150px!important}.recent-posts-style-13{font-family:"Open Sans",sans-serif;width:100%}.recent-posts-style-13>.title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 0;margin:0 10px}.recent-posts-style-13 .title p{color:#575757;font-family:"Open Sans",sans-serif;font-size:25px;margin:0;text-transform:uppercase}.recent-posts-style-13 .posts{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.recent-posts-style-13 .posts li{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0}.recent-posts-style-13 .posts .frame{box-shadow:0 0 7px 0 rgba(0,0,0,.2);display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 10px 17px;background-color:#fff;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.recent-posts-style-13 .posts .frame .right{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.recent-posts-style-13 .posts .frame .right .up{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.recent-posts-style-13 .posts a{width:50%}.recent-posts-style-13 .post-image-frame{overflow:hidden;width:100%;height:100%}.recent-posts-style-13 .posts a .post-image{min-height:250px;height:100%;background-position:50%;background-size:cover;background-repeat:no-repeat;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.recent-posts-style-13 .posts a:hover .post-image{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}.recent-posts-style-13 .posts li .right{width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.recent-posts-style-13 .posts li .up{margin:10px 0}.recent-posts-style-13 .posts li .right .meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:10px 20px}.recent-posts-style-13 .line{border-top:1px solid #e4e4e4}.recent-posts-style-13 .author-image{height:40px;width:40px;border-radius:50%;background-size:40px 40px;background-repeat:no-repeat}.recent-posts-style-13 .posts .author-fullname{color:#575757;font-family:"Open Sans",sans-serif;font-weight:700;font-size:12px;margin:0;text-transform:uppercase;line-height:normal;width:100%}.recent-posts-style-13 .author-fullname:hover,.recent-posts-style-13 .down .down-right .category li a:hover,.recent-posts-style-13 .left:hover~.right .up a .post-title,.recent-posts-style-13 .up:hover .post-title{opacity:.7}.recent-posts-style-13 .post-title{font-family:"Open Sans",sans-serif;font-size:16px;font-weight:700;margin:0 20px}.recent-posts-style-13 .post-description{font-family:"Open Sans",sans-serif;font-size:14px;margin:0 20px}.recent-posts-style-13 .post-content{font-family:"Open Sans",sans-serif;font-size:14px;margin:10px 0 0 10px}.recent-posts-style-13 .down .down-right{margin-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.recent-posts-style-13 .down .down-right .category li{display:-webkit-box;display:-ms-flexbox;display:flex;box-shadow:none;margin-left:0!important;width:auto!important;font-size:10px!important}.recent-posts-style-13 .down .down-right .category{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.recent-posts-style-13 .down .down-right .category li a{margin:0 5px 0 0;width:100%;text-transform:uppercase;font-family:"Open Sans",sans-serif;font-size:10px;color:#444}.recent-posts-style-13 .posts .two .down .meta{padding:10px 15px}.recent-posts-style-13 .two .post-description,.recent-posts-style-13 .two .post-title{margin:0 15px}.recent-posts-style-13 .posts .four a .post-image,.recent-posts-style-13 .posts .three a .post-image,.recent-posts-style-13 .posts .two a .post-image{height:100%}.recent-posts-style-13 .four .frame,.recent-posts-style-13 .three .frame{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.recent-posts-style-13 .four .frame .left,.recent-posts-style-13 .four .frame .right,.recent-posts-style-13 .three .frame .left,.recent-posts-style-13 .three .frame .right{width:100%}.recent-posts-style-13 .posts .four .down .meta,.recent-posts-style-13 .posts .three .down .meta{padding:10px}.recent-posts-style-13 .four .post-description,.recent-posts-style-13 .four .post-title,.recent-posts-style-13 .three .post-description,.recent-posts-style-13 .three .post-title{margin:0 10px}.one-fourth .recent-posts-style-13 .frame,.one-third .recent-posts-style-13 .frame{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.one-fourth .recent-posts-style-13 .frame .left,.one-fourth .recent-posts-style-13 .frame .right,.one-third .recent-posts-style-13 .frame .left,.one-third .recent-posts-style-13 .frame .right{width:100%}.one-fourth .recent-posts-style-13 .post-description,.one-fourth .recent-posts-style-13 .post-title,.one-third .recent-posts-style-13 .post-description,.one-third .recent-posts-style-13 .post-title{margin:0 15px}.one-fourth .recent-posts-style-13 .posts li .right .meta,.one-third .recent-posts-style-13 .posts li .right .meta{padding:10px 15px}.one-fourth .recent-posts-style-13 .posts a .post-image,.one-third .recent-posts-style-13 .posts a .post-image{min-height:150px}@media only screen and (max-width:767px){.recent-posts-style-13 .frame{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.recent-posts-style-13 .left,.recent-posts-style-13 .right{width:100%!important}}.recent-posts-style-14{font-family:"Open Sans",sans-serif;width:100%}.recent-posts-style-14>.title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 0;margin:0 10px}.recent-posts-style-14 .title p{color:#575757;font-family:"Open Sans",sans-serif;font-size:25px;margin:0;text-transform:uppercase}.recent-posts-style-14 .posts{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;margin-bottom:0}.recent-posts-style-14 .posts li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0}.recent-posts-style-14 .frame{margin:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.recent-posts-style-14 .posts li .content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.recent-posts-style-14 .right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:70%}.recent-posts-style-14 .right .title{font-family:"Open Sans",sans-serif;font-weight:700;font-size:16px;color:#575757;margin:0 0 0 20px}.recent-posts-style-14 .right .description{font-family:"Open Sans",sans-serif;font-size:14px;color:#575757;margin:0 0 0 20px}.recent-posts-style-14 .img-link{width:30%}.recent-posts-style-14 .left{min-height:120px;background-size:cover;background-position:center}.recent-posts-style-14 .img-link:hover,.recent-posts-style-14 .img-link:hover~.right a .title,.recent-posts-style-14 .right a:hover .title{opacity:.7}.recent-posts-style-14 .four .frame .content,.recent-posts-style-14 .three .frame .content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.recent-posts-style-14 .four .frame .content .right,.recent-posts-style-14 .three .frame .content .right{margin-top:10px}.recent-posts-style-14 .four .frame .content .img-link,.recent-posts-style-14 .four .frame .content .right,.recent-posts-style-14 .three .frame .content .img-link,.recent-posts-style-14 .three .frame .content .right{width:100%}.recent-posts-style-14 .four .frame .content .right .description,.recent-posts-style-14 .four .frame .content .right .title,.recent-posts-style-14 .three .frame .content .right .description,.recent-posts-style-14 .three .frame .content .right .title{margin:0}.one-fourth .recent-posts-style-14 .content,.one-third .recent-posts-style-14 .content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.one-fourth .recent-posts-style-14 .img-link,.one-fourth .recent-posts-style-14 .right,.one-third .recent-posts-style-14 .img-link,.one-third .recent-posts-style-14 .right{width:100%}.one-fourth .recent-posts-style-14 .right,.one-third .recent-posts-style-14 .right{margin-top:10px}.one-fourth .recent-posts-style-14 .right .description,.one-fourth .recent-posts-style-14 .right .title,.one-third .recent-posts-style-14 .right .description,.one-third .recent-posts-style-14 .right .title{margin-left:0}@media only screen and (max-width:767px){.recent-posts-style-14 .frame .content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.recent-posts-style-14 .img-link,.recent-posts-style-14 .right{width:100%!important}.recent-posts-style-14 .right .description,.recent-posts-style-14 .right a .title{margin-left:0}.recent-posts-style-14 .right{margin-top:10px}}.tabbed-panel .tabs{margin-bottom:-1px;position:relative;border:0}.tabbed-panel .tabs li{list-style:none;float:left;display:block;margin-bottom:0;cursor:pointer;height:inherit}.tabbed-panel .tabs li a{font-size:14px;color:#666;display:block;padding:.4em 1.5em;text-decoration:none;border:1px solid #ccc;border-right:0;background-color:#f2f2f2;box-shadow:inset 0 -1px 1px 0 rgba(0,0,0,.05)}.tabbed-panel .tabs li:first-child a{border-top-left-radius:3px}.tabbed-panel .tabs li:last-child a{border-right:1px solid #ccc;border-top-right-radius:3px}.tabbed-panel .tabs li a:hover{background-color:#e5e5e5;color:#000}.tabbed-panel .tabs li.selected a{border-bottom:1px solid #fff;background-color:#fff;box-shadow:none;color:#000}.tabbed-panel .tabs li.selected a:hover{background-color:#fff}.tabbed-panel .tab-content-container{border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);margin-top:0;padding:0;background-color:#fff}.tabbed-panel .tab-content-container .tab-content{display:none;padding:15px 25px}.mce-content-body .tabbed-panel .tab-content-container .tab-content:first-child{display:block}.tabbed-panel .tab-content-container .tab-content ul{list-style:initial;margin-left:20px}.tabbed-panel .tab-content-container table{margin-left:0}.tabbed-panel .tab-content-container .tab-content>p:last-child{margin-bottom:0}.toggle-panel{margin:0 0 15px;overflow:hidden}.toggle-panel .toggle-panel-toggle-text,.toggle-panel-toggle-text{color:#4692C8;float:left;font-weight:700;text-decoration:none;border-bottom:none}.toggle-panel .toggle-panel-toggle,.toggle-panel-toggle{float:right;display:block;height:16px;width:16px;background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/toggles/toggle.png);background-repeat:no-repeat;background-position:center top;position:relative;top:3px;border-bottom:none}.toggle-panel-content{clear:both;padding-top:10px}.toggle-panel-content li{margin-left:15px}.toggle-panel{border:1px solid #ccc;padding:10px;background-color:#fff}.toggle-panel-toggle-text{color:#4692C8;font-weight:700;text-decoration:none;float:left}.toggle-panel-toggle{float:right;display:block;height:16px;width:16px;background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/toggles/toggle.png);background-repeat:no-repeat;background-position:center top;position:relative;top:3px}.toggle-panel.panel-closed .toggle-panel-toggle{background-position:center top}.toggle-panel.panel-open .toggle-panel-toggle{background-position:center bottom}.toggle-panel-content,.toggle-panel-toggle span{display:none}#op_asset_browser_container .field-id-op_assets_core_testimonials_testimonials-multirow-container.multirow-container .field-row{float:none!important}.testimonial{border-left:0;background-color:transparent}.testimonial-style-1{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/testimonials/open-quote-large.png);background-repeat:no-repeat;background-position:0 4px;padding-left:60px;margin:40px auto;color:#383838;font-size:14px;line-height:1.4em;max-width:610px}.testimonial-style-1 p:first-child{text-indent:0}.testimonial-style-1 cite{font-weight:700;margin:10px 0;text-transform:none}.testimonial-style-1 cite:before{content:""}.testimonial-style-2{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/testimonials/open-quote-small.png);background-repeat:no-repeat;background-position:0 4px;padding-left:30px;margin:40px 0;color:#8a8a8a;font-size:19px;line-height:1.4em;font-style:normal;width:42%;float:left}.floating-featured-panel-fluid .testimonial-style-2{width:100%;box-sizing:border-box}.testimonial-style-2 p:first-child{text-indent:0}.testimonial-style-2 cite{margin:10px 0;font-size:12px;float:right;color:#9b9b9b;text-transform:none}.testimonial-image-style-2 img{max-width:71px;height:auto}.testimonial-block .testimonial-style-2:nth-child(even){float:right}.testimonial-style-3{margin:40px 50px;color:#8a8a8a;font-size:19px;font-style:normal;line-height:1.4em;text-align:center}.floating-featured-panel-fluid .testimonial-style-3{margin:20px 0}.testimonial-style-3 p:first-child{text-indent:0}.testimonial-style-3 cite{margin:10px 0;font-size:12px;color:#9b9b9b;text-transform:none;font-style:italic}.testimonial-style-3 cite::before{content:""}.testimonial-style-serif{font-family:Georgia,Times,serif;font-style:italic;font-weight:400;color:#9b9b9b}.testimonial-style-serif cite{font-family:Helvetica,Arial,sans-serif;font-size:17px;margin:15px 0;font-weight:400}.testimonial-style-4{margin:40px auto;color:#141414;font-size:17px;font-style:normal;line-height:1.4em;width:70%}.floating-featured-panel-fluid .testimonial-style-4{width:100%;box-sizing:border-box}.testimonial-style-4 .testimonial-content{padding:20px;border:1px solid #d6d6d6;border-radius:6px;position:relative;margin-bottom:20px;background-color:#fff}.floating-featured-panel-fluid .testimonial-style-4 .testimonial-content{padding-bottom:0}.testimonial-style-4 .testimonial-content .quote-tip{position:absolute;top:100%}.floating-featured-panel-fluid .testimonial-style-4 .testimonial-content .quote-tip{display:none}.testimonial-style-4 p:first-child{text-indent:0}.testimonial-style-4 cite{margin:10px 0;color:#9b9b9b;text-transform:none;font-style:italic}.testimonial-style-4 cite:before{content:""}.testimonial-style-5{margin:20px 0;color:#8a8a8a;font-size:17px;font-style:italic;line-height:1.4em;width:49%;box-sizing:border-box;float:left}.floating-featured-panel-fluid .testimonial-style-5{width:100%}.testimonial-style-5 p:first-child{text-indent:0}.testimonial-style-5 cite{margin:10px 0;font-size:12px;color:#2f2f2f;text-transform:none;padding:0 20px;border-left:3px solid #dadada;font-weight:700;line-height:1.4em}.testimonial-style-5 .op-testimonial-company,.testimonial-style-5 cite a{color:#4692c8;margin:0}.testimonial-style-5 cite::before{content:""}blockquote.testimonial-style-6{padding:0;margin:0 0 20px;border:none;position:relative;zoom:1;line-height:1.4em}blockquote.testimonial-style-6:after,blockquote.testimonial-style-6:before{content:"";display:table}blockquote.testimonial-style-6:after{clear:both}blockquote.testimonial-style-6 p:before{content:"\201C";font-family:Georgia;font-size:100px;font-weight:400;color:#f1f1f1;display:block;position:absolute;left:16px;top:43px}blockquote.testimonial-style-6 .tip{position:absolute;margin:-1px 0 0 55px;width:0;height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-top:15px solid #fff}blockquote.testimonial-style-6 .tip-border{position:absolute;margin:0 0 0 55px;width:0;height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-top:15px solid #e6e6e6}blockquote.testimonial-style-6 p span:after{content:"\201D";font-family:Georgia;font-size:100px;font-weight:400;color:#f1f1f1;position:absolute;margin:35px 0 0 -3px}blockquote.testimonial-style-6 .testimonial-style-6-container{line-height:1.5em;font-size:1.5em;font-weight:inherit;font-style:inherit;color:inherit;background-color:#fff;position:relative;display:block;margin:0!important;padding:40px 70px;border:1px solid #e6e6e6;border-radius:3px}.testimonial-style-6-container p:last-child{margin-bottom:0}.floating-featured-panel-fluid blockquote.testimonial-style-6 p{padding:45px 30px 40px}.testimonial-style-6-img-container{float:left;margin:35px 20px 0 35px;width:70px;height:70px;position:relative;border-radius:100px;border:1px solid #e6e6e6;line-height:1.4em;overflow:hidden}blockquote.testimonial-style-6 cite:before{content:none}blockquote.testimonial-style-6 cite{float:left;margin:45px 0 0}blockquote.testimonial-style-6 cite strong{font-style:normal;color:inherit;display:block}blockquote.testimonial-style-6 .op-testimonial-company,blockquote.testimonial-style-6 cite a{font-weight:400;font-style:normal;text-decoration:none;color:inherit;display:block;margin-top:2px}blockquote.testimonial-style-7{padding:0;margin:0 0 20px;border:none;position:relative;zoom:1;line-height:1.4em}blockquote.testimonial-style-7:after,blockquote.testimonial-style-7:before{content:"";display:table}blockquote.testimonial-style-7:after{clear:both}blockquote.testimonial-style-7 .tip{position:absolute;left:50%;margin:-1px 0 0 -15px;width:0;height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-top:15px solid #fff}blockquote.testimonial-style-7 .tip-border{position:absolute;left:50%;margin:0 0 0 -15px;width:0;height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-top:15px solid #e6e6e6}blockquote.testimonial-style-7 .testimonial-style-7-container{line-height:inherit;line-height:1.4em;font-size:1em;font-weight:inherit;font-style:inherit;color:inherit;background-color:#fff;position:relative;display:block;margin:0!important;padding:20px;border:1px solid #e6e6e6;border-radius:6px;box-shadow:0 2px 3px 1px rgba(0,0,0,.05)}.testimonial-style-7-container p:last-child{margin-bottom:0}.testimonial-style-7-img-container{display:block;margin:35px auto;height:80px;width:80px;border-radius:100px;position:relative;border:1px solid #eee;line-height:1.4em;overflow:hidden}blockquote.testimonial-style-7 img{height:auto;width:80px;vertical-align:middle}blockquote.testimonial-style-6 img{width:70px;height:auto;vertical-align:middle}blockquote.testimonial-style-7 cite:before{content:none}blockquote.testimonial-style-7 cite{text-align:center;margin:20px auto 0}blockquote.testimonial-style-7 cite strong{font-size:1.2em;font-weight:700;font-style:normal;color:inherit;display:block}blockquote.testimonial-style-7 .op-testimonial-company,blockquote.testimonial-style-7 cite a{font-size:1em;font-weight:inherit;font-style:inherit;text-decoration:inherit;color:inherit;display:block;margin-top:0}.testimonial-block .testimonial:nth-child(even){float:right}.testimonial-block .testimonial:nth-child(odd){clear:both}.testimonial-image-style-1{padding-left:90px;margin:20px 0;color:#383838;font-size:14px;line-height:1.4em;width:48%;float:left;box-sizing:border-box}.floating-featured-panel-fluid .testimonial-image-style-1{width:100%;padding-left:0;padding-right:0}.testimonial-image-style-1 img{position:absolute;margin-left:-90px;border:1px solid #ccc;margin-top:15px;max-width:71px;height:auto;border-radius:0}.floating-featured-panel-fluid .testimonial-image-style-1 img{position:relative;margin-left:0;max-width:none}.testimonial-image-style-1 p:first-child{text-indent:0}.testimonial-image-style-1 cite{font-weight:400;margin:10px 0;font-size:13px;color:#5d5d5d;text-transform:none}.testimonial-image-style-1 cite strong{font-weight:700}.testimonial-image-style-1 cite:before{content:""}.testimonial-image-style-2{margin:40px auto;color:#383838;font-size:14px;line-height:1.4em;font-style:normal;max-width:360px;padding:20px 20px 20px 120px;background-color:#fafeff;border:1px solid #dee7ec;border-radius:8px;position:relative}.testimonial-image-style-2 img:first-child{position:absolute;margin-left:-100px;border:2px solid #fff;margin-top:0;box-shadow:0 0 5px rgba(0,0,0,.75);border-radius:0}.testimonial-image-style-2 .quote-tip{position:absolute;top:100%;left:10px}.testimonial-image-style-2 p:first-child{text-indent:0}.testimonial-image-style-2 cite{font-weight:400;margin:10px 0 0;font-size:13px;color:#5d5d5d;text-transform:none}.testimonial-image-style-2 cite strong{font-weight:700;color:#35556b}.testimonial-image-style-2 .op-testimonial-company,.testimonial-image-style-2 cite a{color:#8ea9b3}.testimonial-image-style-2 cite:before{content:""}.testimonial-image-style-2-yellow{background-color:#fffffa;border:1px solid #ececde}.testimonial-image-style-2-yellow cite strong{color:#6b4c35}.testimonial-image-style-2-yellow .op-testimonial-company,.testimonial-image-style-2-yellow cite a{color:#b3988e}.testimonial-image-style-2-yellow .testimonial-content{color:#252525}.testimonial-image-style-3{margin:40px auto;color:#202020;font-size:14px;font-style:normal;line-height:1.4em;max-width:480px;padding:20px 0 0 245px;position:relative;background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/testimonials/open-quote-large-fade.png);background-repeat:no-repeat;background-position:213px 0;border-radius:0}.floating-featured-panel-fluid .testimonial-image-style-3{padding-left:65px}.testimonial-image-style-3 img{height:auto}.testimonial-image-style-3 img:first-child{position:absolute;margin:-20px 0 0 -245px;box-shadow:0 0 5px rgba(0,0,0,.35);width:176px;max-width:176px;border-radius:0}.floating-featured-panel-fluid .testimonial-image-style-3 img:first-child{width:50px;height:auto;margin-left:-70px;margin-top:0}.testimonial-image-style-3 p,.testimonial-image-style-3 p:first-child{text-indent:0;font-size:21px;font-weight:400;line-height:1.4em;color:#202020}.testimonial-image-style-3 cite{font-weight:400;margin:20px 0 0;font-size:17px;float:right;color:#5d5d5d;text-transform:none}.testimonial-image-style-3 cite strong{font-weight:700;color:#35556b}.testimonial-image-style-3 .op-testimonial-company,.testimonial-image-style-3 cite a{color:#727272}.testimonial-image-style-3 cite:before{content:""}.testimonial-image-style-4{padding-left:90px;margin:20px 0 20px 2%;color:#202020;font-size:14px;line-height:1.4em;font-weight:700;font-style:normal;width:17%;width:31%;float:left;box-sizing:border-box}.no-sidebar .testimonial-image-style-4{width:20%;margin:20px 0 20px 4%}.floating-featured-panel-fluid .testimonial-image-style-4{width:100%}.testimonial-image-style-4 img{position:absolute;margin-left:-90px;border:2px solid #fff;border-radius:0;box-shadow:0 0 4px rgba(0,0,0,.2);margin-top:5px;max-width:71px;height:auto}.testimonial-image-style-4 p:first-child{text-indent:0}.testimonial-image-style-4 cite{font-weight:400;margin:10px 0;font-size:13px;color:#9b9b9b;text-transform:none;font-style:italic}.main-content .testimonial-image-style-4 p{color:#343434}.testimonial-image-style-5{margin:-40px auto 40px;color:#9b9b9b;font-size:22px;line-height:1.4em;font-style:italic;max-width:70%;min-height:166px;padding:30px 0 20px 100px;-border-top:3px solid #f4f4f4;border-bottom:3px solid #f4f4f4;position:relative}.testimonial-image-style-5:first-of-type{margin:40px auto;border-top:3px solid #f4f4f4}.testimonial-image-style-5 p{font-style:italic}.testimonial-image-style-5 img:first-child{position:absolute;margin:0 0 0 -170px;box-shadow:0 2px 5px rgba(0,0,0,.35);max-width:138px;height:auto;border-radius:0}.floating-featured-panel-fluid .testimonial-image-style-5 img:first-child{max-width:75px;height:auto;margin-left:-100px}.testimonial-image-style-5 p,.testimonial-image-style-5 p:first-child{text-indent:0;font-size:21px;font-weight:400;line-height:1.4em;color:#9b9b9b}.testimonial-image-style-5 cite{font-weight:400;margin:20px 0 0;font-size:16px;color:#9b9b9b;font-style:italic;text-transform:none}.testimonial-image-style-5 .op-testimonial-company,.testimonial-image-style-5 cite a{color:#9b9b9b}.testimonial-image-style-5 cite:before{content:""}.testimonial-image-style-6{margin:40px auto;line-height:1.4em;color:#202020;font-size:22px;font-style:normal;max-width:70%;min-height:166px;padding:0 0 0 115px;background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/testimonials/open-quote-huge.png);background-repeat:no-repeat;background-position:0 0;position:relative}.floating-featured-panel-fluid .testimonial-image-style-6{padding-left:20px;max-width:100%}.testimonial-image-style-6 .testimonial-image-content{padding-right:115px;background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/testimonials/close-quote-huge.png);background-repeat:no-repeat;background-position:top right;text-align:center}.floating-featured-panel-fluid .testimonial-image-style-6 .testimonial-image-content{padding-right:20px}.testimonial-image-style-6 .testimonial-content{font-size:15px;line-height:23px}.testimonial-image-style-6 img:first-child{box-shadow:0 0 5px rgba(0,0,0,.35);max-width:100px;max-height:100px;border-radius:0}.testimonial-image-style-6 p,.testimonial-image-style-6 p:first-child{text-indent:0;font-size:21px;font-weight:400;line-height:1.4em;color:#202020}.testimonial-image-style-6 .cite-container{display:block;width:100%;margin:35px auto;text-align:center}.testimonial-image-style-6 .cite-container cite{font-weight:400;font-size:16px;color:#9b9b9b;text-align:left;display:inline-block;margin:0 auto;text-transform:none;line-height:normal}.testimonial-image-style-6 cite strong{color:#2f3e6c;font-weight:700}.testimonial-image-style-6 .cite-container cite img{border:3px solid #fff;float:left;margin-top:-5px;margin-right:15px;height:auto}.testimonial-image-style-6 .op-testimonial-company,.testimonial-image-style-6 cite a{color:#9b9b9b}.testimonial-image-style-6 cite::before{content:""}.testimonial-image-style-6-cite-container{margin:-5px 0 0;display:inline-block}.op-testimonial-company{color:#555}.four-fifths .testimonial-image-style-1,.one-half .testimonial-image-style-1,.one-third .testimonial-image-style-1,.three-fifths .testimonial-image-style-1,.three-fourths .testimonial-image-style-1,.two-fourths .testimonial-image-style-1,.two-thirds .testimonial-image-style-1{width:auto}.one-fifth .testimonial-image-style-1,.one-fourth .testimonial-image-style-1,.two-fifths .testimonial-image-style-1,.two-fourths .testimonial-image-style-1{width:auto;padding:0}.one-fifth .testimonial-image-style-1 img,.one-fourth .testimonial-image-style-1 img,.two-fifths .testimonial-image-style-1 img,.two-fourths .testimonial-image-style-1 img{margin:0;position:relative;width:100%;max-width:100%;height:auto}.one-fifth .testimonial-image-style-2,.one-fourth .testimonial-image-style-2,.three-fifths .testimonial-image-style-2,.two-fifths .testimonial-image-style-2{margin:20px auto 35px;padding:20px}.one-fifth .testimonial-image-style-2 img:first-child,.one-fourth .testimonial-image-style-2 img:first-child,.three-fifths .testimonial-image-style-2 img:first-child,.two-fifths .testimonial-image-style-2 img:first-child{position:relative;margin:0;width:auto;max-width:100%;box-sizing:border-box}.four-fifths .testimonial-image-style-3,.one-fifth .testimonial-image-style-3,.one-fourth .testimonial-image-style-3,.one-half .testimonial-image-style-3,.one-third .testimonial-image-style-3,.three-fifths .testimonial-image-style-3,.three-fourths .testimonial-image-style-3,.two-fifths .testimonial-image-style-3,.two-fourths .testimonial-image-style-3,.two-thirds .testimonial-image-style-3{padding-left:0;background-position:0 0}.four-fifths .testimonial-image-style-3 img:first-child,.one-fifth .testimonial-image-style-3 img:first-child,.one-fourth .testimonial-image-style-3 img:first-child,.one-half .testimonial-image-style-3 img:first-child,.one-third .testimonial-image-style-3 img:first-child,.three-fifths .testimonial-image-style-3 img:first-child,.three-fourths .testimonial-image-style-3 img:first-child,.two-fifths .testimonial-image-style-3 img:first-child,.two-fourths .testimonial-image-style-3 img:first-child,.two-thirds .testimonial-image-style-3 img:first-child{margin:0 0 10px 20px;position:relative;width:auto;max-width:35%;float:right}.four-fifths .testimonial-image-style-4,.one-fifth .testimonial-image-style-4,.one-fourth .testimonial-image-style-4,.one-half .testimonial-image-style-4,.one-third .testimonial-image-style-4,.three-fifths .testimonial-image-style-4,.three-fourths .testimonial-image-style-4,.two-fifths .testimonial-image-style-4,.two-fourths .testimonial-image-style-4,.two-thirds .testimonial-image-style-4{width:auto}.one-fifth .testimonial-image-style-4,.one-fourth .testimonial-image-style-4,.two-fifths .testimonial-image-style-4,.two-fourths .testimonial-image-style-4{padding:0}.four-fifths .testimonial-image-style-4 img,.one-fifth .testimonial-image-style-4 img,.one-fourth .testimonial-image-style-4 img,.three-fifths .testimonial-image-style-4 img,.three-fourths .testimonial-image-style-4 img,.two-fifths .testimonial-image-style-4 img,.two-fourths .testimonial-image-style-4 img,.two-thirds .testimonial-image-style-4 img{position:relative;margin:0 0 10px;max-width:100%;width:100%;display:block;box-sizing:border-box}.four-fifths .testimonial-image-style-5,.one-fifth .testimonial-image-style-5,.one-fourth .testimonial-image-style-5,.one-half .testimonial-image-style-5,.one-third .testimonial-image-style-5,.three-fifths .testimonial-image-style-5,.three-fourths .testimonial-image-style-5,.two-fifths .testimonial-image-style-5,.two-fourths .testimonial-image-style-5,.two-thirds .testimonial-image-style-5{margin:20px auto 35px;padding:0;font-size:16px;line-height:1.4em;float:none;max-width:100%}.four-fifths .testimonial-image-style-5 img:first-child,.one-fifth .testimonial-image-style-5 img:first-child,.one-fourth .testimonial-image-style-5 img:first-child,.one-half .testimonial-image-style-5 img:first-child,.one-third .testimonial-image-style-5 img:first-child,.three-fifths .testimonial-image-style-5 img:first-child,.three-fourths .testimonial-image-style-5 img:first-child,.two-fifths .testimonial-image-style-5 img:first-child,.two-fourths .testimonial-image-style-5 img:first-child,.two-thirds .testimonial-image-style-5 img:first-child{position:relative;margin:0 0 10px;max-width:100%;width:auto;display:block}.four-fifths .testimonial-image-style-6,.one-fifth .testimonial-image-style-6,.one-fourth .testimonial-image-style-6,.one-half .testimonial-image-style-6,.one-third .testimonial-image-style-6,.three-fifths .testimonial-image-style-6,.three-fourths .testimonial-image-style-6,.two-fifths .testimonial-image-style-6,.two-fourths .testimonial-image-style-6,.two-thirds .testimonial-image-style-6{margin:20px auto;padding:0;max-width:100%}.four-fifths .testimonial-image-style-6 .cite-container,.one-fifth .testimonial-image-style-6 .cite-container,.one-fourth .testimonial-image-style-6 .cite-container,.one-half .testimonial-image-style-6 .cite-container,.one-third .testimonial-image-style-6 .cite-container,.three-fifths .testimonial-image-style-6 .cite-container,.three-fourths .testimonial-image-style-6 .cite-container,.two-fifths .testimonial-image-style-6 .cite-container,.two-fourths .testimonial-image-style-6 .cite-container,.two-thirds .testimonial-image-style-6 .cite-container{margin:20px auto}.four-fifths .testimonial-image-style-6 .testimonial-image-content,.one-fifth .testimonial-image-style-6 .testimonial-image-content,.one-fourth .testimonial-image-style-6 .testimonial-image-content,.one-half .testimonial-image-style-6 .testimonial-image-content,.one-third .testimonial-image-style-6 .testimonial-image-content,.three-fifths .testimonial-image-style-6 .testimonial-image-content,.three-fourths .testimonial-image-style-6 .testimonial-image-content,.two-fifths .testimonial-image-style-6 .testimonial-image-content,.two-fourths .testimonial-image-style-6 .testimonial-image-content,.two-thirds .testimonial-image-style-6 .testimonial-image-content{padding-right:0;font-size:18px;line-height:1.4em;background-image:none}.four-fifths .testimonial-image-style-6 .cite-container cite,.one-fifth .testimonial-image-style-6 .cite-container cite,.one-fourth .testimonial-image-style-6 .cite-container cite,.one-half .testimonial-image-style-6 .cite-container cite,.one-third .testimonial-image-style-6 .cite-container cite,.three-fifths .testimonial-image-style-6 .cite-container cite,.three-fourths .testimonial-image-style-6 .cite-container cite,.two-fifths .testimonial-image-style-6 .cite-container cite,.two-fourths .testimonial-image-style-6 .cite-container cite,.two-thirds .testimonial-image-style-6 .cite-container cite{text-align:center}.four-fifths .testimonial-image-style-6 .cite-container cite img,.one-fifth .testimonial-image-style-6 .cite-container cite img,.one-fourth .testimonial-image-style-6 .cite-container cite img,.one-half .testimonial-image-style-6 .cite-container cite img,.one-third .testimonial-image-style-6 .cite-container cite img,.three-fifths .testimonial-image-style-6 .cite-container cite img,.three-fourths .testimonial-image-style-6 .cite-container cite img,.two-fifths .testimonial-image-style-6 .cite-container cite img,.two-fourths .testimonial-image-style-6 .cite-container cite img,.two-thirds .testimonial-image-style-6 .cite-container cite img{float:none;margin:0 auto 10px;display:block}.one-fifth .testimonial-style-1,.one-fourth .testimonial-style-1,.two-fifths .testimonial-style-1{margin-top:0;padding:40px 0 0}.four-fifths .testimonial-style-2,.one-fifth .testimonial-style-2,.one-fifth .testimonial-style-3,.one-fourth .testimonial-style-2,.one-fourth .testimonial-style-3,.one-half .testimonial-style-2,.one-third .testimonial-style-2,.one-third .testimonial-style-3,.three-fifths .testimonial-style-2,.three-fourths .testimonial-style-2,.two-fifths .testimonial-style-2,.two-fifths .testimonial-style-3,.two-fourths .testimonial-style-2,.two-thirds .testimonial-style-2,.two-thirds .testimonial-style-3{margin:20px auto;width:auto;font-size:14px;line-height:1.5em}.four-fifths .testimonial-style-serif cite,.one-fifth .testimonial-style-serif cite,.one-fourth .testimonial-style-serif cite,.one-half .testimonial-style-serif cite,.one-third .testimonial-style-serif cite,.three-fifths .testimonial-style-serif cite,.three-fourths .testimonial-style-serif cite,.two-fifths .testimonial-style-serif cite,.two-fourths .testimonial-style-serif cite,.two-thirds .testimonial-style-serif cite{font-size:14px}.one-fifth .testimonial-style-4,.one-fourth .testimonial-style-4,.one-third .testimonial-style-4,.two-fifths .testimonial-style-4{width:100%;padding:0;font-size:14px;line-height:1.5em}.one-fifth .testimonial-style-5,.one-fourth .testimonial-style-5,.one-third .testimonial-style-5,.two-fifths .testimonial-style-5{width:auto;font-size:14px;line-height:1.5em}.one-fifth .testimonial-style-6 p,.one-fourth .testimonial-style-6 p,.one-third .testimonial-style-6 p,.two-fifths .testimonial-style-6 p{padding:20px;font-size:14px;text-indent:20px}.one-fifth .testimonial-style-6 cite,.one-fourth .testimonial-style-6 cite,.one-third .testimonial-style-6 cite,.two-fifths .testimonial-style-6 cite{clear:both;margin:0 0 0 35px}.one-fifth .testimonial-style-6 p:before,.one-fourth .testimonial-style-6 p:before,.one-third .testimonial-style-6 p:before,.two-fifths .testimonial-style-6 p:before{font-size:50px;left:-7px;top:29px}.one-fifth .testimonial-style-6 p span:after,.one-fourth .testimonial-style-6 p span:after,.one-third .testimonial-style-6 p span:after,.two-fifths .testimonial-style-6 p span:after{font-size:50px;margin:21px 0 0}.one-fifth .testimonial-style-7,.one-fourth .testimonial-style-7,.one-third .testimonial-style-7,.two-fifths .testimonial-style-7{font-size:14px;line-height:1.4em}.one-fifth .testimonial-style-7-img-container,.one-fourth .testimonial-style-7-img-container,.one-third .testimonial-style-7-img-container,.two-fifths .testimonial-style-7-img-container{margin:25px auto}.optin-box-1{width:348px;margin:0 auto 20px}.floating-featured-panel-fluid .optin-box-1{width:auto}.optin-box-1 h2{color:#3e83b9;font-size:20px;font-weight:700;text-align:center}.optin-box-1 .optin-box-content{border:1px solid #e2e2e2;background:#f7f7f7;background:-webkit-linear-gradient(top, #f7f7f7 0, #fbfbfb 100%);background:linear-gradient(to bottom,#f7f7f7 0,#fbfbfb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#fbfbfb', GradientType=0);border-radius:10px;box-shadow:0 0 5px rgba(0,0,0,.1);padding:15px 22px}.optin-box-1 p{color:#6b6b6b;margin:0 0 10px}.optin-box-1 p strong{font-weight:700}.optin-box-1 input[type=email],.optin-box-1 input[type=text]{background-color:#fff;border:1px solid #dbdbdb;color:#b8b8b8;padding:10px;font-size:13px;float:left}.floating-featured-panel-fluid .optin-box-1 input[type=email],.floating-featured-panel-fluid .optin-box-1 input[type=text]{width:100%}.optin-box-1 button.default-button,.optin-box-1 input[type=submit]{border:1px solid #bec8ca;border-radius:10px;height:30px;margin-top:4px;display:block;float:right;line-height:30px;padding:0 10px;color:#2271af;box-shadow:0 0 4px rgba(0,0,0,.1);font-size:14px;font-weight:700;background:#fff;background:-webkit-linear-gradient(top, #fff 0, #fbfcfb 50%, #e8e8e8 100%);background:linear-gradient(to bottom,#fff 0,#fbfcfb 50%,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8e8e8', GradientType=0)}.floating-featured-panel-fluid .optin-box-1 button.default-button,.floating-featured-panel-fluid .optin-box-1 input[type=submit]{float:none}.optin-box-1 input[type=submit]:hover{background:#fff;background:-webkit-linear-gradient(top, #fff 0, #fbfcfb 50%, #f7f7f7 100%);background:linear-gradient(to bottom,#fff 0,#fbfcfb 50%,#f7f7f7 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0)}.optin-box-1 input[type=submit]:active{background:#e8e8e8;background:-webkit-linear-gradient(top, #e8e8e8 0, #fbfcfb 50%, #fff 100%);background:linear-gradient(to bottom,#e8e8e8 0,#fbfcfb 50%,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#ffffff', GradientType=0)}.optin-box-1 .privacy{color:#b8b8b8;font-size:12px;padding-top:10px;margin-bottom:0}.optin-box-1 .privacy img{position:relative;top:2px}.optin-box-1{max-width:100%;box-sizing:border-box}.optin-box-1 *{box-sizing:border-box}.optin-box-1 input[type=email],.optin-box-1 input[type=text]{height:38px;width:215px}.five-columns .optin-box-1 button,.five-columns .optin-box-1 input[type=submit],.four-columns .optin-box-1 button,.four-columns .optin-box-1 input[type=submit],.one-half .split-half .optin-box-1 button,.one-half .split-half .optin-box-1 input[type=submit],.three-columns .optin-box-1 button,.three-columns .optin-box-1 input[type=submit]{float:none}.one-half .split-half .optin-box-1 p,.three-columns .optin-box-1 p{font-size:14px}.five-columns .optin-box-1 p,.four-columns .optin-box-1 p{font-size:12px}.four-fifths .optin-box-1 button,.four-fifths .optin-box-1 input[type=submit],.three-fifths .optin-box-1 button,.three-fifths .optin-box-1 input[type=submit],.three-fourths .optin-box-1 button,.three-fourths .optin-box-1 input[type=submit],.two-fifths .optin-box-1 button,.two-fifths .optin-box-1 input[type=submit],.two-fourths .optin-box-1 button,.two-fourths .optin-box-1 input[type=submit],.two-thirds .optin-box-1 button,.two-thirds .optin-box-1 input[type=submit]{float:right}.four-fifths .optin-box-1 p,.three-fifths .optin-box-1 p,.three-fourths .optin-box-1 p,.two-fifths .optin-box-1 p,.two-fourths .optin-box-1 p,.two-thirds .optin-box-1 p{font-size:16px}.optin-box-2{margin:0 auto 20px;padding:20px;width:440px;max-width:100%;border:4px solid #fbfcfe;outline:#e4ebf5 solid 1px;text-align:center;background:#fff}.optin-box-2 h2{padding-top:0;font-size:24px;letter-spacing:-1px;color:#3f596e;font-weight:700}.optin-box-2 p{color:#6b6b6b}.optin-box-2 .text-boxes .text-box input[type=email],.optin-box-2 .text-boxes .text-box input[type=text]{background-color:#fff;background-repeat:no-repeat;background-position:right center;border:1px solid #dbdbdb;color:#b8b8b8;padding:10px 30px 10px 10px;width:48%;height:42px;box-sizing:border-box;font-size:13px;float:left;border-radius:6px;box-shadow:2px 2px 2px rgba(0,0,0,.05)}.floating-featured-panel-fluid .optin-box-2 .text-boxes .text-box input[type=email],.floating-featured-panel-fluid .optin-box-2 .text-boxes .text-box input[type=text]{width:100%}.optin-box-2 .text-boxes .text-box.name input[type=email],.optin-box-2 .text-boxes .text-box.name input[type=text]{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/optin_box/user.png)}.optin-box-2 .text-boxes{margin-top:0}.optin-box-2 .text-boxes .text-box.email input[type=email],.optin-box-2 .text-boxes .text-box.email input[type=text]{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/optin_box/mail.png)}.optin-box-2 .text-boxes .text-box:nth-child(2) input[type=email],.optin-box-2 .text-boxes .text-box:nth-child(2) input[type=text]{float:right}.optin-box-2 button.default-button{background:#f39d13;background:-webkit-linear-gradient(top, #f39d13 0, #c64f01 100%);background:linear-gradient(to bottom,#f39d13 0,#c64f01 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f39d13', endColorstr='#c64f01', GradientType=0);border-radius:8px;margin:14px 0 10px;border:3px solid #f0f0f0;border:1px solid #c94f00;box-shadow:0 0 0 3px #ececec;text-shadow:0 1px #bf1802;font-size:20px;color:#fff;max-width:100%}.optin-box-2 button.default-button:active{background:#c64f01;background:-webkit-linear-gradient(top, #c64f01 0, #f39d13 100%);background:linear-gradient(to bottom,#c64f01 0,#f39d13 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c64f01', endColorstr='#f39d13', GradientType=0)}.optin-box-2 button.default-button span{border-top:1px solid #f9d0a0;padding:9px 30px;border-radius:8px;display:block;white-space:normal}.optin-box-2 .privacy{color:#b8b8b8;font-size:12px;padding-top:0;margin-bottom:0}.optin-box-2 .privacy img{position:relative;top:2px}.five-columns .optin-box-2 .text-box input[type=email],.five-columns .optin-box-2 .text-box input[type=text],.four-columns .optin-box-2 .text-box input[type=email],.four-columns .optin-box-2 .text-box input[type=text],.one-half .split-half .optin-box-2 .text-box input[type=email],.one-half .split-half .optin-box-2 .text-box input[type=text],.three-columns .optin-box-2 .text-box input[type=email],.three-columns .optin-box-2 .text-box input[type=text]{width:auto;width:100%;float:none}.four-fifths .optin-box-2 .text-box input[type=email],.four-fifths .optin-box-2 .text-box input[type=text],.three-fifths .optin-box-2 .text-box input[type=email],.three-fifths .optin-box-2 .text-box input[type=text],.three-fourths .optin-box-2 .text-box input[type=email],.three-fourths .optin-box-2 .text-box input[type=text],.two-fifths .optin-box-2 .text-box input[type=email],.two-fifths .optin-box-2 .text-box input[type=text],.two-fourths .optin-box-2 .text-box input[type=email],.two-fourths .optin-box-2 .text-box input[type=text],.two-thirds .optin-box-2 .text-box input[type=email],.two-thirds .optin-box-2 .text-box input[type=text]{width:48%;float:left}.four-fifths .optin-box-2 .text-box.email input[type=email],.four-fifths .optin-box-2 .text-box.email input[type=text],.three-fifths .optin-box-2 .text-box.email input[type=email],.three-fifths .optin-box-2 .text-box.email input[type=text],.three-fourths .optin-box-2 .text-box.email input[type=email],.three-fourths .optin-box-2 .text-box.email input[type=text],.two-fifths .optin-box-2 .text-box.email input[type=email],.two-fifths .optin-box-2 .text-box.email input[type=text],.two-fourths .optin-box-2 .text-box.email input[type=email],.two-fourths .optin-box-2 .text-box.email input[type=text],.two-thirds .optin-box-2 .text-box.email input[type=email],.two-thirds .optin-box-2 .text-box.email input[type=text]{float:right}.one-fourth .optin-box-2 .optin-box-content button,.one-fourth .optin-box-2 .optin-box-content p{font-size:14px}.one-fifth .optin-box-2 .optin-box-content button,.one-fifth .optin-box-2 .optin-box-content p,.one-fourth .optin-box-2 .optin-box-content input[type=email],.one-fourth .optin-box-2 .optin-box-content input[type=text],.one-half .split-half .optin-box-2 .optin-box-content button{font-size:12px}.one-fifth .optin-box-2 button.default-button span,.one-fourth .optin-box-2 button.default-button span,.one-half .split-half .optin-box-2 button.default-button span{padding:9px}.optin-box-3{margin:0 auto 20px;padding:20px;width:270px;max-width:100%;border:4px solid #f5f5f5;outline:#dedede solid 1px;text-align:center;background:#fff}.optin-box-3 h2{padding-top:0;padding-bottom:10px;font-size:24px;font-weight:700;letter-spacing:-1px;line-height:26px;color:#3f596e}.optin-box-3 p{color:#6b6b6b}.optin-box-3 input[type=email],.optin-box-3 input[type=text]{background-color:#fff;background-repeat:no-repeat;background-position:right center;border:1px solid #dbdbdb;color:#b8b8b8;padding:10px 30px 10px 10px;width:100%;height:42px;margin-bottom:10px;font-size:13px;box-sizing:border-box;border-radius:6px;box-shadow:2px 2px 2px rgba(0,0,0,.05)}.optin-box-3 .text-box.name input[type=text]{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/optin_box/user.png)}.optin-box-3 .text-boxes{margin-top:10px}.optin-box-3 .text-box.email input[type=email],.optin-box-3 .text-box.email input[type=text]{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/optin_box/mail.png)}.optin-box-3 button.default-button{background:#f39d13;background:-webkit-linear-gradient(top, #f39d13 0, #c64f01 100%);background:linear-gradient(to bottom,#f39d13 0,#c64f01 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f39d13', endColorstr='#c64f01', GradientType=0);border-radius:8px;margin:14px 0 10px;border:3px solid #f0f0f0;border:1px solid #c94f00;box-shadow:0 0 0 3px #ececec;text-shadow:0 1px #bf1802;font-size:20px;color:#fff}.optin-box-3 button.default-button:active{background:#c64f01;background:-webkit-linear-gradient(top, #c64f01 0, #f39d13 100%);background:linear-gradient(to bottom,#c64f01 0,#f39d13 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c64f01', endColorstr='#f39d13', GradientType=0)}.optin-box-3 button.default-button span{border-top:1px solid #f9d0a0;padding:9px 30px;border-radius:8px;display:block;white-space:normal}.optin-box-3 .privacy{color:#b8b8b8;font-size:12px;margin-bottom:0}.optin-box-3 .privacy img{position:relative;top:2px}.one-fourth .optin-box-3 .optin-box-content button,.one-fourth .optin-box-3 .optin-box-content p{font-size:14px}.one-fifth .optin-box-3 .optin-box-content button,.one-fifth .optin-box-3 .optin-box-content p,.one-fourth .optin-box-3 .optin-box-content input[type=email],.one-fourth .optin-box-3 .optin-box-content input[type=text],.one-half .split-half .optin-box-3 .optin-box-content button{font-size:12px}.one-fifth .optin-box-3 button.default-button span,.one-fourth .optin-box-3 button.default-button span,.one-half .split-half .optin-box-3 button.default-button span{padding:9px}.optin-box-4{margin:0 auto 20px;padding:20px;width:600px;max-width:100%;text-align:center}.optin-box-4 h2{padding-top:0;padding-bottom:5px;font-size:24px;font-weight:700;line-height:26px;color:#be3a00}.optin-box-4 form{background-color:#faf5df;border-radius:15px;box-shadow:0 0 5px rgba(0,0,0,.15);padding:15px 25px}.optin-box-4-blue form{background-color:#deedfa}.optin-box-4 p{color:#6b6b6b}.optin-box-4 input[type=email],.optin-box-4 input[type=text]{background-color:#fff;background-repeat:no-repeat;background-position:right center;border:1px solid #dcd8ca;color:#505050;padding:12px 30px 11px 15px;float:left;width:49%;font-size:16px;box-sizing:border-box;height:52px;border-radius:10px}.optin-box-4 .text-box.email input[type=email],.optin-box-4 .text-box.email input[type=text]{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/optin_box/mail.png)}.no-sidebar .optin-box-4 input[type=email],.no-sidebar .optin-box-4 input[type=text]{width:245px}.optin-box-4 button.default-button{background:#fffa33;background:-webkit-linear-gradient(top, #fffb00 14%, #fff100 44%, #fb0 100%);background:linear-gradient(to bottom,#fffb00 14%,#fff100 44%,#fb0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffb00', endColorstr='#ffbb00', GradientType=0);border-radius:8px;border:1px solid #ecc101;width:49%;float:right;box-shadow:-2px 2px 4px #bebebe;text-shadow:0 0 1px #fff;font-size:20px;text-align:center;color:#fff;position:relative;margin:0}.optin-box-4 button.default-button:active{background:-webkit-linear-gradient(top, #fb0 0, #fff100 56%, #fffb00 86%);background:linear-gradient(to bottom,#fb0 0,#fff100 56%,#fffb00 86%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbb00', endColorstr='#fffb00', GradientType=0)}.optin-box-4 button.default-button img{position:absolute;z-index:999;width:100%}.optin-box-4 button.default-button span{border-top:1px solid #f9d0a0;padding:7px 10px 9px;font-size:24px;color:#003552;font-weight:700;font-style:italic;letter-spacing:-2px;font-family:"Arial Black",Arial,Helvetica,sans-serif;border-radius:8px;display:block;line-height:normal;min-height:100%;height:auto;white-space:normal}.optin-box-4 .privacy{color:#b8b8b8;font-size:12px;margin:20px 0 0}.optin-box-4 .privacy img{position:relative;top:2px}.location_optin_box_style_4{width:270px!important;max-width:100%;overflow:hidden}.optin-box-4 .text-box.email,.optin-box-4 .text-box.email+button,.optin-box-4 .text-box.email+div{display:inline-block;vertical-align:middle;width:49%}.optin-box-4 .text-box.email{margin-right:1%}.optin-box-4 .text-box.email+div{margin-left:1%}.floating-featured-panel-fluid .optin-box-4 .text-box.email,.floating-featured-panel-fluid .optin-box-4 .text-box.email+button,.floating-featured-panel-fluid .optin-box-4 .text-box.email+div,.optin-box-4 .text-box.email input{width:100%}.floating-featured-panel-fluid .optin-box-4 .text-box.email{margin-right:0}.optin-box-4 form>div{margin-bottom:10px}.optin-box-4 form>div:last-child{margin-bottom:0}.five-columns .optin-box-4 button,.five-columns .optin-box-4 input,.four-columns .optin-box-4 button,.four-columns .optin-box-4 input,.one-half .optin-box-4 button,.one-half .optin-box-4 input,.three-columns .optin-box-4 button,.three-columns .optin-box-4 input{margin:5px 0;width:100%;height:auto;box-sizing:border-box}.one-fifth .optin-box-4,.one-fourth .optin-box-4,.one-half .split-half .optin-box-4{padding:0}.five-columns .optin-box-4 button span,.four-columns .optin-box-4 button span,.one-third .optin-box-4 button span{font-size:16px}.one-fifth .optin-box-4 input,.one-fifth .optin-box-4 p,.one-fourth .optin-box-4 input,.one-fourth .optin-box-4 p,.one-half .split-half .optin-box-4 input,.one-half .split-half .optin-box-4 p{font-size:12px}.one-fifth .optin-box-4 button span,.one-fourth .optin-box-4 button span,.one-half .split-half .optin-box-4 button span{font-size:14px}.four-fifths .optin-box-4 button.default-button span,.three-fifths .optin-box-4 button.default-button span,.three-fourths .optin-box-4 button.default-button span,.two-fifths .optin-box-4 button.default-button span,.two-fourths .optin-box-4 button.default-button span,.two-thirds .optin-box-4 button.default-button span{font-size:24px}.optin-box-5{margin:0 auto 50px;padding:20px;width:875px;max-width:100%;border:1px solid #b6bbbe;border-top:0;background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/optin_box/mail-bgs.png);background-repeat:repeat-x;background-position:left top;text-align:center;position:relative;background-color:#fff}.optin-box-5 .optin-box-content{float:left;text-align:left;padding-right:35px;box-sizing:border-box}.floating-featured-panel-fluid .optin-box-5 .optin-box-content{width:100%;padding-right:0}.optin-box-5 h2{padding-top:0;padding-bottom:0;font-size:24px;font-weight:700;letter-spacing:-1px;line-height:26px;color:#3f596e}.optin-box-5 p{color:#6b6b6b;margin-bottom:0}.optin-box-5 form{float:left;max-width:55%;width:55%}.optin-box-5 input[type=email],.optin-box-5 input[type=text]{background-color:#fff;background-repeat:no-repeat;background-position:right center;border:1px solid #dbdbdb;color:#b8b8b8;padding:10px 30px 10px 10px;height:20px;height:40px;margin-bottom:10px;font-size:13px;border-radius:6px;box-shadow:2px 2px 2px rgba(0,0,0,.05);width:100%;max-width:100%;box-sizing:border-box}.optin-box-5 .text-box.email input[type=email],.optin-box-5 .text-box.email input[type=text]{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/optin_box/mail.png)}.optin-box-5 .text-boxes,.optin-box-5 .text-boxes+div{display:inline-block;width:44%;float:none;vertical-align:top}.optin-box-5 .text-boxes .text-box{margin:20px 5px 0 0;float:left;width:95%}.optin-box-5 .text-boxes .text-box input{height:43px}.optin-box-5 button.default-button{background:#f39d13;background:-webkit-linear-gradient(top, #f39d13 0, #c64f01 100%);background:linear-gradient(to bottom,#f39d13 0,#c64f01 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f39d13', endColorstr='#c64f01', GradientType=0);border-radius:8px;margin:19px 0 10px;border:3px solid #f0f0f0;border:1px solid #c94f00;box-shadow:0 0 0 3px #ececec;text-shadow:0 1px #bf1802;font-size:20px;color:#fff;float:none;vertical-align:top;box-sizing:border-box}.floating-featured-panel-fluid .optin-box-5 .text-boxes,.floating-featured-panel-fluid .optin-box-5 .text-boxes+div,.floating-featured-panel-fluid .optin-box-5 form{max-width:100%;width:100%}.floating-featured-panel-fluid .optin-box-5 .text-boxes .text-box{float:none}.floating-featured-panel-fluid .optin-box-5 button.default-button{width:100%;margin-top:0}.optin-box-5 button.css-button{margin-top:20px}.optin-box-5 button.default-button:active{background:#c64f01;background:-webkit-linear-gradient(top, #c64f01 0, #f39d13 100%);background:linear-gradient(to bottom,#c64f01 0,#f39d13 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c64f01', endColorstr='#f39d13', GradientType=0)}.optin-box-5 button.default-button span{border-top:1px solid #f9d0a0;padding:9px 30px;border-radius:8px;display:block;white-space:normal;box-sizing:border-box}.optin-box-5 .privacy{color:#b8b8b8;font-size:12px;position:absolute;top:100%;text-align:right;right:0;margin-bottom:0;padding-top:10px}.optin-box-5 .privacy img{position:relative;top:2px}.optin-box-5 .optin-box-content{width:45%}.one-fifth .optin-box-5 .optin-box-content,.one-fourth .optin-box-5 .optin-box-content,.one-half .optin-box-5 .optin-box-content,.one-third .optin-box-5 .optin-box-content{width:auto;margin-right:0}.featured-panel-style-1.featured-panel-1 .optin-box-5 p{margin:0}.one-fifth .optin-box-5 button.default-button,.one-fourth .optin-box-5 button.default-button,.one-half .optin-box-5 button.default-button,.one-third .optin-box-5 button.default-button,.two-fifths .optin-box-5 button.default-button,.two-fourths .optin-box-5 button.default-button{margin-top:0;width:100%}.one-fifth .optin-box-5 .text-boxes,.one-fifth .optin-box-5 .text-boxes .text-box,.one-fourth .optin-box-5 .text-boxes,.one-fourth .optin-box-5 .text-boxes .text-box,.one-half .optin-box-5 .text-boxes,.one-half .optin-box-5 .text-boxes .text-box,.one-third .optin-box-5 .text-boxes,.one-third .optin-box-5 .text-boxes .text-box,.two-fifths .optin-box-5 .text-boxes,.two-fifths .optin-box-5 .text-boxes .text-box,.two-fourths .optin-box-5 .text-boxes,.two-fourths .optin-box-5 .text-boxes .text-box{float:none;margin-right:0}.one-fifth .optin-box-5 button,.one-fifth .optin-box-5 p,.one-fourth .optin-box-5 button,.one-fourth .optin-box-5 p,.one-half .split-half .optin-box-5 button,.one-half .split-half .optin-box-5 p{font-size:14px}.one-fifth .optin-box-5 .privacy,.one-fourth .optin-box-5 .privacy,.one-third .optin-box-5 .privacy,.two-fifths .optin-box-5 .privacy,.two-fourths .optin-box-5 .privacy{font-size:10px}.one-fifth .optin-box-5 button.default-button span,.one-fourth .optin-box-5 button.default-button span,.one-half .split-half .optin-box-5 button.default-button span{padding:9px}.five-columns .optin-box-5 input[type=submit],.four-columns .optin-box-5 input[type=submit],.one-half .split-half .optin-box-5 input[type=submit],.three-columns .optin-box-5 input[type=submit]{width:100%}.optin-box-6{margin:0 auto 20px;text-align:center;width:400px;max-width:100%}.optin-box-6 h2{padding-top:0;padding-bottom:10px;font-size:24px;font-weight:700;letter-spacing:-1px;line-height:26px;color:#3f596e}.optin-box-6 p{color:#6b6b6b}.optin-box-6 .text-box{background-color:#fafafa;background-repeat:no-repeat;background-position:right center;border:1px solid #dbdbdb;color:#686868;padding:15px;display:block;margin:0 auto 15px;font-size:17px;box-sizing:content-box;box-shadow:inset 0 0 2px rgba(0,0,0,.3)}.optin-box-6 .text-box.name input{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/optin_box/user.png)}.optin-box-6 input[type=email],.optin-box-6 input[type=text]{display:block;background-color:transparent;background-image:none;background-repeat:no-repeat;background-position:right center;outline:0;border:0;width:100%;padding:0 33px 0 0;margin:0;font-size:17px;box-sizing:border-box}.optin-box-6 input[type=email]:focus,.optin-box-6 input[type=text]:focus{box-shadow:none}.optin-box-6 .text-boxes{margin-top:10px}.optin-box-6 .text-box.email input{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/optin_box/mail.png)}.optin-box-6 button.default-button{background:#f39d13;background:-webkit-linear-gradient(top, #f39d13 0, #c64f01 100%);background:linear-gradient(to bottom,#f39d13 0,#c64f01 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f39d13', endColorstr='#c64f01', GradientType=0);border-radius:8px;padding:0;margin:14px 0 10px;display:block;width:100%;border:3px solid #f0f0f0;border:1px solid #c94f00;text-shadow:0 1px #bf1802;font-size:20px;color:#fff}.optin-box-6 button.default-button:active{background:#c64f01;background:-webkit-linear-gradient(top, #c64f01 0, #f39d13 100%);background:linear-gradient(to bottom,#c64f01 0,#f39d13 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c64f01', endColorstr='#f39d13', GradientType=0)}.optin-box-6 button.default-button span{border-top:1px solid #f9d0a0;padding:14px 20px;border-radius:8px;display:block;white-space:normal}.optin-box-6 .privacy{color:#b8b8b8;font-size:12px;margin-bottom:0}.optin-box-6 .privacy img{position:relative;top:2px}.one-fifth .optin-box-6 input[type=email],.one-fifth .optin-box-6 input[type=text],.one-fourth .optin-box-6 input[type=email],.one-fourth .optin-box-6 input[type=text],.one-half .split-half .optin-box-6 input[type=email],.one-half .split-half .optin-box-6 input[type=text]{font-size:12px}.one-fifth .optin-box-6 button,.one-fourth .optin-box-6 button,.one-half .split-half .optin-box-6 button{font-size:14px}.one-fifth .optin-box-6 .privacy,.one-fourth .optin-box-6 .privacy,.one-half .split-half .optin-box-6 .privacy{font-size:12px;margin:10px 0}.optin-box-7{margin:0 auto 20px;background-color:#fbf7e3;border:1px solid #d0cebb;box-shadow:0 0 5px rgba(0,0,0,.06);border-radius:6px;padding:20px;text-align:center;width:400px;max-width:100%}.optin-box-7 h2{padding-top:0;padding-bottom:0;font-size:24px;font-weight:700;letter-spacing:-1px;line-height:26px;color:#3f596e}.optin-box-7 p{color:#484848;margin:0 0 .5em}.optin-box-7 .text-box{background-color:#fafafa;background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/optin_box/user.png);background-repeat:no-repeat;background-position:right center;border:3px solid #5594b9;color:#393939;padding:15px 30px 15px 15px;display:block;margin:0 auto 10px;font-size:17px;box-sizing:content-box;box-shadow:1px 1px 2px rgba(0,0,0,.3)}.optin-box-7 input[type=email],.optin-box-7 input[type=text]{display:block;background-color:transparent;background-image:none;outline:0;border:0;color:#393939;width:100%;padding:0;margin:0;font-size:17px}.optin-box-7 input[type=email]:focus,.optin-box-7 input[type=text]:focus{box-shadow:none}.optin-box-7 .text-boxes{margin-top:10px}.optin-box-7 .text-boxes .text-box.email{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/optin_box/mail.png)}.optin-box-7 button.default-button{background:#f39d13;background:-webkit-linear-gradient(top, #f39d13 0, #c64f01 100%);background:linear-gradient(to bottom,#f39d13 0,#c64f01 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f39d13', endColorstr='#c64f01', GradientType=0);border-radius:8px;padding:0;margin:14px 0 10px;display:block;width:100%;border:3px solid #f0f0f0;border:1px solid #c94f00;box-shadow:0 0 0 3px #ececec;text-shadow:0 1px #bf1802;font-size:20px;color:#fff}.optin-box-7 button.default-button:active{background:#c64f01;background:-webkit-linear-gradient(top, #c64f01 0, #f39d13 100%);background:linear-gradient(to bottom,#c64f01 0,#f39d13 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c64f01', endColorstr='#f39d13', GradientType=0)}.optin-box-7 button.default-button span{border-top:1px solid #f9d0a0;padding:14px 30px;border-radius:8px;display:block;white-space:normal}.optin-box-7 .privacy{color:#b8b8b8;font-size:12px;margin-bottom:0}.optin-box-7 .privacy img{position:relative;top:2px}.one-fifth .optin-box-7 .privacy,.one-fifth .optin-box-7 input[type=email],.one-fifth .optin-box-7 input[type=text],.one-fifth .optin-box-7 p,.one-fourth .optin-box-7 .privacy,.one-fourth .optin-box-7 input[type=email],.one-fourth .optin-box-7 input[type=text],.one-fourth .optin-box-7 p,.one-half .split-half .optin-box-7 .privacy,.one-half .split-half .optin-box-7 input[type=email],.one-half .split-half .optin-box-7 input[type=text],.one-half .split-half .optin-box-7 p{font-size:12px}.one-fifth .optin-box-7 button.default-button span,.one-fourth .optin-box-7 button.default-button span,.one-half .split-half .optin-box-7 button.default-button span{padding:9px 10px;font-size:16px}.optin-box-9{margin:0 auto 20px;text-align:center;width:700px;max-width:100%}.optin-box-9 h2{padding-top:0;padding-bottom:10px;font-size:24px;font-weight:700;letter-spacing:-1px;line-height:26px;color:#3f596e}.optin-box-9 p{color:#6b6b6b}.optin-box-9 .text-box{background-color:#fafafa;background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/optin_box/user.png);background-repeat:no-repeat;background-position:right center;border:1px solid #dbdbdb;color:#686868;padding:15px 25px 15px 15px;display:block;margin:0 auto 10px;box-sizing:border-box;box-shadow:inset 0 0 2px rgba(0,0,0,.3)}.optin-box-9 input[type=email],.optin-box-9 input[type=text]{display:block;background-color:transparent;background-image:none;outline:0;border:0;width:100%;padding:0 10px 0 0;margin:0;font-size:17px;box-sizing:border-box}.optin-box-9 input[type=email]:focus,.optin-box-9 input[type=text]:focus{box-shadow:none}.optin-box-9 .text-boxes{margin-top:10px;float:left;width:60%}.floating-featured-panel-fluid .optin-box-9 .text-boxes{width:100%}.optin-box-9 .text-boxes .text-box.email{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/optin_box/mail.png)}.optin-box-9 button.default-button{background:#f39d13;background:-webkit-linear-gradient(top, #f39d13 0, #c64f01 100%);background:linear-gradient(to bottom,#f39d13 0,#c64f01 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f39d13', endColorstr='#c64f01', GradientType=0);border-radius:8px;padding:0;margin:10px 0 10px 3%;display:block;width:35%;float:left;border:1px solid #c94f00;text-shadow:0 1px #bf1802;font-size:20px;color:#fff}.floating-featured-panel-fluid .optin-box-9 button.default-button{margin:0 0 10px;width:100%}.optin-box-9 button.default-button:active{background:#c64f01;background:-webkit-linear-gradient(top, #c64f01 0, #f39d13 100%);background:linear-gradient(to bottom,#c64f01 0,#f39d13 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c64f01', endColorstr='#f39d13', GradientType=0)}.optin-box-9 button.default-button span{border-top:1px solid #f9d0a0;padding:12px;border-radius:8px;display:block;white-space:normal}.optin-box-9 .privacy{color:#b8b8b8;font-size:12px;margin-bottom:0;margin-top:0}.optin-box-9 .privacy img{position:relative;top:2px}.five-columns .optin-box-9 .text-boxes,.five-columns .optin-box-9 button,.four-columns .optin-box-9 .text-boxes,.four-columns .optin-box-9 button,.one-half .optin-box-9 .text-boxes,.one-half .optin-box-9 button,.three-columns .optin-box-9 .text-boxes,.three-columns .optin-box-9 button{margin:10px 0 0;width:100%;line-height:normal}.one-fifth .optin-box-9 button.default-button span,.one-fourth .optin-box-9 button.default-button span,.one-half .split-half .optin-box-9 button.default-button span{font-size:16px}.one-fifth .optin-box-9 input,.one-fourth .optin-box-9 input,.one-half .split-half .optin-box-9 input{font-size:14px}.one-fifth .optin-box-9 .privacy,.one-fourth .optin-box-9 .privacy,.one-half .split-half .optin-box-9 .privacy{margin:10px 0;font-size:12px}.optin-box-10{margin:0 auto 20px;text-align:center;width:700px;max-width:100%}.optin-box-10 .optin-box-content{padding:16px 30px;margin-bottom:10px;background:-webkit-linear-gradient(top, #4283ad 0, #2d5c86 100%);background:linear-gradient(to bottom,#4283ad 0,#2d5c86 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4283ad', endColorstr='#2d5c86', GradientType=0)}.optin-box-10 h2{padding-top:0;padding-bottom:10px;font-size:24px;font-weight:700;letter-spacing:-1px;line-height:26px;color:#3f596e}.optin-box-10 p{color:#6b6b6b}.optin-box-10 .text-box{background-color:#fafafa;background-repeat:no-repeat;border:1px solid #dbdbdb;color:#686868;padding:15px 25px 15px 15px;display:block;margin:0 auto 10px;font-size:17px;box-sizing:content-box;box-shadow:inset 0 0 2px rgba(0,0,0,.3)}.optin-box-10 .text-box.name input{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/optin_box/user.png)}.optin-box-10 input[type=email],.optin-box-10 input[type=text]{display:block;background-color:transparent;background-image:none;background-repeat:no-repeat;background-position:right center;outline:0;border:0;width:100%;margin:0;font-size:15px;padding:0 33px 0 0;box-sizing:border-box}.optin-box-10 input[type=email]:focus,.optin-box-10 input[type=text]:focus{box-shadow:none}.optin-box-10 label{font-size:32px;color:#fff;margin-top:20px;margin-bottom:20px;width:20%;vertical-align:middle;display:inline-block}.optin-box-10 .text-boxes{width:40%;display:inline-block;position:relative;vertical-align:middle}.floating-featured-panel-fluid .optin-box-10 .text-boxes,.floating-featured-panel-fluid .optin-box-10 label{width:100%}.optin-box-10 .text-boxes+div{display:inline;vertical-align:middle}.optin-box-10 .text-boxes .text-box{font-size:15px;padding:12px 10px 12px 15px;margin-bottom:0;vertical-align:middle}.optin-box-10 .text-boxes .text-box.email input{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/optin_box/mail.png)}.optin-box-10 .css-button,.optin-box-10 button.default-button{background:#f39d13;background:-webkit-linear-gradient(top, #f39d13 0, #c64f01 100%);background:linear-gradient(to bottom,#f39d13 0,#c64f01 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f39d13', endColorstr='#c64f01', GradientType=0);border-radius:8px;padding:0;margin:10px 0 10px 20px;border:1px solid #d56912;border-bottom:0;display:inline-block;max-width:35%;box-shadow:0 0 3px rgba(0,0,0,.2);text-shadow:0 1px #bf1802;font-size:20px;color:#fff;vertical-align:middle}.floating-featured-panel-fluid .optin-box-10 .css-button,.floating-featured-panel-fluid .optin-box-10 button.default-button{margin:10px 0;width:100%;max-width:100%}.optin-box-10 button.default-button:active{background:#c64f01;background:-webkit-linear-gradient(top, #c64f01 0, #f39d13 100%);background:linear-gradient(to bottom,#c64f01 0,#f39d13 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c64f01', endColorstr='#f39d13', GradientType=0)}.optin-box-10 button.default-button span{border-top:1px solid #f9d0a0;padding:10px;border-radius:8px;display:block;white-space:normal}.optin-box-10 .privacy{color:#b8b8b8;font-size:12px;margin-bottom:0;margin-top:0}.optin-box-10 .privacy img{position:relative;top:2px}.five-columns .optin-box-10 .text-boxes,.five-columns .optin-box-10 label,.four-columns .optin-box-10 .text-boxes,.four-columns .optin-box-10 label,.one-half .optin-box-10 .text-boxes,.one-half .optin-box-10 label,.three-columns .optin-box-10 .text-boxes,.three-columns .optin-box-10 label{margin:10px 0 0;width:100%;line-height:normal}.five-columns .optin-box-10 .text-box,.four-columns .optin-box-10 .text-box,.one-half .optin-box-10 .text-box,.three-columns .optin-box-10 .text-box{padding:10px}.five-columns .optin-box-10 button,.four-columns .optin-box-10 button,.one-half .optin-box-10 button,.three-columns .optin-box-10 button{width:100%;margin:10px 0}.one-fifth .optin-box-10 button.default-button span,.one-fourth .optin-box-10 button.default-button span,.one-half .split-half .optin-box-10 button.default-button span{font-size:16px}.one-fifth .optin-box-10 .privacy,.one-fourth .optin-box-10 .privacy,.one-half .split-half .optin-box-10 .privacy,.two-fifths .optin-box-10 .privacy{font-size:12px}.optin-box-11{text-align:center;margin-bottom:20px}.optin-box-11 h2{color:inherit}.optin-box-11 p.description{margin-bottom:0}.optin-box-11 input,.optin-box-11 input:focus{display:block;height:50px;width:100%;padding:5px 0!important;margin:15px 0 10px;line-height:50px;font-family:inherit;font-size:24px;font-weight:100;font-style:italic;text-align:center;color:#777;border:1px solid #cacaca;border-radius:3px;box-shadow:inset 0 2px 2px rgba(0,1,1,.02);background:-webkit-linear-gradient(top, rgba(0,1,1,.03) 0, rgba(255,255,255,.03) 100%) #fff;background:linear-gradient(to bottom,rgba(0,1,1,.03) 0,rgba(255,255,255,.03) 100%) #fff}.optin-box-11 button.default-button{width:100%;position:relative;display:block;padding:20px 0;line-height:22px;font-family:inherit;font-size:22px;font-weight:600;text-decoration:none;text-align:center;text-shadow:0 0 1px rgba(0,0,0,.5);color:#fefefe;border-radius:3px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.2),inset 0 1px 0 0 rgba(0,0,0,.1),inset 0 2px 0 0 rgba(255,255,255,.5);background:-webkit-linear-gradient(top, #eb8a00 0, #faa700 100%) #faa700;background:linear-gradient(to bottom,#eb8a00 0,#faa700 100%) #faa700}.optin-box-11 button.default-button:hover{background:-webkit-linear-gradient(top, #faa700 0, #eb8a00 100%) #eb8a00;background:linear-gradient(to bottom,#faa700 0,#eb8a00 100%) #eb8a00}.optin-box-11 button.default-link{display:block;margin:15px auto;color:inherit;font-size:14px;background:0 0;text-decoration:underline}.optin-box-11 p.privacy{opacity:.5}.optin-box-11 button span{white-space:normal}.one-half .split-half .optin-box-11 button,.one-half .split-half .optin-box-11 input,.two-fifths .optin-box-11 button,.two-fifths .optin-box-11 input{font-size:18px}.one-fifth .optin-box-11 button,.one-fifth .optin-box-11 input,.one-fourth .optin-box-11 button,.one-fourth .optin-box-11 input{font-size:14px}.one-fifth .optin-box-11 input,.one-fourth .optin-box-11 input{height:40px;line-height:40px}.optin-box-12{width:100%;margin-bottom:20px}.optin-box-12 h2{color:inherit;text-align:left}.optin-box-12 p.description{text-align:left;margin-bottom:10px}.optin-box-12 form{display:block;width:100%;margin-bottom:0}.optin-box-12 input,.optin-box-12 input:focus{margin-right:10px;margin-bottom:15px;width:34%;display:inline-block;padding:7px 10px;border:1px solid #ccc;border-radius:5px;box-shadow:inset 0 2px 2px -1px rgba(0,0,0,.2),0 1px rgba(255,255,255,.3);background-color:#f2f2f2;font-size:16px;box-sizing:border-box}.optin-box-12 input:focus{border:1px solid rgba(104,189,244,.9)}.optin-box-12 input+div{display:inline}.optin-box-12 button.default-button{margin-bottom:10px;width:25%;position:relative;top:-2px;display:inline-block;border-radius:6px;font-size:16px;padding:9px 10px;text-decoration:none;text-align:center;border-color:#34bff3 rgba(0,0,0,.05) #003c8b;background:#34bff3;background:-webkit-linear-gradient(top, #34bff3, #074aa2);background:linear-gradient(to bottom,#34bff3,#074aa2);text-shadow:0 -1px rgba(0,0,0,.5);color:#fff;box-shadow:inset 0 1px #60cbfa}.optin-box-12 button.default-button:hover{border-color:#34bff3 rgba(0,0,0,.1) #0568a6;background:#1788d4;background:-webkit-linear-gradient(top, #48c5fa, #1788d4);background:linear-gradient(to bottom,#48c5fa,#1788d4)}.optin-box-12 button span{white-space:normal}.optin-box-12 a.text-link{display:none}.optin-box-12 p.privacy{text-align:left;opacity:.5}.eight .optin-box-12 input,.eleven .optin-box-12 input,.five .optin-box-12 input,.four .optin-box-12 input,.nine .optin-box-12 input,.one .optin-box-12 input,.one-fifth .optin-box-12 input,.one-fourth .optin-box-12 input,.one-half .optin-box-12 input,.one-third .optin-box-12 input,.seven .optin-box-12 input,.six .optin-box-12 input,.ten .optin-box-12 input,.three .optin-box-12 input,.three-fifths .optin-box-12 input,.three-fourths .optin-box-12 input,.twelve .optin-box-12 input,.two .optin-box-12 input,.two-fifths .optin-box-12 input,.two-fourths .optin-box-12 input{display:block;width:100%;margin-right:0}.eight .optin-box-12 button,.eleven .optin-box-12 button,.five .optin-box-12 button,.four .optin-box-12 button,.nine .optin-box-12 button,.one .optin-box-12 button,.one-fifth .optin-box-12 button,.one-fourth .optin-box-12 button,.one-half .optin-box-12 button,.one-third .optin-box-12 button,.seven .optin-box-12 button,.six .optin-box-12 button,.ten .optin-box-12 button,.three .optin-box-12 button,.three-fifths .optin-box-12 button,.three-fourths .optin-box-12 button,.twelve .optin-box-12 button,.two .optin-box-12 button,.two-fifths .optin-box-12 button,.two-fourths .optin-box-12 button{display:block;width:100%;padding:9px 0}.optin-box-13{text-align:center}.optin-box-13 h2{margin-bottom:0;font-style:inherit;color:inherit}.optin-box-13 p.description{-display:none}.optin-box-13 input,.optin-box-13 input:focus{display:block;width:100%;padding:10px 15px!important;margin:15px 0 10px;font-family:inherit;font-weight:100;font-size:14px;border:none;color:rgba(255,255,255,.8)!important;border-radius:3px;background-color:rgba(0,0,0,.1);box-sizing:border-box;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1),inset 0 2px 0 0 rgba(0,0,0,.1)}.optin-box-13 button.default-button{width:100%;position:relative;display:block;margin-top:15px;padding:11px 0;font-family:inherit;font-size:14px;text-transform:uppercase;font-weight:600;text-decoration:none;text-align:center;text-shadow:0 0 1px rgba(0,0,0,.5);color:#fff;border-radius:3px;background:#b4e391;background:-webkit-linear-gradient(top, rgba(180,227,145,1) 0, rgba(97,196,25,1) 50%, rgba(180,227,145,1) 100%);background:linear-gradient(to bottom,rgba(180,227,145,1) 0,rgba(97,196,25,1) 50%,rgba(180,227,145,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b4e391', endColorstr='#b4e391', GradientType=0);box-shadow:0 0 0 1px rgba(0,0,0,.4),inset 0 0 -1px 0 rgba(255,255,255,.15),inset 0 1px 0 0 rgba(255,255,255,.15),0 1px 0 0 rgba(0,0,0,.15)}.optin-box-13 button.default-link{display:block;margin:15px auto;color:inherit;font-size:14px;background:0 0;text-decoration:underline}.optin-box-13 button span{white-space:normal}.optin-box-13 p.privacy{opacity:.5}.optin-box-14{text-align:center}.optin-box-14 h2{color:inherit}.optin-box-14 p.description{margin-bottom:0}.optin-box-14 input,.optin-box-14 input:focus{display:block;width:100%;padding:10px 15px!important;margin:15px 0 10px;font-family:inherit;font-weight:100;font-size:14px;color:#666;border:none;border-radius:3px;background-color:#fff;box-sizing:border-box}.optin-box-14 button.default-button{width:100%;position:relative;display:block;margin-top:15px;padding:11px 0;font-family:inherit;font-size:14px;text-transform:uppercase;font-weight:600;text-decoration:none;text-align:center;text-shadow:0 0 1px rgba(0,0,0,.5);color:#fff;box-shadow:inset 0 0 -1px 0 rgba(255,255,255,.1),inset 0 1px 0 0 rgba(255,255,255,.1),0 1px 0 0 rgba(0,0,0,.1);border:1px solid #000;border-radius:3px;background-color:green}.optin-box-14 button.default-link{display:block;margin:15px auto;color:inherit;font-size:14px;background:0 0;text-decoration:underline}.optin-box-14 button span{white-space:normal}.optin-box-14 p.privacy{opacity:.5;padding-top:10px}.optin-box-15{line-height:normal;text-align:center}.optin-box-15 h2{color:inherit}.optin-box-15 input,.optin-box-15 input:focus{color:#bbb;outline:0;margin:0 -4px 10px 0;padding:0 15px;width:70%;display:inline-block;height:52px!important;border:0;font-size:12px;border-radius:6px 0 0 6px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);box-sizing:border-box}.optin-box-15 input+div{display:inline}.optin-box-15 button.default-button{width:30%;position:relative;display:inline-block;height:50px;padding:0;font-family:inherit;font-size:12px;font-weight:700;text-decoration:none;text-align:center;text-shadow:0 0 1px rgba(0,0,0,.5);text-transform:uppercase;color:#fff;border-radius:0 6px 6px 0;background-color:#444;white-space:normal;line-height:normal}.optin-box-15 .css-button{position:relative;display:inline-block;vertical-align:middle}.optin-box-15 button.default-link{display:block;margin:15px auto;color:inherit;font-size:14px;background:0 0;text-decoration:underline}.optin-box-15 p.privacy{opacity:.5;padding-top:10px}.eight .optin-box-15 button.default-button,.eight .optin-box-15 input,.eleven .optin-box-15 button.default-button,.eleven .optin-box-15 input,.five .optin-box-15 button.default-button,.five .optin-box-15 input,.four .optin-box-15 button.default-button,.four .optin-box-15 input,.nine .optin-box-15 button.default-button,.nine .optin-box-15 input,.one .optin-box-15 button.default-button,.one .optin-box-15 input,.one-fifth .optin-box-15 button.default-button,.one-fifth .optin-box-15 input,.one-fourth .optin-box-15 button.default-button,.one-fourth .optin-box-15 input,.one-half .split-half .optin-box-15 button.default-button,.one-half .split-half .optin-box-15 input,.one-third .optin-box-15 button.default-button,.one-third .optin-box-15 input,.seven .optin-box-15 button.default-button,.seven .optin-box-15 input,.six .optin-box-15 button.default-button,.six .optin-box-15 input,.ten .optin-box-15 button.default-button,.ten .optin-box-15 input,.three .optin-box-15 button.default-button,.three .optin-box-15 input,.twelve .optin-box-15 button.default-button,.twelve .optin-box-15 input,.two .optin-box-15 button.default-button,.two .optin-box-15 input,.two-fifths .optin-box-15 button.default-button,.two-fifths .optin-box-15 input{margin-top:15px;width:100%;display:block;border-radius:6px}.one-fifth .optin-box-15 p,.one-fourth .optin-box-15 p,.one-half .split-half .optin-box-15 p,.one-third .optin-box-15 p,.two-fifths .optin-box-15 p,.two-fourths .optin-box-15 p{margin:10px 0}.optin-box-16{position:relative;background-color:#fffdf3;box-shadow:0 0 5px 2px rgba(0,0,0,.25)}.optin-box-16:before{content:"";z-index:1;position:absolute;top:-10px;height:100px;width:100%;padding:0 10px;margin-left:-10px;background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%);background:linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(255,255,255,1) 10%,rgba(255,255,255,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0)}.optin-box-16:after{content:"";z-index:1;position:absolute;bottom:-10px;height:100px;width:100%;padding:0 10px;margin-left:-10px;background:-webkit-linear-gradient(top, rgba(255,255,255,0) 0, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);background:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0)}.optin-box-16 div{padding:25px 40px;z-index:2;position:relative}.optin-box-16 h2{font-family:inherit;font-style:inherit;color:inherit}.optin-box-16 input,.optin-box-16 input:focus{display:block;height:40px;width:100%;padding:0 10px!important;line-height:14px;font-family:inherit;font-size:14px;font-weight:100;text-align:left;color:#777;border:1px solid #cacaca;border-radius:3px;box-shadow:inset 0 2px 2px rgba(0,1,1,.02);background:-webkit-linear-gradient(top, rgba(0,1,1,.03) 0, rgba(255,255,255,.03) 100%) #fff;background:linear-gradient(to bottom,rgba(0,1,1,.03) 0,rgba(255,255,255,.03) 100%) #fff;box-sizing:border-box}.optin-box-16 button{display:block;padding:20px 0;width:100%;border:1px solid #fa2;border-radius:6px;line-height:normal;font-size:32px;font-family:inherit;font-weight:700;color:#000;text-decoration:none;text-shadow:1px 1px 0 #fe6;text-align:center;background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%) #ffec64;background:linear-gradient(to bottom,#ffec64 5%,#ffab23 100%) #ffec64;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');box-shadow:inset 0 1px 0 0 #fff6af}.optin-box-16 button:hover{background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%) #ffab23;background:linear-gradient(to bottom,#ffab23 5%,#ffec64 100%) #ffab23;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64')}.optin-box-16 button:active{position:relative;top:1px}.optin-box-16 a.text-link{display:none;margin-top:15px;color:inherit;text-align:center}.optin-box-16 p.privacy{margin:10px 0 0;opacity:.5}.optin-box-16 form div{padding:0}.optin-box-17 h2{border-bottom:2px solid rgba(0,0,0,.2);line-height:1.5em;margin-bottom:1em}.optin-box-17 input{width:100%;box-shadow:inset 0 0 0 2px rgba(0,0,0,.2);border-radius:6px;padding:1.3em;margin:0 0 1em;box-sizing:border-box;color:#a3a3a3}.optin-box-17 .description,.optin-box-17 .privacy,.optin-box-17 .text-link{display:none}.optin-box-18{background-color:#fff;box-shadow:inset 0 0 0 1px #fff,0 1px 3px 0 rgba(0,0,0,.2);padding-bottom:20px;text-align:center}.optin-box-18 h2{display:block;background-color:#d1af3a;box-shadow:inset 0 0 0 1px #d1af3a,inset 0 2px 0 0 #e2cc7e;text-align:center;text-transform:uppercase;color:#fff;font-size:18px;padding:10px;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.optin-box-18,.optin-box-18 h2{border-top-left-radius:6px;border-top-right-radius:6px;margin-bottom:20px}.optin-box-18 input{border-radius:3px;width:90%;margin:0 auto 1em;padding:1em;box-sizing:border-box}.optin-box-18 .description,.optin-box-18 .privacy,.optin-box-18 .text-link{display:none}.optin-box-19{text-align:center}.optin-box-19 form{position:relative}.optin-box-19 input[type=email],.optin-box-19 input[type=text]{border-radius:6px;color:#666;outline:0;margin:0;padding:0;width:100%;text-indent:20px;display:inline-block;height:62px!important;border:0;font-size:18px;box-shadow:none;background:#fff}.optin-box-19 button.default-button{position:absolute;top:4px;right:4px;margin:0;display:inline-block;height:54px;padding:0 20px;font-family:inherit;font-size:18px;font-weight:700;text-decoration:none;text-align:center;color:#fff;border-radius:3px;background-color:#004a80;white-space:nowrap;line-height:normal}.optin-box-19 button span{white-space:normal;padding:0 5px}.optin-box-19 button.default-link{display:block;margin:15px auto;color:inherit;font-size:14px;background:0 0;text-decoration:underline}.optin-box-19 p.privacy{opacity:.5;padding-top:10px}.optin-box-19 .description{margin-bottom:0}.eight .optin-box-19 input,.eleven .optin-box-19 input,.five .optin-box-19 input,.four .optin-box-19 input,.nine .optin-box-19 input,.one .optin-box-19 input,.one-fifth .optin-box-19 input,.one-fourth .optin-box-19 input,.one-half .split-half .optin-box-19 input,.one-third .optin-box-19 input,.seven .optin-box-19 input,.six .optin-box-19 input,.ten .optin-box-19 input,.three .optin-box-19 input,.twelve .optin-box-19 input,.two .optin-box-19 input,.two-fifths .optin-box-19 input{margin-top:15px;width:100%;display:block;border-radius:6px;font-size:16px;text-indent:0!important}.eight .optin-box-19 button.default-button,.eleven .optin-box-19 button.default-button,.five .optin-box-19 button.default-button,.four .optin-box-19 button.default-button,.nine .optin-box-19 button.default-button,.one .optin-box-19 button.default-button,.one-fifth .optin-box-19 button.default-button,.one-fourth .optin-box-19 button.default-button,.one-half .split-half .optin-box-19 button.default-button,.one-third .optin-box-19 button.default-button,.seven .optin-box-19 button.default-button,.six .optin-box-19 button.default-button,.ten .optin-box-19 button.default-button,.three .optin-box-19 button.default-button,.twelve .optin-box-19 button.default-button,.two .optin-box-19 button.default-button,.two-fifths .optin-box-19 button.default-button{position:static;padding:0;margin-top:15px;width:100%;display:block;border-radius:6px}.optin-box-19 button.css-button{max-width:50%;display:inline-block;position:absolute!important;right:0;top:0}.optin-box-20{text-align:center}.optin-box-20 h2{color:inherit}.optin-box-20 form{text-align:left;margin:0 auto;padding:20px;border-radius:8px;background:#fff;background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0, rgba(231,231,242,1) 100%);background:linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(231,231,242,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e7e7f2', GradientType=0);box-shadow:0 0 10px 0 rgba(0,0,0,.5)}.optin-box-20 input[type=email],.optin-box-20 input[type=text]{font-family:inherit;font-size:24px;color:#ccc;line-height:normal;display:inline-block;margin:0;padding:10px;width:70%;height:54px;border:none;border-radius:6px;box-shadow:inset 0 0 0 1px #999,inset 0 2px 10px 0 rgba(0,0,0,.1);box-sizing:border-box}.optin-box-20 input+div{display:inline-block;vertical-align:middle;width:27%}.optin-box-20 input+div .css-button{width:100%;margin:0 0 0 16px}.optin-box-20 input[type=email]:focus,.optin-box-20 input[type=text]:focus{color:#999}.optin-box-20 button.default-button{text-align:center;text-decoration:none;font-family:inherit;font-size:24px;font-weight:700;color:#fff;text-shadow:0 1px #000;display:inline-block;margin:0 0 0 16px;padding:15px 5px;border:none!important;line-height:normal;height:auto;width:27%;background:#449dff;background:-webkit-linear-gradient(top, rgba(68,157,255,1) 0, rgba(32,100,255,1) 100%);background:linear-gradient(to bottom,rgba(68,157,255,1) 0,rgba(32,100,255,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#449dff', endColorstr='#2064ff', GradientType=0);border-radius:6px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.25),inset 0 2px 0 0 rgba(255,255,255,.25)}.optin-box-20 button.default-button:hover{box-shadow:inset 0 0 0 1px rgba(0,0,0,.25),inset 0 2px 0 0 rgba(255,255,255,.25),inset 0 0 0 100px rgba(255,255,255,.1)}.optin-box-20 button.default-button:active{box-shadow:inset 0 0 0 1px rgba(0,0,0,.25),inset 0 2px 0 0 rgba(0,0,0,.25),inset 0 0 0 100px rgba(0,0,0,.1)}.optin-box-20 button.default-link{display:block;margin:15px auto;color:inherit;font-size:14px;background:0 0;text-decoration:underline}.optin-box-20 button span{white-space:normal}.optin-box-20 p.privacy{opacity:.5;padding-top:10px}.eight .optin-box-20 input[type=email],.eight .optin-box-20 input[type=text],.eleven .optin-box-20 input[type=email],.eleven .optin-box-20 input[type=text],.five .optin-box-20 input[type=email],.five .optin-box-20 input[type=text],.four .optin-box-20 input[type=email],.four .optin-box-20 input[type=text],.four-fifths .optin-box-20 input[type=email],.four-fifths .optin-box-20 input[type=text],.nine .optin-box-20 input[type=email],.nine .optin-box-20 input[type=text],.one .optin-box-20 input[type=email],.one .optin-box-20 input[type=text],.one-fifth .optin-box-20 input[type=email],.one-fifth .optin-box-20 input[type=text],.one-fourth .optin-box-20 input[type=email],.one-fourth .optin-box-20 input[type=text],.one-half .optin-box-20 input[type=email],.one-half .optin-box-20 input[type=text],.one-half .split-half .optin-box-20 input[type=email],.one-half .split-half .optin-box-20 input[type=text],.one-third .optin-box-20 input[type=email],.one-third .optin-box-20 input[type=text],.seven .optin-box-20 input[type=email],.seven .optin-box-20 input[type=text],.six .optin-box-20 input[type=email],.six .optin-box-20 input[type=text],.ten .optin-box-20 input[type=email],.ten .optin-box-20 input[type=text],.three .optin-box-20 input[type=email],.three .optin-box-20 input[type=text],.three-fifths .optin-box-20 input[type=email],.three-fifths .optin-box-20 input[type=text],.three-fourths .optin-box-20 input[type=email],.three-fourths .optin-box-20 input[type=text],.twelve .optin-box-20 input[type=email],.twelve .optin-box-20 input[type=text],.two .optin-box-20 input[type=email],.two .optin-box-20 input[type=text],.two-fifths .optin-box-20 input[type=email],.two-fifths .optin-box-20 input[type=text],.two-fourths .optin-box-20 input[type=email],.two-fourths .optin-box-20 input[type=text],.two-thirds .optin-box-20 input[type=email],.two-thirds .optin-box-20 input[type=text]{font-size:20px;width:100%;display:block;border-radius:6px}.one-fifth .optin-box-20 input[type=email],.one-fifth .optin-box-20 input[type=text],.one-fourth .optin-box-20 input[type=email],.one-fourth .optin-box-20 input[type=text],.one-half .optin-box-20 input[type=email],.one-half .optin-box-20 input[type=text],.one-half .split-half .optin-box-20 input[type=email],.one-half .split-half .optin-box-20 input[type=text],.one-third .optin-box-20 input[type=email],.one-third .optin-box-20 input[type=text],.two-fifths .optin-box-20 input[type=email],.two-fifths .optin-box-20 input[type=text]{font-size:14px;text-indent:10px}.eight .optin-box-20 button.default-button,.eleven .optin-box-20 button.default-button,.five .optin-box-20 button.default-button,.four .optin-box-20 button.default-button,.four-fifths .optin-box-20 button.default-button,.nine .optin-box-20 button.default-button,.one .optin-box-20 button.default-button,.one-fifth .optin-box-20 button.default-button,.one-fourth .optin-box-20 button.default-button,.one-half .optin-box-20 button.default-button,.one-half .split-half .optin-box-20 button.default-button,.one-third .optin-box-20 button.default-button,.seven .optin-box-20 button.default-button,.six .optin-box-20 button.default-button,.ten .optin-box-20 button.default-button,.three .optin-box-20 button.default-button,.three-fifths .optin-box-20 button.default-button,.three-fourths .optin-box-20 button.default-button,.twelve .optin-box-20 button.default-button,.two .optin-box-20 button.default-button,.two-fifths .optin-box-20 button.default-button,.two-fourths .optin-box-20 button.default-button,.two-thirds .optin-box-20 button.default-button{padding:15px 5px;margin:15px 0 0;width:100%;display:block;border-radius:6px}.one-fifth .optin-box-20 button,.one-fourth .optin-box-20 button,.one-half .optin-box-20 button,.one-half .split-half .optin-box-20 button,.one-third .optin-box-20 button,.two-fifths .optin-box-20 button{font-size:16px}.optin-box-21{position:relative;background-color:#fffdf3;box-shadow:0 0 5px 2px rgba(0,0,0,.25);margin:10px 0}.optin-box-21:before{content:"";z-index:1;position:absolute;top:-10px;height:100px;width:100%;padding:0 10px;margin-left:-10px;background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%);background:linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(255,255,255,1) 10%,rgba(255,255,255,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0)}.optin-box-21:after{content:"";z-index:1;position:absolute;bottom:-10px;height:100px;width:100%;padding:0 10px;margin-left:-10px;background:-webkit-linear-gradient(top, rgba(255,255,255,0) 0, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);background:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0)}.optin-box-21 .optin-box-content{padding:25px 40px;z-index:2;position:relative}.optin-box-21 h2{font-family:inherit;font-style:inherit;color:inherit}.optin-box-21 input,.optin-box-21 input:focus{display:block;height:40px;width:100%;padding:0 10px!important;line-height:14px;font-family:inherit;font-size:14px;font-weight:100;text-align:left;color:#777;border:1px solid #cacaca;border-radius:3px;box-shadow:inset 0 2px 2px rgba(0,1,1,.02);background:-webkit-linear-gradient(top, rgba(0,1,1,.03) 0, rgba(255,255,255,.03) 100%) #fff;background:linear-gradient(to bottom,rgba(0,1,1,.03) 0,rgba(255,255,255,.03) 100%) #fff;box-sizing:border-box}.optin-box-21 button{display:block;padding:20px 0;width:100%;border:1px solid #fa2;border-radius:6px;line-height:normal;font-size:32px;font-family:inherit;font-weight:700;color:#000;text-decoration:none;text-shadow:1px 1px 0 #fe6;text-align:center;background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%) #ffec64;background:linear-gradient(to bottom,#ffec64 5%,#ffab23 100%) #ffec64;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');box-shadow:inset 0 1px 0 0 #fff6af}.optin-box-21 button:hover{background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%) #ffab23;background:linear-gradient(to bottom,#ffab23 5%,#ffec64 100%) #ffab23;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64')}.optin-box-21 button:active{position:relative;top:1px}.optin-box-21 button span{white-space:normal}.optin-box-21 a.text-link{display:none;margin-top:15px;color:inherit;text-align:center}.optin-box-21 p.privacy{margin-top:20px;opacity:.5}.one-fifth .optin-box-21 div,.one-fourth .optin-box-21 div,.one-half .split-half .optin-box-21 div,.one-third .optin-box-21 div,.two-fifths .optin-box-21 div{padding:25px}.one-fifth .optin-box-21 button,.one-fourth .optin-box-21 button,.one-half .split-half .optin-box-21 button,.one-third .optin-box-21 button,.two-fifths .optin-box-21 button{font-size:20px}.optin-box-22{margin-bottom:20px}.optin-box-22 h2{border-bottom:2px solid rgba(0,0,0,.2);margin-bottom:20px;padding-bottom:10px}.optin-box-22 .description{margin-bottom:0}.optin-box-22 input{width:100%;box-shadow:inset 0 0 0 2px rgba(0,0,0,.2);border-radius:6px;padding:1.3em;margin:0 0 1em;box-sizing:border-box;color:#a3a3a3}.optin-box-22 button{text-align:center;display:block;width:100%;padding:15px 0;background:#004a80;border-radius:6px;color:#fff;font-weight:400;font-size:16px;text-decoration:none}.optin-box-22 button span{white-space:normal}.optin-box-23{background-color:#f2f8fb;box-shadow:inset 0 0 0 1px #fff,0 1px 3px 0 rgba(0,0,0,.2);padding-bottom:20px;text-align:center}.optin-box-23 h2{display:block;background-color:#d1af3a;box-shadow:inset 0 0 0 1px #d1af3a,inset 0 2px 0 0 #e2cc7e;text-align:center;text-transform:uppercase;color:#fff!important;font-size:18px;padding:15px 20px;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.optin-box-23 .description{margin-bottom:0}.optin-box-23 div{margin-right:20px;margin-left:20px}.optin-box-23,.optin-box-23 h2{border-top-left-radius:6px;border-top-right-radius:6px;margin-bottom:20px}.optin-box-23 input{border-radius:3px;width:90%;margin:0 auto 1em;padding:1em;box-sizing:border-box}.optin-box-23 button{display:inline-block;padding:10px 20px;margin:0 auto;color:#fff;font-weight:400;font-size:14px;text-decoration:none;text-shadow:0 -1px rgba(0,0,0,.5);border:1px solid rgba(0,0,0,.25);border-radius:4px;box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);background-color:#4080bb;background-image:-webkit-linear-gradient(top, #4686c2, #3876b0);background-image:linear-gradient(to bottom,#4686c2,#3876b0);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4686c2', endColorstr='#ff3876b0', GradientType=0)}.optin-box-23 button:active{box-shadow:inset 0 1px 0 rgba(0,0,0,.2),inset 0 0 0 100px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.05)}.optin-box-23 button span{white-space:normal}.optin-box-24 h2{border-bottom:0;margin-bottom:10px;padding-bottom:10px;font-size:25px;text-align:center}.optin-box-24 input{color:#555;width:100%;border-radius:0;padding:15px;margin:0 0 .8em;box-sizing:border-box;font-size:17px;background:#eee;border:0;border:1px solid transparent;box-shadow:inset 0 2px 3px rgba(0,0,0,.1)}.optin-box-24 button{width:100%;padding:30px 45px;border-color:#000;border-width:0;border-radius:6px;background:#ffac24;box-shadow:inset 0 0 0 1px rgba(255,255,0,.5)}.optin-box-24 .image-button{padding:0;background:0 0;box-shadow:none;border-radius:0}.optin-box-24 span{font-size:32px;color:#fff;font-weight:700;text-shadow:#000 0 1px 1px;white-space:normal}.optin-box-24 p.privacy{text-align:center;margin-top:.8em;opacity:.5}.one-column .optin-box-13,.one-column .optin-box-14,.one-column .optin-box-21,.one-column .optin-box-22,.one-column .optin-box-23,.one-column .optin-box-24{width:450px;margin-left:auto;margin-right:auto}@media only screen and (max-width :320px){.optin-box-24 button{padding:10px 15px}.optin-box-24 span{font-size:22px}}.reveal-modal-bg{position:fixed;height:100%;width:100%;background:#000;background:rgba(0,0,0,.8);z-index:100;display:none;top:0;left:0}a.close-optin-modal{height:44px;width:44px;position:absolute;top:-22px;right:-22px;cursor:pointer}.optin-modal-link{display:block;margin-top:200px;text-align:center}.optin-modal{position:fixed}.optin-modal-style-1{visibility:hidden;top:100px;left:50%;margin-left:-240px;width:380px;position:fixed;z-index:9999;border-radius:6px;box-shadow:0 0 10px rgba(0,0,0,.4);background-color:#fff;border:1px solid #000}.optin-modal-style-1 h2{position:relative;font-family:inherit;font-weight:700;font-size:32px;text-align:center;text-shadow:0 0 1px #000,0 0 1px #000,0 1px 1px #000;color:#fff;display:block;padding:10px 20px;margin:0;border-bottom:1px solid #000;border-top-left-radius:6px;border-top-right-radius:6px;background:#666;box-shadow:inset 0 1px 0 0 rgba(255,255,255,.25)}.optin-modal-style-1 h2:after{content:"";display:block;width:0;height:0;margin:0 auto;position:relative;top:25px;left:0;right:0;border-left:15px solid transparent;border-right:15px solid transparent;border-top:15px solid #666;z-index:5}.optin-modal-style-1 h2:before{content:"";display:block;width:0;height:0;margin:0 auto;position:relative;top:81px;left:0;right:0;border-left:16px solid transparent;border-right:16px solid transparent;border-top:16px solid #000;z-index:5}.optin-modal-style-1 form{padding:45px 40px 40px;margin:0!important}.optin-modal-style-1 label{text-align:center;font-size:14px;font-weight:400;color:#999;margin-bottom:15px}.optin-modal-style-1 label span{color:#999;font-weight:700;text-transform:uppercase}.optin-modal-style-1 label span:after{content:" — "}.optin-modal-style-1 input{height:60px;width:280px;padding:0 10px;margin:0 0 40px;border:0;border-radius:3px;box-shadow:inset 0 1px 0 1px rgba(0,0,0,.05),0 0 0 1px #aaa;background-color:#f2f2f2;font-size:24px;font-family:inherit}.optin-modal-style-1 input:focus,.optin-modal-style-1 input:hover{border:0;box-shadow:inset 0 1px 0 1px rgba(0,0,0,.05),0 0 0 1px #bbb}.optin-modal-style-1 .css-button{padding-left:0!important;padding-right:0!important;width:100%!important}.optin-modal-style-1 p.privacy{display:block;text-align:center;padding:2em 40px;margin:0!important;background-color:#f2f2f2;border-bottom-right-radius:6px;border-bottom-left-radius:6px;box-shadow:0 -1px 0 0 #ccc,inset 0 1px 0 0 #e5e5e5;color:#999}.optin-modal-style-1 p.privacy span{display:block;font-weight:700;margin-bottom:.5em;color:#333}@media only screen and (max-width :320px){.optin-modal-style-1{margin-left:-210px;width:320px}.optin-modal-style-1 input{width:220px}}.optin-modal-style-2{visibility:hidden;top:100px;left:50%;margin-left:-410px;width:720px;position:fixed;z-index:9999;border-radius:6px;box-shadow:0 0 10px rgba(0,0,0,.4);background-color:#fff;border:1px solid #000}.optin-modal-style-2 h2{font-family:inherit;font-weight:700;font-size:32px;text-align:center;color:#000;display:block;padding:40px 40px 0;margin:0}.optin-modal-style-2 form{padding:20px 40px;margin:0!important;text-align:center}.optin-modal-style-2 label,.optin-modal-style-2 label span{display:none}.optin-modal-style-2 input{height:60px;width:620px;padding:0 10px;margin:0 auto 20px;border:0;border-radius:3px;box-shadow:inset 0 1px 0 1px rgba(0,0,0,.05),0 0 0 1px #aaa;background-color:#f2f2f2;font-size:24px;font-family:inherit;text-align:center}.optin-modal-style-2 input:focus,.optin-modal-style-2 input:hover{border:0;box-shadow:inset 0 1px 0 1px rgba(0,0,0,.05),0 0 0 1px #bbb}.optin-modal-style-2 p.privacy{text-align:center;padding:20px 40px 40px;margin:0!important;color:#999}.optin-modal-style-2 p.privacy span{font-weight:700;color:#333}@media only screen and (max-width :320px){.optin-modal-style-2{margin-left:-210px;width:320px}.optin-modal-style-2 input{width:220px}.optin-modal-style-2 .css-button{padding-left:0!important;padding-right:0!important;width:100%!important}}.optin-modal-style-3{visibility:hidden;top:100px;left:50%;margin-left:-410px;width:720px;position:fixed;z-index:9999;border-radius:6px;box-shadow:0 0 10px rgba(0,0,0,.4),inset 0 0 0 5px #F90;background-color:#fff;border:1px solid #000}.optin-modal-style-3 h2{font-family:inherit;font-weight:700;font-size:32px;text-align:center;color:#000;display:block;padding:40px 40px 0;margin:0}.optin-modal-style-3 form{padding:20px 40px;margin:0!important;text-align:center}.optin-modal-style-3 label,.optin-modal-style-3 label span{display:none}.optin-modal-style-3 input{height:60px;width:620px;padding:0 10px;margin:0 auto 20px;border:0;border-radius:3px;box-shadow:inset 0 1px 0 1px rgba(0,0,0,.05),0 0 0 1px #aaa;background-color:#f2f2f2;font-size:24px;font-family:inherit;text-align:center}.optin-modal-style-2 input:focus,.optin-modal-style-3 input:hover{border:0;box-shadow:inset 0 1px 0 1px rgba(0,0,0,.05),0 0 0 1px #bbb}.optin-modal-style-3 p.privacy{text-align:center;padding:20px 40px 40px;margin:0!important;color:#999}.optin-modal-style-3 p.privacy span{font-weight:700;color:#333}@media only screen and (max-width :320px){.optin-modal-style-3{margin-left:-210px;width:320px}.optin-modal-style-3 input{width:220px}.optin-modal-style-3 .css-button{padding-left:0!important;padding-right:0!important;width:100%!important}}.step-graphics-1{margin:20px auto;display:table}.step-graphics-1 li{display:block;list-style:none;float:left;width:172px;padding-left:18px;padding-right:18px;height:42px;line-height:36px;background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/order_step_graphics/colour-arrows.png);background-repeat:no-repeat;background-position:0 -50px;margin-left:-15px;text-align:center}.step-graphics-1 li a{text-decoration:none;white-space:nowrap}.step-graphics-1 li span{opacity:.3;font-size:16px;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.5)}.step-graphics-1 li.current-step span{opacity:1}.step-graphics-1 li span:first-child{font-weight:700;color:#3f3f3f;font-size:28px;margin-right:5px;font-style:italic;text-shadow:-1px 0 0 rgba(255,255,255,.4)}.step-graphics-1 li span{line-height:36px;vertical-align:middle}.step-graphics-1.step-green li.current-step,.step-graphics-1.step-green li.previous-step{background-position:0 0}.step-graphics-1.step-orange li.current-step,.step-graphics-1.step-orange li.previous-step{background-position:0 -100px}.step-graphics-1.step-grey li{background-position:0 -152px}.step-graphics-1.step-grey li.current-step,.step-graphics-1.step-grey li.previous-step{background-position:0 -50px}.step-graphics-1 li:first-child{margin-left:0}@media only screen and (max-width:767px){.step-graphics-1 li{margin:0 auto}}@media only screen and (max-width:479px){.step-graphics-1 li{float:none}}.step-graphics-2{margin:20px auto;background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/order_step_graphics/blue-gradient.png);background-repeat:repeat-x;background-position:0 0;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.2);height:59px;display:block;max-width:600px}.step-graphics-2.step-graphics-2-grey{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/order_step_graphics/grey-gradient.png)}.step-graphics-2 li{display:block;list-style:none;float:left;width:191px;margin:2px 0 0;padding:0;height:69px;line-height:64px;text-align:center;position:relative;top:-5px}.floating-featured-panel-fluid .step-graphics-2 li{margin-bottom:-13px}.floating-featured-panel-fluid .step-graphics-2{height:auto;background-repeat:repeat}.step-graphics-2 li a{text-decoration:none;white-space:nowrap}.step-graphics-2 li span{opacity:.3;display:block}.step-graphics-2 li.current-step{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/order_step_graphics/large-colour-arrows.png);background-repeat:no-repeat;background-position:0 0;padding-left:10px;padding-right:10px}.step-graphics-2 li.current-step:first-child{margin-left:-14px}.step-graphics-2 li.current-step:last-child{position:relative;right:-23px}.step-graphics-2 li.current-step span,.step-graphics-2 li.previous-step span{opacity:1}.step-graphics-2 li span{font-weight:700;color:#fff;font-size:28px;font-style:normal;text-shadow:0 -1px 0 #000;vertical-align:middle;line-height:63px}.step-graphics-2.step-orange li.current-step{background-position:0 -69px}.step-graphics-2.step-dark li.current-step{background-position:0 0}.price-style-1{color:#b10000;font-size:113px;line-height:normal;font-weight:700;text-shadow:2px 2px 0 #fff,3px 3px 3px rgba(0,0,0,.25);display:block;text-align:center}.tour-element-1{margin:40px auto;display:table}.tour-element-1 button{float:left}.tour-element-1 p{float:left;font-size:20px;margin-top:10px;margin-left:20px;line-height:70px;color:#c1c1c1}.tour-element-1 p a{color:#5296c6;margin-left:5px}.tour-element-1 .button-style-2 span{display:block;padding:0 40px;height:65px;line-height:65px;font-size:30px;font-weight:700;letter-spacing:-1px}.floating-featured-panel-fluid .tour-element-1 .button-style-2 span{height:auto;width:100%;line-height:1.2em;padding:15px 40px;display:block;box-sizing:border-box}.tour-element-1 a.button-style-2{display:inline-block;float:left;color:#fff!important}.floating-featured-panel-fluid .tour-element-1 p{line-height:1.2em}.tour-element-2{background-color:#F5F5F5;padding:10px 20px;margin:40px auto;display:table;max-width:550px;border-radius:12px}.tour-element-2 button{float:left}.tour-element-2 p{float:left;font-size:20px;margin:10px 0 0 20px;line-height:70px;color:#c1c1c1}.tour-element-2 p a{color:#5296c6;margin-left:5px}.tour-element-2 .button-style-2 span{display:block;padding:0 40px;height:65px;line-height:65px;font-size:30px;font-weight:700;letter-spacing:-1px}.floating-featured-panel-fluid .tour-element-2 .button-style-2 span{padding:15px 40px;display:block;height:auto;line-height:1.2em;box-sizing:border-box}.tour-element-2 a.button-style-2{display:inline-block;float:left;text-decoration:none;color:#fff!important}.floating-featured-panel-fluid .tour-element-2 p{margin-bottom:10px;line-height:1.2em}.tour-element-3{background-color:#f5f5f5;padding:10px 20px;margin:40px auto;display:table;border-radius:12px;width:100%}.floating-featured-panel-fluid .tour-element-3{box-sizing:border-box}.tour-element-3 .tour-element-content{float:left}.tour-element-3 button{float:right}.tour-element-3 h2{color:#5e5e5e;font-size:24px;margin:0;padding:20px 0 0}.tour-element-3 p{color:#8f8f8f;font-size:17px}.tour-element-3 p a{color:#5296c6;margin-left:5px}.tour-element-3 .button-style-2 span{display:block;padding:0 40px;height:65px;line-height:65px;font-size:30px;font-weight:700;letter-spacing:-1px}.floating-featured-panel-fluid .tour-element-3 .button-style-2 span{height:auto;line-height:1.2em;width:100%;padding:15px 40px;box-sizing:border-box}.tour-element-3 a.button-style-2{display:inline-block;float:right;color:#fff!important}.tour-element-1 a.button-style-2:hover span,.tour-element-2 a.button-style-2:hover span,.tour-element-3 a.button-style-2:hover span{text-decoration:underline}.order-box-1{background-color:#f5f6f7;border:5px solid #edeeef;outline:#dbdbdb solid 1px;max-width:600px;margin:30px auto;overflow:hidden}.order-box-1 img{max-width:100%;height:auto;padding:0 10px;box-sizing:border-box}.order-box-1 .order-box-header h2{background-color:#edeeef;margin:0 0 20px;padding:10px 0;text-align:center;font-size:42px;font-weight:700;text-shadow:2px 0 0 #fff,0 2px 0 #fff,0 -2px 0 #fff,-2px 0 0 #fff,3px 3px 3px rgba(0,0,0,.25)}.order-box-1 .order-box-header{text-align:center;padding:0}.order-box-1 .order-box-content{padding:20px}.guarantee-box-1,.guarantee-box-12,.guarantee-box-13,.guarantee-box-14,.guarantee-box-15,.guarantee-box-16,.guarantee-box-17,.guarantee-box-18,.guarantee-box-2,.guarantee-box-3,.guarantee-box-4,.guarantee-box-5,.guarantee-box-6,.guarantee-box-7,.guarantee-box-8,.guarantee-box-9{display:block;margin-left:auto;margin-right:auto}.button-atc-1,.button-atc-2,.button-atc-3,.button-atc-4,.button-atc-5,.button-atc-6{color:transparent;text-shadow:none;background-color:transparent;border:0;max-width:100%;height:auto;background-size:100% auto}.button-atc-1 img,.button-atc-2 img,.button-atc-3 img,.button-atc-4 img,.button-atc-5 img,.button-atc-6 img{max-width:100%;width:auto;height:auto;display:block}.button-atc-1{width:362px;background-color:transparent;background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/button/cart/atc-1.png);background-repeat:no-repeat;background-position:0 0;background-size:100% auto;border:0;padding:0;text-transform:capitalize;overflow:hidden;cursor:pointer}.button-atc-1:hover{background-position:0 center}.button-atc-1.active-state,.button-atc-1:active{background-position:left bottom}.button-atc-2{width:420px;background-color:transparent;background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/button/cart/atc-2.png);background-repeat:no-repeat;background-position:0 0;border:0;padding:0;text-transform:capitalize;overflow:hidden;cursor:pointer}.button-atc-2:hover{background-position:0 50%}.button-atc-2.active-state,.button-atc-2:active{background-position:left bottom}.button-atc-3{width:444px;background-color:transparent;background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/button/cart/atc-3.png);background-repeat:no-repeat;background-position:0 0;border:0;padding:0;text-transform:capitalize;overflow:hidden;cursor:pointer}.button-atc-3:hover{background-position:0 center}.button-atc-3.active-state,.button-atc-3:active{background-position:0 bottom}.button-atc-4{width:424px;background-color:transparent;background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/button/cart/atc-4.png);background-repeat:no-repeat;background-position:0 0;border:0;padding:0;text-transform:capitalize;overflow:hidden;cursor:pointer}.button-atc-4:hover{background-position:0 center}.button-atc-4.active-state,.button-atc-4:active{background-position:0 bottom}.button-atc-5{width:360px;background-color:transparent;background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/button/cart/atc-5.png);background-repeat:no-repeat;background-position:0 0;border:0;padding:0;text-transform:capitalize;overflow:hidden;cursor:pointer}.button-atc-5:hover{background-position:0 center}.button-atc-5.active-state,.button-atc-5:active{background-position:0 bottom}.button-atc-6{width:424px;background-color:transparent;background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/button/cart/atc-6.png);background-repeat:no-repeat;background-position:0 0;border:0;padding:0;text-transform:capitalize;overflow:hidden;cursor:pointer}.button-atc-6:hover{background-position:0 center}.button-atc-6.active-state,.button-atc-6:active{background-position:0 bottom}a.button-atc-1,a.button-atc-2,a.button-atc-3,a.button-atc-4,a.button-atc-5,a.button-atc-6,a.button-atc-7,a.button-atc-8{display:inline-block}.ie7 a.button-atc-1,.ie7 a.button-atc-2,.ie7 a.button-atc-3,.ie7 a.button-atc-4,.ie7 a.button-atc-5,.ie7 a.button-atc-6,.ie7 a.button-atc-7,.ie7 a.button-atc-8{display:block}.button-style-1{background-color:transparent;background-repeat:no-repeat;background-position:0 -174px;border:0;padding:0 0 0 25px;max-width:100%;box-sizing:border-box}a.button-style-1{display:inline-block;text-align:center;text-decoration:none}.button-style-1 span{background-repeat:no-repeat;background-position:top right;padding-right:25px;line-height:54px;color:#fff;font-size:18px;text-shadow:1px 1px rgba(0,0,0,.5);display:block;height:54px;min-width:150px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100%;box-sizing:border-box}.button-style-1-blue,.button-style-1-blue span{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/button/bg_img_1/button-style-1-blue.png)}.button-style-1-green,.button-style-1-green span{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/button/bg_img_1/button-style-1-green.png)}.button-style-1-light-green,.button-style-1-light-green span{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/button/bg_img_1/button-style-1-light-green.png)}.button-style-1-orange,.button-style-1-orange span{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/button/bg_img_1/button-style-1-orange.png)}.button-style-1-red,.button-style-1-red span{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/button/bg_img_1/button-style-1-red.png)}.button-style-1-silver,.button-style-1-silver span{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/button/bg_img_1/button-style-1-silver.png);color:#5a5a5a;text-shadow:1px 1px rgba(255,255,255,.85)}.button-style-1-teal,.button-style-1-teal span{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/button/bg_img_1/button-style-1-teal.png)}.button-style-1:hover{background-position:0 -234px}.button-style-1:hover span{background-position:right -60px}.button-style-1.active-state,.button-style-1:active{background-position:0 -294px}.button-style-1.active-state span,.button-style-1:active span{background-position:right -120px}button{overflow:visible;padding:0;border:0;position:relative;outline:0;text-transform:none}.ie7 button{position:static}button span{border:0;display:block;white-space:nowrap}button.active-state span,button:active span{margin-top:-1px\0/;margin-left:-1px\0/}.button-style-5{max-width:344px;display:inline-block;padding:0;text-align:center;cursor:pointer;height:auto;background:-webkit-linear-gradient(top, #b1cb3b 0, #677828 100%);background:linear-gradient(to bottom,#b1cb3b 0,#677828 100%);border:2px solid #f0f0f0;border-radius:10px;box-shadow:inset 0 0 2px #899e39,inset 0 1px 1px #899e39,inset 0 2px 1px #fff}.button-style-5:hover{background:-webkit-linear-gradient(top, #c0d547 0, #7b8f30 100%);background:linear-gradient(to bottom,#c0d547 0,#7b8f30 100%)}.button-style-5:active{box-shadow:inset 0 0 2px #899e39,inset 0 1px 1px #899e39,inset 0 2px 1px #fff,inset 0 10px 15px rgba(0,0,0,.2)}.button-style-5.button-style-5-orange{background:-webkit-linear-gradient(top, #f39e14 0, #cc5201 100%);background:linear-gradient(to bottom,#f39e14 0,#cc5201 100%);box-shadow:inset 0 0 2px #d56912,inset 0 1px 1px #d56912,inset 0 2px 1px #fff}.button-style-5.button-style-5-orange:hover{background:-webkit-linear-gradient(top, #f5b118 0, #d66201 100%);background:linear-gradient(to bottom,#f5b118 0,#d66201 100%)}.button-style-5.button-style-5-orange:active{box-shadow:inset 0 0 2px #d56912,inset 0 1px 1px #d56912,inset 0 2px 1px #fff,inset 0 10px 15px rgba(0,0,0,.2)}.button-style-5 img{position:relative;max-width:90%;width:auto;height:auto;vertical-align:middle;padding:6% 0}.button-style-2{border-style:none;border-radius:8px;margin:10px 0;box-shadow:0 0 0 3px #ececec;font-size:20px;color:#fff}.button-style-2 span{padding:9px 30px;border-radius:8px;display:block}.button-style-2-orange{background:#f39d13;background:-webkit-linear-gradient(top, #f39d13 0, #c64f01 100%);background:linear-gradient(to bottom,#f39d13 0,#c64f01 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f39d13', endColorstr='#c64f01', GradientType=0);border:1px solid #c94f00;text-shadow:0 1px #bf1802}.button-style-2-orange span{border-top:1px solid #f9d0a0}.button-style-2-orange.active-state,.button-style-2-orange:active{background:#c64f01;background:-webkit-linear-gradient(top, #c64f01 0, #f39d13 100%);background:linear-gradient(to bottom,#c64f01 0,#f39d13 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c64f01', endColorstr='#f39d13', GradientType=0)}.button-style-2-green{background:#a1c132;background:-webkit-linear-gradient(top, #a1c132 0, #657628 100%);background:linear-gradient(to bottom,#a1c132 0,#657628 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1c132', endColorstr='#657628', GradientType=0);border:1px solid #899e39;text-shadow:0 1px #3c631b}.button-style-2-green span{border-top:1px solid #d8e5a9}.button-style-2-green.active-state,.button-style-2-green:active{background:#657628;background:-webkit-linear-gradient(top, #657628 0, #a1c132 100%);background:linear-gradient(to bottom,#657628 0,#a1c132 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#657628', endColorstr='#a1c132', GradientType=0)}.button-style-3{background-color:transparent;background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/button/bg_color_2/button-style-2-yellow.png);background-repeat:no-repeat;background-position:0 0;background-size:100% auto;border:0;height:104px;width:400px;cursor:pointer}a.button-style-3{display:inline-block;text-align:center;max-width:100%;line-height:100%;vertical-align:middle;position:relative;height:auto}a.button-style-3 img{vertical-align:top;display:inline-block;padding:0;max-height:100%;max-width:100%;box-sizing:border-box;width:auto;height:auto}.button-style-3-silver{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/button/bg_color_2/button-style-2-silver.png)}.button-style-3:hover{background-position:0 center}.button-style-3.active-state,.button-style-3:active{background-position:0 bottom}.button-style-4{background-color:transparent;background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/button/bg_img_4/button-style-4-orange.png);background-repeat:no-repeat;background-position:0 0;border:0;width:355px;padding:0;cursor:pointer;position:relative;max-width:100%;height:auto;background-size:100% auto}a.button-style-4{display:inline-block;text-align:center}a.button-style-4 img{position:relative;top:20px;max-width:100%;width:auto;height:auto}.button-style-4 img:last-child{position:relative;top:0;padding:4% 0 6%;max-width:90%;vertical-align:middle}.button-style-4 .gradient{position:absolute;left:0;top:0;z-index:2}.button-style-4-red{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/button/bg_img_4/button-style-4-red.png);background-size:100% auto}.button-style-4-yellow{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/button/bg_img_4/button-style-4-yellow.png);background-size:100% auto}.button-style-4:hover{background-position:0 center}.button-style-4.active-state,.button-style-4:active{background-position:0 bottom}.button-atc-1,.button-atc-2,.button-atc-3,.button-atc-4,.button-atc-5,.button-atc-6,.button-atc-7,.button-atc-8,.button-style-1,.button-style-2,.button-style-3,.button-style-4,.button-style-5,.button-style-6,.button-style-7,.button-style-8{margin-bottom:10px}.button-atc-1:hover,.button-atc-2:hover,.button-atc-3:hover,.button-atc-4:hover,.button-atc-5:hover,.button-atc-6:hover,.button-atc-7:hover,.button-atc-8:hover,.button-style-1:hover,.button-style-2:hover,.button-style-3:hover,.button-style-4:hover,.button-style-5:hover,.button-style-6:hover,.button-style-7:hover,.button-style-8:hover,.button-style-css:hover{text-decoration:none!important}.op-button-blank{text-align:center}.main-content a.button-style-css,.main-content button.button-style-css{border-style:none;border-radius:8px;margin:10px 0;box-shadow:0 0 3px rgba(0,0,0,.5);font-size:20px;color:#fff!important;cursor:pointer}a.button-style-css{display:inline-block;text-decoration:none;border-radius:8px}.button-style-css span{padding:9px 30px;border-radius:8px;display:block}.button-style-css-small{font-size:14px}.button-style-css-small span{padding:4px 30px}a.button-style-css-small span{display:inline-block}.main-content a.button-style-css-rounded.button-style-css-small,.main-content a.button-style-css-rounded.button-style-css-small span,.main-content button.button-style-css-rounded.button-style-css-small,.main-content button.button-style-css-rounded.button-style-css-small span{border-radius:12px}.button-style-css-medium{font-size:18px}.button-style-css-medium span{padding:6px 30px}.button-style-css-rounded.button-style-css-medium,.button-style-css-rounded.button-style-css-medium span{border-radius:18px}.button-style-css-large{font-size:23px}.button-style-css-large span{padding:10px 40px}.main-content a.button-style-css-rounded.button-style-css-large,.main-content a.button-style-css-rounded.button-style-css-large span,.main-content button.button-style-css-rounded.button-style-css-large,.main-content button.button-style-css-rounded.button-style-css-large span{border-radius:30px}.main-content .button-style-css-black{background:#70747c;background:-webkit-linear-gradient(top, #70747c 0, #171718 100%);background:linear-gradient(to bottom,#70747c 0,#171718 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#70747c', endColorstr='#171718', GradientType=0);border:1px solid #000;text-shadow:0 1px 1px #000}.main-content a.button-style-css-black:hover,.main-content button.button-style-css-black:hover{background:#82868e;background:-webkit-linear-gradient(top, #82868e 0, #353537 100%);background:linear-gradient(to bottom,#82868e 0,#353537 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#82868e', endColorstr='#353537', GradientType=0)}.main-content .button-style-css-black span{border-top:1px solid #999}.main-content a.button-style-css-black:active,.main-content button.button-style-css-black.active-state{background:#171718;background:-webkit-linear-gradient(top, #171718 0, #70747c 100%);background:linear-gradient(to bottom,#171718 0,#70747c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#171718', endColorstr='#70747c', GradientType=0)}.button-style-css-darkblue{background:#556278;background:-webkit-linear-gradient(top, #556278 0, #353d4d 100%);background:linear-gradient(to bottom,#556278 0,#353d4d 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#556278', endColorstr='#353d4d', GradientType=0);border:1px solid #4d586d;text-shadow:0 1px 1px #000}.button-style-css-darkblue span{border-top:1px solid #acb1b9}.button-style-css-darkblue:hover{background:#62718a;background:-webkit-linear-gradient(top, #62718a 0, #454f63 100%);background:linear-gradient(to bottom,#62718a 0,#454f63 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62718a', endColorstr='#454f63', GradientType=0)}.button-style-css-darkblue.active-state,.button-style-css-darkblue:active{background:#353d4d;background:-webkit-linear-gradient(top, #353d4d 0, #556278 100%);background:linear-gradient(to bottom,#353d4d 0,#556278 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#353d4d', endColorstr='#556278', GradientType=0)}.main-content a.button-style-css-silver,.main-content button.button-style-css-silver{background:#fbfcfb;background:-webkit-linear-gradient(top, #fbfcfb 0, #e9e9e9 100%);background:linear-gradient(to bottom,#fbfcfb 0,#e9e9e9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfcfb', endColorstr='#e9e9e9', GradientType=0);border:1px solid #c8cccd;color:#777!important;text-shadow:0 1px 1px rgba(255,255,255,.8)}.main-content a.button-style-css-silver span,.main-content button.button-style-css-silver span{border-top:1px solid #fcfdfc}.main-content a.button-style-css-silver:hover,.main-content button.button-style-css-silver:hover{background:#fefefe;background:-webkit-linear-gradient(top, #fefefe 0, #f6f6f6 100%);background:linear-gradient(to bottom,#fefefe 0,#f6f6f6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f6f6f6', GradientType=0)}.main-content a.button-style-css-silver:active,.main-content button.button-style-css-silver.active-state{background:#e9e9e9;background:-webkit-linear-gradient(top, #e9e9e9 0, #fbfcfb 100%);background:linear-gradient(to bottom,#e9e9e9 0,#fbfcfb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#fbfcfb', GradientType=0)}.button-style-css-red{background:#f00700;background:-webkit-linear-gradient(top, #f00700 0, #b10400 100%);background:linear-gradient(to bottom,#f00700 0,#b10400 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f00700', endColorstr='#b10400', GradientType=0);border:1px solid #d20500;color:#fff;text-shadow:0 1px 1px rgba(255,255,255,.8)}.button-style-css-red span{border-top:1px solid #f98f8c}.button-style-css-red:hover{background:#ff150d;background:-webkit-linear-gradient(top, #ff150d 0, #d40400 100%);background:linear-gradient(to bottom,#ff150d 0,#d40400 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff150d', endColorstr='#d40400', GradientType=0)}.button-style-css-red.active-state,.button-style-css-red:active{background:#b10400;background:-webkit-linear-gradient(top, #b10400 0, #f00700 100%);background:linear-gradient(to bottom,#b10400 0,#f00700 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b10400', endColorstr='#f00700', GradientType=0)}.button-style-css-orange{background:#fb6b03;background:-webkit-linear-gradient(top, #fb6b03 0, #c83400 100%);background:linear-gradient(to bottom,#fb6b03 0,#c83400 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb6b03', endColorstr='#c83400', GradientType=0);border:1px solid #e24701;text-shadow:0 1px #bf1802}.button-style-css-orange span{border-top:1px solid #fdb38b}.button-style-css-orange:hover{background:#fc791c;background:-webkit-linear-gradient(top, #fc791c 0, #e83e00 100%);background:linear-gradient(to bottom,#fc791c 0,#e83e00 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc791c', endColorstr='#e83e00', GradientType=0)}.button-style-css-orange.active-state,.button-style-css-orange:active{background:#c83400;background:-webkit-linear-gradient(top, #c83400 0, #fb6b03 100%);background:linear-gradient(to bottom,#c83400 0,#fb6b03 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c83400', endColorstr='#fb6b03', GradientType=0)}.main-content a.button-style-css-yellow,.main-content button.button-style-css-yellow{background:#fff900;background:-webkit-linear-gradient(top, #fff900 0, #ffbc00 100%);background:linear-gradient(to bottom,#fff900 0,#ffbc00 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff900', endColorstr='#ffbc00', GradientType=0);border:1px solid #ffb400;color:#383838;text-shadow:0 1px #ffec99}.main-content a.button-style-css-yellow span,.main-content button.button-style-css-yellow span{border-top:1px solid #fff}.main-content a.button-style-css-yellow:hover,.main-content button.button-style-css-yellow:hover{background:#fffb27;background:-webkit-linear-gradient(top, #fffb27 0, #ffc527 100%);background:linear-gradient(to bottom,#fffb27 0,#ffc527 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffb27', endColorstr='#ffc527', GradientType=0)}.main-content a.button-style-css-yellow:active,.main-content button.button-style-css-yellow.active-state{background:#ffbc00;background:-webkit-linear-gradient(top, #ffbc00 0, #fff900 100%);background:linear-gradient(to bottom,#ffbc00 0,#fff900 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbc00', endColorstr='#fff900', GradientType=0)}.button-style-css-darkorange{background:#eaa244;background:-webkit-linear-gradient(top, #eaa244 0, #af4927 100%);background:linear-gradient(to bottom,#eaa244 0,#af4927 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaa244', endColorstr='#af4927', GradientType=0);border:1px solid #be612c;color:#fff;text-shadow:0 1px #bf3216}.button-style-css-darkorange span{border-top:1px solid #f4caa5}.button-style-css-darkorange:hover{background:#ecab56;background:-webkit-linear-gradient(top, #ecab56 0, #c8532c 100%);background:linear-gradient(to bottom,#ecab56 0,#c8532c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ecab56', endColorstr='#c8532c', GradientType=0)}.button-style-css-darkorange.active-state,.button-style-css-darkorange:active{background:#af4927;background:-webkit-linear-gradient(top, #af4927 0, #eaa244 100%);background:linear-gradient(to bottom,#af4927 0,#eaa244 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#af4927', endColorstr='#eaa244', GradientType=0)}.button-style-css-lightorange{background:#f8c322;background:-webkit-linear-gradient(top, #f8c322 0, #db6a02 100%);background:linear-gradient(to bottom,#f8c322 0,#db6a02 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8c322', endColorstr='#db6a02', GradientType=0);border:1px solid #e0820a;color:#fff;text-shadow:0 1px #e88e0f}.button-style-css-lightorange span{border-top:1px solid #f4caa5}.button-style-css-lightorange:hover{background:#f9cb43;background:-webkit-linear-gradient(top, #f9cb43 0, #fd800b 100%);background:linear-gradient(to bottom,#f9cb43 0,#fd800b 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9cb43', endColorstr='#fd800b', GradientType=0)}.button-style-css-lightorange.active-state,.button-style-css-lightorange:active{background:#db6a02;background:-webkit-linear-gradient(top, #db6a02 0, #f8c322 100%);background:linear-gradient(to bottom,#db6a02 0,#f8c322 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#db6a02', endColorstr='#f8c322', GradientType=0)}.button-style-css-lightgreen{background:#add051;background:-webkit-linear-gradient(top, #add051 0, #74972c 100%);background:linear-gradient(to bottom,#add051 0,#74972c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#add051', endColorstr='#74972c', GradientType=0);border:1px solid #769831;color:#fff;text-shadow:0 1px #59941a}.button-style-css-lightgreen span{border-top:1px solid #d1e5ab}.button-style-css-lightgreen:hover{background:#b5d563;background:-webkit-linear-gradient(top, #b5d563 0, #87b133 100%);background:linear-gradient(to bottom,#b5d563 0,#87b133 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b5d563', endColorstr='#87b133', GradientType=0)}.button-style-css-lightgreen.active-state,.button-style-css-lightgreen:active{background:#74972c;background:-webkit-linear-gradient(top, #74972c 0, #add051 100%);background:linear-gradient(to bottom,#74972c 0,#add051 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74972c', endColorstr='#add051', GradientType=0)}.button-style-css-teal{background:#1f92a2;background:-webkit-linear-gradient(top, #1f92a2 0, #0d5a67 100%);background:linear-gradient(to bottom,#1f92a2 0,#0d5a67 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f92a2', endColorstr='#0d5a67', GradientType=0);border:1px solid #126b78;color:#fff;text-shadow:0 -1px #0a3247}.button-style-css-teal span{border-top:1px solid #98c4cc}.button-style-css-teal:hover{background:#27b8cb;background:-webkit-linear-gradient(top, #27b8cb 0, #14889c 100%);background:linear-gradient(to bottom,#27b8cb 0,#14889c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#27b8cb', endColorstr='#14889c', GradientType=0)}.button-style-css-teal.active-state,.button-style-css-teal:active{background:#0d5a67;background:-webkit-linear-gradient(top, #0d5a67 0, #1f92a2 100%);background:linear-gradient(to bottom,#0d5a67 0,#1f92a2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d5a67', endColorstr='#1f92a2', GradientType=0)}.button-style-css-brightgreen{background:#68b612;background:-webkit-linear-gradient(top, #68b612 0, #238807 100%);background:linear-gradient(to bottom,#68b612 0,#238807 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#68b612', endColorstr='#238807', GradientType=0);border:1px solid #348b10;color:#fff;text-shadow:0 -1px #0a3247}.button-style-css-brightgreen span{border-top:1px solid #b4d694}.button-style-css-brightgreen:hover{background:#77d315;background:-webkit-linear-gradient(top, #77d315 0, #2cab09 100%);background:linear-gradient(to bottom,#77d315 0,#2cab09 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d315', endColorstr='#2cab09', GradientType=0)}.button-style-css-brightgreen.active-state,.button-style-css-brightgreen:active{background:#238807;background:-webkit-linear-gradient(top, #238807 0, #68b612 100%);background:linear-gradient(to bottom,#238807 0,#68b612 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#238807', endColorstr='#68b612', GradientType=0)}.button-style-css-pink{background:#f8a7d9;background:-webkit-linear-gradient(top, #f8a7d9 0, #c74d96 100%);background:linear-gradient(to bottom,#f8a7d9 0,#c74d96 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8a7d9', endColorstr='#c74d96', GradientType=0);border:1px solid #eb6bbc;color:#fff;text-shadow:0 -1px #e672bc}.button-style-css-pink span{border-top:1px solid #fccce9}.button-style-css-pink:hover{background:#f9b5df;background:-webkit-linear-gradient(top, #f9b5df 0, #d068a6 100%);background:linear-gradient(to bottom,#f9b5df 0,#d068a6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9b5df', endColorstr='#d068a6', GradientType=0)}.button-style-css-pink.active-state,.button-style-css-pink:active{background:#c74d96;background:-webkit-linear-gradient(top, #c74d96 0, #f8a7d9 100%);background:linear-gradient(to bottom,#c74d96 0,#f8a7d9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c74d96', endColorstr='#f8a7d9', GradientType=0)}.button-style-css-violet{background:#d6aee9;background:-webkit-linear-gradient(top, #d6aee9 0, #845aa1 100%);background:linear-gradient(to bottom,#d6aee9 0,#845aa1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6aee9', endColorstr='#845aa1', GradientType=0);border:1px solid #ad7ccd;color:#fff;text-shadow:0 -1px #9e62c0}.button-style-css-violet span{border-top:1px solid #ead3f5}.button-style-css-violet:hover{background:#ddbbed;background:-webkit-linear-gradient(top, #ddbbed 0, #9672b0 100%);background:linear-gradient(to bottom,#ddbbed 0,#9672b0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddbbed', endColorstr='#9672b0', GradientType=0)}.button-style-css-violet.active-state,.button-style-css-violet:active{background:#845aa1;background:-webkit-linear-gradient(top, #845aa1 0, #d6aee9 100%);background:linear-gradient(to bottom,#845aa1 0,#d6aee9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#845aa1', endColorstr='#d6aee9', GradientType=0)}.button-style-css-blue{background:#3d7dad;background:-webkit-linear-gradient(top, #3d7dad 0, #234f81 100%);background:linear-gradient(to bottom,#3d7dad 0,#234f81 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d7dad', endColorstr='#234f81', GradientType=0);border:1px solid #306392;color:#fff;text-shadow:0 -1px #1c3a6e}.button-style-css-blue span{border-top:1px solid #a3bbd1}.button-style-css-blue:hover{background:#488bbe;background:-webkit-linear-gradient(top, #488bbe 0, #2a5f9c 100%);background:linear-gradient(to bottom,#488bbe 0,#2a5f9c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#488bbe', endColorstr='#2a5f9c', GradientType=0)}.button-style-css-blue.active-state,.button-style-css-blue:active{background:#234f81;background:-webkit-linear-gradient(top, #234f81 0, #3d7dad 100%);background:linear-gradient(to bottom,#234f81 0,#3d7dad 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#234f81', endColorstr='#3d7dad', GradientType=0)}.button-style-css-lightblue{background:#52b1ea;background:-webkit-linear-gradient(top, #52b1ea 0, #2974d2 100%);background:linear-gradient(to bottom,#52b1ea 0,#2974d2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#52b1ea', endColorstr='#2974d2', GradientType=0);border:1px solid #4593d0;color:#fff;text-shadow:0 -1px #0e58d0}.button-style-css-lightblue span{border-top:1px solid #aad2f4}.button-style-css-lightblue:hover{background:#6dbced;background:-webkit-linear-gradient(top, #6dbced 0, #478adb 100%);background:linear-gradient(to bottom,#6dbced 0,#478adb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6dbced', endColorstr='#478adb', GradientType=0)}.button-style-css-lightblue.active-state,.button-style-css-lightblue:active{background:#2974d2;background:-webkit-linear-gradient(top, #2974d2 0, #52b1ea 100%);background:linear-gradient(to bottom,#2974d2 0,#52b1ea 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2974d2', endColorstr='#52b1ea', GradientType=0)}.button-style-css-darkgrey{background:#516468;background:-webkit-linear-gradient(top, #516468 0, #324042 100%);background:linear-gradient(to bottom,#516468 0,#324042 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#516468', endColorstr='#324042', GradientType=0);border:1px solid #3b4a4d;color:#fff;text-shadow:0 -1px #1b2123}.button-style-css-darkgrey span{border-top:1px solid #abb1b3}.button-style-css-darkgrey:hover{background:#5f767b;background:-webkit-linear-gradient(top, #5f767b 0, #435659 100%);background:linear-gradient(to bottom,#5f767b 0,#435659 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f767b', endColorstr='#435659', GradientType=0)}.button-style-css-darkgrey.active-state,.button-style-css-darkgrey:active{background:#324042;background:-webkit-linear-gradient(top, #324042 0, #516468 100%);background:linear-gradient(to bottom,#324042 0,#516468 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#324042', endColorstr='#516468', GradientType=0)}.button-style-css-lightviolet{background:#7a98c2;background:-webkit-linear-gradient(top, #7a98c2 0, #3f5ca4 100%);background:linear-gradient(to bottom,#7a98c2 0,#3f5ca4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a98c2', endColorstr='#3f5ca4', GradientType=0);border:1px solid #526cab;color:#fff;text-shadow:0 -1px #27328a}.button-style-css-lightviolet span{border-top:1px solid #bac5dc}.button-style-css-lightviolet:hover{background:#8ea8cc;background:-webkit-linear-gradient(top, #8ea8cc 0, #5270bc 100%);background:linear-gradient(to bottom,#8ea8cc 0,#5270bc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ea8cc', endColorstr='#5270bc', GradientType=0)}.button-style-css-lightviolet.active-state,.button-style-css-lightviolet:active{background:#3f5ca4;background:-webkit-linear-gradient(top, #3f5ca4 0, #7a98c2 100%);background:linear-gradient(to bottom,#3f5ca4 0,#7a98c2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f5ca4', endColorstr='#7a98c2', GradientType=0)}.button-style-css-lightred{background:#ef5039;background:-webkit-linear-gradient(top, #ef5039 0, #c33225 100%);background:linear-gradient(to bottom,#ef5039 0,#c33225 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef5039', endColorstr='#c33225', GradientType=0);border:1px solid #d7392a;color:#fff;text-shadow:0 -1px #cb110c}.button-style-css-lightred span{border-top:1px solid #f7aaa1}.button-style-css-lightred:hover{background:#f1634d;background:-webkit-linear-gradient(top, #f1634d 0, #d73b2d 100%);background:linear-gradient(to bottom,#f1634d 0,#d73b2d 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1634d', endColorstr='#d73b2d', GradientType=0)}.button-style-css-lightred.active-state,.button-style-css-lightred:active{background:#c33225;background:-webkit-linear-gradient(top, #c33225 0, #ef5039 100%);background:linear-gradient(to bottom,#c33225 0,#ef5039 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c33225', endColorstr='#ef5039', GradientType=0)}.button-style-css-green{background:#a1c132;background:-webkit-linear-gradient(top, #a1c132 0, #657628 100%);background:linear-gradient(to bottom,#a1c132 0,#657628 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1c132', endColorstr='#657628', GradientType=0);border:1px solid #899e39;text-shadow:0 1px #3c631b}.button-style-css-green span{border-top:1px solid #d8e5a9}.button-style-css-green.active-state,.button-style-css-green:active{background:#657628;background:-webkit-linear-gradient(top, #657628 0, #a1c132 100%);background:linear-gradient(to bottom,#657628 0,#a1c132 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#657628', endColorstr='#a1c132', GradientType=0)}.button-with-cc{position:relative;display:inline-block;width:100%;text-align:center;margin:10px 0}.button-with-cc>a{margin-bottom:0}.button-with-cc div{padding-top:10px;text-align:center}.button-with-cc div img{margin-left:2px;margin-right:2px}.guarantee-box-4{padding-bottom:28px}.guarantee-box-4-internal{background:#43484b;background:-webkit-linear-gradient(top, #43484b 0, #131313 100%);background:linear-gradient(to bottom,#43484b 0,#131313 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#43484b', endColorstr='#131313', GradientType=0);border-radius:8px;min-height:133px;padding:18px 18px 18px 170px;color:#fff}.floating-featured-panel-fluid .guarantee-box-4-internal{padding:18px}.floating-featured-panel-fluid .guarantee-box-4-internal>img{position:static;margin:0 auto;display:block}.guarantee-box-4 .guarantee-box-4-internal h2,.guarantee-box-4 .guarantee-box-4-internal p{text-shadow:#000 0 1px 1px}.guarantee-box-4.guarantee-box-4-silver .guarantee-box-4-internal{background:#f7f7f7;background:-webkit-linear-gradient(top, #f7f7f7 0, #d9d9d9 100%);background:linear-gradient(to bottom,#f7f7f7 0,#d9d9d9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#d9d9d9', GradientType=0);color:#171717;text-shadow:0 1px 1px #fff;border:1px solid #c4c4c4}.guarantee-box-4-internal>img{position:absolute;margin-left:-152px}.guarantee-box-4 .guarantee-box-4-internal h2{font-size:22px;padding:0;font-weight:700;margin:0;color:#fff}.guarantee-box-4 p{font-size:17px;line-height:22px;color:#fff;margin:10px 0}.guarantee-box-4.guarantee-box-4-silver .guarantee-box-4-internal h2,.guarantee-box-4.guarantee-box-4-silver .guarantee-box-4-internal p{color:#000;text-shadow:#fff 0 1px 1px}.guarantee-box-12{padding-top:87px;width:552px;margin:30px 0;color:#383838;font-size:17px;line-height:22px}.floating-featured-panel-fluid .guarantee-box-12{width:auto}.guarantee-box-12-footer,.guarantee-box-12-header{display:block;max-width:100%;height:auto}.guarantee-box-12 .guarantee-box-internal{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/guarantee_box/style-5-middle.png);background-repeat:repeat-y;background-position:bottom center;background-size:100% 100%;padding:20px 60px}.guarantee-box-12 h2{color:#171717;font-size:22px;text-align:center;padding:0 0 10px;margin:0;font-weight:700}.order-box-2{padding-bottom:48px;background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/order_box/box2-shadow.png);background-repeat:no-repeat;background-position:bottom center;overflow:hidden}.order-box-2-internal{box-shadow:0 0 5px rgba(0,0,0,.6)}.order-box-2 .order-box-header{border:9px solid #1e1e1f;height:auto;background-color:#1f1f20;background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/order_box/order-box-2-black-bg.png);box-shadow:0 5px 0 rgba(0,0,0,.2);position:relative;z-index:2;padding:10px;text-align:center}.order-box-2 .order-box-header img{max-width:100%;height:auto}.order-box-2 .order-box-content{background-color:#ededed;border:13px solid #dfdfdf;border-top:0;padding:30px;position:relative;z-index:1}.order-box-3{border:10px solid #e8e8e8;background-color:#e8e8e8;border-radius:10px;overflow:hidden}.order-box-3-internal{box-shadow:0 3px 5px rgba(0,0,0,.2);border-radius:10px}.order-box-3 .order-box-header{background:#f9f9f9;background:-webkit-linear-gradient(top, #f9f9f9 0, #eaeaea 100%);background:linear-gradient(to bottom,#f9f9f9 0,#eaeaea 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#eaeaea', GradientType=0);border-top:1px solid #fff;border-bottom:1px solid #bababa;border-top-left-radius:8px;border-top-right-radius:8px;box-shadow:0 2px 1px rgba(0,0,0,.3);padding:6px 0 10px}.order-box-3 .order-box-header h2{font-size:24px;color:#444;text-shadow:0 1px 0 #fff;font-weight:700;padding:0;text-align:center}.order-box-3 .order-box-header h2 img{position:relative;top:9px;margin-right:5px}.order-box-3 .order-box-content{background-color:#fcfcfc;padding:30px 12px;border-bottom-right-radius:8px;border-bottom-left-radius:8px}.order-box-4{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/order_box/blue-bg.png);background-repeat:repeat-x;background-position:left top;border:2px dashed #e3f7fc;overflow:hidden}.order-box-4 .order-box-content{padding:20px}.onetime-offer{padding:30px 0;text-align:center}.onetime-offer img{max-width:100%}.audio-plugin a object{text-align:center;margin:10px auto}.arrow-left{float:left;padding:0 15px 15px 0}.arrow-center{text-align:center}.arrow-right{float:right;padding:0 0 15px 15px}.arrow-center img,.arrow-left img,.arrow-right img{max-width:100%}.onetime-offer-counter{margin:0 auto 10px}.onetime-offer-counter .cntSeparator{position:relative;top:26px;font-weight:700}.double-column{clear:both}.double-column .col-left{width:47%;float:left}.double-column .col-right{width:47%;padding-left:6%;float:right}.double-column li{list-style-position:outside}.image-caption{text-align:center;font-size:12px!important;color:#a1a1a1;max-width:100%;margin-bottom:20px}.floating-featured-panel-fluid .image-caption{width:auto!important}.image-caption p{padding-top:5px}.image-caption img{max-width:100%;display:block;width:auto;height:auto}.floating-featured-panel-fluid .image-caption img{display:inline-block}.image-caption.frame-style-1>a,.image-caption.frame-style-1>img{display:block;box-shadow:0 0 8px #000;box-shadow:0 0 8px rgba(0,0,0,.33)}.image-caption.frame-style-2>a,.image-caption.frame-style-2>img{display:block;box-shadow:2px 2px 6px #000;box-shadow:2px 2px 6px rgba(0,0,0,.33)}.image-caption.frame-style-3 .frame-style-inner{box-shadow:0 2px 0 rgba(0,0,0,.04),inset 0 1px 0 0 #fff;border:1px solid #e4e4e4;border-top:1px solid #eee;border-bottom:1px solid #ccc;padding:8px;border-radius:5px;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-linear-gradient(top, #fafafa 0, #f4f4f4 100%);background:linear-gradient(to bottom,#fafafa 0,#f4f4f4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f4f4f4', GradientType=0)}.image-caption.frame-style-3 .frame-style-inner>a,.image-caption.frame-style-3 .frame-style-inner>img{display:block}.image-caption.frame-style-4 .frame-style-inner{box-shadow:0 2px 0 #000,inset 0 1px 0 0 #fff;box-shadow:0 2px 0 rgba(0,0,0,.04),inset 0 1px 0 0 #fff;border:1px solid #e4e4e4;border-top:1px solid #eee;border-bottom:1px solid #ccc;padding:20px;border-radius:5px;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-linear-gradient(top, #fafafa 0, #f4f4f4 100%);background:linear-gradient(to bottom,#fafafa 0,#f4f4f4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f4f4f4', GradientType=0)}.image-caption.frame-style-4 .frame-style-inner>a,.image-caption.frame-style-4 .frame-style-inner>img{display:block}.image-caption.frame-style-5 .frame-style-inner{box-shadow:0 2px 0 #000;box-shadow:0 2px 0 rgba(0,0,0,.04);border:1px solid #e4e4e4;border-top:1px solid #eee;border-bottom:1px solid #ccc;padding:8px;border-radius:5px;background:#fff}.image-caption.frame-style-5 .frame-style-inner>a,.image-caption.frame-style-5 .frame-style-inner>img{display:block}.img-alert-container{margin:0 auto;max-width:100%;cursor:pointer}.floating-featured-panel-fluid .img-alert-container{width:100%!important}.img-alert-container img{max-width:100%;height:auto}.image-text-style-1{width:100%;margin-bottom:20px}.image-text-style-1 img,.image-text-style-1>span{display:inline-block;vertical-align:middle;width:49.7%}.floating-featured-panel-fluid .image-text-style-1 span{width:48%}.image-text-style-1 .image-text-style-img-container{width:49.7%;width:calc(50% - 20px);text-align:center}.image-text-style-1 span{padding:0 20px;box-sizing:border-box}.image-text-style-1 span:first-child{padding-left:0}.image-text-style-1 span:last-child{padding-right:0}.image-text-style-1 img{margin:0 auto;max-width:100%;width:auto;height:auto}.image-text-style-1 h3{display:block}.image-text-aside-text ul{list-style:inherit;margin-left:20px}.image-text-style-1 .image-text-aside-text{display:block;width:auto;padding:0;margin:0 0 1.1em}@media only screen and (max-width:767px){.image-text-style-1 span{width:100%}.image-text-style-1 img{width:auto;max-width:100%;display:inline-block}.image-text-style-1 .image-text-aside-text{margin-bottom:20px}.image-text-style-1 .image-text-style-img-container{width:100%;padding-bottom:20px}.image-text-style-1 span,.image-text-style-1 span:first-child,.image-text-style-1 span:last-child{padding:0}}.image-text-style-2{width:100%;margin-bottom:20px}.image-text-style-2 img,.image-text-style-2 span{display:inline-block;vertical-align:middle;width:65%}.image-text-style-2 span{padding:0 20px;box-sizing:border-box}.image-text-style-2 .image-text-style-img-container{width:32%;text-align:center}.image-text-style-2 span:first-child{padding-left:0}.image-text-style-2 span:last-child{padding-right:0}.image-text-style-2 img{width:auto;max-width:100%;margin:0 auto}.image-text-style-2 h3{display:block}.image-text-style-2 .image-text-aside-text{display:block;width:auto;padding:0;margin:0 0 1.1em}@media only screen and (max-width:767px){.image-text-style-2 span{width:100%}.image-text-style-2 img{width:auto;max-width:100%;display:inline-block}.image-text-style-2 .image-text-style-img-container{width:100%;padding-bottom:20px}.image-text-style-2 span,.image-text-style-2 span:first-child,.image-text-style-2 span:last-child{padding:0}}.image-text-align-left h3,.image-text-align-left p{text-align:left}.image-text-align-center h3,.image-text-align-center p{text-align:center}.image-text-align-right h3,.image-text-align-right p{text-align:right}.op-live-editor .vertical-space{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/spacer.gif)}.social-sharing .buttons .button.facebook,.social-sharing .buttons .button.googleplus,.social-sharing .buttons .button.twitter{display:none}.social-sharing{max-width:100%}.social-sharing li.sharrre{cursor:pointer}.social-sharing-long>a,.social-sharing-long>div,.social-sharing-long>iframe{display:block!important;margin:5px 0}.social-sharing .fb-like iframe{max-width:none}.social-sharing-horizontal{margin-bottom:20px}.social-sharing-horizontal .fb_edge_widget_with_comment{top:-3px;padding-right:10px}.social-sharing-horizontal .fb_ltr{width:90px!important}.social-sharing-horizontal .fb_iframe_widget{vertical-align:top;margin-right:30px;top:-1px}.social-sharing-horizontal .pinbreak{display:inline-block;vertical-align:top;width:80px;margin-right:20px}.op-stumbleupon-badge{display:inline-block}.social-sharing-horizontal .op-stumbleupon-badge{position:relative;top:-1px}.social-sharing-long .pinbreak{margin-top:35px;display:block}.social-media-horizontal-bubble{text-align:center;margin:0;padding:0}.social-media-horizontal-bubble li{display:inline-block;margin-right:11px;margin-bottom:0;line-height:normal;vertical-align:top;padding:0}.social-media-horizontal-bubble .op-pin-it-btn{vertical-align:bottom}.social-media-horizontal-bubble .op-pin-it-btn>a{top:-1px}.social-sharing-style-8 li{margin-right:7px;display:block}.floating-featured-panel-fluid .social-sharing-style-8 li,.social-sharing-style-8 li:last-child{margin-right:0}.social-sharing-style-8 li.twitter{background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share-twitter-icon.png) no-repeat;height:50px;width:50px}.social-sharing-style-8 li.twitter:hover{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share-twitter.png);height:50px;width:209px}.social-sharing-style-8 li.facebook{background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share-facebook-icon.png) no-repeat;height:50px;width:50px}.social-sharing-style-8 li.facebook:hover{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share-facebook.png);height:50px;width:232px}.social-sharing-style-8 li.googlePlus{background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share-google-icon.png) no-repeat;height:50px;width:50px}.social-sharing-style-8 li.googlePlus:hover{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share-google.png);height:50px;width:220px}.social-sharing-style-9{text-align:center;margin:0 auto}.social-sharing-style-9 li{display:inline-block;margin-right:7px}.floating-featured-panel-fluid .social-sharing-style-9 li,.social-sharing-style-9 li:last-child{margin-right:0}.social-sharing-style-9 li:hover{box-shadow:inset 0 0 0 100px rgba(255,255,255,.05)}.social-sharing-style-9 li:active{box-shadow:inset 0 0 0 100px rgba(0,0,0,.05)}.social-sharing-style-9 li.twitter{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share-twitter.png);height:50px;width:209px}.social-sharing-style-9 li.facebook{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share-facebook.png);height:50px;width:232px}.social-sharing-style-9 li.googlePlus{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share-google.png);height:50px;width:220px}.social-sharing-style-10 li{margin-right:7px;display:block;border-radius:3px;box-shadow:0 1px 1px 0 rgba(0,0,0,.2)}.floating-featured-panel-fluid .social-sharing-style-10 li,.social-sharing-style-10 li:last-child{margin-right:0}.social-sharing-style-10 li:active{box-shadow:inset 0 1px 5px 0 rgba(0,0,0,.25),inset 0 0 0 100px rgba(0,0,0,.05)}.social-sharing-style-10 li.twitter{background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share-twitter-icon-alt.png) no-repeat;height:50px;width:50px}.social-sharing-style-10 li.twitter:hover{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share-twitter-alt.png);height:50px;width:209px}.social-sharing-style-10 li.facebook{background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share-facebook-icon-alt.png) no-repeat;height:50px;width:50px}.social-sharing-style-10 li.facebook:hover{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share-facebook-alt.png);height:50px;width:232px}.social-sharing-style-10 li.googlePlus{background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share-google-icon-alt.png) no-repeat;height:50px;width:50px}.social-sharing-style-10 li.googlePlus:hover{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share-google.png);height:50px;width:220px}.social-sharing-style-11{text-align:center;margin:0 auto}.social-sharing-style-11 li{display:inline-block;margin-right:7px;border-radius:3px;box-shadow:0 1px 1px 0 rgba(0,0,0,.2)}.floating-featured-panel-fluid .social-sharing-style-11 li,.social-sharing-style-11 li:last-child{margin-right:0}.social-sharing-style-11 li:hover{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1),inset 0 0 0 100px rgba(255,255,255,.05),0 1px 1px 0 rgba(0,0,0,.25)}.social-sharing-style-11 li:active{box-shadow:inset 0 1px 5px 0 rgba(0,0,0,.25),inset 0 0 0 100px rgba(0,0,0,.05)}.social-sharing-style-11 li.twitter{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share-twitter-alt.png);height:50px;width:209px}.social-sharing-style-11 li.facebook{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share-facebook-alt.png);height:50px;width:232px}.social-sharing-style-11 li.googlePlus{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share-google-alt.png);height:50px;width:220px}.social-sharing-style-12 li{display:block;height:30px;width:91px}.social-sharing-style-12 li:hover{box-shadow:inset 0 0 0 100px rgba(255,255,255,.15)}.social-sharing-style-12 li:active{position:relative;top:1px}.social-sharing-style-12 li.twitter{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share2-twitter.png)}.social-sharing-style-12 li.facebook{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share2-facebook.png)}.social-sharing-style-12 li.googlePlus{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share2-google.png)}.social-sharing-style-13{text-align:center;margin:0 auto}.social-sharing-style-13 li{display:inline-block;margin-right:7px;height:30px;width:91px}.floating-featured-panel-fluid .social-sharing-style-13 li,.social-sharing-style-13 li:last-child{margin-right:0}.social-sharing-style-13 li:hover{box-shadow:inset 0 0 0 100px rgba(255,255,255,.15)}.social-sharing-style-13 li:active{position:relative;top:1px}.social-sharing-style-13 li.twitter{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share2-twitter.png)}.social-sharing-style-13 li.facebook{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share2-facebook.png)}.social-sharing-style-13 li.googlePlus{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share2-google.png)}.social-sharing-style-14 li{display:block}.social-sharing-style-14 li:hover{box-shadow:inset 0 0 0 100px rgba(255,255,255,.15)}.social-sharing-style-14 li:active{position:relative;top:1px}.social-sharing-style-14 li.twitter{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share2-twitter-alt.png);height:30px;width:160px}.social-sharing-style-14 li.facebook{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share2-facebook-alt.png);height:30px;width:177px}.social-sharing-style-14 li.googlePlus{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share2-google-alt.png);height:30px;width:168px}.social-sharing-style-15{text-align:center;margin:0 auto}.social-sharing-style-15 li{display:inline-block;margin-right:7px}.floating-featured-panel-fluid .social-sharing-style-15 li,.social-sharing-style-15 li:last-child{margin-right:0}.social-sharing-style-15 li:hover{box-shadow:inset 0 0 0 100px rgba(255,255,255,.15)}.social-sharing-style-15 li:active{position:relative;top:1px}.social-sharing-style-15 li.twitter{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share2-twitter-alt.png);height:30px;width:160px}.social-sharing-style-15 li.facebook{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share2-facebook-alt.png);height:30px;width:177px}.social-sharing-style-15 li.googlePlus{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share2-google-alt.png);height:30px;width:168px}.social-sharing-style-16 li{display:block;border-radius:6px;box-shadow:0 1px 1px 0 rgba(0,0,0,.2);height:100px;width:250px}.social-sharing-style-16 li:hover{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1),inset 0 0 0 100px rgba(255,255,255,.05),0 1px 1px 0 rgba(0,0,0,.25)}.social-sharing-style-16 li:active{box-shadow:inset 0 1px 5px 0 rgba(0,0,0,.25),inset 0 0 0 100px rgba(0,0,0,.05)}.social-sharing-style-16 li.twitter{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share3-twitter.png)}.social-sharing-style-16 li.facebook{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share3-facebook.png)}.social-sharing-style-16 li.googlePlus{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share3-google.png)}.social-sharing-style-17{text-align:center;margin:0 auto}.floating-featured-panel-fluid .social-sharing-style-17{width:auto!important}.floating-featured-panel-fluid .social-sharing-style-17 li{display:inline-block;float:none}.social-sharing-style-17 li{display:inline-block;border-radius:6px;box-shadow:0 1px 1px 0 rgba(0,0,0,.2);height:100px;width:250px;margin-right:10px}.floating-featured-panel-fluid .social-sharing-style-17 li,.social-sharing-style-17 li:last-child{margin-right:0}.social-sharing-style-17 li:hover{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1),inset 0 0 0 100px rgba(255,255,255,.05),0 1px 1px 0 rgba(0,0,0,.25)}.social-sharing-style-17 li:active{box-shadow:inset 0 1px 5px 0 rgba(0,0,0,.25),inset 0 0 0 100px rgba(0,0,0,.05)}.social-sharing-style-17 li.twitter{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share3-twitter.png)}.social-sharing-style-17 li.facebook{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share3-facebook.png)}.social-sharing-style-17 li.googlePlus{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share3-google.png)}.social-sharing-style-18 li{display:block;border-radius:6px;box-shadow:0 1px 1px 0 rgba(0,0,0,.2);height:100px;width:250px}.social-sharing-style-18 li:hover{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1),inset 0 0 0 100px rgba(255,255,255,.05),0 1px 1px 0 rgba(0,0,0,.25)}.social-sharing-style-18 li:active{box-shadow:inset 0 1px 5px 0 rgba(0,0,0,.25),inset 0 0 0 100px rgba(0,0,0,.05)}.social-sharing-style-18 li.twitter{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share3-twitter-alt.png)}.social-sharing-style-18 li.facebook{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share3-facebook-alt.png)}.social-sharing-style-18 li.googlePlus{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share3-google-alt.png)}.social-sharing-style-19{text-align:center;margin:0 auto}.social-sharing-style-19 li{display:inline-block;border-radius:6px;box-shadow:0 1px 1px 0 rgba(0,0,0,.2);height:100px;width:250px;margin-right:10px}.floating-featured-panel-fluid .social-sharing-style-19 li,.social-sharing-style-19 li:last-child{margin-right:0}.social-sharing-style-19 li:hover{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1),inset 0 0 0 100px rgba(255,255,255,.05),0 1px 1px 0 rgba(0,0,0,.25)}.social-sharing-style-19 li:active{box-shadow:inset 0 1px 5px 0 rgba(0,0,0,.25),inset 0 0 0 100px rgba(0,0,0,.05)}.social-sharing-style-19 li.twitter{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share3-twitter-alt.png)}.social-sharing-style-19 li.facebook{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share3-facebook-alt.png)}.social-sharing-style-19 li.googlePlus{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share3-google-alt.png)}.floating-featured-panel-fluid .social-sharing-style-19{width:auto!important}.floating-featured-panel-fluid .social-sharing-style-19 li{display:inline-block;float:none}.social-sharing-style-20{line-height:normal;text-align:center}.social-sharing-style-20 li{margin-right:7px;cursor:pointer;display:inline-block;padding:6px 0 0 36px;height:26px;border-radius:5px}.floating-featured-panel-fluid .social-sharing-style-20 li,.social-sharing-style-20 li:last-child{margin-right:0}.social-sharing-style-20 li:hover{box-shadow:inset 0 0 0 100px rgba(255,255,255,.15)}.social-sharing-style-20 li:active{box-shadow:inset 0 0 0 100px rgba(0,0,0,.15)}.social-sharing-style-20 li.twitter{background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share4-twitter.png) 10px center no-repeat #00bdef}.social-sharing-style-20 li.facebook{background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share4-facebook.png) 10px center no-repeat #2f4b93}.social-sharing-style-20 li.googlePlus{background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/tpls/social_sharing/images/buttons/share4-google.png) 10px center no-repeat #2d2d2d}.social-sharing-style-20 li .box{margin:0;padding:0}.social-sharing-style-20 li a{font:700 12px/normal "Helvetica Neue",Helvetica,Arial,sans-serif;display:block;color:#fff;float:left;text-decoration:none;width:auto;padding:0;margin:3px 0 0}.social-sharing-style-20 li a.count{font-weight:400;float:right;margin:3px 10px 0}.floating-featured-panel-fluid .social-sharing-style-21{text-align:left!important}.floating-featured-panel-fluid .social-sharing-style-21 .fb_iframe_widget span{width:100%!important}.fb_iframe_widget{z-index:10}.op-fbComments--like{z-index:20;margin-bottom:10px}.op-fbComments--comments{z-index:10}@media only screen and (max-width:767px){.social-sharing-style-11 li,.social-sharing-style-17 li,.social-sharing-style-19 li,.social-sharing-style-9 li{margin-right:0}}.step-graphic-style-1{width:100%}.step-graphic-style-1 li{display:block;padding:20px;margin:0;margin-bottom:20px!important;clear:both;border-radius:6px;background-color:#004a80}.step-graphic-style-1 li:nth-child(even){background-color:rgba(0,74,128,.75)}.step-graphic-style-1 .step-graphic-style-1-number-container{float:left;display:block;height:50px;width:50px;border-radius:100px;border:3px solid #fff;box-sizing:border-box;text-align:center}.step-graphic-style-1 .step-graphic-style-1-number{font-size:32px;line-height:43px;color:#fff;position:relative}.step-graphic-style-1 div{margin-left:70px}.step-graphic-style-1 p{font-family:inherit;font-size:inherit;line-height:1.3em;color:#fff;color:rgba(255,255,255,.75);margin:0}.step-graphic-style-1 p.heading{font-weight:700;color:#fff;margin:5px 0}.step-graphic-style-2{width:100%}.step-graphic-style-2 li{display:block;padding:20px;margin:0;margin-bottom:20px!important;clear:both;box-shadow:0 0 5px 1px rgba(0,0,0,.25);border-radius:3px}.step-graphic-style-2 .step-graphic-style-2-number-container{float:left;display:block;height:50px;width:50px;border-radius:100px;background-color:#004a80;text-align:center}.step-graphic-style-2 .step-graphic-style-2-number{font-size:32px;line-height:50px;color:#fff;position:relative}.step-graphic-style-2 div{margin-left:70px}.step-graphic-style-2 p{font-family:inherit;font-size:inherit;line-height:1.3em;color:inherit;margin:0}.step-graphic-style-2 p.heading{font-weight:700;color:#004a80;margin:5px 0}.step-graphic-style-3{width:100%}.step-graphic-style-3 li{display:block;padding:0;margin:0;margin-bottom:20px!important;clear:both}.step-graphic-style-3 .step-graphic-style-3-number-container{float:left;display:block;height:50px;width:50px;border-radius:100px;background-color:#004a80;text-align:center}.step-graphic-style-3 .step-graphic-style-3-number{font-size:32px;line-height:50px;color:#fff;position:relative}.step-graphic-style-3 div{margin-left:70px}.step-graphic-style-3 p{font-family:inherit;font-size:inherit;line-height:1.3em;color:inherit;margin:0}.step-graphic-style-3 p.heading{font-weight:700;color:#004a80;margin:10px 0 5px}.step-graphic-style-4{width:100%}.step-graphic-style-4 li{display:block;padding:0;margin:0;margin-bottom:20px!important;clear:both}.step-graphic-style-4 .step-graphic-style-4-number-container{float:left;display:block;height:auto;width:80px;border-radius:3px;background-color:#004a80;text-align:center;padding:0!important;margin:0!important}.step-graphic-style-4 .step-graphic-style-4-number{padding:5px 0;font-size:12px;line-height:12px;color:#fff;margin:0!important;text-transform:uppercase}.step-graphic-style-4 div{margin-left:100px}.step-graphic-style-4 p{font-family:inherit;font-size:inherit;line-height:1.3em;color:inherit;margin:0}.step-graphic-style-4 p.heading{font-weight:700;color:#004a80;margin:10px 0 5px}.step-graphic-style-5{width:100%}.step-graphic-style-5 li{display:block;padding:0;margin:0;margin-bottom:20px!important;clear:both}.step-graphic-style-5 div{margin-left:50px}.step-graphic-style-5 .step-graphic-style-5-number{float:left;display:block;font-size:50px;line-height:50px;color:#000;margin-bottom:14px}.step-graphic-style-5 p{font-family:inherit;font-size:inherit;line-height:1.3em;color:inherit;margin:0}.step-graphic-style-5 p.heading{font-weight:700;color:#004a80;margin:10px 0 5px}.video-lightbox-link{text-align:center;font-size:12px!important;color:#a1a1a1;margin:0 auto;max-width:100%}.video-lightbox-link p{padding-top:5px}.video-lightbox-link img{max-width:100%;display:block;width:auto;height:auto!important}.floating-featured-panel-fluid .video-lightbox-link,.floating-featured-panel-fluid .video-lightbox-style-2{width:100%!important;height:auto!important}.video-lightbox-link .frame-style-inner{box-shadow:0 2px 0 #000;box-shadow:0 2px 0 rgba(0,0,0,.04);border:1px solid #e4e4e4;border-top:1px solid #eee;border-bottom:1px solid #ccc;padding:8px;border-radius:5px;background:#fff;margin-left:auto;margin-right:auto}.video-lightbox-link .frame-style-inner>a,.video-lightbox-link .frame-style-inner>img{display:block}.video-lightbox-link a{position:relative}.video-lightbox-link.video-lightbox-style-1 .play-icon{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/video_player/play-icon.png);background-repeat:no-repeat;background-position:left top;width:92px;height:92px;position:absolute;left:50%;margin-left:-46px;top:50%;margin-top:-46px}.video-lightbox-link.video-lightbox-style-1 a:hover .play-icon{background-position:left bottom}.video-lightbox-style-2{position:relative;display:block;max-width:100%;height:auto;text-align:center}.video-lightbox-style-2 .preview-container{#position:absolute;#top:50%;vertical-align:middle}.video-lightbox-style-2 img{box-shadow:0 1px 2px 1px rgba(0,0,0,.2);border:8px solid #fff;border-radius:3px;box-sizing:border-box;max-width:100%;height:auto!important}.video-lightbox-style-2 span{position:absolute;bottom:4px;width:100%;padding:10px 0;display:block;background-color:rgba(0,0,0,.25);border:8px solid #fff;border-top:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px;box-sizing:border-box;text-align:center;color:#fff!important}.video-lightbox-style-2 .circle{height:60px;width:60px;border-radius:100px;position:absolute;top:50%;left:50%;margin-left:-30px;margin-top:-30px;background:-webkit-linear-gradient(top, rgba(102,102,102,.75) 0, rgba(0,0,0,.75) 100%);background:linear-gradient(to bottom,rgba(102,102,102,.75) 0,rgba(0,0,0,.75) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#bf000000', GradientType=0);box-shadow:inset 0 0 0 3px #fff,inset 0 0 1px 4px rgba(0,0,0,.5),0 1px 2px 1px rgba(0,0,0,.25)}.video-lightbox-style-2 .play{position:absolute;top:14px;left:22px;width:0;height:0;border-top:16px solid transparent;border-left:23px solid rgba(0,0,0,.25);border-bottom:16px solid transparent}.video-lightbox-style-2 .play:before{content:"";position:absolute;top:-14px;left:-22px;width:0;height:0;border-top:14px solid transparent;border-left:20px solid #fff;border-bottom:14px solid transparent}.video-lightbox-style-2:hover img{box-shadow:0 1px 2px 1px rgba(0,0,0,.25)}.video-lightbox-style-2 .circle:hover{background:-webkit-linear-gradient(top, rgba(128,128,128,.75) 0, rgba(0,0,0,.75) 100%);background:linear-gradient(to bottom,rgba(128,128,128,.75) 0,rgba(0,0,0,.75) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#bf000000', GradientType=0);box-shadow:inset 0 0 0 3px #fff,inset 0 0 1px 4px rgba(0,0,0,.75),0 1px 4px 1px rgba(0,0,0,.5)}.video-lightbox-style-3{position:relative;display:block;text-align:center}.video-lightbox-style-3 .preview-container{#position:absolute;#top:50%;vertical-align:middle}.video-lightbox-style-3 img{box-shadow:0 1px 2px 1px rgba(0,0,0,.2);border:8px solid #fff;border-radius:3px;box-sizing:border-box;max-width:100%;height:auto}.video-lightbox-style-3 span{position:absolute;bottom:4px;width:100%;padding:10px 0;display:block;background-color:rgba(0,0,0,.25);border:8px solid #fff;border-top:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px;box-sizing:border-box;text-align:center;color:#fff!important}.video-lightbox-style-3 .circle{height:40px;width:40px;border-radius:100px;position:absolute;top:50%;left:50%;margin-left:-20px;margin-top:-20px;background:-webkit-linear-gradient(top, rgba(102,102,102,.75) 0, rgba(0,0,0,.75) 100%);background:linear-gradient(to bottom,rgba(102,102,102,.75) 0,rgba(0,0,0,.75) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#bf000000', GradientType=0);box-shadow:inset 0 0 0 3px #fff,inset 0 0 1px 4px rgba(0,0,0,.5),0 1px 2px 1px rgba(0,0,0,.25)}.video-lightbox-style-3 .play{position:absolute;top:10px;left:16px;width:0;height:0;border-top:10px solid transparent;border-left:13px solid rgba(0,0,0,.25);border-bottom:10px solid transparent}.video-lightbox-style-3 .play:before{content:"";position:absolute;top:-8px;left:-12px;width:0;height:0;border-top:8px solid transparent;border-left:10px solid #fff;border-bottom:8px solid transparent}.video-lightbox-style-3:hover img{box-shadow:0 1px 2px 1px rgba(0,0,0,.25)}.video-lightbox-style-3 .circle:hover{background:-webkit-linear-gradient(top, rgba(128,128,128,.75) 0, rgba(0,0,0,.75) 100%);background:linear-gradient(to bottom,rgba(128,128,128,.75) 0,rgba(0,0,0,.75) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#bf000000', GradientType=0);box-shadow:inset 0 0 0 3px #fff,inset 0 0 1px 4px rgba(0,0,0,.75),0 1px 4px 1px rgba(0,0,0,.5)}.navigation-sidebar-1>ul>li{border-bottom:1px solid #ebebeb;padding:0;margin:0}.navigation-sidebar-1>ul>li:last-child{border-bottom:0}.navigation-sidebar-1>ul>li>a{color:#315a84;display:block;padding:14px 0 14px 7px;background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/navigation_sidebar/arrow.png);background-repeat:no-repeat;background-position:right 17px;text-decoration:none}.navigation-sidebar-1>ul>li.current-menu-item>a{color:#1d1d1d}.navigation-sidebar-1>ul>li>a:hover{color:inherit!important}.navigation-sidebar-1>ul>li.current-menu-item>a{font-weight:700}.navigation-sidebar-1>ul>li>ul{display:none}.navigation-sidebar-2>ul{border-bottom:1px solid #ededed;box-shadow:0 1px 3px rgba(0,0,0,.22);border-radius:4px}.navigation-sidebar-2>ul>li{border-bottom:1px solid #ebebeb;padding:0;margin:0}.navigation-sidebar-2>ul>li:nth-child(even){background-color:#fafafa}.navigation-sidebar-2>ul>li:last-child{border-bottom:0}.navigation-sidebar-2>ul>li>a{color:#1d1d1d;display:block;padding:18px 10px 18px 20px;text-decoration:none}.navigation-sidebar-2>ul>li.current-menu-item>a{color:#2797cb}.navigation-sidebar-2>ul>li:hover>a,.navigation-sidebar-2>ul>li>a:hover{color:inherit!important}.navigation-sidebar-2>ul>li>ul{display:none}.navigation-sidebar-3>ul>li{border-bottom:1px solid #ebebeb;padding:0;margin:0}.navigation-sidebar-3>ul>li:last-child{border-bottom:0}.navigation-sidebar-3>ul>li>a{color:#202020;display:block;padding:14px 0 14px 2px;text-decoration:none}.navigation-sidebar-3>ul>li>a:hover,.navigation-sidebar-3>ul>li>ul>li a:hover{color:#1d769f}.navigation-sidebar-3>ul>li.current-menu-item>a,.navigation-sidebar-3>ul>li>ul>li.current-menu-item a{color:#358DBB}.navigation-sidebar-3>ul>li.current-menu-item>a{padding-left:14px;background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/navigation_sidebar/blue-arrow-right.png);background-repeat:no-repeat;background-position:2px 19px;font-weight:400}.navigation-sidebar-3>ul>li>ul{border-top:1px solid #ebebeb;margin:0;padding:8px 0 8px 12px;font-size:14px}.navigation-sidebar-3>ul>li>ul li{margin:15px 0}.navigation-sidebar-3>ul>li>ul>li>a{color:#8f9090;text-decoration:none}.navigation-sidebar-3>ul>li>ul>li.current-menu-item a{padding-left:4px;font-weight:400}.navigation-sidebar-3>ul>li>ul>li.current-menu-item:before{content:"\25B8"}.navigation-sidebar-4>ul{border:1px solid #c7c7c7;outline:#f1f1f1 solid 4px}.navigation-sidebar-4>ul>li{border-left:1px solid #e9e9e9;border-bottom:1px solid #ebebeb;padding:0;margin:0}.navigation-sidebar-4>ul>li>ul{border-top:1px solid #ebebeb;margin:0;padding:8px 0 8px 12px}.navigation-sidebar-4>ul>li:last-child{border-bottom:1px solid #f2f2f2}.navigation-sidebar-4>ul>li>a{color:#474747;display:block;padding:14px 0 14px 12px;text-decoration:none}.navigation-sidebar-4>ul>li>ul a{color:#8f9090;display:block;padding:8px 0 8px 20px;background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/navigation_sidebar/arrow.png);background-repeat:no-repeat;background-position:left center}.navigation-sidebar-4>ul>li.current-menu-item>a{font-weight:700;border-top:1px solid #fdfdfd;border-right:1px solid #fdfdfd}.navigation-sidebar-4>ul>li.current-menu-item>a,.navigation-sidebar-4>ul>li>a:hover{background-color:#f6f6f6}.navigation-sidebar-4>ul>li>ul li.current-menu-item a{color:#474747}.navigation-sidebar-4>ul>li>ul li a:hover{color:inherit}.navigation-sidebar-4>ul>li>ul li.current-menu-item a{font-weight:700}.navigation-sidebar-4>ul>li h2{background-color:#e9e9e9;margin:0;padding:10px 0 10px 12px;font-size:11px;text-shadow:0 1px 0 #fdfdfd}.navigation-sidebar-5{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/navigation_sidebar/nav-5-bg.png);background-repeat:repeat-y;background-position:right center}.navigation-sidebar-5 .navigation-sidebar-inner{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/navigation_sidebar/nav-5-bg-top.png);background-repeat:no-repeat;background-position:right top}.navigation-sidebar-5 .navigation-sidebar-inner>ul{background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/navigation_sidebar/nav-5-bg-bottom.png);background-repeat:no-repeat;background-position:right bottom}.navigation-sidebar-5 .navigation-sidebar-inner>ul>li{border-bottom:1px solid #cecece;padding:0;margin:0}.navigation-sidebar-5 .navigation-sidebar-inner>ul>li:last-child{border-bottom:0}.navigation-sidebar-5 .navigation-sidebar-inner>ul>li>a{color:#777;display:block;padding:14px 0 14px 7px;text-decoration:none}.navigation-sidebar-5 .navigation-sidebar-inner>ul>li.current-menu-item>a{background-color:#fff;color:#1d1d1d}.navigation-sidebar-5 .navigation-sidebar-inner>ul>li>a:hover{background-color:#fff;color:inherit!important}.navigation-sidebar-5 .navigation-sidebar-inner>ul>li.current-menu-item>a{font-weight:700}.navigation-sidebar-5 .navigation-sidebar-inner>ul>li>ul{display:none}.navigation-sidebar-6 ul{margin:0;padding:20px 15px 20px 50px}.navigation-sidebar-6 li{display:block;margin:5px 0;padding:0}.navigation-sidebar-6 li.title h2{color:#fff;font-weight:700;font-size:18px;line-height:2em;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:10px}.navigation-sidebar-6 li a{color:rgba(255,255,255,.5);font-weight:400;text-decoration:none}.navigation-sidebar-6 li:last-child{margin:0}.navigation-sidebar.navigation-sidebar-6{background:#404040;background:-webkit-linear-gradient(#404040,#000);background:-webkit-linear-gradient(#404040, #000);background:linear-gradient(#404040,#000)}.navigation-sidebar-7 ul{margin:0;padding:0}.navigation-sidebar-7 li{display:block;margin:5px 0;padding:0}.navigation-sidebar-7 li:last-child{margin:0}.navigation-sidebar-7 li.title h2{color:inherit;font-weight:700;font-size:18px;line-height:2em;margin-bottom:10px}.navigation-sidebar-7 li a{position:relative;display:block;color:#004a80;font-weight:700;text-decoration:none;padding-left:15px}.navigation-sidebar-7 li li a,.navigation-sidebar-7 li>a:only-child{font-weight:400}.navigation-sidebar-7 li ul{display:none;margin:0 0 0 15px!important;font-size:100%!important}.navigation-sidebar-7 li>a:before{content:'\25BA';font-size:8px;position:absolute;margin-left:-15px}.navigation-sidebar-7 li>a.active:before{content:'\25BC';font-size:8px;position:absolute;margin-left:-15px}.navigation-sidebar-7 li>a.active:only-child:before,.navigation-sidebar-7 li>a:only-child:before{content:none}.navigation-sidebar-7 li a:hover{text-decoration:underline}.navigation-sidebar-8 ul{margin:0;padding:20px 40px;background-color:#f2f2f2}.navigation-sidebar-8 li{display:block;margin:5px 0;padding:0}.navigation-sidebar-8 li:last-child{margin:0}.navigation-sidebar-8 li.title h2{color:#999;font-weight:700;font-size:14px;line-height:1.3em;padding-bottom:18px;margin:0 0 20px;text-transform:uppercase;border-bottom:1px solid #ccc;border-bottom:1px solid rgba(0,0,0,.1)}.navigation-sidebar-8 li a{position:relative;display:block;color:#666;font-size:14px;font-weight:700;text-decoration:none;-padding-left:15px;margin:10px 0}.navigation-sidebar-8 li ul{display:none;font-size:100%!important;margin:0 0 0 15px!important;padding:0}.navigation-sidebar-8 li li a{font-weight:400}.navigation-sidebar-8 li a:hover,.navigation-sidebar-8 li.current-menu-item>a{color:#004a80}.navigation-sidebar-9 ul{margin:0;padding:10px 0;background-color:#f9f9f9;border:1px solid #e5e5e5}.navigation-sidebar-9 li{display:block;margin:0;padding:0}.navigation-sidebar-9 li:last-child{margin:0}.navigation-sidebar-9 li.title{padding:0 25px;color:#333;font-weight:400;font-size:16px;line-height:40px;margin:0 0 20px;text-transform:uppercase}.navigation-sidebar-9 li.title span{display:block;border-bottom:1px solid #ccc;border-bottom:1px solid rgba(0,0,0,.1)}.navigation-sidebar-9 li a{position:relative;display:block;color:#004a80;font-size:16px;font-weight:400;text-decoration:none;padding:5px 25px;margin:5px 0}.navigation-sidebar-9 li ul{border:0;display:none;margin:0 0 0 15px!important;font-size:100%!important;padding-top:0;padding-bottom:0}.navigation-sidebar-9 li li a{font-weight:400}.navigation-sidebar-9 li a:hover,.navigation-sidebar-9 li.current-menu-item>a{border-left:5px solid #004a80;padding-left:20px;color:#333}.navigation-sidebar-9 li li a:hover,.navigation-sidebar-9 li li.current-menu-item>a{border-left:10px solid #004a80;padding-left:30px;margin-left:-15px}.navigation-sidebar-9 li a:hover{border-left:5px solid #e5e5e5}.navigation-sidebar-9 li li a:hover{border-left:10px solid #e5e5e5}.navigation-sidebar-10{margin:0;padding:0}.navigation-sidebar-10 li{display:block;margin:0;padding:0}.navigation-sidebar-10 li:last-child{margin:0}.navigation-sidebar-10 li.title h2{color:#333;font-weight:400;font-size:22px;line-height:normal;margin:0 0 20px}.navigation-sidebar-10 li a{position:relative;display:block;color:#004a80;font-size:14px;font-weight:400;text-decoration:none;padding:7px 15px;margin:5px 0;background:#fff;border-radius:3px}.navigation-sidebar-10 li ul{display:none;margin:0!important;font-size:100%!important}.navigation-sidebar-10 li li a{font-weight:400;padding-left:30px;background-color:rgba(255,255,255,.75)}.navigation-sidebar-10 li a:hover,.navigation-sidebar-10 li.current-menu-item>a{background-color:#004a80;color:#fff}.navigation-sidebar .current-menu-item ul{display:block}.news-bar-style-1{width:100%;display:block}.news-bar-style-1 p{width:100%;display:block;background-color:#f2f2f2;background-color:rgba(0,0,0,.05);padding:1em 0;white-space:nowrap;font-size:1em;line-height:1em;border-radius:3px;overflow:hidden}.news-bar-style-1 strong{position:relative;display:inline;padding:1em 1em 1em 1.5em;margin-right:2em;background-color:#004a80;font-weight:bolder;color:#fff;line-height:1em;border-radius:3px 0 0 3px}.news-bar-style-1 strong:after{position:absolute;top:50%;right:-1em;margin-top:-2em;content:"";width:0;height:0;border-top:2em solid transparent;border-left:1em solid #004a80;border-bottom:2em solid transparent}.news-bar-style-1 a{text-transform:inherit;text-decoration:inherit;color:inherit;font-weight:700;margin-left:.5em}.floating-featured-panel-fluid .news-bar-style-1 p{padding:0;white-space:normal}.floating-featured-panel-fluid .news-bar-style-1 p>span,.floating-featured-panel-fluid .news-bar-style-1 p>strong{display:inline-block;vertical-align:middle;box-sizing:border-box}.floating-featured-panel-fluid .news-bar-style-1 p>strong{width:45%;margin-right:0}.floating-featured-panel-fluid .news-bar-style-1 p>span{width:55%;padding:1em 1em 1em 2em}@media only screen and (max-width:767px){.news-bar-style-1{text-align:center}.news-bar-style-1 p{padding:0;white-space:normal}.news-bar-style-1 strong{display:block;border-radius:3px 3px 0 0;margin:0}.news-bar-style-1 strong:after{position:absolute;right:auto;left:50%;margin-top:1.5em;margin-left:-.5em;border-left:1em solid transparent;border-right:1em solid transparent;border-top:.5em solid #004a80}.news-bar-style-1 span{display:block;padding:1.5em 1em 1em;line-height:1.3em}.news-bar-style-1 a{display:block;white-space:nowrap;margin-left:0;margin-bottom:1em}}.narrow .news-bar-style-1{text-align:center}.narrow .news-bar-style-1 p{padding:0;white-space:normal}.narrow .news-bar-style-1 strong{display:block;border-radius:3px 3px 0 0;margin:0}.narrow .news-bar-style-1 strong:after{position:absolute;right:auto;left:50%;margin-top:1.5em;margin-left:-.5em;border-left:1em solid transparent;border-right:1em solid transparent;border-top:.5em solid #004a80}.narrow .news-bar-style-1 span{display:block;padding:1.5em 1em 1em;line-height:1.3em}.narrow .news-bar-style-1 a{display:block;white-space:nowrap;margin-left:0;margin-bottom:1em}.terms_conditions .terms{border:3px dashed #fc8f18;background-color:#fff5c2;padding:16px 40px;margin-bottom:10px}.terms_content{opacity:.3;filter:alpha(opacity=30)}.terms_conditions .terms input[type=checkbox]{position:absolute;margin-top:6px;margin-left:-20px}.terms_conditions .terms_text{height:80px;overflow:auto;background:#fff;margin-top:10px;border:2px solid #e5dde8}.terms_conditions .terms_content{position:relative}.terms_conditions .terms_overlay{position:absolute;height:100%;width:100%;top:0;left:0;right:0;bottom:0;z-index:200}.terms_conditions .terms_text p{font-size:14px;margin:0}.op-live-editor .terms_content{opacity:1}.op-text-block{max-width:100%;margin-bottom:20px}.op-text-block p{line-height:1.6em}.op-text-block p:last-child{margin-bottom:0}.element-container .double-column ul,.element-container .op-text-block ul{list-style:disc inside}.op-text-block li{list-style-position:outside}.video-navigation-1 ul{text-align:center}.video-navigation-1 li{float:none;width:163px;text-align:center;margin-left:0;display:inline-block;vertical-align:top;margin-right:20px;line-height:1.3em}.floating-featured-panel-fluid .video-navigation-1 li,.video-navigation-1 li:last-child{margin-right:0}.video-navigation-1 a{font-size:14px;color:#cacaca;text-decoration:none;text-transform:uppercase}.video-navigation-1 li.current-page a{font-weight:700;text-transform:uppercase}.video-navigation-1 li.active a{color:#404040}.video-navigation-1 li img{display:block;margin-bottom:10px}.video-navigation-1 li span{display:block;font-size:12px;color:#4aa11f;margin-top:10px}.video-navigation-2 li{display:block;width:163px;text-align:left}.video-navigation-2 a{font-size:14px;color:#cacaca;text-decoration:none}.video-navigation-2 li.current-page a{font-weight:700}.video-navigation-2 li.active a{color:#404040}.video-navigation-2 li img{display:block;margin-bottom:10px}.video-navigation-2 li span{display:block;font-size:12px;color:#4aa11f;margin-top:10px}.video-navigation-3 ul{text-align:center}.video-navigation-3 li{display:inline-block;zoom:1;text-align:center;vertical-align:top}.video-navigation-3 a,.video-navigation-3 p span{font-size:14px;color:#cacaca;display:block;text-decoration:none}.video-navigation-3 p{padding:0 40px;margin:0}.video-navigation-3 li:first-child p{border:0}.video-navigation-3 li.current-page a{font-weight:700}.video-navigation-3 li.active a{color:#404040}.video-navigation-3 li img{display:block;margin-bottom:10px}.video-navigation-3 li>span{display:block;font-size:12px;color:#4aa11f;margin-top:10px}.video-navigation-4{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGY5ZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-linear-gradient(top, #fff 0, #f8f9fa 100%);background:linear-gradient(to bottom,#fff 0,#f8f9fa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f8f9fa', GradientType=0);border:1px solid #dddede;padding:15px 20px;border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.video-navigation-4 ul{margin:0;text-align:center}.video-navigation-4 li{display:inline-block;zoom:1;text-align:center;margin:0 20px}.video-navigation-4 a,.video-navigation-4 span{font-size:14px;color:#b6c4d5;display:block;text-decoration:none}.video-navigation-4 li.active a{color:#5395c4}.video-navigation-4 li.current-page a{font-weight:700;color:#000}.video-navigation-4 li img{display:block;margin-bottom:10px}.launch-nav-style-7 ul{display:table;width:100%;text-align:center;border-radius:6px;background-color:#fff}.launch-nav-style-7 li{display:table-cell}.launch-nav-style-7 li a,.launch-nav-style-7 li span{position:relative;display:inline-block;padding:20px 0;width:100%;font-weight:700!important;text-decoration:none;text-shadow:0 0 1px rgba(0,0,0,.25),0 0 1px rgba(0,0,0,.25),0 1px 1px rgba(0,0,0,.25);color:#fff;box-shadow:inset 0 0 0 1px rgba(0,0,0,.3),inset 0 0 0 2px rgba(255,255,255,.1);background-image:-webkit-linear-gradient(top, rgba(0,0,0,.1) 0, rgba(0,0,0,.2) 100%);background-image:linear-gradient(to bottom,rgba(0,0,0,.1) 0,rgba(0,0,0,.2) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#33000000', GradientType=0)}.launch-nav-style-7 li span{color:#a5a5a5;text-shadow:none}.launch-nav-style-7 li a:hover{background-image:-webkit-linear-gradient(top, rgba(0,0,0,.075) 0, rgba(0,0,0,.15) 100%);background-image:linear-gradient(to bottom,rgba(0,0,0,.075) 0,rgba(0,0,0,.15) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#12000000', endColorstr='#26000000', GradientType=0)}.launch-nav-style-7 li.active a{box-shadow:inset 0 0 0 1px rgba(0,0,0,.15),inset 0 2px 0 0 rgba(0,0,0,.15),inset 0 -2px 0 0 rgba(0,0,0,.15);background-color:rgba(0,0,0,.15)}.launch-nav-style-7 li.active a:before{content:"";margin:0 auto;width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(0,0,0,.15);position:absolute;left:0;right:0;bottom:0}.launch-nav-style-7 li.active a:after{content:"";margin:0 auto;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #fff;position:absolute;left:0;right:0;bottom:0}.launch-nav-style-7 li.active a:hover{box-shadow:inset 0 0 0 1px rgba(0,0,0,.15),inset 0 2px 0 0 rgba(0,0,0,.15),inset 0 -2px 0 0 rgba(0,0,0,.15);background-image:-webkit-linear-gradient(top, rgba(0,0,0,.1) 0, rgba(0,0,0,.2) 100%);background-image:linear-gradient(to bottom,rgba(0,0,0,.1) 0,rgba(0,0,0,.2) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#33000000', GradientType=0);background-color:rgba(0,0,0,.15)}.launch-nav-style-7 li:first-child a{border-top-left-radius:6px;border-bottom-left-radius:6px}.launch-nav-style-7 li:last-child a,.launch-nav-style-7 li:last-child span{border-top-right-radius:6px;border-bottom-right-radius:6px}.launch-nav-style-8 ul{display:table;width:100%;text-align:center;border-radius:6px}.launch-nav-style-8 li{display:table-cell}.launch-nav-style-8 li a,.launch-nav-style-8 li span{position:relative;display:inline-block;padding:20px 0;width:100%;font-weight:700!important;text-decoration:none;color:#777;box-shadow:inset 0 0 0 1px #e6edf2;background:#fff;background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0, rgba(242,248,255,1) 100%);background:linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(242,248,255,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f8ff', GradientType=0)}.launch-nav-style-8 li span{color:#ccc}.launch-nav-style-8 li.active a:before{content:"";margin:0 auto;width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #accee5;position:absolute;left:0;right:0;bottom:0}.launch-nav-style-8 li.active a:after{content:"";margin:0 auto;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #fff;position:absolute;left:0;right:0;bottom:0}.launch-nav-style-8 li a:hover{color:#333}.launch-nav-style-8 li.active a{color:#4d728c;text-shadow:0 0 1px rgba(255,255,255,.5),0 0 1px rgba(255,255,255,.5),0 1px 1px rgba(255,255,255,.5);box-shadow:inset 0 0 0 1px #accee5,inset 0 2px 0 0 rgba(255,255,255,.15);background:#cce5ff;background:-webkit-linear-gradient(top, rgba(204,229,255,1) 0, rgba(184,210,229,1) 100%);background:linear-gradient(to bottom,rgba(204,229,255,1) 0,rgba(184,210,229,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce5ff', endColorstr='#b8d2e5', GradientType=0)}.launch-nav-style-8 li:first-child a{border-top-left-radius:6px;border-bottom-left-radius:6px}.launch-nav-style-8 li:last-child a,.launch-nav-style-8 li:last-child span{border-top-right-radius:6px;border-bottom-right-radius:6px}.launch-nav-style-9 ul{display:table;width:100%;text-align:center;border-radius:3px}.launch-nav-style-9 li{display:table-cell}.launch-nav-style-9 li a,.launch-nav-style-9 li span{position:relative;display:inline-block;padding:20px 0;width:100%;font-weight:400!important;text-decoration:none;color:#516067;box-shadow:inset 0 0 0 1px #e6eaed;background:#fafbfd}.launch-nav-style-9 li span{color:#ccc}.launch-nav-style-9 li a:hover{color:#429cd1}.launch-nav-style-9 li.active a{color:#429cd1;text-shadow:0 0 1px rgba(255,255,255,.5),0 0 1px rgba(255,255,255,.5),0 1px 1px rgba(255,255,255,.5);box-shadow:inset 0 0 0 1px #e6eaed,inset 0 -4px 0 0 #429cd1}.launch-nav-style-9 li:first-child a{border-top-left-radius:3px;border-bottom-left-radius:3px}.launch-nav-style-9 li:last-child a,.launch-nav-style-9 li:last-child span{border-top-right-radius:3px;border-bottom-right-radius:3px}.launch-nav-style-10 ul{display:table;width:100%;text-align:center}.launch-nav-style-10 li{display:table-cell;vertical-align:top;-outline:1px solid red}.launch-nav-style-10 li a,.launch-nav-style-10 li span{position:relative;display:inline-block;padding:0;width:100%;text-decoration:none!important}.launch-nav-style-10 li a span{display:block;font-weight:400!important}.launch-nav-style-10 li a span:hover{color:#004a80}.launch-nav-style-10 li.active a span{font-weight:700!important}.launch-nav-style-10 .thumb{margin:10px auto 20px;width:50%;box-shadow:0 0 0 9px #f2f2f2,0 0 0 10px #e5e5e5;border-radius:1px}.launch-nav-style-10 img{margin-bottom:-6px}pre{font-family:monospace!important;background:#eee!important;border:1px solid #ddd!important;margin:20px 0!important;padding:20px!important;overflow:auto}.price-table-col{margin-left:0;margin-right:0;float:left;display:inline;width:100%}.pricing-table-3col,.pricing-table-4col{margin:0 auto;width:100%}.pricing-table-2col{margin:0 auto;width:70%}.pricing-table-1col{margin:0 auto;width:40%}.floating-featured-panel-fluid .pricing-table-1col,.floating-featured-panel-fluid .pricing-table-2col,.floating-featured-panel-fluid .pricing-table-3col,.floating-featured-panel-fluid .pricing-table-4col{width:100%}@media only screen and (max-width:767px){.pricing-table-1col,.pricing-table-2col{margin:0 auto;width:100%}}.four-fifths .pt-border,.three-fourths .pt-border{width:28%!important}.one-half .pt-border,.three-fifths .pt-border,.two-fourths .pt-border,.two-thirds .pt-border{width:45%!important}.one-fifth .pt-border,.one-fourth .pt-border,.one-third .pt-border,.two-fifths .pt-border{width:99%!important;top:0;margin-bottom:10px}.one-fifth .pt-border.popular,.one-fourth .pt-border.popular,.one-third .pt-border.popular,.two-fifths .pt-border.popular{width:97%!important;margin-left:0;top:0;margin-bottom:10px}.pricing-table-style1{margin-bottom:30px}.pricing-table-style1 .pt-border{display:inline-block;padding:0;margin:0 10px;background-color:#fff;-border:1px solid #ccc;-border:1px solid rgba(0,0,0,.2);border-radius:3px;box-shadow:0 1px 3px 0 rgba(0,0,0,.5)}.pricing-table-style1 .pricing-table-4col .pt-border{width:22.5%}.pricing-table-style1 .pricing-table-3col .pt-border{width:30%}.pricing-table-style1 .pricing-table-2col .pt-border{width:45%}.pricing-table-style1 .pricing-table-1col .pt-border{width:99%}.floating-featured-panel-fluid .pricing-table-style1 .pricing-table-1col .pt-border,.floating-featured-panel-fluid .pricing-table-style1 .pricing-table-2col .pt-border,.floating-featured-panel-fluid .pricing-table-style1 .pricing-table-3col .pt-border,.floating-featured-panel-fluid .pricing-table-style1 .pricing-table-4col .pt-border{width:100%;margin-left:0;margin-right:0}.pricing-table-style1 .price-table{background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:3px;text-align:center;position:relative}.pricing-table-style1 .price-table .name{font-size:1.5em;font-weight:700;padding:1em 0}.pricing-table-style1 .price-table .price{background-color:#333;width:100%;height:auto;padding:.5em 1px .75em;margin-top:0;margin-left:-1px;font-size:4em;font-weight:700;color:#fff}.pricing-table-style1 .price-table .price .variable{font-weight:400;font-size:.25em!important;vertical-align:text-top}.pricing-table-style1 .price-table .features{margin:0;padding:2em 0}.pricing-table-style1 .price-table .features li{font-size:14px!important}.pricing-table-style1 .price-table .button{margin:0}.pricing-table-style1 .price-table .description{padding:1em 0 2em;zoom:1;filter:alpha(opacity=50);opacity:.5;font-size:12px}.pricing-table-style1 .popular .price-table .price{background-color:#000}.pricing-table-style1 .popular .price-table{border:3px solid #000;position:relative}.op-pricing-table ul.features>p{display:none}.pricing-table-style2{margin-bottom:30px}.pricing-table-style2 .pricing-table-4col .pt-border{width:24.7%}.pricing-table-style2 .pricing-table-3col .pt-border{width:33%}.pricing-table-style2 .pricing-table-2col .pt-border{width:47%}.pricing-table-style2 .pricing-table-1col .pt-border{width:97%}.floating-featured-panel-fluid .pricing-table-style2 .pricing-table-1col .pt-border,.floating-featured-panel-fluid .pricing-table-style2 .pricing-table-2col .pt-border,.floating-featured-panel-fluid .pricing-table-style2 .pricing-table-3col .pt-border,.floating-featured-panel-fluid .pricing-table-style2 .pricing-table-4col .pt-border{margin:0 auto;width:100%}.pricing-table-style2 .pt-border{display:inline-block;padding:0;margin:0 -.15em 0 0;background-color:#fff;-border:1px solid #ccc;-border:1px solid rgba(0,0,0,.2);border-radius:3px;box-shadow:0 1px 3px 0 rgba(0,0,0,.5)}.pricing-table-style2 .price-table{text-align:center}.pricing-table-style2 .price-table .name{display:block;background-color:#666;width:100%;padding:.5em 0;margin-left:0;font-size:1em;font-weight:700;text-transform:uppercase;color:#fff;border-top-left-radius:3px;border-top-right-radius:3px}.pricing-table-style2 .price-table .price{background-color:#f2f2f2;width:100%;height:auto;padding:.75em 0 1.5em;margin-top:0;margin-left:0;font-size:3em;font-weight:700;color:#000;position:relative;border-bottom:1px solid rgba(0,0,0,.05)}.pricing-table-style2 .price-table .price .variable{position:absolute;left:0;right:0;bottom:1.5em;display:block;font-weight:700;font-size:.33em;vertical-align:text-top;text-transform:uppercase;zoom:1;filter:alpha(opacity=50);opacity:.5}.pricing-table-style2 .price-table .features{margin:0;padding:2em 0}.pricing-table-style2 .price-table .features li{font-size:14px!important}.pricing-table-style2 .price-table .button{margin:0}.pricing-table-style2 .price-table .description{padding:1em 0 2em;zoom:1;filter:alpha(opacity=50);opacity:.5;font-size:12px}.pricing-table-style2 .pt-border.popular{border:3px solid #000;z-index:1;position:relative;margin-bottom:-3px;padding-bottom:1.5em;top:1.5em}.pricing-table-style2 .popular .price-table .price{padding:.75em 0 1.25em;font-size:4em}.pricing-table-style2 .popular .price-table .price .variable{font-size:.25em}.pricing-table-style2 .popular .price-table .name{background-color:#000;border-radius:0}.pricing-table-style3{margin-bottom:30px}.pricing-table-style3 .pricing-table-4col .pt-border{width:24.7%}.pricing-table-style3 .pricing-table-3col .pt-border{width:33%}.pricing-table-style3 .pricing-table-2col .pt-border{width:47%}.pricing-table-style3 .pricing-table-1col .pt-border{width:97%}.floating-featured-panel-fluid .pricing-table-style3 .pricing-table-1col .pt-border,.floating-featured-panel-fluid .pricing-table-style3 .pricing-table-2col .pt-border,.floating-featured-panel-fluid .pricing-table-style3 .pricing-table-3col .pt-border,.floating-featured-panel-fluid .pricing-table-style3 .pricing-table-4col .pt-border{width:100%}.pricing-table-style3 .pt-border{display:inline-block;padding:0;margin:0 -.5em 0 0;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:3px}.pricing-table-style3 .price-table{text-align:center}.pricing-table-style3 .price-table .name{padding:2em 0 1em;font-size:1em}.pricing-table-style3 .price-table .price{padding:.25em 0 .5em;margin-top:0;margin-left:0;width:100%;font-size:5em;font-weight:400;color:#000;position:relative;-border:1px solid red;border-bottom:1px solid #ccc;border-bottom:1px solid rgba(0,0,0,.2)}.pricing-table-style3 .price-table .price .variable{display:block;font-size:.2em;margin-top:1.5em;vertical-align:text-top;zoom:1;filter:alpha(opacity=50);opacity:.5}.pricing-table-style3 .price-table .features{margin:0;padding:2em 0}.pricing-table-style3 .price-table .features li{font-size:14px!important}.pricing-table-style3 .price-table .button{margin:0}.pricing-table-style3 .price-table .description{padding:1em 0 2em;zoom:1;filter:alpha(opacity=50);opacity:.5;font-size:12px}.pricing-table-style3 .pt-border.popular{z-index:1;position:relative;padding-top:2em;padding-bottom:2em;top:2em}.pricing-table-style3 .popular .price-table:before{position:absolute;top:-2em;left:0;right:0;margin:.5em 2.5em;content:attr(mp_content);background-color:#000;padding:.5em 0;color:#fff;font-weight:700;border-radius:3px;white-space:nowrap;-overflow:hidden}.pricing-table-style3 .popular .price-table .price{font-weight:700}.price-table .css-button{font-size:14px;font-weight:700;color:#fff!important;display:inline-block;padding:.5em 1.25em;text-decoration:none;background:#ff9500;background:-webkit-linear-gradient(top, #ffb54d 0, #ff9500 100%);background:linear-gradient(to bottom,#ffb54d 0,#ff9500 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9500', endColorstr='#ffb54d', GradientType=0);border:1px solid #ff9500;border:1px solid rgba(0,0,0,.1);border-radius:6px;box-shadow:inset 0 1px 0 0 rgba(255,255,255,.35),0 1px 0 0 rgba(0,0,0,.35),0 2px 1px 0 rgba(0,0,0,.1);text-shadow:0 -1px 0 rgba(0,0,0,.25)}.price-table .css-button:hover{color:#fff!important}.price-table .css-button:active{position:relative;top:1px}.mce-content-body .progressbar-style-1,.progressbar-style-1.ui-progressbar{height:26px;width:100%;position:relative;border:1px solid rgba(0,0,0,.2);border-radius:3px;background:#fff;box-sizing:border-box}.progressbar-style-1 .ui-progressbar-value{height:100%;margin:-1px;border:1px solid rgba(0,0,0,.2);border-top-left-radius:3px;border-bottom-left-radius:3px;box-shadow:inset 0 1px 0 0 rgba(255,255,255,.25);background-color:#ffbf00}.progressbar-style-1 span{text-align:center;margin:3px auto;position:absolute;left:0;right:0;font-size:11px;text-shadow:0 -1px 0 rgba(255,255,255,.15),1px 0 0 rgba(255,255,255,.15),0 1px 0 rgba(255,255,255,.25),-1px 0 0 rgba(255,255,255,.15),0 0 1px rgba(255,255,255,.5);color:#333}.mce-content-body .progressbar-style-2,.progressbar-style-2.ui-progressbar{height:26px;width:100%;position:relative;border:1px solid rgba(0,0,0,.2);border-radius:3px;background:#fff;box-sizing:border-box}.progressbar-style-2 .ui-progressbar-value{height:100%;margin:-1px;border:1px solid rgba(0,0,0,.2);border-top-left-radius:3px;border-bottom-left-radius:3px;box-shadow:inset 0 1px 0 0 rgba(255,255,255,.25);background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/images/progressbar-gradient.png);background-position:0 0}.progressbar-style-2 span{text-align:center;margin:3px auto;position:absolute;left:0;right:0;font-size:11px;text-shadow:0 -1px 0 rgba(255,255,255,.15),1px 0 0 rgba(255,255,255,.15),0 1px 0 rgba(255,255,255,.25),-1px 0 0 rgba(255,255,255,.15),0 0 1px rgba(255,255,255,.5);color:#333}.mce-content-body .progressbar-style-3,.progressbar-style-3.ui-progressbar{padding:3px;height:26px;width:100%;position:relative;border:1px solid rgba(0,0,0,.2);border-radius:100px;background:#f2f2f2;box-shadow:inset 0 1px 0 0 rgba(0,0,0,.1),0 1px 0 0 rgba(255,255,255,.25);box-sizing:border-box}.progressbar-style-3 .ui-progressbar-value{height:100%;margin:-1px;border:1px solid rgba(0,0,0,.25);border-radius:100px;background-color:#ffbf00;background-image:-webkit-linear-gradient(top, rgba(255,255,255,0) 0, rgba(0,0,0,.1) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(0,0,0,.1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#1a000000', GradientType=0);box-shadow:inset 0 1px 0 0 rgba(255,255,255,.35),inset 0 0 0 1px rgba(255,255,255,.2)}.progressbar-style-3 span{text-align:center;margin:0 auto;position:absolute;left:0;right:0;font-size:11px;text-shadow:0 -1px 0 rgba(255,255,255,.15),1px 0 0 rgba(255,255,255,.15),0 1px 0 rgba(255,255,255,.25),-1px 0 0 rgba(255,255,255,.15),0 0 1px rgba(255,255,255,.5);color:#333}#content_area .css-button,#content_area a.css-button{text-decoration:none}#content_area .css-button p,#content_area a.css-button p{margin:0}.css-button-block{display:block}.css-button.style-1{line-height:1;text-align:center;text-decoration:none;position:relative!important;display:inline-block!important;border-style:solid}.css-button.style-1 .text{padding:0 15px;white-space:normal}.css-button.style-1 .subtext{margin:.2em 0 -.5em}.css-button.style-2{white-space:nowrap;text-align:center;text-decoration:none;position:relative!important;display:inline-block!important;padding:25px 58px;border-style:solid;border-width:1px;border-color:#000;border-color:rgba(0,0,0,1);border-radius:3px;background:#ffd400;background:-webkit-linear-gradient(top, #ff0 0, #ffa035 100%);background:linear-gradient(to bottom,#ff0 0,#ffa035 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#ffa035', GradientType=0);box-shadow:0 1px 1px 0 rgba(0,0,0,.5),inset 0 0 0 1px rgba(255,255,0,.5)}.css-button.style-2 .text{font-family:"Proxima Nova";font-size:24px;font-weight:900;font-style:normal;text-decoration:none;color:#333;text-shadow:0 1px 0 rgba(255,255,0,1);letter-spacing:50%}.css-button.style-2 .subtext{font-family:"Proxima Nova";font-size:14px;font-weight:300;font-style:normal;text-decoration:none;color:#002080;text-shadow:0 1px 0 rgba(255,255,0,1)}.css-button .subtext,.css-button .text{display:block;position:relative;z-index:1}.css-button .gradient{background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/images/button-gradient.png);background:-webkit-linear-gradient(top, rgba(255,255,255,.25) 0, rgba(0,0,0,.25) 100%);background:linear-gradient(to bottom,rgba(255,255,255,.25) 0,rgba(0,0,0,.25) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#40ffffff', endColorstr='#40000000', GradientType=0)}.css-button .shine{background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/images/button-shine.png);background:-webkit-linear-gradient(top, rgba(255,255,255,.25) 0, rgba(255,255,255,.25) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);background:linear-gradient(to bottom,rgba(255,255,255,.25) 0,rgba(255,255,255,.25) 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#40ffffff', endColorstr='#00ffffff', GradientType=0)}.css-button:hover .hover{background:rgba(255,255,255,.15)}.css-button:active .active{background:rgba(0,0,0,.15)}.css-button .active,.css-button .gradient,.css-button .hover,.css-button .shine{width:100%!important;height:100%!important;position:absolute!important;top:0!important;left:0!important}#nav-top .dk-select,.nav-bar-above .dk-select{z-index:9999!important}#nav-side .dk-select,.include-nav .dk-select{z-index:9998!important}#nav-bottom .dk-select,.nav-bar-below .dk-select{z-index:9997!important}.include-nav{position:relative;z-index:9998!important}#navigation-above+.dk-select,#navigation-below+.dk-select{float:left}.dk-select,.dk-select *,.dk-select :after,.dk-select :before,.dk-select-multi,.dk-select-multi *,.dk-select-multi :after,.dk-select-multi :before{box-sizing:border-box}.dk-select,.dk-select-multi{position:relative;display:inline-block;vertical-align:middle;line-height:1.5em;width:300px;cursor:pointer;text-align:left;margin:10px 20px}.dk-selected{width:100%;white-space:nowrap;overflow:hidden;position:relative;background-color:#ccc;background-color:rgba(255,255,255,.8);border:1px solid #ccc;border-radius:.4em;padding:.5em 1em .4em;font-size:.9em;color:#333;font-weight:700;text-overflow:ellipsis}.dk-selected:after,.dk-selected:before{content:'';display:block;position:absolute;right:0}.dk-selected:before{top:50%;border:solid transparent;border-width:.25em .25em 0;border-top-color:#999;margin:-.125em .5em 0 0}.dk-selected:after{top:0;height:100%;border-left:1px solid #999;margin:0 1.5em 0 0}.dk-selected-disabled{color:#BBB}.dk-select .dk-select-options{position:absolute;display:none;left:0;font-size:.9em}.dk-select-open-up .dk-select-options{border-radius:.4em .4em 0 0;margin-bottom:-1px;bottom:100%}.dk-select-open-down .dk-select-options{border-radius:0 0 .4em .4em;margin-top:-1px;top:100%}.dk-select-multi .dk-select-options{max-height:10em}.dk-select-options{width:100%;z-index:100;background-color:#fff;border:1px solid #ccc;border-top:none;border-radius:.4em;overflow-x:hidden;overflow-y:auto;max-height:14.8em;list-style:none;padding:.25em 0;margin:0!important}.dk-option-selected{background-color:#f4f4f4!important;color:#333!important}.dk-select-options-highlight .dk-option-selected{background-color:transparent!important;color:#333}.dk-option{padding:.4em 1em;display:block!important;float:none!important;color:#666;line-height:normal!important;text-align:left;border-bottom:1px solid rgba(0,0,0,.05)}.dk-select-options .dk-option-highlight{background-color:#f2f2f2!important;color:#666}.dk-select-options .dk-option-disabled{color:#BBB;background-color:transparent}.dk-optgroup{border:solid #CCC;border-width:1px 0;padding:.25em 0;margin-top:.25em}.dk-optgroup+.dk-option{margin-top:.25em}.dk-optgroup+.dk-optgroup{border-top-width:0;margin-top:0}.dk-optgroup:nth-child(2){padding-top:0;border-top:none;margin-top:0}.dk-optgroup:last-child{border-bottom-width:0;margin-bottom:0;padding-bottom:0}.dk-optgroup-label{padding:0 .5em .25em;font-weight:700;width:100%}.dk-optgroup-options{list-style:none;padding-left:0}.dk-optgroup-options li{padding-left:1.2em}.dk-select-open-up .dk-selected{border-top-left-radius:0;border-top-right-radius:0;border-color:#999}.dk-select-open-down .dk-selected{border-bottom-left-radius:0;border-bottom-right-radius:0;border-color:#aaa}.dk-select-open-down .dk-selected:before,.dk-select-open-up .dk-selected:before{border-width:0 .25em .25em;border-bottom-color:#aaa}.dk-select-open-down .dk-selected:after,.dk-select-open-up .dk-selected:after{border-left-color:#aaa}.dk-select-multi:focus .dk-select-options,.dk-select-open-down .dk-select-options,.dk-select-open-up .dk-select-options{display:block;border-color:#aaa}.dk-select-multi:focus,.dk-select-multi:hover,.dk-selected:focus,.dk-selected:hover{outline:0}.dk-selected:focus:before,.dk-selected:hover:before{border-top-color:#999}.dk-selected:focus:after,.dk-selected:hover:after{border-left-color:#999}.dk-select-disabled{opacity:.6;color:#BBB;cursor:not-allowed}.dk-select-disabled .dk-selected:focus,.dk-select-disabled .dk-selected:hover{border-color:inherit}.dk-select-disabled .dk-selected:focus:before,.dk-select-disabled .dk-selected:hover:before{border-top-color:inherit}.dk-select-disabled .dk-selected:focus:after,.dk-select-disabled .dk-selected:hover:after{border-left-color:inherit}select[data-dkcacheid]{display:none}@media only screen and (min-width:960px){.dk-select{display:none!important}}@media only screen and (max-width:960px){#navigation-alongside,.navigation{text-align:center}.dk-select{float:none!important;display:inline-block!important}.dk_toggle{text-align:left}}@media only screen and (max-width:767px){#navigation-alongside+.dk-select{float:none!important}.js .include-nav .selectnav{margin:15px 0 0!important}}@media only screen and (max-width:350px){.dk-select,.dk-select-multi{width:260px!important}}.breadcrumb-style-1{overflow:hidden;list-style:none;width:100%}.breadcrumb-style-1 li{margin:0;display:inline}.breadcrumb-style-1 a{font-family:inherit;font-size:inherit;font-weight:700;color:inherit;text-decoration:none;list-style:none;position:relative;display:inline;padding:0 1.5em 0 0}.breadcrumb-style-1 a:visited{color:inherit}.breadcrumb-style-1 a:after{content:"\2192";display:inline;position:relative;padding-left:1.5em}.narrow .breadcrumb-style-1{line-height:1.4em}.narrow .breadcrumb-style-1 li{line-height:1}.narrow .breadcrumb-style-1 a{padding:0 .5em 0 0;font-size:13px}.narrow .breadcrumb-style-1 a:after{padding-left:.5em}.breadcrumb-style-1 li:last-child a:after{content:none}.breadcrumb-style-1 li:last-child a{cursor:default;font-weight:400;color:inherit}.breadcrumb-style-1 li a:hover{color:#000}.breadcrumb-style-2{overflow:hidden;list-style:none;width:100%}.breadcrumb-style-2 li{margin:0;display:inline}.breadcrumb-style-2 a{margin:.4em 1.5em .1em 0;padding:0 2em 0 0;font-family:inherit;font-size:inherit;font-weight:700;color:inherit;text-decoration:none;list-style:none;position:relative;display:inline;background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/membership_breadcrumbs/divider.png) right center no-repeat}.breadcrumb-style-2 a:visited{color:inherit}.breadcrumb-style-2 li:last-child a{background:0 0;cursor:default;font-weight:400;color:inherit}.breadcrumb-style-2 a:hover{color:#000}.narrow .breadcrumb-style-2{line-height:1.4em}.narrow .breadcrumb-style-2 li{line-height:1}.narrow .breadcrumb-style-2 a{margin:.2em .5em .05em 0;padding:0 1em 0 0;font-size:13px}.narrow .breadcrumb-style-2 a:after{padding-left:.5em}.breadcrumb-style-3{overflow:hidden;list-style:none;width:100%;margin-bottom:10px}.breadcrumb-style-3 li{margin:0}.breadcrumb-style-3 a{font-family:inherit;font-size:inherit;font-weight:700;color:#fff;text-decoration:none;list-style:none;float:left;position:relative;display:inline-block;padding:.5em 1em .5em 1.5em;margin-bottom:10px;margin-right:2em;background-color:#000;border-radius:3px}.breadcrumb-style-3 a:visited{color:#fff}.breadcrumb-style-3 a:after{content:" ";display:block;width:0;height:0;border-top:1.33em solid transparent;border-bottom:1.33em solid transparent;border-left:1.1em solid #000;position:absolute;top:50%;margin-top:-1.33em;margin-left:-1px;left:100%;z-index:1}.breadcrumb-style-3 li:last-child a{background:0 0!important;cursor:default;font-weight:400;color:inherit;margin-left:-1.5em}.breadcrumb-style-3 li:last-child a:after{border:none}.breadcrumb-style-3 a:hover{background:gray}.breadcrumb-style-3 a:hover:after{border-left-color:gray!important}.narrow .breadcrumb-style-3 a{font-size:14px;line-height:1.2em;margin-bottom:2px}.narrow .breadcrumb-style-3 a:after,.narrow .breadcrumb-style-4 a:after{border-top:1em solid transparent;border-bottom:1em solid transparent;border-left:1.1em solid #000;margin-top:-1em}.breadcrumb-style-4{overflow:hidden;list-style:none;width:100%}.breadcrumb-style-4 a{font-family:inherit;font-size:inherit;font-weight:700;color:#fff;text-decoration:none;list-style:none;float:left;position:relative;display:inline-block;padding:.5em 2em .5em 1em;margin:0 0 1px;background-color:#000}.breadcrumb-style-4 a:visited{color:#fff}.breadcrumb-style-4 a:before{content:" ";display:block;width:0;height:0;border-top:19px transparent solid;border-bottom:19px transparent solid;border-left:19px #000 solid;position:absolute;top:50%;margin-top:-19px;margin-right:2px;right:0;z-index:2}.breadcrumb-style-4 li{margin:0}.breadcrumb-style-4 a:after{content:" ";display:block;width:0;height:0;border-top:19px solid transparent;border-bottom:19px solid transparent;border-left:19px solid #fff;position:absolute;top:50%;margin-top:-19px;margin-left:-19px;left:100%;z-index:1}.breadcrumb-style-4 li:last-child a:after{border-top:19px solid #fff;border-bottom:19px solid #fff;border-left:19px solid #000;right:auto}.breadcrumb-style-4 li:first-child a{padding-left:1.5em;margin-left:0;border-top-left-radius:3px;border-bottom-left-radius:3px}.breadcrumb-style-4 li:last-child a{background:0 0!important;cursor:default;font-weight:400;color:inherit}.breadcrumb-style-4 li:last-child a:before{border:none}.breadcrumb-style-4 a:hover{background:gray}.breadcrumb-style-4 a:hover:before{border-left-color:#000!important;border-top-color:gray!important;border-bottom-color:gray!important;left:-19px;right:auto;border-right-width:19px;border-left-width:19px;top:50%;padding-bottom:1px;margin-right:2px;margin-top:-20px}.breadcrumb-style-4 a:hover:after{border-top-color:#000!important;border-bottom-color:#000!important;border-left-color:gray!important;margin-left:-19px;padding-bottom:1px;margin-top:-20px}.breadcrumb-style-4 li:nth-last-child(2) a{padding-right:1.5em;margin-right:1em}.breadcrumb-style-4 li:nth-last-child(2) a:hover:before{border-top-color:gray!important;border-bottom-color:gray!important;border-left-color:#000!important;margin-left:0;display:block}.breadcrumb-style-4 li:nth-last-child(2) a:after{border-top-color:transparent!important;border-bottom-color:transparent!important;border-left-color:#000!important;margin-left:0}.breadcrumb-style-4 li:nth-last-child(2) a:hover:after{border-left-color:gray!important}.breadcrumb-style-4 li:last-child a:after,.breadcrumb-style-4 li:last-child a:before{border-top-color:transparent!important;border-bottom-color:transparent!important;border-left-color:#000!important;left:-1px;display:none!important}.narrow .breadcrumb-style-4 a{font-size:14px;line-height:1.2em;display:block;width:90%;padding:.5em 2em .5em 1em!important;box-sizing:border-box}.narrow .breadcrumb-style-4 a:before,.narrow .breadcrumb-style-4 a:hover:before,.narrow .breadcrumb-style-4 li:nth-last-child(2) a:before{border-top:1em transparent solid;border-bottom:1em transparent solid;border-left:1em #000 solid;margin-top:-1em;margin-right:1px;left:100%;right:auto}.narrow .breadcrumb-style-4 a:hover:before,.narrow .breadcrumb-style-4 li:nth-last-child(2) a:hover:before{border-top:1em transparent solid!important;border-bottom:1em transparent solid!important;border-left:1em gray solid!important}.narrow .breadcrumb-style-4 a:after,.narrow .breadcrumb-style-4 a:hover:after{border-top:1em solid red;border-bottom:1em solid red;border-left:1em solid green;margin-top:-1em;margin-left:0;left:100%;padding-bottom:1px;margin-right:1em;display:none!important}.breadcrumb-style-5{overflow:hidden;list-style:none;width:100%;border:1px solid rgba(0,0,0,.25);border-radius:3px}.breadcrumb-style-5 li{margin:0}.breadcrumb-style-5 a{font-family:inherit;font-size:inherit;font-weight:700;color:inherit!important;text-decoration:none;list-style:none;float:left;display:inline-block;padding:1em 0 1em 1.3em;margin-right:0;position:relative;border-bottom:1px solid #ccc;margin-bottom:-1px}.breadcrumb-style-5 a:visited{color:inherit!important}.breadcrumb-style-5 a:after{content:"";display:block;width:17px;height:100%;position:absolute;top:0;left:100%;background:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/membership_breadcrumbs/divider.png) right center no-repeat}.breadcrumb-style-5 li:last-child a:after{background:0 0;cursor:default;font-weight:400;color:inherit}.breadcrumb-style-5 a:hover,.breadcrumb-style-5 li:last-child a:hover{text-decoration:none}.narrow .breadcrumb-style-5,.narrow .breadcrumb-style-5 li:first-child:last-child a{border:0}.narrow .breadcrumb-style-5 a{border-left:1px solid #ccc;font-size:13px;line-height:1.2em;width:90%;display:block;padding:.5em 0 .5em 1.3em;box-sizing:border-box}.narrow .breadcrumb-style-5 li:first-child a{border-top:1px solid #ccc}.narrow .breadcrumb-style-5 li:last-child a{border-left:0}.narrow .breadcrumb-style-5 a:after{width:14px;left:99%}.breadcrumb-style-6{overflow:hidden;list-style:none;width:100%;background:#fff;border-radius:3px;border-right:1px solid #bfbfbf;position:relative}.breadcrumb-style-6:after,.breadcrumb-style-6:before{content:"";position:absolute;width:100%;height:0;left:0;line-height:0;border-top:1px solid #bfbfbf}.breadcrumb-style-6:after{top:0}.breadcrumb-style-6:before{bottom:0}.breadcrumb-style-6 li{margin:0 1em 0 0}.breadcrumb-style-6 a{font-family:inherit;font-size:inherit;font-weight:700;color:inherit;text-decoration:none;list-style:none;float:left;position:relative;display:inline-block;padding:18px .5em 17px 3em;border:1px solid #bfbfbf;margin-bottom:-1px}.breadcrumb-style-6 a:visited{color:inherit}.breadcrumb-style-6 a:after{content:" ";display:block;width:0;height:0;border-top:2em solid transparent;border-bottom:2em solid transparent;border-left:1.5em solid #fff;position:absolute;top:50%;margin-top:-2em;left:100%;z-index:2}.breadcrumb-style-6 a:before{content:" ";display:block;width:0;height:0;border-top:2em solid transparent;border-bottom:2em solid transparent;border-left:1.5em solid #bfbfbf;position:absolute;top:50%;margin-top:-2em;margin-left:1px;left:100%;z-index:1}.breadcrumb-style-6 li:first-of-type a{padding-left:1.5em}.breadcrumb-style-6 li:last-child a{background:0 0!important;cursor:default;font-weight:400;border-right:0}.breadcrumb-style-6 li:last-child a:after,.breadcrumb-style-6 li:last-child a:before{display:none}.breadcrumb-style-6 a:hover{background:#dfdfdf}.breadcrumb-style-6 a:hover:after{border-left-color:#dfdfdf!important}.breadcrumb-style-6 li:last-child a:hover:after{border-left:1.5em solid #fff!important}.narrow .breadcrumb-style-6 li:first-child:last-child a{border:0}.narrow .breadcrumb-style-6{line-height:1.4em;border:0}.narrow .breadcrumb-style-6:after,.narrow .breadcrumb-style-6:before{display:none}.narrow .breadcrumb-style-6 li{line-height:1}.narrow .breadcrumb-style-6 a{padding:.5em .25em .5em 1.5em!important;font-size:13px;width:95%;box-sizing:border-box}.narrow .breadcrumb-style-6 li:last-child a{border-left:none}.narrow .breadcrumb-style-6 a:after{border-top:1em solid transparent;border-bottom:1em solid transparent;border-left:.75em solid #fff;margin-top:-1em}.narrow .breadcrumb-style-6 a:before{border-top:1em solid transparent;border-bottom:1em solid transparent;border-left:.75em solid #bfbfbf;margin-top:-1em}.narrow .breadcrumb-style-6 li:first-of-type a{padding-left:.75em}.narrow .breadcrumb-style-6 li:last-child a:hover:after{border-left:.75em solid #fff!important}.breadcrumb-style-7,.breadcrumb-style-8{overflow:hidden;list-style:none;width:100%}.breadcrumb-style-7 li,.breadcrumb-style-8 li{margin:0;display:inline;padding:0 .5em 0 0}.breadcrumb-style-7 a,.breadcrumb-style-8 a{font-family:inherit;font-size:14px;font-weight:700;text-decoration:none;list-style:none;position:relative;display:inline;color:#bbb}.breadcrumb-style-7 a:visited,.breadcrumb-style-8 a:visited{color:#bbb}.breadcrumb-style-8 a{font-size:inherit;color:inherit;font-weight:inherit}.breadcrumb-style-7 li:after,.breadcrumb-style-8 li:after{content:"\2023";display:inline;padding-left:.5em;position:relative;top:-1px;color:#bbb!important}.breadcrumb-style-8 li:after{content:"\2F";position:relative;top:1px}.narrow .breadcrumb-style-7,.narrow .breadcrumb-style-8{line-height:1.4em}.narrow .breadcrumb-style-7 li,.narrow .breadcrumb-style-8 li{line-height:1}.narrow .breadcrumb-style-7 a,.narrow .breadcrumb-style-8 a{padding:0 .5em 0 0;font-size:13px}.narrow .breadcrumb-style-7 a:after,.narrow .breadcrumb-style-8 a:after{padding-left:.5em}.breadcrumb-style-7 li:last-child:after,.breadcrumb-style-8 li:last-child:after{content:none}.breadcrumb-style-7 li:last-child a,.breadcrumb-style-8 li:last-child a{cursor:default}.breadcrumb-style-7 li a:hover,.breadcrumb-style-8 li a:hover{text-decoration:underline}.breadcrumb-style-7 li:last-child a:hover,.breadcrumb-style-8 li:last-child a:hover{text-decoration:none}.page-listing.one-col{width:100%}.page-listing.two-col{width:49%;margin-right:2%;float:left}.page-listing.two-col:nth-child(even){margin-right:0}.page-listing.two-col:nth-child(odd){clear:both}.page-listing.three-col{width:32%;margin-right:2%;float:left}.page-listing.three-col:nth-child(3n){margin-right:0}.page-listing.three-col:nth-child(3n+1){clear:both}.page-listing.four-col{width:23.5%;margin-right:2%;float:left}.page-listing.four-col:nth-child(4n){margin-right:0}.page-listing.four-col:nth-child(4n+1){clear:both}.one-half .page-listing.four-col,.one-half .page-listing.three-col{width:49%;margin-right:2%}.one-half .page-listing.four-col:nth-child(even),.one-half .page-listing.three-col:nth-child(even){margin-right:0}.narrow .page-listing.four-col,.narrow .page-listing.three-col{width:100%;margin-right:0}.narrow .page-listing.four-col:nth-child(even),.narrow .page-listing.three-col:nth-child(even){margin-right:0}.thumb_resize{max-height:100px;padding-bottom:5px;padding-top:10px}.pagelisting-comment{font-size:12px!important}.pagelisting-style-1{display:block;text-decoration:none;line-height:normal;margin:0 0 25px;overflow:hidden}.pagelisting-style-1 .thumb{width:25%;float:left;text-align:center}.pagelisting-style-1 img{margin:0!important;position:static}.pagelisting-style-1 .content{width:75%;float:left}.pagelisting-style-1 h3{font-size:17px;font-weight:700;margin:0;padding-left:20px;line-height:1.3em}.pagelisting-style-1 p{font-size:14px;line-height:1.4em;margin:0;padding-left:20px;padding-top:5px}.two-col .pagelisting-style-1{margin-bottom:30px}.two-col .pagelisting-style-1 .content{width:74%}.four-col .pagelisting-style-1,.three-col .pagelisting-style-1{padding-right:10px}.four-col .pagelisting-style-1:nth-child(3n),.three-col .pagelisting-style-1:nth-child(3n){padding-right:0}.four-col .pagelisting-style-1 .thumb,.three-col .pagelisting-style-1 .thumb{width:100%}.four-col .pagelisting-style-1 h3,.three-col .pagelisting-style-1 h3{margin:8px 0 0;padding-left:0}.four-col .pagelisting-style-1 p,.three-col .pagelisting-style-1 p{padding-left:0;padding-top:6px}.four-col .pagelisting-style-1 .content,.three-col .pagelisting-style-1 .content{width:100%;float:left}@media only screen and (max-width:767px){.two-col .pagelisting-style-1 .content{width:100%}.four-col .pagelisting-style-1,.three-col .pagelisting-style-1,.two-col .pagelisting-style-1{padding-right:10px}.four-col .pagelisting-style-1:nth-child(2n),.three-col .pagelisting-style-1:nth-child(2n){padding-right:0}.pagelisting-style-1 .content,.pagelisting-style-1 .thumb{width:100%;float:none}.pagelisting-style-1 h3{padding-left:0;margin-top:8px}.pagelisting-style-1 p{padding-left:0;padding-top:6px}.page-listing.three-col:nth-child(3n+1){clear:none}.page-listing.three-col:nth-child(2n+1){clear:both}}@media only screen and (max-width:480px){.page-listing.three-col{-webkit-box-flex:0;-ms-flex:none;flex:none}}.pagelisting-style-2{display:block;text-decoration:none;line-height:normal;margin:0 0 20px;padding:15px;background-color:#fff;box-shadow:0 0 5px rgba(0,0,0,.15);overflow:hidden}.pagelisting-style-2:hover{box-shadow:0 0 5px rgba(0,0,0,.35)}.pagelisting-style-2 .thumb{width:25%;float:left;text-align:center}.pagelisting-style-2 img{margin:0!important;position:static}.pagelisting-style-2 .content{width:75%;float:left}.pagelisting-style-2 h3{font-size:17px;font-weight:700;margin:0;padding-left:15px;color:#000;line-height:1.3em}.pagelisting-style-2 p{font-size:13px;line-height:1.4em;margin:0;padding-left:15px;padding-top:5px}.four-col .pagelisting-style-2,.three-col .pagelisting-style-2{padding:15px}.four-col .pagelisting-style-2 .thumb,.three-col .pagelisting-style-2 .thumb{width:100%}.four-col .pagelisting-style-2 h3,.three-col .pagelisting-style-2 h3{margin:8px 0 0;padding-left:0}.four-col .pagelisting-style-2 p,.three-col .pagelisting-style-2 p{padding-left:0;padding-top:5px}.four-col .pagelisting-style-2 .content,.three-col .pagelisting-style-2 .content{width:100%;float:left}@media only screen and (max-width:767px){.pagelisting-style-2 .content,.pagelisting-style-2 .thumb{width:100%;float:none}.pagelisting-style-2 h3{padding-left:0;margin-top:10px}.pagelisting-style-2 p{padding-left:0}}.pagelisting-style-3{display:block;text-decoration:none;line-height:normal;margin:0 0 20px;background-color:#fff;overflow:hidden}.pagelisting-style-3 .thumb{width:25%;float:left;text-align:center}.pagelisting-style-3 img{margin:0!important;position:static}.pagelisting-style-3 .content{width:75%;float:left}.pagelisting-style-3 h3{font-size:17px;font-weight:700;margin:10px 0 0;padding:0 15px;color:#000;line-height:1.3em}.pagelisting-style-3 p{font-size:14px;line-height:1.4em;margin:0 0 15px;padding:0 15px}.one-col .pagelisting-style-3 p{margin:0 0 15px;padding:0 15px}.four-col .pagelisting-style-3 .thumb,.three-col .pagelisting-style-3 .thumb{width:100%}.four-col .pagelisting-style-3 .content,.three-col .pagelisting-style-3 .content{width:auto}.four-col .pagelisting-style-3 p,.three-col .pagelisting-style-3 p{margin:0 0 20px;padding:5px 20px 0}.four-col .pagelisting-style-3 h3,.three-col .pagelisting-style-3 h3{padding:0 20px}.pagelisting-style-4{display:block;text-decoration:none;line-height:normal;margin:0 0 20px;padding:5px;overflow:hidden}.four-col .pagelisting-style-4,.three-col .pagelisting-style-4{padding:0}.pagelisting-style-4 .thumb{width:25%;float:left;text-align:center}.four-col .pagelisting-style-4 .thumb,.three-col .pagelisting-style-4 .thumb{width:94%;float:none;padding:5px}.pagelisting-style-4 img{margin:0!important;box-shadow:0 0 0 4px #fff,0 0 0 5px rgba(0,0,0,.25),0 0 2px 5px rgba(0,0,0,.25);position:static}.pagelisting-style-4 .content{width:75%;float:left}.four-col .pagelisting-style-4 .content,.three-col .pagelisting-style-4 .content{padding:0 5px;width:auto;float:none}.pagelisting-style-4 h3{font-size:17px;font-weight:700;margin:-7px 0 0;padding-left:20px;color:#000;line-height:1.3em}.four-col .pagelisting-style-4 h3,.three-col .pagelisting-style-4 h3{margin:8px 0 0;padding-left:0}.pagelisting-style-4 p{font-size:14px;line-height:1.4em;margin:0;padding-left:20px;padding-top:5px}.four-col .pagelisting-style-4 p,.three-col .pagelisting-style-4 p{padding-left:0}.css-button.location_op_sidebar_optin_submit_button{width:230px;padding-top:20px;padding-bottom:20px;overflow:hidden}.css-button.location_op_home_feature_image_hover_optin_submit_button,.css-button.location_op_home_feature_video_optin_submit_button{width:363px;padding-top:20px;padding-bottom:20px;overflow:hidden}.image-button{max-width:100%;background:0 0}.image-button img{max-width:100%;height:auto}.image-button.location_op_home_feature_image_hover_optin_submit_button,.image-button.location_op_home_feature_video_optin_submit_button,.image-button.location_op_sidebar_optin_submit_button{width:363px;overflow:hidden;background:0 0}.image-button.location_op_home_feature_image_hover_optin_submit_button img,.image-button.location_op_home_feature_video_optin_submit_button img,.image-button.location_op_sidebar_optin_submit_button img{width:100%}.op-live-search-container{position:relative;font-size:14px}.op-live-search-input,.op-live-search-input[type=text]{margin:0;padding:10px 14px 8px 30px;width:100%;font-size:14px;border:1px solid #ccc;background-color:#fff;background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/images/search-icon.png);background-repeat:no-repeat;background-position:8px center;box-sizing:border-box;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.op-live-search-input:focus{outline:0;border:1px solid #999}.op-live-search-results{margin:0;height:0;width:100%;position:absolute;z-index:9999;top:100%;left:0;overflow:hidden;border:1px solid #999;border-bottom:none;border-top:none;box-sizing:border-box;background:#fff}.op-live-search-results--shown{border:1px solid #999;border-top:none}.op-live-search-results-item{margin:0;padding:0;color:#999;line-height:1.2em;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out;position:relative}.op-live-search-results-item a{padding:6px 10px;display:block;cursor:pointer;font-size:14px;color:#333;text-decoration:none}.op-live-search-results-item.op-live-search-results-item--empty{padding:6px 10px;cursor:default}.op-live-search-results-item--focused a{background:#f7f7f7;color:#333}.login-form-style-1 div.ws-plugin--optimizemember-pro-login-widget-profile-summary>a>img.avatar,.login-form-style-1 img{float:none;margin:0;padding:3px;border:1px solid #CCC;border-radius:4px}.login-form-style-1 .ws-plugin--optimizemember-pro-login-widget-profile-summary-name{font-weight:700;font-size:120%}.op-exit-redirect-modal{box-sizing:border-box;position:fixed;top:34%;left:50%;z-index:9999999;margin-left:-350px;padding:1.5em 2em 3em;width:700px;max-width:100%;border-radius:5px 5px 0 0;font-weight:700;border:1px solid #000;border-top:5px solid red;background-color:#FFF;box-shadow:0 0 10px rgba(0,0,0,.4)}#op_overlay{position:fixed;z-index:100001;width:100%;height:100%;left:0;top:0;bottom:0;right:0;background:rgba(0,0,0,.6);opacity:0;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#op_loading{position:fixed;top:50%;left:50%;margin-top:-21px;margin-left:-21px;width:42px;height:42px;z-index:100010;opacity:0;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.wpm_regform_table.wpm_registration td input{margin-bottom:0}.wpm_regform_table.wpm_registration td{vertical-align:middle;padding-bottom:10px}#wp-admin-bar-query-monitor small{display:inline}.mce-btn button span{display:inline-block}.wp-editor-wrap .uploader-editor-content h3{padding:15px 10px;font-size:14px;border:1px solid #e5e5e5;border-top:none;background:#f0f0f0;color:#939393;font-weight:400}.mce-notification,.mce-panel{z-index:100502!important}@media only screen and (max-width:959px){.optin-box-5 .optin-box-content{width:auto}.four-fifths .feature-block li,.three-fourths .feature-block li{width:45%}.one-half .feature-block li,.three-fifths .feature-block li,.two-fourths .feature-block li,.two-thirds .feature-block li{width:100%}.feature-block-one-col li{width:100%!important}.feature-box,.optin-box{max-width:100%}.optin-box-5{box-sizing:border-box}.one-fifth .optin-box .description,.one-fourth .optin-box .description,.one-half .split-half .optin-box .description,.two-fifths .optin-box .description,.two-fourths .optin-box .description{margin:10px 0}.optin-box-9 .text-boxes{width:100%}.optin-box-9 button.default-button{width:100%;margin:0 0 10px}.optin-box-10 .css-button,.optin-box-10 .text-boxes,.optin-box-10 button.default-button,.optin-box-10 label{margin:10px 0 0;width:100%;line-height:normal;max-width:100%}.optin-box-10 button.default-button{margin:10px 0}.css-button.style-1{width:100%;padding-left:0!important;padding-right:0!important}.testimonial-image-style-6 .testimonial-image-content{font-size:18px}.testimonial-style-4{width:auto;max-width:70%}.one-fifth .testimonial-image-style-2,.one-fourth .testimonial-image-style-2,.two-fifths .testimonial-image-style-2{padding:10px}.four-fifths .testimonial-image-style-2,.one-third .testimonial-image-style-2,.three-fifths .testimonial-image-style-2,.three-fourths .testimonial-image-style-2,.two-fourths .testimonial-image-style-2,.two-thirds .testimonial-image-style-2{padding:20px}.four-fifths .testimonial-image-style-2 .testimonial-content,.one-fifth .testimonial-image-style-2 .testimonial-content,.one-fourth .testimonial-image-style-2 .testimonial-content,.one-third .testimonial-image-style-2 .testimonial-content,.three-fifths .testimonial-image-style-2 .testimonial-content,.three-fourths .testimonial-image-style-2 .testimonial-content,.two-fifths .testimonial-image-style-2 .testimonial-content,.two-fourths .testimonial-image-style-2 .testimonial-content,.two-thirds .testimonial-image-style-2 .testimonial-content{font-size:12px;line-height:1.5em}.four-fifths .testimonial-image-style-2 cite strong,.one-fifth .testimonial-image-style-2 cite strong,.one-fourth .testimonial-image-style-2 cite strong,.one-third .testimonial-image-style-2 cite strong,.three-fifths .testimonial-image-style-2 cite strong,.three-fourths .testimonial-image-style-2 cite strong,.two-fifths .testimonial-image-style-2 cite strong,.two-fourths .testimonial-image-style-2 cite strong,.two-thirds .testimonial-image-style-2 cite strong{font-size:14px}.four-fifths .testimonial-image-style-2 img:first-child,.one-fifth .testimonial-image-style-2 img:first-child,.one-fourth .testimonial-image-style-2 img:first-child,.one-third .testimonial-image-style-2 img:first-child,.three-fifths .testimonial-image-style-2 img:first-child,.three-fourths .testimonial-image-style-2 img:first-child,.two-fifths .testimonial-image-style-2 img:first-child,.two-fourths .testimonial-image-style-2 img:first-child,.two-thirds .testimonial-image-style-2 img:first-child{position:relative;margin:0;max-width:100%;width:auto}.four-fifths .testimonial-image-style-4,.one-fifth .testimonial-image-style-4,.one-fourth .testimonial-image-style-4,.one-half .testimonial-image-style-4,.one-third .testimonial-image-style-4,.three-fifths .testimonial-image-style-4,.three-fourths .testimonial-image-style-4,.two-fifths .testimonial-image-style-4,.two-fourths .testimonial-image-style-4,.two-thirds .testimonial-image-style-4{padding:0;font-size:12px;line-height:1.6em;clear:both}.four-fifths .testimonial-image-style-4 img,.one-fifth .testimonial-image-style-4 img,.one-fourth .testimonial-image-style-4 img,.one-half .testimonial-image-style-4 img,.one-third .testimonial-image-style-4 img,.three-fifths .testimonial-image-style-4 img,.three-fourths .testimonial-image-style-4 img,.two-fifths .testimonial-image-style-4 img,.two-fourths .testimonial-image-style-4 img,.two-thirds .testimonial-image-style-4 img{margin:10px 0;position:relative;max-width:100%;width:100%}.four-fifths .testimonial-image-style-5,.one-fifth .testimonial-image-style-5,.one-fourth .testimonial-image-style-5,.one-half .testimonial-image-style-5,.one-third .testimonial-image-style-5,.three-fifths .testimonial-image-style-5,.three-fourths .testimonial-image-style-5,.two-fifths .testimonial-image-style-5,.two-fourths .testimonial-image-style-5,.two-thirds .testimonial-image-style-5{font-size:12px;line-height:1.5em}.four-fifths .testimonial-image-style-6 .testimonial-image-content,.one-fifth .testimonial-image-style-6 .testimonial-image-content,.one-fourth .testimonial-image-style-6 .testimonial-image-content,.one-half .testimonial-image-style-6 .testimonial-image-content,.one-third .testimonial-image-style-6 .testimonial-image-content,.three-fifths .testimonial-image-style-6 .testimonial-image-content,.three-fourths .testimonial-image-style-6 .testimonial-image-content,.two-fifths .testimonial-image-style-6 .testimonial-image-content,.two-fourths .testimonial-image-style-6 .testimonial-image-content,.two-thirds .testimonial-image-style-6 .testimonial-image-content{font-size:14px}.one-fifth .testimonial-style-3,.one-fourth .testimonial-style-3,.one-third .testimonial-style-3,.two-fifths .testimonial-style-3,.two-thirds .testimonial-style-3{padding:0;font-size:12px}.four-fifths .testimonial-style-2,.one-fifth .testimonial-style-2,.one-fourth .testimonial-style-2,.one-half .testimonial-style-2,.one-third .testimonial-style-2,.three-fifths .testimonial-style-2,.three-fourths .testimonial-style-2,.two-fifths .testimonial-style-2,.two-fourths .testimonial-style-2,.two-thirds .testimonial-style-2{padding:20px 0}.four-fifths .testimonial-style-4,.one-fifth .testimonial-style-4,.one-fourth .testimonial-style-4,.one-half .testimonial-style-4,.one-third .testimonial-style-4,.three-fifths .testimonial-style-4,.three-fourths .testimonial-style-4,.two-fifths .testimonial-style-4,.two-fourths .testimonial-style-4,.two-thirds .testimonial-style-4{margin:20px 0;padding:10px;max-width:100%;font-size:12px;box-sizing:border-box}.four-fifths .testimonial-style-4 .testimonial-content,.one-fifth .testimonial-style-4 .testimonial-content,.one-fourth .testimonial-style-4 .testimonial-content,.one-half .testimonial-style-4 .testimonial-content,.one-third .testimonial-style-4 .testimonial-content,.three-fifths .testimonial-style-4 .testimonial-content,.three-fourths .testimonial-style-4 .testimonial-content,.two-fifths .testimonial-style-4 .testimonial-content,.two-fourths .testimonial-style-4 .testimonial-content,.two-thirds .testimonial-style-4 .testimonial-content{padding:10px}.four-fifths .testimonial-style-5,.one-fifth .testimonial-style-5,.one-fourth .testimonial-style-5,.one-half .testimonial-style-5,.one-third .testimonial-style-5,.three-fifths .testimonial-style-5,.three-fourths .testimonial-style-5,.two-fifths .testimonial-style-5,.two-fourths .testimonial-style-5,.two-thirds .testimonial-style-5{padding:0}.one-fifth .testimonial-style-6 p,.one-fourth .testimonial-style-6 p,.one-third .testimonial-style-6 p,.two-fifths .testimonial-style-6 p{font-size:12px}.two-fifths .optin-box-1 button,.two-fifths .optin-box-1 input[type=submit]{float:none}.one-fifth .optin-box-1 button span,.one-fifth .optin-box-1 input,.one-fifth .optin-box-1 p,.one-fifth .optin-box-2 button span,.one-fifth .optin-box-2 input,.one-fifth .optin-box-2 p,.one-fifth .optin-box-3 button span,.one-fifth .optin-box-3 input,.one-fifth .optin-box-3 p,.one-fifth .optin-box-4 button span,.one-fifth .optin-box-4 input,.one-fifth .optin-box-4 p,.one-fourth .optin-box-1 button span,.one-fourth .optin-box-1 input,.one-fourth .optin-box-1 p,.one-fourth .optin-box-2 button span,.one-fourth .optin-box-2 input,.one-fourth .optin-box-2 p,.one-fourth .optin-box-3 button span,.one-fourth .optin-box-3 input,.one-fourth .optin-box-3 p,.one-fourth .optin-box-4 button span,.one-fourth .optin-box-4 input,.one-fourth .optin-box-4 p,.one-half .split-half .optin-box-1 button span,.one-half .split-half .optin-box-1 input,.one-half .split-half .optin-box-1 p,.one-half .split-half .optin-box-2 button span,.one-half .split-half .optin-box-2 input,.one-half .split-half .optin-box-2 p,.one-half .split-half .optin-box-3 button span,.one-half .split-half .optin-box-3 input,.one-half .split-half .optin-box-3 p,.one-half .split-half .optin-box-4 button span,.one-half .split-half .optin-box-4 input,.one-half .split-half .optin-box-4 p{font-size:12px!important}.one-fifth .optin-box-4 form{padding:5px}.one-fifth .optin-box-4,.one-fourth .optin-box-4,.optin-box-4{padding:0}.optin-box-5 .optin-box-content{max-width:100%}.optin-box-5 form{max-width:100%;text-align:left;width:100%}.optin-box-5 .text-boxes .text-box{width:100%}.one-fifth .optin-box-5 button,.one-fifth .optin-box-5 p,.one-fourth .optin-box-5 button,.one-fourth .optin-box-5 p,.one-half .split-half .optin-box-5 button,.one-half .split-half .optin-box-5 p{font-size:12px}.three-fifths .optin-box-5 .text-boxes,.three-fifths .optin-box-5 .text-boxes .text-box{float:none;margin-right:0}.three-fifths .optin-box-5 button.default-button{margin-top:0}.one-fifth .optin-box-10 .optin-box-content{padding:10px}.one-third .optin-box-10 .privacy,.one-third .optin-box-9 .privacy,.two-fifths .optin-box-10 .privacy,.two-fifths .optin-box-9 .privacy,.two-fourths .optin-box-10 .privacy,.two-fourths .optin-box-9 .privacy{margin:15px 0;font-size:14px}.one-fifth .optin-box-9 input,.one-fourth .optin-box-9 input,.one-half .split-half .optin-box-9 input{font-size:12px}.one-half .split-half .optin-box-11 button,.one-half .split-half .optin-box-11 input,.one-half .split-half .optin-box-11 p,.one-third .optin-box-11 button,.one-third .optin-box-11 input,.one-third .optin-box-11 p{font-size:14px}.one-fifth .optin-box-11 input,.one-fifth .optin-box-11 p,.one-fourth .optin-box-11 input,.one-fourth .optin-box-11 p{font-size:11px}.one-fifth .optin-box-11 button,.one-fourth .optin-box-11 button{padding:10px 0;font-size:14px}.one-fifth .optin-box-11 p,.one-fourth .optin-box-11 p{margin:10px 0}.four-fifths .optin-box-12 input{display:block;width:100%;margin-right:0}.four-fifths .optin-box-12 button{display:block;width:100%;padding:9px 0}.optin-box-19 input{width:100%!important;border-radius:6px;display:block;font-size:16px}.optin-box-19 button.default-button{margin:10px 0;position:static!important;width:100%;border-radius:6px}.optin-box-20 button.default-button{font-size:19px}.one-half .optin-box-15 button,.one-half .optin-box-15 input{margin-top:15px;width:100%!important;display:block;border-radius:6px}.pricing-table-style1 .pricing-table-4col .pt-border{margin:5px}.pricing-table-style1 .pricing-table-2col .pt-border,.pricing-table-style1 .pricing-table-3col .pt-border{margin:10px}}@media only screen and (max-width:767px){.headline-style-16 td.headline,.headline-style-17 td.headline{white-space:normal}.headline-style-16 td.stroke,.headline-style-17 td.stroke{width:0}.css-button.style-1{margin-bottom:10px}.pagelisting-style-4{padding:0;margin:0 0 25px}.pagelisting-style-4 .content,.pagelisting-style-4 .thumb{width:94%;float:none}.pagelisting-style-4 .thumb{padding:5px}.pagelisting-style-4 .content{padding:0 5px}.pagelisting-style-4 h3{padding-left:0;margin-top:10px}.pagelisting-style-4 p{padding-left:0}.pagelisting-style-3 .content,.pagelisting-style-3 .thumb{width:auto;float:none}.pagelisting-style-3 .content{padding:20px}.four-col .pagelisting-style-3 h3,.pagelisting-style-3 h3,.three-col .pagelisting-style-3 h3{padding:0;margin:-10px 0 0}.four-col .pagelisting-style-3 p,.pagelisting-style-3 p,.three-col .pagelisting-style-3 p{padding:5px 0 0;margin:0}.one-col .pagelisting-style-3 p{padding:5px 0 0}.one-col .thumb_resize,.two-col .thumb_resize{max-height:80px;padding-top:5px}.optin-box-2{width:auto}.optin-box-2 .text-boxes .text-box.email input[type=email],.optin-box-2 .text-boxes .text-box.email input[type=text]{float:left}.optin-box-12 input,.optin-box-12 input:focus{width:48%;margin-right:0}.optin-box-12 input:first-of-type,.optin-box-12 input:first-of-type:focus{margin-right:12px}.optin-box-12 button,.optin-box-12 button.default-button{display:block;width:100%;padding:9px 0}.optin-box-19 input{margin-top:15px;width:100%;display:block;border-radius:6px}.optin-box-19 button.default-button{position:static;padding:0;margin-top:15px;width:100%;display:block;border-radius:6px}.optin-box-20 input[type=email],.optin-box-20 input[type=text]{font-size:20px!important;width:100%;display:block;border-radius:6px}.optin-box-20 button.default-button{margin:15px 0 0;width:100%;display:block;border-radius:6px;font-size:19px!important}.optin-box-20 input+div{width:100%;margin:10px 0 0}.optin-box-20 input+div .css-button{margin:0}.page-listing.four-col,.page-listing.four-col:nth-child(4n),.page-listing.three-col,.page-listing.three-col:nth-child(3n){width:49%;margin-right:2%}.page-listing.four-col:nth-child(even),.page-listing.three-col:nth-child(even){margin-right:0}.one-column .feature-block li{width:100%!important}.feature-block.feature-block-three-col li,.one-column .feature-block.feature-block-three-col li{width:100%}.feature-block-style-2{text-align:left}.feature-block-style-2 .feature-block-2-img-container{margin:0;display:inline-block;width:50px}.feature-block-style-2 h5{margin-top:10px}.feature-block-style-3{text-align:left}.feature-block-style-3 .feature-block-3-img-container{margin:0 0 25px;float:left;display:inline-block}.feature-block-style-3 div{float:left;display:inline-block;width:100%}.feature-block-style-3.feature-block.feature-block-three-col li div{margin-bottom:10px}.feature-block-style-4 .feature-block-4-img-container{margin:0 auto;float:none;display:block}.feature-block-style-4 div{width:100%;padding-left:0}.feature-block-one-col.feature-block-style-image div{width:55%;padding-left:0;box-sizing:border-box}.feature-block-one-col.feature-block-style-image .feature-block-icon-container{max-width:100%}.column .feature-block-with-image.feature-block-four-col li{width:100%}.pricing-table-style1 .popular .price-table{top:0}.pricing-table-style2 .pt-border{margin-bottom:10px!important}.pricing-table-style2 .pt-border.popular{top:0;margin-left:-3px}.pricing-table-style3 .pt-border{margin-bottom:10px!important}.pricing-table-style3 .pt-border.popular{top:0;margin-top:1em;padding-top:0;padding-bottom:0}.pt-border{width:49%}.pt-border.popular{width:49%;margin-left:-3px}.pricing-table-style1 .pricing-table-2col .pt-border,.pricing-table-style1 .pricing-table-3col .pt-border,.pricing-table-style1 .pricing-table-4col .pt-border{width:99%;margin:0 0 10px}.pricing-table-style2 .pricing-table-2col .pt-border,.pricing-table-style2 .pricing-table-3col .pt-border,.pricing-table-style2 .pricing-table-4col .pt-border,.pricing-table-style3 .pricing-table-2col .pt-border,.pricing-table-style3 .pricing-table-3col .pt-border,.pricing-table-style3 .pricing-table-4col .pt-border{width:99%}.op-text-block{margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;width:100%!important}.testimonial-image-style-1{width:90%;margin:20px auto;float:none}html .testimonial-image-style-3{padding:20px 0 0;max-width:90%;background-position:194px 0}.testimonial-block .testimonial-image-style-1:nth-child(even){float:none}.testimonial-image-style-3 img:first-child{position:relative;margin:0 20px 10px 0;float:left;max-width:176px}.testimonial-image-style-4{width:90%;padding:0;margin:20px auto;float:none;line-height:1.5em}.testimonial-image-style-4 img{position:relative;max-width:100%;float:right;margin:0 0 20px 20px}.testimonial-image-style-5 img{margin:0 0 0 -170px}.testimonial-image-style-6 .testimonial-image-content{padding-right:45px}.testimonial-image-style-6{padding:0 0 0 45px;max-width:100%}.testimonial-image-style-6 .cite-container{margin:25px auto}.testimonial-image-style-6 .cite-container cite{text-align:center}.testimonial-image-style-6 .cite-container cite img{margin:-10px auto 18px;float:none;display:block}.testimonial-style-2{float:none;width:auto}.testimonial-style-3{margin:40px auto}.testimonial-style-4{width:auto;max-width:100%}.testimonial-style-5{width:auto;float:none}.testimonial-style-6-img-container{margin:25px 20px 0 35px}blockquote.testimonial-style-6 .testimonial-style-6-container{padding:30px 60px}blockquote.testimonial-style-6 p{font-size:.6em}blockquote.testimonial-style-6 cite{margin-top:37px}.four-fifths .testimonial-image-style-2 img:first-child,.one-fifth .testimonial-image-style-2 img:first-child,.one-fourth .testimonial-image-style-2 img:first-child,.one-third .testimonial-image-style-2 img:first-child,.three-fifths .testimonial-image-style-2 img:first-child,.three-fourths .testimonial-image-style-2 img:first-child,.two-fifths .testimonial-image-style-2 img:first-child,.two-fourths .testimonial-image-style-2 img:first-child,.two-thirds .testimonial-image-style-2 img:first-child{position:absolute;margin-left:-100px;max-width:71px}.four-fifths .testimonial-style-2,.one-fifth .testimonial-style-2,.one-fourth .testimonial-style-2,.one-half .testimonial-style-2,.one-third .testimonial-style-2,.three-fifths .testimonial-style-2,.three-fourths .testimonial-style-2,.two-fifths .testimonial-style-2,.two-fourths .testimonial-style-2,.two-thirds .testimonial-style-2{padding:6px 25px}.four-fifths .testimonial-image-style-4,.one-fifth .testimonial-image-style-4,.one-fourth .testimonial-image-style-4,.one-half .testimonial-image-style-4,.one-third .testimonial-image-style-4,.three-fifths .testimonial-image-style-4,.three-fourths .testimonial-image-style-4,.two-fifths .testimonial-image-style-4,.two-fourths .testimonial-image-style-4,.two-thirds .testimonial-image-style-4{padding:40px 0}.four-fifths .testimonial-image-style-4 img,.one-fifth .testimonial-image-style-4 img,.one-fourth .testimonial-image-style-4 img,.one-half .testimonial-image-style-4 img,.one-third .testimonial-image-style-4 img,.three-fifths .testimonial-image-style-4 img,.three-fourths .testimonial-image-style-4 img,.two-fifths .testimonial-image-style-4 img,.two-fourths .testimonial-image-style-4 img,.two-thirds .testimonial-image-style-4 img{max-width:35%;margin:0 0 20px 20px}.four-fifths .testimonial-image-style-5,.one-fifth .testimonial-image-style-5,.one-fourth .testimonial-image-style-5,.one-half .testimonial-image-style-5,.one-third .testimonial-image-style-5,.three-fifths .testimonial-image-style-5,.three-fourths .testimonial-image-style-5,.two-fifths .testimonial-image-style-5,.two-fourths .testimonial-image-style-5,.two-thirds .testimonial-image-style-5{padding:20px 20px 20px 170px;margin:0;min-height:100px}.four-fifths .testimonial-image-style-5 img:first-child,.one-fifth .testimonial-image-style-5 img:first-child,.one-fourth .testimonial-image-style-5 img:first-child,.one-half .testimonial-image-style-5 img:first-child,.one-third .testimonial-image-style-5 img:first-child,.three-fifths .testimonial-image-style-5 img:first-child,.three-fourths .testimonial-image-style-5 img:first-child,.two-fifths .testimonial-image-style-5 img:first-child,.two-fourths .testimonial-image-style-5 img:first-child,.two-thirds .testimonial-image-style-5 img:first-child{position:absolute;max-width:138px;margin-left:-170px}.four-fifths .testimonial-image-style-6,.one-fifth .testimonial-image-style-6,.one-fourth .testimonial-image-style-6,.one-half .testimonial-image-style-6,.one-third .testimonial-image-style-6,.three-fifths .testimonial-image-style-6,.three-fourths .testimonial-image-style-6,.two-fifths .testimonial-image-style-6,.two-fourths .testimonial-image-style-6,.two-thirds .testimonial-image-style-6{padding:0 0 0 60px}.four-fifths .testimonial-image-style-6 .testimonial-image-content,.one-fifth .testimonial-image-style-6 .testimonial-image-content,.one-fourth .testimonial-image-style-6 .testimonial-image-content,.one-half .testimonial-image-style-6 .testimonial-image-content,.one-third .testimonial-image-style-6 .testimonial-image-content,.three-fifths .testimonial-image-style-6 .testimonial-image-content,.three-fourths .testimonial-image-style-6 .testimonial-image-content,.two-fifths .testimonial-image-style-6 .testimonial-image-content,.two-fourths .testimonial-image-style-6 .testimonial-image-content,.two-thirds .testimonial-image-style-6 .testimonial-image-content{padding-right:60px;background-image:url(//ipl-beautyhairless.de/wp-content/plugins/optimizePressPlugin/lib/assets/images/testimonials/close-quote-huge.png);background-repeat:no-repeat;background-position:top right}.one-fifth .testimonial-image-style-1,.one-fourth .testimonial-image-style-1,.two-fifths .testimonial-image-style-1,.two-fourths .testimonial-image-style-1{margin:40px auto;padding-left:90px}.one-fifth .testimonial-image-style-1 img,.one-fourth .testimonial-image-style-1 img,.two-fifths .testimonial-image-style-1 img,.two-fourths .testimonial-image-style-1 img{position:absolute;margin-left:-90px;max-width:71px}.four-fifths .testimonial-image-style-2,.one-fifth .testimonial-image-style-2,.one-fourth .testimonial-image-style-2,.one-third .testimonial-image-style-2,.three-fifths .testimonial-image-style-2,.three-fourths .testimonial-image-style-2,.two-fifths .testimonial-image-style-2,.two-fourths .testimonial-image-style-2,.two-thirds .testimonial-image-style-2{padding:20px 20px 20px 120px}.one-fifth .testimonial-style-1,.one-fourth .testimonial-style-1,.two-fifths .testimonial-style-1{padding:9px 20px 0 60px}.five-columns .optin-box-1 button,.five-columns .optin-box-1 input[type=submit],.four-columns .optin-box-1 button,.four-columns .optin-box-1 input[type=submit],.one-half .split-half .optin-box-1 button,.one-half .split-half .optin-box-1 input[type=submit],.three-columns .optin-box-1 button,.three-columns .optin-box-1 input[type=submit]{float:right}.optin-box-2 .text-box input[type=email],.optin-box-2 .text-box input[type=text]{width:48%!important;float:left!important}.optin-box-2 .text-box.email input[type=email],.optin-box-2 .text-box.email input[type=text]{float:right!important}.optin-box-2 .optin-box-content p,.optin-box-3 .optin-box-content p{font-size:16px!important}.optin-box-2 button.default-button,.optin-box-3 button.default-button{font-size:20px!important}.optin-box-2 button.default-button span,.optin-box-3 button.default-button span{padding:9px 30px!important}.optin-box-4 .text-box.email,.optin-box-4 .text-box.email+button,.optin-box-4 .text-box.email+div{width:100%;margin-left:0;margin-right:0}.optin-box-4 button,.optin-box-4 input{margin:5px 0!important;width:100%!important}.location_optin_box_style_4{max-width:none!important}.one-fifth .optin-box-4 button span,.one-fourth .optin-box-4 button span,.one-half .split-half .optin-box-4 button span,.optin-box-4 button span{font-size:20px!important;letter-spacing:-1px!important}.one-fifth .optin-box-4 input,.one-fourth .optin-box-4 input,.one-half .split-half .optin-box-4 input,.optin-box-4 input{font-size:16px!important}.one-fifth .optin-box-4 p,.one-fourth .optin-box-4 p,.one-half .split-half .optin-box-4 p,.optin-box-4 p{margin:10px 0;font-size:14px!important}.optin-box-5 .text-boxes,.optin-box-5 .text-boxes .text-box,.optin-box-5 .text-boxes+div,.optin-box-5 button.default-button{float:none!important;margin-right:0!important;width:100%}.optin-box-5 button.default-button{margin-top:0;font-size:20px}.optin-box-5 button.default-button span{padding:9px 30px!important}.optin-box-5 p{font-size:16px!important;line-height:1.5em}.optin-box-6 input[type=text]{font-size:17px!important}.optin-box-6 button.default-button{font-size:20px!important}.optin-box-11 button,.optin-box-11 input{font-size:24px!important}.optin-box-11 input{height:50px}.optin-box-11 button{padding:20px 0!important}.optin-box-11 p{font-size:16px!important}.optin-box-15 button.default-button,.optin-box-15 input{margin-top:15px;width:100%;display:block;border-radius:6px}.optin-box-21 button{font-size:32px!important}.optin-box-21 div{padding:25px!important}.breadcrumb-style-1 a{padding:0 .5em 0 0;font-size:14px}.breadcrumb-style-1 a:after{padding-left:.5em}.breadcrumb-style-2 a{margin:.3em .5em .3em 0;padding:0 1em 0 0;font-size:14px}.breadcrumb-style-6 a{font-size:14px;padding:7px .3em 7px 2em}.breadcrumb-style-6 li:last-child a{border:0}.breadcrumb-style-6 li:first-child:last-child a{border-left:1px solid #bfbfbf}.breadcrumb-style-6 a:before{border-top:1.4em solid transparent;border-bottom:1.4em solid transparent;border-left:1.4em solid #bfbfbf;margin-top:-1.4em}.breadcrumb-style-6 a:after{border-top:1.4em solid transparent;border-bottom:1.4em solid transparent;border-left:1.4em solid #fff;margin-top:-1.4em}.breadcrumb-style-3 a{font-size:14px;line-height:1.2em;margin-bottom:2px}.breadcrumb-style-3 a:after,.breadcrumb-style-4 a:after{border-top:1em solid transparent;border-bottom:1em solid transparent;border-left:1.1em solid #000;margin-top:-1em}.breadcrumb-style-4 a{font-size:14px;line-height:1.2em;display:block;width:90%;padding:.5em 2em .5em 1em!important;box-sizing:border-box}.breadcrumb-style-4 a:before,.breadcrumb-style-4 a:hover:before,.breadcrumb-style-4 li:nth-last-child(2) a:before{border-top:1em transparent solid;border-bottom:1em transparent solid;border-left:1em #000 solid;margin-top:-1em;margin-right:1px;left:100%;right:auto}.breadcrumb-style-4 a:hover:before,.breadcrumb-style-4 li:nth-last-child(2) a:hover:before{border-top:1em transparent solid!important;border-bottom:1em transparent solid!important;border-left:1em gray solid!important}.breadcrumb-style-4 a:after,.breadcrumb-style-4 a:hover:after{border-top:1em solid red;border-bottom:1em solid red;border-left:1em solid green;margin-top:-1em;margin-left:0;left:100%;padding-bottom:1px;margin-right:1em;display:none!important}.breadcrumb-style-5,.breadcrumb-style-5 li:first-child:last-child a{border:0}.breadcrumb-style-5 a{border-left:1px solid #ccc;font-size:13px;line-height:1.2em;width:90%;display:block;padding:.5em 0 .5em 1.3em;box-sizing:border-box}.breadcrumb-style-5 li:first-child a{border-top:1px solid #ccc}.breadcrumb-style-5 li:last-child a{border-left:0}.breadcrumb-style-5 a:after{width:14px;left:99%}.element-container .qanda.qanda-two-col li,.main-content .qanda.qanda-two-col li{width:100%}}@media only screen and (max-width:480px){.optin-box-3{width:auto}.optin-box-12 input,.optin-box-12 input:focus{width:100%;display:block;margin-right:0}.optin-box-15 .description{margin-bottom:0}.optin-box-15 button.default-button,.optin8-box-15 input{margin-top:15px;width:100%;display:block;border-radius:6px}.feature-block{padding-left:10px;padding-right:10px;box-sizing:border-box}.pt-border{width:99%;margin-bottom:10px}.pt-border.popular{width:97%;margin-left:0;top:0;margin-bottom:10px}.pricing-table-style1 .pricing-table-2col .pt-border,.pricing-table-style1 .pricing-table-3col .pt-border,.pricing-table-style1 .pricing-table-4col .pt-border{width:99%;margin:0 0 10px}.pricing-table-style2 .pricing-table-2col .pt-border,.pricing-table-style2 .pricing-table-3col .pt-border,.pricing-table-style2 .pricing-table-4col .pt-border,.pricing-table-style3 .pricing-table-2col .pt-border,.pricing-table-style3 .pricing-table-3col .pt-border,.pricing-table-style3 .pricing-table-4col .pt-border{width:99%}.one-col .pagelisting-style-3 .thumb_resize,.one-half .page-listing.four-col,.one-half .page-listing.three-col,.one-half .page-listing.two-col,.page-listing.four-col,.page-listing.four-col:nth-child(4n),.page-listing.three-col,.page-listing.three-col:nth-child(3n),.page-listing.two-col{width:100%;margin-right:0}.page-listing.four-col,.page-listing.four-col:nth-child(even),.page-listing.three-col,.page-listing.three-col:nth-child(even),.page-listing.two-col:nth-child(even){margin-right:0;width:100%}.feature-block-style-4 .feature-block-4-img-container{margin:0 auto;float:none;display:block}.feature-block-style-4 div{width:100%;padding-left:0}.testimonial-image-style-1{padding:9px 0 0}.testimonial-image-style-1 img{margin:0;max-width:100%;height:auto;position:relative}.testimonial-image-style-2{padding:20px;max-width:90%;box-sizing:border-box}.testimonial-image-style-2 img:first-child{position:relative;margin:0;max-width:100%}html .testimonial-image-style-3{background-position:0 0}.testimonial-image-style-3 .testimonial-content{font-size:14px;line-height:1.4em}.testimonial-image-style-3 img:first-child{margin:0 0 15px 15px;max-width:35%;float:right}.testimonial-image-style-4 img{max-width:35%}.testimonial-image-style-5{padding-left:0;max-width:90%;font-size:14px}.testimonial-image-style-5 img:first-child{margin:0 0 10px 20px;float:right;position:relative;max-width:35%}.testimonial-image-style-5 cite,.testimonial-image-style-6 .testimonial-image-content{font-size:14px}.testimonial-style-2,.testimonial-style-3{font-size:16px}.four-fifths .testimonial-image-style-3 .testimonial-content,.one-fifth .testimonial-image-style-3 .testimonial-content,.one-fourth .testimonial-image-style-3 .testimonial-content,.one-half .testimonial-image-style-3 .testimonial-content,.one-third .testimonial-image-style-3 .testimonial-content,.three-fifths .testimonial-image-style-3 .testimonial-content,.three-fourths .testimonial-image-style-3 .testimonial-content,.two-fifths .testimonial-image-style-3 .testimonial-content,.two-fourths .testimonial-image-style-3 .testimonial-content,.two-thirds .testimonial-image-style-3 .testimonial-content{font-size:14px}.four-fifths .testimonial-image-style-4,.one-fifth .testimonial-image-style-4,.one-fourth .testimonial-image-style-4,.one-half .testimonial-image-style-4,.one-third .testimonial-image-style-4,.three-fifths .testimonial-image-style-4,.three-fourths .testimonial-image-style-4,.two-fifths .testimonial-image-style-4,.two-fourths .testimonial-image-style-4,.two-thirds .testimonial-image-style-4{font-size:16px;padding:20px 0 0}.four-fifths .testimonial-image-style-5,.one-fifth .testimonial-image-style-5,.one-fourth .testimonial-image-style-5,.one-half .testimonial-image-style-5,.one-third .testimonial-image-style-5,.three-fifths .testimonial-image-style-5,.three-fourths .testimonial-image-style-5,.two-fifths .testimonial-image-style-5,.two-fourths .testimonial-image-style-5,.two-thirds .testimonial-image-style-5{padding:20px 0}.four-fifths .testimonial-image-style-5 img:first-child,.one-fifth .testimonial-image-style-5 img:first-child,.one-fourth .testimonial-image-style-5 img:first-child,.one-half .testimonial-image-style-5 img:first-child,.one-third .testimonial-image-style-5 img:first-child,.three-fifths .testimonial-image-style-5 img:first-child,.three-fourths .testimonial-image-style-5 img:first-child,.two-fifths .testimonial-image-style-5 img:first-child,.two-fourths .testimonial-image-style-5 img:first-child,.two-thirds .testimonial-image-style-5 img:first-child{position:relative;float:right;margin:0 0 20px 20px}.four-fifths .testimonial-style-4,.one-fifth .testimonial-style-4,.one-fourth .testimonial-style-4,.one-half .testimonial-style-4,.one-third .testimonial-style-4,.three-fifths .testimonial-style-4,.three-fourths .testimonial-style-4,.two-fifths .testimonial-style-4,.two-fourths .testimonial-style-4,.two-thirds .testimonial-style-4{padding:0}.four-fifths .testimonial-image-style-2,.one-fifth .testimonial-image-style-2,.one-fourth .testimonial-image-style-2,.one-third .testimonial-image-style-2,.three-fifths .testimonial-image-style-2,.three-fourths .testimonial-image-style-2,.two-fifths .testimonial-image-style-2,.two-fourths .testimonial-image-style-2,.two-thirds .testimonial-image-style-2{max-width:100%}.optin-box-1 button.default-button,.optin-box-1 input[type=submit]{float:none}.optin-box-1 input[type=email],.optin-box-1 input[type=text]{width:230px}.five-columns .optin-box-1 button,.five-columns .optin-box-1 input[type=submit],.four-columns .optin-box-1 button,.four-columns .optin-box-1 input[type=submit],.one-half .split-half .optin-box-1 button,.one-half .split-half .optin-box-1 input[type=submit],.three-columns .optin-box-1 button,.three-columns .optin-box-1 input[type=submit]{float:none}.optin-box-2 .text-box input[type=email],.optin-box-2 .text-box input[type=text],.optin-box-3 input[type=email],.optin-box-3 input[type=text]{width:100%!important;float:none!important;font-size:14px!important}.optin-box-2 button.default-button,.optin-box-3 button.default-button{font-size:16px!important}.optin-box-5 .privacy{font-size:12px!important}.optin-box-5 button.default-button{font-size:18px!important;width:100%}.optin-box-5 .optin-box-content{margin-right:0}.optin-box-5 form{width:100%}.optin-box-6 input[type=email],.optin-box-6 input[type=text]{font-size:14px!important}.optin-box-6 button.default-button{font-size:18px!important}.optin-box-10 label{font-size:24px}.optin-box .privacy{font-size:14px!important;margin:10px 0!important;text-align:center;position:relative}.optin-box-11 button,.optin-box-11 input{font-size:18px!important}.optin-box-11 button{padding:20px 0!important}.optin-box-11 p{font-size:14px!important}.optin-box-21 button{font-size:24px!important}.breadcrumb-style-1{line-height:1.4em}.breadcrumb-style-1 li{line-height:1}.breadcrumb-style-1 a{padding:0 .5em 0 0;font-size:13px}.breadcrumb-style-1 a:after{padding-left:.5em}.breadcrumb-style-2{line-height:1.4em}.breadcrumb-style-2 li{line-height:1}.breadcrumb-style-2 a{margin:.2em .5em .05em 0;padding:0 1em 0 0;font-size:13px}.breadcrumb-style-2 a:after{padding-left:.5em}.breadcrumb-style-6 li:first-child:last-child a{border:0}.breadcrumb-style-6{line-height:1.4em;border:0}.breadcrumb-style-6:after,.breadcrumb-style-6:before{display:none}.breadcrumb-style-6 li{line-height:1}.breadcrumb-style-6 a{padding:.5em .25em .5em 1.5em!important;font-size:13px;width:95%;box-sizing:border-box}.breadcrumb-style-6 li:last-child a{border-left:none}.breadcrumb-style-6 a:after{border-top:1em solid transparent;border-bottom:1em solid transparent;border-left:.75em solid #fff;margin-top:-1em}.breadcrumb-style-6 a:before{border-top:1em solid transparent;border-bottom:1em solid transparent;border-left:.75em solid #bfbfbf;margin-top:-1em}.breadcrumb-style-6 li:first-of-type a{padding-left:.75em}.breadcrumb-style-6 li:last-child a:hover:after{border-left:.75em solid #fff!important}.breadcrumb-style-7,.breadcrumb-style-8{line-height:1.4em}.breadcrumb-style-7 li,.breadcrumb-style-8 li{line-height:1}.breadcrumb-style-7 a,.breadcrumb-style-8 a{padding:0 .5em 0 0;font-size:13px}.breadcrumb-style-7 a:after,.breadcrumb-style-8 a:after{padding-left:.5em}.guarantee-box-4-internal{padding:18px}.guarantee-box-4-internal>img{position:static;margin:0 auto;display:block;max-width:100%;height:auto}}.flare{z-index:10000!important}.op-live-editor body::before,.op-live-editor-page::before,.op-live-editor::before{display:none}.to-be-animated-row{padding:0!important;height:0!important;overflow:hidden}#content_area .section{margin-bottom:0;position:relative}#content_area .row{zoom:1;position:relative}#footer_area .row,.cols{position:relative}.op-row-image-color-overlay{position:absolute;width:100%;height:100%;top:0;left:0;bottom:0;right:0;pointer-events:none}.op-gdpr-consent-item{clear:both}.op-gdpr-consent-item label{text-align:left;line-height:22px}.op-gdpr-consent-item label a{color:#222;text-decoration:underline}.op-gdpr-consent-item{padding-top:15px;padding-bottom:2px;margin-bottom:0}.optin-box-1 .op-gdpr-consent-item{margin-bottom:0!important}.optin-box-3 .op-gdpr-consent-item{margin-bottom:0!important;padding-top:10px}.optin-box-4 .op-gdpr-consent-item,.optin-box-7 .op-gdpr-consent-item{margin-bottom:0!important}.optin-box-10 .op-gdpr-consent-item label{color:#fff;line-height:16px;width:100%;margin-top:0;margin-bottom:0}.optin-box-10 .op-gdpr-consent-item label span{color:#fff;line-height:16px}.optin-box-10 .op-gdpr-consent-item label span a{color:#fff;text-decoration:underline}.optin-box-11 input[type=checkbox]{width:auto;display:inline-block;vertical-align:middle;margin:0 7px 0 0;height:18px}.optin-box-12 input[type=checkbox],.optin-box-13 input[type=checkbox],.optin-box-14 input[type=checkbox]{width:auto;display:inline-block;vertical-align:middle;margin:0 7px 0 0;height:auto}.optin-box-15 input[type=checkbox],.optin-box-21 input[type=checkbox],.optin-box-22 input[type=checkbox],.optin-box-23 input[type=checkbox]{width:auto;display:inline-block;vertical-align:middle;margin:0 7px 0 0;height:auto!important}.optin-box-23 .op-gdpr-consent-item label{padding-left:25px;padding-right:25px}.optin-box-24 input[type=checkbox]{width:auto;display:inline-block;vertical-align:middle;margin:0 7px 0 0;height:auto!important}.optin-box-24 .op-gdpr-consent-item label{padding-left:25px;padding-right:25px;font-size:13px}.optin-box-24 .op-gdpr-consent-item label .privacy-text{font-size:13px;font-weight:400;color:#444;text-shadow:none}.optin-box-25 input[type=checkbox]{width:auto;display:inline-block;vertical-align:middle;margin:0 7px 0 0;height:auto!important}.optin-box-25 .op-gdpr-consent-item label{padding-left:25px;padding-right:25px}.optin-box-26 input[type=checkbox],.optin-box-27 input[type=checkbox],.optin-box-28 input[type=checkbox]{width:auto;display:inline-block;vertical-align:middle;margin:0 7px 0 0;height:auto!important}.optin-box-28 .op-gdpr-consent-item label{text-transform:none}:-webkit-full-screen-ancestor{-webkit-animation:none!important;animation:none!important;-webkit-animation-fill-mode:none!important;animation-fill-mode:none!important}