.fr-clearfix::after {
clear: both;
display: block;
content: "";
height: 0; }
.fr-hide-by-clipping {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0; }
.fr-view img.fr-rounded, .fr-view .fr-img-caption.fr-rounded img {
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
.fr-view img.fr-shadow, .fr-view .fr-img-caption.fr-shadow img {
-webkit-box-shadow: 10px 10px 5px 0px #cccccc;
-moz-box-shadow: 10px 10px 5px 0px #cccccc;
box-shadow: 10px 10px 5px 0px #cccccc; }
.fr-view img.fr-bordered, .fr-view .fr-img-caption.fr-bordered img {
border: solid 5px #CCC; }
.fr-view img.fr-bordered {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
.fr-view .fr-img-caption.fr-bordered img {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.fr-view {
word-wrap: break-word; }
.fr-view span[style~="color:"] a {
color: inherit; }
.fr-view strong {
font-weight: 700; }
.fr-view table[border='0'] td:not([class]), .fr-view table[border='0'] th:not([class]), .fr-view table[border='0'] td[class=""], .fr-view table[border='0'] th[class=""] {
border-width: 0px; }
.fr-view table {
border: none;
border-collapse: collapse;
empty-cells: show;
max-width: 100%; }
.fr-view table td {
min-width: 5px; }
.fr-view table.fr-dashed-borders td, .fr-view table.fr-dashed-borders th {
border-style: dashed; }
.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
background: whitesmoke; }
.fr-view table td, .fr-view table th {
border: 1px solid #DDD; }
.fr-view table td:empty, .fr-view table th:empty {
height: 20px; }
.fr-view table td.fr-highlighted, .fr-view table th.fr-highlighted {
border: 1px double red; }
.fr-view table td.fr-thick, .fr-view table th.fr-thick {
border-width: 2px; }
.fr-view table th {
background: #ececec; }
.fr-view hr {
clear: both;
user-select: none;
-o-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
break-after: always;
page-break-after: always; }
.fr-view .fr-file {
position: relative; }
.fr-view .fr-file::after {
position: relative;
content: "\1F4CE";
font-weight: normal; }
.fr-view pre {
white-space: pre-wrap;
word-wrap: break-word;
overflow: visible; } .fr-view span.fr-emoticon {
font-weight: normal;
font-family: "Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";
display: inline;
line-height: 0; }
.fr-view span.fr-emoticon.fr-emoticon-img {
background-repeat: no-repeat !important;
font-size: inherit;
height: 1em;
width: 1em;
min-height: 20px;
min-width: 20px;
display: inline-block;
margin: -.1em .1em .1em;
line-height: 1;
vertical-align: middle; }
.fr-view .fr-text-gray {
color: #AAA !important; }
.fr-view .fr-text-bordered {
border-top: solid 1px #222;
border-bottom: solid 1px #222;
padding: 10px 0; }
.fr-view .fr-text-spaced {
letter-spacing: 1px; }
.fr-view .fr-text-uppercase {
text-transform: uppercase; }
.fr-view .fr-class-highlighted {
background-color: #ffff00; }
.fr-view .fr-class-code {
border-color: #cccccc;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background: #f5f5f5;
padding: 10px;
font-family: "Courier New", Courier, monospace; }
.fr-view .fr-class-transparency {
opacity: 0.5; }
.fr-view img {
position: relative;
max-width: 100%; }
.fr-view img.fr-dib {
margin: 10px auto;
display: block;
float: none;
vertical-align: top; }
.fr-view img.fr-dib.fr-fil {
margin-left: 0;
text-align: left; }
.fr-view img.fr-dib.fr-fir {
margin-right: 0;
text-align: right; }
.fr-view img.fr-dii {
display: inline-block;
float: none;
vertical-align: bottom;
margin-left: 5px;
margin-right: 5px;
max-width: calc(100% - (2 * 5px)); }
.fr-view img.fr-dii.fr-fil {
float: left;
margin: 10px 15px 10px 0;
max-width: calc(100% - 5px); }
.fr-view img.fr-dii.fr-fir {
float: right;
margin: 10px 0 10px 15px;
max-width: calc(100% - 5px); }
.fr-view span.fr-img-caption {
position: relative;
max-width: 100%; }
.fr-view span.fr-img-caption.fr-dib {
margin: 5px auto;
display: block;
float: none;
vertical-align: top; }
.fr-view span.fr-img-caption.fr-dib.fr-fil {
margin-left: 0;
text-align: left; }
.fr-view span.fr-img-caption.fr-dib.fr-fir {
margin-right: 0;
text-align: right; }
.fr-view span.fr-img-caption.fr-dii {
display: inline-block;
float: none;
vertical-align: bottom;
margin-left: 5px;
margin-right: 5px;
max-width: calc(100% - (2 * 5px)); }
.fr-view span.fr-img-caption.fr-dii.fr-fil {
float: left;
margin: 5px 5px 5px 0;
max-width: calc(100% - 5px); }
.fr-view span.fr-img-caption.fr-dii.fr-fir {
float: right;
margin: 5px 0 5px 5px;
max-width: calc(100% - 5px); }
.fr-view .fr-video {
text-align: center;
position: relative; }
.fr-view .fr-video.fr-rv {
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden; }
.fr-view .fr-video.fr-rv > iframe, .fr-view .fr-video.fr-rv object, .fr-view .fr-video.fr-rv embed {
position: absolute !important;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.fr-view .fr-video > * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
max-width: 100%;
border: none; }
.fr-view .fr-video.fr-dvb {
display: block;
clear: both; }
.fr-view .fr-video.fr-dvb.fr-fvl {
text-align: left; }
.fr-view .fr-video.fr-dvb.fr-fvr {
text-align: right; }
.fr-view .fr-video.fr-dvi {
display: inline-block; }
.fr-view .fr-video.fr-dvi.fr-fvl {
float: left; }
.fr-view .fr-video.fr-dvi.fr-fvr {
float: right; }
.fr-view a.fr-strong {
font-weight: 700; }
.fr-view a.fr-green {
color: green; }
.fr-view .fr-img-caption {
text-align: center; }
.fr-view .fr-img-caption .fr-img-wrap {
padding: 0;
margin: auto;
text-align: center;
width: 100%; }
.fr-view .fr-img-caption .fr-img-wrap a {
display: block; }
.fr-view .fr-img-caption .fr-img-wrap img {
display: block;
margin: auto;
width: 100%; }
.fr-view .fr-img-caption .fr-img-wrap > span {
margin: auto;
display: block;
padding: 5px 5px 10px;
font-size: 14px;
font-weight: initial;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-opacity: 0.9;
-moz-opacity: 0.9;
opacity: 0.9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
width: 100%;
text-align: center; }
.fr-view button.fr-rounded, .fr-view input.fr-rounded, .fr-view textarea.fr-rounded {
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
.fr-view button.fr-large, .fr-view input.fr-large, .fr-view textarea.fr-large {
font-size: 24px; } a.fr-view.fr-strong {
font-weight: 700; }
a.fr-view.fr-green {
color: green; } img.fr-view {
position: relative;
max-width: 100%; }
img.fr-view.fr-dib {
margin: 5px auto;
display: block;
float: none;
vertical-align: top; }
img.fr-view.fr-dib.fr-fil {
margin-left: 0;
text-align: left; }
img.fr-view.fr-dib.fr-fir {
margin-right: 0;
text-align: right; }
img.fr-view.fr-dii {
display: inline-block;
float: none;
vertical-align: bottom;
margin-left: 5px;
margin-right: 5px;
max-width: calc(100% - (2 * 5px)); }
img.fr-view.fr-dii.fr-fil {
float: left;
margin: 5px 5px 5px 0;
max-width: calc(100% - 5px); }
img.fr-view.fr-dii.fr-fir {
float: right;
margin: 5px 0 5px 5px;
max-width: calc(100% - 5px); }
span.fr-img-caption.fr-view {
position: relative;
max-width: 100%; }
span.fr-img-caption.fr-view.fr-dib {
margin: 5px auto;
display: block;
float: none;
vertical-align: top; }
span.fr-img-caption.fr-view.fr-dib.fr-fil {
margin-left: 0;
text-align: left; }
span.fr-img-caption.fr-view.fr-dib.fr-fir {
margin-right: 0;
text-align: right; }
span.fr-img-caption.fr-view.fr-dii {
display: inline-block;
float: none;
vertical-align: bottom;
margin-left: 5px;
margin-right: 5px;
max-width: calc(100% - (2 * 5px)); }
span.fr-img-caption.fr-view.fr-dii.fr-fil {
float: left;
margin: 5px 5px 5px 0;
max-width: calc(100% - 5px); }
span.fr-img-caption.fr-view.fr-dii.fr-fir {
float: right;
margin: 5px 0 5px 5px;
max-width: calc(100% - 5px); }.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table.is-style-stripes{border-bottom:1px solid #f0f0f0}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}