@charset "UTF-8";
@keyframes dipi_fade {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes dipi_slide_up {
from {
top: 0;
}
to {
top: -100vh;
}
}
@keyframes dipi_slide_down {
from {
top: 0;
}
to {
top: 100vh;
}
}
@keyframes dipi_slide_left {
from {
left: 0;
}
to {
left: -100vw;
}
}
@keyframes dipi_slide_right {
from {
left: 0;
}
to {
left: 100vw;
}
}
@keyframes dipi_zoom {
from {
transform: scale(1);
opacity: 1;
}
to {
transform: scale(1.5);
opacity: 0;
}
}.ball-pulse-sync>div,
.ball-pulse>div,
.ball-scale-random>div,
.ball-scale>div {
background-color: #fff;
border-radius: 100%;
margin: 2px;
display: inline-block
}
@-webkit-keyframes scale {
0%,
80% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1
}
45% {
-webkit-transform: scale(.1);
transform: scale(.1);
opacity: .7
}
}
@keyframes scale {
0%,
80% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1
}
45% {
-webkit-transform: scale(.1);
transform: scale(.1);
opacity: .7
}
}
.ball-pulse>div:nth-child(1) {
-webkit-animation: scale .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08);
animation: scale .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08)
}
.ball-pulse>div:nth-child(2) {
-webkit-animation: scale .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08);
animation: scale .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08)
}
.ball-pulse>div:nth-child(3) {
-webkit-animation: scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
animation: scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08)
}
.ball-pulse>div {
width: 15px;
height: 15px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}
@-webkit-keyframes ball-pulse-sync {
33% {
-webkit-transform: translateY(10px);
transform: translateY(10px)
}
66% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px)
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
}
@keyframes ball-pulse-sync {
33% {
-webkit-transform: translateY(10px);
transform: translateY(10px)
}
66% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px)
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
}
.ball-pulse-sync>div:nth-child(1) {
-webkit-animation: ball-pulse-sync .6s -.14s infinite ease-in-out;
animation: ball-pulse-sync .6s -.14s infinite ease-in-out
}
.ball-pulse-sync>div:nth-child(2) {
-webkit-animation: ball-pulse-sync .6s -70ms infinite ease-in-out;
animation: ball-pulse-sync .6s -70ms infinite ease-in-out
}
.ball-pulse-sync>div:nth-child(3) {
-webkit-animation: ball-pulse-sync .6s 0s infinite ease-in-out;
animation: ball-pulse-sync .6s 0s infinite ease-in-out
}
.ball-pulse-sync>div {
width: 15px;
height: 15px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}
@-webkit-keyframes ball-scale {
0% {
-webkit-transform: scale(0);
transform: scale(0)
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0
}
}
@keyframes ball-scale {
0% {
-webkit-transform: scale(0);
transform: scale(0)
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0
}
}
.ball-scale>div {
height: 60px;
width: 60px;
-webkit-animation: ball-scale 1s 0s ease-in-out infinite;
animation: ball-scale 1s 0s ease-in-out infinite
}
.ball-scale-random {
width: 37px;
height: 40px
}
.ball-scale-random>div {
position: absolute;
height: 30px;
width: 30px;
-webkit-animation: ball-scale 1s 0s ease-in-out infinite;
animation: ball-scale 1s 0s ease-in-out infinite
}
.ball-rotate,
.ball-rotate>div {
position: relative
}
.ball-rotate>div,
.ball-rotate>div:after,
.ball-rotate>div:before {
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 100%
}
.ball-scale-random>div:nth-child(1) {
margin-left: -7px;
-webkit-animation: ball-scale 1s .2s ease-in-out infinite;
animation: ball-scale 1s .2s ease-in-out infinite
}
.ball-scale-random>div:nth-child(3) {
margin-left: -2px;
margin-top: 9px;
-webkit-animation: ball-scale 1s .5s ease-in-out infinite;
animation: ball-scale 1s .5s ease-in-out infinite
}
@-webkit-keyframes rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
.ball-rotate>div {
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}
.ball-rotate>div:first-child {
-webkit-animation: rotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite;
animation: rotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite
}
.ball-rotate>div:after,
.ball-rotate>div:before {
margin: 2px;
content: "";
position: absolute;
opacity: .8
}
.ball-rotate>div:before {
top: 0;
left: -28px
}
.ball-rotate>div:after {
top: 0;
left: 25px
}
.ball-clip-rotate>div {
border-radius: 100%;
margin: 2px;
border: 2px solid #fff;
border-bottom-color: transparent;
height: 26px;
width: 26px;
background: 0 0!important;
display: inline-block;
-webkit-animation: rotate .75s 0s linear infinite;
animation: rotate .75s 0s linear infinite
}
@keyframes rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes scale {
30% {
-webkit-transform: scale(.3);
transform: scale(.3)
}
100% {
-webkit-transform: scale(1);
transform: scale(1)
}
}
.ball-clip-rotate-pulse {
position: relative;
-webkit-transform: translateY(-15px);
transform: translateY(-15px)
}
.ball-clip-rotate-pulse>div {
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute;
top: 0;
left: 0;
border-radius: 100%
}
.ball-clip-rotate-pulse>div:first-child {
background: #fff;
height: 16px;
width: 16px;
top: 7px;
left: -7px;
-webkit-animation: scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
animation: scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite
}
.ball-clip-rotate-pulse>div:last-child {
position: absolute;
width: 30px;
height: 30px;
left: -16px;
top: -2px;
background: 0 0;
border: 2px solid;
border-color: #fff transparent;
-webkit-animation: rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
animation: rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
-webkit-animation-duration: 1s;
animation-duration: 1s
}
.ball-beat>div,
.ball-scale-multiple>div {
background-color: #fff;
border-radius: 100%
}
@keyframes rotate {
0% {
-webkit-transform: rotate(0) scale(1);
transform: rotate(0) scale(1)
}
50% {
-webkit-transform: rotate(180deg) scale(.6);
transform: rotate(180deg) scale(.6)
}
100% {
-webkit-transform: rotate(360deg) scale(1);
transform: rotate(360deg) scale(1)
}
}
.ball-clip-rotate-multiple {
position: relative
}
.ball-clip-rotate-multiple>div {
position: absolute;
left: -20px;
top: -20px;
border: 2px solid #fff;
border-bottom-color: transparent;
border-top-color: transparent;
border-radius: 100%;
height: 35px;
width: 35px;
-webkit-animation: rotate 1s 0s ease-in-out infinite;
animation: rotate 1s 0s ease-in-out infinite
}
.ball-clip-rotate-multiple>div:last-child {
display: inline-block;
top: -10px;
left: -10px;
width: 15px;
height: 15px;
-webkit-animation-duration: .5s;
animation-duration: .5s;
border-color: #fff transparent;
-webkit-animation-direction: reverse;
animation-direction: reverse
}
@-webkit-keyframes ball-scale-ripple {
0% {
-webkit-transform: scale(.1);
transform: scale(.1);
opacity: 1
}
70% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: .7
}
100% {
opacity: 0
}
}
@keyframes ball-scale-ripple {
0% {
-webkit-transform: scale(.1);
transform: scale(.1);
opacity: 1
}
70% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: .7
}
100% {
opacity: 0
}
}
.ball-scale-ripple>div {
height: 50px;
width: 50px;
border-radius: 100%;
border: 2px solid #fff;
-webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21, .53, .56, .8);
animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21, .53, .56, .8)
}
@-webkit-keyframes ball-scale-ripple-multiple {
0% {
-webkit-transform: scale(.1);
transform: scale(.1);
opacity: 1
}
70% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: .7
}
100% {
opacity: 0
}
}
@keyframes ball-scale-ripple-multiple {
0% {
-webkit-transform: scale(.1);
transform: scale(.1);
opacity: 1
}
70% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: .7
}
100% {
opacity: 0
}
}
.ball-scale-ripple-multiple {
position: relative;
-webkit-transform: translateY(-25px);
transform: translateY(-25px)
}
.ball-scale-ripple-multiple>div:nth-child(0) {
-webkit-animation-delay: -.8s;
animation-delay: -.8s
}
.ball-scale-ripple-multiple>div:nth-child(1) {
-webkit-animation-delay: -.6s;
animation-delay: -.6s
}
.ball-scale-ripple-multiple>div:nth-child(2) {
-webkit-animation-delay: -.4s;
animation-delay: -.4s
}
.ball-scale-ripple-multiple>div:nth-child(3) {
-webkit-animation-delay: -.2s;
animation-delay: -.2s
}
.ball-scale-ripple-multiple>div {
position: absolute;
top: -2px;
left: -26px;
width: 50px;
height: 50px;
border-radius: 100%;
border: 2px solid #fff;
-webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8);
animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8)
}
@-webkit-keyframes ball-beat {
50% {
opacity: .2;
-webkit-transform: scale(.75);
transform: scale(.75)
}
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes ball-beat {
50% {
opacity: .2;
-webkit-transform: scale(.75);
transform: scale(.75)
}
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1)
}
}
.ball-beat>div {
width: 15px;
height: 15px;
margin: 2px;
display: inline-block;
-webkit-animation: ball-beat .7s 0s infinite linear;
animation: ball-beat .7s 0s infinite linear
}
.ball-beat>div:nth-child(2n-1) {
-webkit-animation-delay: -.35s!important;
animation-delay: -.35s!important
}
@-webkit-keyframes ball-scale-multiple {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0
}
5% {
opacity: 1
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0
}
}
@keyframes ball-scale-multiple {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0
}
5% {
opacity: 1
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0
}
}
.ball-scale-multiple {
position: relative;
-webkit-transform: translateY(-30px);
transform: translateY(-30px)
}
.ball-scale-multiple>div:nth-child(2) {
-webkit-animation-delay: -.4s;
animation-delay: -.4s
}
.ball-scale-multiple>div:nth-child(3) {
-webkit-animation-delay: -.2s;
animation-delay: -.2s
}
.ball-scale-multiple>div {
position: absolute;
left: -30px;
top: 0;
opacity: 0;
margin: 0;
width: 60px;
height: 60px;
-webkit-animation: ball-scale-multiple 1s 0s linear infinite;
animation: ball-scale-multiple 1s 0s linear infinite
}
.ball-triangle-path>div:nth-child(1),
.ball-triangle-path>div:nth-child(2) {
-webkit-animation-duration: 2s;
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: infinite
}
@-webkit-keyframes ball-triangle-path-1 {
33% {
-webkit-transform: translate(25px, -50px);
transform: translate(25px, -50px)
}
66% {
-webkit-transform: translate(50px, 0);
transform: translate(50px, 0)
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
}
@keyframes ball-triangle-path-1 {
33% {
-webkit-transform: translate(25px, -50px);
transform: translate(25px, -50px)
}
66% {
-webkit-transform: translate(50px, 0);
transform: translate(50px, 0)
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
}
@-webkit-keyframes ball-triangle-path-2 {
33% {
-webkit-transform: translate(25px, 50px);
transform: translate(25px, 50px)
}
66% {
-webkit-transform: translate(-25px, 50px);
transform: translate(-25px, 50px)
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
}
@keyframes ball-triangle-path-2 {
33% {
-webkit-transform: translate(25px, 50px);
transform: translate(25px, 50px)
}
66% {
-webkit-transform: translate(-25px, 50px);
transform: translate(-25px, 50px)
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
}
@-webkit-keyframes ball-triangle-path-3 {
33% {
-webkit-transform: translate(-50px, 0);
transform: translate(-50px, 0)
}
66% {
-webkit-transform: translate(-25px, -50px);
transform: translate(-25px, -50px)
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
}
@keyframes ball-triangle-path-3 {
33% {
-webkit-transform: translate(-50px, 0);
transform: translate(-50px, 0)
}
66% {
-webkit-transform: translate(-25px, -50px);
transform: translate(-25px, -50px)
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
}
.ball-triangle-path {
position: relative;
-webkit-transform: translate(-29.99px, -37.51px);
transform: translate(-29.99px, -37.51px)
}
.ball-triangle-path>div:nth-child(1) {
-webkit-animation-name: ball-triangle-path-1;
animation-name: ball-triangle-path-1;
-webkit-animation-delay: 0;
animation-delay: 0;
animation-duration: 2s;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite
}
.ball-triangle-path>div:nth-child(2) {
-webkit-animation-name: ball-triangle-path-2;
animation-name: ball-triangle-path-2;
-webkit-animation-delay: 0;
animation-delay: 0;
animation-duration: 2s;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite
}
.ball-triangle-path>div:nth-child(3) {
-webkit-animation-name: ball-triangle-path-3;
animation-name: ball-triangle-path-3;
-webkit-animation-delay: 0;
animation-delay: 0;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite
}
.ball-triangle-path>div {
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute;
width: 10px;
height: 10px;
border-radius: 100%;
border: 1px solid #fff
}
.ball-grid-beat>div,
.ball-pulse-rise>div {
-webkit-animation-fill-mode: both;
-webkit-animation-iteration-count: infinite
}
.ball-grid-beat>div,
.ball-grid-pulse>div,
.ball-pulse-rise>div {
height: 15px;
border-radius: 100%;
display: inline-block;
background-color: #fff;
margin: 2px
}
.ball-triangle-path>div:nth-of-type(1) {
top: 50px
}
.ball-triangle-path>div:nth-of-type(2) {
left: 25px
}
.ball-triangle-path>div:nth-of-type(3) {
top: 50px;
left: 50px
}
@-webkit-keyframes ball-pulse-rise-even {
0% {
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
25% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px)
}
50% {
-webkit-transform: scale(.4);
transform: scale(.4)
}
75% {
-webkit-transform: translateY(30px);
transform: translateY(30px)
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes ball-pulse-rise-even {
0% {
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
25% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px)
}
50% {
-webkit-transform: scale(.4);
transform: scale(.4)
}
75% {
-webkit-transform: translateY(30px);
transform: translateY(30px)
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transform: scale(1);
transform: scale(1)
}
}
@-webkit-keyframes ball-pulse-rise-odd {
0% {
-webkit-transform: scale(.4);
transform: scale(.4)
}
25% {
-webkit-transform: translateY(30px);
transform: translateY(30px)
}
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
75% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px)
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transform: scale(.75);
transform: scale(.75)
}
}
@keyframes ball-pulse-rise-odd {
0% {
-webkit-transform: scale(.4);
transform: scale(.4)
}
25% {
-webkit-transform: translateY(30px);
transform: translateY(30px)
}
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
75% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px)
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transform: scale(.75);
transform: scale(.75)
}
}
.ball-pulse-rise>div {
width: 15px;
animation-fill-mode: both;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: cubic-bezier(.15, .46, .9, .6);
animation-timing-function: cubic-bezier(.15, .46, .9, .6);
animation-iteration-count: infinite;
-webkit-animation-delay: 0;
animation-delay: 0
}
.ball-pulse-rise>div:nth-child(2n) {
-webkit-animation-name: ball-pulse-rise-even;
animation-name: ball-pulse-rise-even
}
.ball-pulse-rise>div:nth-child(2n-1) {
-webkit-animation-name: ball-pulse-rise-odd;
animation-name: ball-pulse-rise-odd
}
@-webkit-keyframes ball-grid-beat {
50% {
opacity: .7
}
100% {
opacity: 1
}
}
@keyframes ball-grid-beat {
50% {
opacity: .7
}
100% {
opacity: 1
}
}
.ball-grid-beat {
width: 57px
}
.ball-grid-beat>div:nth-child(1) {
-webkit-animation-delay: .15s;
animation-delay: .15s;
-webkit-animation-duration: 1.45s;
animation-duration: 1.45s
}
.ball-grid-beat>div:nth-child(2) {
-webkit-animation-delay: -20ms;
animation-delay: -20ms;
-webkit-animation-duration: .97s;
animation-duration: .97s
}
.ball-grid-beat>div:nth-child(3) {
-webkit-animation-delay: .66s;
animation-delay: .66s;
-webkit-animation-duration: 1.23s;
animation-duration: 1.23s
}
.ball-grid-beat>div:nth-child(4) {
-webkit-animation-delay: .64s;
animation-delay: .64s;
-webkit-animation-duration: 1.24s;
animation-duration: 1.24s
}
.ball-grid-beat>div:nth-child(5) {
-webkit-animation-delay: -.19s;
animation-delay: -.19s;
-webkit-animation-duration: 1.13s;
animation-duration: 1.13s
}
.ball-grid-beat>div:nth-child(6) {
-webkit-animation-delay: .69s;
animation-delay: .69s;
-webkit-animation-duration: 1.42s;
animation-duration: 1.42s
}
.ball-grid-beat>div:nth-child(7) {
-webkit-animation-delay: .58s;
animation-delay: .58s;
-webkit-animation-duration: 1.14s;
animation-duration: 1.14s
}
.ball-grid-beat>div:nth-child(8) {
-webkit-animation-delay: .21s;
animation-delay: .21s;
-webkit-animation-duration: 1.17s;
animation-duration: 1.17s
}
.ball-grid-beat>div:nth-child(9) {
-webkit-animation-delay: -.18s;
animation-delay: -.18s;
-webkit-animation-duration: .65s;
animation-duration: .65s
}
.ball-grid-beat>div {
width: 15px;
animation-fill-mode: both;
float: left;
-webkit-animation-name: ball-grid-beat;
animation-name: ball-grid-beat;
animation-iteration-count: infinite;
-webkit-animation-delay: 0;
animation-delay: 0
}
@-webkit-keyframes ball-grid-pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1)
}
50% {
-webkit-transform: scale(.5);
transform: scale(.5);
opacity: .7
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1
}
}
@keyframes ball-grid-pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1)
}
50% {
-webkit-transform: scale(.5);
transform: scale(.5);
opacity: .7
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1
}
}
.ball-grid-pulse {
width: 57px
}
.ball-grid-pulse>div:nth-child(1) {
-webkit-animation-delay: .22s;
animation-delay: .22s;
-webkit-animation-duration: .9s;
animation-duration: .9s
}
.ball-grid-pulse>div:nth-child(2) {
-webkit-animation-delay: .64s;
animation-delay: .64s;
-webkit-animation-duration: 1s;
animation-duration: 1s
}
.ball-grid-pulse>div:nth-child(3) {
-webkit-animation-delay: -.15s;
animation-delay: -.15s;
-webkit-animation-duration: .63s;
animation-duration: .63s
}
.ball-grid-pulse>div:nth-child(4) {
-webkit-animation-delay: -30ms;
animation-delay: -30ms;
-webkit-animation-duration: 1.24s;
animation-duration: 1.24s
}
.ball-grid-pulse>div:nth-child(5) {
-webkit-animation-delay: 80ms;
animation-delay: 80ms;
-webkit-animation-duration: 1.37s;
animation-duration: 1.37s
}
.ball-grid-pulse>div:nth-child(6) {
-webkit-animation-delay: .43s;
animation-delay: .43s;
-webkit-animation-duration: 1.55s;
animation-duration: 1.55s
}
.ball-grid-pulse>div:nth-child(7) {
-webkit-animation-delay: 50ms;
animation-delay: 50ms;
-webkit-animation-duration: .7s;
animation-duration: .7s
}
.ball-grid-pulse>div:nth-child(8) {
-webkit-animation-delay: 50ms;
animation-delay: 50ms;
-webkit-animation-duration: .97s;
animation-duration: .97s
}
.ball-grid-pulse>div:nth-child(9) {
-webkit-animation-delay: .3s;
animation-delay: .3s;
-webkit-animation-duration: .63s;
animation-duration: .63s
}
.ball-grid-pulse>div {
width: 15px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
float: left;
-webkit-animation-name: ball-grid-pulse;
animation-name: ball-grid-pulse;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 0;
animation-delay: 0
}
@-webkit-keyframes ball-spin-fade-loader {
50% {
opacity: .3;
-webkit-transform: scale(.4);
transform: scale(.4)
}
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes ball-spin-fade-loader {
50% {
opacity: .3;
-webkit-transform: scale(.4);
transform: scale(.4)
}
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1)
}
}
.ball-spin-fade-loader {
position: relative;
top: -10px;
left: -10px
}
.ball-spin-fade-loader>div:nth-child(1) {
top: 25px;
left: 0;
-webkit-animation: ball-spin-fade-loader 1s -.96s infinite linear;
animation: ball-spin-fade-loader 1s -.96s infinite linear
}
.ball-spin-fade-loader>div:nth-child(2) {
top: 17.05px;
left: 17.05px;
-webkit-animation: ball-spin-fade-loader 1s -.84s infinite linear;
animation: ball-spin-fade-loader 1s -.84s infinite linear
}
.ball-spin-fade-loader>div:nth-child(3) {
top: 0;
left: 25px;
-webkit-animation: ball-spin-fade-loader 1s -.72s infinite linear;
animation: ball-spin-fade-loader 1s -.72s infinite linear
}
.ball-spin-fade-loader>div:nth-child(4) {
top: -17.05px;
left: 17.05px;
-webkit-animation: ball-spin-fade-loader 1s -.6s infinite linear;
animation: ball-spin-fade-loader 1s -.6s infinite linear
}
.ball-spin-fade-loader>div:nth-child(5) {
top: -25px;
left: 0;
-webkit-animation: ball-spin-fade-loader 1s -.48s infinite linear;
animation: ball-spin-fade-loader 1s -.48s infinite linear
}
.ball-spin-fade-loader>div:nth-child(6) {
top: -17.05px;
left: -17.05px;
-webkit-animation: ball-spin-fade-loader 1s -.36s infinite linear;
animation: ball-spin-fade-loader 1s -.36s infinite linear
}
.ball-spin-fade-loader>div:nth-child(7) {
top: 0;
left: -25px;
-webkit-animation: ball-spin-fade-loader 1s -.24s infinite linear;
animation: ball-spin-fade-loader 1s -.24s infinite linear
}
.ball-spin-fade-loader>div:nth-child(8) {
top: 17.05px;
left: -17.05px;
-webkit-animation: ball-spin-fade-loader 1s -.12s infinite linear;
animation: ball-spin-fade-loader 1s -.12s infinite linear
}
.ball-spin-fade-loader>div,
.ball-spin-loader>div {
-webkit-animation-fill-mode: both;
position: absolute;
width: 15px;
height: 15px;
border-radius: 100%
}
.ball-spin-fade-loader>div {
background-color: #fff;
margin: 2px;
animation-fill-mode: both
}
@-webkit-keyframes ball-spin-loader {
75% {
opacity: .2
}
100% {
opacity: 1
}
}
@keyframes ball-spin-loader {
75% {
opacity: .2
}
100% {
opacity: 1
}
}
.ball-spin-loader {
position: relative
}
.ball-spin-loader>span:nth-child(1) {
top: 45px;
left: 0;
-webkit-animation: ball-spin-loader 2s .9s infinite linear;
animation: ball-spin-loader 2s .9s infinite linear
}
.ball-spin-loader>span:nth-child(2) {
top: 30.68px;
left: 30.68px;
-webkit-animation: ball-spin-loader 2s 1.8s infinite linear;
animation: ball-spin-loader 2s 1.8s infinite linear
}
.ball-spin-loader>span:nth-child(3) {
top: 0;
left: 45px;
-webkit-animation: ball-spin-loader 2s 2.7s infinite linear;
animation: ball-spin-loader 2s 2.7s infinite linear
}
.ball-spin-loader>span:nth-child(4) {
top: -30.68px;
left: 30.68px;
-webkit-animation: ball-spin-loader 2s 3.6s infinite linear;
animation: ball-spin-loader 2s 3.6s infinite linear
}
.ball-spin-loader>span:nth-child(5) {
top: -45px;
left: 0;
-webkit-animation: ball-spin-loader 2s 4.5s infinite linear;
animation: ball-spin-loader 2s 4.5s infinite linear
}
.ball-spin-loader>span:nth-child(6) {
top: -30.68px;
left: -30.68px;
-webkit-animation: ball-spin-loader 2s 5.4s infinite linear;
animation: ball-spin-loader 2s 5.4s infinite linear
}
.ball-spin-loader>span:nth-child(7) {
top: 0;
left: -45px;
-webkit-animation: ball-spin-loader 2s 6.3s infinite linear;
animation: ball-spin-loader 2s 6.3s infinite linear
}
.ball-spin-loader>span:nth-child(8) {
top: 30.68px;
left: -30.68px;
-webkit-animation: ball-spin-loader 2s 7.2s infinite linear;
animation: ball-spin-loader 2s 7.2s infinite linear
}
.ball-spin-loader>div {
animation-fill-mode: both;
background: green
}
.ball-zig-zag-deflect>div,
.ball-zig-zag>div {
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px 2px 2px 15px;
top: 4px;
left: -7px
}
@-webkit-keyframes ball-zig {
33% {
-webkit-transform: translate(-15px, -30px);
transform: translate(-15px, -30px)
}
66% {
-webkit-transform: translate(15px, -30px);
transform: translate(15px, -30px)
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
}
@keyframes ball-zig {
33% {
-webkit-transform: translate(-15px, -30px);
transform: translate(-15px, -30px)
}
66% {
-webkit-transform: translate(15px, -30px);
transform: translate(15px, -30px)
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
}
@-webkit-keyframes ball-zag {
33% {
-webkit-transform: translate(15px, 30px);
transform: translate(15px, 30px)
}
66% {
-webkit-transform: translate(-15px, 30px);
transform: translate(-15px, 30px)
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
}
@keyframes ball-zag {
33% {
-webkit-transform: translate(15px, 30px);
transform: translate(15px, 30px)
}
66% {
-webkit-transform: translate(-15px, 30px);
transform: translate(-15px, 30px)
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
}
.ball-zig-zag {
position: relative;
-webkit-transform: translate(-15px, -15px);
transform: translate(-15px, -15px)
}
.ball-zig-zag>div {
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute
}
.ball-zig-zag>div:first-child {
-webkit-animation: ball-zig .7s 0s infinite linear;
animation: ball-zig .7s 0s infinite linear
}
.ball-zig-zag>div:last-child {
-webkit-animation: ball-zag .7s 0s infinite linear;
animation: ball-zag .7s 0s infinite linear
}
@-webkit-keyframes ball-zig-deflect {
17%,
84% {
-webkit-transform: translate(-15px, -30px);
transform: translate(-15px, -30px)
}
34%,
67% {
-webkit-transform: translate(15px, -30px);
transform: translate(15px, -30px)
}
100%,
50% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
}
@keyframes ball-zig-deflect {
17%,
84% {
-webkit-transform: translate(-15px, -30px);
transform: translate(-15px, -30px)
}
34%,
67% {
-webkit-transform: translate(15px, -30px);
transform: translate(15px, -30px)
}
100%,
50% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
}
@-webkit-keyframes ball-zag-deflect {
17%,
84% {
-webkit-transform: translate(15px, 30px);
transform: translate(15px, 30px)
}
34%,
67% {
-webkit-transform: translate(-15px, 30px);
transform: translate(-15px, 30px)
}
100%,
50% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
}
@keyframes ball-zag-deflect {
17%,
84% {
-webkit-transform: translate(15px, 30px);
transform: translate(15px, 30px)
}
34%,
67% {
-webkit-transform: translate(-15px, 30px);
transform: translate(-15px, 30px)
}
100%,
50% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
}
.ball-zig-zag-deflect {
position: relative;
-webkit-transform: translate(-15px, -15px);
transform: translate(-15px, -15px)
}
.ball-zig-zag-deflect>div {
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute
}
.line-scale-party>div,
.line-scale-pulse-out-rapid>div,
.line-scale-pulse-out>div,
.line-scale>div {
width: 4px;
height: 35px;
display: inline-block
}
.line-scale-party>div,
.line-scale-pulse-out-rapid>div,
.line-scale-pulse-out>div,
.line-scale>div,
.line-spin-fade-loader>div {
border-radius: 2px;
margin: 2px;
background-color: #fff
}
.ball-zig-zag-deflect>div:first-child {
-webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
animation: ball-zig-deflect 1.5s 0s infinite linear
}
.ball-zig-zag-deflect>div:last-child {
-webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
animation: ball-zag-deflect 1.5s 0s infinite linear
}
@-webkit-keyframes line-scale {
0%,
100% {
-webkit-transform: scaley(1);
transform: scaley(1)
}
50% {
-webkit-transform: scaley(.4);
transform: scaley(.4)
}
}
@keyframes line-scale {
0%,
100% {
-webkit-transform: scaley(1);
transform: scaley(1)
}
50% {
-webkit-transform: scaley(.4);
transform: scaley(.4)
}
}
.line-scale>div:nth-child(1) {
-webkit-animation: line-scale 1s -.4s infinite cubic-bezier(.2, .68, .18, 1.08);
animation: line-scale 1s -.4s infinite cubic-bezier(.2, .68, .18, 1.08)
}
.line-scale>div:nth-child(2) {
-webkit-animation: line-scale 1s -.3s infinite cubic-bezier(.2, .68, .18, 1.08);
animation: line-scale 1s -.3s infinite cubic-bezier(.2, .68, .18, 1.08)
}
.line-scale>div:nth-child(3) {
-webkit-animation: line-scale 1s -.2s infinite cubic-bezier(.2, .68, .18, 1.08);
animation: line-scale 1s -.2s infinite cubic-bezier(.2, .68, .18, 1.08)
}
.line-scale>div:nth-child(4) {
-webkit-animation: line-scale 1s -.1s infinite cubic-bezier(.2, .68, .18, 1.08);
animation: line-scale 1s -.1s infinite cubic-bezier(.2, .68, .18, 1.08)
}
.line-scale>div:nth-child(5) {
-webkit-animation: line-scale 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
animation: line-scale 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08)
}
.line-scale>div {
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}
@-webkit-keyframes line-scale-party {
0%,
100% {
-webkit-transform: scale(1);
transform: scale(1)
}
50% {
-webkit-transform: scale(.5);
transform: scale(.5)
}
}
@keyframes line-scale-party {
0%,
100% {
-webkit-transform: scale(1);
transform: scale(1)
}
50% {
-webkit-transform: scale(.5);
transform: scale(.5)
}
}
.line-scale-party>div:nth-child(1) {
-webkit-animation-delay: .48s;
animation-delay: .48s;
-webkit-animation-duration: .54s;
animation-duration: .54s
}
.line-scale-party>div:nth-child(2) {
-webkit-animation-delay: -.15s;
animation-delay: -.15s;
-webkit-animation-duration: 1.15s;
animation-duration: 1.15s
}
.line-scale-party>div:nth-child(3) {
-webkit-animation-delay: 40ms;
animation-delay: 40ms;
-webkit-animation-duration: .77s;
animation-duration: .77s
}
.line-scale-party>div:nth-child(4) {
-webkit-animation-delay: -.12s;
animation-delay: -.12s;
-webkit-animation-duration: .61s;
animation-duration: .61s
}
.line-scale-party>div {
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: line-scale-party;
animation-name: line-scale-party;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 0;
animation-delay: 0
}
@-webkit-keyframes line-scale-pulse-out {
0%,
100% {
-webkit-transform: scaley(1);
transform: scaley(1)
}
50% {
-webkit-transform: scaley(.4);
transform: scaley(.4)
}
}
@keyframes line-scale-pulse-out {
0%,
100% {
-webkit-transform: scaley(1);
transform: scaley(1)
}
50% {
-webkit-transform: scaley(.4);
transform: scaley(.4)
}
}
.line-scale-pulse-out>div {
-webkit-animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85, .25, .37, .85);
animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85, .25, .37, .85)
}
.line-scale-pulse-out>div:nth-child(2),
.line-scale-pulse-out>div:nth-child(4) {
-webkit-animation-delay: -.4s!important;
animation-delay: -.4s!important
}
.line-scale-pulse-out>div:nth-child(1),
.line-scale-pulse-out>div:nth-child(5) {
-webkit-animation-delay: -.2s!important;
animation-delay: -.2s!important
}
@-webkit-keyframes line-scale-pulse-out-rapid {
0%,
90% {
-webkit-transform: scaley(1);
transform: scaley(1)
}
80% {
-webkit-transform: scaley(.3);
transform: scaley(.3)
}
}
@keyframes line-scale-pulse-out-rapid {
0%,
90% {
-webkit-transform: scaley(1);
transform: scaley(1)
}
80% {
-webkit-transform: scaley(.3);
transform: scaley(.3)
}
}
.line-scale-pulse-out-rapid>div {
vertical-align: middle;
-webkit-animation: line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11, .49, .38, .78);
animation: line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11, .49, .38, .78)
}
.line-scale-pulse-out-rapid>div:nth-child(2),
.line-scale-pulse-out-rapid>div:nth-child(4) {
-webkit-animation-delay: -.25s!important;
animation-delay: -.25s!important
}
.line-scale-pulse-out-rapid>div:nth-child(1),
.line-scale-pulse-out-rapid>div:nth-child(5) {
-webkit-animation-delay: 0s!important;
animation-delay: 0s!important
}
@-webkit-keyframes line-spin-fade-loader {
50% {
opacity: .3
}
100% {
opacity: 1
}
}
@keyframes line-spin-fade-loader {
50% {
opacity: .3
}
100% {
opacity: 1
}
}
.line-spin-fade-loader {
position: relative;
top: -10px;
left: -4px
}
.line-spin-fade-loader>div:nth-child(1) {
top: 20px;
left: 0;
-webkit-animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out;
animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out
}
.line-spin-fade-loader>div:nth-child(2) {
top: 13.64px;
left: 13.64px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out;
animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out
}
.line-spin-fade-loader>div:nth-child(3) {
top: 0;
left: 20px;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out;
animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out
}
.line-spin-fade-loader>div:nth-child(4) {
top: -13.64px;
left: 13.64px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out;
animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out
}
.line-spin-fade-loader>div:nth-child(5) {
top: -20px;
left: 0;
-webkit-animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out;
animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out
}
.line-spin-fade-loader>div:nth-child(6) {
top: -13.64px;
left: -13.64px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out;
animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out
}
.line-spin-fade-loader>div:nth-child(7) {
top: 0;
left: -20px;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out;
animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out
}
.line-spin-fade-loader>div:nth-child(8) {
top: 13.64px;
left: -13.64px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out
}
.line-spin-fade-loader>div {
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute;
width: 5px;
height: 15px
}
@-webkit-keyframes triangle-skew-spin {
25% {
-webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
transform: perspective(100px) rotateX(180deg) rotateY(0)
}
50% {
-webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
transform: perspective(100px) rotateX(180deg) rotateY(180deg)
}
75% {
-webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
transform: perspective(100px) rotateX(0) rotateY(180deg)
}
100% {
-webkit-transform: perspective(100px) rotateX(0) rotateY(0);
transform: perspective(100px) rotateX(0) rotateY(0)
}
}
@keyframes triangle-skew-spin {
25% {
-webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
transform: perspective(100px) rotateX(180deg) rotateY(0)
}
50% {
-webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
transform: perspective(100px) rotateX(180deg) rotateY(180deg)
}
75% {
-webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
transform: perspective(100px) rotateX(0) rotateY(180deg)
}
100% {
-webkit-transform: perspective(100px) rotateX(0) rotateY(0);
transform: perspective(100px) rotateX(0) rotateY(0)
}
}
.triangle-skew-spin>div {
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 20px solid #fff;
-webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite
}
@-webkit-keyframes square-spin {
25% {
-webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
transform: perspective(100px) rotateX(180deg) rotateY(0)
}
50% {
-webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
transform: perspective(100px) rotateX(180deg) rotateY(180deg)
}
75% {
-webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
transform: perspective(100px) rotateX(0) rotateY(180deg)
}
100% {
-webkit-transform: perspective(100px) rotateX(0) rotateY(0);
transform: perspective(100px) rotateX(0) rotateY(0)
}
}
@keyframes square-spin {
25% {
-webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
transform: perspective(100px) rotateX(180deg) rotateY(0)
}
50% {
-webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
transform: perspective(100px) rotateX(180deg) rotateY(180deg)
}
75% {
-webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
transform: perspective(100px) rotateX(0) rotateY(180deg)
}
100% {
-webkit-transform: perspective(100px) rotateX(0) rotateY(0);
transform: perspective(100px) rotateX(0) rotateY(0)
}
}
.square-spin>div {
width: 50px;
height: 50px;
background: #fff;
-webkit-animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite
}
.pacman>div:first-of-type,
.pacman>div:nth-child(2) {
width: 0;
height: 0;
border-right: 25px solid transparent;
border-top: 25px solid #fff;
border-left: 25px solid #fff;
border-bottom: 25px solid #fff;
border-radius: 25px;
position: relative;
left: -30px
}
@-webkit-keyframes rotate_pacman_half_up {
0%,
100% {
-webkit-transform: rotate(270deg);
transform: rotate(270deg)
}
50% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes rotate_pacman_half_up {
0%,
100% {
-webkit-transform: rotate(270deg);
transform: rotate(270deg)
}
50% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@-webkit-keyframes rotate_pacman_half_down {
0%,
100% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg)
}
50% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
}
@keyframes rotate_pacman_half_down {
0%,
100% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg)
}
50% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
}
@-webkit-keyframes pacman-balls {
75% {
opacity: .7
}
100% {
-webkit-transform: translate(-100px, -6.25px);
transform: translate(-100px, -6.25px)
}
}
@keyframes pacman-balls {
75% {
opacity: .7
}
100% {
-webkit-transform: translate(-100px, -6.25px);
transform: translate(-100px, -6.25px)
}
}
.pacman {
position: relative
}
.pacman>div:nth-child(3) {
-webkit-animation: pacman-balls 1s -.66s infinite linear;
animation: pacman-balls 1s -.66s infinite linear
}
.pacman>div:nth-child(4) {
-webkit-animation: pacman-balls 1s -.33s infinite linear;
animation: pacman-balls 1s -.33s infinite linear
}
.pacman>div:nth-child(5) {
-webkit-animation: pacman-balls 1s 0s infinite linear;
animation: pacman-balls 1s 0s infinite linear
}
.pacman>div:first-of-type {
-webkit-animation: rotate_pacman_half_up .5s 0s infinite;
animation: rotate_pacman_half_up .5s 0s infinite
}
.pacman>div:nth-child(2) {
-webkit-animation: rotate_pacman_half_down .5s 0s infinite;
animation: rotate_pacman_half_down .5s 0s infinite;
margin-top: -50px
}
.pacman>div:nth-child(3),
.pacman>div:nth-child(4),
.pacman>div:nth-child(5),
.pacman>div:nth-child(6) {
background-color: #fff;
border-radius: 100%;
margin: 2px;
width: 10px;
height: 10px;
position: absolute;
-webkit-transform: translate(0, -6.25px);
transform: translate(0, -6.25px);
top: 25px;
left: 70px
}
@-webkit-keyframes cube-transition {
25% {
-webkit-transform: translateX(50px) scale(.5) rotate(-90deg);
transform: translateX(50px) scale(.5) rotate(-90deg)
}
50% {
-webkit-transform: translate(50px, 50px) rotate(-180deg);
transform: translate(50px, 50px) rotate(-180deg)
}
75% {
-webkit-transform: translateY(50px) scale(.5) rotate(-270deg);
transform: translateY(50px) scale(.5) rotate(-270deg)
}
100% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg)
}
}
@keyframes cube-transition {
25% {
-webkit-transform: translateX(50px) scale(.5) rotate(-90deg);
transform: translateX(50px) scale(.5) rotate(-90deg)
}
50% {
-webkit-transform: translate(50px, 50px) rotate(-180deg);
transform: translate(50px, 50px) rotate(-180deg)
}
75% {
-webkit-transform: translateY(50px) scale(.5) rotate(-270deg);
transform: translateY(50px) scale(.5) rotate(-270deg)
}
100% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg)
}
}
.cube-transition {
position: relative;
-webkit-transform: translate(-25px, -25px);
transform: translate(-25px, -25px)
}
.cube-transition>div {
width: 10px;
height: 10px;
position: absolute;
top: -5px;
left: -5px;
background-color: #fff;
-webkit-animation: cube-transition 1.6s 0s infinite ease-in-out;
animation: cube-transition 1.6s 0s infinite ease-in-out
}
.cube-transition>div:last-child {
-webkit-animation-delay: -.8s;
animation-delay: -.8s
}
@-webkit-keyframes spin-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes spin-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
.semi-circle-spin {
position: relative;
width: 35px;
height: 35px;
overflow: hidden
}
.semi-circle-spin>div {
position: absolute;
border-width: 0;
border-radius: 100%;
-webkit-animation: spin-rotate .6s 0s infinite linear;
animation: spin-rotate .6s 0s infinite linear;
background-image: linear-gradient(transparent 0, transparent 70%, #fff 30%, #fff 100%);
width: 100%;
height: 100%
}[class*="dipi_"].et_pb_module .et_pb_button {
transition: all .2s ease !important;
} .et-db #et-boc .et-fb-modules-list ul>li[class^="dipi_"]:before {
color: white;
}
.et-db #et-boc .et-fb-modules-list ul>li[class^="dipi_"] {
background-color: #2c3d49 !important;
color: white !important;
overflow: visible !important;
padding-left: 0;
padding-right: 0;
text-align: center;
}
.et-db #et-boc .et-fb-modules-list ul>li[class^="dipi_"] span {
font-size: 10px !important;
}
.et-db #et-boc .et-fb-modules-list ul>li[class^="dipi_"] .et-fb-icon.et-fb-icon--svg {
width: 16px !important;
min-width: 16px !important;
height: 16px !important;
margin: 0 auto 5px auto !important;
} .dipi-related-articles {
padding: 25px 0;
}
.dipi-related-section-articles-title {
text-align: center;
margin-bottom: 25px;
transition: all .5s ease-in-out;
padding-right: 30px;
}
.dipi-related-articles-row {
display: flex;
flex: 1 1 auto;
}
.dipi-related-article-column {
display: block;
margin-bottom: 25px;
position: relative;
overflow: hidden;
border-style: solid; transition-duration: .6s;
}
.dipi-related-article-column:hover {
transition-duration: .6s;
}
.dipi-column-2 {
width: 46%;
margin-right: 4%;
}
.dipi-column-3 {
width: 30%;
margin-right: 5%;
}
.dipi-column-4 {
width: 21.25%;
margin-right: 5%;
}
@media (min-width: 981px) {
.dipi-column-2 {
width: 48.5%;
}
.dipi-column-3 {
width: 31.333%;
}
.dipi-column-4 {
width: 22.75%;
}
}
@media (min-width: 981px) {
.dipi-column-2,
.dipi-column-3,
.dipi-column-4 {
margin-right: 3%;
}
}
@media (max-width: 767px) {
.dipi-column-2 {
width: 100%;
margin-right: 0;
}
.dipi-column-3 {
width: 100%;
margin-right: 0;
}
.dipi-column-4 {
width: 100%;
margin-right: 0;
}
.dipi-related-articles-row {
flex-flow: row wrap;
}
}
.dipi-related-articles-row .dipi-column-2:last-child {
margin-right: 0 !important;
}
.dipi-related-articles-row .dipi-column-3:last-child {
margin-right: 0 !important;
}
.dipi-related-articles-row .dipi-column-4:last-child {
margin-right: 0 !important;
}
.dipi-related-article-content {
overflow: hidden;
position: relative;
height: 100%;
}
.dipi-related-article-thumb-wrap {
overflow: hidden;
}
.dipi-related-article-thumb {
overflow: hidden;
position: relative;
transition: all 1s ease-in-out;
}
.dipi-related-article-thumb img {
object-fit: cover;
transform-origin: center bottom 0;
box-shadow: 0 10px 100px #e1edf9;
display: block;
position: relative;
overflow: hidden;
max-width: 100%;
min-height: auto;
}
.dipi-related-article-bottom {
display: flex;
align-items: center;
}
.dipi-related-article-bottom.dipi-content-over-image {
bottom: 0;
position: absolute;
width: 100%;
background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%) repeat scroll 0 0;
}
.dipi-related-article-bottom.dipi-content-over-image .dipi-related-article-title {
padding-left: 15px;
padding-top: 20px;
padding-bottom: 15px;
}
.dipi-related-article-bottom .dipi-related-article-arrow {
position: absolute;
right: 5px;
bottom: 10px;
padding: 0 10px;
}
.dipi-readmore-arrow:hover:before,
.dipi-related-article-arrow-hover .dipi-readmore-arrow:before,
.dipi-readmore-arrow:before {
transition-duration: .6s;
}
.dipi-content-bottom-image {
padding: 15px 10px;
width: 100%;
}
.dipi-related-article-thumb .dipi-image-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block; height: 100%;
background: rgba(0, 0, 0, .1);
} .dipi-related-article-title {
transition: all .6s ease-in-out;
font-size: 16px;
font-weight: 500;
line-height: inherit;
padding: 0;
}
.dipi-content-over-image .dipi-related-article-title {
color: #fff;
text-shadow: 0 4px 10px rgba(7, 15, 27, .4);
}
.dipi-icon-always,
.dipi-icon-hideonhover {
transition: all .6s ease-in-out;
opacity: 1;
}
.dipi-icon-onhover {
opacity: 0;
transition: all .6s ease-in-out;
transform: translateX(-5px);
}
.dipi-icon-onhover:hover,
.dipi-icon-onhover.dipi-related-article-arrow-hover {
opacity: 1;
transition: all .6s ease-in-out;
transform: translateX(0px);
}
.dipi-icon-hideonhover:hover,
.dipi-icon-hideonhover.dipi-related-article-arrow-hover {
transition: all .6s ease-in-out;
opacity: 0;
transform: translateX(-5px);
}
.dipi-readmore-arrow:before {
margin-left: 15px;
content: "\24";
}
.dipi-content-over-image .dipi-readmore-arrow:before {
color: #fff;
}
.dipi-content-bottom-image .dipi-readmore-arrow:before {
color: #000;
}
.dipi-related-article-column.dipi-zoom-in {
transition-duration: .6s;
transform: scale(1);
}
.dipi-related-article-column.dipi-zoom-in:hover {
transition-duration: .6s;
transform: scale(1.05);
}
.dipi-related-article-column.dipi-zoom-out {
transition-duration: .6s;
transform: scale(1);
}
.dipi-related-article-column.dipi-zoom-out:hover {
transition-duration: .6s;
transform: scale(.95);
}
.dipi-related-article-column.dipi-move-up {
transition-property: all;
transition-duration: .6s;
}
.dipi-related-article-column.dipi-move-up:hover {
transition-duration: .6s;
transform: translateY(-8px);
} body.dipi-hide-bottom-bar #footer-bottom {
display: none;
}
body.dipi-fixed-footer .fixed-footer {
position: fixed;
width: 100%;
bottom: 0;
z-index: 2;
}
body.dipi-reveal-footer .reveal-footer {
z-index: -1;
position: fixed;
bottom: 0;
width: 100%;
}
body.dipi-reveal-footer #et-main-area {
overflow-x: hidden;
background: #fff;
} .dipi-social-icon-zoom {
transform: scale(1);
transition-duration: 0.6s;
}
.dipi-social-icon-zoom:hover {
transform: scale(1.2);
transition-duration: 0.6s;
}
.dipi-social-icon-slideup {
transition-duration: 0.6s;
}
.dipi-social-icon-slideup:hover {
transition-duration: 0.6s;
transform: translateY(-5px);
}
.dipi-social-icon-rotate {
transition-duration: 0.6s;
transform: rotate(0deg);
}
.dipi-social-icon-rotate:hover {
transform: rotate(360deg);
}
.dipi-social-icon-box {
transition: all .5s ease-in-out;
padding: 20px;
display: flex;
align-items: center;
} .dipi-hover-underline-animation {
display: inline-block;
position: relative;
color: #0087ca;
}
.dipi-hover-underline-animation::after {
content: '';
position: absolute;
width: 100%;
transform: scaleX(0);
height: 2px;
bottom: 0;
left: 0;
background-color: #0087ca;
transform-origin: bottom right;
transition: transform 0.6s ease-in-out;
}
.dipi-hover-underline-animation:hover::after {
transform: scaleX(1);
transform-origin: bottom left;
}
body.dipi-header-underline #main-header {
box-shadow: none !important;
}
@media (min-width: 981px) {
body.dipi-remove-sidebar.archive #sidebar {
display: none;
}
body.dipi-remove-sidebar.blog #sidebar {
display: none;
}
body.dipi-remove-sidebar #left-area {
width: 100%;
padding: 23px 0px 0px !important;
float: none !important;
}
}
body.dipi-remove-sidebar-line #main-content .container:before {
width: 0px !important;
background: none !important;
}
body.dipi-zoom-logo .logo_container a #logo,
body.dipi-zoom-logo .et_pb_menu__logo {
transform: scale(1);
transition: all .6s ease-in-out;
}
body.dipi-zoom-logo .logo_container a:hover #logo,
body.dipi-zoom-logo .et_pb_menu__logo:hover{
transform: scale(1.1);
}
@media only screen and (min-width: 981px) {
body.dipi-shrink-header .et-fixed-header #et-top-navigation,
body.dipi-shrink-header .et-fixed-header #et-top-navigation {
padding-top: 33px;
}
body.dipi-shrink-header .et-fixed-header #et-top-navigation nav>ul>li>a,
body.dipi-shrink-header .et-fixed-header #et-top-navigation nav>ul>li>a {
padding-bottom: 33px;
}
} .dipi-author-section {
padding: 30px 0 !important;
position: relative;
background-color: #fff;
}
.dipi-author-row {
display: flex;
flex-direction: row;
background: #f5f5f5;
padding: 30px;
border-style: solid;
}
.dipi-author-left {
margin-right: 30px;
} .et_pb_scroll_top.dipi-btt-zoomin .dipi_btt_wrapper {
transition: all 0.3s ease-in;
transform: scale(1);
}
.et_pb_scroll_top.dipi-btt-zoomin:hover .dipi_btt_wrapper {
transition: all 0.3s ease-in;
transform: scale(1.1);
}
.et_pb_scroll_top.dipi-btt-zoomout .dipi_btt_wrapper {
transition: all 0.3s ease-in;
transform: scale(1);
}
.et_pb_scroll_top.dipi-btt-zoomout:hover .dipi_btt_wrapper {
transition: all 0.3s ease-in;
transform: scale(.9);
}
.et_pb_scroll_top.dipi-btt-zoomup .dipi_btt_wrapper {
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
transition-duration: 0.3s;
transition-property: transform;
transition-timing-function: ease-out;
}
.et_pb_scroll_top.dipi-btt-zoomup:hover .dipi_btt_wrapper {
transform: translateY(-6px);
}
.et_pb_scroll_top.dipi-btt-zoomdown .dipi_btt_wrapper {
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
transition-property: transform;
transition-timing-function: ease-out;
}
.et_pb_scroll_top.dipi-btt-zoomdown:hover .dipi_btt_wrapper {
transform: translateY(6px);
}
.dipi-read-more-wrap {
position: relative;
clear: both;
height: auto;
display: flex;
align-items: center;
min-height: 50px;
}
.dipi-read-more-button {
position: relative;
transition: all .3s ease-in-out;
line-height: 0;
overflow: hidden;
}
.dipi-read-more-button.et-pb-icon {
position: relative;
transition: all .3s ease-in-out;
line-height: 1;
text-align: center;
}
.dipi-button-icon-none:after{
content: '' !important;
transition: all .3s ease-in-out;
}
.dipi-read-more-button:after {
position: absolute;
font-family: ETmodules!important;
opacity: 0;
text-shadow: none;
font-size: 32px;
font-weight: 400;
font-style: normal;
font-variant: none;
line-height: 1;
text-transform: none;
transition: all .3s;
}
.dipi-button-none {
justify-content: flex-start;
}
.dipi-button-center {
justify-content: center;
}
.dipi-button-right {
justify-content: flex-end;
}
.dipi-post-section,
.dipi-post-row {
padding: 20px 0 !important;
max-width: 1080px;
margin: auto;
width: 100% !important;
}
.dipi-post-row {
border-top: solid 1px #f2f2f2;
}
.dipi-post-left {
float: left;
padding: 10px;
border-radius: 100px;
transition: all .6s ease-in-out;
}
.dipi-post-right {
float: right;
padding: 10px;
border-radius: 100px;
transition: all .6s ease-in-out;
}
.dipi-post-left a,
.dipi-post-right a {
padding: 0 5px;
}
.dipi-post-left .et-pb-icon,
.dipi-post-right .et-pb-icon {
font-size: 24px;
line-height: 0;
vertical-align: middle;
} body.archive #left-area,
body.blog #left-area {
display: flex;
flex-direction: row;
flex-wrap: wrap;
transition: .3s ease;
}
body.archive #left-area article.et_pb_post,
body.blog #left-area article.et_pb_post {
flex-basis: 100%;
}
.dipi-post-wrap {
position: relative;
padding: 15px 10px;
}
.entry-featured-image-wrap {
overflow: hidden;
}
.entry-featured-image-wrap .entry-featured-image-url {
margin-bottom: 0px !important;
height: 100%;
}
body.archive #left-area article.et_pb_post .entry-featured-image-wrap img,
body.blog #left-area article.et_pb_post .entry-featured-image-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
transform-origin: center bottom 0;
} body.archive.dipi-archive-style-2 #left-area article.et_pb_post,
body.blog.dipi-archive-style-2 #left-area article.et_pb_post, 
body.archive.dipi-archive-style-3 #left-area article.et_pb_post,
body.blog.dipi-archive-style-3 #left-area article.et_pb_post{
display: flex;
flex-direction: row;
}
body.archive.dipi-archive-style-3 #left-area article.et_pb_post:nth-child(2n+0),
body.blog.dipi-archive-style-3 #left-area article.et_pb_post:nth-child(2n+0) {
display: flex;
flex-direction: row-reverse;
}
body.archive.dipi-archive-style-2 .entry-featured-image-wrap,
body.blog.dipi-archive-style-2 .entry-featured-image-wrap,
body.archive.dipi-archive-style-3 .entry-featured-image-wrap,
body.blog.dipi-archive-style-3 .entry-featured-image-wrap,
body.archive.dipi-archive-style-3 #left-area article.et_pb_post:nth-child(2n+0) .dipi-post-wrap,
body.blog.dipi-archive-style-3 #left-area article.et_pb_post:nth-child(2n+0) .dipi-post-wrap {
flex-basis: 50%;
}
body.archive.dipi-archive-style-2 .dipi-post-wrap,
body.blog.dipi-archive-style-2 .dipi-post-wrap,
body.archive.dipi-archive-style-3 .dipi-post-wrap,
body.blog.dipi-archive-style-3 .dipi-post-wrap,
body.archive.dipi-archive-style-3 #left-area article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap,
body.blog.dipi-archive-style-3 #left-area article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap {
flex-basis: 50%;
}
body.archive.dipi-archive-style-4 #left-area article.et_pb_post,
body.blog.dipi-archive-style-4 #left-area article.et_pb_post {
flex-basis:  calc(50% - 20px);
margin-right: 40px;
}
body.archive.dipi-archive-style-5 #left-area article.et_pb_post,
body.blog.dipi-archive-style-5 #left-area article.et_pb_post {
flex-basis:  calc(33.8% - 20px);
margin-right: 20px;
}
body.archive.dipi-archive-style-4 #left-area article.et_pb_post:nth-child(2n+0),
body.archive.dipi-archive-style-5 #left-area article.et_pb_post:nth-child(3n+0),
body.blog.dipi-archive-style-4 #left-area article.et_pb_post:nth-child(2n+0),
body.blog.dipi-archive-style-5 #left-area article.et_pb_post:nth-child(3n+0) {
margin-right: 0px !important;
}
body.archive.dipi-archive-style-6 #left-area article.et_pb_post,
body.blog.dipi-archive-style-6 #left-area article.et_pb_post {
display: flex;
flex-direction: row;
}
body.archive.dipi-archive-style-6 #left-area article.et_pb_post:nth-child(2n+0),
body.blog.dipi-archive-style-6 #left-area article.et_pb_post:nth-child(2n+0) {
display: flex;
flex-direction: row-reverse;
}
body.archive.dipi-archive-style-6 #left-area article.et_pb_post .entry-featured-image-wrap,
body.blog.dipi-archive-style-6 #left-area article.et_pb_post .entry-featured-image-wrap,
body.archive.dipi-archive-style-6 #left-area article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap,
body.blog.dipi-archive-style-6 #left-area article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap {
flex-basis: 30%
}
body.archive.dipi-archive-style-6 #left-area article.et_pb_post .dipi-post-wrap,
body.blog.dipi-archive-style-6 #left-area article.et_pb_post .dipi-post-wrap,
body.archive.dipi-archive-style-6 #left-area article.et_pb_post:nth-child(2n+0) .dipi-post-wrap,
body.blog.dipi-archive-style-6 #left-area article.et_pb_post:nth-child(2n+0) .dipi-post-wrap {
flex-basis: 70%;
}
@media screen and (max-width: 481px) {
body.archive #left-area article.et_pb_post,
body.blog #left-area article.et_pb_post {
flex-basis: 100% !important;
margin-right: 0px !important;
display: block !important;
}
body.archive.dipi-archive-style-6 #left-area article.et_pb_post .entry-featured-image-wrap,
body.blog.dipi-archive-style-6 #left-area article.et_pb_post .entry-featured-image-wrap,
body.archive.dipi-archive-style-6 #left-area article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap,
body.blog.dipi-archive-style-6 #left-area article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap {
flex-basis: 100% !important;
}
body.archive.dipi-archive-style-6 #left-area article.et_pb_post .dipi-post-wrap,
body.blog.dipi-archive-style-6 #left-area article.et_pb_post .dipi-post-wrap,
body.archive.dipi-archive-style-6 #left-area article.et_pb_post:nth-child(2n+0) .dipi-post-wrap,
body.blog.dipi-archive-style-6 #left-area article.et_pb_post:nth-child(2n+0) .dipi-post-wrap {
flex-basis: 100% !important;
}
body.archive.dipi-archive-style-2 .entry-featured-image-wrap,
body.blog.dipi-archive-style-2 .entry-featured-image-wrap,
body.archive.dipi-archive-style-3 .entry-featured-image-wrap,
body.blog.dipi-archive-style-3 .entry-featured-image-wrap,
body.archive.dipi-archive-style-3 #left-area article.et_pb_post:nth-child(2n+0) .dipi-post-wrap,
body.blog.dipi-archive-style-3 #left-area article.et_pb_post:nth-child(2n+0) .dipi-post-wrap {
flex-basis: 100% !important;
}
body.archive.dipi-archive-style-2 .dipi-post-wrap,
body.blog.dipi-archive-style-2 .dipi-post-wrap,
body.archive.dipi-archive-style-3 .dipi-post-wrap,
body.blog.dipi-archive-style-3 .dipi-post-wrap,
body.archive.dipi-archive-style-3 #left-area article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap,
body.blog.dipi-archive-style-3 #left-area article.et_pb_post:nth-child(2n+0) .entry-featured-image-wrap {
flex-basis: 100% !important;
}
}
.dipi-post-inner-wrap .entry-title {
width: 100%;
}
.dipi-image-icon-active .dipi-icon-wrap,
.dipi-image-overlay-active .dipi-image-overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
transition: .3s ease;
}
.dipi-image-icon-active .dipi-image-icon,
.dipi-image-overlay-active .dipi-overlay-icon {
position: absolute;
top: 50%;
left: 50%;
opacity: 0;
transform: translate(-50%, -50%);
text-align: center;
}
.dipi-image-overlay-icon-always {
transition: all .6s ease-in-out;
opacity: 1 !important;
}
.dipi-image-overlay-icon-onhover{
transition: all .6s ease-in-out;
opacity: 0 !important;
}
.dipi-image-icon-active:hover .dipi-image-overlay-icon-onhover,
.dipi-image-overlay-active:hover .dipi-image-overlay-icon-onhover{
transition: all .6s ease-in-out;
opacity: 1 !important;
}
.dipi-image-icon-active .dipi-image-overlay-icon-hideonhover,
.dipi-image-overlay-active .dipi-image-overlay-icon-hideonhover {
transition: all .6s ease-in-out;
opacity: 1 !important;
}
.dipi-image-icon-active:hover .dipi-image-overlay-icon-hideonhover,
.dipi-image-overlay-active:hover .dipi-image-overlay-icon-hideonhover {
opacity: 0 !important;
transition: all .6s ease-in-out;
}
.dipi-post-left .et-pb-icon {
padding-right: 5px;
}
.dipi-post-right .et-pb-icon {
padding-left: 5px;
} #commentform .form-submit .et_pb_button.dipi-zoom-in,
.et_pb_post .dipi-read-more-wrap .dipi-read-more-button.dipi-button-zoomin,
.dipi-cta-button-effect-zoomin {
transition: all 0.3s ease-in-out;
transform: scale(1);
}
#commentform .form-submit .et_pb_button.dipi-zoom-in:hover,
.et_pb_post .dipi-read-more-wrap .dipi-read-more-button.dipi-button-zoomin:hover,
.dipi-cta-button-effect-zoomin:hover {
transition: all 0.3s ease-in-out;
transform: scale(1.1);
}
#commentform .form-submit .et_pb_button.dipi-zoom-out,
.et_pb_post .dipi-read-more-wrap .dipi-read-more-button.dipi-button-zoomout,
.dipi-cta-button-effect-zoomout{
transition: all 0.3s ease-in;
transform: scale(1);
}
#commentform .form-submit .et_pb_button.dipi-zoom-out:hover,
.et_pb_post .dipi-read-more-wrap .dipi-read-more-button.dipi-button-zoomout:hover,
.dipi-cta-button-effect-zoomout:hover {
transition: all 0.3s ease-in-out;
transform: scale(.9);
}
#commentform .form-submit .et_pb_button.dipi-move-up,
.et_pb_post .dipi-read-more-wrap .dipi-read-more-button.dipi-button-moveup,
.dipi-cta-button-effect-moveup {
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
transition-property: transform;
transition-timing-function: ease-out;
}
#commentform .form-submit .et_pb_button.dipi-move-up:hover,
.et_pb_post .dipi-read-more-wrap .dipi-read-more-button.dipi-button-moveup:hover,
.dipi-cta-button-effect-moveup:hover  {
transform: translateY(-2px);
} body.archive article.dipi-post-zoomin .entry-featured-image-wrap a,
body.blog article.dipi-post-zoomin .entry-featured-image-wrap a,
.dipi-related-article-thumb.dipi-zoom-in {
transition: all .6s ease-in-out;
transform: scale(1);
}
body.archive article.dipi-post-zoomin:hover .entry-featured-image-wrap a,
body.blog article.dipi-post-zoomin:hover .entry-featured-image-wrap a,
.dipi-related-article-thumb.dipi-zoom-in:hover,
.dipi-related-article-thumb.dipi-zoom-in-hover {
transition: all .6s ease-in-out;
transform: scale(1.1);
}
body.archive article.dipi-post-zoomout .entry-featured-image-wrap a,
body.blog article.dipi-post-zoomout .entry-featured-image-wrap a,
.dipi-related-article-thumb.dipi-zoom-out {
transition: all .6s ease-in-out;
transform: scale(1.1);
}
body.archive article.dipi-post-zoomout:hover .entry-featured-image-wrap a,
body.blog article.dipi-post-zoomout:hover .entry-featured-image-wrap a,
.dipi-related-article-thumb.dipi-zoom-out:hover,
.dipi-related-article-thumb.dipi-zoom-out-hover {
transition: all .6s ease-in-out;
transform: scale(1);
}
body.archive article.dipi-post-zoomrotate .entry-featured-image-wrap a,
body.blog article.dipi-post-zoomrotate .entry-featured-image-wrap a,
.dipi-related-article-thumb.dipi-zoom-rotate {
transition: all .6s ease-in-out;
height: 100%;
width: 100%;
}
body.archive article.dipi-post-zoomrotate:hover .entry-featured-image-wrap a,
body.blog article.dipi-post-zoomrotate:hover .entry-featured-image-wrap a,
.dipi-related-article-thumb.dipi-zoom-rotate:hover,
.dipi-related-article-thumb.dipi-zoom-rotate-hover {
transform: scale(1.1) rotate(2deg);
transition: all .6s ease-in-out;
}
body.archive article.dipi-post-blacktocolor .entry-featured-image-wrap a,
body.blog article.dipi-post-blacktocolor .entry-featured-image-wrap a {
filter: grayscale(100%);
transition: all .6s ease-in-out;
}
body.archive article.dipi-post-blacktocolor:hover .entry-featured-image-wrap a,
body.blog article.dipi-post-blacktocolor:hover .entry-featured-image-wrap a {
filter: grayscale(0%);
transition: all .6s ease-in-out;
}
body.archive article.dipi-post-zoombox,
body.blog article.dipi-post-zoombox {
transition: all .6s ease-in-out;
transform: scale(1);
}
body.archive article.dipi-post-zoombox:hover,
body.blog article.dipi-post-zoombox:hover {
transition: all .6s ease-in-out;
transform: scale(1.040);
}
body.archive article.dipi-post-slideupbox,
body.blog article.dipi-post-slideupbox {
transition: all .6s ease-in-out;
}
body.archive article.dipi-post-slideupbox:hover,
body.blog article.dipi-post-slideupbox:hover{
transition: all .6s ease-in-out;
transform: translateY(-10px);
} @media (min-width: 320px) and (max-width: 480px) {
body.dipi-fix-search-icon #et_top_search {
margin: 0 15px 0 0 !important;
}
.dipi-hide-search-icon #et_top_search,
.dipi-hide-search-icon .et_pb_menu__search-button {
display: none !important;
}
} .et_pb_scroll_top {
animation-fill-mode: forwards !important;
}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
 .animated {
animation-duration: 1s;
animation-fill-mode: both;
}
.animated.infinite {
animation-iteration-count: infinite;
}
.animated.hinge {
animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
animation-duration: .75s;
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transform: translate3d(0,0,0);
}
40%, 43% {
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transform: translate3d(0, -30px, 0);
}
70% {
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transform: translate3d(0, -15px, 0);
}
90% {
transform: translate3d(0,-4px,0);
}
}
.bounce {
animation-name: bounce;
transform-origin: center bottom;
}
@keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
animation-name: flash;
} @keyframes pulse {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(1.05, 1.05, 1.05);
}
to {
transform: scale3d(1, 1, 1);
}
}
.pulse {
animation-name: pulse;
}
@keyframes rubberBand {
from {
transform: scale3d(1, 1, 1);
}
30% {
transform: scale3d(1.25, 0.75, 1);
}
40% {
transform: scale3d(0.75, 1.25, 1);
}
50% {
transform: scale3d(1.15, 0.85, 1);
}
65% {
transform: scale3d(.95, 1.05, 1);
}
75% {
transform: scale3d(1.05, .95, 1);
}
to {
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
animation-name: rubberBand;
}
@keyframes shake {
from, to {
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
transform: translate3d(10px, 0, 0);
}
}
.shake {
animation-name: shake;
}
@keyframes headShake {
0% {
transform: translateX(0);
}
6.5% {
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
transform: translateX(5px) rotateY(7deg);
}
31.5% {
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
transform: translateX(2px) rotateY(3deg);
}
50% {
transform: translateX(0);
}
}
.headShake {
animation-timing-function: ease-in-out;
animation-name: headShake;
}
@keyframes swing {
20% {
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
transform: rotate3d(0, 0, 1, -5deg);
}
to {
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
transform-origin: top center;
animation-name: swing;
}
@keyframes tada {
from {
transform: scale3d(1, 1, 1);
}
10%, 20% {
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
transform: scale3d(1, 1, 1);
}
}
.tada {
animation-name: tada;
} @keyframes wobble {
from {
transform: none;
}
15% {
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
transform: none;
}
}
.wobble {
animation-name: wobble;
}
@keyframes jello {
from, 11.1%, to {
transform: none;
}
22.2% {
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
animation-name: jello;
transform-origin: center;
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
20% {
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
animation-name: bounceIn;
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, 25px, 0);
}
75% {
transform: translate3d(0, -10px, 0);
}
90% {
transform: translate3d(0, 5px, 0);
}
to {
transform: none;
}
}
.bounceInDown {
animation-name: bounceInDown;
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(25px, 0, 0);
}
75% {
transform: translate3d(-10px, 0, 0);
}
90% {
transform: translate3d(5px, 0, 0);
}
to {
transform: none;
}
}
.bounceInLeft {
animation-name: bounceInLeft;
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(-25px, 0, 0);
}
75% {
transform: translate3d(10px, 0, 0);
}
90% {
transform: translate3d(-5px, 0, 0);
}
to {
transform: none;
}
}
.bounceInRight {
animation-name: bounceInRight;
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
75% {
transform: translate3d(0, 10px, 0);
}
90% {
transform: translate3d(0, -5px, 0);
}
to {
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
animation-name: bounceInUp;
}
@keyframes bounceOut {
20% {
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
animation-name: bounceOut;
}
@keyframes bounceOutDown {
20% {
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
20% {
opacity: 1;
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
20% {
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
animation-name: bounceOutUp;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
animation-name: fadeIn;
}
@keyframes fadeInDown {
from {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInDown {
animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
from {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInDownBig {
animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInLeft {
animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInLeftBig {
animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
from {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInRight {
animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
from {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInRightBig {
animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInUp {
animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
from {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInUpBig {
animation-name: fadeInUpBig;
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
animation-name: fadeOut;
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
animation-name: fadeOutUpBig;
}
@keyframes flip {
from {
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
animation-timing-function: ease-out;
}
40% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
animation-timing-function: ease-out;
}
50% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
animation-timing-function: ease-in;
}
80% {
transform: perspective(400px) scale3d(.95, .95, .95);
animation-timing-function: ease-in;
}
to {
transform: perspective(400px);
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
animation-name: flip;
}
@keyframes flipInX {
from {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
animation-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipInX;
}
@keyframes flipInY {
from {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
animation-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipInY;
}
@keyframes flipOutX {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@keyframes flipOutY {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipOutY;
}
@keyframes lightSpeedIn {
from {
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
transform: skewX(20deg);
opacity: 1;
}
80% {
transform: skewX(-5deg);
opacity: 1;
}
to {
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
animation-name: lightSpeedIn;
animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
animation-name: lightSpeedOut;
animation-timing-function: ease-in;
}
@keyframes rotateIn {
from {
transform-origin: center;
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
transform-origin: center;
transform: none;
opacity: 1;
}
}
.rotateIn {
animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
animation-name: rotateInUpRight;
}
@keyframes rotateOut {
from {
transform-origin: center;
opacity: 1;
}
to {
transform-origin: center;
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
from {
transform-origin: left bottom;
opacity: 1;
}
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
from {
transform-origin: right bottom;
opacity: 1;
}
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
from {
transform-origin: left bottom;
opacity: 1;
}
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
from {
transform-origin: right bottom;
opacity: 1;
}
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
animation-name: rotateOutUpRight;
}
@keyframes hinge {
0% {
transform-origin: top left;
animation-timing-function: ease-in-out;
}
20%, 60% {
transform: rotate3d(0, 0, 1, 80deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
}
40%, 80% {
transform: rotate3d(0, 0, 1, 60deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
animation-name: hinge;
}
@keyframes jackInTheBox {
from {
opacity: 0;
transform: scale(0.1) rotate(30deg);
transform-origin: center bottom;
}
50% {
transform: rotate(-10deg);
}
70% {
transform: rotate(3deg);
}
to {
opacity: 1;
transform: scale(1);
}
}
.jackInTheBox {
animation-name: jackInTheBox;
} @keyframes rollIn {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
transform: none;
}
}
.rollIn {
animation-name: rollIn;
} @keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
animation-name: rollOut;
}
@keyframes zoomIn {
from {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
animation-name: zoomIn;
}
@keyframes zoomInDown {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
animation-name: zoomInDown;
}
@keyframes zoomInLeft {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
animation-name: zoomInLeft;
}
@keyframes zoomInRight {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
animation-name: zoomInRight;
}
@keyframes zoomInUp {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
animation-name: zoomInUp;
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.zoomOut {
animation-name: zoomOut;
}
@keyframes zoomOutDown {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
transform: scale(.1) translate3d(-2000px, 0, 0);
transform-origin: left center;
}
}
.zoomOutLeft {
animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
transform: scale(.1) translate3d(2000px, 0, 0);
transform-origin: right center;
}
}
.zoomOutRight {
animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
animation-name: zoomOutUp;
}
@keyframes slideInDown {
from {
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
animation-name: slideInDown;
}
@keyframes slideInLeft {
from {
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
animation-name: slideInLeft;
}
@keyframes slideInRight {
from {
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
animation-name: slideInRight;
}
@keyframes slideInUp {
from {
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
animation-name: slideInUp;
}
@keyframes slideOutDown {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
animation-name: slideOutDown;
}
@keyframes slideOutLeft {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
animation-name: slideOutLeft;
}
@keyframes slideOutRight {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
animation-name: slideOutRight;
}
@keyframes slideOutUp {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
animation-name: slideOutUp;
}.formcraft-icon-mixin{font-family:'Material Icons';font-weight:400;font-style:normal;font-size:110%;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;vertical-align:text-bottom;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga'}.smoothing{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.noSmoothing{-webkit-font-smoothing:initial;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:initial}@keyframes checkbox-check{0%{width:0}100%{width:100%}}@-webkit-keyframes loadAnimate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loadAnimate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.width-100{width:100%}.width-50{width:50%}.formcraft-shadow{background-color:#fff;box-shadow:0 0 0 .5px rgba(0,20,40,.11),0 2px 8px 0 rgba(50,55,90,.2)}.smoothing{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.noSmoothing{-webkit-font-smoothing:initial;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:initial}@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(//finaco.ca/wp-content/plugins/formcraft3/lib/material-icons/MaterialIcons-Regular.eot);src:local('Material Icons'),local('MaterialIcons-Regular'),url(//finaco.ca/wp-content/plugins/formcraft3/lib/material-icons/MaterialIcons-Regular.woff) format('woff'),url(//finaco.ca/wp-content/plugins/formcraft3/lib/material-icons/MaterialIcons-Regular.ttf) format('truetype')}.formcraft-loader,.formcraft-loader:after{border-radius:100%;width:18px;height:18px;display:inline-block}.formcraft-loader{margin:0;font-size:12px;position:relative;text-indent:-9999em;border-top:2px solid #6495ed;border-right:2px solid #6495ed;border-bottom:2px solid #6495ed;border-left:2px solid transparent;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:loadAnimate 1.1s infinite linear;animation:loadAnimate 1.1s infinite linear}.formcraft-css .formcraft-icon{font-family:'Material Icons'!important;font-weight:400;font-style:normal;font-size:110%;line-height:1;display:inline-block;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;vertical-align:text-bottom;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga'}body.ReactModal__Body--open{overflow:hidden}.FormCraftModalOverlay{position:fixed;top:0;bottom:0;right:0;left:0;z-index:999999;background:rgba(0,0,0,.3);opacity:0;transition:opacity .5s}.FormCraftModalOverlay .CloseIcon{position:absolute;top:0;right:0;font-size:1.4em;padding:.75em;color:inherit;opacity:.5;cursor:pointer;z-index:99999}.FormCraftModalOverlay .CloseIcon:hover{opacity:.75}.FormCraftModalOverlay .FormCraftModal{border-radius:4px;position:absolute;top:50%;left:50%;background:#fff;transform:scale(.98) translateY(-48%) translateX(-50%);opacity:0;transition:transform .25s,opacity .25s,height .5s,width .5s;box-shadow:0 5px 25px 0 rgba(0,0,0,.4);transform-origin:0 0;overflow:hidden}.FormCraftModalOverlay.ShowingModal{opacity:1}.FormCraftModalOverlay.ShowingModal .FormCraftModal{opacity:1;transform:scale(1) translateY(-50%) translateX(-50%)}.FormCraftModalOverlay.HidingModal{opacity:0}.FormCraftModalOverlay.HidingModal .FormCraftModal{opacity:0;transform:scale(.98) translateY(-48%) translateX(-50%)}.formcraft-css{line-height:1.35;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}.formcraft-css .IsRed{color:#e86464}.formcraft-css .IsGreen{color:#1d8e56;border-color:#1d8e56}.formcraft-css .IsRedBorder{border-color:#e86464!important}.formcraft-css button,.formcraft-css input,.formcraft-css optgroup,.formcraft-css select,.formcraft-css textarea{font-family:inherit;font-size:inherit;line-height:1.3;text-transform:none;font-weight:400;margin:0;outline:0}.formcraft-css ::-webkit-input-placeholder{color:#bbb}.formcraft-css ::-moz-placeholder{color:#bbb}.formcraft-css :-ms-input-placeholder{color:#bbb}.formcraft-css :-moz-placeholder{color:#bbb}.formcraft-css select{height:auto;color:inherit;cursor:pointer;box-shadow:none;border:0;margin:0;-webkit-appearance:none;-moz-appearance:none;text-indent:.01px;text-overflow:'';background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDYgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRpdGxlPnNlbGVjdC0tYXJyb3dzPC90aXRsZT48cGF0aCBkPSJNMS4xNDIgOC42ODNMMi4zMSA5Ljc1cy4zNS4zOC42OS4zOGMuMzQgMCAuNjg5LS4zNzkuNjg5LS4zNzlsMS4xNjktMS4wNjhhLjY5LjY5IDAgMCAxIC45NDMuMDA2LjYyLjYyIDAgMCAxIC4wMDYuOTA1TDMuNDcgMTEuODE3QS42NzEuNjcxIDAgMCAxIDMgMTJhLjY3MS42NzEgMCAwIDEtLjQ2OS0uMTgzTC4xOTMgOS41OTRhLjYyLjYyIDAgMCAxIC4wMDYtLjkwNS42OS42OSAwIDAgMSAuOTQzLS4wMDZ6bTAtNS4zNjZBLjY5LjY5IDAgMCAxIC4yIDMuMzExYS42Mi42MiAwIDAgMS0uMDA2LS45MDVMMi41My4xODNBLjY3MS42NzEgMCAwIDEgMyAwYy4xNzEgMCAuMzQxLjA2LjQ2OS4xODNsMi4zMzggMi4yMjNhLjYyLjYyIDAgMCAxLS4wMDYuOTA1LjY5LjY5IDAgMCAxLS45NDMuMDA2TDMuNjg4IDIuMjVTMy4zNCAxLjg3IDMgMS44N2MtLjM0IDAtLjY5LjM4LS42OS4zOEwxLjE0MiAzLjMxN3oiIGZpbGw9IiM1MjVGN0YiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);background-repeat:no-repeat;background-size:6px;background-position:92% 54%;background-position:right 1.2em top 55%;background-color:transparent}.formcraft-css [type=button]::-moz-focus-inner,.formcraft-css [type=reset]::-moz-focus-inner,.formcraft-css [type=submit]::-moz-focus-inner,.formcraft-css button::-moz-focus-inner{border-style:none;padding:0}.formcraft-css input[type=checkbox],.formcraft-css input[type=radio]{position:relative;box-sizing:border-box;border:1px solid #cbcecf;background-color:#fafafa;box-shadow:none;border-radius:100%;width:18px;height:18px;vertical-align:bottom;-webkit-appearance:none;text-align:center;cursor:pointer;display:inline-block;padding:0;-moz-appearance:none}.formcraft-css input[type=checkbox]:focus,.formcraft-css input[type=radio]:focus{border:1px solid #cbcecf;outline:2px solid rgba(51,51,51,.2)}.formcraft-css input[type=checkbox]:hover,.formcraft-css input[type=radio]:hover{border:1px solid #b6babc;background-color:#f5f5f5}.formcraft-css input[type=checkbox]:before,.formcraft-css input[type=radio]:before{background:0 0;vertical-align:middle;box-sizing:border-box;-webkit-font-smoothing:initial;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:initial;margin:0;position:absolute;color:#fff;display:none;transform-origin:0 100%;content:"";left:6px;top:8px;height:5px;width:10px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg);border-radius:0}.formcraft-css input[type=checkbox]:checked:before,.formcraft-css input[type=radio]:checked:before{display:inline-block}.formcraft-css input[type=checkbox]:checked,.formcraft-css input[type=radio]:checked{border-color:#42a377;background:#4cb787}.formcraft-css input[type=checkbox]:checked:before,.formcraft-css input[type=radio]:checked:before{display:inline-block}.formcraft-css input[type=checkbox]{border-radius:2px}.formcraft-css .wp-picker-holder{position:absolute;z-index:999;margin-top:0}.formcraft-css .wp-picker-active{box-shadow:0 0 0 .5px rgba(0,10,20,.12),0 2px 12px 0 rgba(0,10,20,.25)}.formcraft-css .wp-picker-active .wp-picker-holder{box-shadow:0 0 0 .5px rgba(0,10,20,.12),0 2px 12px 0 rgba(0,10,20,.25)}.formcraft-css .wp-picker-container .iris-picker{margin-top:0;border:0}.formcraft-css .textangular{display:block;border:0;margin-top:2px;background-color:#fff;transition:box-shadow .4s;position:relative;padding-top:4px;box-shadow:0 0 0 1px rgba(0,20,40,.08)}.formcraft-css .textangular:before{height:4px;top:0;left:-1px;right:-1px;position:absolute;content:'';background-color:#777}.formcraft-css .textangular.focussed{box-shadow:0 0 0 .5px rgba(0,20,40,.08),0 2px 12px rgba(0,10,20,.16)}.formcraft-css .textangular.focussed:before{background-color:#6495ed}.formcraft-css .textangular .ta-toolbar{border-bottom:1px solid #e1e2e3;background-color:#f8fafc;padding-bottom:.45em;padding-top:.35em}.formcraft-css .textangular .ta-toolbar .btn-group{display:inline-block;border:0;margin:.35em 0 0 .65em;box-shadow:0 0 0 .5px rgba(0,0,0,.22);border-radius:2px;background-color:#fff;overflow:hidden}.formcraft-css .textangular .ta-toolbar .btn-group button{cursor:pointer;background:0 0;box-shadow:none;border:0;padding:.52em .55em .47em;display:inline-block;margin:0;margin-bottom:-1px;outline:0}.formcraft-css .textangular .ta-toolbar .btn-group button .formcraft-icon{font-size:1.2em}.formcraft-css .textangular .ta-toolbar .btn-group button.active{color:#6495ed}.formcraft-css .textangular .ta-toolbar .btn-group button:hover{background-color:#f0f1f2}.formcraft-css .textangular .ta-editor textarea{outline:0;background:inherit}.formcraft-css .textangular .ta-hidden-input{width:1px;height:1px;border:none;margin:0;padding:0;position:absolute;top:-10000px;left:-10000px;opacity:0;overflow:hidden}.formcraft-css .textangular .ta-root.focussed>.ta-scroll-window.form-control{outline:0}.formcraft-css .textangular .ta-editor.ta-html,.formcraft-css .textangular .ta-scroll-window.form-control{height:auto;overflow:auto;font-family:inherit;font-size:100%;width:100%;box-shadow:none;outline:0;border:0;margin:0;vertical-align:top}.formcraft-css .textangular .ta-scroll-window.form-control{position:relative;padding:0}.formcraft-css .textangular .ta-scroll-window>.ta-bind{height:auto;padding:0 1em}.formcraft-css .textangular .ta-bind,.formcraft-css .textangular textarea{min-height:200px}.formcraft-css .textangular textarea,.formcraft-css .textangular textarea:focus,.formcraft-css .textangular textarea:hover{box-shadow:none!important;border:0!important;border-radius:0!important}.formcraft-css .textangular .ta-editor:focus{user-select:text}.formcraft-css .textangular .ta-resizer-handle-overlay{z-index:100;position:absolute;display:none}.formcraft-css .textangular .ta-resizer-handle-overlay>.ta-resizer-handle-info{position:absolute;bottom:16px;right:16px;border:1px solid #000;background-color:#fff;padding:0 4px;opacity:.7}.formcraft-css .textangular .ta-resizer-handle-overlay>.ta-resizer-handle-background{position:absolute;bottom:5px;right:5px;left:5px;top:5px;border:1px solid #000;background-color:rgba(0,0,0,.2)}.formcraft-css .textangular .ta-resizer-handle-overlay>.ta-resizer-handle-corner{width:10px;height:10px;position:absolute}.formcraft-css .textangular .ta-resizer-handle-overlay>.ta-resizer-handle-corner-tl{top:0;left:0;border-left:1px solid #000;border-top:1px solid #000}.formcraft-css .textangular .ta-resizer-handle-overlay>.ta-resizer-handle-corner-tr{top:0;right:0;border-right:1px solid #000;border-top:1px solid #000}.formcraft-css .textangular .ta-resizer-handle-overlay>.ta-resizer-handle-corner-bl{bottom:0;left:0;border-left:1px solid #000;border-bottom:1px solid #000}.formcraft-css .textangular .ta-resizer-handle-overlay>.ta-resizer-handle-corner-br{bottom:0;right:0;border:1px solid #000;cursor:se-resize;background-color:#fff}.formcraft-css .textangular .popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:230px!important;padding:0;font-size:1em;font-weight:400;line-height:1.42857143;text-align:left;white-space:normal;background-color:#fff;border-radius:0;box-shadow:0 0 0 .5px rgba(0,10,20,.12),0 2px 12px 0 rgba(0,10,20,.25)}.formcraft-css .textangular .popover .arrow{display:none!important}.formcraft-css .textangular .popover.top{margin-top:-10px}.formcraft-css .textangular .popover.bottom{margin-top:10px}.formcraft-css .textangular .popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.formcraft-css .textangular .popover-content{padding:0;white-space:nowrap}.formcraft-css .textangular .popover-content .btn-group{display:inline-block;padding-right:0!important}.formcraft-css .textangular .popover-content button{cursor:pointer;background:0 0;box-shadow:none;border:0;padding:.65em;display:inline-block;margin:0;outline:0}.formcraft-css .textangular .popover-content button .formcraft-icon{font-size:1.25em}.formcraft-css .textangular .popover-content button:hover{color:#6495ed}.formcraft-css .tooltip{position:absolute;z-index:99999;display:block;visibility:visible;font-size:12px;font-weight:400;line-height:1.4;margin-top:-4px;opacity:0;filter:alpha(opacity=0);letter-spacing:0;text-transform:none}.formcraft-css .tooltip.right.in{margin-top:0;padding:0 5px;margin-left:3px}.formcraft-css .tooltip-cover{position:relative}.formcraft-css .tooltip.in{opacity:1;filter:alpha(opacity=100)}.formcraft-css .tooltip.top{margin-top:-10px;padding:0}.formcraft-css .tooltip.right{margin-left:3px;margin-top:0;padding:0 5px}.formcraft-css .tooltip.bottom{margin-top:3px;padding:5px 0}.formcraft-css .tooltip.left{margin-right:22px;margin-left:0;padding:0 5px;margin-top:1px}.formcraft-css .tooltip-inner{max-width:400px;min-width:40px;padding:8px 10px;color:#656565;text-align:left;text-decoration:none;background-color:#fff;box-shadow:0 0 0 .5px rgba(0,20,40,.14),0 2px 12px 0 rgba(20,40,80,.4);border-radius:2px}.formcraft-css .tooltip-inner br{line-height:1.8em}.formcraft-css .tooltip.top .tooltip-arrow:after{content:'';position:absolute;width:0;height:0;border-color:transparent;bottom:-1px;left:50%;margin-left:-7px;border-width:7px 7px 0;border-top-color:#ddd;border-style:solid;z-index:-1}.formcraft-css .tooltip.right .tooltip-arrow:after{content:'';position:absolute;width:0;height:0;border-color:transparent;bottom:-7px;left:14px;margin-left:-15px;border-width:7px 7px 7px 0;border-right-color:#ddd;border-style:solid;z-index:-1}.formcraft-css .tooltip.left .tooltip-arrow:after{content:'';position:absolute;width:0;height:0;border-color:transparent;bottom:-7px;right:14px;margin-right:-15px;border-width:7px 0 7px 7px;border-left-color:#ddd;border-style:solid;z-index:-1}.formcraft-css .tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.formcraft-css .tooltip.top .tooltip-arrow{bottom:-6px;left:50%;margin-left:-7px;border-width:7px 7px 0;border-top-color:#fff}.formcraft-css .tooltip.top-left .tooltip-arrow{bottom:0;right:7px;margin-bottom:-7px;border-width:7px 7px 0;border-top-color:#fff}.formcraft-css .tooltip.top-right .tooltip-arrow{bottom:0;left:7px;margin-bottom:-7px;border-width:7px 7px 0;border-top-color:#fff}.formcraft-css .tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-7px;border-width:7px 7px 7px 0;border-right-color:#fff}.formcraft-css .tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-7px;border-width:7px 0 7px 7px;border-left-color:#fff}.formcraft-css .tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-7px;border-width:0 7px 7px;border-bottom-color:#fff}.formcraft-css .tooltip.bottom-left .tooltip-arrow{top:0;right:7px;margin-top:-7px;border-width:0 7px 7px;border-bottom-color:#fff}.formcraft-css .tooltip.bottom-right .tooltip-arrow{top:0;left:7px;margin-top:-7px;border-width:0 7px 7px;border-bottom-color:#fff}.formcraft-css .formcraft-button{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;display:inline-block;text-decoration:none;background-color:#6495ed;box-shadow:none;border:0;color:#fff;padding:1em 1.3em 1em 1.3em;border-radius:4px;cursor:pointer;text-transform:uppercase;font-weight:700;letter-spacing:.1px;font-size:.85em;box-shadow:0 0 0 .5px #4678c8,0 2px 4px rgba(0,20,40,.18);transition:box-shadow .1s,padding .2s;line-height:inherit;position:relative}.formcraft-css .formcraft-button .formcraft-loader{border-top-color:#fff;border-right-color:#fff;border-bottom-color:#fff;border-left-color:transparent;width:9px;height:9px;top:50%;margin-top:-.45em;right:.75em;display:inline-block;position:absolute;transition:right .25s,opacity .25s;opacity:0}.formcraft-css .formcraft-button.loading .formcraft-loader{opacity:1}.formcraft-css .formcraft-button:hover{box-shadow:0 0 0 .5px #4678c8,0 2px 5px rgba(0,20,40,.32)}.formcraft-css .formcraft-button.isEnabled{box-shadow:0 1px 4px rgba(0,20,40,.45) inset;background-color:#5b8fec}.formcraft-css .formcraft-button:active{box-shadow:0 0 0 .5px rgba(0,20,40,.15),0 2px 5px rgba(0,20,40,.32)}.formcraft-css .formcraft-button .formcraft-icon{font-weight:700;font-size:1.25em;vertical-align:sub;margin:-.24em .35em -.24em -.22em}.formcraft-css .formcraft-button .loader{margin-bottom:-2px;margin-left:-1px;margin-right:3px}.formcraft-css .formcraft-button.small{padding:.79em 1.3em .71em 1.3em;font-size:.78em;border-radius:3px}.formcraft-css .formcraft-button.small.loading{padding-left:.5em}.formcraft-css .formcraft-button.small .formcraft-loader{width:7px;height:7px;margin-bottom:-3px}.formcraft-css .formcraft-button.large{padding:1.4em 1.85em 1.18em 1.85em;font-size:.95em;letter-spacing:.1px;font-weight:700}.formcraft-css .formcraft-button.large .loader{margin-bottom:-3px}.formcraft-css .formcraft-button.white{text-transform:none;display:inline-block;outline:0;background-color:#f8fafc;box-shadow:none;color:#485a6c;padding:.86em 1.5em .83em 1.6em;border-radius:4px;font-weight:400;font-size:1em;box-shadow:0 0 0 .5px rgba(0,0,0,.1),0 1px 4px rgba(0,20,40,.12);transition:box-shadow .1s;border:0}.formcraft-css .formcraft-button.white.small{padding:.53em 1em .51em 1em;font-size:.9em}.formcraft-css .formcraft-button.white:focus,.formcraft-css .formcraft-button.white:hover{color:#456;border:0;background-color:#fff;box-shadow:0 0 0 .5px rgba(0,0,0,.12),0 2px 6px rgba(0,20,40,.16)}.formcraft-css .formcraft-button.red{background-color:#f56969;box-shadow:0 0 0 .5px rgba(100,0,0,.7),0 2px 4px rgba(0,20,40,.18)}.formcraft-css .formcraft-button.red:hover{background-color:#f34c4c;box-shadow:0 0 0 .5px #640000,0 2px 5px rgba(0,20,40,.32)}.formcraft-css .formcraft-button.red:disabled{background-color:#f89999;cursor:default}.formcraft-css .formcraft-button.green{background-color:#4cb787;box-shadow:0 0 0 .5px rgba(0,100,0,.65),0 2px 4px rgba(0,20,40,.18)}.formcraft-css .formcraft-button.green:hover{background-color:#44aa7d;box-shadow:0 0 0 .5px #006400,0 2px 5px rgba(0,20,40,.32)}.formcraft-css .formcraft-button.green:disabled{background-color:#70c69f;cursor:default}.formcraft-css .formcraft-button:hover{background-color:#5289eb}.formcraft-css .formcraft-button.disabled,.formcraft-css .formcraft-button:disabled{opacity:.5;cursor:default}.formcraft-css .formcraft-button.disabled:hover,.formcraft-css .formcraft-button:disabled:hover{background-color:#6495ed;box-shadow:0 0 0 .5px #4678c8,0 2px 4px rgba(0,20,40,.18)}.formcraft-css .formcraft-input-button{padding:0;display:inline-block;position:relative}.formcraft-css .formcraft-input-button.type-search:after{font-family:'Material Icons';-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';content:'search';position:absolute;left:.6em;margin-top:-.7em;top:50%;font-size:105%;font-weight:500;color:#b2b5b8}.formcraft-css .formcraft-input-button.small{padding:0}.formcraft-css .formcraft-input-button.small input{padding:.53em 1em .51em 2.2em;font-size:.9em;max-width:70px}.formcraft-css .formcraft-input-button.large input{padding:.94em 1.2em .92em 1.2em;font-size:1.2em;max-width:300px}.formcraft-css .formcraft-input-button input{max-width:180px;outline:0;background-color:#f8fafc;box-shadow:none;border:1px solid #dadbdd;border:0;box-shadow:0 0 0 .5px rgba(0,0,0,.12),0 1px 2px rgba(0,20,40,.12);color:#485a6c;padding:.86em 1.5em .83em 1.6em;border-radius:4px;font-weight:400;font-size:1em;text-shadow:none;transition:box-shadow .1s;-webkit-font-smoothing:initial;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:initial}.formcraft-css .formcraft-input-button input:focus,.formcraft-css .formcraft-input-button input:hover{background-color:#fff;color:#456;box-shadow:0 0 0 .5px rgba(0,0,0,.12),0 2px 4px rgba(0,20,40,.16)}.formcraft-datepicker{width:224px;position:absolute;display:none;padding:0;font-size:90%;background:#f3f5f7;border:none;margin:0;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;background-color:#fff;border:0;border-radius:0 0 2px 2px;box-shadow:0 0 0 .5px rgba(0,10,20,.1),15px 0 15px -15px rgba(0,10,20,.12),15px 15px 15px -15px rgba(0,10,20,.12),-15px 15px 15px -15px rgba(0,10,20,.12);z-index:9999999!important;color:#666}.formcraft-datepicker *{box-sizing:border-box}.formcraft-datepicker .ui-datepicker-header{border:none;background:0 0;font-weight:400;font-size:15px;margin-top:-1px}.formcraft-datepicker .ui-datepicker-header .ui-state-hover{background:0 0;border-color:transparent;cursor:pointer;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.formcraft-datepicker .ui-datepicker-title{margin:0;background-color:#6495ed;color:#fff;text-align:center;line-height:2.9em;height:2.9em;white-space:nowrap}.formcraft-datepicker .ui-datepicker-title select{color:inherit;-webkit-appearance:none;-moz-appearance:none;text-indent:.01px;text-overflow:'';box-shadow:none;padding:0 .5em!important;height:2.9em;vertical-align:top;margin:0;border:0;background:0 0;cursor:pointer;width:auto;display:inline-block;font-size:inherit;border-radius:0}.formcraft-datepicker .ui-datepicker-title select:hover{background-color:#4d85ea}.formcraft-datepicker .ui-datepicker-prev{position:absolute;padding:0 1em;color:#fff;top:0;line-height:2.9em;cursor:pointer;left:0;font-size:inherit;margin-top:-1px}.formcraft-datepicker .ui-datepicker-next{position:absolute;padding:0 1em;color:#fff;top:0;line-height:2.9em;cursor:pointer;right:0;font-size:inherit;margin-top:-1px}.formcraft-datepicker .ui-datepicker-next:hover,.formcraft-datepicker .ui-datepicker-prev:hover{background-color:#4d85ea}.formcraft-datepicker .ui-datepicker-next,.formcraft-datepicker .ui-datepicker-next-hover,.formcraft-datepicker .ui-datepicker-prev,.formcraft-datepicker .ui-datepicker-prev-hover{border:none}.formcraft-datepicker .ui-datepicker-next span,.formcraft-datepicker .ui-datepicker-prev span{background-position:-32px 0;margin-top:0;top:0;font-weight:400}.formcraft-datepicker .ui-datepicker-prev span{background-position:-96px 0}.formcraft-datepicker table{margin:0;margin-bottom:-1px;border-collapse:collapse;border-radius:0 0 2px 2px;overflow:hidden}.formcraft-datepicker th{padding:1em 0;font-size:13px;font-weight:400;border:none;color:#6495ed;text-align:center}.formcraft-datepicker td{border:none;padding:0}.formcraft-datepicker td .ui-state-default{background:0 0;border:none;text-align:center;padding:.61em .7em;margin:0;font-weight:400;text-decoration:none;color:inherit;font-size:12px;display:block}.formcraft-datepicker td.ui-datepicker-today .ui-state-default{color:red}.formcraft-datepicker td.ui-datepicker-today .ui-state-active,.formcraft-datepicker td.ui-datepicker-today .ui-state-hover{color:#fff!important}.formcraft-datepicker .ui-state-disabled{opacity:.25}.formcraft-datepicker td .ui-state-active,.formcraft-datepicker td .ui-state-hover{background:#6495ed;color:#fff}.fc-form-modal .fc_modal-content{background-color:transparent;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background-clip:padding-box;outline:0}.fc-form-modal .fc_modal-body{background-color:transparent;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border:0;padding:0}.fc_modal-open{overflow:hidden!important;width:100%}.fc_modal{display:none;overflow:auto;overflow-y:scroll;position:fixed!important;top:0;right:0;bottom:0;left:0;padding-top:50px;z-index:9999998;transition:transform .3s cubic-bezier(.1,0,.7,1),opacity .2s linear;-moz-transition:transform .3s cubic-bezier(.1,0,.7,1),opacity .2s linear;-webkit-transition:-webkit-transform .3s cubic-bezier(.1,0,.7,1),opacity .2s linear;-ms-transition:transform .3s cubic-bezier(.1,0,.7,1),opacity .2s linear;-o-transition:transform .3s cubic-bezier(.1,0,.7,1),opacity .2s linear}.fc_modal.fc_fade{opacity:0;filter:alpha(opacity=0);-webkit-transform:scale(.99) translate3d(0,-2px,0);-moz-transform:scale(.99) translate3d(0,-2px,0);-o-transform:scale(.99) translate3d(0,-2px,0);-ms-transform:scale(.99) translate3d(0,-2px,0);transform:scale(.99) translate3d(0,-2px,0)}.fc_modal.fc_fade.fc_in{opacity:1;filter:alpha(opacity=100);-webkit-transform:scale(1) translate3d(0,0,0);-moz-transform:scale(1) translate3d(0,0,0);-o-transform:scale(1) translate3d(0,0,0);-ms-transform:scale(1) translate3d(0,0,0);transform:scale(1) translate3d(0,0,0)}.fc_modal.animate-left,.fc_modal.animate-right{transition:transform .35s ease-out,opacity .2s linear;-moz-transition:transform .35s ease-out,opacity .2s linear;-webkit-transition:-webkit-transform .35s ease-out,opacity .2s linear;-ms-transition:transform .35s ease-out,opacity .2s linear;-o-transition:transform .35s ease-out,opacity .2s linear}.fc_modal.fc_fade.animate-right{opacity:0;-webkit-transform:scale(.5) translate3d(75%,0,0) rotate(-3deg);-moz-transform:scale(.5) translate3d(75%,0,0) rotate(-3deg);-o-transform:scale(.5) translate3d(75%,0,0) rotate(-3deg);-ms-transform:scale(.5) translate3d(75%,0,0) rotate(-3deg);transform:scale(.5) translate3d(75%,0,0) rotate(-3deg)}.fc_modal.fc_fade.animate-right.fc_in{opacity:1;-webkit-transform:scale(1) translate3d(0,0,0);-moz-transform:scale(1) translate3d(0,0,0);-o-transform:scale(1) translate3d(0,0,0);-ms-transform:scale(1) translate3d(0,0,0);transform:scale(1) translate3d(0,0,0)}.fc_modal.fc_fade.animate-left{opacity:0;-webkit-transform:scale(.5) translate3d(-75%,0,0) rotate(3deg);-moz-transform:scale(.5) translate3d(-75%,0,0) rotate(3deg);-o-transform:scale(.5) translate3d(-75%,0,0) rotate(3deg);-ms-transform:scale(.5) translate3d(-75%,0,0) rotate(3deg);transform:scale(.5) translate3d(-75%,0,0) rotate(3deg)}.fc_modal.fc_fade.animate-left.fc_in{opacity:1;-webkit-transform:scale(1) translate3d(0,0,0);-moz-transform:scale(1) translate3d(0,0,0);-o-transform:scale(1) translate3d(0,0,0);-ms-transform:scale(1) translate3d(0,0,0);transform:scale(1) translate3d(0,0,0)}.fc_modal-dialog{margin-left:auto;margin-right:auto;width:auto;padding:10px;z-index:99999}.fc_modal-content{position:relative;background-color:#fff;border-radius:3px;box-shadow:0 0 0 .5px rgba(0,20,40,.5),0 2px 25px 0 rgba(50,55,90,.75);background-clip:padding-box;outline:0}.fc_modal-backdrop{position:fixed!important;top:0;right:0;bottom:0;left:0;z-index:9999997;transition:opacity .2s linear;-moz-transition:opacity .2s linear;-webkit-transition:opacity .2s linear;-ms-transition:opacity .2s linear;-o-transition:opacity .2s linear;background:#323232;background:rgba(50,50,50,.3)}.fc_modal-backdrop.fc_fade{opacity:0;filter:alpha(opacity=0)}.fc_modal-backdrop.fc_fade.fc_in{opacity:1;filter:alpha(opacity=100)}.fc_modal-backdrop:before{content:'press ESC';font-size:14px;color:#000;position:absolute;top:10px;left:10px}.fc_modal-header{padding:16px 20px;background-color:#f4f4f4;border-bottom:1px solid #ddd;font-size:20px;font-weight:400;color:#666;border-radius:3px 3px 0 0}.fc_modal-header h3{font-size:18px;margin:0;color:inherit}body .fc-trigger-close,body .fc_modal .fc_close{position:absolute;top:5px;right:5px;padding:0;border:none;font-size:160%;z-index:9000;color:#666;cursor:pointer;font-weight:700;background:0 0;width:30px;height:30px;line-height:30px;outline:0;box-shadow:none;margin:0}body .fc_modal .fc_close:hover{color:#666;box-shadow:none}.fc_modal-title{margin:0;font-size:22px;font-weight:400;line-height:1.428571429}.fc_modal-body{position:relative;padding:20px;margin-bottom:0}.fc_modal-footer{padding:19px 20px 20px;background-color:#f4f4f4;text-align:right;border-top:1px solid #e5e5e5;border-radius:0 0 3px 3px}.fc_modal-footer:after,.fc_modal-footer:before{content:" ";display:table}.fc_modal-footer:after{clear:both}.fc_modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.fc_modal-footer .btn-group .btn+.btn{margin-left:-1px}.fc_modal-footer .btn-block+.btn-block{margin-left:0}@media screen and (min-width:768px){.fc_modal-dialog{left:50%;right:auto;width:600px;padding-top:40px;padding-bottom:40px}}@media screen and (max-width:768px){.fc_modal-backdrop:before{content:''}}@-webkit-keyframes loadAnimate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loadAnimate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}html .powered-by-slide{position:absolute;bottom:0;left:12px}html .pre-populate-data{display:none}#fc-form-preview{position:fixed;top:12px;left:10px;padding:9px 14px 8px 14px;color:#555;border-radius:2px;background-color:#fff;box-shadow:0 0 0 .5px rgba(0,20,40,.1),0 2px 8px 0 rgba(50,55,90,.2);z-index:999;font-size:95%}.fc-form-tip-cover{position:fixed;top:58px;left:10px;color:#555;border-radius:2px;font-size:95%}.fc-form-tip{display:block;max-width:300px;padding:9px 14px 8px 14px;color:#555;border-radius:2px;background-color:#fff;box-shadow:0 0 0 .5px rgba(0,20,40,.1),0 2px 8px 0 rgba(50,55,90,.2);z-index:999}.formcraft-css .rtl,.rtl .formcraft-css{direction:rtl}.formcraft-css .rtl .fc-pagination .page-name,.rtl .formcraft-css .fc-pagination .page-name{letter-spacing:0}.formcraft-css .rtl .fc-form.label-floating .form-element .form-element-html .field-cover>span,.rtl .formcraft-css .fc-form.label-floating .form-element .form-element-html .field-cover>span{text-align:right}.formcraft-css .rtl .fc-form.label-floating .field-cover select,.rtl .formcraft-css .fc-form.label-floating .field-cover select{background-position:2% 52%}.formcraft-css .rtl .fc-form.label-floating .field-cover>span,.rtl .formcraft-css .fc-form.label-floating .field-cover>span{right:0;left:auto;-webkit-transform-origin:100% 0}.formcraft-css .rtl .fc-pagination>div:after,.rtl .formcraft-css .fc-pagination>div:after{display:none}.formcraft-css .rtl .prev-next>div:first-child,.rtl .formcraft-css .prev-next>div:first-child{float:right;border-left:1px solid rgba(0,0,0,.1)}.formcraft-css .rtl .prev-next>div span,.rtl .formcraft-css .prev-next>div span{letter-spacing:0}.formcraft-css .rtl .prev-next>div:last-child,.rtl .formcraft-css .prev-next>div:last-child{border:0}.formcraft-css .rtl .prev-next i,.rtl .formcraft-css .prev-next i{display:none}.formcraft-css .rtl .time-fields-cover,.rtl .formcraft-css .time-fields-cover{text-align:right}.formcraft-css .rtl .fc-form .form-element .field-cover .formcraft-icon,.rtl .formcraft-css .fc-form .form-element .field-cover .formcraft-icon{left:0!important;right:auto!important}.formcraft-css .rtl .fc-form select,.rtl .formcraft-css .fc-form select{background-position:3% 50%}html .rtl .formcraft-css .fc-form .form-element .checkbox-cover>div label input{margin-left:.3em;margin-right:0}.form-disabled-message{font-size:1em;color:inherit;margin:20px 0}html body .fc-form-modal{text-align:center}html body .fc-form-modal .fc_modal-dialog{display:inline-block;width:auto;padding:40px 0 90px 0}html body .fc-form-modal .fc_modal-dialog .form-live{position:relative;width:auto;margin:0 auto;padding:0 1px}html body .fc-form-modal .formcraft-css .fc-pagination .active .page-number{border-color:transparent}html body .fc-form-modal .formcraft-css .form-cover .prev-next{margin-left:auto;margin-right:auto}html body .fc-form-modal .formcraft-css .fc-pagination .pagination-trigger .page-number,html body .fc-form-modal .formcraft-css .fc-pagination .pagination-trigger:hover .page-number{box-shadow:0 0 1px rgba(0,0,0,.8)}html body .fc_modal .formcraft-css form.fc-form{margin:0 auto;box-shadow:0 2px 4px rgba(0,0,0,.4);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.4)}html body .fc_modal .formcraft-css .prev-next{box-shadow:0 1px 6px rgba(0,0,0,.5);-webkit-box-shadow:0 1px 6px rgba(0,0,0,.5)}html body .fc-form-modal.fc_modal .fc-pagination{padding:0 0}html body .fc-form-modal.fc_modal .fc-pagination-cover{height:100px}html body .fc_modal-dialog .powered-by{background:rgba(20,20,20,.22);padding:5px 12px 4px 12px;border-radius:3px;color:rgba(255,255,255,.7);margin-top:20px;display:inline-block;width:auto!important;box-shadow:1px 1px 0 rgba(0,0,0,.12) inset;font-weight:400;text-decoration:none;text-transform:uppercase;font-size:11px;font-weight:600;letter-spacing:.6px}html body .fc_modal-dialog .powered-by:hover{background:rgba(20,20,20,.22);color:rgba(255,255,255,.77)}html body .formcraft-css .fc-sticky .powered-by{position:static!important;font-weight:400;text-decoration:none;text-transform:uppercase;font-size:11px;font-weight:600;letter-spacing:.4px}html body .formcraft-css .fc-sticky .fc-pagination-cover .fc-pagination,html body .formcraft-css .fc-sticky .form-cover .fc-form,html body .formcraft-css .fc-sticky .form-cover .prev-next{margin-left:0;margin-right:0}html body .formcraft-css .fc-sticky .fc-pagination-cover .fc-pagination,html body .formcraft-css .fc-sticky .form-cover .fc-form,html body .formcraft-css .fc-sticky .form-cover .prev-next{margin-left:0;margin-right:0}html body .formcraft-css .fc-sticky .fc-pagination-cover{height:auto;border-bottom:1px solid #e8e8e8}html body .formcraft-css .fc-sticky .fc-pagination-cover .fc-pagination{margin:0 auto;margin-top:10px!important}html body .formcraft-css .fc-sticky .form-cover .prev-next{margin:0 0;box-shadow:none;width:100%;max-width:100%;border-top:1px solid #e8e8e8}html .formcraft-css a[data-toggle]{cursor:pointer}html .formcraft-css .powered-by{color:#888;position:relative;z-index:999;display:inline-block;text-align:center;margin:13px auto;font-weight:400;text-decoration:none;text-transform:uppercase;font-size:11px;font-weight:600;letter-spacing:.4px}html .formcraft-css .powered-by:hover{color:#48e}html .formcraft-css .fc-sticky-button{z-index:99998;cursor:pointer;transition:transform .3s cubic-bezier(0,0,0,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,0,1)}html .formcraft-css .fc-sticky{max-width:100%;display:none;position:fixed;overflow:auto;bottom:-5px;right:50px;box-shadow:0 0 3px rgba(0,0,0,.35);-moz-box-shadow:0 0 3px rgba(0,0,0,.35);border-radius:3px 3px 0 0;background-color:#fff;z-index:99999;transition:transform .35s cubic-bezier(0,0,0,1);-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,0,1)}html .formcraft-css .fc-sticky.show{transition:transform .35s ease-in;-webkit-transition:-webkit-transform .35s ease-in}html .formcraft-css .fc-sticky.fc-sticky-right{top:50%;bottom:auto;right:0;left:auto;display:block;opacity:0;transform:translate3d(100%,0,0);-webkit-transform:translate3d(100%,0,0)}html .formcraft-css .fc-sticky.fc-sticky-right.show{opacity:1;transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);display:block}html .formcraft-css .fc-sticky.fc-sticky-right.show .form-cover{-webkit-animation:sticky_show_right .55s cubic-bezier(0,0,0,1);animation:sticky_show_right .55s cubic-bezier(0,0,0,1);display:block}html .formcraft-css .fc-sticky.fc-sticky-right.hiding{opacity:1;transform:translate3d(100%,0,0);-webkit-transform:translate3d(100%,0,0);display:block}html .formcraft-css .fc-sticky.fc-sticky-left{top:50%;bottom:auto;left:0;right:auto;display:block;opacity:0;transform:translate3d(-100%,0,0);-webkit-transform:translate3d(-100%,0,0)}html .formcraft-css .fc-sticky.fc-sticky-left.show{opacity:1;transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);display:block}html .formcraft-css .fc-sticky.fc-sticky-left.show .form-cover{-webkit-animation:sticky_show_left .55s cubic-bezier(0,0,0,1);animation:sticky_show_left .55s cubic-bezier(0,0,0,1);display:block}html .formcraft-css .fc-sticky.fc-sticky-left.hiding{opacity:1;transform:translate3d(-100%,0,0);-webkit-transform:translate3d(-100%,0,0);display:block}html .formcraft-css .fc-sticky.fc-sticky-bottom-right{top:50%;bottom:0;top:auto;left:auto;right:50px;display:block;opacity:0;transform:translate3d(0,100%,0);-webkit-transform:translate3d(0,100%,0)}html .formcraft-css .fc-sticky.fc-sticky-bottom-right.show{opacity:1;transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);display:block}html .formcraft-css .fc-sticky.fc-sticky-bottom-right.show .form-cover{-webkit-animation:sticky_show .55s cubic-bezier(0,0,0,1);animation:sticky_show .55s cubic-bezier(0,0,0,1);display:block}html .formcraft-css .fc-sticky.fc-sticky-bottom-right.hiding{opacity:1;transform:translate3d(0,100%,0);-webkit-transform:translate3d(0,100%,0);display:block}html .formcraft-css .fc-sticky.calculated{display:none;opacity:1}html .formcraft-css .fc-sticky .fc-form{box-shadow:none}html .formcraft-css .simple_button{display:inline-block;padding:6px 15px 7px 15px;border-radius:2px;outline:0;box-shadow:none;cursor:pointer}html .formcraft-css .simple_button:hover{box-shadow:0 0 30px rgba(0,0,0,.12) inset}html .formcraft-css.image_button_cover{position:fixed;top:50%;box-shadow:none;z-index:99999;transition:transform .3s cubic-bezier(0,0,0,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,0,1)}html .formcraft-css.image_button_cover a{padding:6px 15px 12px 15px;font-size:15px;font-weight:700;display:inline-block;position:relative;transition:transform .3s;-webkit-transition:-webkit-transform .3s}html .formcraft-css.image_button_cover.placement-left{left:0}html .formcraft-css.image_button_cover.placement-left a{border-radius:3px 3px 0 0;transform:translate3d(-200%,0,0) rotate(90deg);-webkit-transform:translate3d(-200%,0,0) rotate(90deg);transform-origin:0 100%;-webkit-transform-origin:0 100%}html .formcraft-css.image_button_cover.placement-left.now-show a{transform:translate3d(-4px,0,0) rotate(90deg);-webkit-transform:translate3d(-4px,0,0) rotate(90deg)}html .formcraft-css.image_button_cover.placement-left a:hover{transform:translate3d(0,0,0) rotate(90deg);-webkit-transform:translate3d(0,0,0) rotate(90deg)}html .formcraft-css.image_button_cover.placement-right{right:0}html .formcraft-css.image_button_cover.placement-right a{border-radius:3px 3px 0 0;transform:translate3d(200%,0,0) rotate(-90deg);-webkit-transform:translate3d(200%,0,0) rotate(-90deg);transform-origin:100% 100%;-webkit-transform-origin:100% 100%}html .formcraft-css.image_button_cover.placement-right.now-show a{transform:translate3d(4px,0,0) rotate(-90deg);-webkit-transform:translate3d(4px,0,0) rotate(-90deg)}html .formcraft-css.image_button_cover.placement-right a:hover{transform:translate3d(0,0,0) rotate(-90deg);-webkit-transform:translate3d(0,0,0) rotate(-90deg)}html .formcraft-css.image_button_cover.placement-bottom-right{position:relative;top:auto;z-index:99997}html .formcraft-css.image_button_cover.placement-bottom-right a.fc-sticky-button{right:50px;position:fixed;bottom:0;top:auto!important;border-radius:3px 3px 0 0;transform:translate3d(0,50px,0);-webkit-transform:translate3d(0,50px,0);transform-origin:100% 100%;-webkit-transform-origin:100% 100%}html .formcraft-css.image_button_cover.placement-bottom-right.now-show a.fc-sticky-button{transform:translate3d(0,6px,0);-webkit-transform:translate3d(0,6px,0)}html .formcraft-css.image_button_cover.placement-bottom-right:hover a.fc-sticky-button{transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0)}html .formcraft-css.image_button_cover a{box-shadow:none;border:0}html .formcraft-css .form-page-logo{display:block;margin:30px auto;max-width:90%;height:auto}html .formcraft-css .form-logic{display:none}html .formcraft-css .prev-next{display:none;width:100%;letter-spacing:-4px;border-radius:2px;overflow:hidden;box-shadow:0 0 0 .5px rgba(0,20,40,.1),0 2px 8px 0 rgba(50,55,90,.2);margin:15px auto;background:#fff}html .formcraft-css .prev-next input{box-shadow:none;border:0;border-radius:0;padding:8px;background:0 0;text-align:center;display:none!important;padding:15px 15px;font-size:.9em;text-transform:uppercase;font-weight:600;letter-spacing:.6px;color:inherit}html .formcraft-css .prev-next>div{display:inline-block;width:49.5%;letter-spacing:0;text-align:center}html .formcraft-css .prev-next>div span .icon-angle-left,html .formcraft-css .prev-next>div span .icon-angle-right{font-size:1.2em;vertical-align:middle;position:relative;top:-2px}html .formcraft-css .prev-next>div span{display:block;padding:15px 15px;font-size:.87em;text-transform:uppercase;font-weight:600;letter-spacing:.6px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}html .formcraft-css .prev-next>div span.inactive{opacity:.5;cursor:default}html .formcraft-css .prev-next>div span.inactive:hover{color:inherit}html .formcraft-css .prev-next>div:last-child{border-left:1px solid #e8e8e8;box-sizing:border-box;float:right}html .formcraft-css #form-cover-html{text-align:center;position:relative;min-width:100%}html .formcraft-css #form-cover-html>form{margin:0 auto}html .formcraft-css .fc-pagination-cover{text-align:center;height:130px;display:none;position:relative;max-width:100%}html .formcraft-css .fc-pagination{white-space:nowrap;text-align:center;position:relative;display:block;padding:12px 0;margin:0 auto;max-width:100%;transition:background .3s;-webkit-transition:background .3s}html .formcraft-css .fc-pagination>div{display:inline-block;padding:0 15px;position:relative;z-index:101;cursor:default;vertical-align:top;cursor:pointer;color:#999;transition:padding .3s;-webkit-transition:padding .3s}html .formcraft-css .fc-pagination>div:hover{color:#777}html .formcraft-css .fc-pagination>div:hover .page-number{box-shadow:0 0 0 .5px rgba(0,20,40,.18),0 2px 10px 0 rgba(50,55,90,.3)}html .formcraft-css .fc-pagination>div:first-child.active,html .formcraft-css .fc-pagination>div:last-child.active{z-index:101}html .formcraft-css .fc-pagination>div.active{z-index:102}html .formcraft-css .fc-pagination>div.active .page-number{transform:scale(1.25)}html .formcraft-css .fc-pagination>div.active .page-name{color:#444;text-shadow:0 0 12px #fff}html .formcraft-css .fc-pagination>div:after{position:absolute;border-top:2px solid rgba(255,255,255,.8);top:25px;width:100%;height:2px;content:'';left:0;z-index:101}html .formcraft-css .fc-pagination>div:first-child:after{width:110px;left:50%;margin-left:-15px}html .formcraft-css .fc-pagination>div:last-child:after{width:110px;right:50%;left:auto;margin-right:-15px}html .formcraft-css .fc-pagination .page-number{font-weight:700;display:inline-block;background-color:#fff;border-radius:3px;padding:5px;margin-bottom:10px;margin-top:10px;min-width:30px;position:relative;z-index:103;transition:transform .3s,background .3s,border-color .3s;-webkit-transition:transform .3s,background .3s,border-color .3s;border-width:0;box-shadow:0 0 0 .5px rgba(0,20,40,.1),0 2px 8px 0 rgba(50,55,90,.2);border:1px solid transparent;box-sizing:border-box;-moz-box-sizing:border-box}html .formcraft-css .fc-pagination .page-name{display:block;font-size:.88em;letter-spacing:.4px;font-weight:600;width:110px;text-transform:uppercase;padding:5px 0;white-space:normal}html .formcraft-css .fc-form{background:#fff;box-shadow:0 0 0 .5px rgba(0,20,40,.1),0 2px 8px 0 rgba(50,55,90,.2);border-radius:3px;letter-spacing:-4px;text-align:left;margin:0 auto;min-width:140px;box-sizing:border-box;-moz-box-sizing:border-box;position:relative;max-width:100%}html .formcraft-css .fc-form .twitter-typeahead{display:block;width:100%}html .formcraft-css .fc-form .twitter-typeahead .tt-dropdown-menu{background:#fff;min-width:160px;margin-top:2px;padding:5px 0;background-color:#fff;border-radius:3px;box-shadow:0 2px 6px rgba(0,0,0,.15);background-clip:padding-box;z-index:999}html .formcraft-css .fc-form .twitter-typeahead .tt-suggestion{display:block;padding:4px 14px;cursor:pointer}html .formcraft-css .fc-form .twitter-typeahead .tt-suggestion:hover{background-color:#eee}html .formcraft-css .fc-form .twitter-typeahead .tt-suggestion p{margin:0}html .formcraft-css .fc-form .form-element-type-address{z-index:998!important}html .formcraft-css .fc-form.field-alignment-center{text-align:center}html .formcraft-css .fc-form.field-alignment-center .form-element{margin-left:auto;margin-right:auto}html .formcraft-css .fc-form.field-alignment-center .form-element .form-element-html .field-cover>div,html .formcraft-css .fc-form.field-alignment-center .form-element .form-element-html .field-cover>span{padding-top:0;text-align:center}html .formcraft-css .fc-form.field-alignment-center.label-floating .form-element .form-element-html .field-cover>div,html .formcraft-css .fc-form.field-alignment-center.label-floating .form-element .form-element-html .field-cover>span{text-align:left}html .formcraft-css .fc-form.field-alignment-right{text-align:right}html .formcraft-css .fc-form.field-alignment-right .form-element{margin-left:auto;margin-right:auto}html .formcraft-css .fc-form.field-alignment-right .form-element .form-element-html .field-cover>div,html .formcraft-css .fc-form.field-alignment-right .form-element .form-element-html .field-cover>span{text-align:right}html .formcraft-css .fc-form.icons-hide-true .form-element .field-cover div .formcraft-icon{display:none}html .formcraft-css .fc-form.icons-hide-true .form-element-type-star .field-cover div .formcraft-icon{display:block}html .formcraft-css .fc-form .form-page-content{padding:1.5em 1.5em;padding-right:0;padding-bottom:0}html .formcraft-css .fc-form .form-page-content>p{margin:0!important;padding:0!important;display:inline!important}html .formcraft-css .fc-form .form-page-content .form-element-type-customText,html .formcraft-css .fc-form .form-page-content .form-element-type-heading{top:-.75em;position:relative}html .formcraft-css .fc-form .form-page-content .form-element-type-customText:first-child .customText-cover,html .formcraft-css .fc-form .form-page-content .form-element-type-heading:first-child .heading-cover{border-radius:2px 2px 0 0;padding-bottom:1.5em;padding-top:.75em}html .formcraft-css .fc-form .form-page-content .form-element-type-customText:last-child .customText-cover,html .formcraft-css .fc-form .form-page-content .form-element-type-heading:last-child .heading-cover{border-radius:0 0 2px 2px;padding-bottom:1.5em;margin-bottom:-1.5em}html .formcraft-css .fc-form .form-page-content .form-element-type-customText:last-child .form-element-html{margin-bottom:1.5em}html .formcraft-css .fc-form .form-page-content .form-element-type-customText:first-child,html .formcraft-css .fc-form .form-page-content .form-element-type-heading:first-child{margin-top:-.75em}html .formcraft-css .fc-form .form-page-content .form-element-type-customText:last-child,html .formcraft-css .fc-form .form-page-content .form-element-type-heading:last-child{margin-bottom:-.75em}html .formcraft-css .fc-form h1{font-size:2em;margin:.5em 0;color:inherit}html .formcraft-css .fc-form h2{font-size:1.6em}html .formcraft-css .fc-form h3{font-size:1.5em}html .formcraft-css .fc-form h2,html .formcraft-css .fc-form h3{margin:.4em 0}html .formcraft-css .fc-form h1,html .formcraft-css .fc-form h2,html .formcraft-css .fc-form h3,html .formcraft-css .fc-form h4,html .formcraft-css .fc-form h5,html .formcraft-css .fc-form h6{font-weight:700;display:inline-block;color:inherit;line-height:normal;margin-top:0;margin-bottom:.2em}html .formcraft-css .fc-form.label-placeholder.remove-asterisk- .is-required-true .field-cover.address-cover::after,html .formcraft-css .fc-form.label-placeholder.remove-asterisk- .is-required-true .field-cover.datepicker-cover::after,html .formcraft-css .fc-form.label-placeholder.remove-asterisk- .is-required-true .field-cover.dropdown-cover::after,html .formcraft-css .fc-form.label-placeholder.remove-asterisk- .is-required-true .field-cover.email-cover::after,html .formcraft-css .fc-form.label-placeholder.remove-asterisk- .is-required-true .field-cover.oneLineText-cover::after,html .formcraft-css .fc-form.label-placeholder.remove-asterisk- .is-required-true .field-cover.textarea-cover::after,html .formcraft-css .fc-form.label-placeholder.remove-asterisk-false .is-required-true .field-cover.address-cover::after,html .formcraft-css .fc-form.label-placeholder.remove-asterisk-false .is-required-true .field-cover.datepicker-cover::after,html .formcraft-css .fc-form.label-placeholder.remove-asterisk-false .is-required-true .field-cover.dropdown-cover::after,html .formcraft-css .fc-form.label-placeholder.remove-asterisk-false .is-required-true .field-cover.email-cover::after,html .formcraft-css .fc-form.label-placeholder.remove-asterisk-false .is-required-true .field-cover.oneLineText-cover::after,html .formcraft-css .fc-form.label-placeholder.remove-asterisk-false .is-required-true .field-cover.textarea-cover::after{content:'*';position:absolute;color:red;top:-3px;right:-1px;font-size:26px}html .formcraft-css .fc-form.label-placeholder .field-cover>span{display:none}html .formcraft-css .fc-form.label-placeholder .checkbox-cover>span,html .formcraft-css .fc-form.label-placeholder .slider-cover>span,html .formcraft-css .fc-form.label-placeholder .star-cover>span,html .formcraft-css .fc-form.label-placeholder .thumb-cover>span{display:block;width:100%;top:0;text-align:left}html .formcraft-css .fc-form.label-placeholder .field-cover>div{width:100%;display:block}html .formcraft-css .fc-form.label-placeholder .field-cover>div.tooltip{width:auto}html .formcraft-css .fc-form.label-placeholder .slider-cover .ui-slider-cover{top:0}html .formcraft-css .fc-form.label-floating .form-element .form-element-html .field-cover>span>span.main-label>span::after{right:-8px}html .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button{padding:8px 18px 8px 18px}html .formcraft-css .fc-form.label-floating .form-element.error-field .form-element-html .checkbox-cover>div,html .formcraft-css .fc-form.label-floating .form-element.error-field .form-element-html .fileupload-cover>div,html .formcraft-css .fc-form.label-floating .form-element.error-field .form-element-html .matrix-cover>div,html .formcraft-css .fc-form.label-floating .form-element.error-field .form-element-html .star-cover>div{margin-top:4px;border-color:red}html .formcraft-css .fc-form.label-floating .field-cover{position:relative}html .formcraft-css .fc-form.label-floating .field-cover>span{z-index:101}html .formcraft-css .fc-form.label-floating .field-cover input[type=email],html .formcraft-css .fc-form.label-floating .field-cover input[type=password],html .formcraft-css .fc-form.label-floating .field-cover input[type=tel],html .formcraft-css .fc-form.label-floating .field-cover input[type=text],html .formcraft-css .fc-form.label-floating .field-cover textarea{background-color:transparent!important;background-position:102% 50%}html .formcraft-css .fc-form.label-floating .field-cover select{background-color:transparent!important;cursor:pointer}html .formcraft-css .fc-form.label-floating .field-cover div .formcraft-icon{bottom:4px;top:auto;line-height:1.4em;margin:10px 2px 6px 2px}html .formcraft-css .fc-form.label-floating .form-element.form-element-type-customText .form-element-html{padding-top:0}html .formcraft-css .fc-form.label-floating .form-element .form-element-html input[type=email],html .formcraft-css .fc-form.label-floating .form-element .form-element-html input[type=password],html .formcraft-css .fc-form.label-floating .form-element .form-element-html input[type=tel],html .formcraft-css .fc-form.label-floating .form-element .form-element-html input[type=text],html .formcraft-css .fc-form.label-floating .form-element .form-element-html select,html .formcraft-css .fc-form.label-floating .form-element .form-element-html textarea{border-width:0;border-radius:0;border-bottom-width:1px;box-shadow:none;margin:0;margin-top:6px;margin-bottom:4px;padding:10px 2px 6px 2px}html .formcraft-css .fc-form.label-floating .form-element .form-element-html .timepicker-cover .time-fields-cover{border-width:0;border-radius:0;border-bottom-width:1px;box-shadow:none;background-color:transparent}html .formcraft-css .fc-form.label-floating .form-element .form-element-html .timepicker-cover .time-fields-cover input[type=text].meridian-picker,html .formcraft-css .fc-form.label-floating .form-element .form-element-html .timepicker-cover .time-fields-cover select{padding-top:3px;padding-bottom:3px}html .formcraft-css .fc-form.label-floating .form-element.error-field .form-element-html input[type=email],html .formcraft-css .fc-form.label-floating .form-element.error-field .form-element-html input[type=password],html .formcraft-css .fc-form.label-floating .form-element.error-field .form-element-html input[type=tel],html .formcraft-css .fc-form.label-floating .form-element.error-field .form-element-html input[type=text],html .formcraft-css .fc-form.label-floating .form-element.error-field .form-element-html select,html .formcraft-css .fc-form.label-floating .form-element.error-field .form-element-html textarea{border-color:red}html .formcraft-css .fc-form.label-floating .form-element.error-field .form-element-html .field-cover>span{color:red}html .formcraft-css .fc-form.label-floating .field-cover>span{display:block;color:#a8a8a8;z-index:98;width:100%;text-align:left;padding:10px 2px 6px 2px;font-weight:400;font-size:1em;position:absolute;left:0;top:6px;transform-origin:0 0;-webkit-transform-origin:0 0;transition:transform .2s linear;-webkit-transition:transform .2s linear}html .formcraft-css .fc-form.label-floating .form-element .form-element-html .address-cover .error,html .formcraft-css .fc-form.label-floating .form-element .form-element-html .datepicker-cover .error,html .formcraft-css .fc-form.label-floating .form-element .form-element-html .dropdown-cover .error,html .formcraft-css .fc-form.label-floating .form-element .form-element-html .email-cover .error,html .formcraft-css .fc-form.label-floating .form-element .form-element-html .oneLineText-cover .error,html .formcraft-css .fc-form.label-floating .form-element .form-element-html .password-cover .error,html .formcraft-css .fc-form.label-floating .form-element .form-element-html .textarea-cover .error{font-size:11px;position:absolute;margin:0;padding:0;border:0;top:auto;bottom:-7px;right:2px;background:0 0}html .formcraft-css .fc-form.label-floating .field-cover.has-focus>span,html .formcraft-css .fc-form.label-floating .field-cover.has-input>span{transform:translate3d(0,-19px,0) scale(.8);-webkit-transform:translate3d(0,-19px,0) scale(.8)}html .formcraft-css .fc-form.label-floating .field-cover .sub-label{display:none}html .formcraft-css .fc-form.label-floating .checkbox-cover.has-focus>span,html .formcraft-css .fc-form.label-floating .checkbox-cover>span,html .formcraft-css .fc-form.label-floating .fileupload-cover.has-focus>span,html .formcraft-css .fc-form.label-floating .fileupload-cover>span,html .formcraft-css .fc-form.label-floating .matrix-cover.has-focus>span,html .formcraft-css .fc-form.label-floating .matrix-cover>span,html .formcraft-css .fc-form.label-floating .slider-cover.has-focus>span,html .formcraft-css .fc-form.label-floating .slider-cover>span,html .formcraft-css .fc-form.label-floating .star-cover.has-focus>span,html .formcraft-css .fc-form.label-floating .star-cover>span,html .formcraft-css .fc-form.label-floating .thumb-cover>span,html .formcraft-css .fc-form.label-floating .timepicker-cover.has-focus>span,html .formcraft-css .fc-form.label-floating .timepicker-cover>span{transform:none;position:static;display:block;width:100%;top:0;font-size:1em;padding-bottom:2px;text-align:left}html .formcraft-css .fc-form.label-floating .field-cover>div{width:100%;position:relative;z-index:99}html .formcraft-css .fc-form.label-floating .slider-cover .ui-slider-cover{top:0}html .formcraft-css .fc-form.label-block .field-cover>span{display:block;text-align:left;top:0;width:100%}html .formcraft-css .fc-form.label-block .form-element.is-required-true .field-cover>span>span:first-child>span{display:inline-block}html .formcraft-css .fc-form.label-block .field-cover>div{display:block;width:100%;margin-top:2px}html .formcraft-css .fc-form.label-block .field-cover .sub-label{margin-bottom:2px}html .formcraft-css .fc-form.label-block .form-element .slider-cover .ui-slider-cover{top:0}html .formcraft-css .fc-form.frame-hidden{box-shadow:none;-moz-box-shadow:none;padding:0}html .formcraft-css .fc-form.frame-hidden .form-page-content{padding:0;margin-right:-1.5em}html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html input[type=checkbox],html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html input[type=checkbox]:checked,html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html input[type=color],html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html input[type=date],html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html input[type=datetime-local],html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html input[type=datetime],html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html input[type=email],html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html input[type=month],html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html input[type=number],html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html input[type=password],html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html input[type=radio],html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html input[type=radio]:checked,html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html input[type=search],html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html input[type=tel],html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html input[type=text],html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html input[type=time],html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html input[type=url],html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html input[type=week],html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html select,html .formcraft-css .fc-form.field-border-hidden .form-element .form-element-html textarea{border-color:transparent!important}html .formcraft-css .fc-form.align-left{margin-left:0;margin-right:auto}html .formcraft-css .fc-form.align-center{margin-left:auto;margin-right:auto}html .formcraft-css .fc-form.align-right{margin-left:auto;margin-right:0}html .formcraft-css .fc-form.remove-asterisk-true .form-element.is-required-true .field-cover>span>span:first-child>span::after{content:none}html .formcraft-css .fc-form .form-element.is-required-true .field-cover>span>span:first-child>span{position:relative}html .formcraft-css .fc-form .form-element.is-required-true .field-cover .main-label>span::after{content:'*';position:absolute;color:red;top:-3px;right:-6px}html .formcraft-css .fc-form .field-cover{letter-spacing:-4px}html .formcraft-css .fc-form .field-cover .tooltip{position:absolute;border:0!important;padding:0 5px!important}html .formcraft-css .fc-form .field-cover.textarea-cover .tooltip{top:0!important;position:absolute}html .formcraft-css .fc-form .field-cover.slider-cover .tooltip{top:-2px!important;padding:0 5px}html .formcraft-css .fc-form .field-cover.slider-cover .tooltip-arrow{top:20px!important}html .formcraft-css .fc-form .field-cover>div{position:relative}html .formcraft-css .fc-form .field-cover>div,html .formcraft-css .fc-form .field-cover>span{letter-spacing:0;display:inline-block;box-sizing:border-box;-moz-box-sizing:border-box}html .formcraft-css .fc-form .field-cover>span{width:30%;text-align:right;padding-right:9px;vertical-align:top;display:inline-block;position:relative;font-weight:600}html .formcraft-css .fc-form .field-cover>span>span{display:block;width:100%;line-height:1.45em}html .formcraft-css .fc-form .field-cover>span span.sub-label{font-weight:400;position:relative;font-style:italic;font-size:.9em;margin-top:-1px;opacity:.8}html .formcraft-css .fc-form .field-cover .sub-label-false{top:.7em}html .formcraft-css .fc-form .field-cover .sub-label-false span.sub-label{display:none}html .formcraft-css .fc-form .field-cover>div{width:70%;display:inline-block;text-align:left}html .formcraft-css .fc-form .field-cover>div input[type=email],html .formcraft-css .fc-form .field-cover>div input[type=password],html .formcraft-css .fc-form .field-cover>div input[type=tel],html .formcraft-css .fc-form .field-cover>div input[type=text],html .formcraft-css .fc-form .field-cover>div select,html .formcraft-css .fc-form .field-cover>div textarea{width:100%;margin:0}html .formcraft-css .fc-form .field-cover>div.full{width:auto;display:block}html .formcraft-css .fc-form .field-cover>div.full hr{margin:0 -1.5em;border-top:0;opacity:.4;border-bottom:1px solid #e5e5e5}html .formcraft-css .fc-form .final-success{letter-spacing:0;display:block;text-align:center;padding:40px 30px 35px 30px;font-size:1.2em;line-height:normal;z-index:999;display:none}html .formcraft-css .fc-form .final-success .final-success-check{font-size:135%;border:2px solid #1daa1d;border-radius:100%;padding:.2em;margin-bottom:.5em}html .formcraft-css .fc-form .final-success span{display:block;-webkit-animation:successIn .8s;animation:successIn .8s;color:inherit}html .formcraft-css .fc-form.submitted .form-element{transition:transform .8s,opacity .8s;-webkit-transition:-webkit-transform .8s,opacity .8s;opacity:0;transform:translate3d(0,-500px,0);-webkit-transform:translate3d(0,-500px,0)}html .formcraft-css .fc-form.submitted{overflow:hidden;min-height:130px}html .formcraft-css .fc-form .form-element-type-slider{z-index:103}html .formcraft-css .fc-form .form-element{position:relative;display:inline-block;letter-spacing:0;vertical-align:top;opacity:1;border-radius:2px;z-index:101;border:0;float:none!important;overflow:visible}html .formcraft-css .fc-form .form-element.error-field .error{display:block;white-space:nowrap}html .formcraft-css .fc-form .form-element.error-field .form-element-html .checkbox-cover>div,html .formcraft-css .fc-form .form-element.error-field .form-element-html .fileupload-cover>div,html .formcraft-css .fc-form .form-element.error-field .form-element-html .matrix-cover>div,html .formcraft-css .fc-form .form-element.error-field .form-element-html .star-cover>div{border-color:red;padding-left:8px}html .formcraft-css .fc-form .form-element.error-field .matrix-cover>div,html .formcraft-css .fc-form .form-element.error-field .star-cover>div{padding-left:0}html .formcraft-css .fc-form .form-element.error-field .checkbox-cover.images-true>div{padding-left:0}html .formcraft-css .fc-form .form-element.error-field .slider-cover>div{border:1px solid red;border-radius:3px}html .formcraft-css .fc-form .form-element.error-field .form-element-html input[type=password],html .formcraft-css .fc-form .form-element.error-field .form-element-html input[type=tel],html .formcraft-css .fc-form .form-element.error-field .form-element-html input[type=text],html .formcraft-css .fc-form .form-element.error-field .form-element-html select,html .formcraft-css .fc-form .form-element.error-field .form-element-html textarea{border-color:red}html .formcraft-css .fc-form .form-element .form-element-html input[type=color],html .formcraft-css .fc-form .form-element .form-element-html input[type=date],html .formcraft-css .fc-form .form-element .form-element-html input[type=datetime-local],html .formcraft-css .fc-form .form-element .form-element-html input[type=datetime],html .formcraft-css .fc-form .form-element .form-element-html input[type=email],html .formcraft-css .fc-form .form-element .form-element-html input[type=month],html .formcraft-css .fc-form .form-element .form-element-html input[type=number],html .formcraft-css .fc-form .form-element .form-element-html input[type=password],html .formcraft-css .fc-form .form-element .form-element-html input[type=search],html .formcraft-css .fc-form .form-element .form-element-html input[type=tel],html .formcraft-css .fc-form .form-element .form-element-html input[type=text],html .formcraft-css .fc-form .form-element .form-element-html input[type=time],html .formcraft-css .fc-form .form-element .form-element-html input[type=url],html .formcraft-css .fc-form .form-element .form-element-html input[type=week],html .formcraft-css .fc-form .form-element .form-element-html select,html .formcraft-css .fc-form .form-element .form-element-html textarea{box-sizing:border-box;padding:.72em .9em .65em;border-radius:2px;border:1px solid #d6d8d9;background-color:#fafafa;line-height:1.4em;font-family:inherit;height:auto;box-shadow:none;-webkit-box-shadow:none;-webkit-appearance:none;font-size:inherit}html .formcraft-css .fc-form .form-element input.is-read-only,html .formcraft-css .fc-form .form-element textarea.is-read-only{opacity:.75}html .formcraft-css .fc-form .form-element .form-element-html input[type=text]{background-image:none!important}html .formcraft-css .fc-form .form-element .error{display:none;position:absolute;top:-4px;z-index:103;font-size:.85em;line-height:8px;margin:0;padding:0;border:0;margin-top:0;background:#fff;right:30px;color:red;-webkit-animation:fadeInRight .3s ease-out;animation:fadeInRight .3s ease-out}html .formcraft-css .fc-form .form-element .form-element-html{padding:1.5em 1.5em;padding-left:0;padding-top:0}html .formcraft-css .fc-form .form-element .field-cover{position:relative;display:block}html .formcraft-css .fc-form .form-element.index-true{z-index:103!important}html .formcraft-css .fc-form .form-element.form-element-type-customText .form-element-html{position:static}html .formcraft-css .fc-form .form-element .field-cover.heading-cover .bold-true{font-weight:700}html .formcraft-css .fc-form .form-element .field-cover.heading-cover>div{line-height:normal;width:100%}html .formcraft-css .fc-form .form-element .field-cover.heading-cover{white-space:pre-wrap;position:relative;margin:0 -1.5em;padding:.75em 1.5em;padding-bottom:1.5em;line-height:1.5em;margin-bottom:-1.5em}html .formcraft-css .fc-form .form-element .field-cover.customText-cover{white-space:pre-wrap;position:relative;margin:0 -1.5em;padding:.75em 1.5em;line-height:1.5em;margin-bottom:-1.5em}html .formcraft-css .fc-form .form-element .field-cover.customText-cover ul{list-style:inherit;margin-left:1.8em}html .formcraft-css .fc-form .form-element .field-cover.customText-cover img{max-width:none}html .formcraft-css .fc-form .form-element .field-cover.customText-cover iframe{max-width:100%}html .formcraft-css .fc-form .form-element .field-cover.customText-cover.absolute-true{position:absolute;margin:0;margin-left:-1.5em;margin-right:-1.5em;padding-top:0;padding-bottom:0}html .formcraft-css .fc-form .form-element .field-cover.customText-cover.absolute-true img{max-width:none}html .formcraft-css .fc-form .form-element .field-cover.customText-cover h1,html .formcraft-css .fc-form .form-element .field-cover.customText-cover h2,html .formcraft-css .fc-form .form-element .field-cover.customText-cover h3,html .formcraft-css .fc-form .form-element .field-cover.customText-cover h4{display:block;letter-spacing:0;line-height:1.6em}html .formcraft-css .fc-form .form-element .field-cover.customText-cover p{margin:.3em 0;width:100%!important;display:block;font-size:1em}html .formcraft-css .fc-form .form-element .field-cover.customText-cover a{text-decoration:none}html .formcraft-css .fc-form .form-element .textarea-cover .count-,html .formcraft-css .fc-form .form-element .textarea-cover .count-false{display:none}html .formcraft-css .fc-form .form-element .textarea-cover .count-true{display:block;text-align:right;font-size:.87em;padding:1px 0;letter-spacing:.4px}html .formcraft-css .fc-form .form-element .textarea-cover textarea{resize:none;display:block;min-height:0}html .formcraft-css .fc-form .form-element .field-cover .formcraft-icon{position:absolute;right:0;top:0;cursor:text;line-height:1.4em;font-size:1.25em;margin:.45em 12px .45em 12px;width:1.1em;color:inherit;background-color:transparent}html .formcraft-css .fc-form .form-element .field-cover .formcraft-icon.icon-type-no-icon{display:none}html .formcraft-css .fc-form .form-element .datepicker-cover input{background-repeat:no-repeat;background-position:100% 50%;background-size:30px}html .formcraft-css .fc-form .form-element .submit-response{display:block;text-align:center}html .formcraft-css .fc-form .form-element .submit-response>span{padding-top:15px;display:inline-block}html .formcraft-css .fc-form .form-element .submit-response>span.has-error{color:#f11010}html .formcraft-css .fc-form .form-element .submit-response>span a{padding:0;margin:0;display:inline}html .formcraft-css .fc-form .form-element .required_field{opacity:0}html .formcraft-css .fc-form .form-element .submit-cover{float:none!important;margin:0;transition:padding .5s}html .formcraft-css .fc-form .form-element .submit-cover.enabled{opacity:1}html .formcraft-css .fc-form .form-element .submit-cover.enabled .text{display:block}html .formcraft-css .fc-form .form-element .submit-cover.align-right{text-align:right}html .formcraft-css .fc-form .form-element .submit-cover.align-left{text-align:left}html .formcraft-css .fc-form .form-element .submit-cover.align-center{text-align:center}html .formcraft-css .fc-form .form-element .submit-cover.align-right .submit-button{margin-right:0}html .formcraft-css .fc-form .form-element .submit-cover.align-left .submit-button{margin-left:0}html .formcraft-css .fc-form .form-element .submit-cover.align-center .submit-button{margin-left:auto;margin-right:auto}html .formcraft-css .fc-form .form-element .submit-cover .loading-icon{height:22px;font-size:22px;text-align:center;margin:0;line-height:.95em}html .formcraft-css .fc-form .form-element .submit-cover .spin-cover,html .formcraft-css .fc-form .form-element .submit-cover .spin-cover:after{border-radius:100%;width:1.2em;height:1.2em;display:inline-block}html .formcraft-css .fc-form .form-element .submit-cover .spin-cover{opacity:0;margin:0;font-size:12px;position:absolute;right:2em;top:50%;margin-top:-.55em;text-indent:-9999em;border-top:2px solid #fff;border-right:2px solid #fff;border-bottom:2px solid #fff;border-left:2px solid transparent;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:loadAnimate 1.1s infinite linear;animation:loadAnimate 1.1s infinite linear;display:none}html .formcraft-css .fc-form .form-element .submit-cover .loading-icon:before{left:0;line-height:1em}html .formcraft-css .fc-form .form-element .submit-cover.disabled .submit-button:hover{box-shadow:none}html .formcraft-css .fc-form .form-element .submit-cover.disabled .submit-button{opacity:.75;padding-right:38px}html .formcraft-css .fc-form .form-element .submit-cover.disabled .spin-cover{right:1em;display:block;opacity:1}html .formcraft-css .fc-form .form-element .submit-cover.disabled .icon-spin5,html .formcraft-css .fc-form .form-element .submit-cover.disabled .loading-icon{display:none}html .formcraft-css .fc-form .form-element .submit-cover .submit-button{box-shadow:none;height:auto;font-size:1em;line-height:1.5em;position:relative;text-transform:none;margin:0 auto;padding:9px 18px 9px 18px;border:0;border-radius:2px;width:auto;cursor:pointer;font-weight:600;font-family:inherit;letter-spacing:0;white-space:nowrap;transition:padding .25s;-webkit-transition:padding .25s}html .formcraft-css .fc-form .form-element .submit-cover .submit-button:hover{box-shadow:0 0 100px rgba(50,50,50,.08) inset}html .formcraft-css .fc-form .form-element .dropdown-cover .awesomplete ul{position:absolute;padding:0;z-index:99;background:#fff;width:100%;border-radius:2px;margin-top:2px;box-shadow:0 0 0 .5px rgba(0,10,20,.1),10px 0 10px -10px rgba(0,10,20,.18),10px 10px 10px -10px rgba(0,10,20,.18),-10px 10px 10px -10px rgba(0,10,20,.18)}html .formcraft-css .fc-form .form-element .dropdown-cover .awesomplete ul li{width:100%;list-style:none;margin:0;padding:.72em .9em .65em;cursor:pointer}html .formcraft-css .fc-form .form-element .dropdown-cover .awesomplete ul li:hover{background:rgba(0,0,0,.1)}html .formcraft-css .fc-form .form-element .dropdown-cover .visually-hidden{display:none}html .formcraft-css .fc-form .form-element .dropdown-cover.autocomplete-type- select,html .formcraft-css .fc-form .form-element .dropdown-cover.autocomplete-type-false select{display:block!important}html .formcraft-css .fc-form .form-element .dropdown-cover.autocomplete-type- input,html .formcraft-css .fc-form .form-element .dropdown-cover.autocomplete-type-false input{display:none!important}html .formcraft-css .fc-form .form-element .dropdown-cover.autocomplete-type-true select{display:none!important}html .formcraft-css .fc-form .form-element .dropdown-cover.autocomplete-type-true input{display:block!important}html .formcraft-css .fc-form .form-element .checkbox-cover.images-true>div label{text-align:center;vertical-align:bottom;opacity:.75;padding:3px 5px 3px 5px;box-sizing:border-box}html .formcraft-css .fc-form .form-element .checkbox-cover.images-true>div label.active,html .formcraft-css .fc-form .form-element .checkbox-cover.images-true>div label:hover{opacity:1}html .formcraft-css .fc-form .form-element .checkbox-cover.images-true>div label img{display:block;margin:0 auto;margin-bottom:.5em;max-width:100%}html .formcraft-css .fc-form .form-element .checkbox-cover.images-false>div label img{display:none}html .formcraft-css .fc-form .form-element .checkbox-cover>div{padding-bottom:4px;padding-top:5px;border-radius:2px;border:1px solid transparent;transition:padding .15s linear;-webkit-transition:padding .15s linear}html .formcraft-css .fc-form .form-element .checkbox-cover>div label{padding:.3em 10px .3em 0;display:inline-block;cursor:pointer;font-size:.95em}html .formcraft-css .fc-form .form-element .checkbox-cover>div label img{display:none}html .formcraft-css .fc-form .form-element .checkbox-cover>div label input{position:relative;opacity:1;margin-right:.35em;margin-bottom:0;left:auto;visibility:visible;display:inline-block!important;vertical-align:middle}html .formcraft-css .fc-form .form-element .checkbox-cover>div label>span{vertical-align:middle}html .formcraft-css .fc-form .form-element .checkbox-cover>div label a{color:#48e}html .formcraft-css .fc-form .form-element .checkbox-cover>div label a:hover{text-decoration:underline}html .formcraft-css .fc-form .form-element .submit-cover.wide-true.animate-false .submit-button{width:100%!important;border-radius:2px!important;padding-left:0;padding-right:0;text-align:center}html .formcraft-css .fc-form .form-element .submit-cover.wide-true .submit-button{width:100%}html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover>div{border-radius:3px;margin-top:-8px;padding-top:8px;padding-bottom:8px;padding-right:8px;border:1px solid transparent;transition:padding .15s linear;-webkit-transition:padding .15s linear}html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .button-file .icon-upload-cloud{font-size:46px;position:absolute;display:block;z-index:1;color:#fff;left:0;top:auto;opacity:.18;bottom:-20px;right:auto;margin:0;transform:none;-webkit-transform:none}html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .button-file{display:inline-block;overflow:hidden;font-size:1em;padding:0 16px;padding-left:55px;height:36px;line-height:36px;text-transform:none;font-weight:700;letter-spacing:0;padding-bottom:3px;box-shadow:none;border:0;border-radius:2px;text-align:center;cursor:pointer;position:relative}html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .button-file:before{display:none}html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .button-file input{background-color:red;position:absolute;cursor:pointer;margin:0;left:0;right:0;bottom:0;height:105%;width:100%;opacity:0;z-index:2}html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .button-file ::-webkit-file-upload-button{cursor:pointer}html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .button-file:hover{box-shadow:0 0 100px rgba(50,50,50,.08) inset}html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .button-file span{position:relative;z-index:1}html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .files-list{margin:10px 0;margin-bottom:0;padding:0}html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .files-list li{display:block;letter-spacing:-4px;position:relative;display:none;list-style:none;border-radius:2px;margin-bottom:6px;box-shadow:0 1px 2px #aaa inset;background-color:#eee}html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .files-list li:last-child{margin-bottom:0}html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .files-list li div{transition:width .1s ease;-webkit-transition:width .1s ease;letter-spacing:0;height:2.95em;line-height:2.95em;white-space:nowrap;display:block;width:0%;background-color:#22c222;border:1px solid #27a615;border-radius:3px;color:#fff;font-size:.9em;padding:0 8px;overflow:hidden;box-sizing:border-box}html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .files-list li .delete-file,html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .files-list li .icon-ok{letter-spacing:0;position:absolute;top:7px;font-weight:700;right:3px;font-size:12px;color:#eee;background-color:#22c222;cursor:pointer;-webkit-animation:bounceIn .3s;animation:bounceIn .3s}html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .files-list li .delete-file.animate-spin{-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;display:inline-block;font-size:16px;top:7px;right:5px;padding:0;color:#fff}html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .files-list li .delete-file:hover{color:#fff}html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .files-list li .delete-file{font-size:21px;line-height:inherit;right:1px;padding:0 9px;font-weight:500;top:4px}html .formcraft-css .fc-form .form-element .slider-cover>div{padding:15px 3px;border:1px solid transparent;top:5px}html .formcraft-css .fc-form .form-element .slider-cover.show-scale-true>div{padding-top:27px;top:-2px}html .formcraft-css .fc-form .form-element .slider-cover.show-scale- .range-max,html .formcraft-css .fc-form .form-element .slider-cover.show-scale- .range-min,html .formcraft-css .fc-form .form-element .slider-cover.show-scale-false .range-max,html .formcraft-css .fc-form .form-element .slider-cover.show-scale-false .range-min{display:none}html .formcraft-css .fc-form .form-element .slider-cover .range-max,html .formcraft-css .fc-form .form-element .slider-cover .range-min{position:absolute;top:4px;width:40px;text-align:center;color:inherit;font-weight:500;left:-7px;font-size:.85em}html .formcraft-css .fc-form .form-element .slider-cover .range-max::before,html .formcraft-css .fc-form .form-element .slider-cover .range-min::before{content:'';position:absolute;width:1px;height:7px;background-color:#ccc;left:50%;top:16px}html .formcraft-css .fc-form .form-element .slider-cover .range-max{right:-3px;left:auto}html .formcraft-css .fc-form .form-element .slider-cover .ui-slider-cover{display:block;width:98%;margin-left:1%;height:6px;position:relative;padding-right:18px;background-color:#e9e9e9;box-shadow:0 1px 1px #ccc inset;border-radius:3px}html .formcraft-css .fc-form .form-element .slider-cover .ui-slider-range{height:6px;position:relative;border-radius:3px 0 0 3px}html .formcraft-css .fc-form .form-element .slider-cover .ui-slider{cursor:pointer;display:block;width:100%;height:18px;font-size:inherit;top:-6px;padding-top:6px;position:relative;z-index:101;border:0;background:0 0}html .formcraft-css .fc-form .form-element .slider-cover .ui-slider-range .ui-slider-handle-nos{top:-41px;left:50%;margin-left:-16px}html .formcraft-css .fc-form .form-element .slider-cover .ui-slider-handle-nos{-webkit-animation:tooltipTop .2s;animation:tooltipTop .2s;position:absolute;white-space:nowrap;display:none;top:-36px;border-radius:2px;background-color:#fff;height:26px;min-width:30px;line-height:26px;padding:0 6px;left:0;color:#777;text-align:center;font-size:.85em;font-weight:700;box-shadow:0 0 0 .5px rgba(0,20,40,.11),0 2px 8px 0 rgba(50,55,90,.2)}html .formcraft-css .fc-form .form-element .slider-cover .ui-slider-handle-nos:before{content:'';width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid rgba(0,10,20,.15);position:absolute;left:50%;margin-left:-4px;bottom:-5px;z-index:100}html .formcraft-css .fc-form .form-element .slider-cover .ui-slider-handle-nos:after{content:'';width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #fff;position:absolute;left:50%;margin-left:-4px;bottom:-4px;z-index:101}html .formcraft-css .fc-form .form-element .slider-cover .ui-slider-handle{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;cursor:pointer;outline:0;background:#fff;border:0;box-shadow:0 0 0 .5px rgba(0,10,20,.12),0 0 8px rgba(0,10,20,.14);width:20px;height:20px;top:50%;margin-top:-10px;margin-left:-2px;display:block;border-radius:40px;position:absolute;transition:left .1s}html .formcraft-css .fc-form .form-element .slider-cover .ui-slider-handle::after,html .formcraft-css .fc-form .form-element .slider-cover .ui-slider-handle::before{display:none;content:none}html .formcraft-css .fc-form .form-element .slider-cover .ui-slider-handle:hover{box-shadow:0 0 0 .5px rgba(0,10,20,.22),0 0 8px rgba(0,10,20,.24)}html .formcraft-css .fc-form .form-element .timepicker-cover .time-fields-cover{border-radius:2px;overflow:hidden;display:block;font-size:1.1em;position:relative;background-color:#fafafa;border:1px solid #ddd;border-top-color:#bababa;border-left-color:#bfbfbf;background-repeat:no-repeat;background-position:100% 50%;background-size:30px}html .formcraft-css .fc-form .form-element .timepicker-cover .time-fields-cover input.meridian-picker,html .formcraft-css .fc-form .form-element .timepicker-cover .time-fields-cover select,html .formcraft-css .fc-form .form-element .timepicker-cover .time-fields-cover select:first-child{padding:9px 10px 7px 4.5%}html .formcraft-css .fc-form .form-element .timepicker-cover .time-fields-cover input.meridian-picker{text-transform:uppercase;letter-spacing:.6px}html .formcraft-css .fc-form .form-element .timepicker-cover .time-fields-cover:after{content:'';position:absolute;line-height:35px;top:50%;margin-top:-17px;left:67px}html .formcraft-css .fc-form .form-element .timepicker-cover .time-fields-cover.hide-meridian-true input.meridian-picker{display:none!important}html .formcraft-css .fc-form .form-element .timepicker-cover input.meridian-picker,html .formcraft-css .fc-form .form-element .timepicker-cover select{vertical-align:middle;display:inline-block!important;margin:0!important;border:0!important;cursor:pointer;text-align:left;box-shadow:none;border-radius:0;min-width:35px;width:30%;max-width:56px;border:0;background:0 0}html .formcraft-css .fc-form .form-element .timepicker-cover select:first-child{padding-left:13px}html .formcraft-css .fc-form .form-element .timepicker-cover input:hover,html .formcraft-css .fc-form .form-element .timepicker-cover select:focus{border:0}html .formcraft-css .fc-form .form-element .timepicker-cover input:hover,html .formcraft-css .fc-form .form-element .timepicker-cover select:hover{background-color:#eee}html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover{letter-spacing:-4px}html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover .thumbs-down,html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover .thumbs-up{font-size:3.5em}html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover label input[type=radio]{position:absolute;left:-999em}html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover label{transition:all .2s;transform:translate3d(0,0,0) scale(.95);display:inline-block;cursor:pointer;letter-spacing:0;padding:7px 0}html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover label .formcraft-icon{position:relative;margin:0;font-size:3em;line-height:1;cursor:pointer;margin:0 .2em;padding:0}html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover label.active{transform:translate3d(0,0,0) scale(1.05)}html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover .thumbs-up{display:none}html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover .tooltip{-webkit-animation:none;animation:none;margin-top:-10px;font-family:inherit;width:auto;border:0}html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover .tooltip .tooltip-inner{max-width:120px;min-width:60px;height:auto;font-family:inherit;font-size:12px;font-weight:500;padding-bottom:6px;text-align:center;box-shadow:0 0 2px rgba(0,0,0,.5);-webkit-box-shadow:0 0 2px rgba(0,0,0,.5)}html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover label.active,html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover label:hover{color:red}html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover label.odd.active,html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover label.odd:hover{color:green}html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover label.odd .thumbs-up{display:block}html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover label.odd .thumbs-down{display:none}html .formcraft-css .fc-form .form-element .star-cover>div{border-radius:2px;border:1px solid transparent;transition:padding .15s linear;-webkit-transition:padding .15s linear}html .formcraft-css .fc-form .form-element .star-cover .star-label-cover .tooltip{-webkit-animation:none;animation:none;margin-top:-5px;font-family:inherit;width:auto;border:0}html .formcraft-css .fc-form .form-element .star-cover .star-label-cover .tooltip .tooltip-arrow{height:0}html .formcraft-css .fc-form .form-element .star-cover .star-label-cover .tooltip .tooltip-inner{max-width:120px;min-width:60px;height:auto;font-family:inherit;font-size:12px;font-weight:500;padding-bottom:6px;text-align:center;box-shadow:0 0 2px rgba(0,0,0,.5);-webkit-box-shadow:0 0 2px rgba(0,0,0,.5)}html .formcraft-css .fc-form .form-element .star-cover .star-label-cover>div{display:inline-block;min-height:40px}html .formcraft-css .fc-form .form-element .star-cover label{font-size:2em;cursor:pointer;display:inline-block;padding:0;opacity:1;min-width:40px}html .formcraft-css .fc-form .form-element .star-cover label .formcraft-icon{cursor:pointer;position:relative;display:block;margin:0;padding:0;-webkit-transition:-webkit-transform .2s;transform:translate3d(0,0,0) scale(1);-webkit-transform:translate3d(0,0,0) scale(1);color:#f3a10b;opacity:.35;font-size:1.6em;line-height:1;transition:all .3s}html .formcraft-css .fc-form .form-element .star-cover label .star{display:none}html .formcraft-css .fc-form .form-element .star-cover label .star-empty{display:block;transition:transform .3s;-webkit-transition:-webkit-transform .3s;transform:translate3d(0,0,0) scale(1);-webkit-transform:translate3d(0,0,0) scale(1)}html .formcraft-css .fc-form .form-element .star-cover>div>div label.fake-empty .formcraft-icon{opacity:.35}html .formcraft-css .fc-form .form-element .star-cover label.fake-hover .formcraft-icon{opacity:1}html .formcraft-css .fc-form .form-element .star-cover label.active .formcraft-icon,html .formcraft-css .fc-form .form-element .star-cover label.fake-click .formcraft-icon,html .formcraft-css .fc-form .form-element .star-cover label.fake-click:hover .formcraft-icon{opacity:1}html .formcraft-css .fc-form .form-element .star-cover label:hover .formcraft-icon{opacity:1;transform:translate3d(0,0,0) scale(1.1);-webkit-transform:translate3d(0,0,0) scale(1.1)}html .formcraft-css .fc-form .form-element .star-cover label input[type=radio]{position:absolute;left:-999em}html .formcraft-css .fc-form .form-element .matrix-cover>div{border-radius:2px;border:1px solid transparent}html .formcraft-css .fc-form .form-element .matrix-cover table{width:100%;font-size:1em;color:inherit;border:0}html .formcraft-css .fc-form .form-element .matrix-cover table td{padding:0;border:0}html .formcraft-css .fc-form .form-element .matrix-cover table th{padding:7px 6px 7px 6px;text-align:center;border:0}html .formcraft-css .fc-form .form-element .matrix-cover table td label{display:block;text-align:center;cursor:pointer}html .formcraft-css .fc-form .form-element .matrix-cover table td label input{margin-right:0;margin:.9em 0}html .formcraft-css .fc-form .form-element .matrix-cover table tr td:first-child{text-align:left;padding:9px 6px 9px 10px}html .formcraft-css .fc-form .form-element .matrix-cover table tr:nth-child(odd) td{background-color:rgba(0,0,0,.045)}html .formcraft-css .fc-form .form-element .matrix-cover table tr:nth-child(even) td{background-color:rgba(0,0,0,0)}html .formcraft-css .fc-form .form-element .matrix-cover table tr:nth-child(odd) td label:hover{background-color:rgba(0,0,0,.055)}html .formcraft-css .fc-form .form-element .matrix-cover table tr:nth-child(even) td label:hover{background-color:rgba(0,0,0,.02)}html .formcraft-css .fc-form .form-element .matrix-cover table thead th{text-align:center}html .form-live .fc-form.fc-temp-class .form-element.default-true{display:none}html .form-live .form-element.state-shown.even{display:inline-block;transform-origin:50% 0;-webkit-transform-origin:50% 0;-webkit-animation:fieldShowEven .35s ease-out;animation:fieldShowEven .35s ease-out}html .form-live .form-element.state-shown.odd{display:inline-block;transform-origin:50% 0;-webkit-transform-origin:50% 0;-webkit-animation:fieldShowOdd .35s ease-out;animation:fieldShowOdd .35s ease-out}html .form-live .form-element.state-hidden.even{transform-origin:50% 0;-webkit-transform-origin:50% 0;-webkit-animation:fieldHideEven .5s ease-out;animation:fieldHideEven .5s ease-out}html .form-live .form-element.state-hidden.odd{transform-origin:50% 0;-webkit-transform-origin:50% 0;-webkit-animation:fieldHideOdd .5s ease-out;animation:fieldHideOdd .5s ease-out}.form-live{width:100%}.form-live .form-cover{-webkit-perspective:750px;perspective:750px}.form-live .form-spinner{margin-top:50px}.form-live .form-spinner>div{background-color:#999;width:15px;margin:0 1px;height:15px}.form-live .fc-form.shake{-webkit-animation:shake .5s linear;animation:shake .5s linear}.form-live .fc-form .form-options,.form-live .fc-form .options-panel{display:none}.form-live .fc-form .form-element-type-address{z-index:998!important}.form-live .fc-form .form-element-type-address .address-field-map{height:240px;margin-top:20px}@media (max-width:480px){html body .fc-form-modal .formcraft-css .fc-pagination>div.active .page-name{color:#fff;text-shadow:0 0 8px #777}html body .fc-form-modal .fc_modal-dialog .formcraft-css .fc-pagination{box-shadow:0 1px 6px rgba(0,0,0,.5);border-radius:2px}html body .fc-form-modal .fc_modal-dialog .formcraft-css .fc-pagination>div .page-name{color:#666;text-shadow:none}html body .fc-form-modal .fc_modal-dialog .formcraft-css .fc-pagination>div.active .page-name{color:#666;text-shadow:none}html body .fc-form-modal.fc_modal .fc_modal-dialog .fc-pagination-cover{height:65px}html body .fc-form-modal.fc_modal .fc_modal-dialog .fc_close{margin-right:3px}html body .fc-form-modal.fc_modal .fc_close{font-size:26px;font-weight:400}html body .form-live{overflow:hidden}html .formcraft-css .fc-pagination-cover{left:0;margin-left:0}html body .formcraft-css .fc-sticky{right:3%;max-width:94%}html body .formcraft-css.image_button_cover.placement-bottom-right a{right:3%}html body .formcraft-css .fc-form .form-element .timepicker-cover .time-fields-cover input.meridian-picker,html body .formcraft-css .fc-form .form-element .timepicker-cover .time-fields-cover select,html body .formcraft-css .fc-form .form-element .timepicker-cover .time-fields-cover select:first-child,html body .formcraft-css .fc-form.label-floating .form-element .form-element-html .timepicker-cover input[type=text].meridian-picker{padding-right:0}html body .fc-form-modal .fc_modal-dialog{max-width:96%;padding-top:0;padding-bottom:0}html body .fc-form .form-element{width:100%!important}html body .fc-form-modal{padding-top:3%;padding-bottom:3%}}