﻿.shape-circle {
    border-radius: 50% !important;
}
.shape-bubble {
    border-radius: 50rem !important;
}
.shape-pill {
    border-radius: 0.5rem !important;
}
.shape-square {
    border-radius: 0 !important;
}
.shape-dot {
    border: 2px dotted;
}
.shape-inline {
    border-bottom: 1px solid;
}
.shape-frame {
    border-bottom: 2px solid;
    border-top: 2px solid;
    border-right: 10px solid;
    border-left: 10px solid;
}
.shape-surface {
    border-radius: 15px 15px 0 0;
}
.shape-floating {
    border-radius: 0 0 15px 15px;
}
.shape-floating-surface {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.opacity-none, .opacity-none-hover:hover {
    opacity: 1;
}
.opacity-full, .opacity-full-hover:hover {
    opacity: 0;
}
.opacity-xs, .opacity-xs-hover:hover {
    opacity: .2;
}
.opacity-sm, .opacity-sm-hover:hover {
    opacity: .4;
}
.opacity, .opacity-hover:hover {
    opacity: .6;
}
.opacity-md, .opacity-md-hover:hover {
    opacity: .7;
}
.opacity-lg, .opacity-lg-hover:hover {
    opacity: .8;
}
.opacity-xl, .opacity-xl-hover:hover {
    opacity: .9;
}
.transform-rotate-start {
    -webkit-transform: perspective(1140px) rotateX(7deg) rotateY(17deg) rotateZ(-4deg);
    transform: perspective(1140px) rotateX(7deg) rotateY(17deg) rotateZ(-4deg);
}
.transform-rotate-end {
    -webkit-transform: perspective(1140px) rotateX(-7deg) rotateY(-17deg) rotateZ(4deg);
    transform: perspective(1140px) rotateX(-7deg) rotateY(-17deg) rotateZ(4deg);
}
.transform-rotate-top {
    -webkit-transform: perspective(1140px) rotateX(-7deg) rotateY(-45deg) rotateZ(40deg);
    transform: perspective(1140px) rotateX(-7deg) rotateY(-45deg) rotateZ(40deg);
    -webkit-transform-origin: 40%;
    transform-origin: 40%
}
.transform-rotate-bottom {
    -webkit-transform: perspective(1140px) rotateX(-7deg) rotateY(45deg) rotateZ(40deg);
    transform: perspective(1140px) rotateX(-7deg) rotateY(45deg) rotateZ(40deg);
    -webkit-transform-origin: 40%;
    transform-origin: 40%
}
.transform-rotate-center {
    -webkit-transform: perspective(1140px) rotate(-22deg);
    transform: perspective(1140px) rotate(-22deg);
    -webkit-transform-origin: 40%;
    transform-origin: 40%
}
.transform-rotate {
    -webkit-transform: perspective(1140px) rotateX(7deg) rotateY(17deg) rotateZ(-4deg);
    transform: perspective(1140px) rotateX(7deg) rotateY(17deg) rotateZ(-4deg);
}
.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045 !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    background-color: var(--White);
    background-clip: padding-box;
    outline: 0;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    background-color: rgba(var(--Primary_RGBA), .25)
}
.offcanvas-backdrop.fade {
    opacity: 0;
}
.offcanvas-backdrop.show {
    opacity: 1;
}
.offcanvas-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2.5rem 2.5rem;
}
.offcanvas-header .btn-close {
    padding: 1.25rem 1.25rem;
    margin-top: -1.25rem;
    margin-right: -1.25rem;
    margin-bottom: -1.25rem;
}
.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.offcanvas-body {
    flex-grow: 1;
    padding: 2.5rem 2.5rem;
    overflow-y: auto;
}
.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: .0625rem solid transparent;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: .0625rem solid transparent;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: .0625rem solid transparent;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: .0625rem solid transparent;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.offcanvas.show {
    -webkit-transform: none;
    transform: none;
}
.visible, .visible-hover {
    visibility: visible !important;
}
.invisible, .invisible-hover {
    visibility: hidden !important;
}
.transition-3d {
    transition: all .2s ease-in-out;
}
.transition-3d:focus,
.transition-3d:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.transition-zoom {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.transition-zoom:focus,
.transition-zoom:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.translate-center-xs {
    transform: translate(10%, 10%) !important;
}
.translate-center-sm {
    transform: translate(20%, 20%) !important;
}
.translate-center {
    transform: translate(50%, 50%) !important;
}
.translate-center-md {
    transform: translate(40%, 40%) !important;
}
.translate-center-lg {
    transform: translate(60%, 60%) !important;
}
.translate-center-xl {
    transform: translate(80%, 80%) !important;
}
.translate-center-xxl {
    transform: translate(100%, 100%) !important;
}
.translate-center-reversed-xs {
    transform: translate(-10%, -10%) !important;
}
.translate-center-reversed-sm {
    transform: translate(-20%, -20%) !important;
}
.translate-center-reversed {
    transform: translate(-50%, -50%) !important;
}
.translate-center-reversed-md {
    transform: translate(-40%, -40%) !important;
}
.translate-center-reversed-lg {
    transform: translate(-60%, -60%) !important;
}
.translate-center-reversed-xl {
    transform: translate(-80%, -80%) !important;
}
.translate-center-reversed-xxl {
    transform: translate(-100%, -100%) !important;
}
.translate-end-xs {
    transform: translateX(10%) !important;
}
.translate-end-sm {
    transform: translateX(20%) !important;
}
.translate-end {
    transform: translateX(30%) !important;
}
.translate-end-md {
    transform: translateX(50%) !important;
}
.translate-end-lg {
    transform: translateX(60%) !important;
}
.translate-end-xl {
    transform: translateX(80%) !important;
}
.translate-end-xxl {
    transform: translateX(100%) !important;
}
.translate-start-xs {
    transform: translateX(-10%) !important;
}
.translate-start-sm {
    transform: translateX(-20%) !important;
}
.translate-start {
    transform: translateX(-30%) !important;
}
.translate-start-md {
    transform: translateX(-50%) !important;
}
.translate-start-lg {
    transform: translateX(-60%) !important;
}
.translate-start-xl {
    transform: translateX(-80%) !important;
}
.translate-start-xxl {
    transform: translateX(-100%) !important;
}
.translate-bottom-xs {
    transform: translateY(10%) !important;
}
.translate-bottom-sm {
    transform: translateY(20%) !important;
}
.translate-bottom {
    transform: translateY(30%) !important;
}
.translate-bottom-md {
    transform: translateY(50%) !important;
}
.translate-bottom-lg {
    transform: translateY(60%) !important;
}
.translate-bottom-xl {
    transform: translateY(80%) !important;
}
.translate-bottom-xxl {
    transform: translateY(100%) !important;
}
.translate-top-xs {
    transform: translateY(-10%) !important;
}
.translate-top-sm {
    transform: translateY(-20%) !important;
}
.translate-top {
    transform: translateY(-30%) !important;
}
.translate-top-md {
    transform: translateY(-50%) !important;
}
.translate-top-lg {
    transform: translateY(-60%) !important;
}
.translate-top-xl {
    transform: translateY(-80%) !important;
}
.translate-top-xxl {
    transform: translateY(-100%) !important;
}
.ratio {
    position: relative;
    width: 100%;
}
.ratio::before {
    display: block;
    padding-top: var(--cd-aspect-ratio);
    content: "";
}
.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ratio-1x1 {
    --cd-aspect-ratio: 100%;
}
.ratio-4x3 {
    --cd-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
    --cd-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
    --cd-aspect-ratio: calc(9 / 21 * 100%);
}
.rounded {
    border-radius: 0.25rem !important;
}
.rounded-1 {
    border-radius: 0.2rem !important;
}
.rounded-2 {
    border-radius: 0.25rem !important;
}
.rounded-3 {
    border-radius: 0.3rem !important;
}
.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}
.rounded-end {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
}
.pointer {
    cursor: pointer !important;
}
.pe-none {
    pointer-events: none !important;
}
.pe-auto {
    pointer-events: auto !important;
}
.hover-wrapper:hover > .hover-item {
    display: block;
    animation: Fade-In 1s;
}
.hover-item {
    display: none;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp !important;
    animation-name: fadeInUp !important;
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
.z-index-n1 {
    z-index: -1 !important;
}
.z-index-1 {
    z-index: 1 !important;
}
.z-index-2 {
    z-index: 2 !important;
}
.z-index-3 {
    z-index: 3 !important;
}
.z-index-4 {
    z-index: 4 !important;
}
.z-index-99 {
    z-index: 99 !important;
}
.z-index-999 {
    z-index: 999 !important;
}
.z-index-9999 {
    z-index: 9999 !important;
}
.typed-cursor {
    opacity: 1;
    -webkit-animation: blink .7s infinite;
    animation: blink .7s infinite;
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite Spinner-Border;
    animation: 0.75s linear infinite Spinner-Border;
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}
.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: 0.75s linear infinite Spinner-Grow;
    animation: 0.75s linear infinite Spinner-Grow;
}
.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}
.cd-spinner-flow.spinner-sm {
    width: calc((20px) * 1.3);
    height: calc((20px) * 1.3);
}
.cd-overlay {
    position: relative;
}
.cd-overlay .cd-overlay-layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--White-Strong);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.8;
    cursor: wait;
}
.cd-loader-text {
    font-size: 2rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    font-family: sans-serif;
    letter-spacing: 2px;
    text-align: center;
    animation-name: Opacity-Stage-Three;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
.cd-spinner-bar {
    width: 10px;
    height: 5px;
    margin: 2px;
    animation: Scale-Stage-Three 1s infinite linear;
}
.cd-spinner-bar:nth-child(1) {
    animation-delay: 0s;
}
.cd-spinner-bar:nth-child(2) {
    animation-delay: 0.25s;
    opacity: 0.6;
}
.cd-spinner-bar:nth-child(3) {
    animation-delay: 0.5s;
}
.cd-spinner-layout {
    width: 40px;
    height: 40px;
    position: relative;
}
.cd-spinner-layout-lg {
    width: 60px;
    height: 60px;
    position: relative;
}
.cd-spinner-layout-sm {
    width: 20px;
    height: 20px;
    position: relative;
}
.cd-spinner {
    animation: Swing 2.5s infinite linear both;
}
.cd-spinner-dot-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: Dot-Circle 2s infinite ease-in-out both;
}
.cd-spinner-dot-circle:before {
    content: "";
    display: block;
    width: 25%;
    height: 25%;
    border-radius: 100%;
    animation: Dot-Circle-Before 2s infinite ease-in-out both;
}
.cd-spinner-dot-circle:nth-child(1) {
    animation-delay: -1.1s;
}
.cd-spinner-dot-circle:nth-child(2) {
    animation-delay: -1s;
}
.cd-spinner-dot-circle:nth-child(3) {
    animation-delay: -0.9s;
}
.cd-spinner-dot-circle:nth-child(4) {
    animation-delay: -0.8s;
}
.cd-spinner-dot-circle:nth-child(5) {
    animation-delay: -0.7s;
}
.cd-spinner-dot-circle:nth-child(6) {
    animation-delay: -0.6s;
}
.cd-spinner-dot-circle:nth-child(1):before {    
    animation-delay: -1.1s;
}
.cd-spinner-dot-circle:nth-child(2):before {
    animation-delay: -1s;
}
.cd-spinner-dot-circle:nth-child(3):before {
    animation-delay: -0.9s;
}
.cd-spinner-dot-circle:nth-child(4):before {
    animation-delay: -0.8s;
}
.cd-spinner-dot-circle:nth-child(5):before {
    animation-delay: -0.7s;
}
.cd-spinner-dot-circle:nth-child(6):before {
    animation-delay: -0.6s;
}
.cd-spinner-circle-fade {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.cd-spinner-circle-fade:before {
    content: "";
    display: block;
    width: 15%;
    height: 15%;
    border-radius: 100%;
    animation: Fade-In 1.2s infinite ease-in-out both;
}
.cd-spinner-circle-fade:nth-child(1) {
    transform: rotate(30deg);
}
.cd-spinner-circle-fade:nth-child(2) {
    transform: rotate(60deg);
}
.cd-spinner-circle-fade:nth-child(3) {
    transform: rotate(90deg);
}
.cd-spinner-circle-fade:nth-child(4) {
    transform: rotate(120deg);
}
.cd-spinner-circle-fade:nth-child(5) {
    transform: rotate(150deg);
}
.cd-spinner-circle-fade:nth-child(6) {
    transform: rotate(180deg);
}
.cd-spinner-circle-fade:nth-child(7) {
    transform: rotate(210deg);
}
.cd-spinner-circle-fade:nth-child(8) {
    transform: rotate(240deg);
}
.cd-spinner-circle-fade:nth-child(9) {
    transform: rotate(270deg);
}
.cd-spinner-circle-fade:nth-child(10) {
    transform: rotate(300deg);
}
.cd-spinner-circle-fade:nth-child(11) {
    transform: rotate(330deg);
}
.cd-spinner-circle-fade:nth-child(1):before {
    animation-delay: -1.1s;
}
.cd-spinner-circle-fade:nth-child(2):before {
    animation-delay: -1s;
}
.cd-spinner-circle-fade:nth-child(3):before {
    animation-delay: -0.9s;
}
.cd-spinner-circle-fade:nth-child(4):before {    
    animation-delay: -0.8s;
}
.cd-spinner-circle-fade:nth-child(5):before {
    animation-delay: -0.7s;
}
.cd-spinner-circle-fade:nth-child(6):before {
    animation-delay: -0.6s;
}
.cd-spinner-circle-fade:nth-child(7):before {
    animation-delay: -0.5s;
}
.cd-spinner-circle-fade:nth-child(8):before {
    animation-delay: -0.4s;
}
.cd-spinner-circle-fade:nth-child(9):before {
    animation-delay: -0.3s;
}
.cd-spinner-circle-fade:nth-child(10):before {
    animation-delay: -0.2s;
}
.cd-spinner-circle-fade:nth-child(11):before {
    animation-delay: -0.1s;
}
.cd-spinner-flow {
    width: calc((40px) * 1.3);
    height: calc((40px) * 1.3);
    display: flex;
    justify-content: space-between;
}
.cd-spinner-flow-dot {
    width: 25%;
    height: 25%;
    border-radius: 50%;
    animation: Flow 1.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite both;
}
.cd-spinner-flow-dot:nth-child(1) {
    animation-delay: -0.3s;
}
.cd-spinner-flow-dot:nth-child(2) {
    animation-delay: -0.15s;
    opacity: 0.8;
}
.cd-spinner-grid-cube {
    width: 33.33%;
    height: 33.33%;
    float: left;
    animation: Grid 1.3s infinite ease-in-out;
}
.cd-spinner-grid-cube:nth-child(1) {
    animation-delay: 0.2s;
    opacity: 0.6;
}
.cd-spinner-grid-cube:nth-child(2) {
    animation-delay: 0.3s;
    opacity: 0.6;
}
.cd-spinner-grid-cube:nth-child(3) {
    animation-delay: 0.4s;
    opacity: 0.7;
}
.cd-spinner-grid-cube:nth-child(4) {
    animation-delay: 0.1s;
    opacity: 0.7;
}
.cd-spinner-grid-cube:nth-child(5) {
    animation-delay: 0.2s;
    opacity: 0.8;
}
.cd-spinner-grid-cube:nth-child(6) {
    animation-delay: 0.3s;
    opacity: 0.9;
}
.cd-spinner-grid-cube:nth-child(7) {     
    animation-delay: 0s;
    opacity: 0.9;
}
.cd-spinner-grid-cube:nth-child(8) {
    animation-delay: 0.1s;
    opacity: 1;
}
.cd-spinner-grid-cube:nth-child(9) {        
    animation-delay: 0.2s;
    opacity: 1;
}
.cd-spinner-flip {
    animation: Flip 1.2s infinite ease-in-out;
}
.cd-spinner-pulse {
    border-radius: 100%;
    animation: Pulse 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.cd-spinner-swing {
    animation: Swing 1.8s infinite linear;
}
.cd-spinner-swing-dot {
    width: 45%;
    height: 45%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 100%;
    animation: Swing-Dot 2s infinite ease-in-out;
}
.cd-spinner-swing-dot:nth-child(2) {
    top: auto;
    bottom: 0;
    animation-delay: -1s;
}
.cd-spinner-wave {
    display: flex;
    justify-content: space-between;
}
.cd-spinner-wave-rect {
    height: 100%;
    width: 15%;
    animation: Wave 1.2s infinite ease-in-out;
}
.cd-spinner-wave-rect:nth-child(1) {
    animation-delay: -1.2s;
}
.cd-spinner-wave-rect:nth-child(2) {
    animation-delay: -1.1s;
}
.cd-spinner-wave-rect:nth-child(3) {
    animation-delay: -1s;
}
.cd-spinner-wave-rect:nth-child(4) {
    animation-delay: -0.9s;
}
.cd-spinner-wave-rect:nth-child(5) {
    animation-delay: -0.8s;
}
.cd-spinner-bounce {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    animation: Bounce 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.cd-spinner-bounce:nth-child(2) {
    animation-delay: -1s;
}
.cd-spinner-fold {
    transform: rotateZ(45deg);
}
.cd-spinner-fold-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
}
.cd-spinner-fold-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: Fold 2.4s infinite linear both;
    transform-origin: 100% 100%;
}
.cd-spinner-fold-cube:nth-child(2) {
    transform: scale(1.1) rotateZ(90deg);
}
.cd-spinner-fold-cube:nth-child(4) {
    transform: scale(1.1) rotateZ(180deg);
}
.cd-spinner-fold-cube:nth-child(3) {
    transform: scale(1.1) rotateZ(270deg);
}
.cd-spinner-fold-cube:nth-child(2):before {
    animation-delay: 0.3s;
}
.cd-spinner-fold-cube:nth-child(4):before {
    animation-delay: 0.6s;
}
.cd-spinner-fold-cube:nth-child(3):before {
    animation-delay: 0.9s;
}
.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: transparent;
    /*border-radius: 0.25rem;*/
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--White);
    opacity: 0.5;
    text-align: center;
    white-space: nowrap;
    background-color: var(--Default);
    filter: brightness(45%);
    transition: width 0.6s ease;
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(var(--White_RGBA), 0.15) 25%, transparent 25%, transparent 50%, rgba(var(--White_RGBA), 0.15) 50%, rgba(var(--White_RGBA), 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes;
}
.animation-forward-vertical {
    animation: Forward-Vertical 300ms ease-out forwards;
}
.animation-forward-horizontal {
    animation: Forward-Horizontal 300ms ease-out forwards;
}
.animation-opacity-stage-three {
    animation-name: Opacity-Stage-Three;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
.animation-scale-stage-three {
    animation: Scale-Stage-Three 1s infinite linear;
}
.animation-blinker {
    animation: Blinker 1s linear infinite;
}
.animation-spinner-border {
    animation: 0.75s linear infinite Spinner-Border;
}
.animation-spinner-grow {
    animation: 0.75s linear infinite Spinner-Grow;
}
.animation-fold {
    animation: Fold 2.4s infinite linear both;
}
.animation-flow {
    animation: Flow 1.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite both;
}
.animation-pulse {
    animation: Pulse 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.animation-grid {
    animation: Grid 1.3s infinite ease-in-out;
}
.animation-flip {
    animation: Flip 1.2s infinite ease-in-out;
}
.animation-swing {
    animation: Swing 1.8s infinite linear;
}
.animation-swing-dot {
    animation: Swing-Dot 2s infinite ease-in-out;
}
.animation-dot-circle {
    animation: Dot-Circle 2s infinite ease-in-out both;
}
.animation-dot-circle:before {
    animation: Dot-Circle-Before 2s infinite ease-in-out both;
}
.animation-wave {
    animation: Wave 1.2s infinite ease-in-out;
}
.animation-bounce {
    animation: Bounce 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.animation-move-down {
    animation: Move-Down 0.3s ease-out 1;
}
.animation-move-up {
    animation: Move-Up 0.3s ease-out 1;
}
.animation-fade-in {
    animation: Fade-In 0.6s ease 1;
}
.animation-fade-in-up {
    animation: Fade-In-Up 0.6s ease 1;
}
.animation-fade-in-left {
    animation: Fade-In-Left 0.6s ease 1;
}
.animation-fade-in-right {
    animation: Fade-In-Right 0.6s ease 1;
}
.animation-fade-out {
    animation: Fade-Out 2.5s;
}
.animation-fade-out-up {
    animation: Fade-Out-Up 0.6s ease 1;
}
.animation-fade-out-down {
    animation: Fade-Out-Down 0.6s ease 1;
}
.animation-fade-out-left {
    animation: Fade-Out-Left 0.6s ease 1;
}
.animation-fade-out-right {
    animation: Fade-Out-Right 0.6s ease 1;
}
.animation-slide-in-up {
    animation: Slide-In-Up 0.6s ease 1;
}
.animation-slide-in-down {
    animation: Slide-In-Down 0.6s ease 1;
}
.blink_me {
    font-size: 60px;
    font-weight: bold;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1.5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-webkit-keyframes swiperThumbProgressDash {
    from {
        stroke-dasharray: 0 477
    }

    to {
        stroke-dasharray: 477 477
    }
}
@keyframes swiperThumbProgressDash {
    from {
        stroke-dasharray: 0 477
    }

    to {
        stroke-dasharray: 477 477
    }
}
@-webkit-keyframes videoPlayerButton {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1.3);
        transform: translate(-50%, -50%) scale(1.3)
    }
}
@keyframes videoPlayerButton {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1.3);
        transform: translate(-50%, -50%) scale(1.3)
    }
}
@-webkit-keyframes navbar-topbar-collapse-scale-up {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }
}
@keyframes navbar-topbar-collapse-scale-up {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }
}
@-webkit-keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}
@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}
@-webkit-keyframes placeholder-wave {
    100% {
        --webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}
@keyframes placeholder-wave {
    100% {
        --webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}
@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: .5rem
    }
}
@keyframes progress-bar-stripes {
    0% {
        background-position-x: .5rem
    }
}
@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}
@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}
@keyframes Forward-Vertical {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}
@keyframes Forward-Horizontal {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}
@keyframes Opacity-Stage-Three {
    20% {
        opacity: 0.2;
    }

    60% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}
