html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}
p {
    color: inherit;
}
.sg-line-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sg-line-clamp.sg-v1 {
    -webkit-line-clamp: 1;
}
.sg-line-clamp.sg-v2 {
    -webkit-line-clamp: 2;
}
.sg-line-clamp.sg-v3 {
    -webkit-line-clamp: 3;
}
.sg-line-clamp.sg-v4 {
    -webkit-line-clamp: 4;
}
.sg-line-clamp.sg-v5 {
    -webkit-line-clamp: 5;
}
.alignnone, .aligncenter, .alignleft, .alignright {
    max-width: 100%;
    height: auto;
}
.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}
.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.size-thumbnail, .size-medium, .size-large, .size-full {
    max-width: 100%;
    height: auto;
}
.wp-caption img {
    display: inline;
}
.wp-caption-text {
    padding: 10px;
    color: #fff;
    background: #333;
}
/*font sizes*/
.font-size-small {
    font-size: small !important;
}
.font-size-smaller {
    font-size: smaller !important;
}
.font-size-xsmall {
    font-size: x-small !important;
}
.font-size-large {
    font-size: large !important;
}
.font-size-larger {
    font-size: larger !important;
}
.font-size-xlarge {
    font-size: x-large !important;
}
.skip-to-content-link {
    left: 2%;
    top: -1%;
    border-radius: 0 0 10px 10px;
    padding: 13px;
    transform: translateY(-100%);
    transition: transform 0.3s;
    color: white;
    background: #86348B;
}
.skip-to-content-link:focus {
    transform: translateY(0%);
}
.accessibleBtn-play {
    width: 140px !important;
}
.accessibleBtn-play:after {
    color: inherit;
    content: "\f04b";
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    font-style: normal;
    text-align: right;
    float: right;
    padding-top: 4px;
}
.accessibleBtn-pause {
    width: 140px !important;
}
.accessibleBtn-pause:after {
    color: inherit;
    content: "\f04c";
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    font-style: normal;
    text-align: right;
    float: right;
    padding-top: 4px;
}
.sg-hover-underline {
    background-image: linear-gradient(to right, #000, #000 50%, #000 50%);
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.2s ease-in-out;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.sg-hover-underline:before {
    content: '';
    background: #d90000;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all 0.2s ease-in-out;
}
.sg-hover-underline.sg-hover-underline-light {
    background-image: linear-gradient(to right, #fff, #fff 50%, #fff 50%);
}
.sg-hover-underline.sg-hover-underline-light:before {
    background: #fff;
}
.sg-hover-underline:hover {
    background-position: 0;
}
.sg-hover-underline:hover::before {
    width: 100%;
}
.sg-hover-underline:focus {
    color: black;
    border: 3px solid;
    padding: 0 5px;
}
pa:focus:not(.sg-hover-underline,.btn,.btn-outline) {
    background: yellow;
    outline: 3px solid black;
    color: black;
    padding: 5px;
}
/* ---------------------------------------------- * Generated by Animista on 2023-10-26 9:46:27 * Licensed under FreeBSD License. * See http://animista.net/license for more info. * w: http://animista.net, t: @cssanimista * ---------------------------------------------- */
/** * ---------------------------------------- * animation heartbeat * ---------------------------------------- */
@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
.heartbeat:hover {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
}
@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
