/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}
.clearfix::after{display:table;clear:both;content:"";}.nowrap{white-space:nowrap;}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus-within{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.item-list__comma-list,.item-list__comma-list li{display:inline;}.item-list__comma-list{margin:0;padding:0;}.item-list__comma-list li::after{content:", ";}.item-list__comma-list li:last-child::after{content:"";}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}
.position-container{position:relative;}
.reset-appearance{margin:0;padding:0;border:0 none;background:transparent;line-height:inherit;-webkit-appearance:none;appearance:none;}
.poll{overflow:hidden;}.poll .bar{height:1em;margin:1px 0;background-color:#ddd;}.poll .bar .foreground{float:left;height:1em;background-color:#000;}
.poll dl,.poll dd{margin:0;}.poll .links{text-align:center;}.poll .percent{text-align:right;}.poll .total{text-align:center;}.poll .vote-form{text-align:center;}.poll .vote-form{text-align:left;}.poll .vote-form .poll-title{font-weight:bold;}.poll-chtext{width:80%;}.poll-chvotes .form-text{width:85%;}
.cke5-custom-block-indent-1{margin-left:40px;}.cke5-custom-block-indent-2{margin-left:80px;}.cke5-custom-block-indent-3{margin-left:120px;}.cke5-custom-block-indent-4{margin-left:160px;}.cke5-custom-block-indent-5{margin-left:200px;}.cke5-custom-block-indent-6{margin-left:240px;}.cke5-custom-block-indent-7{margin-left:280px;}.cke5-custom-block-indent-8{margin-left:320px;}.cke5-custom-block-indent-9{margin-left:360px;}.cke5-custom-block-indent-10{margin-left:400px;}.cke5-custom-block-indent-11{margin-left:440px;}.cke5-custom-block-indent-12{margin-left:480px;}.cke5-custom-block-indent-13{margin-left:520px;}.cke5-custom-block-indent-14{margin-left:560px;}.cke5-custom-block-indent-15{margin-left:600px;}.cke5-custom-block-indent-16{margin-left:640px;}.cke5-custom-block-indent-17{margin-left:680px;}.cke5-custom-block-indent-18{margin-left:720px;}.cke5-custom-block-indent-19{margin-left:760px;}.cke5-custom-block-indent-20{margin-left:800px;}
.animate-fadeInUpBig{animation:fadeInUpBig 0.96s ease-out both;}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(200px);}100%{opacity:1;transform:translateY(0);}}.animate-fadeInDownBig{animation:fadeInDownBig 0.96s ease-out both;}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-100px);}100%{opacity:1;transform:translateY(0);}}.animate-fadeIn{animation:fadeIn 0.8s ease-out both;}@keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}.animate-fadeOut{animation:fadeOut 0.8s ease-out both;}@keyframes fadeOut{0%{opacity:1;}100%{opacity:0;}}.animate-fadeInUp{animation:fadeInUp 0.8s ease-out both;}@keyframes fadeInUp{0%{opacity:0;transform:translateY(80px);}100%{opacity:1;transform:translateY(0);}}.animate-fadeInDown{animation:fadeInDown 0.8s ease-out both;}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-40px);}100%{opacity:1;transform:translateY(0);}}.animate-fadeInLeft{animation:fadeInLeft 0.8s ease-out both;}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-40px);}100%{opacity:1;transform:translateX(0);}}.animate-fadeInRight{animation:fadeInRight 0.8s ease-out both;}@keyframes fadeInRight{0%{opacity:0;transform:translateX(40px);}100%{opacity:1;transform:translateX(0);}}.animate-slideInUp{animation:slideInUp 0.8s cubic-bezier(0.23,1,0.32,1) both;}@keyframes slideInUp{0%{transform:translateY(100%);opacity:0;}100%{transform:translateY(0);opacity:1;}}.animate-slideInDown{animation:slideInDown 0.8s cubic-bezier(0.23,1,0.32,1) both;}@keyframes slideInDown{0%{transform:translateY(-100%);opacity:0;}100%{transform:translateY(0);opacity:1;}}.animate-slideInLeft{animation:slideInLeft 0.8s cubic-bezier(0.23,1,0.32,1) both;}@keyframes slideInLeft{0%{transform:translateX(-100%);opacity:0;}100%{transform:translateX(0);opacity:1;}}.animate-slideInRight{animation:slideInRight 0.8s cubic-bezier(0.23,1,0.32,1) both;}@keyframes slideInRight{0%{transform:translateX(100%);opacity:0;}100%{transform:translateX(0);opacity:1;}}.animate-bounce{animation:bounce 1s infinite;}@keyframes bounce{0%,100%{transform:translateY(0);}50%{transform:translateY(-25%);}}.animate-zoomIn{animation:zoomIn 0.8s ease-out both;}@keyframes zoomIn{0%{opacity:0;transform:scale(0.8);}100%{opacity:1;transform:scale(1);}}.animate-zoomOut{animation:zoomOut 0.8s ease-out both;}@keyframes zoomOut{0%{opacity:1;transform:scale(1);}100%{opacity:0;transform:scale(0.8);}}.animate-pulse{animation:pulse 1.5s infinite;}@keyframes pulse{0%,100%{opacity:1;}50%{opacity:0.5;}}.animate-spin{animation:spin 1s linear infinite;}@keyframes spin{to{transform:rotate(360deg);}}.animate-flipY{animation:flipY 0.8s ease-out both;}@keyframes flipY{0%{transform:rotateY(0deg);}100%{transform:rotateY(180deg);}}.animate-flipX{animation:flipX 0.8s ease-out both;}@keyframes flipX{0%{transform:rotateX(0deg);}100%{transform:rotateX(180deg);}}.animate-scaleUp{animation:scaleUp 0.8s ease-out both;}@keyframes scaleUp{0%{transform:scale(0.8);}100%{transform:scale(1);}}.animate-scaleDown{animation:scaleDown 0.8s ease-out both;}@keyframes scaleDown{0%{transform:scale(1.2);}100%{transform:scale(1);}}.animate-wiggle{animation:wiggle 0.5s ease-in-out both;}@keyframes wiggle{0%,100%{transform:rotate(-3deg);}50%{transform:rotate(3deg);}}.animate-shake{animation:shake 0.5s cubic-bezier(.36,.07,.19,.97) both;}@keyframes shake{10%,90%{transform:translateX(-1px);}20%,80%{transform:translateX(2px);}30%,50%,70%{transform:translateX(-4px);}40%,60%{transform:translateX(4px);}}
