<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.show-on-phone { display: none; }
.owh {overflow: hidden;}
.crPointer {cursor:pointer;}
.crDefault{cursor:default;}
.dspNone {display:none !important;}
.inline-block{display:inline-block !important;}
.dsp-block{display:block !important;}
.dsp-table-cell {display: table-cell;}
.pos-relative{position:relative;}
.pos-absolute{position:absolute;}
.to-left{float:left;}
.to-right{float:right;}
.to-center{margin: 0 auto; float: none !important; }
.text-right{text-align:right;}
.text-left{text-align:left;}
.text-center{text-align:center;}
.text-bold{font-weight: bold;}
.to-upper { text-transform: uppercase; }
.maxWidth-100 { max-width: 100%; }
.maxWidth-90 { max-width: 90%; }
.maxWidth-60 { max-width: 60%; }
.cover-bg, .cover-background { background-repeat: no-repeat; background-position: center center; background-size: cover; }
.fs12{font-size:12px !important;}
.fs14{font-size:14px !important;}
.fs16{font-size:16px !important;}
.fs18{font-size:18px !important;}
.fs20{font-size:20px !important;}
.fs22{font-size:22px !important;}
.fs24{font-size:24px !important;}
.fs26{font-size:26px !important;}
.col-10{width:10%;}
.col-20{width:20%;}
.col-25{width:25%;}
.col-30{width:30%;}
.col-40{width:40%;}
.col-50{width:50%;}
.col-60{width:60%;}
.col-70{width:70%;}
.col-80{width:80%;}
.col-90{width:90%;}
.col-100{width:100%;}

.col-1 { width: 8.33%; float:left; }
.col-2 { width: 16.66%; float:left; }
.col-3 { width: 24.99%; float:left; }
.col-4 { width: 33.32%; float:left; }
.col-5 { width: 41.65%; float:left; }
.col-6 { width: 49.98%; float:left; }
.col-7 { width: 58.31%; float:left; }
.col-8 { width: 66.64%; float:left; }
.col-9 { width: 74.97%; float:left; }
.col-10 { width: 83.3%; float:left; }
.col-11 { width: 91.63%; float:left; }
.col-12 { width: 100%; float:left; }

.p-10{padding: 10px;}
.pl-10{padding-left: 10px;}
.pr-10{padding-right: 10px;}
.pt-10{padding-top: 10px;}
.pb-10{padding-bottom: 10px;}
.p-20{padding: 20px;}
.pl-20{padding-left: 20px;}
.pr-20{padding-right: 20px;}
.pt-20{padding-top: 20px;}
.pb-20{padding-bottom: 20px;}
.p-40{padding: 40px;}
.pl-40{padding-left: 40px;}
.pr-40{padding-right: 40px;}
.pt-40{padding-top: 40px;}
.pb-40{padding-bottom: 40px;}
.p-60{padding: 60px;}
.pl-60{padding-left: 60px;}
.pr-60{padding-right: 60px;}
.pt-60{padding-top: 60px;}
.pb-60{padding-bottom: 60px;}

.m-5{margin: 5px;}
.ml-5{margin-left: 5px;}
.mr-5{margin-right: 5px;}
.mt-5{margin-top: 5px;}
.mb-5{margin-bottom: 5px;}
.m-10{margin: 10px;}
.ml-10{margin-left: 10px;}
.mr-10{margin-right: 10px;}
.mt-10{margin-top: 10px;}
.mb-10{margin-bottom: 10px;}
.m-20{margin: 20px;}
.ml-20{margin-left: 20px;}
.mr-20{margin-right: 20px;}
.mt-20{margin-top: 20px;}
.mb-20{margin-bottom: 20px;}
.m-40{margin: 40px;}
.ml-40{margin-left: 40px;}
.mr-40{margin-right: 40px;}
.mt-40{margin-top: 40px;}
.mb-40{margin-bottom: 40px;}
.m-60{margin: 60px;}
.ml-60{margin-left: 60px;}
.mr-60{margin-right: 60px;}
.mt-60{margin-top: 60px;}
.mb-60{margin-bottom: 60px;}
.bgGray7 {background-color: #525252;}
.bgGrayF5 {background-color: #f5f5f5;}
.bgGrayF2 {background-color: #f1f2f2;}

.box{overflow: hidden; }
.box.half{width: 50%;}

/* border */
.bt-white { border-top: #fff 1px solid; }
.br-white { border-right: #fff 1px solid; }
.bb-white { border-bottom: #fff 1px solid; } 
.bl-white { border-left: #fff 1px solid;  }
.bt-ee { border-top: #eee 1px solid; }
.br-ee { border-right: #eee 1px solid; }
.bb-ee { border-bottom: #eee 1px solid; } 
.bl-ee { border-left: #eee 1px solid;  }

/* TELEFON */
@media only screen and (max-width : 760px) {
    .show-on-phone { display: block; }
    .hide-on-phone { display: none !important; }
    .col-10, .col-20, .col-25, .col-30, .col-40, .col-50, .col-60, .col-70, .col-80, .col-90{width:100%;}
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12{width:100%;}
}</pre></body></html>