@charset "UTF-8";
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion: reduce), print{.animate__animated{-webkit-animation-duration:1ms !important;animation-duration:1ms !important;-webkit-transition-duration:1ms !important;transition-duration:1ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -30px, 0) scaleY(1.1);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -15px, 0) scaleY(1.05);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform:translateZ(0) scaleY(0.95);transform:translateZ(0) scaleY(0.95)}90%{-webkit-transform:translate3d(0, -4px, 0) scaleY(1.02);transform:translate3d(0, -4px, 0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -30px, 0) scaleY(1.1);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -15px, 0) scaleY(1.05);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform:translateZ(0) scaleY(0.95);transform:translateZ(0) scaleY(0.95)}90%{-webkit-transform:translate3d(0, -4px, 0) scaleY(1.02);transform:translate3d(0, -4px, 0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05, 1.05, 1.05);transform:scale3d(1.05, 1.05, 1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05, 1.05, 1.05);transform:scale3d(1.05, 1.05, 1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25, 0.75, 1);transform:scale3d(1.25, 0.75, 1)}40%{-webkit-transform:scale3d(0.75, 1.25, 1);transform:scale3d(0.75, 1.25, 1)}50%{-webkit-transform:scale3d(1.15, 0.85, 1);transform:scale3d(1.15, 0.85, 1)}65%{-webkit-transform:scale3d(0.95, 1.05, 1);transform:scale3d(0.95, 1.05, 1)}75%{-webkit-transform:scale3d(1.05, 0.95, 1);transform:scale3d(1.05, 0.95, 1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25, 0.75, 1);transform:scale3d(1.25, 0.75, 1)}40%{-webkit-transform:scale3d(0.75, 1.25, 1);transform:scale3d(0.75, 1.25, 1)}50%{-webkit-transform:scale3d(1.15, 0.85, 1);transform:scale3d(1.15, 0.85, 1)}65%{-webkit-transform:scale3d(0.95, 1.05, 1);transform:scale3d(0.95, 1.05, 1)}75%{-webkit-transform:scale3d(1.05, 0.95, 1);transform:scale3d(1.05, 0.95, 1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg);transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate(3deg);transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg);transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg);transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate(3deg);transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg);transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%, 0, 0) rotate(-5deg);transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%, 0, 0) rotate(3deg);transform:translate3d(20%, 0, 0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%, 0, 0) rotate(-3deg);transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%, 0, 0) rotate(2deg);transform:translate3d(10%, 0, 0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%, 0, 0) rotate(-1deg);transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%, 0, 0) rotate(-5deg);transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%, 0, 0) rotate(3deg);transform:translate3d(20%, 0, 0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%, 0, 0) rotate(-3deg);transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%, 0, 0) rotate(2deg);transform:translate3d(10%, 0, 0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%, 0, 0) rotate(-1deg);transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.39062deg) skewY(0.39062deg);transform:skewX(0.39062deg) skewY(0.39062deg)}88.8%{-webkit-transform:skewX(-0.19531deg) skewY(-0.19531deg);transform:skewX(-0.19531deg) skewY(-0.19531deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.39062deg) skewY(0.39062deg);transform:skewX(0.39062deg) skewY(0.39062deg)}88.8%{-webkit-transform:skewX(-0.19531deg) skewY(-0.19531deg);transform:skewX(-0.19531deg) skewY(-0.19531deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(0.7);transform:translateY(-1200px) scale(0.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(0.7);transform:translateY(0) scale(0.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(0.7);transform:translateY(-1200px) scale(0.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(0.7);transform:translateY(0) scale(0.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(0.7);transform:translateX(-2000px) scale(0.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(0.7);transform:translateX(0) scale(0.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(0.7);transform:translateX(-2000px) scale(0.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(0.7);transform:translateX(0) scale(0.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(0.7);transform:translateX(2000px) scale(0.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(0.7);transform:translateX(0) scale(0.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(0.7);transform:translateX(2000px) scale(0.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(0.7);transform:translateX(0) scale(0.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(0.7);transform:translateY(1200px) scale(0.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(0.7);transform:translateY(0) scale(0.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(0.7);transform:translateY(1200px) scale(0.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(0.7);transform:translateY(0) scale(0.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(0.7);transform:translateY(0) scale(0.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(0.7);transform:translateY(700px) scale(0.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(0.7);transform:translateY(0) scale(0.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(0.7);transform:translateY(700px) scale(0.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(0.7);transform:translateX(0) scale(0.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(0.7);transform:translateX(-2000px) scale(0.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(0.7);transform:translateX(0) scale(0.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(0.7);transform:translateX(-2000px) scale(0.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(0.7);transform:translateX(0) scale(0.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(0.7);transform:translateX(2000px) scale(0.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(0.7);transform:translateX(0) scale(0.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(0.7);transform:translateX(2000px) scale(0.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(0.7);transform:translateY(0) scale(0.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(0.7);transform:translateY(-700px) scale(0.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(0.7);transform:translateY(0) scale(0.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(0.7);transform:translateY(-700px) scale(0.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03, 1.03, 1.03);transform:scale3d(1.03, 1.03, 1.03)}80%{-webkit-transform:scale3d(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03, 1.03, 1.03);transform:scale3d(1.03, 1.03, 1.03)}80%{-webkit-transform:scale3d(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(0, -3000px, 0) scaleY(3);transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0, 25px, 0) scaleY(0.9);transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{-webkit-transform:translate3d(0, -10px, 0) scaleY(0.95);transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{-webkit-transform:translate3d(0, 5px, 0) scaleY(0.985);transform:translate3d(0, 5px, 0) scaleY(0.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(0, -3000px, 0) scaleY(3);transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0, 25px, 0) scaleY(0.9);transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{-webkit-transform:translate3d(0, -10px, 0) scaleY(0.95);transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{-webkit-transform:translate3d(0, 5px, 0) scaleY(0.985);transform:translate3d(0, 5px, 0) scaleY(0.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(-3000px, 0, 0) scaleX(3);transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px, 0, 0) scaleX(1);transform:translate3d(25px, 0, 0) scaleX(1)}75%{-webkit-transform:translate3d(-10px, 0, 0) scaleX(0.98);transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{-webkit-transform:translate3d(5px, 0, 0) scaleX(0.995);transform:translate3d(5px, 0, 0) scaleX(0.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(-3000px, 0, 0) scaleX(3);transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px, 0, 0) scaleX(1);transform:translate3d(25px, 0, 0) scaleX(1)}75%{-webkit-transform:translate3d(-10px, 0, 0) scaleX(0.98);transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{-webkit-transform:translate3d(5px, 0, 0) scaleX(0.995);transform:translate3d(5px, 0, 0) scaleX(0.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(3000px, 0, 0) scaleX(3);transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px, 0, 0) scaleX(1);transform:translate3d(-25px, 0, 0) scaleX(1)}75%{-webkit-transform:translate3d(10px, 0, 0) scaleX(0.98);transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{-webkit-transform:translate3d(-5px, 0, 0) scaleX(0.995);transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(3000px, 0, 0) scaleX(3);transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px, 0, 0) scaleX(1);transform:translate3d(-25px, 0, 0) scaleX(1)}75%{-webkit-transform:translate3d(10px, 0, 0) scaleX(0.98);transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{-webkit-transform:translate3d(-5px, 0, 0) scaleX(0.995);transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(0, 3000px, 0) scaleY(5);transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0, -20px, 0) scaleY(0.9);transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{-webkit-transform:translate3d(0, 10px, 0) scaleY(0.95);transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{-webkit-transform:translate3d(0, -5px, 0) scaleY(0.985);transform:translate3d(0, -5px, 0) scaleY(0.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(0, 3000px, 0) scaleY(5);transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0, -20px, 0) scaleY(0.9);transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{-webkit-transform:translate3d(0, 10px, 0) scaleY(0.95);transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{-webkit-transform:translate3d(0, -5px, 0) scaleY(0.985);transform:translate3d(0, -5px, 0) scaleY(0.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0, 10px, 0) scaleY(0.985);transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0, -20px, 0) scaleY(0.9);transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;-webkit-transform:translate3d(0, 2000px, 0) scaleY(3);transform:translate3d(0, 2000px, 0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0, 10px, 0) scaleY(0.985);transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0, -20px, 0) scaleY(0.9);transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;-webkit-transform:translate3d(0, 2000px, 0) scaleY(3);transform:translate3d(0, 2000px, 0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px, 0, 0) scaleX(0.9);transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0) scaleX(2);transform:translate3d(-2000px, 0, 0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px, 0, 0) scaleX(0.9);transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0) scaleX(2);transform:translate3d(-2000px, 0, 0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px, 0, 0) scaleX(0.9);transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0) scaleX(2);transform:translate3d(2000px, 0, 0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px, 0, 0) scaleX(0.9);transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0) scaleX(2);transform:translate3d(2000px, 0, 0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0, -10px, 0) scaleY(0.985);transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0, 20px, 0) scaleY(0.9);transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0) scaleY(3);transform:translate3d(0, -2000px, 0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0, -10px, 0) scaleY(0.985);transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0, 20px, 0) scaleY(0.9);transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0) scaleY(3);transform:translate3d(0, -2000px, 0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%, -100%, 0);transform:translate3d(-100%, -100%, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%, -100%, 0);transform:translate3d(-100%, -100%, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%, -100%, 0);transform:translate3d(100%, -100%, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%, -100%, 0);transform:translate3d(100%, -100%, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%, 100%, 0);transform:translate3d(-100%, 100%, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%, 100%, 0);transform:translate3d(-100%, 100%, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%, 100%, 0);transform:translate3d(100%, 100%, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%, 100%, 0);transform:translate3d(100%, 100%, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%, -100%, 0);transform:translate3d(-100%, -100%, 0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%, -100%, 0);transform:translate3d(-100%, -100%, 0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%, -100%, 0);transform:translate3d(100%, -100%, 0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%, -100%, 0);transform:translate3d(100%, -100%, 0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%, 100%, 0);transform:translate3d(100%, 100%, 0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%, 100%, 0);transform:translate3d(100%, 100%, 0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%, 100%, 0);transform:translate3d(-100%, 100%, 0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%, 100%, 0);transform:translate3d(-100%, 100%, 0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%, 0, 0) skewX(30deg);transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%, 0, 0) skewX(30deg);transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%, 0, 0) skewX(-30deg);transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%, 0, 0) skewX(-30deg);transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0, 700px, 0);transform:translate3d(0, 700px, 0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0, 700px, 0);transform:translate3d(0, 700px, 0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(0.1) rotate(30deg);transform:scale(0.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(0.1) rotate(30deg);transform:scale(0.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0) rotate(-120deg);transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0) rotate(-120deg);transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0) rotate(120deg);transform:translate3d(100%, 0, 0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0) rotate(120deg);transform:translate3d(100%, 0, 0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;-webkit-transform:scale(0.1) translate3d(-2000px, 0, 0);transform:scale(0.1) translate3d(-2000px, 0, 0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;-webkit-transform:scale(0.1) translate3d(-2000px, 0, 0);transform:scale(0.1) translate3d(-2000px, 0, 0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;-webkit-transform:scale(0.1) translate3d(2000px, 0, 0);transform:scale(0.1) translate3d(2000px, 0, 0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;-webkit-transform:scale(0.1) translate3d(2000px, 0, 0);transform:scale(0.1) translate3d(2000px, 0, 0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}html{scroll-behavior:smooth;height:100%;scroll-padding-top:72px}@media screen and (max-width: 1060px){html{scroll-padding-top:64px}}.patronite--new .btn--one-click{pointer-events:none}.patronite--new .btn--one-click.loaded{pointer-events:auto}.patronite--new.cke_editable{max-width:768px;margin:0 auto;width:100%;padding-left:12px;padding-right:12px}.patronite--new.author__about.cke_editable{max-width:804px}.patronite--new #fc_frame,.patronite--new #fc_frame.fc-widget-normal{z-index:99999998 !important}.patronite--new #fc_frame.fc-open,.patronite--new #fc_frame.fc-widget-normal.fc-open{z-index:99999999 !important}.patronite--new #fc_frame:not(.loaded){display:none}.patronite--new .patronite-landing-page__button-header{display:flex;justify-content:flex-end}@media only screen and (max-width: 65rem){.patronite--new .patronite-landing-page:not(.not-center){text-align:center}}.patronite--new .patronite-landing-page__lead-box{padding:80px 20px;background-color:#FBFBFB}.patronite--new .patronite-landing-page__lead-box p{line-height:28px;margin-bottom:0}.patronite--new .patronite-landing-page p{color:#404040;font-weight:300}@media only screen and (max-width: 65rem){.patronite--new .patronite-landing-page p{font-size:16px;text-align:center;line-height:27px}}@media only screen and (max-width: 65rem){.patronite--new .patronite-landing-page.not-center p{text-align:left}}.patronite--new .patronite-landing-page .section{display:flex;flex-direction:column;justify-content:center}.patronite--new .patronite-landing-page .section.is-default{padding:80px 20px}.patronite--new .patronite-landing-page .section.is-default p{line-height:28px}@media only screen and (max-width: 65rem){.patronite--new .patronite-landing-page .section.is-default{padding:24px 20px !important}}.patronite--new .patronite-landing-page .section.has-border{border-bottom:1px solid rgba(64,64,64,0.1)}.patronite--new .patronite-landing-page .section.slider{padding:130px 0}.patronite--new .patronite-landing-page .section.is-grey{background-color:#FBFBFB}.patronite--new .patronite-landing-page .section__title{font-family:Patronite IV, sans-serif;font-size:32px;font-weight:400;line-height:48px;padding-bottom:34px;margin-bottom:40px;position:relative;text-align:center}.patronite--new .patronite-landing-page .section__title.is-subtitle{margin-bottom:0}@media only screen and (max-width: 65rem){.patronite--new .patronite-landing-page .section__title{font-size:24px;line-height:31.2px}}.patronite--new .patronite-landing-page .section__title.hasBorder:after{content:'';background-color:#FF3300;width:80px;height:2px;display:block;position:absolute;bottom:20px;left:50%;transform:translateX(-50%)}.patronite--new .patronite-landing-page .section__title.hasBorder.border-complement:after{background-color:#106CE5}.patronite--new .patronite-landing-page .section__title.hasBorder.to-left:after{left:0;transform:none}@media only screen and (max-width: 65rem){.patronite--new .patronite-landing-page .section__title.hasBorder.to-left:after{left:50%;transform:translateX(-50%)}}.patronite--new .patronite-landing-page .section__subtitle{line-height:28px;text-align:center;display:block;margin-bottom:80px}@media only screen and (max-width: 65rem){.patronite--new .patronite-landing-page .section__subtitle{margin-bottom:24px !important}}.patronite--new .patronite-landing-page__section-img{min-height:570px;background-size:cover;background-position:center center;color:#404040;display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:258.5px}.patronite--new .patronite-landing-page__section-img.is-grey{background-color:#FBFBFB}.patronite--new .patronite-landing-page__section-img.blik{color:#fff;background-image:url(../../img/blik/bg.png)}.patronite--new .patronite-landing-page__section-img.blik p{color:#fff}.patronite--new .patronite-landing-page__section-img.bnp{margin-bottom:78px;background-image:url(../../img/landing/bnp/bg.jpg);min-height:800px;position:relative}@media only screen and (max-width: 65rem){.patronite--new .patronite-landing-page__section-img.bnp{background-image:url(../../img/landing/bnp/bg-mobile.jpg)}}.patronite--new .patronite-landing-page__section-img.bnp h1{margin-bottom:24px}.patronite--new .patronite-landing-page__section-img.bnp:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:linear-gradient(0deg, rgba(229,234,242,0) 50%, rgba(229,234,242,0.5) 100%)}.patronite--new .patronite-landing-page__section-img.bnp>.container{margin:-8% auto 0;z-index:2}@media only screen and (max-width: 65rem){.patronite--new .patronite-landing-page__section-img.bnp>.container{margin:0}}.patronite--new .patronite-landing-page__section-img.bnp>.container p{margin-bottom:0}@media only screen and (max-width: 65rem){.patronite--new .patronite-landing-page__section-img.bnp{min-height:600px;background-position:center bottom;margin-bottom:263px;align-items:flex-start;justify-content:flex-start;padding-top:24px}}@media only screen and (max-width: 65rem){.patronite--new .patronite-landing-page__section-img{margin-bottom:218.5px}}.patronite--new .patronite-landing-page__section-img h1{font-size:40px;text-align:center;line-height:52px;margin-bottom:48px;font-weight:400}@media only screen and (max-width: 65rem){.patronite--new .patronite-landing-page__section-img h1{font-size:32px;line-height:40px;margin-bottom:24px}}.patronite--new .patronite-landing-page__section-img p{color:#404040;text-align:center;font-weight:300;line-height:30px;margin-bottom:138.5px}@media only screen and (max-width: 65rem){.patronite--new .patronite-landing-page__section-img p{line-height:24px;font-size:16px}}.patronite--new .patronite-landing-page__section-why-patronite{height:786px;background-image:url(../../img/patronite-why/bg.png);background-size:cover;background-repeat:no-repeat;background-position:center right;border-bottom:1px solid rgba(64,64,64,0.1)}.patronite--new .patronite-landing-page__section-why-patronite p{max-width:792px;margin:0 auto 40px;width:100%;line-height:30px}.patronite--new .patronite-landing-page__section-why-patronite__actions{margin-bottom:105px}.patronite--new .patronite-landing-page__section-why-patronite__pills{display:flex;align-items:center;justify-content:space-between;max-width:1004px;margin:0 auto;width:100%;text-align:left}.patronite--new .patronite-landing-page__section-why-patronite__pills .pill:nth-child(2){margin-bottom:79px}@media only screen and (max-width: 65rem){.patronite--new .patronite-landing-page__section-why-patronite{height:auto;padding:16px 0}.patronite--new .patronite-landing-page__section-why-patronite__actions{margin-bottom:48px}.patronite--new .patronite-landing-page__section-why-patronite__pills{overflow-x:auto}.patronite--new .patronite-landing-page__section-why-patronite__pills .pill{margin-bottom:0 !important}.patronite--new .patronite-landing-page__section-why-patronite__pills .pill:not(:last-of-type){margin-right:20px}}.patronite--new .patronite-landing-page__section-why-this-rows{padding-top:138px}.patronite--new .patronite-landing-page__section-why-this-rows p{line-height:30px}.patronite--new .patronite-landing-page__section-why-this-rows.after-pills{padding-top:258px}.patronite--new .patronite-landing-page__section-why-this-rows.no-padding-top{padding-top:0 !important}.patronite--new .patronite-landing-page__section-why-this-rows.no-padding-top.is-top-bar{padding-top:34px !important}@media only screen and (max-width: 65rem){.patronite--new .patronite-landing-page__section-why-this-rows{padding-top:24px !important}.patronite--new .patronite-landing-page__section-why-this-rows.is-top-bar{padding-top:58px !important}.patronite--new .patronite-landing-page__section-why-this-rows.no-padding-top{padding-top:0 !important}.patronite--new .patronite-landing-page__section-why-this-rows.no-padding-top.is-top-bar{padding-top:34px !important}.patronite--new .patronite-landing-page__section-why-this-rows .row *{text-align:left}.patronite--new .patronite-landing-page__section-why-this-rows .row .patronite-landing-page__section-how-it-works__row--title{font-size:18px}}.patronite--new .patronite-landing-page__section-join-patronite{min-height:603px;background-image:url(../../img/patronite-why/bg-footer.png);background-size:cover;background-position:center bottom;background-repeat:no-repeat}.patronite--new .patronite-landing-page__section-join-patronite.bg-drawing{background-image:url(../../img/patronite-why/bg-footer-2.png)}.patronite--new .patronite-landing-page__section-join-patronite p{margin-bottom:48px;line-height:30px}@media only screen and (max-width: 65rem){.patronite--new .patronite-landing-page__section-join-patronite{min-height:0;padding:16px 0}}.patronite--new .patronite-landing-page__section-start{border-bottom:1px solid rgba(64,64,64,0.1);min-height:732px;background-color:#FBFBFB;background-image:url(../../img/patronite-audio/iphone-app.svg);background-repeat:no-repeat;background-position:117% center;background-size:contain}.patronite--new .patronite-landing-page__section-start p{margin-bottom:40px}.patronite--new .patronite-landing-page__section-start__title{font-size:40px;font-family:Patronite IV, sans-serif;line-height:52px;margin-bottom:40px;font-weight:normal}.patronite--new .patronite-landing-page__section-start__title.is-why{margin-top:120px}.patronite--new .patronite-landing-page__section-start__download-title{display:block;font-size:13px;line-height:30px;color:#404040;font-family:Patronite IV, sans-serif;font-weight:bold;margin-bottom:20px}@media only screen and (max-width: 65rem){.patronite--new .patronite-landing-page__section-start{background-image:none;padding:32px 20px;text-align:center;min-height:0;background-color:transparent;border:none}.patronite--new .patronite-landing-page__section-start__title{font-size:26px;line-height:33.8px}.patronite--new .patronite-landing-page__section-start__title.is-why{margin-top:0}}.patronite--new .patronite-landing-page__section-how-it-works{padding-top:85px}@media only screen and (max-width: 65rem){.patronite--new .patronite-landing-page__section-how-it-works{padding-top:0}}.patronite--new .patronite-landing-page__section-how-it-works .section__title{margin-bottom:100px}@media only screen and (max-width: 65rem){.patronite--new .patronite-landing-page__section-how-it-works .section__title{text-align:center;margin-bottom:44px}}.patronite--new .patronite-landing-page__section-how-it-works__row{padding:130px 0;background-repeat:no-repeat;background-size:142px}.patronite--new .patronite-landing-page__section-how-it-works__row .row{align-items:center;position:relative}.patronite--new .patronite-landing-page__section-how-it-works__row .row.is-start{align-items:flex-start}.patronite--new .patronite-landing-page__section-how-it-works__row img{max-width:100%;height:auto}.patronite--new .patronite-landing-page__section-how-it-works__row--inner-section:not(:last-of-type){margin-bottom:120px}.patronite--new .patronite-landing-page__section-how-it-works__row--action{color:#106CE5;font-weight:600;display:flex;align-items:center;text-decoration:none !important}.patronite--new .patronite-landing-page__section-how-it-works__row--action.is-inline{display:inline-flex}.patronite--new .patronite-landing-page__section-how-it-works__row--action:after{content:"";display:block;margin-left:8px;background-image:url(../../img/patronite-why/icons/arrow-1-right.png);background-repeat:no-repeat;background-position:center center;background-size:contain;width:16px;height:12px}.patronite--new .patronite-landing-page__section-how-it-works__row--action.is-brand{color:#DE330D}.patronite--new .patronite-landing-page__section-how-it-works__row--action.is-brand:after{background-image:url(../../img/patronite-why/icons/arrow-1-right-brand.png)}.patronite--new .patronite-landing-page__section-how-it-works__row--image{position:relative;display:inline-block}.patronite--new .patronite-landing-page__section-how-it-works__row--image.move{position:fixed;top:60px}.patronite--new .patronite-landing-page__section-how-it-works__row--image.bottom{position:absolute;bottom:0;top:unset}.patronite--new .patronite-landing-page__section-how-it-works__row--image--icon{width:80px;height:80px;border-radius:40px;display:flex;align-items:center;justify-content:center;background-color:#fff;box-shadow:0 15px 30px 0 #F5F5F5;position:absolute;bottom:39px;z-index:5}.patronite--new .patronite-landing-page__section-how-it-works__row--image--icon.is-gradient{box-shadow:none;color:#fff;font-size:18px;font-weight:bold;background:#d34023;background:linear-gradient(90deg, #d34023 0%, #d65173 100%)}.patronite--new .patronite-landing-page__section-how-it-works__row--image--icon img{width:48px;height:auto}.patronite--new .patronite-landing-page__section-how-it-works__row--image .pill{margin-top:40px}.patronite--new .patronite-landing-page__section-how-it-works__row--image .pill.absolute{margin-top:0;position:absolute;bottom:120px;left:-60px}@media only screen and (max-width: 65rem){.patronite--new .patronite-landing-page__section-how-it-works__row--image .pill.absolute{position:relative;bottom:45px;left:0}}@media only screen and (max-width: 65rem){.patronite--new .patronite-landing-page__section-how-it-works__row--image .pill{margin-top:0;bottom:25px;position:relative}}.patronite--new .patronite-landing-page__section-how-it-works__row--title{font-size:28px;font-family:Patronite IV, sans-serif;font-style:normal;font-weight:normal;line-height:48px;margin-bottom:24px}.patronite--new .patronite-landing-page__section-how-it-works__row--title.has-subtitle{margin-bottom:0px}@media only screen and (max-width: 65rem){.patronite--new .patronite-landing-page__section-how-it-works__row--title{font-size:16px;font-weight:600;margin-bottom:0}}.patronite--new .patronite-landing-page__section-how-it-works__row--subtitle{line-height:30px;font-size:16px;margin-bottom:24px;display:block}.patronite--new .patronite-landing-page__section-how-it-works__row--description{font-weight:300}.patronite--new .patronite-landing-page__section-how-it-works__row--description+.patronite-landing-page__section-how-it-works__row--action{margin-top:40px}.patronite--new .patronite-landing-page__section-how-it-works__row.grey{background-color:#FBFBFB}.patronite--new .patronite-landing-page__section-how-it-works__row:not(.reversed):nth-child(2n):not(:last-of-type):not(.no-arrows){background-image:url(../../img/patronite-audio/arrow-right.svg);background-position:88% 100%}.patronite--new .patronite-landing-page__section-how-it-works__row:not(.reversed):nth-child(2n) .patronite-landing-page__section-how-it-works__row--image--icon{right:0}.patronite--new .patronite-landing-page__section-how-it-works__row:not(.reversed):nth-child(2n+1):not(:last-of-type):not(.no-arrows){background-image:url(../../img/patronite-audio/arrow-left.svg);background-position:10% 100%}.patronite--new .patronite-landing-page__section-how-it-works__row:not(.reversed):nth-child(2n+1) .row{flex-direction:row-reverse;justify-content:flex-start}.patronite--new .patronite-landing-page__section-how-it-works__row:not(.reversed):nth-child(2n+1) .row .col-img{display:flex;justify-content:flex-end}.patronite--new .patronite-landing-page__section-how-it-works__row:not(.reversed):nth-child(2n+1) .row .col-img.col-md-6{justify-content:center}.patronite--new .patronite-landing-page__section-how-it-works__row:not(.reversed):nth-child(2n+1) .row .patronite-landing-page__section-how-it-works__row--image--icon{left:0}.patronite--new .patronite-landing-page__section-how-it-works__row:nth-child(2n+1) .patronite-landing-page__section-how-it-works__row--image--icon{right:0}.patronite--new .patronite-landing-page__section-how-it-works__row:nth-child(2n) .row{flex-direction:row-reverse;justify-content:flex-start}.patronite--new .patronite-landing-page__section-how-it-works__row:nth-child(2n) .row .col-img{display:flex;justify-content:flex-end}.patronite--new .patronite-landing-page__section-how-it-works__row:nth-child(2n) .row .col-img.col-md-6{justify-content:center}.patronite--new .patronite-landing-page__section-how-it-works__row:nth-child(2n) .row .patronite-landing-page__section-how-it-works__row--image--icon{left:0}@media only screen and (max-width: 65rem){.patronite--new .patronite-landing-page__section-how-it-works__row{background-image:none !important;padding:44px 0}.patronite--new .patronite-landing-page__section-how-it-works__row .col-img{text-align:center;display:block !important}}.patronite--new .patronite-landing-page__section-dark{background-color:#000000;min-height:456px;background-repeat:no-repeat;background-position:0% center;background-size:contain}.patronite--new .patronite-landing-page__section-dark.apple-car{background-image:url(../../img/patronite-audio/apple-carplay.png)}.patronite--new .patronite-landing-page__section-dark.sekielski{min-height:665px;background-image:url(../../img/patronite-why/bg-sek-desktop.png);background-size:cover;background-position:left center}@media only screen and (max-width: 65rem){.patronite--new .patronite-landing-page__section-dark.sekielski{background-position:top center;background-size:contain;background-color:#1C1C1C;background-image:url(../../img/patronite-why/bg-sek-mobile.png);min-height:900px;justify-content:flex-end !important;padding-bottom:20px}}.patronite--new .patronite-landing-page__section-dark.sekielski p{line-height:30px;font-style:italic;color:#D2D2D2;margin-bottom:48px}.patronite--new .patronite-landing-page__section-dark.sekielski .pill{width:316px;max-width:100%}.patronite--new .patronite-landing-page__section-dark.sekielski .pill__title{text-align:left}@media only screen and (max-width: 65rem){.patronite--new .patronite-landing-page__section-dark.sekielski .pill{margin:0 auto}}.patronite--new .patronite-landing-page__section-dark__title.section__title{text-align:left;color:#fff}@media only screen and (max-width: 65rem){.patronite--new .patronite-landing-page__section-dark__title.section__title{text-align:center}}.patronite--new .patronite-landing-page__section-dark p{color:#fff;font-weight:300}@media only screen and (max-width: 65rem){.patronite--new .patronite-landing-page__section-dark{background-position:top center;min-height:500px;justify-content:flex-end !important;padding-bottom:20px}}.patronite--new .patronite-landing-page__section-download-now{min-height:534px}@media only screen and (max-width: 65rem){.patronite--new .patronite-landing-page__section-download-now{min-height:618px;padding-top:21px}}.patronite--new .patronite-landing-page__section-download-now .container{position:relative;background-image:url(../../img/patronite-audio/iphone-app-bottom.svg);background-repeat:no-repeat;background-position:86% 20%;height:100%;flex:1;display:flex;align-items:center}@media only screen and (max-width: 65rem){.patronite--new .patronite-landing-page__section-download-now .container{background-size:480px;background-position:center -179%;align-items:flex-start}}.patronite--new .patronite-landing-page__section-download-now__title.section__title{text-align:left}@media only screen and (max-width: 65rem){.patronite--new .patronite-landing-page__section-download-now__title.section__title{font-size:21px !important;text-align:center}}.patronite--new .patronite-landing-page__footer{background-color:#3F3F3F;min-height:56px;padding:20px;display:flex;flex-direction:column;justify-content:center;color:#fff}.patronite--new .patronite-landing-page__footer .row{display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width: 65rem){.patronite--new .patronite-landing-page__footer .row{flex-direction:column;align-items:center}}.patronite--new .patronite-landing-page__footer p{font-size:14px;font-family:Patronite III, sans-serif;line-height:21px;font-style:italic;margin:0;color:#fff}@media only screen and (max-width: 65rem){.patronite--new .patronite-landing-page__footer p{text-align:left;margin-bottom:24px}}.patronite--new .patronite-landing-page__footer .social-icons{font-size:21px}.patronite--new .patronite-landing-page__footer .social-icons>a{color:#fff}.patronite--new .patronite-landing-page__footer .social-icons>a:not(:last-child){margin-right:20px}.patronite--new .patronite-landing-page .download-app{display:flex;align-items:center}.patronite--new .patronite-landing-page .download-app>a:not(:last-of-type){margin-right:35px}@media only screen and (max-width: 65rem){.patronite--new .patronite-landing-page .download-app{flex-direction:column}.patronite--new .patronite-landing-page .download-app>a{margin-right:0 !important}}.patronite--new .patronite-landing-page__box{display:flex;flex-direction:column;align-items:center}.patronite--new .patronite-landing-page__box--content{text-align:center}.patronite--new .patronite-landing-page__box--icon{margin-bottom:10px}.patronite--new .patronite-landing-page__box--title{font-size:21px;line-height:48px;margin-bottom:0}.patronite--new .patronite-landing-page__box--text{font-size:16px;line-height:24px !important}@media only screen and (max-width: 65rem){.patronite--new .patronite-landing-page__box--text{max-width:420px}}.patronite--new .patronite-landing-page__box--list{display:flex;flex-wrap:wrap}.patronite--new .patronite-landing-page__slider{position:relative;padding:0 60px}@media only screen and (max-width: 65rem){.patronite--new .patronite-landing-page__slider{padding:0}}.patronite--new .patronite-landing-page__slider--item{width:100%;text-align:center;display:flex;flex-direction:column;align-items:center}.patronite--new .patronite-landing-page__slider--text{font-style:italic;margin-bottom:40px;font-size:18px;line-height:27px;width:768px;max-width:100%}.patronite--new .patronite-landing-page__slider--author{display:flex;flex-direction:column;align-items:center;min-height:100px}.patronite--new .patronite-landing-page__slider--author img{margin-bottom:10px}.patronite--new .patronite-landing-page__slider--author--title,.patronite--new .patronite-landing-page__slider--author--sub-title{font-size:16px}.patronite--new .patronite-landing-page__slider--author--title{font-weight:600}.patronite--new .patronite-landing-page__slider--author--sub-title{font-weight:400;font-style:italic}.patronite--new .patronite-landing-page__slider .flickity-page-dots{bottom:-45px;left:0}.patronite--new .patronite-landing-page__slider .flickity-page-dots .dot{margin:0;padding:8px;width:auto;height:auto;background-color:transparent}.patronite--new .patronite-landing-page__slider .flickity-page-dots .dot:before{content:'';display:block;width:10px;height:10px;background-color:#D9D9D9;border-radius:5px}.patronite--new .patronite-landing-page__slider .flickity-page-dots .dot.is-selected:before{background-color:#106CE5}.patronite--new .patronite-landing-page__slider .flickity-prev-next-button{position:absolute;top:10px;width:40px;height:40px;background-color:#2B80EA;border-radius:20px;background-size:contain;background-repeat:no-repeat;background-position:center center;display:flex;align-items:center;justify-content:center;color:#fff}@media only screen and (max-width: 65rem){.patronite--new .patronite-landing-page__slider .flickity-prev-next-button{display:none !important}}.patronite--new .patronite-landing-page__slider .flickity-prev-next-button:before{font-family:icons_patronite !important;font-style:normal;font-weight:normal !important;vertical-align:top;font-size:18px}.patronite--new .patronite-landing-page__slider .flickity-prev-next-button[disabled]{background-color:#f5f5f5;color:#fff;opacity:1 !important}.patronite--new .patronite-landing-page__slider .flickity-prev-next-button.previous{right:calc(100% - 30px)}.patronite--new .patronite-landing-page__slider .flickity-prev-next-button.previous:before{content:"\f103"}.patronite--new .patronite-landing-page__slider .flickity-prev-next-button.next{left:calc(100% - 30px) !important;right:unset}.patronite--new .patronite-landing-page__slider .flickity-prev-next-button.next:before{content:"\f105"}.patronite--new .how-to .patronite-landing-page__section-how-it-works__row--title{margin-bottom:48px}.patronite--new .how-to .ih:not(:last-of-type){margin-bottom:56px}.patronite--new .blik-lp--points{display:flex;align-items:center;justify-content:space-between;padding:80px 0}@media only screen and (max-width: 65rem){.patronite--new .blik-lp--points{padding:40px 0;flex-direction:column;text-align:left;align-items:flex-start}}.patronite--new .blik-lp--points>div{padding:5px}.patronite--new .blik-lp--media-patron{background-color:#F9F9F9;border-radius:12px;display:flex;flex-direction:row;align-items:start;padding:40px}@media screen and (max-width: 65rem){.patronite--new .blik-lp--media-patron{padding:30px;flex-direction:column}}.patronite--new .blik-lp--media-patron img{margin-right:8px;width:80px}@media screen and (max-width: 65rem){.patronite--new .blik-lp--media-patron img{margin-right:0;margin-bottom:32px}}.patronite--new .blik-lp--media-patron--avatars{flex-direction:row;width:250px}@media screen and (max-width: 65rem){.patronite--new .blik-lp--media-patron--avatars{width:100%}}.patronite--new .blik-lp--media-patron--description{width:calc(100% - 40px)}.patronite--new .blik-lp--media-patron--description span{text-transform:uppercase;color:rgba(64,64,64,0.7);display:block;line-height:22px;font-size:13px;font-weight:400}.patronite--new .blik-lp--media-patron--description h3{margin-bottom:11px;font-size:28px;line-height:32px;color:#404040;font-weight:600;font-style:normal}@media screen and (max-width: 65rem){.patronite--new .blik-lp--media-patron--description h3{font-size:28px;margin-bottom:32px}}.patronite--new .blik-lp--media-patron--description p{font-size:16px;line-height:24px !important;margin-bottom:0}.patronite--new .blik-lp--media-patron--description .btn{margin-top:32px}@media screen and (max-width: 65rem){.patronite--new .blik-lp--media-patron--description{width:100%}}.patronite--new .actions-landing .table-lines{text-align:left}.patronite--new .actions-landing .no-margin-bottom{margin-bottom:0}@media only screen and (max-width: 65rem){.patronite--new .actions-landing .patronite-landing-page__section-join-patronite{padding:40px 0}}.patronite--new .actions-landing .patronite-landing-page__section p{line-height:30px}.patronite--new .actions-landing .patronite-landing-page__section,.patronite--new .actions-landing .patronite-landing-page__section-how-it-works__row{padding:80px 0}@media only screen and (max-width: 65rem){.patronite--new .actions-landing .patronite-landing-page__section,.patronite--new .actions-landing .patronite-landing-page__section-how-it-works__row{padding:40px 0}}@media only screen and (max-width: 65rem){.patronite--new.council--page .header-content--text h2{font-size:28px}}.patronite--new.council--page .patronite-landing-page__lead-box p{font-size:20px}.patronite--new .council{display:none}.patronite--new .council .row{margin-bottom:48px}@media only screen and (max-width: 65rem){.patronite--new .council .row{margin-bottom:24px}}.patronite--new .council--dates{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;margin-bottom:80px}@media only screen and (max-width: 65rem){.patronite--new .council--dates{margin-bottom:24px}}.patronite--new .council--btn{display:flex;align-items:center;justify-content:center;margin:4px;height:40px;padding:0 16px;font-size:14px;line-height:14px;appearance:none;color:#757575;background-color:rgba(234,234,234,0.7);transition:.3s all ease-in-out;text-align:center;border-radius:25px;cursor:pointer}.patronite--new .council--btn.is-current{background-color:#262626;color:#fff}.patronite--new .council--faq p{margin-bottom:64px}.patronite--new .council--faq a{text-decoration:none;color:#DE330D;font-weight:800}.patronite--new .modal-vote{width:540px !important;top:70px !important;transform:translateX(-50%) !important}.patronite--new .modal-vote.modal-award .modal__content__body{margin-bottom:0 !important;max-height:calc(100vh - 200px) !important}.patronite--new .modal-vote label{font-size:14px !important}@media screen and (max-width: 65rem){.patronite--new .modal-vote.modal.v2{z-index:9999999999;max-height:100vh !important;overflow-y:visible}}.patronite--new .modal-vote.modal.v2 .modal__content__body{max-height:calc(100vh - 300px) !important}@media screen and (max-width: 65rem){.patronite--new .modal-vote.modal.v2 .modal__content__body{overflow-y:auto !important}}.patronite--new .modal-vote .extra-info{font-size:11px;line-height:18px;color:#757575;font-weight:400}.patronite--new .modal-vote .extra-info a{color:#757575}.patronite--new .bnp-lp--wrapper.is-grey{overflow:auto;background-color:#FBFBFB}.patronite--new .bnp--award-body--header{border-radius:8px;overflow:hidden;margin-bottom:32px}.patronite--new .bnp--award-body--header .bnp-row{margin-bottom:0}.patronite--new .bnp--award-body--header img{display:block;max-width:100%;height:auto;width:auto}.patronite--new .bnp-row{display:flex;align-items:center;justify-content:space-between;padding:8px 16px 8px 8px;background-color:#F5F5F5;margin-bottom:24px}.patronite--new .bnp-row:not(.no-radius){border-radius:8px}.patronite--new .bnp-row--author{display:flex;align-items:center;font-size:14px;line-height:21px;color:#404040}.patronite--new .bnp-row img{width:40px;height:40px;border-radius:20px;margin-right:12px}.patronite--new .bnp-row--vote,.patronite--new .bnp-row--price{font-size:18px;line-height:24px}.patronite--new .bnp-row--vote{color:#106CE5}.patronite--new .bnp-row--price{color:#DEBB01;display:inline-flex;align-items:center}.patronite--new .bnp-row--price:before{content:"\f10d";font-family:icons_patronite !important;font-style:normal;font-weight:normal !important;vertical-align:top;background-color:#DEBB01;color:#fff;width:16px;height:16px;border-radius:8px;text-align:center;display:flex;align-items:center;justify-content:center;margin-right:6px;font-size:10px;box-sizing:border-box;padding-left:1px}.patronite--new .bnp--finalist{display:flex;flex-wrap:wrap;margin-left:-16px;margin-right:-16px}.patronite--new .bnp--finalist.is-winners .author__card{width:calc(20% - 32px);position:relative}@media screen and (max-width: 65rem){.patronite--new .bnp--finalist.is-winners .author__card{width:calc(50% - 32px)}}@media screen and (max-width: 41rem){.patronite--new .bnp--finalist.is-winners .author__card{width:100%}}.patronite--new .bnp--finalist.is-winners .author__card:before:not(.no-star){content:"\f10d";font-family:icons_patronite !important;font-style:normal;font-weight:normal !important;vertical-align:top;background-color:#DEBB01;color:#fff;width:24px;height:24px;border-radius:12px;text-align:center;display:flex;align-items:center;justify-content:center;position:absolute;top:8px;right:8px;z-index:9;font-size:16px;box-sizing:border-box;padding-left:1px}.patronite--new .bnp--finalist__container{width:1448px;max-width:100%;margin:0 auto;padding:0 20px}@media screen and (max-width: 41rem){.patronite--new .bnp--finalist{margin-left:0;margin-right:0}}.patronite--new .bnp--finalist .author__card{margin-left:16px;margin-right:16px;margin-bottom:32px;width:calc(25% - 32px)}@media screen and (max-width: 65rem){.patronite--new .bnp--finalist .author__card{width:calc(50% - 32px)}}@media screen and (max-width: 41rem){.patronite--new .bnp--finalist .author__card{width:100%;margin-left:0;margin-right:0}}.patronite--new .bnp--finalist .author__card .card__content--numbers>div span:first-of-type{font-weight:bold}.patronite--new .bnp--finalist .author__card .card__content--numbers>div span:nth-child(2){font-weight:400}.patronite--new .bnp-steps--single .tags--pill{background-color:rgba(30,192,54,0.1);color:#158927}.patronite--new .bnp-steps--single.is-active{opacity:1}.patronite--new .bnp-steps--single.is-active .tags--pill{background-color:rgba(74,130,232,0.1);color:#4A82E8}.patronite--new .bnp-steps--single.is-active ~ .bnp-steps--single{opacity:.4}.patronite--new .bnp-steps--single.is-active ~ .bnp-steps--single .tags--pill{background-color:#f0f0f0;color:#818181}.patronite--new .bnp-steps--single .tags--pill{font-weight:bold}.patronite--new .bnp-steps .icon-arrow-right{transform:rotate(90deg);margin:40px 0;display:inline-block;opacity:.4}@media screen and (max-width: 65rem){.patronite--new .bnp--contest p{text-align:left !important}}.patronite--new .bnp-plus{margin:0 45px;font-size:40px;font-weight:600}.patronite--new .bnp-numbers{display:flex;align-items:center;justify-content:space-between;text-align:center;font-weight:600;width:700px;margin:64px auto 0;max-width:100%}@media only screen and (max-width: 65rem){.patronite--new .bnp-numbers{flex-direction:column}.patronite--new .bnp-numbers>div{margin-bottom:40px}}.patronite--new .bnp-numbers span{display:block}.patronite--new .bnp-numbers--amount{color:#106CE5;font-size:32px}.patronite--new .bnp-numbers--text{color:#404040;font-size:18px}.patronite--new .bnp--form{padding:40px 48px;min-height:280px;align-items:center;display:flex;justify-content:center}.patronite--new .bnp--form .extra-info{opacity:0.8;font-size:12px;display:none}.patronite--new .bnp--form .form-check-list__item{display:inline-flex !important;flex-direction:column}.patronite--new .bnp--form .rm-button{align-self:flex-end;color:#106CE5}.patronite--new .bnp--form .ih{margin-bottom:0}.patronite--new .bnp--form .ih--icon .icon{font-size:24px}.patronite--new .bnp--form .ih--header{font-size:18px}.patronite--new .bnp--form .ih--sub-text{font-size:16px}.patronite--new .bnp--form .ih--sub-text .patronite-landing-page__section-how-it-works__row--action{justify-content:center}.patronite--new .bnp--form__vote .form-check-list__item{display:inline-flex !important;flex-direction:column}.patronite--new .bnp--form__section-title{font-size:18px;font-weight:bold;line-height:27px;display:block;margin-bottom:32px}.patronite--new .bnp--form__gutter{margin:-1rem -1rem 0;width:auto}.patronite--new .bnp--media-patron{margin-top:104px;background-color:#F9F9F9;border-radius:12px;display:flex;flex-direction:row;align-items:center;padding:40px}@media screen and (max-width: 65rem){.patronite--new .bnp--media-patron{padding:30px;flex-direction:column}}.patronite--new .bnp--media-patron>a{margin-right:40px;display:block}@media screen and (max-width: 65rem){.patronite--new .bnp--media-patron>a{margin-right:0;margin-bottom:32px}}.patronite--new .bnp--media-patron--description{width:calc(100% - 40px)}.patronite--new .bnp--media-patron--description span{text-transform:uppercase;color:rgba(64,64,64,0.7);display:block;line-height:22px;font-size:13px;font-weight:400}.patronite--new .bnp--media-patron--description h3{margin-bottom:11px;font-size:36px;line-height:47px;color:#404040;font-weight:600;font-style:normal}@media screen and (max-width: 65rem){.patronite--new .bnp--media-patron--description h3{font-size:28px;margin-bottom:32px}}.patronite--new .bnp--media-patron--description p{font-size:16px;line-height:24px !important;margin-bottom:0}@media screen and (max-width: 65rem){.patronite--new .bnp--media-patron--description{width:100%}}.patronite--new .drop-files.dz-drag-hover .drop-files--zone{border:1px dashed #106CE5}.patronite--new .drop-files .uploaded-file{position:relative;margin-bottom:16px}.patronite--new .drop-files .dz-remove:not(.new){display:none}.patronite--new .drop-files .dz-remove.new{position:absolute;right:0;top:24px;transform:translateY(-50%);cursor:pointer;height:18px}.patronite--new .drop-files .dz-progress{display:flex;align-items:center;width:100%;position:relative}.patronite--new .drop-files .dz-progress .ih{margin-bottom:0}.patronite--new .drop-files .dz-progress .progress-bar{position:absolute;top:100%;left:64px;width:calc(100% - 64px)}.patronite--new .drop-files--zone{display:flex;align-items:center;justify-content:center;flex-direction:column;pointer-events:none;width:100%;height:152px;border:1px dashed #d9d9d9;margin-bottom:16px;background-color:#fff;cursor:pointer}.patronite--new .drop-files--zone .icon{font-size:48px;color:#b3b3b3}.patronite--new .drop-files--zone span{display:block;text-align:center;font-size:14px;color:#919191;line-height:18px}.patronite--new .progress-bar{position:relative;width:100%;height:8px}.patronite--new .progress-bar--path{position:relative;height:8px;width:100%;border-radius:4px;overflow:hidden;background-color:#E5E5E5}.patronite--new .progress-bar--fill{background-color:#106CE5;height:8px}.patronite--new .form-error{display:block}.patronite--new .section-steps{border-top:1px solid rgba(64,64,64,0.1)}.patronite--new .awards-bnp{position:relative;margin-bottom:60px}.patronite--new .awards-bnp--cell{width:100%;min-height:500px;height:auto;display:flex;justify-content:center;align-items:center}.patronite--new .awards-bnp--cell img{max-width:none;display:block;margin:0 auto;border-radius:8px;overflow:hidden}.patronite--new .awards-bnp .flickity-button{top:50%;transform:translateY(-50%);width:50px;height:50px;background-color:rgba(16,108,229,0.1);border-radius:25px;transition:opacity ease-in-out .3s;opacity:1}.patronite--new .awards-bnp .flickity-button svg{display:none}.patronite--new .awards-bnp .flickity-button:after{content:"\f101";font-family:icons_patronite !important;font-style:normal;font-weight:normal !important;vertical-align:top;color:#106CE5;display:flex;align-items:center;justify-content:center}.patronite--new .awards-bnp .flickity-button.previous{right:100%}.patronite--new .awards-bnp .flickity-button.previous:after{transform:rotate(180deg)}.patronite--new .awards-bnp .flickity-button.next{left:100% !important;right:unset}.patronite--new .awards-bnp .flickity-button[disabled]{opacity:0 !important}.patronite--new .awards-bnp .flickity-page-dots{margin-top:32px}.patronite--new .awards-bnp .flickity-page-dots .dot{width:8px;height:8px;margin:0 4px;background:rgba(64,64,64,0.15)}.patronite--new .awards-bnp .flickity-page-dots .dot.is-selected{background-color:#106CE5}.patronite--new .contact_page .customer-service-section .icon-envelope{height:16px}.patronite--new .contact_page.patronite-landing-page__lead-box{background:#F7F7F7;padding-top:34px}.patronite--new .contact_page h3.headline{position:relative;font-family:"Patronite IV",sans-serif;line-height:48px;font-size:32px;letter-spacing:0;text-align:center;font-style:normal;font-weight:normal;color:#404040}.patronite--new .contact_page h3.headline:before{content:"";position:absolute;width:80px;height:2px;left:50%;bottom:-16px;transform:translateX(-50%);background:#227aef}.patronite--new .contact_page .section__element{position:relative;border-radius:8px;background-color:#FFFFFF}.patronite--new .contact_page .section__element__header .icon-container{position:absolute;display:flex;align-items:center;justify-content:center;left:14px;top:14px;width:40px;height:40px;background:rgba(33,122,239,0.05);border-radius:50%}.patronite--new .contact_page .section__element__header .icon-container .icon:before{font-size:1.0rem;color:#106CE5}.patronite--new .contact_page .section__element__header h3{color:#262626;font-size:16px;font-weight:500;letter-spacing:0;line-height:21px;font-style:normal;margin-bottom:6px}.patronite--new .contact_page .section__element span{color:#404040;font-family:"Patronite III",sans-serif;font-size:14px;letter-spacing:0;line-height:18px;font-weight:300;display:block;padding:3px 0}.patronite--new .contact_page .section__element a{color:#106CE5;font-size:14px;letter-spacing:0;line-height:18px}.patronite--new .contact_page .proposal-section{justify-content:center}.patronite--new .contact_page .proposal-section .section__element{margin:15px 0;padding:24px 15px 32px 72px}@media (min-width: 65rem){.patronite--new .contact_page .proposal-section .section__element{margin:30px}}@media (min-width: 65rem){.patronite--new .contact_page .proposal-section .section__element{max-width:420px;padding-right:35px}}.patronite--new .contact_page .proposal-section .section__element__header .icon-container .icon:before{font-size:1.5rem}.patronite--new .contact_page .proposal-section .section__element__header .icon-container .icon-diamond:before{font-size:1.2rem}.patronite--new .contact_page .proposal-section .section__element__header h2{padding:1px 0px;color:#262626;font-family:"Patronite III",sans-serif;font-size:16px;font-weight:500;letter-spacing:0;line-height:21px;margin-bottom:6px}.patronite--new .contact_page .proposal-section .section__element a{display:block;font-family:"Patronite III",sans-serif;font-size:18px;font-weight:600;margin-top:24px}.patronite--new .contact_page .form-container h3.headline{margin-top:48px;margin-bottom:56px}.patronite--new .contact_page .form-container .contact-information{position:relative;border-radius:8px;background-color:#F8F2F2;padding:16px 16px 16px 44px}.patronite--new .contact_page .form-container .contact-information .icon-container{position:absolute;left:16px;top:16px}.patronite--new .contact_page .form-container .contact-information .icon-container .icon:before{font-size:1.0rem;color:#D42E0C}.patronite--new .contact_page .form-container .contact-information p{color:#D42E0C;font-family:"Patronite III",sans-serif;font-size:13px;letter-spacing:0;line-height:17px;font-weight:normal}.patronite--new .contact_page .form-container .contact-information a{font-weight:600}.patronite--new .contact_page .form-container form{margin-top:24px;margin-bottom:64px;padding:32px 15px 30px 15px;background:white}.patronite--new .contact_page .form-container form .ss-single-selected .placeholder{color:#B3B2B3;font-weight:normal;font-size:18px;font-style:italic;line-height:23px}.patronite--new .contact_page .form-container form textarea{min-height:210px}.patronite--new .contact_page .form-container form textarea::placeholder{color:#B3B2B3;font-size:18px}@media (min-width: 65rem){.patronite--new .contact_page .form-container form textarea{min-height:367px}}@media (min-width: 500px){.patronite--new .contact_page .form-container form{padding:32px 40px 40px 40px}}.patronite--new .contact_page .form-container form input[type="submit"].btn-block{margin-top:40px;margin-bottom:0px}@media (min-width: 65rem){.patronite--new .contact_page .form-container form input[type="submit"].btn-block{width:auto;margin-left:auto}}.patronite--new .contact_page .customer-service{position:relative}.patronite--new .contact_page .customer-service h3.headline{margin-top:64px;margin-bottom:65px}@media (min-width: 91rem){.patronite--new .contact_page .customer-service{margin-left:-64px;margin-right:-64px}}.patronite--new .contact_page .customer-service-section{justify-content:space-around}@media (min-width: 91rem){.patronite--new .contact_page .customer-service-section{justify-content:space-between}}.patronite--new .contact_page .customer-service .section__element{padding:24px 16px 24px 72px;margin:15px 0px}@media (min-width: 65rem){.patronite--new .contact_page .customer-service .section__element{flex-basis:44%;max-width:44%}}@media (min-width: 91rem){.patronite--new .contact_page .customer-service .section__element{max-width:300px}}.patronite--new .contact_page .company-information{margin-top:60px}.patronite--new .contact_page .company-information h3.headline{margin-top:60px;margin-bottom:49px}.patronite--new .contact_page .company-information-section{justify-content:center}.patronite--new .contact_page .company-information .section__element{padding:24px 16px 24px 72px;margin:20px 0px;width:100%}@media (min-width: 65rem){.patronite--new .contact_page .company-information .section__element{max-width:420px}}.patronite--new .contact_page .company-information .section__element span{display:block}.patronite--new .profile-edit__lead{font-size:18px}@media screen and (max-width: 64rem){.patronite--new .profile-edit__qr-code{display:block;margin:0 auto}}.patronite--new .profile-edit__bank-account{display:inline-block;border-radius:4px;background-color:#EAEAEA;padding:9px 20px;font-weight:600;font-size:18px;line-height:35px;margin-top:8px}.patronite--new .profile-edit__banner{height:120px;background-color:#DE330D;display:flex;align-items:center;justify-content:center}.patronite--new .profile-edit__banner h1{margin:0;font-size:48px;text-align:center;font-weight:400;color:#fff}@media (max-width: 65rem){.patronite--new .profile-edit__banner h1{font-size:36px}}.patronite--new .profile-edit__page{background-color:#F7F7F7;font-size:16px;min-height:calc(100% - 584px)}.patronite--new .profile-edit__page.no-navbar{min-height:calc(100% - 534px)}.patronite--new .profile-edit__page .is-sticky{position:sticky;bottom:0;left:0;background-color:#F7F7F7;padding:5px 0}.patronite--new .profile-edit__page .both-sides{display:flex;justify-content:space-between}.patronite--new .profile-edit__page .both-sides>div{display:flex;align-items:center}.patronite--new .profile-edit__page .both-sides>div:first-of-type .btn{padding:0 !important}.patronite--new .profile-edit__page .both-sides>div:last-of-type .btn-semi-complement{padding:8px 17px !important}@media (max-width: 65rem){.patronite--new .profile-edit__page .both-sides{flex-direction:column}.patronite--new .profile-edit__page .both-sides>div{width:100%;justify-content:space-between}}.patronite--new .profile-edit__page .double-action{display:flex;justify-content:flex-end}@media (max-width: 65rem){.patronite--new .profile-edit__page .double-action{justify-content:space-between}.patronite--new .profile-edit__page .double-action .btn,.patronite--new .profile-edit__page .double-action form{min-width:0;width:calc(50% - 8px);margin:0}.patronite--new .profile-edit__page .double-action .btn.btn-light-grey,.patronite--new .profile-edit__page .double-action form.btn-light-grey{background-color:#B3B3B3;color:#fff}.patronite--new .profile-edit__page .double-action form .btn{width:100% !important}}.patronite--new .profile-edit__section{background:#F7F7F7;background:linear-gradient(90deg, #F7F7F7 50%, #eee 50%)}.patronite--new .profile-edit__section .backdrop{background-color:rgba(230,230,230,0.7);position:fixed;width:100%;height:100%;top:0;z-index:99999999;left:0}.patronite--new .profile-edit__section .backdrop.blur{backdrop-filter:blur(1px)}.patronite--new .profile-edit__section .backdrop+.container{position:relative;z-index:99999999}.patronite--new .profile-edit__section .backdrop+.container .is-main{background-color:transparent !important;padding-right:0}@media (max-width: 65rem){.patronite--new .profile-edit__section .backdrop+.container .is-main{padding-right:16px}}.patronite--new .profile-edit__section.is-single{background:#F7F7F7 !important}.patronite--new .profile-edit__section:last-of-type .profile-edit__container .is-main,.patronite--new .profile-edit__section:last-of-type .profile-edit__container .is-sidebar{padding-bottom:64px}@media (max-width: 65rem){.patronite--new .profile-edit__section:last-of-type .profile-edit__container .is-main,.patronite--new .profile-edit__section:last-of-type .profile-edit__container .is-sidebar{padding-bottom:32px}}.patronite--new .profile-edit__section__header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:29px}.patronite--new .profile-edit__section__header.is-slider{padding-right:98px}@media (max-width: 65rem){.patronite--new .profile-edit__section__header.is-slider .title{margin-bottom:0 !important}}.patronite--new .profile-edit__section__header--left{display:flex;align-items:center}.patronite--new .profile-edit__section__header--left .icon{margin-right:16px;display:inline-block}.patronite--new .profile-edit__section__header .align-center{align-items:center}.patronite--new .profile-edit__section__header .title{margin-bottom:0}@media (max-width: 65rem){.patronite--new .profile-edit__section__header .title{margin-bottom:10px}}.patronite--new .profile-edit__section__header .actions{display:flex;flex-direction:column;align-items:flex-end}@media (max-width: 65rem){.patronite--new .profile-edit__section__header .actions{align-items:normal;text-align:right;width:100%}}.patronite--new .profile-edit__section__header a{font-size:18px}.patronite--new .profile-edit__section__header a.profile-edit__section__header--mobile-close{height:22px;display:none;color:grey;opacity:0.7;font-size:22px}@media (max-width: 65rem){.patronite--new .profile-edit__section__header:not(.inline){flex-wrap:wrap}.patronite--new .profile-edit__section__header a.profile-edit__section__header--mobile-close{display:inline-block}.patronite--new .profile-edit__section__header a :not(.profile-edit__section__header--mobile-close){margin-top:10px;width:100%;text-align:right}}.patronite--new .profile-edit__section__subtitle{display:block;margin-bottom:23px;font-size:16px}@media (max-width: 65rem){.patronite--new .profile-edit__section{background:#F7F7F7 !important}}.patronite--new .profile-edit__container.is-small{max-width:1224px}.patronite--new .profile-edit__container.is-xs{max-width:1000px}.patronite--new .profile-edit__container .inner-section{padding-top:64px;padding-bottom:0}@media (max-width: 65rem){.patronite--new .profile-edit__container .inner-section{padding-top:32px;padding-bottom:32px}}.patronite--new .profile-edit__container .is-main,.patronite--new .profile-edit__container .is-sidebar{padding-top:64px;padding-bottom:0}@media (max-width: 65rem){.patronite--new .profile-edit__container .is-main,.patronite--new .profile-edit__container .is-sidebar{padding-top:32px;padding-bottom:32px}}.patronite--new .profile-edit__container .is-main{background-color:#F7F7F7;padding-right:32px}@media (max-width: 65rem){.patronite--new .profile-edit__container .is-main{padding-right:16px}}.patronite--new .profile-edit__container .is-sidebar{padding-left:32px;color:rgba(63,63,63,0.8);font-size:16px}.patronite--new .profile-edit__container .is-sidebar:not(.no-title){margin-top:60px}.patronite--new .profile-edit__container .is-sidebar a:not(.btn){display:inline;line-height:normal;color:rgba(63,63,63,0.8);position:relative;border-bottom:1px solid currentColor;text-decoration:none}.patronite--new .profile-edit__container .is-sidebar .btn-link{margin-bottom:4px}@media (max-width: 65rem){.patronite--new .profile-edit__container .is-sidebar{background-color:#eee;margin-top:0;padding-left:16px}.patronite--new .profile-edit__container .is-sidebar:empty{padding-top:0 !important;padding-bottom:0 !important}}@media (max-width: 65rem){.patronite--new .profile-edit__container{padding-left:0;padding-right:0}}.patronite--new .profile-edit__container p .btn-link{margin-left:8px;margin-right:8px}.patronite--new .profile-edit__goal__actions,.patronite--new .profile-edit__threshold__actions{display:flex;align-items:center}.patronite--new .profile-edit__goal__actions a,.patronite--new .profile-edit__goal__actions input[type=submit],.patronite--new .profile-edit__goal__actions button,.patronite--new .profile-edit__threshold__actions a,.patronite--new .profile-edit__threshold__actions input[type=submit],.patronite--new .profile-edit__threshold__actions button{font-size:14px;background-color:transparent;color:#106CE5;cursor:pointer;font-weight:600}.patronite--new .profile-edit__threshold .marker{position:absolute;top:8px;right:8px;z-index:9}.patronite--new .profile-edit__threshold .box--content{overflow:hidden;word-break:break-word;display:flex;flex-direction:column;align-items:flex-end;min-height:104px}.patronite--new .profile-edit__threshold .box--content p{min-height:57px;width:100%}.patronite--new .profile-edit__threshold .box--recommended{background-color:#106CE5;text-align:center;font-weight:600;color:#fff !important;font-size:12px;line-height:18px;padding:1px 0;border-radius:8px 8px 0 0;position:absolute;bottom:calc(100% - 10px);left:-1px;width:calc(100% + 2px);z-index:99}.patronite--new .profile-edit__threshold .box--header{position:relative;border-bottom:0;text-align:center}.patronite--new .profile-edit__threshold .box--header{padding:25px 16px}.patronite--new .profile-edit__threshold .box--footer{padding:16px}.patronite--new .profile-edit__threshold .box--main-image{position:relative;overflow:hidden;border-radius:8px 8px 0 0;border-bottom:1px solid #d9d9d9}.patronite--new .profile-edit__threshold .box--main-image picture{width:100%;height:auto;overflow:hidden}.patronite--new .profile-edit__threshold .box--main-image picture img{width:100%;height:auto;display:block}.patronite--new .profile-edit__threshold--posts{margin-top:32px}.patronite--new .profile-edit__threshold--posts__info{font-size:16px}.patronite--new .profile-edit__threshold--posts>label{font-weight:normal;font-size:18px;margin-bottom:18px;display:block}.patronite--new .profile-edit__threshold--posts+.actions{margin-top:24px}.patronite--new .profile-edit__threshold--form{display:flex;flex-direction:row;align-items:flex-start}.patronite--new .profile-edit__threshold--form .form-control{margin-bottom:0}.patronite--new .profile-edit__threshold--form .monthly,.patronite--new .profile-edit__threshold--form .limit{width:50%}.patronite--new .profile-edit__threshold--form .monthly{margin-right:32px}@media (max-width: 65rem){.patronite--new .profile-edit__threshold--form{flex-direction:column;justify-content:flex-start}.patronite--new .profile-edit__threshold--form .monthly,.patronite--new .profile-edit__threshold--form .limit{width:100%;margin-right:0}.patronite--new .profile-edit__threshold--form .form-control:not(:last-of-type){margin-bottom:18px}}.patronite--new .profile-edit__threshold--list{display:flex;flex-wrap:wrap;margin-left:-16px;margin-right:-16px;align-items:flex-start}.patronite--new .profile-edit__threshold--list .box{margin-left:16px;margin-right:16px;margin-bottom:32px;width:calc(33.3334% - 32px)}@media (max-width: 65rem){.patronite--new .profile-edit__threshold--list{flex-wrap:wrap !important;margin-left:0;margin-right:0}.patronite--new .profile-edit__threshold--list .box{margin-left:0;margin-right:0;width:100%}.patronite--new .profile-edit__threshold--list .box:last-of-type{margin-bottom:0}}.patronite--new .profile-edit__threshold.recommended{border-color:#106CE5 !important}.patronite--new .profile-edit__threshold.recommended .marker{top:12px !important}.patronite--new .profile-edit__threshold.locked .icon-lock{color:#BABABA !important;font-size:18px}.patronite--new .profile-edit__threshold.locked .box--hover input[type="submit"]{position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;cursor:pointer;font-weight:600;font-size:18px}.patronite--new .profile-edit__goal{padding:24px;display:flex;align-items:center;justify-content:space-between}@media (max-width: 65rem){.patronite--new .profile-edit__goal{align-items:flex-start;padding:12px}.patronite--new .profile-edit__goal__actions{margin-left:10px}}.patronite--new .profile-edit__goal__title{font-weight:600;font-size:18px;margin-bottom:12px}.patronite--new .profile-edit__goal__content{display:flex;align-items:flex-end;font-size:18px;font-weight:400}.patronite--new .profile-edit__goal__content span .number{white-space:nowrap;margin-bottom:-3px;display:block}.patronite--new .profile-edit__goal__content span:not(:last-of-type){margin-right:30px}.patronite--new .profile-edit__goal__content small{font-size:10px;font-weight:600}.patronite--new .profile-edit__goal__content small.completed{white-space:nowrap}.patronite--new .profile-edit__goal--list .box{margin-bottom:7px}.patronite--new .profile-edit__goal--form{display:flex;flex-direction:row;align-items:flex-start}.patronite--new .profile-edit__goal--form .form-control{margin-bottom:0}.patronite--new .profile-edit__goal--form .title{width:70%;margin-right:32px}.patronite--new .profile-edit__goal--form .amount{width:30%}@media (max-width: 65rem){.patronite--new .profile-edit__goal--form{flex-direction:column;justify-content:flex-start}.patronite--new .profile-edit__goal--form .title,.patronite--new .profile-edit__goal--form .amount{width:100%;margin-right:0}.patronite--new .profile-edit__goal--form .form-control:not(:last-of-type){margin-bottom:18px}}.patronite--new .profile-edit__goal--order,.patronite--new .profile-edit__goal--type{display:flex;flex-wrap:nowrap !important;margin-left:-16px;margin-right:-16px}.patronite--new .profile-edit__goal--order .form-check-list__item,.patronite--new .profile-edit__goal--type .form-check-list__item{margin-left:16px;margin-right:16px;width:50%}.patronite--new .profile-edit__goal--order label,.patronite--new .profile-edit__goal--type label{min-width:0 !important;width:100%}@media (max-width: 65rem){.patronite--new .profile-edit__goal--order,.patronite--new .profile-edit__goal--type{flex-wrap:wrap !important;margin-left:0;margin-right:0}.patronite--new .profile-edit__goal--order .form-check-list__item,.patronite--new .profile-edit__goal--type .form-check-list__item{margin-left:0;margin-right:0;width:100%}}.patronite--new .profile-edit__goal--order label{line-height:24px !important}.patronite--new .profile-edit__info-text{font-size:14px;line-height:16px;display:flex;align-items:center;color:#757575;margin-bottom:0}.patronite--new .profile-edit__info-text .icon{margin-right:8px;font-size:16px;color:#757575;flex-shrink:0}.patronite--new .two-row-menu--inner-wrapper{display:inline-flex;align-items:center}@media (max-width: 65rem){.patronite--new .two-row-menu--preview{padding:7px 20px !important;min-height:32px !important;font-size:16px !important;border-radius:4px;margin:0}}.patronite--new .two-row-menu--dashboard{flex-shrink:0;margin-left:16px;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:16px;background-color:rgba(38,38,38,0.1);color:#000;font-size:14px;cursor:pointer;transition:.3s all ease-in-out}.patronite--new .two-row-menu--dashboard i{padding-left:1px}.patronite--new .two-row-menu--dashboard:hover:not(.is-active){background-color:rgba(61,120,231,0.1);color:#106CE5}.patronite--new .two-row-menu--dashboard.is-active{color:#fff;background-color:#106CE5;border-color:transparent}.patronite--new .table-responsive{overflow-y:hidden}.patronite--new .profile-edit__balance--main,.patronite--new .profile-edit__balance--summary .title{font-weight:600;color:#106CE5}.patronite--new .profile-edit__balance--main{font-size:48px}.patronite--new .profile-edit__balance--main+span{font-weight:400}.patronite--new .profile-edit__balance--summary .title{display:block;font-family:"Patronite IV",sans-serif;font-size:33px;line-height:normal;white-space:nowrap}.patronite--new .profile-edit__balance--summary .sub-title{font-weight:400;font-size:16px}.patronite--new .profile-edit__balance--summary__bottom{margin-top:16px;display:flex;align-items:flex-start}.patronite--new .profile-edit__balance--summary__bottom>div:not(:last-of-type){margin-right:40px}@media (max-width: 65rem){.patronite--new .profile-edit__balance--summary__bottom>div:not(:last-of-type){margin-right:0}}.patronite--new .profile-edit__balance--summary__info{color:#757575;font-size:12px;line-height:18px}.patronite--new .profile-edit__balance--summary__info--title,.patronite--new .profile-edit__balance--summary__info--sub-title{display:block}.patronite--new .profile-edit__balance--summary__info--title{font-weight:400}.patronite--new .profile-edit__balance--summary__info--sub-title{font-weight:700}.patronite--new .profile-edit__balance--summary__list{margin-top:20px;display:flex;flex-wrap:wrap;margin-left:-16px;margin-right:-16px}.patronite--new .profile-edit__balance--summary__list .profile-edit__balance--summary{margin-left:16px;margin-right:16px;margin-bottom:26px;width:calc(33.3334% - 32px)}@media (max-width: 65rem){.patronite--new .profile-edit__balance--summary__list{flex-wrap:wrap !important;margin-left:0;margin-right:0}.patronite--new .profile-edit__balance--summary__list .profile-edit__balance--summary{margin-left:0;margin-right:0;width:100%}.patronite--new .profile-edit__balance--summary__list .profile-edit__balance--summary:last-of-type{margin-bottom:0}}.patronite--new .profile-edit__form-inline{display:flex;align-items:center}.patronite--new .profile-edit__form-inline>span{font-weight:400}.patronite--new .profile-edit__form-inline form,.patronite--new .profile-edit__form-inline>.form-control{margin-left:20px}.patronite--new .profile-edit__payment-methods--box{width:50%}.patronite--new .profile-edit__payment-methods--box .color-success{color:#12AF69 !important}.patronite--new .profile-edit__payment-methods--box.locked{background-color:#F9F9F9}.patronite--new .profile-edit__payment-methods--box__in{display:flex;align-items:center}.patronite--new .profile-edit__payment-methods--box__icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid #d8d8d8;padding:8px;margin-right:8px}.patronite--new .profile-edit__payment-methods--box__icon img{max-width:100%;height:auto}.patronite--new .profile-edit__payment-methods--box__name,.patronite--new .profile-edit__payment-methods--box__suffix{font-weight:400}.patronite--new .profile-edit__payment-methods--box__name,.patronite--new .profile-edit__payment-methods--box__amount{font-size:14px}.patronite--new .profile-edit__payment-methods--box__amount{font-weight:700}.patronite--new .profile-edit__payment-methods--box__suffix{opacity:.8;font-size:12px}.patronite--new .profile-edit__payment-methods--box__header,.patronite--new .profile-edit__payment-methods--box__footer{display:flex;align-items:center;justify-content:space-between}.patronite--new .profile-edit__payment-methods--box__header{margin-bottom:32px}.patronite--new .profile-edit__payment-methods--box__footer:empty{background-color:transparent !important}.patronite--new .profile-edit__payment-methods--box__footer i{color:#757575}.patronite--new .profile-edit__payment-methods--box__footer--reason{margin-top:16px;padding:16px 32px;margin-left:-32px;margin-right:-32px;background-color:#F5F5F5;width:auto !important}.patronite--new .profile-edit__payment-methods--box__footer--reason .rm-button{font-weight:600;color:#106CE5 !important;text-decoration:none;font-size:14px;margin-top:10px}.patronite--new .profile-edit__payment-methods--box__footer--reason__title{font-weight:700;margin-bottom:10px}.patronite--new .profile-edit__payment-methods--box__footer--reason ul{padding-left:0}.patronite--new .profile-edit__payment-methods--box__footer--reason ul li{padding-left:18px;position:relative}.patronite--new .profile-edit__payment-methods--box__footer--reason ul li:before{content:"—";display:inline-block;position:absolute;left:0;top:0}.patronite--new .profile-edit__payment-methods--box__footer--reason__actions{display:flex;justify-content:flex-end}.patronite--new .profile-edit__payment-methods--box__footer--reason__actions .btn-semi-complement span{border-bottom:2px solid #7FE8FD;color:#106CE5 !important}.patronite--new .profile-edit__payment-methods--box__footer--reason__actions .btn-semi-complement .icon{color:#106CE5 !important}.patronite--new .profile-edit__payment-methods--box__footer.at-top{align-items:flex-start}.patronite--new .profile-edit__payment-methods--box__footer .icon{font-size:22px}.patronite--new .profile-edit__payment-methods--box__footer .btn-semi-complement span{border-bottom:2px solid #7FE8FD;color:#106CE5 !important}.patronite--new .profile-edit__payment-methods--box__footer .btn-semi-complement .icon{color:#106CE5 !important}.patronite--new .profile-edit__payment-methods--box__type{color:gray;text-transform:uppercase;font-weight:600;font-size:12px;display:flex;align-items:center}.patronite--new .profile-edit__payment-methods--box__type .icon{font-size:24px;color:#B3B3B3}.patronite--new .profile-edit__payment-methods--box__sub{font-size:16px;line-height:21px !important}.patronite--new .profile-edit__payment-methods--box__commition{font-weight:700;font-size:28px;line-height:normal}.patronite--new .profile-edit__payment-methods--box__commition--suffix{font-size:16px}.patronite--new .profile-edit__payment-methods--box .box--content{display:flex;align-items:center;justify-content:space-between}.patronite--new .profile-edit__payment-methods--box.is-big .box--content{padding:32px;display:flex;height:100%;flex-direction:column;align-items:flex-start}.patronite--new .profile-edit__payment-methods--box.is-big .box--content>*{width:100%}.patronite--new .profile-edit__payment-methods--box.is-big .box--content p{margin-bottom:24px;line-height:18px}.patronite--new .profile-edit__payment-methods--box.is-big .profile-edit__payment-methods--box__name{font-size:18px;font-weight:600}.patronite--new .profile-edit__payment-methods--box__content{padding:20px;flex-direction:column;display:flex;align-items:center;justify-content:center;width:100%}.patronite--new .profile-edit__payment-methods--box__content--info{text-align:center;font-size:12px;font-weight:400}.patronite--new .profile-edit__payment-methods--box__content--info:not(:last-of-type){margin-bottom:13px}.patronite--new .profile-edit__payment-methods--box__content--info__amount{font-size:14px}.patronite--new .profile-edit__payment-methods--box__content--info__amount.bold{font-size:18px;font-weight:700}.patronite--new .profile-edit__payment-methods--box.is-horizontal .box--content{padding:0;align-items:unset}.patronite--new .profile-edit__payment-methods--box.is-horizontal .profile-edit__payment-methods--box__header{margin-bottom:0;width:40%;justify-content:center;align-items:center}.patronite--new .profile-edit__payment-methods--box.is-horizontal .profile-edit__payment-methods--box__content{width:60%;background-color:#FAFAFA;align-items:flex-start;text-align:left;padding:32px}.patronite--new .profile-edit__payment-methods--box.is-horizontal .profile-edit__payment-methods--box__content--info{text-align:left}.patronite--new .profile-edit__payment-methods--box.is-column{border-radius:8px;overflow:hidden;background-color:#FAFAFA}.patronite--new .profile-edit__payment-methods--box.is-column .box--content{display:flex;align-items:center;flex-direction:column;justify-content:flex-start;background-color:#FAFAFA;padding:0}.patronite--new .profile-edit__payment-methods--box.is-column .profile-edit__payment-methods--box__header,.patronite--new .profile-edit__payment-methods--box.is-column .profile-edit__payment-methods--box__footer{height:80px;margin-bottom:0;background-color:#fff}.patronite--new .profile-edit__payment-methods--box.is-column .profile-edit__payment-methods--box__footer{padding:0 20px}.patronite--new .profile-edit__payment-methods--box.is-column .profile-edit__payment-methods--box__header,.patronite--new .profile-edit__payment-methods--box.is-column .profile-edit__payment-methods--box__footer,.patronite--new .profile-edit__payment-methods--box.is-column .profile-edit__payment-methods--box__content{display:flex;align-items:center;justify-content:center;width:100%}.patronite--new .profile-edit__payment-methods--box__list{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px}.patronite--new .profile-edit__payment-methods--box__list.small{margin-top:32px}.patronite--new .profile-edit__payment-methods--box__list .box{margin-left:12px;margin-right:12px;margin-bottom:24px;width:calc(50% - 24px)}.patronite--new .profile-edit__payment-methods--box__list.is-narrow .box{width:calc(25% - 24px)}@media (max-width: 65rem){.patronite--new .profile-edit__payment-methods--box__list{flex-wrap:wrap !important;margin-left:0;margin-right:0}.patronite--new .profile-edit__payment-methods--box__list .box{margin-left:0;margin-right:0;width:100% !important}.patronite--new .profile-edit__payment-methods--box__list .box:last-of-type{margin-bottom:0}}.patronite--new .withdraw-modal{width:528px !important;max-width:100% !important}.patronite--new .withdraw-modal .profile-edit__payment-methods--box{margin:0 auto 32px;width:100%}.patronite--new .withdraw-modal--wrapper{display:flex}.patronite--new .withdraw-modal--input{width:40%}.patronite--new .withdraw-modal--text{width:60%;padding-left:32px}@media (max-width: 65rem){.patronite--new .withdraw-modal--wrapper{flex-wrap:wrap}.patronite--new .withdraw-modal--input,.patronite--new .withdraw-modal--text{width:100%}.patronite--new .withdraw-modal--input{margin-bottom:20px}.patronite--new .withdraw-modal--text{padding-left:0}}.patronite--new .profile-edit__email-template{width:calc(100% - 2px)}.patronite--new .profile-edit__email-template tr.off{background-color:#FAFAFA;color:#797979}.patronite--new .profile-edit__email-template td{vertical-align:top}.patronite--new .profile-edit__email-template .btn-semi-complement{font-size:14px}.patronite--new .profile-edit__email-template--threshold{display:flex;flex-wrap:wrap;max-width:200px}.patronite--new .profile-edit__email-template--threshold span:not(:last-of-type){border-right:1px solid #EAEAEA;margin-right:8px;padding-right:8px}.patronite--new .profile-edit__email-template--actions{display:inline-flex}.patronite--new .profile-edit__email-template--actions a{margin-right:16px}.patronite--new .moderator--list .box-bar__actions .btn:not(:last-of-type){margin-right:16px}.patronite--new .moderator--list .box-bar__actions .accordion-mobile-menu{margin-left:16px}@media (max-width: 65rem){.patronite--new .moderator--list .box-bar{align-items:normal}}@media screen and (max-width: 65rem){.patronite--new .moderator--list .box-bar__content{width:100%}}.patronite--new .moderator--roles{display:flex;align-items:center;padding-left:0;margin-top:2px}@media screen and (max-width: 65rem){.patronite--new .moderator--roles{display:block}}.patronite--new .moderator--roles__single{padding:0 8px;line-height:24px}@media screen and (max-width: 65rem){.patronite--new .moderator--roles__single{padding-left:0}}.patronite--new .moderator--roles__single:first-child{padding-left:0}.patronite--new .moderator--roles__single:not(:last-of-type){border-right:1px solid #EAEAEA}.patronite--new .moderator--nav{position:absolute;left:280px;top:50%;transform:translateY(-50%);display:flex;align-items:center}@media screen and (max-width: 65rem){.patronite--new .moderator--nav{top:100%;left:0;transform:none;width:100%;background-color:rgba(231,231,231,0.9);padding:10px;flex-direction:column;justify-content:flex-start;align-items:flex-start}}@media screen and (max-width: 65rem){.patronite--new .moderator--nav__actions{width:100%;margin-top:8px;display:flex;align-items:center}}.patronite--new .moderator--nav__name{margin-right:30px;display:flex;align-items:center}.patronite--new .moderator--nav__name i{font-size:40px;margin-right:14.5px}.patronite--new .moderator--nav__name>div{color:#5E5E5E;font-weight:600;font-size:14px}.patronite--new .moderator--nav__name>div span{display:block;font-size:24px;font-family:"Patronite IV",sans-serif;font-weight:400;color:#404040}.patronite--new .profile-edit__active-patrons--sort{display:flex;justify-content:flex-end;align-items:flex-end}.patronite--new .profile-edit__active-patrons--sort form{min-width:255px}.patronite--new .profile-edit__active-patrons--sort .ss-main{margin-bottom:15px}@media (max-width: 65rem){.patronite--new .profile-edit__active-patrons--sort form{min-width:0;width:100%}}@media screen and (min-width: 65rem){.patronite--new .blog-post--form .padding-left{padding-left:20px !important}}.patronite--new .blog-post--categories{margin-bottom:40px}.patronite--new .section-form{margin-bottom:40px}.patronite--new .section-form>h3{font-size:18px;line-height:24px;font-weight:400;font-style:normal}.patronite--new .page-banner{font-family:"Patronite III";display:flex;align-items:center;justify-content:space-between;padding:24px;border-radius:8px;border:1px solid rgba(217,217,217,0.5);margin-top:32px;background-color:#fff}.patronite--new .page-banner h2{font-size:24px;line-height:31px;color:#262626;margin-bottom:12px;text-align:left}.patronite--new .page-banner p{color:#757575;font-size:16px;line-height:21px;text-align:left;margin-bottom:0}.patronite--new .page-banner .btn{letter-spacing:0;margin-left:24px;flex-shrink:0}@media screen and (max-width: 65rem){.patronite--new .page-banner{flex-direction:column;align-items:flex-start}.patronite--new .page-banner p{margin-bottom:16px}.patronite--new .page-banner .btn{margin-left:0}}.patronite--new .social-inputs{margin-left:-12px;margin-right:-12px;display:flex;flex-wrap:wrap;align-items:flex-start}.patronite--new .social-inputs__item{margin:0 12px 16px;width:calc(50% - 24px);display:flex;align-items:center}.patronite--new .social-inputs__item .form-control{width:100%}.patronite--new .social-inputs__item i{color:#757575;margin-right:16px}.patronite--new .social-inputs__item input{background-color:#EAEAEA;border-color:#EAEAEA !important}.patronite--new .social-inputs__item.is-filled i{color:#106CE5}.patronite--new .social-inputs__item.is-filled input{background-color:#fff;border-color:#b3b3b3 !important}@media screen and (max-width: 65rem){.patronite--new .social-inputs__item{width:100%}}@font-face{font-family:'swiper-icons';src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}.patronite--new :host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.patronite--new .swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block}.patronite--new .swiper-vertical>.swiper-wrapper{flex-direction:column}.patronite--new .swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.patronite--new .swiper-android .swiper-slide,.patronite--new .swiper-ios .swiper-slide,.patronite--new .swiper-wrapper{transform:translate3d(0px, 0, 0)}.patronite--new .swiper-horizontal{touch-action:pan-y}.patronite--new .swiper-vertical{touch-action:pan-x}.patronite--new .swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.patronite--new .swiper-slide-invisible-blank{visibility:hidden}.patronite--new .swiper-autoheight,.patronite--new .swiper-autoheight .swiper-slide{height:auto}.patronite--new .swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform, height}.patronite--new .swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.patronite--new .swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.patronite--new .swiper-3d .swiper-wrapper{transform-style:preserve-3d}.patronite--new .swiper-3d{perspective:1200px}.patronite--new .swiper-3d .swiper-slide,.patronite--new .swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.patronite--new .swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.patronite--new .swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.patronite--new .swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.patronite--new .swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.patronite--new .swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.patronite--new .swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.patronite--new .swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.patronite--new .swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.patronite--new .swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.patronite--new .swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.patronite--new .swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.patronite--new .swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.patronite--new .swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.patronite--new .swiper-3d .swiper-slide-shadow,.patronite--new .swiper-3d .swiper-slide-shadow-left,.patronite--new .swiper-3d .swiper-slide-shadow-right,.patronite--new .swiper-3d .swiper-slide-shadow-top,.patronite--new .swiper-3d .swiper-slide-shadow-bottom,.patronite--new .swiper-3d .swiper-slide-shadow,.patronite--new .swiper-3d .swiper-slide-shadow-left,.patronite--new .swiper-3d .swiper-slide-shadow-right,.patronite--new .swiper-3d .swiper-slide-shadow-top,.patronite--new .swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.patronite--new .swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,0.15)}.patronite--new .swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0))}.patronite--new .swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0))}.patronite--new .swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0))}.patronite--new .swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0))}.patronite--new .swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.patronite--new .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.patronite--new .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.patronite--new .swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.patronite--new .swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.patronite--new .swiper-pagination{position:absolute;text-align:center;transition:300ms opacity;transform:translate3d(0, 0, 0);z-index:10}.patronite--new .swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.patronite--new .swiper-pagination,.patronite--new .swiper-pagination.swiper-pagination-disabled{display:none !important}.patronite--new .swiper-pagination-fraction,.patronite--new .swiper-pagination-custom,.patronite--new .swiper-horizontal>.swiper-pagination-bullets,.patronite--new .swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.patronite--new .swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.patronite--new .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(0.33);position:relative}.patronite--new .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.patronite--new .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.patronite--new .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(0.66)}.patronite--new .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(0.33)}.patronite--new .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(0.66)}.patronite--new .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(0.33)}.patronite--new .swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, 0.2)}button.patronite--new .swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;appearance:none}.swiper-pagination-clickable .patronite--new .swiper-pagination-bullet{cursor:pointer}.patronite--new .swiper-pagination-bullet:only-child{display:none !important}.patronite--new .swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.patronite--new .swiper-vertical>.swiper-pagination-bullets,.patronite--new .swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0px, -50%, 0)}.patronite--new .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.patronite--new .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.patronite--new .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.patronite--new .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.patronite--new .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.patronite--new .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:200ms transform, 200ms top}.patronite--new .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.patronite--new .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.patronite--new .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.patronite--new .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.patronite--new .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.patronite--new .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform, 200ms left}.patronite--new .swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform, 200ms right}.patronite--new .swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.patronite--new .swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0,0,0,0.25));position:absolute}.patronite--new .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .patronite--new .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.patronite--new .swiper-pagination-progressbar,.patronite--new .swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.patronite--new .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.patronite--new .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.patronite--new .swiper-pagination-progressbar,.patronite--new .swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.patronite--new .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.patronite--new .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.patronite--new .swiper-pagination-lock{display:none}.patronite--new .swiper-wrapper{height:auto !important;cursor:grab}.patronite--new .swiper-wrapper:active{cursor:grabbing}.patronite--new .swiper-slide{height:auto !important}.patronite--new .swiper__buttons{position:absolute;bottom:calc(100% + 16px);right:0;display:flex;align-items:center}.patronite--new .swiper__buttons button{width:48px;height:48px;border-radius:24px;background-color:#fff;border:1px solid #D9D9D9;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:.3s opacity ease-in-out}.patronite--new .swiper__buttons button.swiper-button-disabled{opacity:.3}.patronite--new .swiper__buttons button:first-child{margin-right:16px}.patronite--new .swiper__buttons button i{color:#106CE5;font-size:16px}@media screen and (max-width: 65rem){.patronite--new .swiper__buttons button{width:40px;height:40px;border-radius:20px}.patronite--new .swiper__buttons button:first-child{margin-right:8px}}.patronite--new .dashboard--modal-history{max-width:100%;width:560px !important}.patronite--new .dashboard--modal-history .modal--title{padding-right:28px}.patronite--new .dashboard--modal-history .modal__content__body{margin-bottom:0 !important}@media screen and (min-width: 65rem){.patronite--new .dashboard--modal-history .modal__content__body{max-height:510px}}@media screen and (min-width: 65rem){.patronite--new .dashboard--modal-history{max-height:560px}}.patronite--new .dashboard--card .icon-info{color:#C9CACD;transition:.3s all ease-in-out}.patronite--new .dashboard--card .icon-info:hover{color:#616265}.patronite--new .dashboard--card .accordion-mobile-menu{position:absolute;right:16px;top:20px;z-index:9}.patronite--new .dashboard--card .accordion-mobile-menu__trigger{height:16px;width:16px}.patronite--new .dashboard--card.has-menu:before{right:40px}.patronite--new .dashboard--box{margin-bottom:0;min-height:124px}.patronite--new .dashboard--box+.dashboard--empty-posts{margin-top:48px}.patronite--new .dashboard--box .box--content{min-height:124px;display:flex;flex-direction:column;justify-content:center;padding:32px;position:relative}.patronite--new .dashboard--box ul a{text-decoration:underline}.patronite--new .dashboard--box .oval-icon{margin-right:24px}.patronite--new .dashboard--box--content{display:flex;align-items:center}.patronite--new .dashboard--box--title{font-size:32px;line-height:40px;font-weight:600;margin-bottom:5px;color:#106CE5}.patronite--new .dashboard--box--info{font-size:16px;line-height:16px}.patronite--new .dashboard--box--title,.patronite--new .dashboard--box--info{display:block}.patronite--new .dashboard--box--actions{display:flex;justify-content:flex-end;width:100%;right:24px;bottom:14px;position:absolute}.patronite--new .dashboard--box--actions a,.patronite--new .dashboard--box--actions button{font-size:14px !important}.patronite--new .dashboard--level,.patronite--new .dashboard--stats-wrapper,.patronite--new .dashboard--wrapper{max-width:784px}.patronite--new .dashboard--banner{margin-top:0;margin-bottom:40px;border-color:#106CE5}.patronite--new .dashboard--stats{padding-left:8px;padding-right:8px;margin-left:-16px;margin-right:-16px;margin-top:-8px;display:flex;flex-wrap:wrap}.patronite--new .dashboard--stats .info-icon-block--wrapper{padding:8px;width:50%}@media screen and (max-width: 65rem){.patronite--new .dashboard--stats .info-icon-block--wrapper{width:100%}}.patronite--new .dashboard--level .profile-edit__section__header .actions .is-switch label{font-size:12px;line-height:16px;user-select:none}.patronite--new .dashboard--level__head{display:flex;align-items:center;margin-bottom:13px}.patronite--new .dashboard--level__head--text{width:calc(100% - 48px - 16px)}.patronite--new .dashboard--level__head .pie-wrapper{margin-right:16px}.patronite--new .dashboard--level__head--title,.patronite--new .dashboard--level__head--sub-title{display:block}.patronite--new .dashboard--level__head--title{line-height:21px;font-size:18px;font-weight:600;margin-bottom:4px}.patronite--new .dashboard--level__head--sub-title{font-size:13px;line-height:16px;color:#757575}.patronite--new .dashboard--level__percentage{color:#DE330D}.patronite--new .dashboard--level__percentage.is-complement{color:#106CE5}.patronite--new .dashboard--level__percentage.is-success{color:#158927 !important}.patronite--new .dashboard--level__label{font-size:12px;line-height:16px;margin:16px 0;display:block}.patronite--new .dashboard--level__task{display:flex;justify-content:space-between;padding:16px;border:1px solid rgba(217,217,217,0.5);border-radius:8px}.patronite--new .dashboard--level__task:not(:last-of-type){margin-bottom:16px}.patronite--new .dashboard--level__task-wrapper.is-finished{display:none}.patronite--new .dashboard--level__task--index{width:24px;height:24px;border-radius:12px;background-color:rgba(16,108,229,0.1);color:#106CE5;text-align:center;display:flex;align-items:center;justify-content:center;margin-right:12px;font-size:11px;font-weight:bold;margin-top:-4px}.patronite--new .dashboard--level__task--index.is-success{color:#158927;background-color:rgba(21,137,39,0.1)}.patronite--new .dashboard--level__task--body{display:flex;align-items:flex-start}.patronite--new .dashboard--level__task--body__inner{width:calc(100% - 36px)}.patronite--new .dashboard--level__task--title{font-size:14px;line-height:16px;font-weight:600;font-style:normal;margin-bottom:4px}.patronite--new .dashboard--level__task--title.is-finished{text-decoration:line-through;font-weight:normal}.patronite--new .dashboard--level__task--description{font-size:12px;line-height:16px;color:#757575;margin-bottom:0}.patronite--new .dashboard--level__task--actions a,.patronite--new .dashboard--level__task--actions button{font-size:14px;white-space:nowrap}.patronite--new .dashboard--level .load-more{margin-top:16px}.patronite--new .dashboard__user-id{margin-top:48px;font-size:15px;line-height:16px;color:#262626}.patronite--new .dashboard--notifications{border-radius:8px;overflow:hidden;display:flex;flex-direction:column;background-color:#F7F7F7;padding:0;margin:0 0 40px}.patronite--new .dashboard--notifications .icon-bell{padding:5px}@media screen and (max-width: 65rem){.patronite--new .dashboard--notifications__column{order:-1}}.patronite--new .dashboard--notifications--counter{margin-left:5px;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:12px;background-color:#DE330D;color:#fff;font-weight:600;font-size:11px}.patronite--new .dashboard--notifications--title{display:flex;align-items:center}.patronite--new .dashboard--notifications__item{width:100%;transition:.3s background-color ease-in-out}.patronite--new .dashboard--notifications__item:not(:last-of-type){border-bottom:1px solid rgba(217,217,217,0.5)}.patronite--new .dashboard--notifications__item a{padding:16px;display:flex !important;border-bottom:none !important}.patronite--new .dashboard--notifications__item:hover{background-color:#fff}.patronite--new .dashboard--notifications__item:last-of-type a{justify-content:center !important}.patronite--new .dashboard--notifications__item .icon{font-size:16px;margin-right:21px;color:#C8C8C8}.patronite--new .dashboard--notifications__item--body{opacity:.7;width:calc(100% - 45px)}.patronite--new .dashboard--notifications__item--title{font-size:16px;font-weight:600;font-style:normal;line-height:21px;margin-bottom:3px}.patronite--new .dashboard--notifications__item--description{margin-bottom:0;font-size:14px;line-height:20px}.patronite--new .dashboard--notifications__item.is-unread{position:relative}.patronite--new .dashboard--notifications__item.is-unread:before{content:"";position:absolute;right:16px;top:23px;background-color:#DE330D;width:8px;height:8px;border-radius:4px}.patronite--new .dashboard--notifications__item.is-unread .dashboard--notifications__item--body{opacity:1}.patronite--new .dashboard--notifications__item.is-unread .dashboard--notifications__item--title{font-weight:bold}.patronite--new .dashboard--notifications__item.is-unread .icon{color:#DE330D}.patronite--new .dashboard--supervisor .supervisor-box{margin-top:32px}.patronite--new .dashboard--slider{position:relative}.patronite--new .dashboard--slider>.swiper{padding-bottom:40px}.patronite--new .dashboard--slider__box{width:250px;padding:16px;margin-bottom:0;transition:.15s all ease-in-out;display:flex;align-items:flex-end;justify-content:space-between;flex-direction:column;margin-right:16px;word-break:break-word;text-align:center}.patronite--new .dashboard--slider__box:hover{border-color:#106CE5}.patronite--new .dashboard--slider__box .oval-icon{margin-bottom:12px}.patronite--new .dashboard--slider__box:last-of-type{margin-right:0 !important}.patronite--new .dashboard--slider__box--content{display:flex;align-items:center;flex-direction:column;width:100%}.patronite--new .dashboard--slider__box--title{font-size:16px;line-height:16px;font-weight:600;color:#262626;margin-bottom:12px;text-align:center}.patronite--new .dashboard--slider__box p{margin-top:0;margin-bottom:0;font-size:14px;line-height:20px;color:#757575;text-align:center}.patronite--new .dashboard--slider__box .btn-semi-complement{font-size:14px;line-height:16px;margin-top:16px}.patronite--new .dashboard--slider__box .btn-semi-complement .icon{font-size:10px}.patronite--new .dashboard--empty-posts{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:48px 16px;text-align:center;border:1px solid rgba(217,217,217,0.5);border-radius:8px}@media screen and (max-width: 65rem){.patronite--new .dashboard--empty-posts{padding:16px}}.patronite--new .dashboard--empty-posts__title{font-weight:600;line-height:24px;font-size:21px;display:block;margin-bottom:16px;margin-top:16px}.patronite--new .dashboard--empty-posts p{margin-bottom:24px;width:360px;max-width:100%}.patronite--new .dashboard__my-subs-btn{margin-top:48px}.patronite--new .surveys--time{color:#B3B3B3;margin-left:5px}.patronite--new .surveys--results--head{font-size:14px;line-height:24px;margin-bottom:24px}.patronite--new .surveys--results--head__label{font-weight:600}.patronite--new .surveys--results--body__totals{font-size:16px !important;line-height:21px !important;padding-top:20px !important}.patronite--new .surveys--results--table{width:100%;text-align:left;border:none !important}.patronite--new .surveys--results--table th,.patronite--new .surveys--results--table td{font-size:12px;line-height:18px;border:none !important}.patronite--new .surveys--results--table td{padding:4px 0}.patronite--new .surveys--results--table th{font-weight:600;padding-bottom:16px}.patronite--new .surveys--results--table td:last-child{color:#106CE5;font-weight:600}.patronite--new .surveys--modal{width:480px !important;max-width:100% !important}.patronite--new .surveys--modal.no-action .modal__content__body{margin-bottom:0 !important}.patronite--new .surveys--disable{color:#B3B3B3 !important}.patronite--new .surveys--counter{color:#106CE5;display:inline-flex;align-items:center;font-size:14px;line-height:20px;font-weight:600}.patronite--new .surveys_form--sub-title{font-size:18px;font-weight:400;margin-bottom:24px}.patronite--new .surveys_form--section-breaker{margin-top:80px}.patronite--new .surveys_form--add-another-one{margin-top:32px;font-size:14px;line-height:18px}.patronite--new .surveys_form--delete-answer{display:inline-flex;align-items:center;white-space:nowrap;color:#707070;font-size:14px;line-height:16px;font-weight:600}.patronite--new .surveys_form--delete-answer__wrapper{display:inline-flex;margin-top:8px;justify-content:flex-end;width:100%}.patronite--new .surveys_form--delete-answer .icon{margin-right:8px;color:#106CE5;font-size:18px}.patronite--new .surveys--post{border-radius:8px;border:1px solid rgba(64,64,64,0.1);overflow:hidden;margin-bottom:80px}.patronite--new .surveys--post__title{margin-top:80px;margin-bottom:32px}.patronite--new .surveys--post__table tr td{font-size:16px}.patronite--new .surveys--post__table tr td.is-bold{font-weight:600}.patronite--new .surveys--post__table tr td[colspan="2"]{padding-bottom:12px}.patronite--new .surveys--post__table tr td:last-of-type{font-size:14px;text-align:right}.patronite--new .surveys--post__question{font-weight:600;font-style:normal;line-height:24px;font-size:18px;color:#404040;margin-bottom:0}.patronite--new .surveys--post__type{display:block;margin-bottom:16px;font-size:12px;line-height:18px;font-weight:600;color:#404040;opacity:.7}.patronite--new .surveys--post__header{padding:24px;background-color:#FBFBFB}.patronite--new .surveys--post__body{padding:16px 24px 24px}.patronite--new .surveys--post__body .form-check-list__item:last-of-type{margin-bottom:0}.patronite--new .surveys--post__text-icon{display:flex;align-items:center;font-size:16px;line-height:21px;margin-bottom:0}.patronite--new .surveys--post__text-icon:not(:last-of-type){margin-bottom:8px}.patronite--new .surveys--post__text-icon .badge{width:32px;height:32px;border-radius:16px;margin-right:16px;font-size:14px}.patronite--new .surveys--post__text-icon .badge:before{font-size:14px !important}.patronite--new .surveys--post__actions{padding:8px 24px 24px}.patronite--new .your-data--avatar{display:flex;align-items:center}.patronite--new .your-data--avatar__image-wrapper{position:relative;margin-right:32px}.patronite--new .your-data--avatar__image-wrapper.loading img{display:none !important}.patronite--new .your-data--avatar__image-wrapper.loading .social_media_image_file{width:120px;height:120px}.patronite--new .your-data--avatar__image-wrapper--inner{position:relative;max-height:120px;border-radius:60px;overflow:hidden;width:120px;height:120px;background-position:center center;background-size:cover;background-repeat:no-repeat}.patronite--new .your-data--avatar__image-wrapper--inner .loader--wrapper{background-color:#eeeeee;display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%}.patronite--new .your-data--avatar__image-wrapper [data-remove-trigger]{position:absolute;top:0;right:0}.patronite--new .your-data--delete-button{background-color:#F23D17;color:#fff;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:12px;cursor:pointer}.patronite--new .your-data--delete-button i{font-size:16px}.patronite--new .section-info:not(:last-of-type){margin-bottom:28px}.patronite--new .section-info [class^='col-']{line-height:24px;padding-top:12px;padding-bottom:12px}.patronite--new .section-info b{font-weight:400}.patronite--new .section-info__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.patronite--new .section-info__header .title{font-size:18px;font-weight:400;line-height:24px;margin-bottom:0 !important}.patronite--new .section-info__header .btn{font-size:16px}.patronite--new.with-backdrop .modal--overlay.v2{z-index:9999999999}.patronite--new .kyc-documents .ih{flex-wrap:nowrap;text-overflow:ellipsis;width:100%;overflow:hidden;white-space:nowrap}.patronite--new .kyc-documents .ih--icon{flex-shrink:0}.patronite--new .modal-note textarea{resize:vertical;max-height:500px}.patronite--new .coupon-heading{min-height:calc(100vh - 60px);display:flex;align-items:center;justify-content:center;flex-direction:column;background-image:url(../../img/coupons/bg.png);background-size:cover;background-position:center bottom;background-repeat:no-repeat}.patronite--new .coupon-heading.is-blocked{height:640px;min-height:0}@media screen and (max-width: 41rem){.patronite--new .coupon-heading{justify-content:flex-start;min-height:calc(100vh - 60px) !important;height:auto !important;background-image:url(../../img/coupons/bg-mobile.png);background-size:contain;background-position:bottom center}}.patronite--new .coupon-heading--content{padding:40px 20px;width:596px;max-width:100%;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}@media screen and (max-width: 41rem){.patronite--new .coupon-heading--content{padding-bottom:260px}}.patronite--new .coupon-heading--icon{width:64px;height:64px;border-radius:32px;color:#fff;background-color:#106CE5;display:inline-flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:16px}.patronite--new .coupon-heading--icon--author{display:flex;align-items:center;margin-bottom:16px}.patronite--new .coupon-heading--icon--author img{height:64px;width:64px;border-radius:32px;margin-left:-21.33333px;position:relative;z-index:1}.patronite--new .coupon-heading--icon--author .coupon-heading--icon{border:3px solid #fff;margin-bottom:0;position:relative;z-index:2}.patronite--new .coupon-heading--title{font-size:40px;line-height:52px;margin-bottom:24px;font-weight:400;text-align:center}.patronite--new .coupon-heading--faq,.patronite--new .coupon-heading--tac{text-align:center}.patronite--new .coupon-heading--description{font-size:18px;line-height:28px;font-weight:300;margin-bottom:24px;text-align:center !important}.patronite--new .coupon-heading--faq{margin-top:80px}.patronite--new .coupon-heading--faq a{text-decoration:none}.patronite--new .coupon-heading--tac{margin-bottom:0;color:#B3B3B3;font-size:12px;line-height:30px;margin-top:24px}.patronite--new .coupon-heading--tac a{color:#B3B3B3}.patronite--new .coupon-heading form{width:440px;max-width:100%;display:flex;align-items:center;flex-direction:column}.patronite--new .coupon-heading form .form-control{width:100%}.patronite--new .coupon-heading form .g-recaptcha{display:flex;justify-content:center}.patronite--new .coupon-heading form button{margin-top:16px}.patronite--new .how-much-left--wrapper{display:flex;align-items:center;justify-content:space-between;background-color:rgba(38,38,38,0.05);border-radius:4px;padding:12px 16px;font-size:14px;line-height:16px;margin-top:16px;margin-bottom:40px}.patronite--new .how-much-left--wrapper a{color:rgba(16,108,229,0.5)}.patronite--new .thumbnail-list{max-height:210px;position:relative;display:flex;align-items:center;justify-content:space-around;gap:16px}.patronite--new .thumbnail-list--item{max-height:210px;max-width:356px;display:flex;align-items:center;justify-content:center;height:100%;width:50%;cursor:pointer;background:#000;border-radius:4px;position:relative;aspect-ratio:89/50}.patronite--new .thumbnail-list--item--picked{display:none;align-items:center;position:absolute;top:8px;right:8px;background-color:#106CE5;height:24px;border-radius:12px;color:#fff;font-size:11px;line-height:16px;padding:0 8px;z-index:10}.patronite--new .thumbnail-list--item--picked i{margin-right:5px}.patronite--new .thumbnail-list--item .form-image-crop-custom{height:100%;position:static;width:100%}.patronite--new .thumbnail-list--item .form-image-crop-custom .form-error{font-size:10px;position:absolute;background-color:unset}.patronite--new .thumbnail-list--item .form-image-crop-custom img{margin:0 auto;display:block}.patronite--new .thumbnail-list--item .form-image-crop--drop{min-height:100%}.patronite--new .thumbnail-list--item .form-image-crop--pill{top:8px;right:8px}.patronite--new .thumbnail-list--item.is-picked .thumbnail-list--item--picked{display:flex}.patronite--new .thumbnail-list--item.is-picked.is-dropzone .thumbnail-list--item--picked{right:40px}.patronite--new .thumbnail-list--item img{max-width:100%}.patronite--new .thumbnail-list img{max-height:100%}.patronite--new .thumbnail-list--wrapper.loading .thumbnail-list:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#EBEBEB;z-index:1}.patronite--new .thumbnail-list--wrapper .loader{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:2}.patronite--new .modal-video-preview .modal__content__body{margin-bottom:0 !important}.patronite--new .video-increase-limit{font-size:14px;line-height:18px}.patronite--new .faq-search{display:flex;flex-direction:column;align-items:center}.patronite--new .faq-search h2{padding:0 10px}.patronite--new .faq-search .form-control{width:90%;text-align:center;display:inline-block;margin-top:30px;max-width:537px}@media (min-width: 91rem){.patronite--new .faq-search .form-control{width:537px}}.patronite--new .faq-search .btn-primary{border:none}.patronite--new .faq-search input{border-radius:8px !important;padding-left:40px !important;padding-right:70px !important}.patronite--new .faq-search input[type="text"]{appearance:none;border:0;outline:0;padding:8px 8px 8px 40px;color:#404040;height:40px;display:flex;align-items:center;font-size:18px;line-height:40px;background-color:#F2F2F2;transition:.25s all ease-in-out;font-family:"Patronite III", sans-serif;max-width:100%;border-radius:20px !important}.patronite--new .faq-search input[type="submit"]{display:none;color:#3D78E7;font-size:14px !important;letter-spacing:0;line-height:18px;right:16px !important;width:53px;text-transform:uppercase;padding-left:0px !important;font-family:"Patronite III",sans-serif;font-weight:600;white-space:nowrap}.patronite--new .faq-search input::placeholder{font-size:16px;letter-spacing:0 !important;line-height:16px;font-style:normal !important;color:#757575 !important}.patronite--new .faq-search .icon-search-alt{left:15px !important;right:unset !important;line-height:1.5px}.patronite--new .faq-search .icon-search-alt:before{font-size:0.95rem;color:#262626 !important}.patronite--new .faq_page{max-width:100%;background:#F7F7F7}.patronite--new .faq_page .common_page{padding:2rem 1rem 4rem;margin-top:0;margin-bottom:0}.patronite--new .faq_page .btn-wrapper{margin-top:16px}.patronite--new .faq_page .result-information{margin-top:-8px}.patronite--new .faq_page .result-information span{font-size:14px;letter-spacing:0;line-height:21px;display:inline-block;color:#757575;font-weight:400}.patronite--new .faq_page .result-information .icon{margin-right:7px}.patronite--new .faq_page .result-information .icon:before{color:#757575d4;font-size:0.95rem !important;vertical-align:middle}.patronite--new .faq_page .patronite-design{margin-top:48px}.patronite--new .faq_page .patronite-design .accordion__list{background-color:#f7f7f7}.patronite--new .faq_page .patronite-design.always-open{margin-top:40px}.patronite--new .faq_page .patronite-design .accordion__item__body ul{margin-top:16px;margin-bottom:32px}.patronite--new .faq_page .patronite-design .accordion__item__body ul li.faq_article{padding:8px 0}.patronite--new .faq_page .patronite-design .accordion__item__body ul li.faq_article:nth-last-child(1){padding-bottom:0px}.patronite--new .faq_page .patronite-design .accordion__item__body ul li.faq_article:before{content:"\2022";color:#106CE5;font-weight:bold;display:inline-block;font-size:17px;width:1em;margin-left:-1em}.patronite--new .faq_page .patronite-design .accordion__item__body ul li.faq_article a{font-size:16px;font-style:italic;letter-spacing:0;line-height:21px;font-weight:normal;transition:.33s color ease}.patronite--new .faq_page .patronite-design .accordion__item__body ul li.faq_article a:hover{color:#106CE5}.patronite--new .faq_page .patronite-design .accordion__item__body ul li.load-more{padding:24px 0;padding-bottom:0px;margin-left:-15px}.patronite--new .faq_page .patronite-design .accordion__item__body ul li.load-more a{color:#106CE5;font-size:18px;font-weight:600;letter-spacing:0;line-height:18px}.patronite--new .faq_page .result-information+.always-open{margin-top:24px}.patronite--new .faq_page .always-open+.question-section{margin-top:16px}.patronite--new .faq_page .question-section{margin-top:48px}.patronite--new .faq_page .question-section .section__element{display:flex;flex-direction:column;padding:24px 24px 24px 72px;position:relative;border-radius:8px;background-color:#FFFFFF}@media (min-width: 800px){.patronite--new .faq_page .question-section .section__element{flex-direction:row;justify-content:space-between;align-items:center}}.patronite--new .faq_page .question-section .section__element__header{display:block}.patronite--new .faq_page .question-section .section__element__header .oval-icon{position:absolute;left:16px;top:16px;width:40px;height:40px}.patronite--new .faq_page .question-section .section__element__header h2{color:#262626;font-size:16px;font-weight:600;letter-spacing:0;line-height:20px;font-style:normal;margin:2px 0}.patronite--new .faq_page .question-section .section__element span{color:#404040;line-height:18px;font-weight:normal}.patronite--new .faq_page .question-section .section__element a{color:#106CE5;font-size:18px;font-weight:600;letter-spacing:0;line-height:18px;margin-top:20px}@media (min-width: 65rem){.patronite--new .faq_page .question-section .section__element a{margin-top:0px}}.patronite--new .faq_page .breadcrumbs{margin-bottom:32px}.patronite--new .faq__content{background:white;border-radius:5px;padding:32px 40px}.patronite--new .faq__content img{display:block;margin:0 auto}.patronite--new .faq__content a{text-decoration:none;color:#106CE5}.patronite--new .faq__content ul{margin-bottom:1rem}.patronite--new .faq__content ul li{list-style-type:disc}.patronite--new .home__box{padding-top:4rem}.patronite--new .home__box--text{max-width:870px;margin:0 auto;margin-bottom:2rem;padding:0 !important}@media screen and (max-width: 65rem){.patronite--new .home__box--text{padding:0 1rem !important}}.patronite--new .home__box--text p{font-size:24px;font-weight:100;color:#000;margin-bottom:.5rem;font-style:italic}.patronite--new .home__box--text p strong{font-weight:500}.patronite--new .home__box--author{text-align:right;position:relative;font-size:14px !important;overflow:hidden;font-style:normal !important;font-weight:500;margin:1rem 0 0 0 !important}.patronite--new .home__box--author:after{content:" ";position:absolute;top:50%;left:0;right:0;height:1px;width:100%;background:#B3B3B3;display:block !important;z-index:1}.patronite--new .home__box--author span{background:#fff;padding-left:1rem;position:relative;z-index:2;font-weight:400}.patronite--new .home__box--links{max-width:870px;margin:0 auto;padding:0 !important}@media screen and (max-width: 65rem){.patronite--new .home__box--links{padding:0 1rem !important}}.patronite--new .home__box--links a{display:flex;align-items:center;font-size:11px;font-family:"Patronite III",sans-serif;letter-spacing:1.5px;justify-content:flex-end}@media screen and (max-width: 65rem){.patronite--new .home__box--links a{justify-content:space-between}}.patronite--new .home__box--links .box__link{margin-bottom:10px}.patronite--new .home__authors h4{margin-bottom:-1rem}@media screen and (max-width: 65rem){.patronite--new .home__author__list .container .row .col-xs-12 h4{margin-bottom:0}}.patronite--new .home__author__list .container .row .col-xs-12.less-horizontal-padding{padding:0 !important}.patronite--new .flickity-viewport{padding-bottom:7px;box-sizing:content-box}.patronite--new .partners h4{margin-bottom:-1rem}.patronite--new .partners__wrapper{display:flex;justify-content:space-between;align-items:center;gap:16px}@media screen and (max-width: 65rem){.patronite--new .partners__wrapper{flex-wrap:wrap;justify-content:flex-start}}.patronite--new .partners_box{max-width:10%}@media screen and (max-width: 65rem){.patronite--new .partners_box{display:flex;align-items:center;width:calc(33.3334% - 32px);max-width:100%;margin:0 16px 16px}}.patronite--new .search__results h5{font-size:12px;font-family:"Patronite III",sans-serif;font-weight:500;letter-spacing:1px;margin-bottom:0}.patronite--new .search__results>div.col-sm-3{padding-top:0}.patronite--new .search__results--author{background:#F7F7F7;border-radius:8px;display:flex;align-items:center;padding:.5rem 1rem}.patronite--new .search__results--author .result__author{display:flex;flex-direction:column}.patronite--new .search__results--author .result__author--avatar{border:2px solid #FFFFFF;border-radius:8px;width:60px;height:60px;overflow:hidden;position:relative}.patronite--new .search__results--author .result__author--avatar img{position:absolute;top:0;left:0;right:0;bottom:0;object-fit:cover;width:100%;height:100%}.patronite--new .search__results--author .result__author--text{margin-left:1rem;max-width:calc(100% - 75px);font-size:16px}.patronite--new .search__results--author .result__author--text p{margin-bottom:0}.patronite--new .search__results--author .result__author--tags{display:flex}.patronite--new .search__results--author .result__author--tags a,.patronite--new .search__results--author .result__author--tags span{font-size:10px;color:grey;font-family:"Patronite IV",sans-serif;margin-right:8px;letter-spacing:0.5px}.patronite--new .search__results--author .result__author--tags.date{font-size:13px;color:gray}.patronite--new .search__results--blog .results__blog--heading{display:flex;align-items:center}.patronite--new .search__results--blog .results__blog--heading span{font-size:14px;color:gray;font-family:"Patronite III",sans-serif;font-weight:300}.patronite--new .search__results--blog .results__blog--heading span.dot-divider{font-size:7px;margin:0 5px}.patronite--new .search__results--blog .results__blog--title h4{font-size:18px;color:#262626}.patronite--new .search__results .btn{width:100%;border:1px solid #D1D1D1;text-transform:initial;font-size:18px;border-radius:8px;padding:11px 0;color:#262626}.patronite--new .login{display:flex;min-height:100vh}@media screen and (max-width: 65rem){.patronite--new .login{flex-direction:column}}.patronite--new .login .go-back{margin-bottom:72px}.patronite--new .login .go-back .icon{transform:rotate(180deg)}.patronite--new .login__current-user{display:flex;align-items:center;border:1px solid #D9D9D9;padding:8px;border-radius:8px;word-break:break-word}.patronite--new .login__current-user img{width:40px;height:40px;border-radius:20px;margin-right:16px}.patronite--new .login__sidebar{width:300px;padding:24px 32px 40px;display:flex;flex-direction:column;justify-content:space-between;background-size:cover;background-repeat:no-repeat;background-position:center center;color:#fff;background-image:url(../../img/login/logowanie.jpg)}.patronite--new .login__sidebar .logo{width:170px;height:42.5px;margin:0 auto;display:block;background-image:url(../../img/patronite-logo-white.svg);background-size:contain;background-repeat:no-repeat;background-position:center center}@media screen and (max-width: 65rem){.patronite--new .login__sidebar .logo{width:152px;height:38px;background-image:url(../../img/patronite-logo-normal.svg)}}.patronite--new .login__sidebar.is-register{background-image:url(../../img/login/rejestracja.jpg)}@media screen and (max-width: 65rem){.patronite--new .login__sidebar{width:100%;background-image:none !important;background-color:#fff;padding:0;height:60px;align-items:center;justify-content:center;display:flex;border-bottom:1px solid #EEEEEE}.patronite--new .login__sidebar--quote{display:none}}.patronite--new .login__container{width:calc(100% - 300px);display:flex;flex-direction:column;align-items:center}.patronite--new .login__container .form-check-list__item{margin-right:0 !important}.patronite--new .login__container .form-check-list__item .form-error{font-size:14px !important}.patronite--new .login__container input[type=checkbox]+label{font-size:14px !important;line-height:18px !important}.patronite--new .login__container input[type=checkbox]+label a{text-decoration:underline !important}@media screen and (max-width: 65rem){.patronite--new .login__container{width:100%}}.patronite--new .login__content,.patronite--new .login__footer{padding:20px;width:520px;max-width:100%}.patronite--new .login__footer,.patronite--new .login__footer p,.patronite--new .login__footer a{color:#757575;font-size:12px;line-height:16px}.patronite--new .login__footer .rm-button{color:#106CE5;margin-bottom:8px;font-size:12px}.patronite--new .login__footer a{text-decoration:underline}.patronite--new .login__captcha{display:flex;align-items:center;justify-content:center;flex-direction:column}.patronite--new .login__content{flex:1;display:flex;flex-direction:column;justify-content:center}.patronite--new .login__content h1{font-weight:bold;font-size:24px;line-height:27px;margin-bottom:25px}.patronite--new .login__content a.btn{text-decoration:none}.patronite--new .login__or{display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:32px}.patronite--new .login__or span{display:inline-block;width:39px;text-align:center;background-color:#fff;position:relative;z-index:2;font-size:12px;line-height:21px;color:#b3b3b3}.patronite--new .login__or:before{content:'';background-color:rgba(217,217,217,0.5);height:1px;width:100%;position:absolute;top:50%;transform:translateY(-50%);left:0;z-index:1}.patronite--new .login__headline{margin-bottom:24px}.patronite--new .login__headline,.patronite--new .login__headline a{font-size:16px;line-height:21px}.patronite--new .login__headline p:last-of-type{margin-bottom:0}.patronite--new .login__providers a,.patronite--new .login__providers button{font-size:16px;font-weight:600}.patronite--new .login__providers a.is-active,.patronite--new .login__providers button.is-active{background-color:#fff}.patronite--new .login__providers a:active,.patronite--new .login__providers a:focus,.patronite--new .login__providers button:active,.patronite--new .login__providers button:focus{color:#262626}.patronite--new .login__providers a img,.patronite--new .login__providers a .icon,.patronite--new .login__providers button img,.patronite--new .login__providers button .icon{margin-right:8px}.patronite--new .login__providers a.is-facebook .icon,.patronite--new .login__providers button.is-facebook .icon{color:#3775EA}.patronite--new .login__providers a:not(:last-child),.patronite--new .login__providers button:not(:last-child){margin-bottom:8px}.patronite--new .login__providers form:not(:last-child) button{margin-bottom:8px}.patronite--new .login__form--submit{margin-bottom:32px}.patronite--new .login__form--footer{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.patronite--new .login__form--footer .form-check-list{display:flex}.patronite--new .login__form--footer .form-check-list__item{display:inline-flex !important;align-items:center;justify-content:center}.patronite--new .login__form--footer .form-check-list label:before{top:0 !important}.patronite--new .login__form--footer .form-check-list label:after{top:8px !important}.patronite--new .login__form--footer .form-check-list__item{margin-bottom:0 !important}.patronite--new .login__form--footer a{font-size:14px !important;line-height:18px}@media screen and (max-width: 65rem){.patronite--new .login-subscription{padding-bottom:60px !important}}@media screen and (min-width: 65rem){.patronite--new .login-subscription--col-extra{padding-bottom:80px !important}}.patronite--new .login-subscription .login__content{padding:0}.patronite--new .login-subscription .login__content.is-subscription{width:100%}.patronite--new .login-subscription .login__content .form-check-list__item label{font-size:14px !important}.patronite--new .login-subscription--picker{display:flex;align-items:center}.patronite--new .login-subscription--picker .form-check-list__item:not(:last-child){margin-right:10px}.patronite--new .login-subscription--row{width:auto;margin-left:-16px;margin-right:-16px;min-height:0 !important}.patronite--new .login-subscription .no-gutter{min-height:0 !important}.patronite--new .login-subscription .login__form--footer a{color:#262626}.patronite--new .login-subscription .text-info{font-style:italic;color:#737373;font-size:10.5px}.patronite--new .login-subscription .text-info a{text-decoration:underline;color:#515151}.patronite--new .login-subscription .text-info p{margin-bottom:0}.patronite--new .login-subscription .text-info .rm-button{font-size:10.5px;margin-bottom:16px}.patronite--new .login-subscription .login__providers{flex-direction:column;margin-top:0;margin-bottom:10px}.patronite--new .login-subscription .login__providers button{margin-top:0;margin-bottom:16px}.patronite--new .login-subscription--actions{position:absolute;right:40px;bottom:40px;width:auto;display:flex;justify-content:flex-end}@media screen and (max-width: 65rem){.patronite--new .login-subscription--actions{right:16px}}.patronite--new .login-subscription .tooltip-errors .form-error{background-color:#fff}.patronite--new .login-subscription .tooltip-errors .error-top .form-error{font-size:10px;bottom:calc(100% - 15px)}.patronite--new .login-subscription .tooltip-errors .error-top .form-error:before{position:absolute;left:50%;top:unset;bottom:-12px;content:"";width:0;height:0;box-shadow:0 2px 2px 0 rgba(143,143,143,0.5),0 2px 2px 0 rgba(0,0,0,0.03);border:0.65em solid black;border-color:transparent transparent #fff #fff;transform-origin:0 0;transform:translateX(-50%) rotate(-45deg);margin-left:-0.5em}.patronite--new .register-form-wrapper{margin-bottom:18px;display:flex;align-items:center}.patronite--new .register-form-wrapper .form-control{margin-bottom:0;width:calc(50% - 4px)}.patronite--new .register-form-wrapper .form-control:first-child{margin-right:4px}.patronite--new .register-form-wrapper .form-control:last-child{margin-left:4px}@media screen and (max-width: 65rem){.patronite--new .register-form-wrapper .form-control{width:100%;margin-left:0 !important;margin-right:0 !important}.patronite--new .register-form-wrapper .form-control:first-child{margin-bottom:18px}}@media screen and (max-width: 65rem){.patronite--new .register-form-wrapper{flex-direction:column}}.patronite--new .header-content{position:relative}.patronite--new .header-content.is-center .header-content--text{bottom:unset;top:50%;transform:translate(-50%, -50%);margin-bottom:0;margin-top:-6px}.patronite--new .header-content--back{color:#fff;position:absolute;top:50%;left:60px;transform:translateY(-50%) rotate(180deg);font-size:22px}.patronite--new .header-content:not(.no-blend-mode) .header-content--image{background-blend-mode:multiply}.patronite--new .header-content--image{background-position:center center;background-repeat:no-repeat;background-size:cover;min-height:260px;width:100%;overflow:hidden;display:flex;background-color:#ef4026}@media screen and (max-width: 65rem){.patronite--new .header-content--image{min-height:0;position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:2}}.patronite--new .header-content--text{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:3;text-align:center;word-break:break-word;display:flex;flex-direction:column;align-items:center}@media screen and (max-width: 65rem){.patronite--new .header-content--text{width:100%;text-align:center;position:relative;top:0;left:0;transform:none;z-index:9;padding-top:40px;padding-bottom:20px}}.patronite--new .header-content--text h2{color:#f5f5f5;text-shadow:0 0 11px rgba(38,38,38,0.22);margin-bottom:0;text-align:center}@media screen and (max-width: 41rem){.patronite--new .header-content--text h2{font-size:38px}}@media screen and (max-width: 65rem){.patronite--new .header-content.sponsoring{height:210px}}.patronite--new .header-content.sponsoring .header-content--text{bottom:4rem}@media screen and (max-width: 65rem){.patronite--new .header-content.sponsoring .header-content--text{bottom:1rem}}.patronite--new .header-content.sponsoring .header-content--image{background-blend-mode:normal}.patronite--new .header-content.sponsoring .sponsoring-content{position:absolute;bottom:4rem;right:100px;text-align:center;z-index:100;width:380px}@media screen and (max-width: 65rem){.patronite--new .header-content.sponsoring .sponsoring-content{bottom:1rem;right:0;width:100%}}.patronite--new .header-content.sponsoring .sponsoring-content--text{font-size:16px;margin-bottom:4px;color:#ffffff}.patronite--new .search__page{background-color:#f5f5f5;border-bottom:1px solid rgba(38,38,38,0.2);min-height:260px;display:flex;align-items:flex-end}@media screen and (max-width: 65rem){.patronite--new .search__page{min-height:unset}}.patronite--new .search__page .search__filter{border-left:1px solid rgba(38,38,38,0.2);padding:1rem 0 1rem 1rem}.patronite--new .search__page .search__filter p{font-size:14px;font-family:"Patronite III",sans-serif;color:#262626;margin-bottom:2rem}@media screen and (max-width: 65rem){.patronite--new .search__page .search__filter p{margin-bottom:1rem}}.patronite--new .search__page .search__filter h3{font-size:32px;color:#262626;font-family:"Patronite III",sans-serif;font-style:normal;font-weight:300;margin:0}.patronite--new .search__page .search__filter .ss-single-selected{border:0;font-size:24px;padding-left:0}@media screen and (max-width: 65rem){.patronite--new .search__page .search__filter .ss-single-selected{font-size:20px}}.patronite--new .search__page .search__filter .ss-single-selected .ss-arrow{display:none}.patronite--new .search__page .search__filter .ss-content{border:0;border-radius:8px;box-shadow:0 2px 2px 0 rgba(142,142,142,0.5),0 8px 12px 0 rgba(188,188,188,0.5);overflow:hidden}.patronite--new .search__page--authors .author__card{background:#F7F7F7;border-radius:8px;padding:1rem;height:100%}.patronite--new .search__page--authors .author__card .search__results--author{border-radius:0;padding:0;align-items:flex-start;padding-bottom:.5rem;border-bottom:1px solid #D1D1D1;margin-bottom:.5rem}.patronite--new .search__page--authors .author__card .card_content--description p{font-size:12px;font-family:"Patronite III",sans-serif;color:#262626;padding-bottom:.5rem;border-bottom:1px solid #D1D1D1;line-height:1.5;margin-bottom:.5rem}.patronite--new .search__page--authors .author__card--content{background:transparent;border:none;padding:0}.patronite--new .search__page--blog .results__blog--content{display:flex}@media screen and (max-width: 65rem){.patronite--new .search__page--blog .results__blog--content{flex-direction:column}}.patronite--new .search__page--blog .results__blog--image{width:50%}@media screen and (max-width: 65rem){.patronite--new .search__page--blog .results__blog--image{width:100%}}.patronite--new .search__page--blog .results__blog--description{width:50%;padding-left:14px}@media screen and (max-width: 65rem){.patronite--new .search__page--blog .results__blog--description{width:100%;padding:0}}.patronite--new .search__page--blog .results__blog--description p{font-size:14px;line-height:18px;color:#262626}.patronite--new .menu__modal{position:fixed;background:white;right:2rem;width:900px;top:4rem;box-shadow:0 2px 16px 0 rgba(0,0,0,0.15),0 8px 12px 0 rgba(0,0,0,0.2);border-radius:8px;border:1px solid #B3B3B3;z-index:99999;font-family:"Patronite III",sans-serif}.patronite--new .menu__modal .menu__blog{flex-direction:column}.patronite--new .menu__modal .menu__blog .result__author--avatar{min-width:50px;width:50px;height:50px;border-radius:50%}.patronite--new .menu__modal .menu__blog .result__author--text{font-size:11px;margin-left:0.3rem;max-width:100%}.patronite--new .menu__modal .menu__blog .search__results--author{margin-bottom:0.5rem;border-radius:6px}.patronite--new .menu__modal .menu__blog .search__results--author.new{border:1px solid #D2D2D2;border-left:6px solid #DC4F36}.patronite--new .menu__modal .card__content--name h5{font-size:14px}.patronite--new .menu__modal .footer__box--title{text-transform:uppercase;font-size:12px;letter-spacing:.5px;display:flex}.patronite--new .menu__modal .footer__box--title a{margin-left:auto;display:inline-block;text-transform:initial;text-decoration:none}.patronite--new .menu__modal .menu__width{width:100%}.patronite--new .menu__modal--user{border-top:1px solid #B3B3B3;padding-top:.5rem;padding-bottom:.5rem}.patronite--new .menu__modal--user p{margin-bottom:0;font-size:16px;font-style:italic;display:flex}.patronite--new .menu__modal--user p a{margin-left:auto}.patronite--new .menu__modal--links{height:100%}.patronite--new .menu__modal--links .footer__box--content{align-items:center;justify-content:center;height:100%}.patronite--new .menu__modal .row>div{padding:1rem 2rem}.patronite--new .link_as_box{border:1px solid #B3B3B3;border-radius:4px;padding:1rem;height:50%;display:flex;flex-direction:column;justify-content:space-between}.patronite--new .link_as_box p:first-child{margin-bottom:3rem;letter-spacing:1px;font-weight:600}.patronite--new .link_as_box p:last-child{margin-bottom:0;font-size:12px}.patronite--new .link_as_box p{color:#404040}.patronite--new .menu__width .link_as_box:first-child{margin-top:2rem;margin-bottom:2rem}.patronite--new .message-number__wrapper{display:inline-flex !important;align-items:center}.patronite--new .message-number__wrapper.active{color:#DE330D}.patronite--new .message-number__wrapper span{width:24px;height:24px;border-radius:12px;background-color:#DE330D;color:#ffffff;font-size:11px;margin-left:8px;display:inline-flex;align-items:center;justify-content:center;text-align:center;font-weight:600}.patronite--new .newest__patrons--content{display:flex;flex-direction:column;margin-bottom:40px}.patronite--new .newest__patrons--content .new__patron{display:flex;align-items:center;padding-left:12px;padding-right:12px}.patronite--new .newest__patrons--content .new__patron:not(:last-of-type):not(.new__patron--last-30-days){padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #f7f7f7}.patronite--new .newest__patrons--content .new__patron--last-30-days{background-color:rgba(74,130,232,0.08);border-radius:8px;padding:12px;margin-bottom:24px}.patronite--new .newest__patrons--content .new__patron--last-30-days .new__patron--content{display:flex;align-items:center;justify-content:space-between;flex-direction:row;font-size:14px;color:#4A82E8;flex:1}.patronite--new .newest__patrons--content .new__patron img:not(.icon){width:40px;height:40px;border-radius:20px;overflow:hidden;margin-right:16px}.patronite--new .newest__patrons--content .new__patron__icon{display:flex;align-items:center;justify-content:center;background-color:#4A82E8;width:32px;height:32px;border-radius:16px;margin-right:12px}.patronite--new .newest__patrons--content .new__patron--content{display:flex;flex-direction:column}.patronite--new .newest__patrons--content .new__patron--name,.patronite--new .newest__patrons--content .new__patron--amount{font-size:14px;line-height:18px}.patronite--new .newest__patrons--content .new__patron--name{font-weight:600}.patronite--new .newest__patrons--content .new__patron--amount{font-weight:400;color:#757575}.patronite--new .payment__extra-addons{display:flex;flex-direction:column;align-items:flex-start;width:100%}.patronite--new .payment__extra-addons--wrapper{display:flex;flex-direction:row-reverse;align-items:center;gap:40px}.patronite--new .payment__extra-addons--wrapper>div{width:60%}.patronite--new .payment__extra-addons--wrapper>video{width:40% !important}@media screen and (max-width: 65rem){.patronite--new .payment__extra-addons--wrapper{flex-direction:column-reverse}.patronite--new .payment__extra-addons--wrapper>div,.patronite--new .payment__extra-addons--wrapper>video{width:100% !important}}.patronite--new .payment__extra-addons--wrapper.is-centered{flex-direction:column}.patronite--new .payment__extra-addons--wrapper.is-centered>div,.patronite--new .payment__extra-addons--wrapper.is-centered>video{width:100% !important}.patronite--new .payment__extra-addons--wrapper.is-centered .payment__extra-addons{display:flex;flex-direction:column;align-items:center}@media screen and (max-width: 65rem){.patronite--new .payment__extra-addons.scrollable{overflow-x:auto;margin-left:-32px;margin-right:-32px;width:auto}.patronite--new .payment__extra-addons.scrollable .payment__extra-addons--single{flex-shrink:0 !important;margin-bottom:0 !important}.patronite--new .payment__extra-addons.scrollable .payment__extra-addons--single:first-of-type{margin-left:32px}.patronite--new .payment__extra-addons.scrollable .payment__extra-addons--single:not(:last-of-type){margin-right:16px !important}.patronite--new .payment__extra-addons.scrollable .payment__extra-addons--single:last-of-type{margin-right:32px !important}}@media screen and (max-width: 65rem){.patronite--new .payment__extra-addons:not(.scrollable){flex-direction:column}}.patronite--new .payment__extra-addons.is-light .payment__extra-addons--single{background-color:#FFF;border:1px solid rgba(217,217,217,0.4)}.patronite--new .payment__extra-addons--single{display:flex;flex-direction:column;align-items:flex-end;padding:12px;background-color:#FAFAFA;border-radius:8px}.patronite--new .payment__extra-addons--single a.btn{font-size:14px !important}.patronite--new .payment__extra-addons--single a.btn i{margin-left:2px;font-size:14px !important}.patronite--new .payment__extra-addons--single:not(:last-of-type){margin-right:16px}@media screen and (max-width: 65rem){.patronite--new .payment__extra-addons--single{margin-right:0 !important;margin-bottom:8px}}.patronite--new .payment__extra-addons__body{display:flex;align-items:center;margin-bottom:4px;width:100%}.patronite--new .payment__extra-addons__body img{flex-shrink:0;width:48px;margin-right:12px}.patronite--new .payment__extra-addons__title{display:inline-flex;align-items:center;font-size:16px;line-height:24px;font-weight:600;color:#404040}.patronite--new .payment__extra-addons__title span{padding:8px;display:inline-flex}.patronite--new .payment__extra-addons__title span i{font-size:14px;color:rgba(179,179,179,0.7)}.patronite--new .payment__extra-addons__description{margin-bottom:0;margin-top:-2px;font-size:14px !important;line-height:21px !important;font-weight:300;color:#404040}.patronite--new .payment__extra-addons__banner{display:inline-flex;gap:12px;margin-bottom:32px;border-radius:8px;background-color:#FAFAFA;padding:12px;align-items:center;justify-content:flex-start;font-weight:400;font-size:16px;line-height:24px}@media screen and (max-width: 65rem){.patronite--new .payment__extra-addons__banner{flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%}}.patronite--new .payment__extra-addons__banner.has-border{border:1px solid #D9D9D9}.patronite--new .payment__extra-addons__banner button{font-size:16px;line-height:24px}.patronite--new .payment__extra-addons .oval-icon{flex-shrink:0}.patronite--new .payment__extra-addons--modal{width:480px !important}.patronite--new .payment__extra-addons--modal .modal__content__body{flex-direction:column;display:flex;margin-bottom:0 !important;align-items:center;overflow-y:unset !important}@media screen and (max-width: 41rem){.patronite--new .payment__extra-addons--modal .modal__content__body{max-height:100% !important}}.patronite--new .payment__extra-addons--modal .modal__content__body .oval-icon{margin-bottom:12px}.patronite--new .payment__extra-addons--modal .modal__content__body p{font-size:16px;line-height:21px;text-align:center;margin-bottom:24px}.patronite--new .payment__extra-addons--modal__title{display:block;text-align:center;margin-bottom:12px;font-size:24px;line-height:31px}.patronite--new .payment__extra-addons--modal__logos{display:flex;align-items:center;justify-content:center;width:100%;gap:8px}.patronite--new .payment__extra-addons--modal__logos img{width:33.3334%}.patronite--new .payment_background{position:relative;min-height:calc(100vh - 167px);overflow:hidden;background-color:#f9f9f9}@media screen and (max-width: 65rem){.patronite--new .payment_background{height:auto}.patronite--new .payment_background>.container>.row>div:nth-child(2){position:relative}}.patronite--new .payment__top-info{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;padding:8px 16px;border-radius:4px;border:1px solid rgba(217,217,217,0.5)}.patronite--new .payment__top-info img{width:32px;height:32px;border-radius:16px;display:block;flex-shrink:0}.patronite--new .payment__top-info p{margin-bottom:0}.patronite--new .payment__aside{background-color:#fff;border-radius:8px;padding:24px}@media screen and (max-width: 65rem){.patronite--new .payment__aside{border-radius:0;margin:0 -1rem}}.patronite--new .payment__heading{display:flex;align-items:center;justify-content:center;padding:16px}.patronite--new .payment__heading--wrapper{background-color:#fff}@media screen and (max-width: 65rem){.patronite--new .payment__heading{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px}}.patronite--new .payment__heading--threshold{font-family:"Patronite III",sans-serif;font-weight:600;font-size:14px;color:#262626;line-height:16px;display:flex;align-items:center}@media screen and (max-width: 65rem){.patronite--new .payment__heading--threshold{display:none}}.patronite--new .payment__heading--threshold__index{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:16px;background-color:rgba(128,128,128,0.1);color:#404040;font-size:14px;line-height:16px;margin-right:8px;flex-shrink:0}.patronite--new .payment__heading--threshold.active{color:#106CE5;display:flex !important}.patronite--new .payment__heading--threshold.active .payment__heading--threshold__index{background-color:#106CE5;color:#fff}.patronite--new .payment__heading--separator{height:1px;width:24px;background-color:#d9d9d9;margin:0 16px}@media screen and (max-width: 65rem){.patronite--new .payment__heading--separator{display:none}}.patronite--new .payment__boxes{margin-top:40px}.patronite--new .payment__main{background:#fff;border-radius:8px;padding:24px 24px 0;max-height:calc(100vh - 165px - 109px);overflow-y:auto;position:relative}.patronite--new .payment__main h3{font-style:normal;font-size:24px;line-height:32px;font-weight:400;margin-bottom:24px}.patronite--new .payment__main h5{margin-top:8px;font-weight:600;letter-spacing:0.88px;color:#757575;font-size:14px;line-height:18px;margin-bottom:16px}.patronite--new .payment__main p{font-size:16px;line-height:24px}@media screen and (max-width: 65rem){.patronite--new .payment__main{height:unset;position:static;overflow-y:initial;padding:1rem;max-height:unset;margin:0 -1rem;border-radius:0}}.patronite--new .payment__main h4{margin-bottom:4rem}.patronite--new .payment__main>.row{align-items:flex-start;MIN-HEIGHT:100%}.patronite--new .payment__main--sticky{justify-content:flex-end;display:flex;align-items:flex-end;position:sticky;right:0;width:100%;top:calc(100% - 80px)}.patronite--new .payment__main--sticky .btn{white-space:nowrap}.patronite--new .payment__main--sticky .first{margin-right:auto}@media screen and (max-width: 65rem){.patronite--new .payment__main--sticky{position:fixed;bottom:0;top:unset;background:#fff;border-radius:0.5rem;z-index:9;padding:8px 16px}}.patronite--new .payment__main.imoje{height:100%}.patronite--new .payment__main.imoje .imoje-logo{background-image:url(../../img/imoje-payment-image.png);background-size:cover;border-radius:8px;margin-top:auto;min-height:100%;padding:15px;margin-bottom:22px;display:flex;align-items:flex-end}.patronite--new .payment__audioteka{display:flex;align-items:flex-start;padding:16px;background-color:#FAFAFA;border-radius:4px}.patronite--new .payment__audioteka img{margin-right:16px;width:117px;height:auto;flex-shrink:0}.patronite--new .payment__audioteka a{text-decoration:none}.patronite--new .payment__audioteka .icon{margin-left:8px}.patronite--new .payment__audioteka p{margin-bottom:0 !important}.patronite--new .payment__audioteka p .icon-info{color:#B3B3B3;font-size:13px;display:inline-block;height:13px}@media screen and (max-width: 41rem){.patronite--new .payment__audioteka{flex-wrap:wrap;position:relative}.patronite--new .payment__audioteka img{margin-bottom:16px}}.patronite--new .payment__avatars{display:flex;justify-content:space-between;margin-bottom:0.5rem;align-items:flex-start}.patronite--new .payment__avatars--avatar{max-width:100px;display:flex;justify-content:center;align-items:center;flex-direction:column}.patronite--new .payment__avatars .avatar{display:flex;border-radius:1rem;border:3px solid white;overflow:hidden;max-width:100px}.patronite--new .payment__avatars p{font-size:10px;text-align:center;color:#757575;margin-bottom:0}.patronite--new .payment__avatars--icon{display:flex;align-items:center;justify-content:center;color:#404040;align-self:center}.patronite--new .payment__desc{margin-bottom:2rem}.patronite--new .payment__desc p{font-size:12px;color:#737373}.patronite--new .payment__desc p:last-of-type{margin-bottom:0}.patronite--new .payment__accordion p{font-size:12px;color:#737373}.patronite--new .payment__accordion .accordion__list{background-color:transparent}.patronite--new .payment__accordion .accordion__item{padding:0;border-bottom:0;margin-bottom:0.5rem}.patronite--new .payment__accordion .accordion__item__title{font-size:12px;color:#737373;font-weight:400;display:flex;align-items:center}.patronite--new .payment__accordion .accordion__item__title i{margin-right:0.5rem;transform:rotate(0deg);transition:.3s transform ease-in-out}.patronite--new .payment__accordion .accordion__item__body{margin-top:0.5rem;font-size:10px;color:#737373;padding-left:21px}.patronite--new .payment__accordion .accordion__item.open .accordion__item__title i{transform:rotate(90deg)}.patronite--new .payment__period{margin-bottom:2rem}.patronite--new .payment__period--cont{display:flex;flex-wrap:wrap}@media screen and (max-width: 65rem){.patronite--new .payment__period--cont{margin:0 -.5rem}}.patronite--new .payment__period--cont>a{width:20%}@media screen and (max-width: 65rem){.patronite--new .payment__period--cont>a{width:33.333333%;flex:initial}.patronite--new .payment__period--cont>a div{margin:0.5rem !important}}.patronite--new .payment__period--months{border:1px solid #106CE5;border-radius:5px;text-align:center;color:#106CE5;font-size:14px;margin:.25rem;padding:0.5rem 1rem}.patronite--new .payment__period--months.previous{color:#106CE5;border-color:#106CE5;opacity:0.5}.patronite--new .payment__period--months.chosen{background-color:#106CE5;color:#fff}.patronite--new .payment__calc{display:flex;align-items:flex-end;margin-bottom:3rem}.patronite--new .payment__calc--box{margin:0 .5rem}.patronite--new .payment__calc--box:first-child{margin-left:0}.patronite--new .payment__calc--box:last-child{margin-right:0}.patronite--new .payment__calc--box p:first-child{font-size:10px;color:#262626;font-weight:600;margin-bottom:0}.patronite--new .payment__calc--box p:last-child{margin-bottom:0}.patronite--new .payment__calc--box i{color:#106CE5;display:flex;font-size:12px}.patronite--new .payment__calc--box span{color:#106CE5;display:flex;font-size:16px}.patronite--new .payment__method>p{margin-bottom:0}.patronite--new .payment__method>span{font-size:14px;color:#757575;font-style:italic;margin-bottom:3rem}.patronite--new .payment__method--cont{display:flex;flex-wrap:wrap;margin-top:2rem;margin-right:-.5rem;margin-left:-.5rem}.patronite--new .payment__method--cont>a{width:20%;padding:.5rem}@media screen and (max-width: 91rem){.patronite--new .payment__method--cont>a{width:25%}}@media screen and (max-width: 65rem){.patronite--new .payment__method--cont>a{width:50%}}.patronite--new .payment__method--box{border:1px solid #D9D9D9;border-radius:.5rem;padding:7px 12px;text-align:center;height:100%;display:flex;flex-direction:column;justify-content:space-between}.patronite--new .payment__method--box--inner{width:104px}@media screen and (max-width: 41rem){.patronite--new .payment__method--box--inner{width:50%}}.patronite--new .payment__method--box__promo-description{font-size:12px;padding:1rem;text-align:left;width:calc(100% - 104px);margin-bottom:0}@media screen and (max-width: 41rem){.patronite--new .payment__method--box__promo-description{width:100%}}.patronite--new .payment__method--box.is-promo{cursor:pointer;flex-direction:row;margin:0 .5rem .5rem;align-items:center;width:100%}@media screen and (max-width: 41rem){.patronite--new .payment__method--box.is-promo{flex-direction:column}}.patronite--new .payment__method--box.our-choice{position:relative}.patronite--new .payment__method--box.our-choice:before{content:'Nasz wybór';position:absolute;bottom:100%;left:12px;background-color:#106CE5;color:#fff;font-size:10px;border-top-left-radius:5px;border-top-right-radius:5px;padding:2px 7px}.patronite--new .payment__method--box.chosen{border-color:#106CE5}.patronite--new .payment__method--box.chosen p:not(.payment__method--box__promo-description){color:#106CE5}.patronite--new .payment__method--box--img{display:flex;align-items:center;justify-content:center;min-height:50px;flex:1}.patronite--new .payment__method--box img{border-radius:.5rem;overflow:hidden;width:100%}.patronite--new .payment__method--box p:not(.payment__method--box__promo-description){font-size:10px;color:#262626;text-align:center;padding:0;margin-bottom:0;min-height:20px;display:flex;align-items:center;justify-content:center;line-height:1}.patronite--new .payment__failed{text-align:left}.patronite--new .payment__failed *{font-size:16px;line-height:24px}.patronite--new .payment__failed ul{margin-bottom:16px}.patronite--new .payment__failed ul li{margin-bottom:0 !important}.patronite--new .payment__failed p a{text-decoration:none}.patronite--new .payment__boxed{width:712px;margin:40px auto;max-width:100%;display:flex;flex-direction:column;gap:16px}.patronite--new .payment__boxed--actions{margin-top:24px;display:flex;width:100%;flex-direction:row;justify-content:flex-end;align-items:center}.patronite--new .payment-box{padding:24px;background-color:#fff;border-radius:8px;display:flex;flex-direction:column}.patronite--new .payment-box.center{align-items:center;text-align:center}.patronite--new .separated__section{border-top:1px solid #B3B3B3;border-bottom:1px solid #B3B3B3;padding:.5rem 0;color:#737373;margin-bottom:1rem}.patronite--new .separated__section p{margin:0;font-size:12px}.patronite--new .card__between{border:1px solid #D9D9D9;border-radius:0.5rem;padding:8px 16px 24px 24px;margin-bottom:1rem;cursor:pointer;position:relative}@media screen and (max-width: 65rem){.patronite--new .card__between{padding:8px 16px 16px}}.patronite--new .card__between.active{border:1px solid #106CE5;background-color:#F9FBFE}.patronite--new .card__between.active>div:first-of-type p:before{border-color:#106CE5}.patronite--new .card__between.active>div:first-of-type p:after{background-color:#106CE5}.patronite--new .card__between .our-choice{position:absolute;bottom:100%;left:12px;background-color:#106CE5;color:#fff;font-size:10px;border-top-left-radius:5px;border-top-right-radius:5px;padding:2px 7px}.patronite--new .card__between div{display:flex;justify-content:space-between;align-items:center}.patronite--new .card__between div img{height:48px}@media screen and (max-width: 65rem){.patronite--new .card__between div img{max-width:40%;height:auto;max-height:40px}}.patronite--new .card__between div:first-of-type{margin-bottom:8px}.patronite--new .card__between div:first-of-type p{font-size:18px;color:#262626;line-height:18px;margin-bottom:0;padding-left:28px;position:relative}.patronite--new .card__between div:first-of-type p:before,.patronite--new .card__between div:first-of-type p:after{content:'';position:absolute;top:50%;transform:translateY(-50%)}.patronite--new .card__between div:first-of-type p:before{width:18px;height:18px;border-radius:9px;left:0;border:1px solid #b3b3b3;box-sizing:border-box;background:#fff}.patronite--new .card__between div:first-of-type p:after{border-radius:9px;background-color:transparent;left:4px;width:10px;height:10px}@media screen and (max-width: 65rem){.patronite--new .card__between div:first-of-type p{width:100%}}.patronite--new .card__between div:last-child{align-items:flex-start;flex-direction:column}.patronite--new .card__between div:last-child p{font-size:14px;line-height:18px;color:#262626;letter-spacing:0;margin-bottom:0}.patronite--new .card__between div:last-child span{min-width:96px;display:flex}.patronite--new .quote{padding-left:1rem;padding-top:0.5rem;padding-bottom:0.5rem;border-left:2px solid #106CE5;margin-bottom:2rem}.patronite--new .quote p{font-style:italic}.patronite--new .quote a{color:#106CE5}.patronite--new .payment_step_1,.patronite--new .payment_step_2{transition:opacity .33s ease;height:auto;opacity:1}.patronite--new .payment_step_1.payment_hide,.patronite--new .payment_step_2.payment_hide{overflow:hidden;opacity:0;transition:opacity .33s ease}.patronite--new .share-fb-patron{position:relative}.patronite--new .share-fb-patron--hover{position:absolute;top:0;left:0;right:0;bottom:4px;background:rgba(0,81,239,0.81);filter:blur(0) !important;text-align:center;display:none;align-items:center;justify-content:center}.patronite--new .share-fb-patron--hover .btn{border-bottom:2px solid #7FE8FD}.patronite--new .share-fb-patron:hover .share-fb-patron--hover{display:flex}@media screen and (max-width: 65rem){.patronite--new.payment--page .main-footer{padding-bottom:90px}}.patronite--new .formal_page_background{background:url(../../img/remind-background.jpg);background-size:cover;position:relative;background-position:bottom;min-height:100vh;background-attachment:fixed}.patronite--new .formal_page_background .formal_page_box{background:white;border-radius:18px;padding:2rem;box-shadow:0 2px 2px 0 rgba(142,142,142,0.5),0 2px 2px 0 rgba(0,0,0,0.03);margin-top:50px}.patronite--new .formal_page_background .formal_page_box p{color:#404040;font-size:14px}.patronite--new .formal_page_background .rodo-button{display:none}.patronite--new .rodo{font-size:14px}.patronite--new .tags{display:flex;flex-wrap:wrap;margin-right:-2rem}.patronite--new .tags div{text-align:center;align-items:center;display:flex;width:25%;justify-content:flex-start;padding:0;margin-bottom:.25rem}.patronite--new .tags div a{color:#000}@media screen and (max-width: 65rem){.patronite--new .tags div{width:33.333333%}}@media screen and (max-width: 41rem){.patronite--new .tags div{width:50%}}.patronite--new .tags div.active a{color:#DE330D;border-bottom:2px solid #DE330D}.patronite--new .tags.smaller{justify-content:center}.patronite--new .tags.smaller a{font-size:14px;width:unset;margin:0 5px}.patronite--new .tags--pill{display:inline-flex;align-items:center;justify-content:center;text-align:center;background-color:#f0f0f0;color:#6B6B6B;height:26px;border-radius:13px;padding:0 12px;font-size:12px}.patronite--new .tags--list-post{display:flex;align-items:center;flex-wrap:wrap}.patronite--new .tags--list-post>a{margin-bottom:5px;margin-right:5px;display:none}.patronite--new .tags--list-post>a:nth-child(1),.patronite--new .tags--list-post>a:nth-child(2),.patronite--new .tags--list-post>a:nth-child(3),.patronite--new .tags--list-post>a.tags-show-more{display:inline-flex;cursor:pointer}.patronite--new .tags--list-post.show-all>a{display:inline-flex !important}.patronite--new .tags--default{margin-bottom:40px}.patronite--new .tags--default a{display:inline-flex;align-items:center;justify-content:center;text-align:center;font-size:14px;background-color:#f0f0f0;color:#818181}.patronite--new .tags--default a.picked{height:26px;border-radius:13px;padding:0 12px;font-size:12px}.patronite--new .tags--default--label{display:block;color:#818181;margin-bottom:10px;font-size:12px}.patronite--new .tags--default--list{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:20px}.patronite--new .tags--default--list a{margin-right:10px;margin-bottom:5px;height:40px;border-radius:20px;padding:0 16px}.patronite--new .tags--default--list a:last-of-type{margin-right:0}.patronite--new .tags--default--list a.active{color:#fff;background-color:#262626}.patronite--new .tags-search{position:relative;width:240px}.patronite--new .tags-search--icon{position:absolute;top:17px;z-index:4;left:12px;transform:translateY(-50%);color:#aaaaaa}.patronite--new .tags-search--list{display:none;position:absolute;top:0;left:0;width:100%;padding:0;margin:0;z-index:2;background-color:#fff;font-size:14px;padding-top:44px;border-radius:10px;max-height:289px;overflow-y:auto}.patronite--new .tags-search--list li:not(:last-of-type){border-bottom:2px solid #F2F1F1}.patronite--new .tags-search--list li a{display:block;width:100%;padding:8px 12px;background-color:#fff;transition:0.3s all ease-in-out;cursor:pointer}.patronite--new .tags-search--list li a:hover{background-color:#F9F9F9}.patronite--new .tags-search--no-results{pointer-events:none}.patronite--new .tags-search--input{background-color:#F0F0F0;transition:0.3s all ease-in-out;position:relative;z-index:3;border-radius:10px;font-size:14px;width:240px;height:34px;padding-left:36px;border:2px solid transparent;font-family:"Patronite III",sans-serif}.patronite--new .tags-search--clear{position:absolute;top:17px;transform:translateY(-50%);right:12px;background-color:transparent;border:none;outline:none;z-index:4;display:none;height:13px;cursor:pointer}.patronite--new .tags-search--clear.show{display:block}.patronite--new .tags-search.is-focused{z-index:999}.patronite--new .tags-search.is-focused .tags-search--input{background-color:#FFF;border-color:#84aaee}.patronite--new .tags-search.is-focused .tags-search--icon{color:#000}.patronite--new .tags-search.is-focused .tags-search--list{display:block;box-shadow:0 0 15px 5px rgba(0,0,0,0.05)}.patronite--new .comment{display:flex;flex-direction:column;margin-bottom:16px}.patronite--new .comment.is-form{align-items:center;flex-direction:row}@media screen and (max-width: 65rem){.patronite--new .comment.is-form{flex-wrap:wrap}.patronite--new .comment.is-form .comment__content__wrapper{flex:none;width:calc(100% - 40px - 14px)}.patronite--new .comment.is-form .comment__content__wrapper textarea{margin-right:0;width:100%}.patronite--new .comment.is-form button{margin:20px auto 0}}.patronite--new .comment.is-author .comment__content{background-color:rgba(33,122,239,0.1);color:#106CE5}.patronite--new .comment--main{padding:16px 24px;border:1px solid #EBEBEB;border-radius:8px;margin-bottom:47px;background-color:#fff}.patronite--new .comment--main .comment{margin-bottom:0}.patronite--new .comment--prev{text-align:center;color:#106CE5;font-style:italic;padding:20px 0;opacity:.7;cursor:pointer;display:flex;align-items:center;justify-content:center}.patronite--new .comment--sub{padding-left:40px;margin-bottom:46px}.patronite--new .comment--sub+*{margin-bottom:46px !important}.patronite--new .comment--sub .is-form{margin-bottom:46px;display:none}.patronite--new .comment--list .comment{margin-bottom:46px}.patronite--new .comment__header{display:flex;align-items:center;margin-bottom:16px}.patronite--new .comment__header__author{font-size:14px;font-weight:600;line-height:21px;display:flex;align-items:center}.patronite--new .comment__header__author .marker{margin-left:8px;padding:2px 6px}.patronite--new .comment__header__date{opacity:.7;font-size:12px;line-height:18px;font-weight:400}.patronite--new .comment__header+.comment__content{margin-right:0}.patronite--new .comment__img{width:40px;height:40px;border-radius:20px;margin-right:14px}.patronite--new .comment__content{font-family:Patronite III, Arial, sans-serif;font-weight:400;background-color:rgba(234,234,234,0.7);padding:8px 16px;font-size:14px;border-radius:8px;flex:1;margin-right:22px;line-height:24px}.patronite--new .comment__content__wrapper{flex:1;position:relative}.patronite--new .comment__content__wrapper .comment__content{width:calc(100% - 22px)}.patronite--new .comment__content__wrapper textarea.comment__content{display:block;resize:vertical;height:40px;min-height:40px;max-height:200px;display:block}.patronite--new .comment__content__error{position:absolute;top:100%;left:0;color:#CC0C05;font-size:12px}.patronite--new .comment__actions{margin-top:7px;display:flex;justify-content:flex-end;padding:0 4px}.patronite--new .comment__actions form{display:inline-flex}.patronite--new .comment__actions__button{font-size:12px;color:#404040;line-height:18px;font-weight:400;background-color:transparent;display:inline-flex;align-items:center;opacity:.7;cursor:pointer;padding:0 4px}.patronite--new .comment__actions__button.delete:before{content:"\f136";display:inline-block;font-size:20px;margin-top:-3px;margin-right:4px;font-family:icons_patronite !important;font-style:normal;font-weight:normal !important;vertical-align:top}.patronite--new .comment__fake{position:relative;padding:20px}.patronite--new .comment__fake .comment{opacity:.3}.patronite--new .comment__fake__overlay{position:absolute;top:0;left:0;width:100%;height:100%;backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}@supports not (backdrop-filter: blur()){.patronite--new .comment__fake__overlay{background-color:rgba(255,255,255,0.7)}}.patronite--new .comment__fake__overlay__icon{width:64px;height:64px;border-radius:32px;background-color:#E7F2FE;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.patronite--new .comment__fake__overlay__icon .icon{color:#106CE5;font-size:30px}.patronite--new .comment__fake__overlay__title{font-family:"Patronite IV",sans-serif;font-size:21px;line-height:48px;font-weight:400;margin-bottom:0}.patronite--new .comment__fake__overlay__title br{display:none}@media screen and (max-width: 65rem){.patronite--new .comment__fake__overlay__title{line-height:27px;margin-bottom:10px}.patronite--new .comment__fake__overlay__title br{display:block}}.patronite--new .comment__fake__overlay__sub-title{margin-bottom:24px;font-size:16px}@media screen and (max-width: 65rem){.patronite--new .comment__fake__overlay__sub-title br{display:none}}.patronite--new .patronite-audio .main-container{width:100%;max-width:755px;margin:0 auto}.patronite--new .patronite-audio--section-title{font-size:18px}.patronite--new .patronite-audio--edit-podcast{position:absolute;top:10px;right:5px;z-index:999}.patronite--new .patronite-audio .extra-info{max-width:312px;display:inline-block;color:#868686;padding:20px 0;font-size:14px}.patronite--new .patronite-audio .extra-info.bigger{max-width:425px}.patronite--new .patronite-audio i.icon.icon-pencil-edit-button{border:none;font-size:18px;height:29px}.patronite--new .patronite-audio .table td,.patronite--new .patronite-audio .table th{font-size:14px}.patronite--new .patronite-audio--card{box-shadow:none !important;padding:0 !important;max-width:690px;margin:0 auto}.patronite--new .patronite-audio--card h1{font-size:28px;line-height:48px;font-family:"Patronite III";margin-bottom:8px;font-weight:400;text-align:center}.patronite--new .patronite-audio--card__avatar{max-width:280px;width:100%;height:auto;margin-bottom:32px}.patronite--new .patronite-audio--card__sub-title{font-size:16px;text-align:center;margin-bottom:24px}.patronite--new .patronite-audio--card__apps{display:flex;align-items:center;justify-content:center}@media screen and (max-width: 40rem){.patronite--new .patronite-audio--card__apps{flex-wrap:wrap}}.patronite--new .patronite-audio--card__apps a{width:50%;text-align:center}.patronite--new .patronite-audio--card__apps a img{display:inline-block}.patronite--new .patronite-audio--card__apps a:first-child{margin-right:5px}@media screen and (max-width: 40rem){.patronite--new .patronite-audio--card__apps a{width:100%;margin-right:0}}.patronite--new .patronite-audio--card__content,.patronite--new .patronite-audio--card__footer{display:flex;flex-direction:column;align-items:center}.patronite--new .patronite-audio--card__content{padding:64px 32px 40px;border-bottom:1px solid #EBEBEB}.patronite--new .patronite-audio--card__footer{padding:32px 32px 64px}.patronite--new .patronite-audio--card__footer p{font-weight:300;font-size:16px !important;text-align:center;line-height:24px}.patronite--new .patronite-audio--card__footer .btn{font-size:18px;font-weight:600;font-family:"Patronite III"}.patronite--new .pill{background-color:#fff;padding:16px 24px;border-radius:12px;font-weight:600;display:flex;align-items:center;flex-direction:row;min-width:290px;max-width:100%;box-shadow:0 15px 30px 0 #EFEFEF}.patronite--new .pill.dark{background-color:#242424;box-shadow:none}.patronite--new .pill.dark .pill__title{color:#fff}.patronite--new .pill.is-inline{display:inline-flex;margin:20px 0 40px}.patronite--new .pill__title{font-size:17px;margin-bottom:6px}.patronite--new .pill__title.italics{font-style:italic}.patronite--new .pill__content{width:calc(100% - 56px - 24px + 1px)}.patronite--new .pill__sub-title{font-size:14px;opacity:.7}.patronite--new .pill__sub-title.is-regular{font-weight:400}.patronite--new .pill__info{display:flex;align-items:center}.patronite--new .pill__image{width:56px;height:56px;border-radius:28px;background-repeat:no-repeat;background-position:center center;margin-right:24px}.patronite--new .pill__image.is-youtube{background-image:url(../../img/patronite-why/icons/youtube.svg);background-color:rgba(255,0,0,0.05)}.patronite--new .pill__image.is-patronite{background-image:url(../../img/patronite-why/icons/patronite.svg);background-color:rgba(223,99,59,0.05)}.patronite--new .pill__counter{color:#158927;margin-right:10px}.patronite--new .pill__counter.brand{color:#DF633B}.patronite--new .pill__counter.youtube{color:#FF0000}.patronite--new .pill__counter.grey{color:#404040}.patronite--new .pill__suffix{color:rgba(13,13,13,0.4)}.patronite--new .pill__suffix.is-light{color:rgba(255,255,255,0.5);font-weight:400}.patronite--new .pill.with-image{flex-direction:column;padding:0;overflow:hidden}.patronite--new .pill.with-image .pill__content{padding:16px 24px;width:100%}.patronite--new .pill.with-image .pill__image{width:100%;height:200px;border-radius:0;margin-right:0;background-position:center center}.patronite--new .display-flex{display:flex}.patronite--new .flex-end{justify-content:flex-end}.patronite--new .align-center{align-items:center}.patronite--new .position-relative{position:relative}.patronite--new .text-underline{text-decoration:underline}.patronite--new .box.is-white{background-color:#fff}.patronite--new .no-decoration{text-decoration:none !important}.patronite--new .td-centered td{vertical-align:middle !important}.patronite--new .text-left{text-align:left !important}@media screen and (max-width: 64rem){.patronite--new .hide-mobile{display:none}}@media screen and (min-width: 65rem){.patronite--new .hide-desktop{display:none}}.patronite--new .risk-hr{margin:40px 0;border-color:#D9D9D9;clear:both}.patronite--new .risk-main-title{text-align:center;margin-bottom:40px}.patronite--new .risk-title{display:flex;align-items:center;margin-bottom:20px}.patronite--new .risk-title:before{content:"i";display:block;width:20px;line-height:20px;text-align:center;border-radius:20px;color:#fff;background-color:#106CE5;margin-right:15px;flex-shrink:0}.patronite--new .risk ul{margin-bottom:20px}.patronite--new .risk ul li{margin-bottom:20px}.patronite--new .share-box .row{justify-content:space-between;width:320px;max-width:100%}.patronite--new .share-box__title{font-size:24px;font-style:normal;line-height:28px;margin-bottom:24px;font-weight:500}.patronite--new .share-box__item{display:flex;align-items:center;justify-content:center;flex-direction:column}.patronite--new .share-box__item span{font-size:14px;line-height:30px;user-select:none}.patronite--new .share-box__button{width:48px;height:48px;border-radius:24px;border:1px solid black;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.3s all ease-in-out;margin-bottom:4px}.patronite--new .share-box__button i{font-size:23px}.patronite--new .share-box__button.fb-share{border-color:#1A77F2;color:#1A77F2}.patronite--new .share-box__button.fb-share:hover{background-color:#1A77F2;color:#fff}.patronite--new .share-box__button.twitter-share{border-color:#1EA1F2;color:#1EA1F2}.patronite--new .share-box__button.twitter-share:hover{background-color:#1EA1F2;color:#fff}.patronite--new .share-box__button.x-share{border-color:#000;color:#000}.patronite--new .share-box__button.x-share:hover{background-color:#000;color:#fff}.patronite--new .share-box__button.link-share{border-color:#ED1A2D;color:#ED1A2D}.patronite--new .share-box__button.link-share:hover{background-color:#ED1A2D;color:#fff}.patronite--new .social-modal{width:auto;margin:0;right:unset !important;left:50% !important;transform:translate(-50%, -50%) !important;padding:0;max-width:100%}.patronite--new .social-modal .col-xs-12,.patronite--new .social-modal .modal__content{width:659px;max-width:100%;padding:0}.patronite--new .social-modal .modal__content{margin:0 auto}.patronite--new .social-modal .modal__content .modal__content__body{padding:48px}.patronite--new .ih{display:flex;align-items:center;margin-bottom:24px;flex-wrap:wrap}.patronite--new .ih.is-faq{margin-bottom:64px}.patronite--new .ih.is-start{align-items:flex-start;margin-bottom:36px}.patronite--new .ih.is-start .ih--icon{margin-top:-12px}.patronite--new .ih.is-column{flex-direction:column;align-items:center;text-align:center}.patronite--new .ih.is-column .ih--header,.patronite--new .ih.is-column .ih--sub-text{width:100%}.patronite--new .ih.is-column .ih--icon{margin-right:0;margin-bottom:16px}.patronite--new .ih.is-column .ih--sub-text{padding-left:0;margin-bottom:0;margin-top:8px}.patronite--new .ih--icon{width:48px;height:48px;border-radius:24px;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-right:16px;background-color:rgba(64,64,64,0.05);font-weight:600}.patronite--new .ih--icon.is-big{width:56px;height:56px;border-radius:28px;font-size:26px}.patronite--new .ih--icon img{max-width:100%;width:20px;height:auto}.patronite--new .ih--header{width:calc(100% - 48px - 16px);font-weight:400}.patronite--new .ih--header.is-normal{line-height:27px}.patronite--new .ih--header.bold{font-weight:600}.patronite--new .ih--sub-text{width:100%;margin-top:11px;padding-left:64px}.patronite--new .ih.is-brand .ih--icon{background-color:rgba(217,79,52,0.05);color:#DE330D}.patronite--new .ih.is-brand .ih--header{font-weight:600;color:#DE330D}.patronite--new .ih.is-brand .ih--header.is-normal{color:#404040}.patronite--new .ih.is-complement .ih--icon{background-color:rgba(33,122,239,0.05);color:#106CE5}.patronite--new .ih.is-complement .ih--header{font-weight:600;color:#106CE5}.patronite--new .ih.is-complement .ih--header.is-normal{color:#404040}.patronite--new .ih.is-success .ih--icon{background-color:#E8F8EA;color:#158927}.patronite--new .ih.is-success .ih--header{font-weight:600;color:#158927}.patronite--new .ih.is-success .ih--header.is-normal{color:#404040}.patronite--new textarea.rich{display:none}.patronite--new .select-v2{margin-bottom:16px}.patronite--new .select-v2 .ss-multi-selected{flex-direction:column}.patronite--new .select-v2 .ss-multi-selected .ss-add{order:1;width:100%;display:flex;align-items:center;justify-content:space-between;border:1px solid #b3b3b3;border-radius:4px;padding:12px;transition:border-color .3s ease-in-out,color .3s ease-in-out;font-size:18px;color:#B3B3B3;font-family:Patronite III,sans-serif;background-color:#fff;margin:0;font-style:italic}.patronite--new .select-v2 .ss-multi-selected .ss-add:after{content:"";border-top:2px solid #b3b3b3;border-right:2px solid #b3b3b3;width:11px;height:11px;transform:rotate(135deg);transition:.2s transform ease-in-out;margin-top:-5px}.patronite--new .select-v2 .ss-multi-selected .ss-add .ss-plus{display:none}.patronite--new .select-v2 .ss-multi-selected .ss-values{order:2;width:100%}.patronite--new .select-v2 .ss-multi-selected .ss-values>.ss-disabled{display:none !important}.patronite--new .select-v2 .ss-multi-selected .ss-values .ss-value{background-color:transparent;border-bottom:1px solid #D9D9D9;padding:10px 0;width:100%;margin:0;justify-content:space-between}.patronite--new .select-v2 .ss-multi-selected .ss-values .ss-value:first-child{margin-top:16px}.patronite--new .select-v2 .ss-multi-selected .ss-values .ss-value .ss-value-text{font-size:16px;font-weight:600;line-height:21px;color:#262626}.patronite--new .select-v2 .ss-multi-selected .ss-values .ss-value .ss-value-delete{color:transparent;font-size:0px;padding:0 10px;margin:0;line-height:normal}.patronite--new .select-v2 .ss-multi-selected .ss-values .ss-value .ss-value-delete:after{content:"\f108";font-family:icons_patronite !important;font-size:15px;color:#B3B3B3}@media screen and (max-width: 65rem){.patronite--new .select-v2 .ss-multi-selected .ss-values .ss-value .ss-value-delete:after{font-size:25px}}.patronite--new .select-v2 .ss-content{top:49px;border-color:#b3b3b3}.patronite--new .select-v2.threshold-posts-placeholder .ss-add:before{content:"Wybierz z listy progów"}.patronite--new .text-truncated--read-more{background-color:transparent;cursor:pointer}.patronite--new .text-truncated--read-more span{text-decoration:underline}.patronite--new .rm-button{background-color:transparent;display:inline-block !important;width:auto !important;text-decoration:underline;cursor:pointer;color:#404040}.patronite--new .readmore-text.is-complement+.rm-button{align-self:flex-end;color:#106CE5}.patronite--new .image-container{position:relative}.patronite--new .image-container--floating.move{position:fixed;top:92px}.patronite--new .image-container--floating.bottom{position:absolute;bottom:0;top:unset}.patronite--new .posts-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:20px}.patronite--new .confirm-code{display:flex;align-items:center;flex-direction:column;justify-content:center;height:100%;padding:20px 10px}.patronite--new .confirm-code--title{font-weight:400;font-size:24px;line-height:24px;text-align:center;margin-bottom:28.5px}.patronite--new .confirm-code--resend,.patronite--new .confirm-code--messages{font-size:12px}.patronite--new .confirm-code--resend{margin-top:16px;text-align:center}.patronite--new .confirm-code--resend a{text-decoration:underline}.patronite--new .confirm-code--errors{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);font-size:12px}.patronite--new .confirm-code--wrapper{max-width:484px;width:100%;position:relative}.patronite--new .confirm-code--inputs{height:135px;width:100%;border-radius:12px;background-color:#F2F2F2;display:flex;align-items:center;justify-content:center;position:relative}.patronite--new .confirm-code--inputs__wrapper{width:368px;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 65rem){.patronite--new .confirm-code--inputs__wrapper{width:250px}}.patronite--new .confirm-code--inputs input{border:0 !important;border-radius:4px !important;width:48px !important;height:64px !important;font-size:48px !important;background-color:#fff !important;padding:0 !important;text-align:center;text-transform:uppercase}@media screen and (max-width: 65rem){.patronite--new .confirm-code--inputs input{width:32px !important;height:43px !important;font-size:32px !important}}.patronite--new .confirm-code--inputs input[disabled="true"]{background-color:#CCCCCC !important;color:#888686}.patronite--new .cke_dialog{z-index:999999999 !important}.patronite--new .lp--box{color:#404040;display:flex;align-items:center;justify-content:center;flex-direction:column;width:421px;max-width:100%;height:277px;background-color:#fff;border-radius:12px;position:absolute;bottom:-138.5px;left:50%;transform:translateX(-50%);font-size:16px;box-shadow:0 15px 30px 0 rgba(64,64,64,0.05)}.patronite--new .lp--box.small{height:98px;bottom:-49px;width:630px;flex-direction:row;padding:0 24px}@media only screen and (max-width: 65rem){.patronite--new .lp--box.small{flex-direction:column;align-items:center;height:auto;padding:24px;top:calc(100% - 40px);bottom:unset}}.patronite--new .lp--box.small img{max-width:calc(50% - 155px/2)}@media only screen and (max-width: 65rem){.patronite--new .lp--box.small img{max-width:230px}}.patronite--new .lp--box__text{display:flex;flex-direction:column}.patronite--new .lp--box__text span:first-child{font-size:10px;font-weight:400;line-height:16px;margin-bottom:4px;text-transform:uppercase;opacity:.7}.patronite--new .lp--box__text span:last-child{font-weight:400;font-size:24px;line-height:24px}.patronite--new .lp--box__wrapper{display:flex;align-items:center;justify-content:center;position:relative;z-index:2;padding-bottom:48px}.patronite--new .lp--box__wrapper.is-grey{background-color:#FBFBFB}.patronite--new .lp--box.inline{height:auto;width:auto;display:inline-flex;flex-direction:row;padding:16px;max-width:100%;border-color:transparent}.patronite--new .lp--box.inline img{margin-right:16px;width:56px;height:56px}.patronite--new .lp--box.static{position:relative;top:unset;left:unset;bottom:unset;margin:0 auto;transform:none}@media only screen and (max-width: 65rem){.patronite--new .lp--box{max-width:calc(100% - 40px)}}.patronite--new .lp--box__label{position:absolute;bottom:100%;left:50%;transform:translateX(-50%);background-color:#158927;color:#fff;font-size:10px;font-weight:bold;text-align:center;padding:4px 8px;border-radius:4px 4px 0 0}.patronite--new .lp--box__from{display:block;text-align:center;white-space:nowrap;line-height:35px;margin-bottom:23px}.patronite--new .lp--box__percentage{font-size:48px;font-weight:bold;font-family:"Patronite IV",sans-serif;line-height:62px;color:#158927}.patronite--new .lp--box__percentage.is-red{color:#DE330D}.patronite--new .lp--box__percentage.is-grey{color:#C7C7C7 !important}.patronite--new .carousel-bnp{width:100%;max-height:561px;overflow:hidden;position:relative}@media screen and (max-width: 65rem){.patronite--new .carousel-bnp{display:none !important}}.patronite--new .carousel-bnp .flickity-viewport{padding-bottom:0}.patronite--new .carousel-bnp--slide{min-width:100%;width:100%;overflow:hidden;border-top-left-radius:8px;border-top-right-radius:8px}.patronite--new .carousel-bnp--slide img{display:block}.patronite--new .carousel-bnp--slide__thumbnail{position:absolute;top:0;left:32px}.patronite--new .carousel-bnp--slide__index{font-size:18px;font-weight:300;line-height:30px}.patronite--new .carousel-bnp--slide__title{font-size:28px;font-weight:400;line-height:40px;margin-bottom:24px}.patronite--new .carousel-bnp--slide__body{position:absolute;top:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;width:100%;height:100%;background:#020024;background:linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 100%);padding-bottom:48px;padding-left:32px;padding-right:32px}.patronite--new .carousel-bnp--thumbnails{display:flex;flex-wrap:wrap;border-bottom-right-radius:8px;border-bottom-left-radius:8px;overflow:hidden;padding-top:20px;margin-top:-20px;padding-bottom:20px;margin-bottom:-20px}.patronite--new .carousel-bnp--thumbnails__single{width:11.1111114%;display:flex;align-items:center;justify-content:center;height:114px;position:relative}@media screen and (max-width: 65rem){.patronite--new .carousel-bnp--thumbnails__single{width:33%;height:150px}.patronite--new .carousel-bnp--thumbnails__single.active:before{height:0 !important}}@media screen and (max-width: 40rem){.patronite--new .carousel-bnp--thumbnails__single{width:50%}}.patronite--new .carousel-bnp--thumbnails__single img{user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}.patronite--new .carousel-bnp--thumbnails__single:before{content:'';position:absolute;display:block;left:0;bottom:100%;height:0;width:100%;transition:.3s height ease-in-out}.patronite--new .carousel-bnp--thumbnails__single:nth-child(n+10):before{bottom:unset;top:100%}.patronite--new .carousel-bnp--thumbnails__single:nth-child(10){border-bottom-left-radius:8px}.patronite--new .carousel-bnp--thumbnails__single:nth-child(10).active{border-radius:0}@media screen and (max-width: 65rem){.patronite--new .carousel-bnp--thumbnails__single:nth-child(10){border-radius:0}}.patronite--new .carousel-bnp--thumbnails__single.active:before{height:20px}.patronite--new .carousel-bnp--thumbnails__single.bg-1{background-color:#EA1A2C}.patronite--new .carousel-bnp--thumbnails__single.bg-1:before{background-color:#EA1A2C}.patronite--new .carousel-bnp--thumbnails__single.bg-2{background-color:#D3A027}.patronite--new .carousel-bnp--thumbnails__single.bg-2:before{background-color:#D3A027}.patronite--new .carousel-bnp--thumbnails__single.bg-3{background-color:#289B47}.patronite--new .carousel-bnp--thumbnails__single.bg-3:before{background-color:#289B47}.patronite--new .carousel-bnp--thumbnails__single.bg-4{background-color:#C31E33}.patronite--new .carousel-bnp--thumbnails__single.bg-4:before{background-color:#C31E33}.patronite--new .carousel-bnp--thumbnails__single.bg-5{background-color:#EF3F2C}.patronite--new .carousel-bnp--thumbnails__single.bg-5:before{background-color:#EF3F2C}.patronite--new .carousel-bnp--thumbnails__single.bg-6{background-color:#08AED8}.patronite--new .carousel-bnp--thumbnails__single.bg-6:before{background-color:#08AED8}.patronite--new .carousel-bnp--thumbnails__single.bg-7{background-color:#FCB714}.patronite--new .carousel-bnp--thumbnails__single.bg-7:before{background-color:#FCB714}.patronite--new .carousel-bnp--thumbnails__single.bg-8{background-color:#8F1837}.patronite--new .carousel-bnp--thumbnails__single.bg-8:before{background-color:#8F1837}.patronite--new .carousel-bnp--thumbnails__single.bg-9{background-color:#F26D26}.patronite--new .carousel-bnp--thumbnails__single.bg-9:before{background-color:#F26D26}.patronite--new .carousel-bnp--thumbnails__single.bg-10{background-color:#E01583}.patronite--new .carousel-bnp--thumbnails__single.bg-10:before{background-color:#E01583}.patronite--new .carousel-bnp--thumbnails__single.bg-11{background-color:#F99D25}.patronite--new .carousel-bnp--thumbnails__single.bg-11:before{background-color:#F99D25}.patronite--new .carousel-bnp--thumbnails__single.bg-12{background-color:#CF8D2A}.patronite--new .carousel-bnp--thumbnails__single.bg-12:before{background-color:#CF8D2A}.patronite--new .carousel-bnp--thumbnails__single.bg-13{background-color:#48773E}.patronite--new .carousel-bnp--thumbnails__single.bg-13:before{background-color:#48773E}.patronite--new .carousel-bnp--thumbnails__single.bg-14{background-color:#027DBC}.patronite--new .carousel-bnp--thumbnails__single.bg-14:before{background-color:#027DBC}.patronite--new .carousel-bnp--thumbnails__single.bg-15{background-color:#3FB049}.patronite--new .carousel-bnp--thumbnails__single.bg-15:before{background-color:#3FB049}.patronite--new .carousel-bnp--thumbnails__single.bg-16{background-color:#02558B}.patronite--new .carousel-bnp--thumbnails__single.bg-16:before{background-color:#02558B}.patronite--new .carousel-bnp--thumbnails__single.bg-17{background-color:#173669}.patronite--new .carousel-bnp--thumbnails__single.bg-17:before{background-color:#173669}.patronite--new .carousel-bnp--thumbnails__single.bg-18{background-color:#fff}.patronite--new .carousel-bnp--thumbnails__single.bg-18:before{background-color:#fff}.patronite--new .profile-disclaimer{padding:12px 16px;background-color:rgba(38,38,38,0.5);border-radius:8px;position:relative;color:#fff;font-size:13px;line-height:16px;font-weight:400;display:inline-block;margin-top:22px}.patronite--new .profile-disclaimer a{text-decoration:underline;color:#fff}.patronite--new .profile-disclaimer--label{position:absolute;bottom:100%;left:8px;border-top-left-radius:4px;border-top-right-radius:4px;background-color:#DE330D;color:#fff;text-transform:uppercase;font-size:9px;line-height:20px;text-align:center;padding:1px 8px}.patronite--new .profile-disclaimer.is-complement .profile-disclaimer--label{background-color:#106CE5}.patronite--new .profile-disclaimer.is-warning .profile-disclaimer--label{background-color:#DE330D}.patronite--new .profile-disclaimer.is-caution .profile-disclaimer--label{background-color:#ED9E0C}@media screen and (max-width: 65rem){.patronite--new .profile-disclaimer{background-color:#ED9E0C;padding:12px;border-radius:0;display:block}.patronite--new .profile-disclaimer.is-complement{background-color:#106CE5}.patronite--new .profile-disclaimer.is-warning{background-color:#DE330D}.patronite--new .profile-disclaimer--label{display:none}}.patronite--new .message--page{background-color:#F7F7F7;padding-top:2rem;min-height:calc(100vh - 665px)}.patronite--new .message--page .get-messages{margin-bottom:32px}.patronite--new .message--page .messages-list-ajax{margin-bottom:16px;padding:0 24px;border-radius:8px;background-color:#fff;overflow:hidden}@media screen and (max-width: 65rem){.patronite--new .message--page .messages-list-ajax{margin-left:-16px;margin-right:-16px;border-radius:0;padding:0 16px}}.patronite--new .message--page .pagination{margin-top:104px}.patronite--new .message--page__title{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 65rem){.patronite--new .message--page__title{flex-direction:column;align-items:flex-start;justify-content:normal}}.patronite--new .message--page__title--inner{display:flex;align-items:center}@media screen and (max-width: 65rem){.patronite--new .message--page__title--inner+div{margin-top:8px}}.patronite--new .message--page__title .go-back{flex-shrink:0;color:#1c1c1c;font-size:16px;display:flex;align-items:center;justify-content:center;margin-right:16px}@media screen and (max-width: 65rem){.patronite--new .message--page__title .go-back{margin-right:8px}}.patronite--new .message--page__title h1{font-size:24px;line-height:31px;font-weight:600;color:#1c1c1c;margin-bottom:0}.patronite--new .message--page__header{display:flex;align-items:center;justify-content:space-between;width:100%}.patronite--new .message--page__header--actions{display:flex}@media screen and (max-width: 65rem){.patronite--new .message--page__header--actions{margin-top:16px;flex-direction:column;align-items:center}}@media screen and (max-width: 65rem){.patronite--new .message--page__header{flex-direction:column}}.patronite--new .message--date{display:flex;align-items:center;justify-content:center;margin-bottom:16px;margin-top:16px}.patronite--new .message--date span{display:block;text-align:center;letter-spacing:1px;font-size:12px;line-height:18px;color:#757575}.patronite--new .message--box{display:flex;flex-direction:column;margin-bottom:32px;align-items:flex-start}.patronite--new .message--box.is-owner{align-items:flex-end}@media screen and (max-width: 65rem){.patronite--new .message--box{padding-left:0 !important;padding-right:0 !important;margin-bottom:16px}}.patronite--new .message--box.is-reply,.patronite--new .message--box.is-first{padding:16px;background-color:#fff;border-radius:8px}.patronite--new .message--box.is-reply{padding:24px}@media screen and (max-width: 65rem){.patronite--new .message--box.is-reply{margin-left:-16px;margin-right:-16px;border-radius:0;padding:16px !important;position:sticky;bottom:0;width:auto;z-index:9999999990}}.patronite--new .message--box.is-first{margin-bottom:16px !important}@media screen and (max-width: 65rem){.patronite--new .message--box.is-first{padding:16px !important;margin-left:-16px;margin-right:-16px}.patronite--new .message--box.is-first .message--box__header{flex-direction:column;align-items:normal}}.patronite--new .message--box.is-owner{padding-left:56px}.patronite--new .message--box.is-owner .message--box__content{background-color:rgba(51,118,243,0.05);border-radius:8px 8px 0 8px}.patronite--new .message--box.is-owner .message--box__footer{justify-content:flex-end}.patronite--new .message--box__header{display:flex;align-items:center;justify-content:space-between;width:100%}.patronite--new .message--box__header+.message--box__content{margin-top:24px}.patronite--new .message--box__header .show-all-topics .icon{margin-left:8px;transform:rotate(90deg);transition:.3s transform ease-in-out}.patronite--new .message--box__header .show-all-topics.active .icon{transform:rotate(270deg)}@media screen and (max-width: 65rem){.patronite--new .message--box__header .show-all-topics{margin-top:16px}}.patronite--new .message--box__footer{display:flex;align-items:center}.patronite--new .message--box__content{font-size:16px;word-break:break-word;background-color:rgba(128,128,128,0.05);border-radius:8px 8px 8px 0;padding:16px;margin-bottom:8px;max-width:calc(100% - 56px)}@media screen and (max-width: 65rem){.patronite--new .message--box__content{max-width:100%}}.patronite--new .message--box__content p:last-child{margin-bottom:0}.patronite--new .message--box__content h1{font-size:34px;font-weight:500;font-style:normal}.patronite--new .message--box__content h2{font-size:30px;font-style:normal;font-weight:500}.patronite--new .message--box__content h3{font-size:28px;font-style:normal;font-weight:500}.patronite--new .message--box__content h4{font-size:26px;font-style:normal;font-weight:500}.patronite--new .message--box__content ul li{list-style-type:disc}.patronite--new .message--box__content a:not(.btn){text-decoration:underline;color:#106CE5}.patronite--new .message--box__more-messages{margin-top:16px;padding-left:22px;position:relative}.patronite--new .message--box__more-messages--wrapper{height:0;overflow:hidden;transition:.3s height ease-in-out;width:100%}.patronite--new .message--box__more-messages:before{content:"";position:absolute;left:20px;width:2px;height:calc(100% - 18.5px);background-color:#EBEBEB}.patronite--new .message--box__more-messages li{display:flex;align-items:center;margin-left:-2px}.patronite--new .message--box__more-messages li:not(:last-of-type){margin-bottom:16px}.patronite--new .message--box__more-messages li.is-active a{background-color:rgba(51,118,243,0.1);color:#0078FC}.patronite--new .message--box__more-messages li:before{content:"";width:22px;height:6px;border-left:2px solid #EBEBEB;border-bottom:2px solid #EBEBEB;border-bottom-left-radius:6px;margin-right:16px}.patronite--new .message--box__more-messages li a{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background-color:#F2F2F2;border-radius:8px;width:100%;font-size:14px;line-height:21px;word-break:break-word}.patronite--new .message--box__more-messages li a .date{opacity:.7;white-space:nowrap;padding-left:8px}@media screen and (max-width: 65rem){.patronite--new .message--box__more-messages li a{text-align:left;flex-direction:column;align-items:flex-start}.patronite--new .message--box__more-messages li a .date{align-self:flex-end}}.patronite--new .message--box .form-element{width:100%}.patronite--new .message--box .form-element:not(:last-of-type){margin-bottom:16px}.patronite--new .message--box textarea,.patronite--new .message--box .message-input{background-color:rgba(234,234,234,0.7);border-radius:8px;width:100%;max-width:100%;flex:1;font-family:"Patronite III";font-size:14px;line-height:21px;color:#757575;padding:9px 16px;apperance:none}.patronite--new .message--box textarea{min-height:80px}.patronite--new .message__author{display:flex;align-items:center;font-size:16px;line-height:21px;font-weight:600}.patronite--new .message__author--img{display:flex}.patronite--new .message__author.is-footer img{width:24px;height:24px;border-radius:12px;margin-right:8px}.patronite--new .message__author.is-footer .message__author--info{display:flex;align-items:center;justify-content:center;flex-direction:row}.patronite--new .message__author.is-footer .message__author--info__name{margin-right:8px}.patronite--new .message__author.is-footer .small{letter-spacing:1px;line-height:16px;font-size:12px;color:#757575}.patronite--new .message__author--info{display:flex;flex-direction:column}.patronite--new .message__author--info .small{color:#757575;font-size:11px;line-height:16px;font-weight:400}.patronite--new .message__author--info__name{font-size:14px;line-height:21px}.patronite--new .message__author img{width:40px;height:40px;border-radius:20px;margin-right:16px}.patronite--new .message--list{display:table;width:100%;max-width:100%}@media screen and (max-width: 65rem){.patronite--new .message--list{min-width:700px}}.patronite--new .message--list--wrapper{overflow:auto;width:100%;padding:5px}.patronite--new .message--list .message__author{max-width:300px;white-space:normal}@media screen and (max-width: 65rem){.patronite--new .message--list .message__author{word-break:break-word}}.patronite--new .message--list__row{display:table-row}.patronite--new .message--list__row[href]{cursor:pointer;transition:.3s box-shadow ease-in-out}.patronite--new .message--list__row[href]:active{color:#404040}.patronite--new .message--list__row[href]:hover{box-shadow:0 2px 4px 0 rgba(217,217,217,0.5)}.patronite--new .message--list__row.is-head .message--list__cell{background-color:transparent;padding-top:16px;padding-bottom:16px;font-size:12px;line-height:16px;font-weight:600}.patronite--new .message--list__row.is-head .message--list__cell:first-of-type{padding-left:24px}.patronite--new .message--list__row.is-head .message--list__cell:last-of-type{padding-right:24px}.patronite--new .message--list__row.is-separator .message--list__cell{padding:0 !important;background-color:transparent;height:16px}.patronite--new .message--list__cell{display:table-cell;padding:20px 16px;vertical-align:middle;background-color:#fff;font-size:14px;line-height:21px}.patronite--new .message--list__cell.is-new{font-weight:600}.patronite--new .message--list__cell:first-of-type{padding-left:24px;border-top-left-radius:8px;border-bottom-left-radius:8px}.patronite--new .message--list__cell:last-of-type{padding-right:24px;border-top-right-radius:8px;border-bottom-right-radius:8px}.patronite--new .message--list__cell.is-grey{color:rgba(64,64,64,0.7)}.patronite--new .message--list__cell.is-inline{white-space:nowrap}.patronite--new .message--list__cell.is-center{text-align:center}.patronite--new .message--list__status{width:24px;height:24px;border-radius:12px;background-color:#DE330D;color:#fff;font-weight:bold;font-size:11px;line-height:14px;display:inline-flex;align-items:center;justify-content:center}.patronite--new .message--list__status.is-success{background-color:rgba(74,130,232,0.1);color:#106CE5}.patronite--new .message--list__status.is-answered{background-color:rgba(21,137,39,0.1);color:#158927}.patronite--new .message--reply{display:flex;flex-direction:column;position:relative;padding-left:56px;width:100%}@media screen and (max-width: 65rem){.patronite--new .message--reply{padding-left:0}}.patronite--new .message--reply__footer{display:flex;align-items:center;justify-content:flex-end}@media screen and (max-width: 65rem){.patronite--new .message--reply__footer .btn{width:100%}.patronite--new .message--reply__footer img{margin-right:16px}}.patronite--new .message--reply img{width:40px;height:40px;border-radius:20px;position:absolute;top:0;left:0;flex-shrink:0}@media screen and (max-width: 65rem){.patronite--new .message--reply img{position:relative;top:unset;left:unset}}.patronite--new .message--reply .ql-toolbar{background-color:rgba(234,234,234,0.7);border-bottom:1px solid #d9d9d9;border-radius:8px 8px 0 0;border-top:0;border-left:0;border-right:0}.patronite--new .message--reply .ql-editor{background-color:rgba(234,234,234,0.7);border-radius:0 0 8px 8px;border:0}.patronite--new .message--reply .form-error{margin-top:0;font-size:12px;margin-bottom:15px}.patronite--new .message--threshold-info{font-size:14px;display:flex;margin-left:8px;color:rgba(179,179,179,0.7);transition:.3s color ease-in-out}.patronite--new .message--threshold-info:hover{color:#1C1C1C}.patronite--new [data-counter]{position:relative}.patronite--new [data-counter] input{padding-right:60px}.patronite--new [data-counter] .counter{position:absolute;right:16px;top:50%;font-size:11px;line-height:14px;transform:translateY(-50%);color:#757575}.patronite--new .badge{display:inline-flex;align-items:center;justify-content:center;font-size:32px;width:48px;height:48px;border-radius:24px}.patronite--new .badge.is-button{cursor:pointer}.patronite--new .badge.is-button span{display:inline-flex}.patronite--new .badge.is-small{width:16px;height:16px;border-radius:8px;margin:0 2px}.patronite--new .badge.is-small:before{font-size:9px !important}.patronite--new .badge:not(.is-button):before,.patronite--new .badge span{font-family:icons_patronite !important;font-style:normal;font-weight:normal !important;vertical-align:top}.patronite--new .badge-fire{background-color:rgba(238,30,144,0.09);color:#EE1E90}.patronite--new .badge-fire:not(.is-button):before{content:"";font-size:26px}.patronite--new .badge-fire.is-empty{background-color:transparent;border:2px solid #EE1E90}.patronite--new .badge-fire.is-filled{background-color:#EE1E90;color:#fff;border:2px solid #EE1E90}.patronite--new .badge-fire.is-button{transition:.3s background-color ease-in-out, .3s color ease-in-out}.patronite--new .badge-fire.is-button span:before{content:"";font-size:26px}.patronite--new .badge-fire.is-button:hover{background-color:rgba(178,13,104,0.09);color:#b20d68}.patronite--new .badge-star{background-color:rgba(253,147,7,0.09);color:#FD9307}.patronite--new .badge-star:not(.is-button):before{content:"";font-size:26px}.patronite--new .badge-star.is-empty{background-color:transparent;border:2px solid #FD9307}.patronite--new .badge-star.is-filled{background-color:#FD9307;color:#fff;border:2px solid #FD9307}.patronite--new .badge-star.is-button{transition:.3s background-color ease-in-out, .3s color ease-in-out}.patronite--new .badge-star.is-button span:before{content:"";font-size:26px}.patronite--new .badge-star.is-button:hover{background-color:rgba(182,104,1,0.09);color:#b66801}.patronite--new .badge-envelope{background-color:rgba(32,122,239,0.09);color:#207AEF}.patronite--new .badge-envelope:not(.is-button):before{content:"";font-size:26px}.patronite--new .badge-envelope.is-empty{background-color:transparent;border:2px solid #207AEF}.patronite--new .badge-envelope.is-filled{background-color:#207AEF;color:#fff;border:2px solid #207AEF}.patronite--new .badge-envelope.is-button{transition:.3s background-color ease-in-out, .3s color ease-in-out}.patronite--new .badge-envelope.is-button span:before{content:"";font-size:26px}.patronite--new .badge-envelope.is-button:hover{background-color:rgba(13,86,181,0.09);color:#0d56b5}.patronite--new .badge-facebook{background-color:rgba(55,117,234,0.09);color:#3775EA}.patronite--new .badge-facebook:not(.is-button):before{content:"";font-size:26px}.patronite--new .badge-facebook.is-empty{background-color:transparent;border:2px solid #3775EA}.patronite--new .badge-facebook.is-filled{background-color:#3775EA;color:#fff;border:2px solid #3775EA}.patronite--new .badge-facebook.is-button{transition:.3s background-color ease-in-out, .3s color ease-in-out}.patronite--new .badge-facebook.is-button span:before{content:"";font-size:26px}.patronite--new .badge-facebook.is-button:hover{background-color:rgba(20,80,192,0.09);color:#1450c0}.patronite--new .badge-messenger{background-color:rgba(0,134,255,0.09);color:#0086FF}.patronite--new .badge-messenger:not(.is-button):before{content:"";font-size:26px}.patronite--new .badge-messenger.is-empty{background-color:transparent;border:2px solid #0086FF}.patronite--new .badge-messenger.is-filled{background-color:#0086FF;color:#fff;border:2px solid #0086FF}.patronite--new .badge-messenger.is-button{transition:.3s background-color ease-in-out, .3s color ease-in-out}.patronite--new .badge-messenger.is-button span:before{content:"";font-size:26px}.patronite--new .badge-messenger.is-button:hover{background-color:rgba(0,94,179,0.09);color:#005eb3}.patronite--new .badge-success{background-color:rgba(21,137,39,0.09);color:#158927}.patronite--new .badge-success:not(.is-button):before{content:"";font-size:26px}.patronite--new .badge-success.is-empty{background-color:transparent;border:2px solid #158927}.patronite--new .badge-success.is-filled{background-color:#158927;color:#fff;border:2px solid #158927}.patronite--new .badge-success.is-button{transition:.3s background-color ease-in-out, .3s color ease-in-out}.patronite--new .badge-success.is-button span:before{content:"";font-size:26px}.patronite--new .badge-success.is-button:hover{background-color:rgba(11,71,20,0.09);color:#0b4714}.patronite--new .badge-answer{background-color:rgba(16,108,229,0.09);color:#106CE5}.patronite--new .badge-answer:not(.is-button):before{content:"";font-size:26px}.patronite--new .badge-answer.is-empty{background-color:transparent;border:2px solid #106CE5}.patronite--new .badge-answer.is-filled{background-color:#106CE5;color:#fff;border:2px solid #106CE5}.patronite--new .badge-answer.is-button{transition:.3s background-color ease-in-out, .3s color ease-in-out}.patronite--new .badge-answer.is-button span:before{content:"";font-size:26px}.patronite--new .badge-answer.is-button:hover{background-color:rgba(11,74,157,0.09);color:#0b4a9d}.patronite--new .badge-twitter{background-color:rgba(77,159,236,0.09);color:#4D9FEC}.patronite--new .badge-twitter:not(.is-button):before{content:"";font-size:26px}.patronite--new .badge-twitter.is-empty{background-color:transparent;border:2px solid #4D9FEC}.patronite--new .badge-twitter.is-filled{background-color:#4D9FEC;color:#fff;border:2px solid #4D9FEC}.patronite--new .badge-twitter.is-button{transition:.3s background-color ease-in-out, .3s color ease-in-out}.patronite--new .badge-twitter.is-button span:before{content:"";font-size:26px}.patronite--new .badge-twitter.is-button:hover{background-color:rgba(23,121,214,0.09);color:#1779d6}.patronite--new .badge-border{position:relative;display:inline-flex}.patronite--new .badge-border.is-small img{height:43px;width:43px;border-radius:21.5px;padding:3px;border:2px solid transparent}.patronite--new .badge-border img{height:104px;width:104px;border-radius:52px}.patronite--new .badge-border--icon{display:none}.patronite--new .badge-border[class*="border-"] .badge--icon{padding:2px 8px;display:inline-flex;border-radius:12.5px;position:absolute;top:calc(100% - 16px);left:50%;transform:translateX(-50%)}.patronite--new .badge-border[class*="border-"] .badge--icon:before{content:"\f13b";font-family:icons_patronite !important;font-style:normal;font-weight:normal !important;vertical-align:top;font-size:18px;margin-left:-3px}.patronite--new .badge-border.border-1 img{padding:3px;border:3px solid #106CE5}.patronite--new .badge-border.border-1.is-small img{border-width:2px}.patronite--new .badge-border.border-1 .badge--icon{color:#fff;background-color:#106CE5}.patronite--new .badge-border.border-1 .badge--icon:after{content:"1";display:inline;font-size:14px;margin-lefT:1px;font-weight:600}.patronite--new .badge-diamond-1{background-color:rgba(16,108,229,0.09);color:#106CE5}.patronite--new .badge-diamond-1:not(.is-button):before{content:"";font-size:26px}.patronite--new .badge-diamond-1.is-empty{background-color:transparent;border:2px solid #106CE5}.patronite--new .badge-diamond-1.is-filled{background-color:#106CE5;color:#fff;border:2px solid #106CE5}.patronite--new .badge-diamond-1.is-button{transition:.3s background-color ease-in-out, .3s color ease-in-out}.patronite--new .badge-diamond-1.is-button span:before{content:"";font-size:26px}.patronite--new .badge-diamond-1.is-button:hover{background-color:rgba(11,74,157,0.09);color:#0b4a9d}.patronite--new .badge-diamond-1.is-small{width:auto;padding:0 4px}.patronite--new .badge-diamond-1.is-small:after{content:"1";margin-left:2px;font-size:11px}.patronite--new .badge-border.border-2 img{padding:3px;border:3px solid #DE330D}.patronite--new .badge-border.border-2.is-small img{border-width:2px}.patronite--new .badge-border.border-2 .badge--icon{color:#fff;background-color:#DE330D}.patronite--new .badge-border.border-2 .badge--icon:after{content:"2";display:inline;font-size:14px;margin-lefT:1px;font-weight:600}.patronite--new .badge-diamond-2{background-color:rgba(222,51,13,0.09);color:#DE330D}.patronite--new .badge-diamond-2:not(.is-button):before{content:"";font-size:26px}.patronite--new .badge-diamond-2.is-empty{background-color:transparent;border:2px solid #DE330D}.patronite--new .badge-diamond-2.is-filled{background-color:#DE330D;color:#fff;border:2px solid #DE330D}.patronite--new .badge-diamond-2.is-button{transition:.3s background-color ease-in-out, .3s color ease-in-out}.patronite--new .badge-diamond-2.is-button span:before{content:"";font-size:26px}.patronite--new .badge-diamond-2.is-button:hover{background-color:rgba(150,34,9,0.09);color:#962209}.patronite--new .badge-diamond-2.is-small{width:auto;padding:0 4px}.patronite--new .badge-diamond-2.is-small:after{content:"2";margin-left:2px;font-size:11px}.patronite--new .badge-border.border-3 img{padding:3px;border:3px solid #E4BB07}.patronite--new .badge-border.border-3.is-small img{border-width:2px}.patronite--new .badge-border.border-3 .badge--icon{color:#fff;background-color:#E4BB07}.patronite--new .badge-border.border-3 .badge--icon:after{content:"3";display:inline;font-size:14px;margin-lefT:1px;font-weight:600}.patronite--new .badge-diamond-3{background-color:rgba(228,187,7,0.09);color:#E4BB07}.patronite--new .badge-diamond-3:not(.is-button):before{content:"";font-size:26px}.patronite--new .badge-diamond-3.is-empty{background-color:transparent;border:2px solid #E4BB07}.patronite--new .badge-diamond-3.is-filled{background-color:#E4BB07;color:#fff;border:2px solid #E4BB07}.patronite--new .badge-diamond-3.is-button{transition:.3s background-color ease-in-out, .3s color ease-in-out}.patronite--new .badge-diamond-3.is-button span:before{content:"";font-size:26px}.patronite--new .badge-diamond-3.is-button:hover{background-color:rgba(154,126,5,0.09);color:#9a7e05}.patronite--new .badge-diamond-3.is-small{width:auto;padding:0 4px}.patronite--new .badge-diamond-3.is-small:after{content:"3";margin-left:2px;font-size:11px}.patronite--new .badge-border.border-4 img{padding:3px;border:3px solid #000}.patronite--new .badge-border.border-4.is-small img{border-width:2px}.patronite--new .badge-border.border-4 .badge--icon{color:#fff;background-color:#000}.patronite--new .badge-border.border-4 .badge--icon:after{content:"4";display:inline;font-size:14px;margin-lefT:1px;font-weight:600}.patronite--new .badge-diamond-4{background-color:rgba(0,0,0,0.09);color:#000}.patronite--new .badge-diamond-4:not(.is-button):before{content:"";font-size:26px}.patronite--new .badge-diamond-4.is-empty{background-color:transparent;border:2px solid #000}.patronite--new .badge-diamond-4.is-filled{background-color:#000;color:#fff;border:2px solid #000}.patronite--new .badge-diamond-4.is-button{transition:.3s background-color ease-in-out, .3s color ease-in-out}.patronite--new .badge-diamond-4.is-button span:before{content:"";font-size:26px}.patronite--new .badge-diamond-4.is-button:hover{background-color:rgba(0,0,0,0.09);color:#000}.patronite--new .badge-diamond-4.is-small{width:auto;padding:0 4px}.patronite--new .badge-diamond-4.is-small:after{content:"4";margin-left:2px;font-size:11px}.patronite--new .recommendation--list .message--list__row:not(.is-head):not(.is-separator){box-shadow:0 2px 12px 0 rgba(210,215,213,0.3)}.patronite--new .recommendation--list .message--list__row:not(.is-head):not(.is-separator) .message--list__cell{padding:10.5px 16px}.patronite--new .recommendation--list__author{display:flex;align-items:center}.patronite--new .recommendation--list__author .badge-border{margin-right:10px}@media screen and (max-width: 65rem){.patronite--new .recommendation--list--column{width:100%}}.patronite--new .recommendation--boxes .box{margin-bottom:24px}.patronite--new .recommendation--box .box--content{display:flex;align-items:flex-start;padding:24px}.patronite--new .recommendation--box .badge-border{margin-right:40px}.patronite--new .recommendation--box__data{width:calc(100% - 144px)}@media screen and (max-width: 41rem){.patronite--new .recommendation--box__data{width:100%}}.patronite--new .recommendation--box--badge__content{display:flex;align-items:center}.patronite--new .recommendation--box--badge .box--content{justify-content:space-between;align-items:center}.patronite--new .recommendation--box--badge .badge{margin-right:25px}.patronite--new .recommendation--box--badge .icon{font-size:24px}.patronite--new .recommendation--box--badge .icon-success{color:#12AF69}.patronite--new .recommendation--box--badge .icon-lock{color:#B3B3B3}.patronite--new .recommendation--box__info--title{font-size:18px;line-height:21px;margin-bottom:8px;font-weight:600;font-style:normal}.patronite--new .recommendation--box__info--body{font-size:14px;line-height:20px;margin-bottom:0}@media screen and (max-width: 41rem){.patronite--new .recommendation--box:not(.recommendation--box--badge) .box--content{flex-direction:column;align-items:center}.patronite--new .recommendation--box .badge-border{margin-right:0}}.patronite--new .recommendation--progress{display:flex;align-items:center;margin:0 -25px}@media screen and (max-width: 41rem){.patronite--new .recommendation--progress{flex-wrap:nowrap;flex-direction:column;align-items:center}}.patronite--new .recommendation--progress__badge{margin:0 .5vw;display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:16px;font-weight:600;line-height:21px;white-space:nowrap}.patronite--new .recommendation--progress__badge .badge{margin-bottom:8px}.patronite--new .recommendation--progress__element{display:flex;align-items:center;margin-bottom:5px}@media screen and (max-width: 41rem){.patronite--new .recommendation--progress__element{flex-direction:column;align-items:center}}.patronite--new .recommendation--progress__bar{width:60px;height:2px;display:block;position:relative;background-color:#D9D9D9;margin-bottom:29px}.patronite--new .recommendation--progress__bar--fill{position:relative;display:block;height:100%;background-color:#262626}.patronite--new .recommendation--progress__bar:after{content:'';position:absolute;top:0;left:0;width:100%;border:2px dashed #fff}@media screen and (max-width: 41rem){.patronite--new .recommendation--progress__bar{transform:rotate(90deg);margin-top:40px;margin-bottom:40px}}.patronite--new .recommendation--stats{display:flex;flex-direction:column}.patronite--new .recommendation--stats__title{font-size:14px;margin-bottom:16px;line-height:24px;display:block;font-weight:600}.patronite--new .recommendation--stats__boxes{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:48px}@media screen and (max-width: 41rem){.patronite--new .recommendation--stats__boxes{flex-direction:column;align-items:flex-start}}.patronite--new .recommendation--stats__box{display:flex;flex-direction:column;margin-bottom:16px}.patronite--new .recommendation--stats__box:not(:last-of-type){margin-right:40px}@media screen and (max-width: 41rem){.patronite--new .recommendation--stats__box:not(:last-of-type){margin-right:0}}.patronite--new .recommendation--stats__box--title{color:#106CE5;font-size:32px;line-height:40px;font-weight:600}.patronite--new .recommendation--stats__box--sub-title{font-size:16px;line-height:16px;display:flex;align-items:center}.patronite--new .recommendation--stats__box--sub-title .icon-info{color:#CACACA;margin-left:5px}.patronite--new .recommendation--share{width:80%;position:relative}@media screen and (max-width: 41rem){.patronite--new .recommendation--share{width:100%}}.patronite--new .recommendation--share input[type=text]{border:none !important;background-color:#EAEAEA !important;color:#262626 !important}.patronite--new .recommendation--share .copy-link{position:absolute;top:0;cursor:pointer;z-index:2;right:0;height:100%;padding:0 20px;background-color:#EAEAEA}.patronite--new .recommendation--share--list{display:flex;align-items:center;margin-top:24px}.patronite--new .recommendation--share--list .text{margin-right:12px;color:#636E7B;font-size:14px;font-weight:300;line-height:24px}.patronite--new .recommendation--share--list .badge{width:40px;height:40px;border-radius:20px;margin:0 4px}.patronite--new .recommendation--share--list .badge span:before{font-size:20px}.patronite--new .pie-wrapper{height:48px;width:48px;position:relative}.patronite--new .pie-wrapper.more-than-half .pie,.patronite--new .pie-wrapper.full .pie{clip:rect(auto, auto, auto, auto)}.patronite--new .pie-wrapper.more-than-half .pie .right-side,.patronite--new .pie-wrapper.full .pie .right-side{display:block}.patronite--new .pie-wrapper.more-than-half .pie .right-side,.patronite--new .pie-wrapper.full .pie .right-side{transform:rotate(180deg)}.patronite--new .pie-wrapper.more-than-half .pie .half-circle{border-color:#106CE5}.patronite--new .pie-wrapper.more-than-half .pie-label{color:#106CE5;background-color:rgba(16,108,229,0.08)}.patronite--new .pie-wrapper.full .pie .half-circle{border-color:#158927}.patronite--new .pie-wrapper.full .pie-label{color:#158927;background-color:rgba(21,137,39,0.08);font-size:21px}.patronite--new .pie-wrapper .pie{height:100%;width:100%;clip:rect(0, 48px, 48px, 24px);left:0;position:absolute;top:0}.patronite--new .pie-wrapper .pie .right-side{display:none}.patronite--new .pie-wrapper .pie .half-circle{height:100%;width:100%;border:2px solid #DE330D;border-radius:50%;clip:rect(0, 24px, 48px, 0);left:0;position:absolute;top:0}.patronite--new .pie-wrapper .pie-label{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:12px;color:#DE330D;background-color:rgba(223,78,45,0.08);font-weight:600;border-radius:50%}.patronite--new .info-icon-block--box{margin-bottom:0;min-height:124px}.patronite--new .info-icon-block--box .box--content{min-height:124px;display:flex;flex-direction:column;justify-content:center;padding:32px;position:relative}@media screen and (max-width: 65rem){.patronite--new .info-icon-block--box .box--content{padding:32px 24px}}.patronite--new .info-icon-block--box .oval-icon{margin-right:24px}.patronite--new .info-icon-block--box--content{display:flex;align-items:center}.patronite--new .info-icon-block--box--title{font-size:32px;line-height:40px;font-weight:600;margin-bottom:5px;color:#106CE5}.patronite--new .info-icon-block--box--info{font-size:16px;line-height:16px}.patronite--new .info-icon-block--box--title,.patronite--new .info-icon-block--box--info{display:block}.patronite--new .info-icon-block--box--actions{display:flex;justify-content:flex-end;width:100%;right:24px;bottom:14px;position:absolute}.patronite--new .info-icon-block--box--actions a,.patronite--new .info-icon-block--box--actions button{font-size:14px !important}.patronite--new .info-icon-block--wrapper.is-grey .oval-icon{background-color:rgba(117,117,117,0.1)}.patronite--new .info-icon-block--wrapper.is-grey .oval-icon .icon{color:#757575}.patronite--new .info-icon-block--wrapper.is-grey .info-icon-block--box--title,.patronite--new .info-icon-block--wrapper.is-grey .info-icon-block--box--content{color:#757575}.patronite--new .tabs__header{overflow-x:auto;overflow-y:hidden}.patronite--new .tabs__header__item{white-space:nowrap}.patronite--new .breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;padding-left:0;margin-bottom:32px}.patronite--new .breadcrumbs__item{font-size:14px;display:flex;padding-left:0;align-items:center;line-height:16px;font-weight:400}.patronite--new .breadcrumbs__item i,.patronite--new .breadcrumbs__item span,.patronite--new .breadcrumbs__item a{flex-shrink:0}.patronite--new .breadcrumbs__item i{margin:0 4px;font-size:10px}.patronite--new .breadcrumbs__item span,.patronite--new .breadcrumbs__item i{color:#707070}.patronite--new .breadcrumbs__item a{color:#106CE5;font-size:inherit}.patronite--new .file-upload{cursor:pointer}.patronite--new .file-upload .drop-files--zone{background-color:#fff;border:1px solid #b3b3b3}.patronite--new .file-upload .dz-progress{display:flex;align-items:center;justify-content:space-between}.patronite--new .file-upload .ih{font-size:10px}.patronite--new .file-upload--file-size{padding-right:26px;font-size:12px;line-height:21px;white-space:nowrap;padding-left:10px}.patronite--new .file-upload--progress{display:flex;align-items:center;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.patronite--new .file-upload .dz-error-message:not(:empty){margin-left:64px;margin-top:10px;font-size:12px;color:red;font-weight:600}.patronite--new [data-file-upload-dropzone] .drop-files--zone{margin-bottom:32px}.patronite--new .seo-text h1,.patronite--new .seo-text h2,.patronite--new .seo-text h3,.patronite--new .seo-text h4,.patronite--new .seo-text h5,.patronite--new .seo-text h6{font-size:16px !important;line-height:21px !important;font-weight:600 !important;margin-bottom:16px !important;font-style:normal !important}.patronite--new .seo-text p{font-size:13px !important;line-height:16px !important;font-weight:400 !important;margin-bottom:0}.patronite--new .seo-text p:not(:last-of-type){margin-bottom:40px !important}.patronite--new .seo-text--wrapper{margin-top:79px;margin-bottom:64px}.patronite--new .seo-text--readmore{position:relative}.patronite--new .seo-text--readmore+.rm-button{margin-top:28px;text-decoration:none;font-size:16px;font-weight:600;color:#106CE5;line-height:21px}.patronite--new .seo-text--readmore.closed:before{content:"";display:block;position:absolute;bottom:0;left:0;height:57px;width:100%;background:linear-gradient(180deg, rgba(255,255,255,0) 0%, #fff 100%)}.patronite--new .loader--full-screen{justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;background-color:rgba(0,0,0,0.1);box-shadow:0 0 16px 13px rgba(0,0,0,0.1);z-index:99999}.patronite--new .rating{display:flex;align-items:center}.patronite--new .rating:not(.static) button{cursor:pointer}.patronite--new .rating button{background-color:transparent;appearance:none;margin-right:8px}.patronite--new .rating button i{font-size:24px;line-height:24px;color:#106CE5}.patronite--new .rating button i.is-grey{color:#D9D9D9}.patronite--new .rate-modal .modal__content__body{overflow-y:visible}.patronite--new .marketplace-locked{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:545px}.patronite--new .marketplace-locked p,.patronite--new .marketplace-locked h4{text-align:center}.patronite--new .marketplace-locked p{margin-bottom:24px}.patronite--new .marketplace-locked .oval-icon{margin-bottom:16px}@supports not (aspect-ratio: 1){.patronite--new .youtube-embed-wrapper{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}}@supports (aspect-ratio: 1){.patronite--new .youtube-embed-wrapper>iframe{aspect-ratio:16/9;width:100%}}.patronite--new .fixed-box{position:fixed;bottom:70px;left:88px;z-index:999999;background-color:#fff;padding:12px;display:flex;align-items:center;border:1px solid #EAEAEA;border-radius:8px}.patronite--new .fixed-box i{margin-right:12px;flex-shrink:0;color:#106CE5;font-size:16px}.patronite--new .fixed-box--text{font-size:14px;line-height:16px}.patronite--new .audioteka-text{flex-shrink:0;margin-left:4px;color:#C43AF6}.patronite--new .refreshables{display:flex;align-items:center;width:100%}.patronite--new .refreshables--add-new{font-size:14px;line-height:18px;margin-top:8px}.patronite--new .refreshables button{margin-left:8px}.patronite--new .refreshables button.is-spinner{animation:spin-me-baby 1s infinite linear}@keyframes spin-me-baby{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.patronite--new .author__list--header{display:flex;align-items:center}.patronite--new .author__list--header .omnibus{margin-left:8px;font-size:16px;color:rgba(179,179,179,0.7)}.patronite--new .author__card--image{display:flex;border-top-left-radius:8px;overflow:hidden;border-top-right-radius:8px;align-items:center;justify-content:center;border:1px solid #D9D9D9;border-bottom:0;transition:border .33s ease;position:relative}.patronite--new .author__card--image:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:#106CE5;opacity:0;z-index:1;pointer-events:none;transition:opacity .33s ease;mix-blend-mode:multiply}.patronite--new .author__card--image img{object-fit:cover;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;filter:saturate(1);transition:filter .33s ease}.patronite--new .author__card--image span{display:flex;width:100%;max-width:100%;max-height:372px;align-items:flex-end;justify-content:center;padding-top:100%;position:relative}.patronite--new .author__card--content{background:#fff;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border:1px solid #D9D9D9;padding:1rem;position:relative;transition:border .33s ease}.patronite--new .author__card--content--footer{display:flex;align-items:center;justify-content:space-between}.patronite--new .author__card.is-picked{box-shadow:0 5px 15px 0 rgba(64,64,64,0.1)}.patronite--new .author__card.is-picked .author__card--content,.patronite--new .author__card.is-picked .author__card--image{border-color:#106CE5}.patronite--new .author__card.is-picked .card__content--numbers>div span:first-of-type{color:#106CE5}.patronite--new .author__card:hover:not(.no-hover) .card__content--name h5 a{color:#106CE5}.patronite--new .author__card:hover:not(.no-hover) .author__card--content{border-color:#106CE5}.patronite--new .author__card:hover:not(.no-hover) .author__card--image{border-color:#106CE5}.patronite--new .author__card:hover:not(.no-hover) .author__card--image img{filter:saturate(0)}.patronite--new .author__card:hover:not(.no-hover) .author__card--image:before{opacity:1}.patronite--new .author__list.carousel .carousel-cell{width:25%;padding:0 1rem}@media screen and (max-width: 91rem){.patronite--new .author__list.carousel .carousel-cell{width:33.333333%}}@media screen and (max-width: 65rem){.patronite--new .author__list.carousel .carousel-cell{width:45%;padding:0 1rem 0 0}}@media screen and (max-width: 41rem){.patronite--new .author__list.carousel .carousel-cell{width:90%}}.patronite--new .author__list:not(.carousel){display:flex;flex-wrap:wrap;margin-right:-2rem}@media screen and (max-width: 65rem){.patronite--new .author__list:not(.carousel){display:block;margin-right:0}}.patronite--new .author__list:not(.carousel) .carousel-cell{padding-right:2rem;margin-bottom:2rem;width:25%}@media screen and (max-width: 91rem){.patronite--new .author__list:not(.carousel) .carousel-cell{width:33.333333%}}@media screen and (max-width: 65rem){.patronite--new .author__list:not(.carousel) .carousel-cell{width:45%;padding:0 1rem 0 0;margin:0}}@media screen and (max-width: 41rem){.patronite--new .author__list:not(.carousel) .carousel-cell{width:90%}}@media screen and (max-width: 65rem){.patronite--new .author__list ~ a{margin-top:2rem;display:block}}.patronite--new .author__stats{background-color:#EBEBEB}@media screen and (max-width: 65rem){.patronite--new .author__stats{background-image:linear-gradient(-180deg, #fff 0%, #EBEBEB 100%)}}.patronite--new .author__stats>.container{padding-left:96px;padding-right:96px}@media screen and (max-width: 41rem){.patronite--new .author__stats>.container{padding:0}}.patronite--new .author__stats--number{font-size:32px;font-family:"Patronite III",sans-serif;color:#262626;font-weight:400;line-height:1}.patronite--new .author__stats--number+.author__stats--name{margin-left:8px}.patronite--new .author__stats--name{font-size:18px;font-family:"Patronite III",sans-serif;color:#262626;line-height:1}.patronite--new .author__stats--box{padding:1rem;margin-right:calc(100px - 2rem)}.patronite--new .author__stats--box:last-child{margin-right:0}@media screen and (max-width: 65rem){.patronite--new .author__stats--box{border-bottom:2px solid #B3B3B3;margin-right:0}.patronite--new .author__stats--box:last-child{border-bottom:0}}.patronite--new .author__stats--wrapper{margin-left:auto;display:flex}@media screen and (max-width: 65rem){.patronite--new .author__stats--wrapper{max-width:300px;margin:0 auto;flex-direction:column}}.patronite--new .author__content>.container{padding:0 96px}@media screen and (max-width: 41rem){.patronite--new .author__content>.container{padding:0}}.patronite--new .ql-snow .ql-tooltip[data-mode=link]::before{content:"Wprowadź link"}.patronite--new .ql-snow .ql-tooltip.ql-editing a.ql-action::after{content:'Zapisz'}.patronite--new .ql-toolbar{border:1px solid #b3b3b3;background-color:#f8f8f8;border-radius:4px 4px 0 0}.patronite--new .ql-editor{background-color:#fff;border:1px solid #b3b3b3;border-top:0;border-radius:0 0 4px 4px;font-family:"Patronite III",sans-serif !important;min-height:80px;font-size:16px;line-height:21px;font-weight:300}.patronite--new .ql-editor p{margin-bottom:1rem}.patronite--new .ql-editor ol,.patronite--new .ql-editor ul{padding-left:0}.patronite--new .ql-editor a{color:#106CE5;text-decoration:underline}.patronite--new .ql-container{border:none}.patronite--new .simple-banner{background-color:#fcfcfc;border-bottom:1px solid rgba(217,217,217,0.5);position:relative;overflow:hidden}.patronite--new .simple-banner .container{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;min-height:255px;padding:16px}.patronite--new .simple-banner--bg-img{position:absolute;top:0;z-index:0;width:380px;height:auto;display:block}.patronite--new .simple-banner--bg-img.left{left:0}.patronite--new .simple-banner--bg-img.right{right:0}@media screen and (max-width: 65rem){.patronite--new .simple-banner--bg-img{display:none}}.patronite--new .simple-banner--back{position:absolute;left:16px;top:50%;transform:translateY(-50%);z-index:2}.patronite--new .simple-banner__title,.patronite--new .simple-banner__lead{text-align:center}.patronite--new .simple-banner__title,.patronite--new .simple-banner h1,.patronite--new .simple-banner h2{font-family:"Patronite IV",sans-serif;margin-bottom:16px;font-size:40px !important;line-height:48px !important;font-weight:600 !important;color:#262626;text-align:center}.patronite--new .simple-banner__lead{font-size:18px;line-height:27px;width:358px;max-width:100%;color:#404040;margin-bottom:0;text-align:center}.patronite--new .simple-banner .btn{margin-top:24px}.patronite--new .become-author{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:#fff;border:1px solid rgba(217,217,217,0.5);border-radius:6px;padding:24px}@media screen and (max-width: 65rem){.patronite--new .become-author{flex-direction:column}}.patronite--new .become-author__left{display:flex;align-items:center}@media screen and (max-width: 65rem){.patronite--new .become-author__left{flex-direction:column}.patronite--new .become-author__left h3,.patronite--new .become-author__left p{text-align:center}.patronite--new .become-author__left p{margin-bottom:32px !important}}.patronite--new .become-author__left .oval-icon{flex-shrink:0;margin-right:24px}.patronite--new .become-author__left h3{font-size:24px !important;line-height:32px !important;color:#262626;margin-bottom:8px}.patronite--new .become-author__left p{margin-bottom:0;font-size:16px;line-height:24px;color:#404040}.patronite--new .empty-list{padding:16px 0;min-height:312px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.patronite--new .empty-list.gradient{background:linear-gradient(180deg, #F9F9F9 0%, #fff 100%)}.patronite--new .empty-list__title{margin-top:16px;text-align:center;font-weight:600;font-size:21px;line-height:24px;color:#262626}.patronite--new .empty-list__text{width:360px;max-width:100%;text-align:center;margin-top:8px;font-size:16px;line-height:24px;color:#404040;margin-bottom:0}.patronite--new .phrase-search{display:flex;align-items:center}.patronite--new .phrase-search input{border-radius:17px;border:1px solid transparent}.patronite--new .phrase-search__current-tag{margin-right:16px;display:flex;align-items:center;cursor:pointer;color:#404040;height:34px;border-radius:17px;font-size:14px;line-height:16px;padding:0 12px;background-color:rgba(234,234,234,0.7)}.patronite--new .phrase-search__current-tag:hover{color:#404040}.patronite--new .phrase-search__current-tag i{color:#262626;font-size:12px;line-height:12px;margin-left:12px}.patronite--new .phrase-search .tags-search.active input{border-color:#106CE5}.patronite--new .phrase-search .tags-search.active i:not(.icon-close){color:#106CE5}.patronite--new .data-processing-agreement .readmore-text.rmjs-1 p{color:#757575;font-size:12px;line-height:16px}.patronite--new .data-processing-agreement .form-check-list__item{display:flex;align-items:flex-start;flex-direction:column}.patronite--new .data-processing-agreement .form-check-list__item label{font-family:"Patronite III",sans-serif;font-size:14px !important;letter-spacing:0;line-height:18px;position:relative;padding-top:3px}.patronite--new .data-processing-agreement .readmore-text{padding-left:28px;margin-top:-3px;transition:0.2s}.patronite--new .data-processing-agreement .readmore-text[aria-expanded="true"]{margin-top:15px}@media (min-width: 65rem){.patronite--new .data-processing-agreement .readmore-text{padding-left:34px}}.patronite--new .data-processing-agreement button.rm-button{padding-left:28px;color:#106CE5;margin-top:4px}@media (min-width: 65rem){.patronite--new .data-processing-agreement button.rm-button{padding-left:34px}}.patronite--new .link-wrapper{border-radius:4px;background-color:#EAEAEA;overflow:hidden;display:flex;align-items:center;margin-bottom:24px;padding:12px 16px;position:relative}.patronite--new .link-wrapper.dashed:after{content:"";display:inline-block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:99;box-sizing:border-box;border-radius:0;pointer-events:none;background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%233D78E7FF' stroke-width='2' stroke-dasharray='12' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e")}.patronite--new .link-wrapper .btn{flex-shrink:0}.patronite--new .link-wrapper>div{width:100%;margin-right:24px;word-break:break-all}.patronite--new .safe-payment{display:flex;align-items:center}.patronite--new .safe-payment i{font-size:24px;margin-right:8px}.patronite--new .safe-payment span{font-weight:600;font-size:16px;line-height:21px}.patronite--new .nav-ask-question{display:flex;justify-content:flex-end}.patronite--new .nav-ask-question span{display:inline-flex;margin-right:8px}@media screen and (max-width: 550px){.patronite--new .nav-ask-question{display:none}}.patronite--new .blik-recurring-banks{display:flex;gap:8px;align-items:center !important;width:100%;flex-direction:row !important;justify-content:flex-start !important;margin-bottom:0 !important}.patronite--new .blik-recurring-banks.extended{flex-direction:column !important;align-items:flex-start !important;gap:16px}.patronite--new .blik-recurring-banks__single{display:flex;align-items:center;gap:8px;margin-bottom:0 !important}.patronite--new .blik-recurring-banks__single img{height:auto !important;width:28px !important;max-width:100% !important;max-height:100% !important}.patronite--new .blik-recurring-banks__single span{font-size:12px;line-height:18px}.author__about h1{font-size:24px;font-weight:500}.author__about h2{font-size:21px}.author__about h3{font-size:21px}.author__about h4{font-size:21px}.author__about p{word-break:break-word}.author__about a{color:#106CE5;word-wrap:break-word}.author__about ul,.author__about li{list-style-type:inherit;list-style-image:inherit}.author__about ul{margin-bottom:1rem}.author__about ul li{list-style-type:inherit;list-style-image:inherit}.author__about ul ul{list-style-type:circle;margin-bottom:0}.author__about iframe{max-width:100%}.author__about table{border-spacing:0;border-collapse:collapse;max-width:100%;margin-bottom:1rem}.author__about table td{border:1px solid #D9D9D9;padding:5px}.common_page{margin-top:1rem;margin-bottom:4rem;padding-top:0;padding-bottom:0}.common_page .quote--wrapper{width:992px;max-width:100%;padding:0 16px;margin:0 auto}.common_page .quote-v2{display:flex;border:1px solid rgba(217,217,217,0.5);border-radius:8px;padding:32px 40px}.common_page .quote-v2:not(:last-of-type){margin-bottom:32px}@media screen and (max-width: 91rem){.common_page .quote-v2{flex-direction:column;align-items:center}.common_page .quote-v2:not(:last-of-type){margin-bottom:16px}}.common_page .quote-v2__logo{display:flex;margin-right:40px;flex-shrink:0;width:120px;height:120px;border-radius:60px;overflow:hidden}@media screen and (max-width: 91rem){.common_page .quote-v2__logo{margin-right:0;margin-bottom:16px}}.common_page .quote-v2__logo img{object-fit:cover;width:100%;height:100%}.common_page .quote-v2__content{width:100%}.common_page .quote-v2__title{font-style:normal;font-size:24px;line-height:32px;margin-bottom:16px;font-weight:600;color:#404040}@media screen and (max-width: 91rem){.common_page .quote-v2__title{font-size:21px;line-height:27px;text-align:center}}.common_page .quote-v2__body{font-style:italic;font-size:18px;line-height:27px;color:#404040}@media screen and (max-width: 91rem){.common_page .quote-v2__body{font-size:16px;line-height:24px}}.common_page .author-wrapper{padding:0 20px;box-sizing:border-box}.common_page .author-wrapper:nth-child(odd){display:flex}.common_page .author-wrapper:nth-child(even){display:flex}.common_page .author{margin:0 auto 0 auto;color:#000;max-width:100%;padding:15px 0}.common_page .author-img{float:left;margin-right:40px;height:300px;width:300px;border-radius:8px}@media screen and (max-width: 41rem){.common_page .author-img{height:auto}}.common_page .author-name{font-weight:500;font-size:24px;margin-bottom:0}.common_page .author-function{font-style:italic;font-size:14px;margin:0 auto 5px auto;color:#707070}.common_page .author-description{font-weight:300}.common_page .author-mail{font-weight:bold;font-size:14px;margin-top:0}.common_page .media:nth-child(even){border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea}.common_page .media:nth-child(odd){background-color:#fff}.common_page body.blue .media:nth-child(odd){background-color:#2e99fd}.common_page .media .wc{padding:2.5rem;display:flex}@media screen and (max-width: 1399px){.common_page .media .wc{flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1rem}}.common_page .media-logo{width:300px}.common_page .media-logo img{max-width:80%;max-height:100px}.common_page .media-quote{width:620px;color:#333}@media screen and (max-width: 1399px){.common_page .media-quote{width:100%;padding:0 !important;font-size:14px}}.common_page .media-quote::before,.common_page .media-quote::after{content:"\""}.common_page .media .left{float:left;text-align:center}.common_page .media .right{float:right;font-style:italic;font-weight:300;padding:0 40px}.common_page .rodo .form-control{display:none}@media screen and (max-width: 41rem){.common_page .wc video{width:100%}}.common_page .wc.about strong{font-size:22px;font-family:"Patronite IV",sans-serif}.common_page .wc.about p{font-family:"Patronite III",sans-serif;font-size:18px}.common_page .mecenat p{font-family:"Patronite III",sans-serif;line-height:28px}@media screen and (max-width: 41rem){.common_page .mecenat .col-xs-12.col-sm-8{column-count:1 !important}}.common_page .send-message-container .form-control>label{font-size:14px}.common_page .send-message-container .less-horizontal-padding{padding:2rem 0 !important}.common_page .quote--logo,.common_page .quote--content{display:inline-block;vertical-align:middle}.common_page .quote--logo{width:185px;min-width:185px}@media screen and (max-width: 91rem){.common_page .quote--logo{margin-right:0;margin-bottom:1rem}}.common_page .quote--logo img{max-width:100%;max-height:185px;display:block;margin:0 auto}.common_page .quote--content{font-style:italic;font-weight:100;line-height:28px;color:#3a3a3a;padding-left:2.5rem}@media screen and (max-width: 1099px){.common_page .quote--content{padding-left:0}}@media screen and (max-width: 736px){.common_page .quote--logo,.common_page .quote--content{display:block;width:100%}.common_page .quote--logo{margin-bottom:15px}}.common_page .quote{padding:0;border:0;margin:0;display:flex;align-items:center}@media screen and (max-width: 1099px){.common_page .quote{flex-direction:column}}.common_page table{border-spacing:0;border-collapse:collapse;max-width:100%;margin-bottom:1rem}.common_page table td{border:1px solid #D9D9D9;padding:5px}.blog__post--content h1{font-size:34px;font-weight:500}.blog__post--content h2{font-size:30px}.blog__post--content h3{font-size:28px}.blog__post--content h4{font-size:26px}.blog__post--content a{color:#DE330D;word-wrap:break-word;text-decoration:none !important}.blog__post--content ul,.blog__post--content li{list-style-type:inherit;list-style-image:inherit}.blog__post--content ul{margin-bottom:1rem}.blog__post--content ul li{list-style-type:inherit;list-style-image:inherit}.blog__post--content ul ul{list-style-type:circle;margin-bottom:0}.blog__post--content iframe{max-width:100%;display:block;margin:0 auto}.blog__post--content p:after{content:"";clear:both;display:table}.blog__post--content table{border-radius:5px;border:1px solid #dddddd;margin-bottom:16px}.blog__post--content table td,.blog__post--content table th{border:1px solid #dddddd;text-align:left;padding:8px}@supports not (aspect-ratio: 1){.youtube-embed-wrapper{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}}@supports (aspect-ratio: 1){.youtube-embed-wrapper>iframe{aspect-ratio:16/9;width:100%}}.anchor-line{padding:7px 0 8px;width:100%;display:block;height:1px}.anchor-line:before{content:"";display:flex;width:100%;height:1px;border-bottom:1px dashed red}.fundraise-ckeditor{padding-right:40px !important;padding-left:40px !important;width:728px !important}.fundraise-ckeditor ul li{list-style-type:inherit;list-style-image:inherit}.top-bar{position:fixed;top:0;left:0;width:100%;height:34px;display:flex;align-items:center;justify-content:center;padding-right:32px;font-weight:600;z-indeX:99999;font-size:14px;line-height:18px}.top-bar-close{appearance:none;color:inherit;position:absolute;right:16px;top:50%;transform:translateY(-50%);font-family:"Patronite III",sans-serif;cursor:pointer;background-color:transparent;font-size:16px;line-height:16px;height:16px;display:inline-flex;justify-content:center;align-items:center}.top-bar a{color:inherit;text-decoration:underline;font-size:inherit;line-height:inherit;margin-left:8px;cursor:pointer}

