@charset "utf-8";
.rnd-5, .rnd-5-c > *{overflow:hidden;-webkit-border-radius: 5px;-moz-border-radius: 5px;-o-border-radius: 5px;border-radius: 5px;}
.rnd-10, .rnd-10-c > *{overflow:hidden;-webkit-border-radius: 12px;-moz-border-radius: 12px;-o-border-radius: 12px;border-radius: 12px;}
.ccl, .ccl-c > *{overflow:hidden;-webkit-border-radius: 100px;-moz-border-radius: 100px;-o-border-radius: 100px;border-radius: 100px;}


.b-0, .b-0-c > *{border-width:0px;}
.b-1, .b-1-c > *{border-width:1px;border-style:solid;border-color:var(--color-b);}

.b-t1, .b-t1-c > *, .b-t1-cl > *:not(:first-child){border-top-width:1px;border-top-style:solid;border-color:var(--color-b);}

.b-b0, .b-b0-c > *, .b-b0-cl > *:not(:last-child){border-bottom-width:0px;}
.b-b1, .b-b1-c > *, .b-b1-cl > *:not(:last-child){border-bottom-width:1px;border-bottom-style:solid;border-color:var(--color-b);}
.b-b2, .b-b2-c > *, .b-b2-cl > *:not(:last-child){border-bottom-width:2px;border-bottom-style:solid;border-color:var(--color-b);}
.b-b3, .b-b3-c > *, .b-b3-cl > *:not(:last-child){border-bottom-width:3px;border-bottom-style:solid;border-color:var(--color-b);}

.b-l1, .b-l1-c > *, .b-l1-cl > *:not(:first-child){border-left-width:1px;border-left-style:solid;border-color:var(--color-b);}
.b-r1, .b-r1-c > *, .b-r1-cl > *:not(:last-child){border-right-width:1px;border-right-style:solid;border-color:var(--color-b);}

.b-c1, .b-c1-c > *, .b-c1-cl > *:not(:last-child){border-color:var(--color-c1);}
.b-cc, .b-cc-c > *, .b-cc-cl > *:not(:last-child){border-color:currentColor;}

.b-tr, .b-tr-c > *{border-color:transparent;}
.b-dot, .b-dot-c > *{border-style:dotted;}
.b-dot-t, .b-dot-t-c > *, .b-dot-t-cl > *:not(:first-child){border-top-style:dotted;}
.b-dot-l, .b-dot-l-c > *, .b-dot-l-cl > *:not(:first-child){border-left-style:dotted;}
.b-dot-b, .b-dot-b-c > *, .b-dot-b-cl > *:not(:last-child){border-bottom-style:dotted;}
.b-dot-r, .b-dot-r-c > *, .b-dot-r-cl > *:not(:last-child){border-right-style:dotted;}

.b-c1, .b-c1-c > *, .b-c1-cl > *:not(:last-child), .b-c1-cl > *:not(:first-child), .b-c1:before, .b-c1:after{border-color:#ffbb00;}

.b-n, .b-n-c > *{border:none;}
.shd, .shd-c > *{-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.05), 0px 4px 16px -8px rgba(55, 55, 76, 0.3);-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.05), 0px 4px 16px -8px rgba(55, 55, 76, 0.3);box-shadow: 0px 0px 2px rgba(0,0,0,.05), 0px 4px 16px -8px rgba(55, 55, 76, 0.3);}
.shd-t, .shd-t-c > *{-webkit-box-shadow: 0px -16px 18px -12px rgba(0, 0, 0, 0.12);-moz-box-shadow: 0px -16px 18px -12px rgba(0, 0, 0, 0.12);box-shadow: 0px -16px 18px -12px rgba(0, 0, 0, 0.12);}
.shd-n, .shd-n-c > *{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