@keyframes Scale-Stage-Three {
    0% {
        transform: scaleY(1) scaleX(0.5);
    }

    50% {
        transform: scaleY(10) scaleX(1);
    }

    100% {
        transform: scaleY(1) scaleX(0.5);
    }
}
@keyframes Blinker {
    50% {
        opacity: 0;
    }
}
@-webkit-keyframes Spinner-Border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes Spinner-Border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-webkit-keyframes Spinner-Grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes Spinner-Grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes Fold {
    0%, 10% {
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        transform: perspective(140px) rotateX(0);
        opacity: 1;
    }

    90%, 100% {
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
@keyframes Flow {
    0%, 80%, 100% {
        transform: scale(0.3);
    }

    40% {
        transform: scale(1);
    }
}
@keyframes Pulse {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}
@keyframes Grid {
    0%, 70%, 100% {
        transform: scale3d(1, 1, 1);
    }

    35% {
        transform: scale3d(0, 0, 1);
    }
}
@keyframes Flip {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0);
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
@keyframes Swing {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes Swing-Dot {
    0%, 100% {
        transform: scale(0.2);
    }

    50% {
        transform: scale(1);
    }
}
@keyframes Dot-Circle {
    80%, 100% {
        transform: rotate(360deg);
    }
}
@keyframes Dot-Circle-Before {
    50% {
        transform: scale(0.4);
    }

    100%, 0% {
        transform: scale(1);
    }
}
@keyframes Wave {
    0%, 40%, 100% {
        transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1);
    }
}
@keyframes Bounce {
    0%, 100% {
        transform: scale(0);
    }

    45%, 55% {
        transform: scale(1);
    }
}
@keyframes Move-Down {
    from {
        margin-top: 10px;
    }

    to {
        margin-top: 0;
    }
}
@keyframes Move-Up {
    from {
        margin-top: -10px;
    }

    to {
        margin-top: 0;
    }
}
@keyframes Fade-In {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
@keyframes Fade-In-Up {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes Fade-In-Left {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes Fade-In-Right {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes Fade-Out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}
@keyframes Fade-Out-Up {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}
@keyframes Fade-Out-Down {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}
@keyframes Fade-Out-Left {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}
@keyframes Fade-Out-Right {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}
@keyframes Slide-In-Up {
    from {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes Slide-In-Down {
    from {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes videoPlayerButton {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1.3);
        transform: translate(-50%, -50%) scale(1.3)
    }
}
@-moz-keyframes blinkerMe {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}
@-webkit-keyframes blinkerMe {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}
@keyframes blinkerMe {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}
@-webkit-keyframes blinkerMe {
    50% {
        opacity: 0;
    }
}
@-webkit-keyframes videoPlayerButton {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1.3);
        transform: translate(-50%, -50%) scale(1.3)
    }
}
@-webkit-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}
@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}
