@media only screen and (min-width:600px){::-webkit-scrollbar{width:3px;height:5px}:hover::-webkit-scrollbar{height:5px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}::-webkit-scrollbar-thumb{background:#d5c5c5}::-webkit-scrollbar-thumb:hover{background:#555}}
.slick-slider{box-sizing:border-box;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
.slick-loading .slick-list{background:#fff url(/fb6f3c230cb846e25247dfaa1da94d8f.gif) 50% no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(/fonts/slick.eot);src:url(/fonts/slick.eot?#iefix) format("embedded-opentype"),url(/fonts/slick.woff) format("woff"),url(/fonts/slick.ttf) format("truetype"),url(/2630a3e3eab21c607e21576571b95b9d.svg#slick) format("svg")}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:none;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
/*!
 * https://github.com/YouCanBookMe/react-datetime
 */

.rdt {
  position: relative;
}
.rdtPicker {
  display: none;
  position: absolute;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
  border: 1px solid #f9f9f9;
}
.rdtOpen .rdtPicker {
  display: block;
}
.rdtStatic .rdtPicker {
  box-shadow: none;
  position: static;
}

.rdtPicker .rdtTimeToggle {
  text-align: center;
}

.rdtPicker table {
  width: 100%;
  margin: 0;
}
.rdtPicker td,
.rdtPicker th {
  text-align: center;
  height: 28px;
}
.rdtPicker td {
  cursor: pointer;
}
.rdtPicker td.rdtDay:hover,
.rdtPicker td.rdtHour:hover,
.rdtPicker td.rdtMinute:hover,
.rdtPicker td.rdtSecond:hover,
.rdtPicker .rdtTimeToggle:hover {
  background: #eeeeee;
  cursor: pointer;
}
.rdtPicker td.rdtOld,
.rdtPicker td.rdtNew {
  color: #999999;
}
.rdtPicker td.rdtToday {
  position: relative;
}
.rdtPicker td.rdtToday:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.rdtPicker td.rdtActive,
.rdtPicker td.rdtActive:hover {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.rdtPicker td.rdtActive.rdtToday:before {
  border-bottom-color: #fff;
}
.rdtPicker td.rdtDisabled,
.rdtPicker td.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}

.rdtPicker td span.rdtOld {
  color: #999999;
}
.rdtPicker td span.rdtDisabled,
.rdtPicker td span.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker th {
  border-bottom: 1px solid #f9f9f9;
}
.rdtPicker .dow {
  width: 14.2857%;
  border-bottom: none;
}
.rdtPicker th.rdtSwitch {
  width: 100px;
}
.rdtPicker th.rdtNext,
.rdtPicker th.rdtPrev {
  font-size: 21px;
  vertical-align: top;
}

.rdtPrev span,
.rdtNext span {
  display: block;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;
}

.rdtPicker th.rdtDisabled,
.rdtPicker th.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker thead tr:first-child th {
  cursor: pointer;
}
.rdtPicker thead tr:first-child th:hover {
  background: #eeeeee;
}

.rdtPicker tfoot {
  border-top: 1px solid #f9f9f9;
}

.rdtPicker button {
  border: none;
  background: none;
  cursor: pointer;
}
.rdtPicker button:hover {
  background-color: #eee;
}

.rdtPicker thead button {
  width: 100%;
  height: 100%;
}

td.rdtMonth,
td.rdtYear {
  height: 50px;
  width: 25%;
  cursor: pointer;
}
td.rdtMonth:hover,
td.rdtYear:hover {
  background: #eee;
}

.rdtCounters {
  display: inline-block;
}

.rdtCounters > div {
  float: left;
}

.rdtCounter {
  height: 100px;
}

.rdtCounter {
  width: 40px;
}

.rdtCounterSeparator {
  line-height: 100px;
}

.rdtCounter .rdtBtn {
  height: 40%;
  line-height: 40px;
  cursor: pointer;
  display: block;

  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;
}
.rdtCounter .rdtBtn:hover {
  background: #eee;
}
.rdtCounter .rdtCount {
  height: 20%;
  font-size: 1.2em;
}

.rdtMilli {
  vertical-align: middle;
  padding-left: 8px;
  width: 48px;
}

.rdtMilli input {
  width: 100%;
  font-size: 1.2em;
  margin-top: 37px;
}
.rdt .form-control{background-color:#fff}.opacity-50{opacity:.5}
.rhap_container{box-sizing:border-box;display:flex;flex-direction:column;line-height:1;font-family:inherit;width:100%;padding:10px 15px;background-color:#fff;box-shadow:0 0 3px 0 rgba(0,0,0,.2)}.rhap_container:focus:not(.focus-visible),.rhap_container:focus:not(:focus-visible){outline:0}.rhap_container svg{vertical-align:initial}.rhap_header{margin-bottom:10px}.rhap_footer{margin-top:5px}.rhap_main{display:flex;flex-direction:column;flex:1 1 auto}.rhap_stacked .rhap_controls-section{margin-top:8px}.rhap_horizontal{flex-direction:row}.rhap_horizontal .rhap_controls-section{margin-left:8px}.rhap_horizontal-reverse{flex-direction:row-reverse}.rhap_horizontal-reverse .rhap_controls-section{margin-right:8px}.rhap_stacked-reverse{flex-direction:column-reverse}.rhap_stacked-reverse .rhap_controls-section{margin-bottom:8px}.rhap_progress-section{display:flex;flex:3 1 auto;align-items:center}.rhap_progress-container{display:flex;align-items:center;height:20px;flex:1 0 auto;align-self:center;margin:0 calc(10px + 1%);cursor:pointer;-webkit-user-select:none}.rhap_progress-container:focus:not(.focus-visible),.rhap_progress-container:focus:not(:focus-visible){outline:0}.rhap_time{color:#333;font-size:16px;user-select:none;-webkit-user-select:none}.rhap_progress-bar{box-sizing:border-box;position:relative;z-index:0;width:100%;height:5px;background-color:#ddd;border-radius:2px}.rhap_progress-filled{height:100%;position:absolute;z-index:2;background-color:#868686;border-radius:2px}.rhap_progress-bar-show-download{background-color:hsla(0,0%,86.7%,.5)}.rhap_download-progress{height:100%;position:absolute;z-index:1;background-color:#ddd;border-radius:2px}.rhap_progress-indicator{box-sizing:border-box;position:absolute;z-index:3;width:20px;height:20px;margin-left:-10px;top:-8px;background:#868686;border-radius:50px;box-shadow:0 0 5px hsla(0,0%,52.5%,.5)}.rhap_controls-section{display:flex;flex:1 1 auto;justify-content:space-between;align-items:center}.rhap_additional-controls{display:flex;flex:1 0 auto;align-items:center}.rhap_repeat-button{font-size:26px;width:26px;height:26px;color:#868686;margin-right:6px}.rhap_main-controls{flex:0 1 auto;display:flex;justify-content:center;align-items:center}.rhap_main-controls-button{margin:0 3px;color:#868686;font-size:35px;width:35px;height:35px}.rhap_play-pause-button{font-size:40px;width:40px;height:40px}.rhap_volume-controls{display:flex;flex:1 0 auto;justify-content:flex-end;align-items:center}.rhap_volume-button{flex:0 0 26px;font-size:26px;width:26px;height:26px;color:#868686;margin-right:6px}.rhap_volume-container{display:flex;align-items:center;flex:0 1 100px;-webkit-user-select:none}.rhap_volume-bar-area{display:flex;align-items:center;width:100%;height:14px;cursor:pointer}.rhap_volume-bar-area:focus:not(.focus-visible),.rhap_volume-bar-area:focus:not(:focus-visible){outline:0}.rhap_volume-bar{box-sizing:border-box;position:relative;width:100%;height:4px;background:#ddd;border-radius:2px}.rhap_volume-indicator{box-sizing:border-box;position:absolute;width:12px;height:12px;margin-left:-6px;left:0;top:-4px;background:#868686;opacity:.9;border-radius:50px;box-shadow:0 0 3px hsla(0,0%,52.5%,.5);cursor:pointer}.rhap_volume-indicator:hover{opacity:.9}.rhap_volume-filled{height:100%;position:absolute;z-index:2;background-color:#868686;border-radius:2px}.rhap_button-clear{background-color:initial;border:none;padding:0;overflow:hidden;cursor:pointer}.rhap_button-clear:hover{opacity:.9;transition-duration:.2s}.rhap_button-clear:active{opacity:.95}.rhap_button-clear:focus:not(.focus-visible),.rhap_button-clear:focus:not(:focus-visible){outline:0}
.rce-container-mbox{flex-direction:column;display:block;overflow-x:hidden;min-width:300px}.rce-mbox-forward{width:30px;height:30px;border-radius:20px;background:#fff;position:absolute;flex-direction:row;align-self:center;align-items:center;justify-content:center;box-shadow:0 0 5px 0 #a4a4a4;cursor:pointer;transition:all .3s ease;top:0;bottom:0;margin:auto}.rce-mbox-forward-left{display:flex;opacity:0;visibility:hidden;left:-50px}.rce-mbox-forward-right{display:flex;opacity:0;visibility:hidden;right:-50px}.rce-mbox-reply-btn-left{display:flex;opacity:0;visibility:hidden;left:-85px}.rce-mbox-reply-btn-right{display:flex;opacity:0;visibility:hidden;right:-85px}.rce-container-mbox:hover .rce-mbox-forward-left,.rce-container-mbox:hover .rce-mbox-forward-right{opacity:1;visibility:visible}.rce-mbox-remove{width:30px;height:30px;border-radius:20px;background:#fff;position:absolute;flex-direction:row;align-self:center;align-items:center;justify-content:center;box-shadow:0 0 5px 0 #a4a4a4;cursor:pointer;transition:all .3s ease;top:0;bottom:0;margin:auto}.rce-mbox-remove-left{display:flex;opacity:0;visibility:hidden;left:-120px}.rce-mbox-remove-right{display:flex;opacity:0;visibility:hidden;right:-120px}.rce-container-mbox:hover .rce-mbox-remove-left,.rce-container-mbox:hover .rce-mbox-remove-right,.rce-container-mbox:hover .rce-mbox-reply-btn-left,.rce-container-mbox:hover .rce-mbox-reply-btn-right{opacity:1;visibility:visible}.rce-mbox{position:relative;background:#fff;border-radius:5px;box-shadow:1px 1px 1px 1px rgba(0,0,0,.2);border-top-left-radius:0;flex-direction:column;margin:3px 5px 3px 20px;padding:6px 9px 8px;float:left;min-width:140px}.rce-mbox.message-focus{animation-iteration-count:2;-webkit-animation-iteration-count:2;-webkit-animation-duration:1s;-webkit-animation-name:message-box-default-focus;animation-name:message-box-default-focus;animation-duration:1s}@-webkit-keyframes message-box-default-focus{0%{background-color:#fff}to{background-color:#dfdfdf}}.rce-mbox-body{margin:0;padding:0;position:relative}.rce-mbox.rce-mbox-right{float:right;margin-left:5px;margin-right:20px;border-top-right-radius:0;border-top-left-radius:5px}.rce-mbox.rce-mbox-right.message-focus{animation-iteration-count:2;-webkit-animation-iteration-count:2;-webkit-animation-duration:1s;-webkit-animation-name:message-box-right-focus;animation-name:message-box-right-focus;animation-duration:1s}@-webkit-keyframes message-box-right-focus{0%{background-color:#d4f1fb}to{background-color:#b8dae6}}.rce-mbox-text{font-size:13.6px;word-break:break-word}.rce-mbox-text-retracted{font-style:italic;-webkit-user-select:none;user-select:none;display:flex;align-items:center}.rce-mbox-text.rce-mbox-text-retracted svg{margin-right:3px}.rce-mbox-text-retracted.left{color:rgba(85,85,85,.70196)!important}.rce-mbox-text-retracted.right{color:hsla(0,0%,93.7%,.70196)!important}.rce-mbox-text:after{content:"                          "}.rce-mbox-time{text-align:right;color:rgba(0,0,0,.45);font-size:12px;position:absolute;right:-4px;bottom:-5px}.rce-mbox-time.non-copiable:before{content:attr(data-text)}.rce-mbox-time-block{right:0;bottom:0;left:0;margin-right:-6px;margin-left:-6px;padding-top:5px;padding-right:3px;padding-bottom:2px;background:linear-gradient(0deg,rgba(0,0,0,.33),transparent);border-bottom-left-radius:5px;border-bottom-right-radius:5px;color:#fff}.rce-mbox--clear-padding{padding-bottom:3px}.rce-mbox.rce-mbox--clear-notch{border-radius:5px 5px 5px 5px!important}.rce-mbox-right-notch{position:absolute;right:-14px;top:0;width:15px;height:15px;fill:#fff;-webkit-filter:drop-shadow(2px 0 1px rgba(0,0,0,.2));filter:drop-shadow(2px 0 1px rgba(0,0,0,.2))}.rce-mbox-right-notch.message-focus{animation-iteration-count:2;-webkit-animation-iteration-count:2;-webkit-animation-duration:1s;-webkit-animation-name:message-right-notch-focus;animation-name:message-right-notch-focus;animation-duration:1s}@-webkit-keyframes message-right-notch-focus{0%{fill:#d4f1fb}to{fill:#b8dae6}}.rce-mbox-left-notch{position:absolute;left:-14px;top:0;width:15px;height:15px;fill:#fff}.rce-mbox-left-notch.message-focus{animation-iteration-count:2;-webkit-animation-iteration-count:2;-webkit-animation-duration:1s;-webkit-animation-name:message-left-notch-focus;animation-name:message-left-notch-focus;animation-duration:1s}@-webkit-keyframes message-left-notch-focus{0%{fill:#fff}to{fill:#dfdfdf}}.rce-mbox-title{margin:0 0 8px;font-weight:500;font-size:13px;color:#4f81a1;-webkit-user-select:none;user-select:none;cursor:pointer;display:flex;align-items:center}.rce-mbox-title:hover{text-decoration:underline}.rce-mbox-title--clear{margin-bottom:5px}.rce-mbox-status{margin-left:3px;font-size:15px}.rce-mbox-title>.rce-avatar-container{margin-right:5px}.rce-mbox-photo{margin-top:-3px;margin-right:-6px;margin-left:-6px}.rce-mbox-photo .rce-mbox-text{padding:5px 0;max-width:300px;margin:auto}.rce-mbox-photo--img{position:relative;display:flex;overflow:hidden;justify-content:center;border-radius:5px;max-height:300px}.rce-mbox-photo--img__block{position:absolute;top:0;right:0;left:0;bottom:0;background-color:rgba(0,0,0,.5);border-radius:5px;display:flex}.rce-mbox-photo--img img{height:100%;min-height:100px;-webkit-user-select:none;user-select:none}.rce-mbox-photo--img__block-item{margin:auto;cursor:pointer;width:100px;height:100px}.rce-mbox-photo--download{color:#efe;display:flex;justify-content:center;background:none;font-size:3.2em;outline:none;border:1px solid #eee;border-radius:100%;height:100px;width:100px}.rce-mbox-photo--download:hover{opacity:.7}.rce-mbox-photo--download:active{opacity:.3}.rce-mbox-photo--error{display:flex;justify-content:center;align-items:center;background:none;font-size:70px;color:#eaeaea}.rce-mbox-file{padding-bottom:13px}.rce-mbox-file>button{background:#e9e9e9;display:flex;border-radius:5px;margin-top:-3px;margin-right:-6px;margin-left:-6px;align-items:center;min-height:52px;max-width:500px;padding:5px 0;cursor:pointer;-webkit-user-select:none;user-select:none;outline:none;border:none}.rce-mbox-file>button>*{padding:0 10px}.rce-mbox-file--icon{font-size:30px;align-items:center;display:flex;flex-direction:column}.rce-mbox-file--size{font-size:10px;margin-top:3px;max-width:52px}.rce-mbox-file--size,.rce-mbox-file--text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rce-mbox-file--text{font-size:13.6px}.rce-mbox-file--buttons{font-size:30px;align-items:center;display:flex}.rce-mbox-file--buttons .rce-error-button{display:inherit}.rce-mbox-file--loading{font-size:15px;width:40px;height:40px}.rce-container-smsg,.rce-smsg{display:flex;align-items:center;justify-content:center}.rce-smsg{position:relative;background:#fff;border-radius:10px;box-shadow:1px 1px 1px 1px rgba(0,0,0,.2);flex-direction:column;margin:5px 0;padding:6px 9px 8px;float:left;max-width:70%}.rce-smsg-text{text-align:center;display:inline-block;font-size:15px}.rce-mbox-location{position:relative;width:250px;height:150px;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-top:-3px;margin-right:-6px;margin-left:-6px;border-radius:5px}.rce-mbox-location-img{width:100%}.rce-mbox-location-text{padding:5px 0;width:250px;margin-left:-6px;margin-right:-6px}.rce-mbox-spotify{margin-top:-2px;margin-right:-6px;margin-left:-6px}.rce-mbox-reply,.rce-mbox-spotify{overflow:hidden;display:flex;border-radius:5px}.rce-mbox-reply{position:relative;margin:-3px -6px 6px;background:#ececec;padding:0 0 0 5px;font-size:12px;cursor:pointer;transition:.2s;-webkit-user-select:none;user-select:none}.rce-mbox-reply.rce-mbox-reply-border{border-left:5px solid}.rce-mbox-reply:hover{opacity:.85}.rce-mbox-reply-left{display:flex;flex-direction:column;justify-content:space-between;padding:3px 0;flex:1}.rce-mbox-reply-owner{font-size:13px}.rce-mbox-reply-message{color:#5a5a5a;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:150px}.rce-mbox-reply-right{width:40px;height:40px}.rce-mbox-reply-right img{width:100%}.rce-mbox-reply-text{padding:5px 0;width:250px;margin-left:-6px;margin-right:-6px}.rce-mbox-mtmg{display:flex;justify-content:center;align-content:center;padding-bottom:13px;min-width:425px;max-width:425px}.rce-mtmg{width:100%;position:relative;background:#f5f5f5;display:flex;flex-direction:column;margin:5px 0;float:left;border-radius:2px}.rce-mtmg-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:300px}[dir=ltr] .rce-mtmg-subject{text-align:left}[dir=rtl] .rce-mtmg-subject{text-align:right}.rce-mtmg-subject{display:inline-block;font-size:15px;padding:5px 9px}.rce-mtmg-toogleItem{width:100%;height:100%}.rce-mtmg-body{height:50px;background:#6264a7;color:#fff;font-size:15px;display:flex;justify-content:space-between}.rce-mtmg-body:hover{opacity:.9}.rce-mtmg-item{display:flex;align-items:center;justify-content:flex-start;padding:0 10px}.rce-mtmg-item>svg{width:23px;height:23px}.rce-mtmg-content{display:flex;flex-direction:column;padding:0 10px}.rce-mtmg-date{color:#cecece;font-size:13px}.rce-mtmg-body-bottom{display:flex;flex-direction:row;padding:9px;color:#6264a7;cursor:pointer;font-size:13px}.rce-mtmg-bottom--tptitle{display:flex;justify-content:center;align-items:center}.rce-mtmg-body-bottom--bttitle>svg,.rce-mtmg-bottom--tptitle>svg{color:rgba(98,100,167,.63137)}.rce-mtmg-toogleContent{display:none;height:auto;min-height:60px;flex-direction:column}.rce-mtmg-toogleContent--click{display:flex}.rce-mtmg-right-icon{right:10px;cursor:pointer;height:100%;background:transparent!important}.rce-mtmg-body .rce-dropdown-container{height:100%}.rce-mtmg-right-icon>svg{width:23px;height:23px}.rce-mitem{display:flex;padding:10px 8px}.rce-mitem-event:hover,.rce-mitem:hover{background:#ececec}.rce-mitem-event{-webkit-user-select:none;user-select:none}.rce-mitem-body{display:flex;justify-content:center;align-items:flex-start;flex-direction:column}.rce-mitem-body-content{display:flex;align-items:flex-start;justify-content:flex-start}.rce-mitem-body--top{display:flex;align-items:center;margin-bottom:2px;-webkit-user-select:none;user-select:none}.rce-mitem-body--top-title{font-size:15px;color:#6264a7;padding:0 15px 0 0;text-transform:capitalize;font-weight:600}.rce-mitem-body--top-title:hover{cursor:pointer;text-decoration:underline}.rce-mitem-body--bottom-title{color:#252525;font-size:13px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.rce-mitem-body--top-time{font-size:12px;color:rgba(0,0,0,.4)}.rce-mitem-bottom-body{padding:10px 8px;display:flex;align-items:flex-start;justify-content:flex-start}.rce-mitem-body.avatar{padding:8px 10px 0 0}.rce-mitem.avatar{padding:8px 5px 0 0}.rce-mitem.no-avatar{padding:8px 10px 0 0}.rce-mitem.no-avatar>svg{width:19px;height:19px}.rce-mitem.avatar img{width:22px;height:22px;border:none!important;background:#ccc;border-radius:100%}.rce-mitem-body.avatar>svg{width:19px;height:19px}.rce-mitem-bottom-body-top{display:flex;flex-direction:column}.rce-mitem-bottom-body-top-title>svg{padding:0 7px 0 0}.rce-mitem-avatar-content{position:absolute;right:10px;display:flex}.rce-mitem-avatar{padding:0 3px 0 0;display:flex}.rce-mitem-tooltip{display:inline;position:relative}.rce-mitem-tooltip-text{margin:5px}.rce-mitem-tooltip-text:after{content:"";left:15%;top:29px;position:absolute;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:11px solid #444;opacity:0;transition:opacity .8s linear .2s}.rce-mitem-tooltip[tooltip]:after{display:flex;justify-content:center;background:#444;border-radius:8px;color:#fff;content:attr(tooltip);font-size:14px;padding:5px;position:absolute;opacity:0;transition:opacity .8s linear .2s;min-width:415px;max-width:415px;top:40px;right:-13px;z-index:1}.rce-mitem-tooltip-text:hover:after{opacity:1;transition:opacity .8s linear}.rce-mitem-tooltip[tooltip]:hover:after{opacity:1;transition:opacity .8s linear .1s}.rce-mitem-tooltip[tooltip]:hover .rce-mitem-tooltip-text:after{opacity:1}.rce-mitem-length{color:#fff;font-size:14px;background:#e48989;align-items:center;text-align:center;width:25px;height:25px;display:flex;border-radius:50%}.rce-mitem-avatar img{width:50px;height:50px;border:none!important;background:#ccc;border-radius:100%}.rce-mtmg-call-record{width:350px;height:85%;background:#eaeaea;margin-top:11px}.rce-mtmg-call-body{display:flex;align-items:flex-start;flex-direction:row;position:relative}.rce-mtmg-call-avatars{width:140px!important;height:100px!important;position:relative}.rce-mtmg-call-avatars img{width:100%!important;height:100%!important;background:#ccc;cursor:pointer}.rce-mtmg-call-body-title{display:flex;position:relative;flex-direction:column;top:30px;left:15px}.rce-mtmg-call-body-bottom,.rce-mtmg-call-body-title>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:185px}.rce-mtmg-call-body-bottom{color:#505050;font-size:12px}.rce-mtmg-record-time{position:absolute;bottom:5px;right:5px;font-size:13px;background:rgba(0,0,0,.81176);color:#fff;padding:4px;border-radius:5px}.rce-avatar-container{overflow:hidden;display:flex;justify-content:center;align-items:center}.rce-avatar-container .rce-avatar{width:100%;height:100%}.rce-avatar-container.flexible .rce-avatar{height:auto!important;width:100%!important;border-radius:unset!important;overflow:unset!important}.rce-avatar-container.default{width:25px;height:25px}.rce-avatar-container.rounded{border-radius:5px}.rce-avatar-container.circle{border-radius:100%}.rce-avatar-container.xsmall{width:30px;height:30px}.rce-avatar-container.small{width:35px;height:35px}.rce-avatar-container.medium{width:40px;height:40px}.rce-avatar-container.large{width:45px;height:45px}.rce-avatar-container.xlarge{width:55px;height:55px}@-webkit-keyframes avatarLazy{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@keyframes avatarLazy{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.rce-avatar-lazy{-webkit-animation:avatarLazy 2s ease-in-out infinite normal;animation:avatarLazy 2s ease-in-out infinite normal}.rce-avatar-container.rce-citem-avatar-encircle-status{box-sizing:border-box;position:relative}.rce-avatar-letter{margin-top:5px;font-size:20px;color:#fff;display:flex;justify-content:center;align-items:center}.rce-avatar-letter-background{height:35px;width:35px;border-radius:20px}.rce-dropdown-container{position:relative}.rce-dropdown{min-width:100%;box-sizing:border-box;padding:8px 15px;background:#fff;border-radius:5px;display:none;flex-direction:row;align-items:center;justify-content:center;-webkit-transform:scale(0);transform:scale(0);position:absolute;box-shadow:0 0 5px 0 #a3a3a3;-webkit-transform-origin:left top;transform-origin:left top;z-index:99999}.rce-dropdown-title{font-size:14px;color:"#000";font-weight:500}.rce-dropdown.dropdown-show{-webkit-animation:dropdown-scaling .2s ease forwards;animation:dropdown-scaling .2s ease forwards;display:flex}@-webkit-keyframes dropdown-scaling{0%{opacity:0}50%{opacity:.5;-webkit-transform:scale(1.1);transform:scale(1.1)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes dropdown-scaling{0%{opacity:0}50%{opacity:.5;-webkit-transform:scale(1.1);transform:scale(1.1)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.rce-dropdown.dropdown-hide{-webkit-animation:dropdown-reverse-scaling .2s ease forwards;animation:dropdown-reverse-scaling .2s ease forwards;display:flex}@-webkit-keyframes dropdown-reverse-scaling{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:.5;-webkit-transform:scale(1.1);transform:scale(1.1)}to{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@keyframes dropdown-reverse-scaling{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:.5;-webkit-transform:scale(1.1);transform:scale(1.1)}to{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}.rce-dropdown-open__nortwest{-webkit-transform-origin:left top;transform-origin:left top;left:0;top:100%;margin-top:5px}.rce-dropdown-open__norteast{-webkit-transform-origin:right top;transform-origin:right top;right:0;top:100%;margin-top:5px}.rce-dropdown-open__southwest{-webkit-transform-origin:left bottom;transform-origin:left bottom;left:0;bottom:100%;margin-bottom:5px}.rce-dropdown-open__southeast{-webkit-transform-origin:right bottom;transform-origin:right bottom;right:0;bottom:100%;margin-bottom:5px}.rce-dropdown ul{list-style:none;margin:0;padding:0;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.rce-dropdown ul li{white-space:nowrap;color:#767676;padding:8px;cursor:pointer;font-size:16px;width:100%;border-bottom:1px solid #e9e9e9;box-sizing:border-box;-webkit-user-select:none;user-select:none}.rce-dropdown ul li:last-child{border:none}.rce-dropdown ul li:hover a{color:#3a6d8c}.rce-dropdown.fade{opacity:0;-webkit-transform:scale(1);transform:scale(1);-webkit-animation:dropdown-fade .5s ease forwards;animation:dropdown-fade .5s ease forwards}@-webkit-keyframes dropdown-fade{0%{opacity:0}to{opacity:1}}@keyframes dropdown-fade{0%{opacity:0}to{opacity:1}}.rce-button{flex-direction:row;justify-content:center;font-size:12px;border-radius:5px;cursor:pointer;padding:8px;text-align:center;box-sizing:border-box;background:#3979aa;color:#fff;transition:all .15s ease;-webkit-user-select:none;user-select:none;outline:none;border:none;position:relative}.rce-button,.rce-button-icon--container{display:flex;align-items:center}.rce-button:hover{opacity:.8}.rce-button:active{opacity:.6}.rce-button.outline{background:transparent!important;border:1px solid #3979aa;color:#3979aa}.rce-button.outline:hover{opacity:.6}.rce-button.outline:active{opacity:.3}.rce-button.transparent{background:transparent!important}.rce-button.transparent:hover{opacity:.6}.rce-button.transparent:active{opacity:.3}.rce-button-icon{position:relative;font-size:18px;display:flex;padding:0 3px}.rce-button-badge{border-radius:4px;padding:4px;background:#f64b34;display:flex;flex-direction:row;align-items:center;justify-content:center;position:absolute;right:-7px;top:-7px;font-size:10px}.rce-button.circle{min-width:35px;min-height:35px;border:1px solid #3979aa;border-radius:100%}.rce-mbox-video{margin-top:-3px;margin-right:-6px;margin-left:-6px}.rce-mbox-video.padding-time{padding-bottom:12px}.rce-mbox-video .rce-mbox-text{padding:5px 0;max-width:300px;margin:auto}.rce-mbox-video--video{position:relative;display:flex;overflow:hidden;justify-content:center;border-radius:5px;max-height:500px}.rce-mbox-video--video__block{position:absolute;top:0;right:0;left:0;bottom:0;background-color:rgba(0,0,0,.5);border-radius:5px;display:flex}.rce-mbox-video--video img{height:100%;min-height:100px;-webkit-user-select:none;user-select:none}.rce-mbox-video--video video{width:100%;-webkit-user-select:none;user-select:none}.rce-mbox-video--video__block-item{margin:auto;cursor:pointer;width:100px;height:100px}.rce-mbox-video--download{color:#efe;display:flex;justify-content:center;background:none;font-size:3.2em;outline:none;border:1px solid #eee;border-radius:100%;height:100px;width:100px}.rce-mbox-video--download:hover{opacity:.7}.rce-mbox-video--download:active{opacity:.3}.rce-mbox-video--error{display:flex;justify-content:center;align-items:center;background:none;font-size:70px;color:#eaeaea}.rce-mbox-audio{padding-bottom:10px;max-width:300px}audio:focus{outline:none}.rce-container-citem{flex-direction:column;display:block;overflow:hidden;min-width:240px}.rce-citem,.rce-container-citem.rce-citem-status-encircle{position:relative}.rce-citem{background:#fff;display:flex;flex-direction:row;height:72px;cursor:pointer;-webkit-user-select:none;user-select:none;max-width:100%;overflow:hidden;min-width:240px}.rce-citem:hover{background:#f9f9f9}.rce-citem-avatar{position:relative;padding:0 15px 0 13px}.rce-citem-avatar,.rce-citem-status{justify-content:center;display:flex;align-items:center}.rce-citem-status{width:20px;height:20px;bottom:10px;right:10px;position:absolute;border-radius:100%;background:#ccc}.rce-citem-avatar.rce-citem-status-encircle .rce-citem-status{left:0;right:0;top:0;bottom:0;width:100%;height:100%;background:transparent;margin:auto;border-radius:100%}.rce-citem-avatar img{width:50px;height:50px;border:none!important;background:#ccc;border-radius:100%;overflow:hidden;font-size:10px;text-align:center;line-height:50px;text-overflow:ellipsis;white-space:nowrap}.rce-citem-body{display:flex;flex:1;flex-direction:column;justify-content:center;padding-right:15px;border-bottom:1px solid rgba(0,0,0,.05);overflow:hidden}.rce-citem-body--top{display:flex}.rce-citem-body--bottom{margin-top:4px;display:flex}.rce-citem-body--bottom-title,.rce-citem-body--top-title{flex:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.rce-citem-body--top-title{font-size:16px}.rce-citem-body--bottom-title{color:#555;font-size:15px}.rce-citem-body--top-time{font-size:12px;color:rgba(0,0,0,.4)}.rce-citem-body--bottom-status{margin-left:3px}.rce-citem-body--bottom-status span{width:18px;height:18px;font-size:12px;color:#fff;font-weight:700;text-align:center;align-items:center;justify-content:center;display:flex;border-radius:100%;background:red}.rce-citem-body--bottom-tools{align-items:center;justify-content:center;flex-direction:row;display:flex;height:0;opacity:0;position:absolute;left:-999px;transition:height .5s ease,opacity 1s ease}.rce-citem:hover .rce-citem-body--bottom-tools{height:100%;opacity:1;position:relative;left:0}.rce-citem-body--bottom-tools-item-hidden-hover{height:100%;opacity:.3;transition:.5s ease}.rce-citem:hover .rce-citem-body--bottom-tools-item-hidden-hover{height:0;opacity:0;position:absolute;left:-999px;transition:.5s ease}.rce-citem-body--bottom-tools-item{width:18px;height:18px}.rce-citem-body--bottom-tools-item svg{width:18px;height:18px;fill:#575757}.rce-container-clist{display:block;overflow:auto}.rce-container-mlist{position:relative;display:flex}.rce-mlist{display:block;overflow:auto;position:relative;flex:1}.rce-mlist-down-button{position:absolute;right:10px;bottom:15px;width:40px;height:40px;background:#fff;box-shadow:0 1px 1px 0 rgba(0,0,0,.05),0 2px 5px 0 rgba(0,0,0,.1);border-radius:100%;display:flex;justify-content:center;align-items:center;color:#333;cursor:pointer;transition:.2s}.rce-mlist-down-button:hover{opacity:.7}.rce-mlist-down-button--badge{position:absolute;right:-5px;top:-5px;background:red;width:20px;height:20px;border-radius:100%;font-size:12px;display:flex;text-align:center;align-items:center;justify-content:center;color:#fff;font-weight:700}.rce-container-input{display:flex;min-width:100%;box-sizing:border-box;flex-direction:row;background:#fff;align-items:center}.rce-input{flex:1;height:40px;padding:0 5px;border:none;border-radius:5px;color:#333;font-size:14px;box-sizing:border-box;outline:none}.rce-input-textarea{height:37px;padding:10px 5px;resize:none}.rce-input-buttons{margin:5px}.rce-input-buttons,.rce-input-buttons>*{display:flex;flex-direction:row}.rce-input-buttons .rce-button:nth-child(2n){margin-left:5px;margin-right:5px}.rce-input-buttons .rce-button:last-child{margin-right:0}.rce-left-padding{padding-left:10px;padding-right:0!important}.rce-right-padding{padding-right:10px;padding-left:0!important}.rce-input::-webkit-input-placeholder{color:#afafaf}.rce-input::placeholder{color:#afafaf}.rce-navbar{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:10px}.rce-navbar.light{background:#f4f4f4}.rce-navbar.dark{background:#2f414c}.rce-navbar-item{align-items:center;justify-content:flex-start}.rce-navbar-item,.rce-navbar-item>*{display:flex;flex-direction:row}.rce-navbar-item>*>*{margin-left:5px}.rce-sbar{display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:10px;box-sizing:border-box;min-height:100%}.rce-sbar.light{background:#f4f4f4}.rce-sbar.dark{background:#2f414c}.rce-sbar-item{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;max-width:100%}.rce-sbar-item>*{display:flex;flex-direction:column}.rce-sbar-item__center{margin:15px 0}.rce-popup-wrapper{position:fixed;left:0;right:0;top:0;bottom:0;margin:auto;background:hsla(0,0%,100%,.7);z-index:9999999999;display:flex;flex-direction:row;align-items:center;justify-content:center}.rce-popup{background:#fff;border-radius:5px;padding:0 10px;width:400px;min-height:100px;box-shadow:0 0 25px -2px #4f4f4f;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;-webkit-animation:popup-scaling .4s ease forwards;animation:popup-scaling .4s ease forwards;box-sizing:border-box}@-webkit-keyframes popup-scaling{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}50%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:.5}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes popup-scaling{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}50%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:.5}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.rce-popup-header{padding:18px 8px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;box-sizing:border-box}.rce-popup-content{padding:8px;font-size:14px;box-sizing:border-box}.rce-popup-content *{margin:0}.rce-popup-footer{padding:18px 8px;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;box-sizing:border-box}.rce-popup-footer>*{margin-left:5px}.rce-container-mtitem{display:block}.rce-container-mtitem,.rce-mtitem{flex-direction:column;overflow:hidden;min-width:240px}.rce-mtitem{position:relative;background:#fff;display:flex;-webkit-user-select:none;user-select:none;max-width:100%;border-bottom:1px solid rgba(0,0,0,.05)}.rce-mtitem:hover{background:#fbfbfb}.rce-mtitem-top{display:flex;flex-direction:row;position:relative;justify-content:space-between}.rce-mtitem-subject{padding:0 10px;margin-top:5px;font-size:15px;overflow:hidden;color:#333;max-height:35px;text-overflow:ellipsis}.rce-mtitem-body{flex:1;flex-direction:row;display:flex;justify-content:center;padding:0 10px;overflow:hidden;align-items:center}.rce-mtitem-body--avatars{display:flex;flex:1;overflow:hidden;opacity:.7}.rce-mtitem-body--functions{width:70px;display:flex;align-items:center;justify-content:flex-end}.rce-mtitem-footer{padding:0 10px;display:flex;align-items:center;justify-content:space-between;margin-bottom:5px}.rce-mtitem-body--avatars .rce-avatar-container{margin-left:-10px;border:2px solid #fff}.rce-mtitem-body--avatars .rce-avatar-container:first-child{margin:0}.rce-mtitem-letter{color:#fff;background:#e48989;display:flex;align-items:center;justify-content:center}.rce-mtitem-button{display:flex;background:#5ba7c5;transition:.3s}.rce-mtitem-button,.rce-mtitem-closable{font-size:25px;align-items:center;justify-content:center;color:#fff;border-radius:100%;padding:3px}.rce-mtitem-closable{background:#ff4a4f;display:none;margin-right:7px}.rce-mtitem:hover .rce-mtitem-closable{display:flex;cursor:pointer}.rce-mtitem-share{font-size:30px;display:flex;align-items:center;justify-content:center;color:#5ba7c5;margin:-10px 0;transition:.3s;position:relative;left:-10px}.rce-mtitem-button:hover,.rce-mtitem-share:hover{opacity:.8;cursor:pointer}.rce-mtitem-date{color:#9f9f9f;font-size:13px}.rce-container-mtlist{display:block;overflow:auto}
.ory-editable{margin-right:auto;margin-left:auto;padding-right:0;padding-right:var(--outer-margin,2rem);padding-left:0;padding-left:var(--outer-margin,2rem)}.ory-row{box-sizing:border-box;display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:wrap;margin-right:0;margin-right:var(--gutter-compensation,-.5rem);margin-left:0;margin-left:var(--gutter-compensation,-.5rem);position:relative}.ory-cell-xs,.ory-cell-xs-1,.ory-cell-xs-2,.ory-cell-xs-3,.ory-cell-xs-4,.ory-cell-xs-5,.ory-cell-xs-6,.ory-cell-xs-7,.ory-cell-xs-8,.ory-cell-xs-9,.ory-cell-xs-10,.ory-cell-xs-11,.ory-cell-xs-12,.ory-cell-xs-offset-0,.ory-cell-xs-offset-1,.ory-cell-xs-offset-2,.ory-cell-xs-offset-3,.ory-cell-xs-offset-4,.ory-cell-xs-offset-5,.ory-cell-xs-offset-6,.ory-cell-xs-offset-7,.ory-cell-xs-offset-8,.ory-cell-xs-offset-9,.ory-cell-xs-offset-10,.ory-cell-xs-offset-11,.ory-cell-xs-offset-12{box-sizing:border-box;flex:0 0 auto;padding-right:0;padding-right:var(--half-gutter-width,.5rem);padding-left:0;padding-left:var(--half-gutter-width,.5rem);min-width:0}.ory-cell-xs{flex-grow:1;flex-basis:0;width:100%;min-width:100%}.ory-cell-xs-1{flex-basis:8.33333333%;width:8.33333333%}.ory-cell-xs-2{flex-basis:16.66666667%;width:16.66666667%}.ory-cell-xs-3{flex-basis:25%;width:25%;min-width:25%}.ory-cell-xs-4{flex-basis:33.33333333%;width:33.33333333%}.ory-cell-xs-5{flex-basis:41.66666667%;width:41.66666667%}.ory-cell-xs-6{flex-basis:50%;width:50%;min-width:50%}.ory-cell-xs-7{flex-basis:58.33333333%;width:58.33333333%}.ory-cell-xs-8{flex-basis:66.66666667%;width:66.66666667%}.ory-cell-xs-9{flex-basis:75%;width:75%;min-width:75%}.ory-cell-xs-10{flex-basis:83.33333333%;width:83.33333333%}.ory-cell-xs-11{flex-basis:91.66666667%;width:91.66666667%}.ory-cell-xs-12{flex-basis:100%;width:100%;min-width:100%}.ory-cell-xs-offset-0{margin-left:0}.ory-cell-xs-offset-1{margin-left:8.33333333%}.ory-cell-xs-offset-2{margin-left:16.66666667%}.ory-cell-xs-offset-3{margin-left:25%}.ory-cell-xs-offset-4{margin-left:33.33333333%}.ory-cell-xs-offset-5{margin-left:41.66666667%}.ory-cell-xs-offset-6{margin-left:50%}.ory-cell-xs-offset-7{margin-left:58.33333333%}.ory-cell-xs-offset-8{margin-left:66.66666667%}.ory-cell-xs-offset-9{margin-left:75%}.ory-cell-xs-offset-10{margin-left:83.33333333%}.ory-cell-xs-offset-11{margin-left:91.66666667%}.start-xs{justify-content:flex-start}[dir=ltr] .start-xs{text-align:left}[dir=rtl] .start-xs{text-align:right}.center-xs{justify-content:center;text-align:center}.end-xs{justify-content:flex-end}[dir=ltr] .end-xs{text-align:right}[dir=rtl] .end-xs{text-align:left}.top-xs{align-items:flex-start}.middle-xs{align-items:center}.bottom-xs{align-items:flex-end}.around-xs{justify-content:space-around}.between-xs{justify-content:space-between}.first-xs{order:-1}.last-xs{order:1}@media only screen and (min-width:48em){.ory-cell-sm,.ory-cell-sm-1,.ory-cell-sm-2,.ory-cell-sm-3,.ory-cell-sm-4,.ory-cell-sm-5,.ory-cell-sm-6,.ory-cell-sm-7,.ory-cell-sm-8,.ory-cell-sm-9,.ory-cell-sm-10,.ory-cell-sm-11,.ory-cell-sm-12,.ory-cell-sm-offset-0,.ory-cell-sm-offset-1,.ory-cell-sm-offset-2,.ory-cell-sm-offset-3,.ory-cell-sm-offset-4,.ory-cell-sm-offset-5,.ory-cell-sm-offset-6,.ory-cell-sm-offset-7,.ory-cell-sm-offset-8,.ory-cell-sm-offset-9,.ory-cell-sm-offset-10,.ory-cell-sm-offset-11,.ory-cell-sm-offset-12{box-sizing:border-box;flex:0 0 auto;padding-right:0;padding-right:var(--half-gutter-width,.5rem);padding-left:0;padding-left:var(--half-gutter-width,.5rem);min-width:0}.ory-cell-sm{flex-grow:1;flex-basis:0;width:100%;min-width:100%}.ory-cell-sm-1{flex-basis:8.33333333%;width:8.33333333%}.ory-cell-sm-2{flex-basis:16.66666667%;width:16.66666667%}.ory-cell-sm-3{flex-basis:25%;width:25%;min-width:25%}.ory-cell-sm-4{flex-basis:33.33333333%;width:33.33333333%}.ory-cell-sm-5{flex-basis:41.66666667%;width:41.66666667%}.ory-cell-sm-6{flex-basis:50%;width:50%;min-width:50%}.ory-cell-sm-7{flex-basis:58.33333333%;width:58.33333333%}.ory-cell-sm-8{flex-basis:66.66666667%;width:66.66666667%}.ory-cell-sm-9{flex-basis:75%;width:75%;min-width:75%}.ory-cell-sm-10{flex-basis:83.33333333%;width:83.33333333%}.ory-cell-sm-11{flex-basis:91.66666667%;width:91.66666667%}.ory-cell-sm-12{flex-basis:100%;width:100%;min-width:100%}.ory-cell-sm-offset-0{margin-left:0}.ory-cell-sm-offset-1{margin-left:8.33333333%}.ory-cell-sm-offset-2{margin-left:16.66666667%}.ory-cell-sm-offset-3{margin-left:25%}.ory-cell-sm-offset-4{margin-left:33.33333333%}.ory-cell-sm-offset-5{margin-left:41.66666667%}.ory-cell-sm-offset-6{margin-left:50%}.ory-cell-sm-offset-7{margin-left:58.33333333%}.ory-cell-sm-offset-8{margin-left:66.66666667%}.ory-cell-sm-offset-9{margin-left:75%}.ory-cell-sm-offset-10{margin-left:83.33333333%}.ory-cell-sm-offset-11{margin-left:91.66666667%}.start-sm{justify-content:flex-start}[dir=ltr] .start-sm{text-align:left}[dir=rtl] .start-sm{text-align:right}.center-sm{justify-content:center;text-align:center}.end-sm{justify-content:flex-end}[dir=ltr] .end-sm{text-align:right}[dir=rtl] .end-sm{text-align:left}.top-sm{align-items:flex-start}.middle-sm{align-items:center}.bottom-sm{align-items:flex-end}.around-sm{justify-content:space-around}.between-sm{justify-content:space-between}.first-sm{order:-1}.last-sm{order:1}}@media only screen and (min-width:64em){.ory-cell-md,.ory-cell-md-1,.ory-cell-md-2,.ory-cell-md-3,.ory-cell-md-4,.ory-cell-md-5,.ory-cell-md-6,.ory-cell-md-7,.ory-cell-md-8,.ory-cell-md-9,.ory-cell-md-10,.ory-cell-md-11,.ory-cell-md-12,.ory-cell-md-offset-0,.ory-cell-md-offset-1,.ory-cell-md-offset-2,.ory-cell-md-offset-3,.ory-cell-md-offset-4,.ory-cell-md-offset-5,.ory-cell-md-offset-6,.ory-cell-md-offset-7,.ory-cell-md-offset-8,.ory-cell-md-offset-9,.ory-cell-md-offset-10,.ory-cell-md-offset-11,.ory-cell-md-offset-12{box-sizing:border-box;flex:0 0 auto;padding-right:0;padding-right:var(--half-gutter-width,.5rem);padding-left:0;padding-left:var(--half-gutter-width,.5rem);min-width:0}.ory-cell-md{flex-grow:1;flex-basis:0;width:100%;min-width:100%}.ory-cell-md-1{flex-basis:8.33333333%;width:8.33333333%}.ory-cell-md-2{flex-basis:16.66666667%;width:16.66666667%}.ory-cell-md-3{flex-basis:25%;width:25%;min-width:25%}.ory-cell-md-4{flex-basis:33.33333333%;width:33.33333333%}.ory-cell-md-5{flex-basis:41.66666667%;width:41.66666667%}.ory-cell-md-6{flex-basis:50%;width:50%;min-width:50%}.ory-cell-md-7{flex-basis:58.33333333%;width:58.33333333%}.ory-cell-md-8{flex-basis:66.66666667%;width:66.66666667%}.ory-cell-md-9{flex-basis:75%;width:75%;min-width:75%}.ory-cell-md-10{flex-basis:83.33333333%;width:83.33333333%}.ory-cell-md-11{flex-basis:91.66666667%;width:91.66666667%}.ory-cell-md-12{flex-basis:100%;width:100%;min-width:100%}.ory-cell-md-offset-0{margin-left:0}.ory-cell-md-offset-1{margin-left:8.33333333%}.ory-cell-md-offset-2{margin-left:16.66666667%}.ory-cell-md-offset-3{margin-left:25%}.ory-cell-md-offset-4{margin-left:33.33333333%}.ory-cell-md-offset-5{margin-left:41.66666667%}.ory-cell-md-offset-6{margin-left:50%}.ory-cell-md-offset-7{margin-left:58.33333333%}.ory-cell-md-offset-8{margin-left:66.66666667%}.ory-cell-md-offset-9{margin-left:75%}.ory-cell-md-offset-10{margin-left:83.33333333%}.ory-cell-md-offset-11{margin-left:91.66666667%}.start-md{justify-content:flex-start}[dir=ltr] .start-md{text-align:left}[dir=rtl] .start-md{text-align:right}.center-md{justify-content:center;text-align:center}.end-md{justify-content:flex-end}[dir=ltr] .end-md{text-align:right}[dir=rtl] .end-md{text-align:left}.top-md{align-items:flex-start}.middle-md{align-items:center}.bottom-md{align-items:flex-end}.around-md{justify-content:space-around}.between-md{justify-content:space-between}.first-md{order:-1}.last-md{order:1}}@media only screen and (min-width:75em){.ory-cell-lg,.ory-cell-lg-1,.ory-cell-lg-2,.ory-cell-lg-3,.ory-cell-lg-4,.ory-cell-lg-5,.ory-cell-lg-6,.ory-cell-lg-7,.ory-cell-lg-8,.ory-cell-lg-9,.ory-cell-lg-10,.ory-cell-lg-11,.ory-cell-lg-12,.ory-cell-lg-offset-0,.ory-cell-lg-offset-1,.ory-cell-lg-offset-2,.ory-cell-lg-offset-3,.ory-cell-lg-offset-4,.ory-cell-lg-offset-5,.ory-cell-lg-offset-6,.ory-cell-lg-offset-7,.ory-cell-lg-offset-8,.ory-cell-lg-offset-9,.ory-cell-lg-offset-10,.ory-cell-lg-offset-11,.ory-cell-lg-offset-12{box-sizing:border-box;flex:0 0 auto;padding-right:0;padding-right:var(--half-gutter-width,.5rem);padding-left:0;padding-left:var(--half-gutter-width,.5rem);min-width:0}.ory-cell-lg{flex-grow:1;flex-basis:0;width:100%;min-width:100%}.ory-cell-lg-1{flex-basis:8.33333333%;width:8.33333333%}.ory-cell-lg-2{flex-basis:16.66666667%;width:16.66666667%}.ory-cell-lg-3{flex-basis:25%;width:25%;min-width:25%}.ory-cell-lg-4{flex-basis:33.33333333%;width:33.33333333%}.ory-cell-lg-5{flex-basis:41.66666667%;width:41.66666667%}.ory-cell-lg-6{flex-basis:50%;width:50%;min-width:50%}.ory-cell-lg-7{flex-basis:58.33333333%;width:58.33333333%}.ory-cell-lg-8{flex-basis:66.66666667%;width:66.66666667%}.ory-cell-lg-9{flex-basis:75%;width:75%;min-width:75%}.ory-cell-lg-10{flex-basis:83.33333333%;width:83.33333333%}.ory-cell-lg-11{flex-basis:91.66666667%;width:91.66666667%}.ory-cell-lg-12{flex-basis:100%;width:100%;min-width:100%}.ory-cell-lg-offset-0{margin-left:0}.ory-cell-lg-offset-1{margin-left:8.33333333%}.ory-cell-lg-offset-2{margin-left:16.66666667%}.ory-cell-lg-offset-3{margin-left:25%}.ory-cell-lg-offset-4{margin-left:33.33333333%}.ory-cell-lg-offset-5{margin-left:41.66666667%}.ory-cell-lg-offset-6{margin-left:50%}.ory-cell-lg-offset-7{margin-left:58.33333333%}.ory-cell-lg-offset-8{margin-left:66.66666667%}.ory-cell-lg-offset-9{margin-left:75%}.ory-cell-lg-offset-10{margin-left:83.33333333%}.ory-cell-lg-offset-11{margin-left:91.66666667%}.start-lg{justify-content:flex-start}[dir=ltr] .start-lg{text-align:left}[dir=rtl] .start-lg{text-align:right}.center-lg{justify-content:center;text-align:center}.end-lg{justify-content:flex-end}[dir=ltr] .end-lg{text-align:right}[dir=rtl] .end-lg{text-align:left}.top-lg{align-items:flex-start}.middle-lg{align-items:center}.bottom-lg{align-items:flex-end}.around-lg{justify-content:space-around}.between-lg{justify-content:space-between}.first-lg{order:-1}.last-lg{order:1}}.ory-row-has-floating-children{display:block!important}.ory-row-is-hovering-this:before{content:" ";position:absolute;background:#000;display:block;background:rgba(0,0,0,.87);background:var(--darkBlack);z-index:2}.ory-row-is-hovering-above:before{top:0;height:4px;width:100%}.ory-row-is-hovering-below:before{bottom:0;height:4px;width:100%}.ory-row-is-hovering-left-of:before{top:0;left:0;bottom:0;width:4px}.ory-row-is-hovering-right-of:before{top:0;right:0;bottom:0;width:4px}.ory-editable{position:relative;box-sizing:border-box;min-height:400px;display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:wrap;align-items:stretch}.ory-cell-draggable{cursor:move;position:relative;transition:opacity .2s ease}.ory-cell-draggable-overlay{position:absolute;top:0;left:0;bottom:0;right:0;z-index:3;cursor:move;border:1px solid transparent;transition:all .4s ease}.ory-cell-draggable-overlay-handle{position:absolute;top:0;right:0;width:2rem;height:2rem;cursor:move;background:rgba(0,0,0,.26);background:var(--minBlack);content:"";z-index:500}.ory-cell-draggable-overlay-handle .ory-cell-draggable-overlay-handle-icon:before{top:-300%}.ory-cell-draggable-overlay-handle .ory-cell-draggable-overlay-handle-icon{width:70%;top:50%}.ory-cell-draggable-overlay-handle .ory-cell-draggable-overlay-handle-icon:after{top:400%}.ory-cell-draggable-overlay-handle .ory-cell-draggable-overlay-handle-icon:after,.ory-cell-draggable-overlay-handle .ory-cell-draggable-overlay-handle-icon:before{width:100%}.ory-cell-draggable-overlay-handle .ory-cell-draggable-overlay-handle-icon,.ory-cell-draggable-overlay-handle .ory-cell-draggable-overlay-handle-icon:after,.ory-cell-draggable-overlay-handle .ory-cell-draggable-overlay-handle-icon:before{height:2px;position:absolute;content:"";-webkit-transform:translate(-50%,-50%);left:50%;transform:translate(-50%,-50%);background:#fff}.ory-cell-draggable-overlay:hover{background:rgba(0,0,0,.26);background:var(--minBlack);border:1px solid hsla(0,0%,100%,.54);border:1px solid var(--lightWhite);background-blend-mode:screen}.ory-cell-draggable-overlay-description{text-align:center;display:block;color:rgba(0,0,0,.97);max-width:100%}.ory-cell-draggable-overlay-description span{opacity:0;text-align:center;color:rgba(0,0,0,.97);max-width:90%;display:inline-block;padding:8px 22px;margin:0 auto;border-radius:0 0 12px 12px;text-transform:uppercase;font-size:75%;letter-spacing:.15em;background:hsla(0,0%,100%,0);transition:all .4s ease}.ory-cell-draggable-overlay:hover .ory-cell-draggable-overlay-description span{background:hsla(0,0%,100%,.95);opacity:1}.ory-cell-draggable-overlay.ory-cell-draggable-leaf{z-index:3}.ory-cell-draggable-inline-left.ory-cell-draggable-overlay,.ory-cell-draggable-inline-right.ory-cell-draggable-overlay{float:left;z-index:4}.ory-cell-draggable-is-dragging{opacity:.4;outline:none}.ory-cell-droppable-is-over-current:after{content:"";height:100px;width:100%;position:absolute;bottom:-100px}.ory-cell-droppable-is-over-current:before{content:" ";display:block;position:absolute;z-index:1;background:rgba(0,0,0,.87);background:var(--darkBlack)}.ory-cell-droppable-is-over-above:before,.ory-cell-droppable-is-over-below:before{border-left:0;border-right:0}.ory-cell-droppable-is-over-left-of:before,.ory-cell-droppable-is-over-right-of:before{border-top:0;border-bottom:0}.ory-cell-droppable-is-over-above:before{top:0;left:0;right:0;height:4px;border-left:0;border-right:0}.ory-cell-droppable-leaf.ory-cell-droppable-is-over-above:before{height:4px}.ory-cell-droppable-is-over-below:before{bottom:0;left:0;right:0;height:4px}.ory-cell-droppable-leaf.ory-cell-droppable-is-over-below:before{height:4px}.ory-cell-droppable-is-over-left-of:before{top:0;left:0;bottom:0;width:4px}.ory-cell-droppable-leaf.ory-cell-droppable-is-over-left-of:before{width:4px}.ory-cell-droppable-is-over-right-of:before{top:0;right:0;bottom:0;width:4px}.ory-cell-droppable-leaf.ory-cell-droppable-is-over-right-of:before{width:4px}.ory-cell-droppable-is-over-inline-left:before,.ory-cell-droppable-is-over-inline-right:before{top:0;width:50%;height:36%;max-height:128px;background-color:#e0e0e0;background-color:var(--grey300);border:1px solid rgba(0,0,0,.26);border:1px solid var(--minBlack)}.ory-cell-droppable-is-over-inline-left:before{left:0}.ory-cell-droppable-is-over-inline-right:before{right:0}.ory-cell-error{background-color:red;padding:8px;margin:2px;overflow:hidden}.ory-cell-error strong{margin:0 auto}.ory-cell-error code{overflow:scroll}@-webkit-keyframes oryCellResizeableAnimate{0%{background-color:hsla(0,0%,100%,.26);background-color:var(--minWhite);top:45%;bottom:45%}50%{background-color:hsla(0,0%,100%,.12);background-color:var(--faintWhite);top:0;bottom:0}to{background-color:hsla(0,0%,100%,.87);background-color:var(--darkWhite);top:45%;bottom:45%}}@keyframes oryCellResizeableAnimate{0%{background-color:hsla(0,0%,100%,.26);background-color:var(--minWhite);top:45%;bottom:45%}50%{background-color:hsla(0,0%,100%,.12);background-color:var(--faintWhite);top:0;bottom:0}to{background-color:hsla(0,0%,100%,.87);background-color:var(--darkWhite);top:45%;bottom:45%}}.ory-cell-resizable-inline-right>.react-resizable-handle{left:-4px}.ory-cell-resizable.react-resizable>.react-resizable-handle{position:absolute;z-index:5;width:4px;top:0;bottom:0;right:-2px;cursor:e-resize;background-color:rgba(0,0,0,.54);background-color:var(--lightBlack);mix-blend-mode:difference;transition:all .2s linear}.ory-cell-resizable.react-resizable>.react-resizable-handle:after{content:" ";background-color:hsla(0,0%,100%,.87);background-color:var(--darkWhite);position:absolute;top:45%;bottom:45%;left:0;right:0;transition:all .2s linear;mix-blend-mode:normal;-webkit-animation-name:oryCellResizeableAnimate;animation-name:oryCellResizeableAnimate;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-duration:.8s;animation-duration:.8s}.ory-cell-resizable.react-resizable>.react-resizable-handle:active:after,.ory-cell-resizable.react-resizable>.react-resizable-handle:hover:after{background-color:#fff;background-color:var(--fullWhite);top:0;bottom:0}.ory-cell-inline-left{float:left}.ory-cell-inline-right{float:right}.ory-cell-has-inline-neighbour{float:none;width:100%}.ory-cell-is-draft{opacity:.3;outline:1px dashed #000}.ory-cell-focused{box-shadow:0 0 1000px rgba(0,0,0,.5);opacity:1}.ory-cell{position:relative}.ory-cell-bring-to-front{z-index:1}.ory-cell-resizing-overlay:after{content:" ";z-index:4;position:absolute;top:0;left:0;right:0;bottom:0}:root{--gutter-width:0rem;--outer-margin:0rem;--gutter-compensation:0rem;--half-gutter-width:0rem;--xs-min:30;--sm-min:48;--md-min:64;--lg-min:75;--screen-xs-min:30 em;--screen-sm-min:48 em;--screen-md-min:64 em;--screen-lg-min:75 em;--container-sm:48;--container-md:64;--container-lg:75}.ory-controls-mode-toggle-button-inner{float:right;margin:8px}.ory-controls-mode-toggle-button-description{font-family:Roboto,sans-serif;font-size:16px;margin-top:18px;float:right;background:transparent;color:transparent;border:1px solid transparent;padding:2px 8px;text-align:right;display:none;transition:all .2s ease;white-space:nowrap;overflow:hidden}.ory-controls-mode-toggle-button:hover .ory-controls-mode-toggle-button-description{max-width:999px;background:rgba(0,0,0,.87);background:var(--darkBlack);color:#fff;color:var(--white);display:block;border:1px solid rgba(0,0,0,.12);border:1px solid var(--faintBlack)}.ory-controls-mode-toggle-clearfix{clear:both}.ory-controls-mode-toggle-control{z-index:1}.ory-plugin-drawer-item{cursor:pointer;z-index:1}.ory-plugin-drawer-item:hover{z-index:2;box-shadow:0 0 20px #ccc}.ory-controls-trash{position:fixed;bottom:-64px;z-index:500;left:50%;transition:bottom .2s ease;padding:8px}.ory-controls-trash.ory-controls-trash-active{bottom:16px}.ory-plugins-content-slate-inline-toolbar{position:absolute;z-index:1;top:-10000px;left:-10000px;margin-top:-6px;opacity:0;background-color:#212121;background-color:var(--grey900);border-radius:4px;transition:opacity .75s}.ory-plugins-content-slate-inline-toolbar--hidden{opacity:0!important;pointer-events:none}.ory-plugins-content-slate-paragraph-placeholder{font-style:italic;color:rgba(0,0,0,.54);color:var(--lightBlack)}.ory-plugins-layout-background{background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;padding:12px;position:relative}.ory-plugins-layout-background>.ory-row{position:relative}.ory-plugins-layout-background__backstretch{position:absolute;top:0;left:0;right:0;bottom:0}.ory-plugins-content-image{width:100%}.ory-plugins-content-image-placeholder{position:relative;width:100%;text-align:center}.ory-plugins-content-spacer{border:1px dashed rgba(0,0,0,.26);border:1px dashed var(--minBlack);border-bottom:none;position:relative}.ory-plugins-content-spacer-read-only{border-color:transparent!important}.ory-plugins-content-spacer>.react-resizable>.react-resizable-handle:before,.ory-plugins-content-spacer>.react-resizable>.react-resizable-handle:hover:before{content:" ";position:absolute;text-align:center;width:100%;bottom:0;right:0;cursor:n-resize;line-height:12px;font-size:1.5em;height:24px}.ory-plugins-content-video-placeholder{position:relative;width:100%;text-align:center}:root{--red50:#ffebee;--red100:#ffcdd2;--red200:#ef9a9a;--red300:#e57373;--red400:#ef5350;--red500:#f44336;--red600:#e53935;--red700:#d32f2f;--red800:#c62828;--red900:#b71c1c;--redA100:#ff8a80;--redA200:#ff5252;--redA400:#ff1744;--redA700:#d50000;--pink50:#fce4ec;--pink100:#f8bbd0;--pink200:#f48fb1;--pink300:#f06292;--pink400:#ec407a;--pink500:#e91e63;--pink600:#d81b60;--pink700:#c2185b;--pink800:#ad1457;--pink900:#880e4f;--pinkA100:#ff80ab;--pinkA200:#ff4081;--pinkA400:#f50057;--pinkA700:#c51162;--purple50:#f3e5f5;--purple100:#e1bee7;--purple200:#ce93d8;--purple300:#ba68c8;--purple400:#ab47bc;--purple500:#9c27b0;--purple600:#8e24aa;--purple700:#7b1fa2;--purple800:#6a1b9a;--purple900:#4a148c;--purpleA100:#ea80fc;--purpleA200:#e040fb;--purpleA400:#d500f9;--purpleA700:#a0f;--deepPurple50:#ede7f6;--deepPurple100:#d1c4e9;--deepPurple200:#b39ddb;--deepPurple300:#9575cd;--deepPurple400:#7e57c2;--deepPurple500:#673ab7;--deepPurple600:#5e35b1;--deepPurple700:#512da8;--deepPurple800:#4527a0;--deepPurple900:#311b92;--deepPurpleA100:#b388ff;--deepPurpleA200:#7c4dff;--deepPurpleA400:#651fff;--deepPurpleA700:#6200ea;--indigo50:#e8eaf6;--indigo100:#c5cae9;--indigo200:#9fa8da;--indigo300:#7986cb;--indigo400:#5c6bc0;--indigo500:#3f51b5;--indigo600:#3949ab;--indigo700:#303f9f;--indigo800:#283593;--indigo900:#1a237e;--indigoA100:#8c9eff;--indigoA200:#536dfe;--indigoA400:#3d5afe;--indigoA700:#304ffe;--blue50:#e3f2fd;--blue100:#bbdefb;--blue200:#90caf9;--blue300:#64b5f6;--blue400:#42a5f5;--blue500:#2196f3;--blue600:#1e88e5;--blue700:#1976d2;--blue800:#1565c0;--blue900:#0d47a1;--blueA100:#82b1ff;--blueA200:#448aff;--blueA400:#2979ff;--blueA700:#2962ff;--lightBlue50:#e1f5fe;--lightBlue100:#b3e5fc;--lightBlue200:#81d4fa;--lightBlue300:#4fc3f7;--lightBlue400:#29b6f6;--lightBlue500:#03a9f4;--lightBlue600:#039be5;--lightBlue700:#0288d1;--lightBlue800:#0277bd;--lightBlue900:#01579b;--lightBlueA100:#80d8ff;--lightBlueA200:#40c4ff;--lightBlueA400:#00b0ff;--lightBlueA700:#0091ea;--cyan50:#e0f7fa;--cyan100:#b2ebf2;--cyan200:#80deea;--cyan300:#4dd0e1;--cyan400:#26c6da;--cyan500:#00bcd4;--cyan600:#00acc1;--cyan700:#0097a7;--cyan800:#00838f;--cyan900:#006064;--cyanA100:#84ffff;--cyanA200:#18ffff;--cyanA400:#00e5ff;--cyanA700:#00b8d4;--teal50:#e0f2f1;--teal100:#b2dfdb;--teal200:#80cbc4;--teal300:#4db6ac;--teal400:#26a69a;--teal500:#009688;--teal600:#00897b;--teal700:#00796b;--teal800:#00695c;--teal900:#004d40;--tealA100:#a7ffeb;--tealA200:#64ffda;--tealA400:#1de9b6;--tealA700:#00bfa5;--green50:#e8f5e9;--green100:#c8e6c9;--green200:#a5d6a7;--green300:#81c784;--green400:#66bb6a;--green500:#4caf50;--green600:#43a047;--green700:#388e3c;--green800:#2e7d32;--green900:#1b5e20;--greenA100:#b9f6ca;--greenA200:#69f0ae;--greenA400:#00e676;--greenA700:#00c853;--lightGreen50:#f1f8e9;--lightGreen100:#dcedc8;--lightGreen200:#c5e1a5;--lightGreen300:#aed581;--lightGreen400:#9ccc65;--lightGreen500:#8bc34a;--lightGreen600:#7cb342;--lightGreen700:#689f38;--lightGreen800:#558b2f;--lightGreen900:#33691e;--lightGreenA100:#ccff90;--lightGreenA200:#b2ff59;--lightGreenA400:#76ff03;--lightGreenA700:#64dd17;--lime50:#f9fbe7;--lime100:#f0f4c3;--lime200:#e6ee9c;--lime300:#dce775;--lime400:#d4e157;--lime500:#cddc39;--lime600:#c0ca33;--lime700:#afb42b;--lime800:#9e9d24;--lime900:#827717;--limeA100:#f4ff81;--limeA200:#eeff41;--limeA400:#c6ff00;--limeA700:#aeea00;--yellow50:#fffde7;--yellow100:#fff9c4;--yellow200:#fff59d;--yellow300:#fff176;--yellow400:#ffee58;--yellow500:#ffeb3b;--yellow600:#fdd835;--yellow700:#fbc02d;--yellow800:#f9a825;--yellow900:#f57f17;--yellowA100:#ffff8d;--yellowA200:#ff0;--yellowA400:#ffea00;--yellowA700:#ffd600;--amber50:#fff8e1;--amber100:#ffecb3;--amber200:#ffe082;--amber300:#ffd54f;--amber400:#ffca28;--amber500:#ffc107;--amber600:#ffb300;--amber700:#ffa000;--amber800:#ff8f00;--amber900:#ff6f00;--amberA100:#ffe57f;--amberA200:#ffd740;--amberA400:#ffc400;--amberA700:#ffab00;--orange50:#fff3e0;--orange100:#ffe0b2;--orange200:#ffcc80;--orange300:#ffb74d;--orange400:#ffa726;--orange500:#ff9800;--orange600:#fb8c00;--orange700:#f57c00;--orange800:#ef6c00;--orange900:#e65100;--orangeA100:#ffd180;--orangeA200:#ffab40;--orangeA400:#ff9100;--orangeA700:#ff6d00;--deepOrange50:#fbe9e7;--deepOrange100:#ffccbc;--deepOrange200:#ffab91;--deepOrange300:#ff8a65;--deepOrange400:#ff7043;--deepOrange500:#ff5722;--deepOrange600:#f4511e;--deepOrange700:#e64a19;--deepOrange800:#d84315;--deepOrange900:#bf360c;--deepOrangeA100:#ff9e80;--deepOrangeA200:#ff6e40;--deepOrangeA400:#ff3d00;--deepOrangeA700:#dd2c00;--brown50:#efebe9;--brown100:#d7ccc8;--brown200:#bcaaa4;--brown300:#a1887f;--brown400:#8d6e63;--brown500:#795548;--brown600:#6d4c41;--brown700:#5d4037;--brown800:#4e342e;--brown900:#3e2723;--blueGrey50:#eceff1;--blueGrey100:#cfd8dc;--blueGrey200:#b0bec5;--blueGrey300:#90a4ae;--blueGrey400:#78909c;--blueGrey500:#607d8b;--blueGrey600:#546e7a;--blueGrey700:#455a64;--blueGrey800:#37474f;--blueGrey900:#263238;--grey50:#fafafa;--grey100:#f5f5f5;--grey200:#eee;--grey300:#e0e0e0;--grey400:#bdbdbd;--grey500:#9e9e9e;--grey600:#757575;--grey700:#616161;--grey800:#424242;--grey900:#212121;--black:#000;--white:#fff;--transparent:transparent;--fullBlack:#000;--darkBlack:rgba(0,0,0,0.87);--lightBlack:rgba(0,0,0,0.54);--minBlack:rgba(0,0,0,0.26);--faintBlack:rgba(0,0,0,0.12);--fullWhite:#fff;--darkWhite:hsla(0,0%,100%,0.87);--lightWhite:hsla(0,0%,100%,0.54);--minWhite:hsla(0,0%,100%,0.26);--faintWhite:hsla(0,0%,100%,0.12)}.editable-area blockquote,.editable-area h1,.editable-area h2,.editable-area h3,.editable-area h4,.editable-area h5,.editable-area h6,.editable-area p,.editable-area pre{margin:1em 0 .5em}.editable-area blockquote:first-child,.editable-area h1:first-child,.editable-area h2:first-child,.editable-area h3:first-child,.editable-area h4:first-child,.editable-area h5:first-child,.editable-area h6:first-child,.editable-area p:first-child,.editable-area pre:first-child{margin-top:0}.editable-area blockquote:last-child,.editable-area h1:last-child,.editable-area h2:last-child,.editable-area h3:last-child,.editable-area h4:last-child,.editable-area h5:last-child,.editable-area h6:last-child,.editable-area p:last-child,.editable-area pre:last-child{margin-bottom:0}.editable-area ol,.editable-area ul{margin:0}.editable-area li{margin:1em 0}.editable-area body{font-size:1em;line-height:1.25em}.editable-area em{font-style:italic}.editable-area strong{font-weight:700}.editable-area h1 strong,.editable-area h2 strong,.editable-area h3 strong,.editable-area h4 strong,.editable-area h5 strong,.editable-area h6 strong{font-weight:800}@media only screen and (max-width:64em)and (min-width:48em){.editable-area body{font-size:1em;line-height:1.375em}}.editable-area h1{margin:1em 0 .5em;font-size:2em;line-height:1.25em}.editable-area h1:first-child{margin-top:0}@media only screen and (max-width:64em)and (min-width:48em){.editable-area h1{font-size:2.5em;line-height:1.125;font-size:3em;line-height:1.05}}.editable-area h2{margin:.8em 0 .5em;font-size:1.625em;line-height:1.15384615}@media only screen and (max-width:64em)and (min-width:48em){.editable-area h2{font-size:2em;line-height:1.25em}}@media only screen and (max-width:48em){.editable-area h2{font-size:2.25em;line-height:1.25em}}.editable-area h3{margin:.8em 0 .5em;font-size:1.375em;line-height:1.13636364}@media only screen and (max-width:64em)and (min-width:48em){.editable-area h3{font-size:1.5em;line-height:1.25em}}@media only screen and (max-width:48em){.editable-area h3{font-size:1.75em;line-height:1.25em}}.editable-area h4{margin:.8em 0 .5em;font-size:1.125em;line-height:1.11111111}@media only screen and (max-width:64em)and (min-width:48em){.editable-area h4{line-height:1.25em}}@media only screen and (max-width:48em){.editable-area h4{line-height:1.25em}}.editable-area h5{margin:.8em 0 .5em;font-size:1.085em;line-height:1.055}@media only screen and (max-width:64em)and (min-width:48em){.editable-area h5{line-height:1.25em}}@media only screen and (max-width:48em){.editable-area h5{line-height:1.25em}}.editable-area h6{margin:.8em 0 .5em;font-size:1.055em;line-height:1.005}@media only screen and (max-width:64em)and (min-width:48em){.editable-area h6{line-height:1.25em}}@media only screen and (max-width:48em){.editable-area h6{line-height:1.25em}}.editable-area blockquote{font-size:1em;font-style:italic;padding:0 2.5em}.ory-plugins-content-divider{background-color:#aaa;width:100%;height:2px;border:none}.editable-area code,.editable-area pre{font-family:monospace;border-radius:.3em;padding:.4em}.editable-area code{display:inline;margin:0 .5em;white-space:pre}.editable-area pre{display:block;margin:1em}.editable-area ol,.editable-area ul{margin:1em 0;list-style-type:inside}.editable-area li{margin:.2em 0 .2em 1em}.editable-area li p{margin:0}.editable-area ol{list-style-type:decimal}.editable-area ul{list-style-type:disc}p{margin:0 0 28px}pre{overflow-x:auto}.container{background-color:#fff}.ory-cell-leaf{padding:20px}.container{background:#fff;padding:0 24px;margin-right:auto;margin-left:auto;align-items:stretch}@media(min-width:768px){.container{width:750px}}@media(min-width:992px){.container{width:970px}}@media(min-width:1200px){.container{width:1170px}}#editable-static,.editable{padding:5px}
.ory-controls-mode-toggle-button-inner{float:right;margin:8px}.ory-controls-mode-toggle-button-description{font-family:Roboto,sans-serif;font-size:16px;margin-top:18px;float:right;background:transparent;color:transparent;border:1px solid transparent;padding:2px 8px;text-align:right;display:none;transition:all .2s ease;white-space:nowrap;overflow:hidden}.ory-controls-mode-toggle-button:hover .ory-controls-mode-toggle-button-description{max-width:999px;background:rgba(0,0,0,.87);background:var(--darkBlack);color:#fff;color:var(--white);display:block;border:1px solid rgba(0,0,0,.12);border:1px solid var(--faintBlack)}.ory-controls-mode-toggle-clearfix{clear:both}.ory-controls-mode-toggle-control{z-index:1}.ory-plugin-drawer-item{cursor:pointer;z-index:1}.ory-plugin-drawer-item:hover{z-index:2;box-shadow:0 0 20px #ccc}.ory-controls-trash{position:fixed;bottom:-64px;z-index:500;left:50%;transition:bottom .2s ease;padding:8px}.ory-controls-trash.ory-controls-trash-active{bottom:16px}:root{--red50:#ffebee;--red100:#ffcdd2;--red200:#ef9a9a;--red300:#e57373;--red400:#ef5350;--red500:#f44336;--red600:#e53935;--red700:#d32f2f;--red800:#c62828;--red900:#b71c1c;--redA100:#ff8a80;--redA200:#ff5252;--redA400:#ff1744;--redA700:#d50000;--pink50:#fce4ec;--pink100:#f8bbd0;--pink200:#f48fb1;--pink300:#f06292;--pink400:#ec407a;--pink500:#e91e63;--pink600:#d81b60;--pink700:#c2185b;--pink800:#ad1457;--pink900:#880e4f;--pinkA100:#ff80ab;--pinkA200:#ff4081;--pinkA400:#f50057;--pinkA700:#c51162;--purple50:#f3e5f5;--purple100:#e1bee7;--purple200:#ce93d8;--purple300:#ba68c8;--purple400:#ab47bc;--purple500:#9c27b0;--purple600:#8e24aa;--purple700:#7b1fa2;--purple800:#6a1b9a;--purple900:#4a148c;--purpleA100:#ea80fc;--purpleA200:#e040fb;--purpleA400:#d500f9;--purpleA700:#a0f;--deepPurple50:#ede7f6;--deepPurple100:#d1c4e9;--deepPurple200:#b39ddb;--deepPurple300:#9575cd;--deepPurple400:#7e57c2;--deepPurple500:#673ab7;--deepPurple600:#5e35b1;--deepPurple700:#512da8;--deepPurple800:#4527a0;--deepPurple900:#311b92;--deepPurpleA100:#b388ff;--deepPurpleA200:#7c4dff;--deepPurpleA400:#651fff;--deepPurpleA700:#6200ea;--indigo50:#e8eaf6;--indigo100:#c5cae9;--indigo200:#9fa8da;--indigo300:#7986cb;--indigo400:#5c6bc0;--indigo500:#3f51b5;--indigo600:#3949ab;--indigo700:#303f9f;--indigo800:#283593;--indigo900:#1a237e;--indigoA100:#8c9eff;--indigoA200:#536dfe;--indigoA400:#3d5afe;--indigoA700:#304ffe;--blue50:#e3f2fd;--blue100:#bbdefb;--blue200:#90caf9;--blue300:#64b5f6;--blue400:#42a5f5;--blue500:#2196f3;--blue600:#1e88e5;--blue700:#1976d2;--blue800:#1565c0;--blue900:#0d47a1;--blueA100:#82b1ff;--blueA200:#448aff;--blueA400:#2979ff;--blueA700:#2962ff;--lightBlue50:#e1f5fe;--lightBlue100:#b3e5fc;--lightBlue200:#81d4fa;--lightBlue300:#4fc3f7;--lightBlue400:#29b6f6;--lightBlue500:#03a9f4;--lightBlue600:#039be5;--lightBlue700:#0288d1;--lightBlue800:#0277bd;--lightBlue900:#01579b;--lightBlueA100:#80d8ff;--lightBlueA200:#40c4ff;--lightBlueA400:#00b0ff;--lightBlueA700:#0091ea;--cyan50:#e0f7fa;--cyan100:#b2ebf2;--cyan200:#80deea;--cyan300:#4dd0e1;--cyan400:#26c6da;--cyan500:#00bcd4;--cyan600:#00acc1;--cyan700:#0097a7;--cyan800:#00838f;--cyan900:#006064;--cyanA100:#84ffff;--cyanA200:#18ffff;--cyanA400:#00e5ff;--cyanA700:#00b8d4;--teal50:#e0f2f1;--teal100:#b2dfdb;--teal200:#80cbc4;--teal300:#4db6ac;--teal400:#26a69a;--teal500:#009688;--teal600:#00897b;--teal700:#00796b;--teal800:#00695c;--teal900:#004d40;--tealA100:#a7ffeb;--tealA200:#64ffda;--tealA400:#1de9b6;--tealA700:#00bfa5;--green50:#e8f5e9;--green100:#c8e6c9;--green200:#a5d6a7;--green300:#81c784;--green400:#66bb6a;--green500:#4caf50;--green600:#43a047;--green700:#388e3c;--green800:#2e7d32;--green900:#1b5e20;--greenA100:#b9f6ca;--greenA200:#69f0ae;--greenA400:#00e676;--greenA700:#00c853;--lightGreen50:#f1f8e9;--lightGreen100:#dcedc8;--lightGreen200:#c5e1a5;--lightGreen300:#aed581;--lightGreen400:#9ccc65;--lightGreen500:#8bc34a;--lightGreen600:#7cb342;--lightGreen700:#689f38;--lightGreen800:#558b2f;--lightGreen900:#33691e;--lightGreenA100:#ccff90;--lightGreenA200:#b2ff59;--lightGreenA400:#76ff03;--lightGreenA700:#64dd17;--lime50:#f9fbe7;--lime100:#f0f4c3;--lime200:#e6ee9c;--lime300:#dce775;--lime400:#d4e157;--lime500:#cddc39;--lime600:#c0ca33;--lime700:#afb42b;--lime800:#9e9d24;--lime900:#827717;--limeA100:#f4ff81;--limeA200:#eeff41;--limeA400:#c6ff00;--limeA700:#aeea00;--yellow50:#fffde7;--yellow100:#fff9c4;--yellow200:#fff59d;--yellow300:#fff176;--yellow400:#ffee58;--yellow500:#ffeb3b;--yellow600:#fdd835;--yellow700:#fbc02d;--yellow800:#f9a825;--yellow900:#f57f17;--yellowA100:#ffff8d;--yellowA200:#ff0;--yellowA400:#ffea00;--yellowA700:#ffd600;--amber50:#fff8e1;--amber100:#ffecb3;--amber200:#ffe082;--amber300:#ffd54f;--amber400:#ffca28;--amber500:#ffc107;--amber600:#ffb300;--amber700:#ffa000;--amber800:#ff8f00;--amber900:#ff6f00;--amberA100:#ffe57f;--amberA200:#ffd740;--amberA400:#ffc400;--amberA700:#ffab00;--orange50:#fff3e0;--orange100:#ffe0b2;--orange200:#ffcc80;--orange300:#ffb74d;--orange400:#ffa726;--orange500:#ff9800;--orange600:#fb8c00;--orange700:#f57c00;--orange800:#ef6c00;--orange900:#e65100;--orangeA100:#ffd180;--orangeA200:#ffab40;--orangeA400:#ff9100;--orangeA700:#ff6d00;--deepOrange50:#fbe9e7;--deepOrange100:#ffccbc;--deepOrange200:#ffab91;--deepOrange300:#ff8a65;--deepOrange400:#ff7043;--deepOrange500:#ff5722;--deepOrange600:#f4511e;--deepOrange700:#e64a19;--deepOrange800:#d84315;--deepOrange900:#bf360c;--deepOrangeA100:#ff9e80;--deepOrangeA200:#ff6e40;--deepOrangeA400:#ff3d00;--deepOrangeA700:#dd2c00;--brown50:#efebe9;--brown100:#d7ccc8;--brown200:#bcaaa4;--brown300:#a1887f;--brown400:#8d6e63;--brown500:#795548;--brown600:#6d4c41;--brown700:#5d4037;--brown800:#4e342e;--brown900:#3e2723;--blueGrey50:#eceff1;--blueGrey100:#cfd8dc;--blueGrey200:#b0bec5;--blueGrey300:#90a4ae;--blueGrey400:#78909c;--blueGrey500:#607d8b;--blueGrey600:#546e7a;--blueGrey700:#455a64;--blueGrey800:#37474f;--blueGrey900:#263238;--grey50:#fafafa;--grey100:#f5f5f5;--grey200:#eee;--grey300:#e0e0e0;--grey400:#bdbdbd;--grey500:#9e9e9e;--grey600:#757575;--grey700:#616161;--grey800:#424242;--grey900:#212121;--black:#000;--white:#fff;--transparent:transparent;--fullBlack:#000;--darkBlack:rgba(0,0,0,0.87);--lightBlack:rgba(0,0,0,0.54);--minBlack:rgba(0,0,0,0.26);--faintBlack:rgba(0,0,0,0.12);--fullWhite:#fff;--darkWhite:hsla(0,0%,100%,0.87);--lightWhite:hsla(0,0%,100%,0.54);--minWhite:hsla(0,0%,100%,0.26);--faintWhite:hsla(0,0%,100%,0.12)}
.ory-plugins-content-slate-inline-toolbar{position:absolute;z-index:1;top:-10000px;left:-10000px;margin-top:-6px;opacity:0;background-color:#212121;background-color:var(--grey900);border-radius:4px;transition:opacity .75s}.ory-plugins-content-slate-inline-toolbar--hidden{opacity:0!important;pointer-events:none}.ory-plugins-content-slate-paragraph-placeholder{font-style:italic;color:rgba(0,0,0,.54);color:var(--lightBlack)}:root{--red50:#ffebee;--red100:#ffcdd2;--red200:#ef9a9a;--red300:#e57373;--red400:#ef5350;--red500:#f44336;--red600:#e53935;--red700:#d32f2f;--red800:#c62828;--red900:#b71c1c;--redA100:#ff8a80;--redA200:#ff5252;--redA400:#ff1744;--redA700:#d50000;--pink50:#fce4ec;--pink100:#f8bbd0;--pink200:#f48fb1;--pink300:#f06292;--pink400:#ec407a;--pink500:#e91e63;--pink600:#d81b60;--pink700:#c2185b;--pink800:#ad1457;--pink900:#880e4f;--pinkA100:#ff80ab;--pinkA200:#ff4081;--pinkA400:#f50057;--pinkA700:#c51162;--purple50:#f3e5f5;--purple100:#e1bee7;--purple200:#ce93d8;--purple300:#ba68c8;--purple400:#ab47bc;--purple500:#9c27b0;--purple600:#8e24aa;--purple700:#7b1fa2;--purple800:#6a1b9a;--purple900:#4a148c;--purpleA100:#ea80fc;--purpleA200:#e040fb;--purpleA400:#d500f9;--purpleA700:#a0f;--deepPurple50:#ede7f6;--deepPurple100:#d1c4e9;--deepPurple200:#b39ddb;--deepPurple300:#9575cd;--deepPurple400:#7e57c2;--deepPurple500:#673ab7;--deepPurple600:#5e35b1;--deepPurple700:#512da8;--deepPurple800:#4527a0;--deepPurple900:#311b92;--deepPurpleA100:#b388ff;--deepPurpleA200:#7c4dff;--deepPurpleA400:#651fff;--deepPurpleA700:#6200ea;--indigo50:#e8eaf6;--indigo100:#c5cae9;--indigo200:#9fa8da;--indigo300:#7986cb;--indigo400:#5c6bc0;--indigo500:#3f51b5;--indigo600:#3949ab;--indigo700:#303f9f;--indigo800:#283593;--indigo900:#1a237e;--indigoA100:#8c9eff;--indigoA200:#536dfe;--indigoA400:#3d5afe;--indigoA700:#304ffe;--blue50:#e3f2fd;--blue100:#bbdefb;--blue200:#90caf9;--blue300:#64b5f6;--blue400:#42a5f5;--blue500:#2196f3;--blue600:#1e88e5;--blue700:#1976d2;--blue800:#1565c0;--blue900:#0d47a1;--blueA100:#82b1ff;--blueA200:#448aff;--blueA400:#2979ff;--blueA700:#2962ff;--lightBlue50:#e1f5fe;--lightBlue100:#b3e5fc;--lightBlue200:#81d4fa;--lightBlue300:#4fc3f7;--lightBlue400:#29b6f6;--lightBlue500:#03a9f4;--lightBlue600:#039be5;--lightBlue700:#0288d1;--lightBlue800:#0277bd;--lightBlue900:#01579b;--lightBlueA100:#80d8ff;--lightBlueA200:#40c4ff;--lightBlueA400:#00b0ff;--lightBlueA700:#0091ea;--cyan50:#e0f7fa;--cyan100:#b2ebf2;--cyan200:#80deea;--cyan300:#4dd0e1;--cyan400:#26c6da;--cyan500:#00bcd4;--cyan600:#00acc1;--cyan700:#0097a7;--cyan800:#00838f;--cyan900:#006064;--cyanA100:#84ffff;--cyanA200:#18ffff;--cyanA400:#00e5ff;--cyanA700:#00b8d4;--teal50:#e0f2f1;--teal100:#b2dfdb;--teal200:#80cbc4;--teal300:#4db6ac;--teal400:#26a69a;--teal500:#009688;--teal600:#00897b;--teal700:#00796b;--teal800:#00695c;--teal900:#004d40;--tealA100:#a7ffeb;--tealA200:#64ffda;--tealA400:#1de9b6;--tealA700:#00bfa5;--green50:#e8f5e9;--green100:#c8e6c9;--green200:#a5d6a7;--green300:#81c784;--green400:#66bb6a;--green500:#4caf50;--green600:#43a047;--green700:#388e3c;--green800:#2e7d32;--green900:#1b5e20;--greenA100:#b9f6ca;--greenA200:#69f0ae;--greenA400:#00e676;--greenA700:#00c853;--lightGreen50:#f1f8e9;--lightGreen100:#dcedc8;--lightGreen200:#c5e1a5;--lightGreen300:#aed581;--lightGreen400:#9ccc65;--lightGreen500:#8bc34a;--lightGreen600:#7cb342;--lightGreen700:#689f38;--lightGreen800:#558b2f;--lightGreen900:#33691e;--lightGreenA100:#ccff90;--lightGreenA200:#b2ff59;--lightGreenA400:#76ff03;--lightGreenA700:#64dd17;--lime50:#f9fbe7;--lime100:#f0f4c3;--lime200:#e6ee9c;--lime300:#dce775;--lime400:#d4e157;--lime500:#cddc39;--lime600:#c0ca33;--lime700:#afb42b;--lime800:#9e9d24;--lime900:#827717;--limeA100:#f4ff81;--limeA200:#eeff41;--limeA400:#c6ff00;--limeA700:#aeea00;--yellow50:#fffde7;--yellow100:#fff9c4;--yellow200:#fff59d;--yellow300:#fff176;--yellow400:#ffee58;--yellow500:#ffeb3b;--yellow600:#fdd835;--yellow700:#fbc02d;--yellow800:#f9a825;--yellow900:#f57f17;--yellowA100:#ffff8d;--yellowA200:#ff0;--yellowA400:#ffea00;--yellowA700:#ffd600;--amber50:#fff8e1;--amber100:#ffecb3;--amber200:#ffe082;--amber300:#ffd54f;--amber400:#ffca28;--amber500:#ffc107;--amber600:#ffb300;--amber700:#ffa000;--amber800:#ff8f00;--amber900:#ff6f00;--amberA100:#ffe57f;--amberA200:#ffd740;--amberA400:#ffc400;--amberA700:#ffab00;--orange50:#fff3e0;--orange100:#ffe0b2;--orange200:#ffcc80;--orange300:#ffb74d;--orange400:#ffa726;--orange500:#ff9800;--orange600:#fb8c00;--orange700:#f57c00;--orange800:#ef6c00;--orange900:#e65100;--orangeA100:#ffd180;--orangeA200:#ffab40;--orangeA400:#ff9100;--orangeA700:#ff6d00;--deepOrange50:#fbe9e7;--deepOrange100:#ffccbc;--deepOrange200:#ffab91;--deepOrange300:#ff8a65;--deepOrange400:#ff7043;--deepOrange500:#ff5722;--deepOrange600:#f4511e;--deepOrange700:#e64a19;--deepOrange800:#d84315;--deepOrange900:#bf360c;--deepOrangeA100:#ff9e80;--deepOrangeA200:#ff6e40;--deepOrangeA400:#ff3d00;--deepOrangeA700:#dd2c00;--brown50:#efebe9;--brown100:#d7ccc8;--brown200:#bcaaa4;--brown300:#a1887f;--brown400:#8d6e63;--brown500:#795548;--brown600:#6d4c41;--brown700:#5d4037;--brown800:#4e342e;--brown900:#3e2723;--blueGrey50:#eceff1;--blueGrey100:#cfd8dc;--blueGrey200:#b0bec5;--blueGrey300:#90a4ae;--blueGrey400:#78909c;--blueGrey500:#607d8b;--blueGrey600:#546e7a;--blueGrey700:#455a64;--blueGrey800:#37474f;--blueGrey900:#263238;--grey50:#fafafa;--grey100:#f5f5f5;--grey200:#eee;--grey300:#e0e0e0;--grey400:#bdbdbd;--grey500:#9e9e9e;--grey600:#757575;--grey700:#616161;--grey800:#424242;--grey900:#212121;--black:#000;--white:#fff;--transparent:transparent;--fullBlack:#000;--darkBlack:rgba(0,0,0,0.87);--lightBlack:rgba(0,0,0,0.54);--minBlack:rgba(0,0,0,0.26);--faintBlack:rgba(0,0,0,0.12);--fullWhite:#fff;--darkWhite:hsla(0,0%,100%,0.87);--lightWhite:hsla(0,0%,100%,0.54);--minWhite:hsla(0,0%,100%,0.26);--faintWhite:hsla(0,0%,100%,0.12)}
.ory-plugins-layout-background{background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;padding:12px;position:relative}.ory-plugins-layout-background>.ory-row{position:relative}.ory-plugins-layout-background__backstretch{position:absolute;top:0;left:0;right:0;bottom:0}:root{--red50:#ffebee;--red100:#ffcdd2;--red200:#ef9a9a;--red300:#e57373;--red400:#ef5350;--red500:#f44336;--red600:#e53935;--red700:#d32f2f;--red800:#c62828;--red900:#b71c1c;--redA100:#ff8a80;--redA200:#ff5252;--redA400:#ff1744;--redA700:#d50000;--pink50:#fce4ec;--pink100:#f8bbd0;--pink200:#f48fb1;--pink300:#f06292;--pink400:#ec407a;--pink500:#e91e63;--pink600:#d81b60;--pink700:#c2185b;--pink800:#ad1457;--pink900:#880e4f;--pinkA100:#ff80ab;--pinkA200:#ff4081;--pinkA400:#f50057;--pinkA700:#c51162;--purple50:#f3e5f5;--purple100:#e1bee7;--purple200:#ce93d8;--purple300:#ba68c8;--purple400:#ab47bc;--purple500:#9c27b0;--purple600:#8e24aa;--purple700:#7b1fa2;--purple800:#6a1b9a;--purple900:#4a148c;--purpleA100:#ea80fc;--purpleA200:#e040fb;--purpleA400:#d500f9;--purpleA700:#a0f;--deepPurple50:#ede7f6;--deepPurple100:#d1c4e9;--deepPurple200:#b39ddb;--deepPurple300:#9575cd;--deepPurple400:#7e57c2;--deepPurple500:#673ab7;--deepPurple600:#5e35b1;--deepPurple700:#512da8;--deepPurple800:#4527a0;--deepPurple900:#311b92;--deepPurpleA100:#b388ff;--deepPurpleA200:#7c4dff;--deepPurpleA400:#651fff;--deepPurpleA700:#6200ea;--indigo50:#e8eaf6;--indigo100:#c5cae9;--indigo200:#9fa8da;--indigo300:#7986cb;--indigo400:#5c6bc0;--indigo500:#3f51b5;--indigo600:#3949ab;--indigo700:#303f9f;--indigo800:#283593;--indigo900:#1a237e;--indigoA100:#8c9eff;--indigoA200:#536dfe;--indigoA400:#3d5afe;--indigoA700:#304ffe;--blue50:#e3f2fd;--blue100:#bbdefb;--blue200:#90caf9;--blue300:#64b5f6;--blue400:#42a5f5;--blue500:#2196f3;--blue600:#1e88e5;--blue700:#1976d2;--blue800:#1565c0;--blue900:#0d47a1;--blueA100:#82b1ff;--blueA200:#448aff;--blueA400:#2979ff;--blueA700:#2962ff;--lightBlue50:#e1f5fe;--lightBlue100:#b3e5fc;--lightBlue200:#81d4fa;--lightBlue300:#4fc3f7;--lightBlue400:#29b6f6;--lightBlue500:#03a9f4;--lightBlue600:#039be5;--lightBlue700:#0288d1;--lightBlue800:#0277bd;--lightBlue900:#01579b;--lightBlueA100:#80d8ff;--lightBlueA200:#40c4ff;--lightBlueA400:#00b0ff;--lightBlueA700:#0091ea;--cyan50:#e0f7fa;--cyan100:#b2ebf2;--cyan200:#80deea;--cyan300:#4dd0e1;--cyan400:#26c6da;--cyan500:#00bcd4;--cyan600:#00acc1;--cyan700:#0097a7;--cyan800:#00838f;--cyan900:#006064;--cyanA100:#84ffff;--cyanA200:#18ffff;--cyanA400:#00e5ff;--cyanA700:#00b8d4;--teal50:#e0f2f1;--teal100:#b2dfdb;--teal200:#80cbc4;--teal300:#4db6ac;--teal400:#26a69a;--teal500:#009688;--teal600:#00897b;--teal700:#00796b;--teal800:#00695c;--teal900:#004d40;--tealA100:#a7ffeb;--tealA200:#64ffda;--tealA400:#1de9b6;--tealA700:#00bfa5;--green50:#e8f5e9;--green100:#c8e6c9;--green200:#a5d6a7;--green300:#81c784;--green400:#66bb6a;--green500:#4caf50;--green600:#43a047;--green700:#388e3c;--green800:#2e7d32;--green900:#1b5e20;--greenA100:#b9f6ca;--greenA200:#69f0ae;--greenA400:#00e676;--greenA700:#00c853;--lightGreen50:#f1f8e9;--lightGreen100:#dcedc8;--lightGreen200:#c5e1a5;--lightGreen300:#aed581;--lightGreen400:#9ccc65;--lightGreen500:#8bc34a;--lightGreen600:#7cb342;--lightGreen700:#689f38;--lightGreen800:#558b2f;--lightGreen900:#33691e;--lightGreenA100:#ccff90;--lightGreenA200:#b2ff59;--lightGreenA400:#76ff03;--lightGreenA700:#64dd17;--lime50:#f9fbe7;--lime100:#f0f4c3;--lime200:#e6ee9c;--lime300:#dce775;--lime400:#d4e157;--lime500:#cddc39;--lime600:#c0ca33;--lime700:#afb42b;--lime800:#9e9d24;--lime900:#827717;--limeA100:#f4ff81;--limeA200:#eeff41;--limeA400:#c6ff00;--limeA700:#aeea00;--yellow50:#fffde7;--yellow100:#fff9c4;--yellow200:#fff59d;--yellow300:#fff176;--yellow400:#ffee58;--yellow500:#ffeb3b;--yellow600:#fdd835;--yellow700:#fbc02d;--yellow800:#f9a825;--yellow900:#f57f17;--yellowA100:#ffff8d;--yellowA200:#ff0;--yellowA400:#ffea00;--yellowA700:#ffd600;--amber50:#fff8e1;--amber100:#ffecb3;--amber200:#ffe082;--amber300:#ffd54f;--amber400:#ffca28;--amber500:#ffc107;--amber600:#ffb300;--amber700:#ffa000;--amber800:#ff8f00;--amber900:#ff6f00;--amberA100:#ffe57f;--amberA200:#ffd740;--amberA400:#ffc400;--amberA700:#ffab00;--orange50:#fff3e0;--orange100:#ffe0b2;--orange200:#ffcc80;--orange300:#ffb74d;--orange400:#ffa726;--orange500:#ff9800;--orange600:#fb8c00;--orange700:#f57c00;--orange800:#ef6c00;--orange900:#e65100;--orangeA100:#ffd180;--orangeA200:#ffab40;--orangeA400:#ff9100;--orangeA700:#ff6d00;--deepOrange50:#fbe9e7;--deepOrange100:#ffccbc;--deepOrange200:#ffab91;--deepOrange300:#ff8a65;--deepOrange400:#ff7043;--deepOrange500:#ff5722;--deepOrange600:#f4511e;--deepOrange700:#e64a19;--deepOrange800:#d84315;--deepOrange900:#bf360c;--deepOrangeA100:#ff9e80;--deepOrangeA200:#ff6e40;--deepOrangeA400:#ff3d00;--deepOrangeA700:#dd2c00;--brown50:#efebe9;--brown100:#d7ccc8;--brown200:#bcaaa4;--brown300:#a1887f;--brown400:#8d6e63;--brown500:#795548;--brown600:#6d4c41;--brown700:#5d4037;--brown800:#4e342e;--brown900:#3e2723;--blueGrey50:#eceff1;--blueGrey100:#cfd8dc;--blueGrey200:#b0bec5;--blueGrey300:#90a4ae;--blueGrey400:#78909c;--blueGrey500:#607d8b;--blueGrey600:#546e7a;--blueGrey700:#455a64;--blueGrey800:#37474f;--blueGrey900:#263238;--grey50:#fafafa;--grey100:#f5f5f5;--grey200:#eee;--grey300:#e0e0e0;--grey400:#bdbdbd;--grey500:#9e9e9e;--grey600:#757575;--grey700:#616161;--grey800:#424242;--grey900:#212121;--black:#000;--white:#fff;--transparent:transparent;--fullBlack:#000;--darkBlack:rgba(0,0,0,0.87);--lightBlack:rgba(0,0,0,0.54);--minBlack:rgba(0,0,0,0.26);--faintBlack:rgba(0,0,0,0.12);--fullWhite:#fff;--darkWhite:hsla(0,0%,100%,0.87);--lightWhite:hsla(0,0%,100%,0.54);--minWhite:hsla(0,0%,100%,0.26);--faintWhite:hsla(0,0%,100%,0.12)}
.slider-container{--progress-bar-height:4px;position:relative;width:100%}.slider-container:before{content:"";background-color:#272727;width:99%;height:calc(var(--progress-bar-height) - 1px);left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.progress-bar-cover,.slider-container:before{display:block;position:absolute;border-radius:10px;top:50%;pointer-events:none}.progress-bar-cover{background-color:#da3791;width:0;height:var(--progress-bar-height);-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:1;-webkit-user-select:none;user-select:none}.range{-webkit-appearance:none;background-color:rgba(240,9,9,.397);height:10px;width:100%;cursor:pointer;opacity:0;margin:0 auto}
.slider-container{--thumb-width:15px;--thumb-height:15px}.range::-webkit-slider-thumb{width:var(--thumb-width);height:var(--thumb-height);background:#350f2d;border:1px solid #000;border-radius:50%;cursor:pointer;-webkit-appearance:none}.thumb{width:var(--thumb-width);height:var(--thumb-height);box-shadow:0 0 5px rgba(0,0,0,.753);z-index:3;background:#fff;position:absolute;border-radius:50%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none;-webkit-user-select:none;user-select:none}
.btn-container{display:flex;justify-content:center;align-items:center;flex-grow:1}.btn-play{width:0;height:0;border-color:transparent transparent transparent #272727;border-style:solid;border-width:6px 0 6px 10px;cursor:pointer}.btn-stop{height:12px;width:10px;border-left:3px solid #272727;border-right:3px solid #272727;cursor:pointer}
.control-panel{padding:2px 0;display:flex;justify-content:space-between}.timer{font-size:10px;font-weight:200;color:#c4c4c4}
.music-player-app-container{width:165px;background-color:#fff;padding:8px;margin:5px;border-radius:15px;color:#272727;box-shadow:0 2px 2px -1px rgba(0,0,0,.08),0 2px 3px 0 rgba(0,0,0,.08),0 0 7px 0 rgba(0,0,0,.08)}.marquee{width:90px;margin:0 auto;white-space:nowrap;overflow:hidden;text-align:right;padding:0 5px;font-size:12px}.marquee span{display:inline-block;-webkit-animation-name:marquee;animation-name:marquee;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear;animation-direction:reverse}@-webkit-keyframes marquee{0%{-webkit-transform:translateX(0);transform:translateX(0)}40%,60%{-webkit-transform:translateX(calc(85px - 100%));transform:translateX(calc(85px - 100%))}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes marquee{0%{-webkit-transform:translateX(0);transform:translateX(0)}40%,60%{-webkit-transform:translateX(calc(85px - 100%));transform:translateX(calc(85px - 100%))}to{-webkit-transform:translateX(0);transform:translateX(0)}}
:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:inherit;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:rgba(0,0,0,0.5);--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:rgba(0,0,0,0.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:1.5em;width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio));height:1em;height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:1em;width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:rgba(0,0,0,.1);background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 1px rgba(0,0,0,.5),inset 0 0 0 1px rgba(0,0,0,.5);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:.8;opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:.65;opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:.35em;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:.3em;width:var(--PhoneInputCountrySelectArrow-width);height:.3em;height:var(--PhoneInputCountrySelectArrow-width);margin-left:.35em;margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-color:inherit;border-top:0 solid var(--PhoneInputCountrySelectArrow-color);border-bottom-width:1px;border-bottom:var(--PhoneInputCountrySelectArrow-borderWidth) solid var(--PhoneInputCountrySelectArrow-color);border-left:0 solid var(--PhoneInputCountrySelectArrow-color);border-right-width:1px;border-right:var(--PhoneInputCountrySelectArrow-borderWidth) solid var(--PhoneInputCountrySelectArrow-color);-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform:var(--PhoneInputCountrySelectArrow-transform);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:.45;opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 1px #03b2cb,inset 0 0 0 1px #03b2cb;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus)}

/*# sourceMappingURL=5.styles.5116b22ac0ed22a5c8fc.css.map*/