html, body, [canvas=container], [off-canvas] {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html, body {
width: 100%;
height: 100%;
overflow: hidden;
} [canvas] {
z-index: 1;
}
[canvas=container] {
width: 100%;
height: 100%;
overflow-y: auto;
position: relative;
background-color: white; -webkit-overflow-scrolling: touch; }
[canvas=container]:before, [canvas=container]:after {
clear: both;
content: '';
display: table;
} [off-canvas] {
display: none;
position: fixed;
overflow: hidden;
overflow-y: auto;
background-color: black; color: white; -webkit-overflow-scrolling: touch; }
[off-canvas*=" top"] {
width: 100%;
height: 255px;
top: 0;
}
[off-canvas*=" right"] {
width: 255px;
height: 100%;
top: 0;
right: 0;
}
[off-canvas*=" bottom"] {
width: 100%;
height: 255px;
bottom: 0;
}
[off-canvas*=" left"] {
width: 255px;
height: 100%;
top: 0;
left: 0;
}
[off-canvas*=" reveal"] {
z-index: 0;
}
[off-canvas*=" push"] {
z-index: 1;
}
[off-canvas*=" overlay"] {
z-index: 9999;
}
[off-canvas*=" shift"] {
z-index: 0;
} [canvas], [off-canvas] {
-webkit-transform: translate( 0px, 0px );
-ms-transform: translate( 0px, 0px );
transform: translate( 0px, 0px );
-webkit-transition: -webkit-transform 300ms, -webkit-filter 300ms;
transition:         transform 300ms, filter 300ms;
-webkit-backface-visibility: hidden; }
[off-canvas*=" shift"][off-canvas*=" top"] {
-webkit-transform: translate( 0px, 50% );
transform: translate( 0px, 50% );
}
[off-canvas*=" shift"][off-canvas*=" right"] {
-webkit-transform: translate( -50%, 0px );
transform: translate( -50%, 0px );
}
[off-canvas*=" shift"][off-canvas*=" bottom"] {
-webkit-transform: translate( 0px, -50% );
transform: translate( 0px, -50% );
}
[off-canvas*=" shift"][off-canvas*=" left"] {
-webkit-transform: translate( 50%, 0px );
transform: translate( 50%, 0px );
} @media print {
[canvas] {
-webkit-transform: translate( 0px, 0px ) !important;
-ms-transform: translate( 0px, 0px ) !important;
transform: translate( 0px, 0px ) !important;
}
[off-canvas] {
display: none !important;
}
}html,
html.ocs-initialized {
overflow: hidden;
overflow-y: auto;
height: auto;
}
html.ocs-scroll-lock {
overflow-y: hidden;
}
html.ocs-scroll-lock.ocs-scroll-fixed {
position: fixed;
overflow-y: scroll;
}
html.ocs-scroll-lock.ocs-scroll-fixed body {
position: relative;
}
body,
[canvas=container],
.ocs-initialized [canvas=container] {
overflow: initial; height: auto;
min-height: 100vh;
}
.admin-bar [canvas=container] {
min-height: -webkit-calc( 100vh - 32px );
min-height: -moz-calc( 100vh - 32px );
min-height: calc( 100vh - 32px );
}
@media screen and (max-width: 782px) {
.admin-bar [canvas=container] {
min-height: -webkit-calc( 100vh - 46px );
min-height: -moz-calc( 100vh - 46px );
min-height: calc( 100vh - 46px );
}
}
.ocs-legacy [canvas] {top: 0; right: 0; bottom: 0; left: 0;}
.ocs-legacy [canvas],
.ocs-legacy [off-canvas] {
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
-webkit-transition: -webkit-transform 300ms, -webkit-filter 300ms, top 300ms, bottom 300ms, left 300ms, right 300ms, clip-path 0ms;
-moz-transition: -moz-transform 300ms, filter 300ms, top 300ms, bottom 300ms, left 300ms, right 300ms, clip-path 0ms;
-o-transition: -o-transform 300ms, filter 300ms, top 300ms, bottom 300ms, left 300ms, right 300ms, clip-path 0ms;
transition: transform 300ms, filter 300ms, top 300ms, bottom 300ms, left 300ms, right 300ms, clip-path 0ms;
} [off-canvas*=" top"][off-canvas*=" reveal"],
[off-canvas*=" top"][off-canvas*=" shift"],
[off-canvas*=" bottom"][off-canvas*=" reveal"],
[off-canvas*=" bottom"][off-canvas*=" shift"] {
z-index: 1;
}  .ocs-size-default.ocs-location-left,
.ocs-size-default.ocs-location-right {
width: 30%;
}
.ocs-size-small.ocs-location-left,
.ocs-size-small.ocs-location-right {
width: 15%;
}
.ocs-size-large.ocs-location-left,
.ocs-size-large.ocs-location-right {
width: 45%;
}
.ocs-size-default.ocs-location-top,
.ocs-size-default.ocs-location-bottom {
height: 30%;
}
.ocs-size-small.ocs-location-top,
.ocs-size-small.ocs-location-bottom {
height: 15%;
}
.ocs-size-large.ocs-location-top,
.ocs-size-large.ocs-location-bottom {
height: 45%;
}
@media (max-width: 480px) { .ocs-size-default.ocs-location-left,
.ocs-size-default.ocs-location-right {
width: 60%;
}
.ocs-size-small.ocs-location-left,
.ocs-size-small.ocs-location-right {
width: 35%;
}
.ocs-size-large.ocs-location-left,
.ocs-size-large.ocs-location-right {
width: 85%;
}
.ocs-size-default.ocs-location-top,
.ocs-size-default.ocs-location-bottom {
height: 40%;
}
.ocs-size-small.ocs-location-top,
.ocs-size-small.ocs-location-bottom {
height: 20%;
}
.ocs-size-large.ocs-location-top,
.ocs-size-large.ocs-location-bottom {
height: 60%;
}
}
@media (min-width: 481px) { .ocs-size-default.ocs-location-left,
.ocs-size-default.ocs-location-right {
width: 50%;
}
.ocs-size-small.ocs-location-left,
.ocs-size-small.ocs-location-right {
width: 30%;
}
.ocs-size-large.ocs-location-left,
.ocs-size-large.ocs-location-right {
width: 70%;
}
.ocs-size-default.ocs-location-top,
.ocs-size-default.ocs-location-bottom {
height: 40%;
}
.ocs-size-small.ocs-location-top,
.ocs-size-small.ocs-location-bottom {
height: 20%;
}
.ocs-size-large.ocs-location-top,
.ocs-size-large.ocs-location-bottom {
height: 60%;
}
}
@media (min-width: 768px) { .ocs-size-default.ocs-location-left,
.ocs-size-default.ocs-location-right {
width: 40%;
}
.ocs-size-small.ocs-location-left,
.ocs-size-small.ocs-location-right {
width: 25%;
}
.ocs-size-large.ocs-location-left,
.ocs-size-large.ocs-location-right {
width: 55%;
}
.ocs-size-default.ocs-location-top,
.ocs-size-default.ocs-location-bottom {
height: 35%;
}
.ocs-size-small.ocs-location-top,
.ocs-size-small.ocs-location-bottom {
height: 20%;
}
.ocs-size-large.ocs-location-top,
.ocs-size-large.ocs-location-bottom {
height: 55%;
}
}
@media (min-width: 992px) { .ocs-size-default.ocs-location-left,
.ocs-size-default.ocs-location-right {
width: 30%;
}
.ocs-size-small.ocs-location-left,
.ocs-size-small.ocs-location-right {
width: 15%;
}
.ocs-size-large.ocs-location-left,
.ocs-size-large.ocs-location-right {
width: 45%;
}
.ocs-size-default.ocs-location-top,
.ocs-size-default.ocs-location-bottom {
height: 30%;
}
.ocs-size-small.ocs-location-top,
.ocs-size-small.ocs-location-bottom {
height: 15%;
}
.ocs-size-large.ocs-location-top,
.ocs-size-large.ocs-location-bottom {
height: 45%;
}
}
@media (min-width: 1200px) { .ocs-size-default.ocs-location-left,
.ocs-size-default.ocs-location-right {
width: 25%;
}
.ocs-size-small.ocs-location-left,
.ocs-size-small.ocs-location-right {
width: 10%;
}
.ocs-size-large.ocs-location-left,
.ocs-size-large.ocs-location-right {
width: 40%;
}
.ocs-size-default.ocs-location-top,
.ocs-size-default.ocs-location-bottom {
height: 25%;
}
.ocs-size-small.ocs-location-top,
.ocs-size-small.ocs-location-bottom {
height: 10%;
}
.ocs-size-large.ocs-location-top,
.ocs-size-large.ocs-location-bottom {
height: 40%;
}
}.stul-form-wrap {
box-shadow: none !important;
border: 0.5px solid;
}.ecs-post-loop .elementor-page-title{
display:block;
}
.ecs-loop-preview{
height:100%;
width:100%;
background:lightgray;
border:solid 1px gray;
padding:5px;
}
.ecs-loop-preview h3{
font-size:16px;
font-weight:500;
}
.ecs-loop-preview span{
font-size:12px;
}
.ecs-loop-preview .ecs-image-holder{
width: 100%;
line-height: 113px;
background-color: #808080;
font-size: 45px;
text-align: center;
vertical-align: middle;
font-weight: 900;
color: #929191;
}
.ecs-link-wrapper{
cursor: pointer;
}
.elementor-widget-ele-loop-item, .elementor-widget-ele-loop-item > .elementor-widget-container,
.elementor-element-edit-mode.elementor-widget-ele-loop-item, .elementor-element-edit-mode.elementor-widget-ele-loop-item > .elementor-widget-container{
height: 100%;
} .ecs-post-loop .ast-article-single{
background-color: none;
border-bottom:none;
margin: 0;
padding: 0;
}
.ecs-post-loop.ast-article-post{
width:100%;
} .elementor-editor-active #primary.content-area{
float:none;
} .elementor-editor-active .ecs-lazyload a,.elementor-editor-preview .ecs-lazyload a{
display:none;
}
.animation-hidden .ecs-lazy-load-animation{
height:0;
visibility:hidden;
}  .barload-wrapper {
width: 195px;
height: 1em;
position: relative;
display:inline-block;
font-size:16px;
padding:10px;
}
.barload-border {
border: 3px solid rgb(34,34,34);
height: 100%;
width: 100%;
position: relative;
top: -50%;
padding: 4px 3px;
}
.barload-whitespace {
overflow: hidden;
height: 100%;
width: 100%;
margin: 0 auto;
overflow: hidden;
position: relative;
}
.barload-line {
position: absolute;
height: 100%;
width: 100%;
background-color: rgb(0,0,0);
animation: barload-slide 2.75s steps(40) infinite;
-o-animation: barload-slide 2.75s steps(40) infinite;
-ms-animation: barload-slide 2.75s steps(40) infinite;
-webkit-animation: barload-slide 2.75s steps(40) infinite;
-moz-animation: barload-slide 2.75s steps(40) infinite;
}
@keyframes barload-slide {
0% {
left: -100%;
}
100% {
left: 100%;
}
}
@-o-keyframes barload-slide {
0% {
left: -100%;
}
100% {
left: 100%;
}
}
@-ms-keyframes barload-slide {
0% {
left: -100%;
}
100% {
left: 100%;
}
}
@-webkit-keyframes barload-slide {
0% {
left: -100%;
}
100% {
left: 100%;
}
}
@-moz-keyframes barload-slide {
0% {
left: -100%;
}
100% {
left: 100%;
}
}  .barload-wrapper ,.barload-wrapper * {
box-sizing:content-box;
} 
.ballsload-container{
font-size:16px;
padding:10px;
position:relative;
}
.ballsload-container div {
width: 1em;
height: 1em;
position: absolute;
background-color: rgb(0,0,0);
top: 0;
border-radius: 50%;
}
.ballsload-container div:nth-child(1) {
animation: ballsload-move 2.3s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
-o-animation: ballsload-move 2.3s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
-ms-animation: ballsload-move 2.3s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
-webkit-animation: ballsload-move 2.3s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
-moz-animation: ballsload-move 2.3s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}
.ballsload-container div:nth-child(2) {
animation: ballsload-move 2.3s 172.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
-o-animation: ballsload-move 2.3s 172.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
-ms-animation: ballsload-move 2.3s 172.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
-webkit-animation: ballsload-move 2.3s 172.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
-moz-animation: ballsload-move 2.3s 172.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}
.ballsload-container div:nth-child(3) {
animation: ballsload-move 2.3s 345ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
-o-animation: ballsload-move 2.3s 345ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
-ms-animation: ballsload-move 2.3s 345ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
-webkit-animation: ballsload-move 2.3s 345ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
-moz-animation: ballsload-move 2.3s 345ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}
.ballsload-container div:nth-child(4) {
animation: ballsload-move 2.3s 517.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
-o-animation: ballsload-move 2.3s 517.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
-ms-animation: ballsload-move 2.3s 517.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
-webkit-animation: ballsload-move 2.3s 517.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
-moz-animation: ballsload-move 2.3s 517.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}
@keyframes ballsload-move {
0% {
left: 0%;
}
100% {
left: 100%;
}
}
@-o-keyframes ballsload-move {
0% {
left: 0%;
}
100% {
left: 100%;
}
}
@-ms-keyframes ballsload-move {
0% {
left: 0%;
}
100% {
left: 100%;
}
}
@-webkit-keyframes ballsload-move {
0% {
left: 0%;
}
100% {
left: 100%;
}
}
@-moz-keyframes ballsload-move {
0% {
left: 0%;
}
100% {
left: 100%;
}
}  #movingBallG{
position:relative;
width:250px;
height:19px;
display:inline-block;
font-size:16px;
}
.movingBallLineG{
position:absolute;
left:0px;
top:0.5em;
height:0.25em;
width:250px;
background-color:rgb(0,0,0);
}
.movingBallG{
background-color:rgb(0,0,0);
position:absolute;
top:0;
left:0;
width:1.188em;
height:1.188em;
border-radius:100px;
-o-border-radius:100px;
-ms-border-radius:100px;
-webkit-border-radius:100px;
-moz-border-radius:100px;
animation-name:bounce_movingBallG;
-o-animation-name:bounce_movingBallG;
-ms-animation-name:bounce_movingBallG;
-webkit-animation-name:bounce_movingBallG;
-moz-animation-name:bounce_movingBallG;
animation-duration:1.5s;
-o-animation-duration:1.5s;
-ms-animation-duration:1.5s;
-webkit-animation-duration:1.5s;
-moz-animation-duration:1.5s;
animation-iteration-count:infinite;
-o-animation-iteration-count:infinite;
-ms-animation-iteration-count:infinite;
-webkit-animation-iteration-count:infinite;
-moz-animation-iteration-count:infinite;
animation-direction:normal;
-o-animation-direction:normal;
-ms-animation-direction:normal;
-webkit-animation-direction:normal;
-moz-animation-direction:normal;
}
@keyframes bounce_movingBallG{
0%{
left:0px;
}
50%{
left:230px;
}
100%{
left:0px;
}
}
@-o-keyframes bounce_movingBallG{
0%{
left:0px;
}
50%{
left:230px;
}
100%{
left:0px;
}
}
@-ms-keyframes bounce_movingBallG{
0%{
left:0px;
}
50%{
left:230px;
}
100%{
left:0px;
}
}
@-webkit-keyframes bounce_movingBallG{
0%{
left:0px;
}
50%{
left:230px;
}
100%{
left:0px;
}
}
@-moz-keyframes bounce_movingBallG{
0%{
left:0px;
}
50%{
left:230px;
}
100%{
left:0px;
}
}  .lds-ellipsis {
display: inline-block;
position: relative;
width: 8em;
height: 1em;
font-size:13px;
}
.lds-ellipsis div {
position: absolute;
top: 0px;
width: 1em;
height: 1em;
border-radius: 50%;
background: #000;
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
left: 1em;
animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
left: 1em;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
left: 4em;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
left: 7em;
animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes lds-ellipsis3 {
0% {
transform: scale(1);
}
100% {
transform: scale(0);
}
}
@keyframes lds-ellipsis2 {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(3em, 0);
}
}
/*
     FILE ARCHIVED ON 02:07:06 Jun 25, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:44:34 Jul 14, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.525
  exclusion.robots: 0.019
  exclusion.robots.policy: 0.008
  esindex: 0.015
  cdx.remote: 98.259
  LoadShardBlock: 451.335 (3)
  PetaboxLoader3.datanode: 932.698 (5)
  load_resource: 1106.206
  PetaboxLoader3.resolve: 351.341
  loaddict: 716.339
*/