.we-calculator { }
.we-calculator * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
}
.we-calculator h1,
.we-calculator h2,
.we-calculator h3,
.we-calculator h4,
.we-calculator h5,
.we-calculator h6,
.we-calculator p,
.we-calculator fieldset,
.we-calculator form,
.we-calculator label,
.we-calculator table,
.we-calculator tbody,
.we-calculator tr,
.we-calculator th,
.we-calculator td,
.we-calculator figure,
.we-calculator footer,
.we-calculator header,
.we-calculator menu,
.we-calculator nav,
.we-calculator section,
.we-calculator audio,
.we-calculator video,
.we-calculator button {
margin: 0;
border: 0;
}
.we-calculator ul {
padding: 0;
margin: 0;
}
.we-calculator button:focus {
border: none;
outline: none;
}
.we-calculator section {
position: relative;
width: 100%;
}
.we-calculator .container {
margin: 0 auto;
position: relative;
display:flex;
}
.we-calculator .container:after {
content: "";
clear: both;
display: block;
}
.we-calculator .col-three {
width: 33.33%;
float: left;
position: relative;
}
.we-calculator p {
color: #002953;
margin: 0;
font-size: 16px;
line-height: 1.5;
}
.we-calculator .small-font {
font-size: 14px;
font-weight: 500;
line-height: 1.43;
letter-spacing: normal;
color: #002953;
}
.we-calculator h4 {
font-size: 32px;
font-weight: bold;
line-height: 1.19;
letter-spacing: normal;
color: #002953;
}
.we-calculator h5 {
font-size: 30px;
color: #002953;
font-family:'Poppin', Sans-Serif;
}
.we-calculator input[type="text"],
.we-calculator input[type="email"],
.we-calculator input[type="password"],
.we-calculator textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.we-calculator input::-ms-clear {
display: none;
width: 0;
height: 0;
}
.we-calculator input::-ms-reveal {
display: none;
width: 0;
height: 0;
}
.we-calculator .button {
border-radius: 4px;
border: none;
display: inline-block;
font-size: 14px;
font-weight: 500;
line-height: 1.43;
padding: 8px 25px;
text-align: center;
text-decoration: none;
cursor: pointer;
font-family: "Avenir Next", Arial, sans-serif;
}
.we-calculator .button-gradient {
background-image: linear-gradient(105deg, #406de4 1%, #002953);
background-repeat: no-repeat;
color: #fff;
font-weight: 600;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-property: background-image;
transition-property: background-image;
}
.we-calculator .button-gradient:hover {
background-image: linear-gradient(105deg, #435eb1, #4262bf);
}
.we-calculator .wow {
visibility: hidden;
}
.we-calculator .animated {
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.we-calculator .animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
@keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
.we-calculator .bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
@keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
.we-calculator .flash {
-webkit-animation-name: flash;
animation-name: flash;
}
@-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.we-calculator .pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.we-calculator .rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.we-calculator .shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.we-calculator .headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.we-calculator .swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.we-calculator .tada {
-webkit-animation-name: tada;
animation-name: tada;
}
@-webkit-keyframes wobble {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes wobble {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.we-calculator .wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from,
11.1%,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
transform: skewX(0.39062deg) skewY(0.39062deg);
}
88.8% {
-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
transform: skewX(-0.19531deg) skewY(-0.19531deg);
}
}
@keyframes jello {
from,
11.1%,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
transform: skewX(0.39062deg) skewY(0.39062deg);
}
88.8% {
-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
transform: skewX(-0.19531deg) skewY(-0.19531deg);
}
}
.we-calculator .jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.we-calculator .bounceIn {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.we-calculator .bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.we-calculator .bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.we-calculator .bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.we-calculator .bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
.we-calculator .bounceOut {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.we-calculator .bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.we-calculator .bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.we-calculator .bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.we-calculator .bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.we-calculator .fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.we-calculator .fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.we-calculator .fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.we-calculator .fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.we-calculator .fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.we-calculator .fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.we-calculator .fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.we-calculator .fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
-webkit-animation: fadeInUp 0.9s 0s both;
animation: fadeInUp 0.9s 0s both;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.we-calculator .fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.we-calculator .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.we-calculator .fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.we-calculator .fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.we-calculator .fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.we-calculator .fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.we-calculator .fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.we-calculator .fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.we-calculator .fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.we-calculator .fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.we-calculator .animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.we-calculator .flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.we-calculator .flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.we-calculator .flipOutX {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.we-calculator .flipOutY {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.we-calculator .lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.we-calculator .lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.we-calculator .rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.we-calculator .rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.we-calculator .rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.we-calculator .rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.we-calculator .rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.we-calculator .rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.we-calculator .rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.we-calculator .rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.we-calculator .rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.we-calculator .rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.we-calculator .hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-name: hinge;
animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
from {
opacity: 0;
-webkit-transform: scale(0.1) rotate(30deg);
transform: scale(0.1) rotate(30deg);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
70% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes jackInTheBox {
from {
opacity: 0;
-webkit-transform: scale(0.1) rotate(30deg);
transform: scale(0.1) rotate(30deg);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
70% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
.we-calculator .jackInTheBox {
-webkit-animation-name: jackInTheBox;
animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.we-calculator .rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
}
@-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.we-calculator .rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
.we-calculator .zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.we-calculator .zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.we-calculator .zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.we-calculator .zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.we-calculator .zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
.we-calculator .zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.we-calculator .zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.we-calculator .zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.we-calculator .zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.we-calculator .zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.we-calculator .slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.we-calculator .slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.we-calculator .slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.we-calculator .slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.we-calculator .slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.we-calculator .slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.we-calculator .slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.we-calculator .slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
.we-calculator .blur {
-webkit-animation-name: blur;
animation-name: blur;
}
@-webkit-keyframes blur {
from {
text-shadow: 0 0 100px #fff;
color: transparent;
}
to {
color: transparent;
text-shadow: 0 0 0 #fff;
}
}
@keyframes blur {
from {
text-shadow: 0 0 100px #fff;
color: transparent;
}
to {
color: transparent;
text-shadow: 0 0 0 #fff;
}
}
.we-calculator .scaleRight {
-webkit-animation-name: scaleRight;
animation-name: scaleRight;
}
@-webkit-keyframes scaleRight {
from {
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
}
to {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
}
}
@keyframes scaleRight {
from {
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
}
to {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
}
}
.we-calculator .scaleLeft {
-webkit-animation-name: scaleLeft;
animation-name: scaleLeft;
}
@-webkit-keyframes scaleLeft {
from {
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
}
to {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
}
}
@keyframes scaleLeft {
from {
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
}
to {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
}
}
.we-calculator .wefadeInRight {
-webkit-animation: we-fade-in-right 1.2s 0.2s both;
animation: we-fade-in-right 1.2s 0.2s both;
}
.we-calculator .wefadeInLeft {
-webkit-animation: we-fade-in-left 1.2s 0.2s both;
animation: we-fade-in-left 1.2s 0.2s both;
}
.we-calculator .wefadeInBottom {
-webkit-animation: we-fade-in-bottom 2s ease-in-out 0.2s both;
animation: we-fade-in-bottom 2s ease-in-out 0.2s both;
}
.we-calculator .kenburns-bottom-right {
-webkit-animation: kenburns-bottom-right 12s ease-in-out both;
animation: kenburns-bottom-right 12s ease-in-out both;
}
@media only screen and (max-width: 576px) {
.we-calculator .kenburns-bottom-right {
-webkit-animation: kenburns-bottom-right-mobile 12s ease-in-out both;
animation: kenburns-bottom-right-mobile 12s ease-in-out both;
}
}
@-webkit-keyframes we-fade-in-right {
0% {
-webkit-transform: translateX(100px);
transform: translateX(100px);
opacity: 0;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
}
@keyframes we-fade-in-right {
0% {
-webkit-transform: translateX(100px);
transform: translateX(100px);
opacity: 0;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
}
.we-calculator .we-zoom-in {
-webkit-animation: we-zoom-in 1.2s 0.2s both;
animation: we-zoom-in 1.2s 0.2s both;
}
@-webkit-keyframes we-zoom-in {
0% {
-webkit-transform: scale(0.75);
transform: scale(0.75);
opacity: 0;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@keyframes we-zoom-in {
0% {
-webkit-transform: scale(0.75);
transform: scale(0.75);
opacity: 0;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@-webkit-keyframes we-fade-in-left {
0% {
-webkit-transform: translateX(-100px);
transform: translateX(-100px);
opacity: 0;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
}
@keyframes we-fade-in-left {
0% {
-webkit-transform: translateX(-100px);
transform: translateX(-100px);
opacity: 0;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
}
@-webkit-keyframes we-fade-in-bottom {
0% {
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
opacity: 0;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
@keyframes we-fade-in-bottom {
0% {
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
opacity: 0;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
@-webkit-keyframes we-fade-in-up {
0% {
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
opacity: 0;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
@keyframes we-fade-in-up {
0% {
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
opacity: 0;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
.we-calculator .wefadeInUp {
-webkit-animation: wefadeInUp 1.2s 0.2s both;
animation: wefadeInUp 1.2s 0.2s both;
}
@-webkit-keyframes we-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes we-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.we-calculator .wefadeIn {
-webkit-animation: we-fade-in 1.2s 0.2s both;
animation: we-fade-in 1.2s 0.2s both;
}
@-webkit-keyframes wefadeInUp {
0% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
opacity: 0;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
@keyframes wefadeInUp {
0% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
opacity: 0;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
.we-calculator .wefadeInUplarge {
-webkit-animation: wefadeInUplarge 1.2s 0.2s both;
animation: wefadeInUplarge 1.2s 0.2s both;
}
@-webkit-keyframes wefadeInUplarge {
0% {
-webkit-transform: translateY(100px);
transform: translateY(100px);
opacity: 0;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
@keyframes wefadeInUplarge {
0% {
-webkit-transform: translateY(100px);
transform: translateY(100px);
opacity: 0;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
@-webkit-keyframes svgUpDown {
from {
stroke-dasharray: 1540px;
stroke-dashoffset: 1580px;
}
to {
stroke-dasharray: 1540px;
stroke-dashoffset: 3100px;
}
}
@keyframes svgUpDown {
from {
stroke-dasharray: 1540px;
stroke-dashoffset: 1580px;
}
to {
stroke-dasharray: 1540px;
stroke-dashoffset: 3100px;
}
}
@-webkit-keyframes svgCircleRotate {
from {
stroke-dasharray: 180px;
stroke-dashoffset: 180px;
}
to {
stroke-dasharray: 180px;
stroke-dashoffset: 0px;
}
}
@keyframes svgCircleRotate {
from {
stroke-dasharray: 180px;
stroke-dashoffset: 180px;
}
to {
stroke-dasharray: 180px;
stroke-dashoffset: 0px;
}
}
@-webkit-keyframes svgDownUp {
from {
stroke-dasharray: 1540px;
stroke-dashoffset: 1540px;
}
to {
stroke-dasharray: 1540px;
stroke-dashoffset: 10px;
}
}
@keyframes svgDownUp {
from {
stroke-dasharray: 1540px;
stroke-dashoffset: 1540px;
}
to {
stroke-dasharray: 1540px;
stroke-dashoffset: 10px;
}
}
@-webkit-keyframes svgTransform {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes svgTransform {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes kenburns-bottom-right {
0% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
-webkit-transform-origin: 94% 94%;
transform-origin: 94% 94%;
}
100% {
-webkit-transform: scale(1.25) translate(20px, 15px);
transform: scale(1.25) translate(20px, 15px);
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
}
}
@keyframes kenburns-bottom-right {
0% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
-webkit-transform-origin: 94% 94%;
transform-origin: 94% 94%;
}
100% {
-webkit-transform: scale(1.25) translate(20px, 15px);
transform: scale(1.25) translate(20px, 15px);
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
}
}
@-webkit-keyframes kenburns-bottom-right-mobile {
0% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
-webkit-transform-origin: 94% 94%;
transform-origin: 94% 94%;
}
100% {
-webkit-transform: scale(1.15) translate(20px, 15px);
transform: scale(1.15) translate(20px, 15px);
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
}
}
@keyframes kenburns-bottom-right-mobile {
0% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
-webkit-transform-origin: 94% 94%;
transform-origin: 94% 94%;
}
100% {
-webkit-transform: scale(1.15) translate(20px, 15px);
transform: scale(1.15) translate(20px, 15px);
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
}
}
.we-calculator .slick-slider {
position: relative;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.we-calculator .slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0;
}
.we-calculator .slick-list:focus {
outline: none;
}
.we-calculator .slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.we-calculator .slick-slider .slick-track,
.we-calculator .slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.we-calculator .slick-track {
position: relative;
left: 0;
top: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.we-calculator .slick-track:before,
.we-calculator .slick-track:after {
content: "";
display: table;
}
.we-calculator .slick-track:after {
clear: both;
}
.slick-loading .we-calculator .slick-track {
visibility: hidden;
}
.we-calculator .slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none;
}
[dir="rtl"] .we-calculator .slick-slide {
float: right;
}
.we-calculator .slick-slide img {
display: block;
}
.we-calculator .slick-slide.slick-loading img {
display: none;
}
.we-calculator .slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .we-calculator .slick-slide {
display: block;
}
.slick-loading .we-calculator .slick-slide {
visibility: hidden;
}
.slick-vertical .we-calculator .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.we-calculator .slick-arrow.slick-hidden {
display: none;
}
.we-calculator .small-banner {
text-align: center;
padding: 80px 0 37px;
}
@media (max-width: 991px) {
.we-calculator .small-banner {
padding: 30px 0;
}
}
.we-calculator .small-banner h1 {
font-weight: bold;
line-height: 1.2;
margin: 0 0 10px 0;
font-size: 72px;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-image: -webkit-gradient(linear, left top, right top, from(#0ecaaf), color-stop(49%, #406de4), to(#6567a5));
background-image: linear-gradient(to right, #0ecaaf, #406de4 49%, #6567a5);
letter-spacing: -0.01em;
}
@media (min-width: 992px) and (max-width: 1271px) {
.we-calculator .small-banner h1 {
font-size: 55px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.we-calculator .small-banner h1 {
font-size: 45px;
}
}
@media (max-width: 767px) {
.we-calculator .small-banner h1 {
font-size: 36px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.we-calculator .small-banner h5 {
font-size: 20px;
}
}
@media (max-width: 767px) {
.we-calculator .small-banner h5 {
font-size: 18px;
}
}
@media (min-width: 992px) and (max-width: 1271px) {
.we-calculator .calculator-wrap {
padding: 50px 0 160px;
}
}
@media (max-width: 991px) {
.we-calculator .calculator-wrap {
padding: 30px 0;
}
}
.we-calculator .calculator-wrap .left-part {
float: left;
width: calc(100% - 317px);
border-radius: 15px;
-webkit-box-shadow: 0 1px 5px 0 rgba(50, 58, 71, 0.12);
box-shadow: 0 1px 5px 0 rgba(50, 58, 71, 0.12);
background-color: #fff;
padding: 43px 42px 64px;
position: relative;
}
@media (min-width: 992px) and (max-width: 1271px) {
.we-calculator .calculator-wrap .left-part {
width: calc(100% - 300px);
padding: 30px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.we-calculator .calculator-wrap .left-part {
width: 100%;
margin-bottom: 140px;
padding: 30px;
}
}
@media (max-width: 767px) {
.we-calculator .calculator-wrap .left-part {
width: 100%;
padding: 20px;
}
}
.we-calculator .calculator-wrap .left-part .tabs-wrapper {
float: left;
width: 100%;
margin-bottom: 31px;
}
@media (max-width: 595px) {
.we-calculator .calculator-wrap .left-part .tabs-wrapper {
border-bottom: none;
margin-bottom: 15px;
}
}
.btn-wrap{
display:none;
}
.we-calculator .calculator-wrap .left-part .progress-tabs:before{
content: '';
position: absolute;
top: 1px;
left: 0px;
right: 0px;
background-color: rgba(229, 234, 239,0.4);
height: 1px;
width: 100%;
}
.we-calculator .calculator-wrap .left-part .progress-tabs{
position: relative;
margin: 20px 0px;
display: block;
width: 100%;
height: 3px;
border-radius: 0px;
overflow: hidden;
background-color: transparent;
background-image: linear-gradient(to right, #246ED4, #246ED4);
background-repeat: no-repeat;
background-size: 18% 100%;
transition: background-size .4s ease-in-out;
}
.we-calculator .calculator-wrap .left-part .progress-tabs.two{
background-size: 42.5% 100%;
}
.we-calculator .calculator-wrap .left-part .progress-tabs.three{
background-size: 67.5% 100%;
}
.we-calculator .calculator-wrap .left-part .progress-tabs.fourth{
background-size: 100% 100%;
}
.we-calculator .calculator-wrap .left-part .tabs-wrapper li {
list-style: none;
float: left;
width: 25%;
cursor: pointer;
position: relative;
padding-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1271px) {
.we-calculator .calculator-wrap .left-part .tabs-wrapper li {
height: 130px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.we-calculator .calculator-wrap .left-part .tabs-wrapper li {
height: 130px;
}
}
@media (max-width: 595px) {  .we-calculator .calculator-wrap .left-part .tabs-wrapper li {
width: 50% !important;
padding: 0 !important;
margin-bottom: 20px;
height: auto;
}
.we-calculator .calculator-wrap .left-part .tabs-wrapper li .tab-text:after {display:none;}
.we-calculator .calculator-wrap {
padding: 0;
margin-top: -30px;
} }
.we-calculator .calculator-wrap .left-part .tabs-wrapper li .circle {
width: 60px;
height: 60px;
display: block;
border: solid 3px #6567a5;
border-radius: 50%;
color: #6567a5;
font-size: 24px;
font-weight: bold;
padding: 11px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1271px) {
.we-calculator .calculator-wrap .left-part .tabs-wrapper li .circle {
width: 45px;
height: 45px;
font-size: 20px;
padding: 7px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.we-calculator .calculator-wrap .left-part .tabs-wrapper li .circle {
width: 45px;
height: 45px;
font-size: 20px;
padding: 7px;
}
}
@media (min-width: 596px) and (max-width: 767px) {
.we-calculator .calculator-wrap .left-part .tabs-wrapper li .circle {
width: 50px;
height: 50px;
font-size: 20px;
padding: 10px;
}
}
@media (max-width: 595px) {
.we-calculator .calculator-wrap .left-part .tabs-wrapper li .circle {
width: 35px;
height: 35px;
font-size: 16px;
padding: 5px;
float: left;
border: solid 2px #6567a5;
}
}
.we-calculator .calculator-wrap .left-part .tabs-wrapper li .tab-sous-text{
color:#093566;
font-size:14px;
font-weight:bold;
font-family:'Quicksand', Sans-Serif;
}
.we-calculator .calculator-wrap .left-part .tabs-wrapper li .tab-text {
font-size: 19px;
line-height:1.2;
font-weight:bold;
letter-spacing: normal;
color: #246ED4;
margin-top: 10px;
display: block;
position: relative;
font-family:'Poppins', Sans-Serif;
}
@media (min-width: 992px) and (max-width: 1271px) {
.we-calculator .calculator-wrap .left-part .tabs-wrapper li .tab-text {
font-size: 18px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.we-calculator .calculator-wrap .left-part .tabs-wrapper li .tab-text {
font-size: 18px;
}
}
@media (min-width: 596px) and (max-width: 767px) {
.we-calculator .calculator-wrap .left-part .tabs-wrapper li .tab-text {
font-size: 18px;
}
}
@media (max-width: 595px) {
.we-calculator .calculator-wrap .left-part .tabs-wrapper li .tab-text {
font-size: 14px;
float: left;
margin: 8px 0;
width: calc(100% - 35px);
padding-left: 10px;
}
}
.we-calculator .calculator-wrap .left-part .tabs-wrapper li .tab-text:after {
content: "";
position: absolute;
top: -35px;
right: 30%;
bottom:-10px;
background-color:#E5EAEF;
width:1px;
color: #002953;
font-size: 30px;
font-weight: bold;
}
.we-calculator .calculator-wrap .left-part .tabs-wrapper li:last-child .tab-text:after{
background-color:transparent;
} .we-calculator .calculator-wrap .left-part .tabs-content-wrapper .tab-content {
display: none;
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .tab-content.current {
display: block;
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .tab-content .btn-wrap {
position: absolute;
bottom: -122px;
left: 0;
width: 100%;
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .tab-content .btn-wrap .right {
float: right;
width: 170px;
text-align: right;
cursor: pointer;
}
@media (max-width: 767px) {
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .tab-content .btn-wrap .right {
width: 125px;
}
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .tab-content .btn-wrap .right:hover .small-font:after {
opacity: 1;
-webkit-transform: translateX(4px) scale(1);
transform: translateX(4px) scale(1);
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .tab-content .btn-wrap .right.mobile {
display: none;
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .tab-content .btn-wrap .right.mobile .small-font:after {
display: none;
}
@media (max-width: 991px) {
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .tab-content .btn-wrap .right.mobile {
display: block;
}
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .tab-content .left {
float: left;
width: 170px;
text-align: left;
cursor: pointer;
}
@media (max-width: 767px) {
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .tab-content .left {
width: 125px;
}
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .tab-content .left .small-font:after {
background: url(//visao.app/fr//images/calculator/blue_left_arrow.svg?cbh=8306cc820acf3c8d88a2f6aff593e0db);
left: 0px;
right: auto;
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .tab-content .left:hover .small-font:after {
opacity: 1;
-webkit-transform: translateX(4px) scale(1);
transform: translateX(4px) scale(1);
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .tab-content p {
position: relative;
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .tab-content p.bold {
line-height: 1.19;
font-weight: 700;
display: inline-block;
margin-bottom: 7px;
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .tab-content p.bold:after {
content: "";
position: absolute;
left: 0;
bottom: -2px;
width: 100%;
height: 2px;
border-radius: 1px;
background-image: linear-gradient(271deg, #05d3b5, #16dac4);
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .tab-content p.small-font {
font-weight: normal;
line-height: 1.36;
padding-bottom: 20px;
}
@media (max-width: 767px) {
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .tab-content p.small-font {
font-size: 12px;
}
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .tab-content p.small-font:after {
content: "";
position: absolute;
background: url(//visao.app/fr//images/calculator/blue_right_arrow.svg?cbh=9531e474fa3555c27e97a1d62e3670ab);
background-repeat: no-repeat;
background-size: 100% 100%;
bottom: -4px;
right: 4px;
width: 26px;
height: 12px;
-webkit-transition-property: opacity, -webkit-transform;
transition-property: opacity, -webkit-transform;
transition-property: opacity, transform;
transition-property: opacity, transform, -webkit-transform;
-webkit-transition-duration: 0.25s;
transition-duration: 0.25s;
-webkit-transform-origin: center left;
transform-origin: center left;
opacity: 0;
-webkit-transform: translateX(0) scale(0.6);
transform: translateX(0) scale(0.6);
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .paragraph {
max-width: 584px;
float: left;
margin-bottom: 55px;
font-size: 14px;
}
@media (max-width: 767px) {
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .paragraph {
margin-bottom: 15px;
padding: 10px 0 7px;
}
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .input-outer {
float: left;
width: 100%;
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .input-outer .input-wrap {
float: left;
width: 39%;
margin-right: 82px;
position: relative;
}
@media (min-width: 992px) and (max-width: 1271px) {
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .input-outer .input-wrap {
margin-right: 60px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .input-outer .input-wrap {
margin-right: 60px;
}
}
@media (max-width: 767px) {
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .input-outer .input-wrap {
width: 100%;
margin: 0 0 20px;
}
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .input-outer .input-wrap .error-message {
color: red;
font-size: 12px;
font-weight: 500;
position: absolute;
bottom: -21px;
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .input-outer .input-wrap:last-child {
margin-right: 0;
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .input-outer .label {
display: block;
font-size: 14px;
font-weight: 600;
line-height: 1.14;
color: #002953;
margin: 0 0 7px 0;
}
@media (max-width: 767px) {
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .input-outer .label {
line-height: 1.3;
font-size: 12px;
}
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .input-outer .input-field {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #F5F8FD;
border-radius: 10px;
border: none;
color: #002953;
font-size: 14px;
line-height: 1.43;
padding: 11px 12px;
-webkit-transition-property: border-color, background-color;
transition-property: border-color, background-color;
-webkit-transition-duration: 0.6s;
transition-duration: 0.6s;
width: 100%;
-webkit-box-shadow: none;
box-shadow: none;
font-family: "Quicksand", Sans-Serif;
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .input-outer .input-field:focus {
outline: none;
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .input-outer input::-webkit-outer-spin-button,
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .input-outer input::-webkit-inner-spin-button {
-webkit-appearance: none;
appearance: none;
margin: 0;
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .input-outer input[type="number"] {
-moz-appearance: textfield;
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .input-outer.four-col {
padding-bottom: 46px;
border-bottom: 1px solid #dfe2e8;
}
@media (max-width: 767px) {
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .input-outer.four-col {
padding-bottom: 30px;
}
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .input-outer.four-col h5 {
font-weight: bold;
line-height: 0.91;
margin: 37px 0 33px;
}
@media (max-width: 767px) {
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .input-outer.four-col h5 {
margin: 15px 0;
font-size: 18px;
line-height: 1.2;
}
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .input-outer.four-col .input-wrap {
margin-bottom: 30px;
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .input-outer.four-col .input-wrap:nth-child(odd) {
margin-right: 0;
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .input-outer.four-col .range-wrap {
width: 39%;
margin: 0 0 13px;
}
@media (max-width: 767px) {
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .input-outer.four-col .range-wrap {
width: 100%;
margin: 0 0 20px;
}
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .input-outer.four-col .small-text {
float: right;
width: 51%;
font-size: 10px;
font-weight: 600;
line-height: 1.1;
text-align: left;
color: #a4aaba;
margin-top: 20px;
}
@media (max-width: 767px) {
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .input-outer.four-col .small-text {
width: 100%;
}
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .input-outer.four-col:last-child {
padding-bottom: 0;
border-bottom: 0;
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .input-outer.three-col {
padding-bottom: 46px;
border-bottom: 1px solid #dfe2e8;
}
@media (max-width: 767px) {
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .input-outer.three-col {
padding-bottom: 30px;
}
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .input-outer.three-col h5 {
font-weight: bold;
line-height: 0.91;
margin: 37px 0 33px;
}
@media (max-width: 767px) {
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .input-outer.three-col h5 {
margin: 15px 0;
font-size: 18px;
line-height: 1.2;
}
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .input-outer.three-col .input-wrap {
margin-bottom: 20px;
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .input-outer.three-col .range-wrap {
margin: 0 0 17px;
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .input-outer.three-col .small-text {
float: right;
width: 51%;
font-size: 10px;
font-weight: 600;
line-height: 1.1;
text-align: left;
color: #a4aaba;
margin-top: 20px;
}
@media (max-width: 767px) {
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .input-outer.three-col .small-text {
width: 100%;
}
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .input-outer.three-col:last-child {
padding-bottom: 0;
border-bottom: 0;
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .range-wrap {
position: relative;
margin: 45px 0 39px;
float: left;
width: 100%;
}
@media (max-width: 767px) {
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .range-wrap {
margin: 0px 0 35px;
}
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .range-wrap .label {
display: block;
font-size: 14px;
font-weight: 600;
line-height: 1.14;
color: #002953;
margin: 0 0 18px 0;
}
@media (max-width: 767px) {
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .range-wrap .label {
line-height: 1.3;
margin: 0 0 2px 0;
font-size: 12px;
}
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .range {
width: 100%;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper input[type="range"] {
color: #dfe2e8;
background-color: #002953;
cursor: pointer;
padding: initial;
border: initial;
margin: 12px 1px;
height: 2px;
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper input[type="range"]:focus {
outline: none;
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 13px;
height: 13px;
border-radius: 50%;
background: #002953;
cursor: pointer;
border: 1px solid #002953;
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper input[type="range"]::-moz-range-thumb {
width: 13px;
height: 13px;
border-radius: 50%;
background: #002953;
cursor: pointer;
border: 1px solid #002953;
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .bubble {
background-color: #002953;
color: white;
padding: 5px 4px;
position: absolute;
border-radius: 4px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
font-size: 12px;
font-weight: 600;
line-height: 1.33;
letter-spacing: normal;
text-align: center;
color: #fff;
min-width: 38px;
height: 26px;
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .bubble:after {
content: "";
position: absolute;
width: 0;
height: 0;
border-top: 8px solid #002953;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
top: -6px;
left: 50%;
margin-left: -5px;
margin-top: -1px;
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .bubble:input[type="range"] {
-webkit-appearance: none;
width: 100%;
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .bottom-text {
float: right;
width: 310px;
text-align: right;
}
@media (max-width: 767px) {
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .bottom-text {
width: 100%;
}
}
.we-calculator .calculator-wrap .left-part .tabs-content-wrapper .bottom-text .small-text {
font-size: 10px;
line-height: 1.1;
}
.we-calculator .calculator-wrap .left-part #tab-3 .paragraph {
margin-bottom: -4px;
}
@media (max-width: 767px) {
.we-calculator .calculator-wrap .left-part #tab-3 .paragraph {
margin-bottom: 0;
}
}
.we-calculator .calculator-wrap .left-part #tab-4 .paragraph {
margin-bottom: -4px;
}
@media (max-width: 767px) {
.we-calculator .calculator-wrap .left-part #tab-4 .paragraph {
margin-bottom: 0;
}
}
.we-calculator .calculator-wrap .right-part {
float: left;
width: 280px;
margin-left: 37px;
}
@media (min-width: 992px) and (max-width: 1271px) {
.we-calculator .calculator-wrap .right-part {
margin-left: 20px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.we-calculator .calculator-wrap .right-part {
width: 380px;
float: none;
margin: 0 auto 11px;
clear: both;
}
.we-calculator .calculator-wrap .right-part:after {
content: "";
display: block;
clear: both;
}
}
@media (max-width: 767px) {  .we-calculator .calculator-wrap .right-part {
width: 100%;
margin: 20px 0 11px;
} }
.we-calculator .calculator-wrap .right-part .sidebar {
float: left;
padding: 40px;
border-radius: 10px;
max-width: 280px;
-webkit-box-shadow: 0 1px 5px 0 rgba(50, 58, 71, 0.12);
box-shadow: 0 1px 5px 0 rgba(50, 58, 71, 0.12);
background-color: #fff;
height:100%;
}
@media (min-width: 768px) and (max-width: 991px) {
.we-calculator .calculator-wrap .right-part .sidebar {
max-width: 380px;
}
}
@media (max-width: 767px) {
.we-calculator .calculator-wrap .right-part .sidebar {
max-width: 100%;
}
}
.we-calculator .calculator-wrap .right-part .sidebar.fixed {
position: fixed;
top: 115px;
height:auto;
z-index:99999999999;
}
@media (max-width: 991px) {
.we-calculator .calculator-wrap .right-part .sidebar.fixed {
position: relative;
top: 0 !important;
}
}
.we-calculator .calculator-wrap .right-part .calculation-wrap h5 {
font-size: 19px;
line-height: 1.2;
font-weight: bold;
letter-spacing: normal;
color: #246ED4;
margin-top: 10px;
display: block;
position: relative;
font-family: 'Poppins', Sans-Serif;
margin-bottom:30px;
}
@media (max-width: 767px) {
.we-calculator .calculator-wrap .right-part .calculation-wrap h5 {
font-size: 18px;
}
}
.we-calculator .calculator-wrap .right-part .calculation-wrap .text-wrap {
float: left;
width: 100%;
padding-bottom: 29px;
position: relative;
}
.we-calculator .calculator-wrap .right-part .calculation-wrap .text-wrap .final-results {
max-width: 70px;
float: right;
position: relative;
}
@media (max-width: 480px) {
.we-calculator .calculator-wrap .right-part .calculation-wrap .text-wrap .final-results {
max-width: 55px;
}
}
.we-calculator .calculator-wrap .right-part .calculation-wrap .text-wrap .final-results:after {
content: "";
position: absolute;
left: 0;
bottom: 12px;
width: 100%;
height: 1px;
border-radius: 1px;
} .we-calculator .calculator-wrap .right-part .calculation-wrap .text-wrap span {
font-size: 14px;
font-style: normal;
line-height: 1.71;
letter-spacing: normal;
color: #323a47;
position: relative;
}
.we-calculator .calculator-wrap .right-part .calculation-wrap .text-wrap span.small-text {
float: left;
}
.we-calculator .calculator-wrap .right-part .calculation-wrap .text-wrap span.number-calculate {
font-weight: 500;
float: right;
line-height: 1.2;
max-width: 70px;
overflow: hidden;
overflow-x: auto;
padding: 3px 0 14px;
}
@media (max-width: 480px) {
.we-calculator .calculator-wrap .right-part .calculation-wrap .text-wrap span.number-calculate {
max-width: 55px;
}
}
.we-calculator .calculator-wrap .right-part .calculation-wrap .text-wrap:nth-child(5) {
padding-bottom: 22px;
}
.we-calculator .calculator-wrap .right-part .calculation-wrap .text-wrap:nth-child(5):after {
display: none;
}
.we-calculator .calculator-wrap .right-part .calculation-wrap .total-calculation {
float: left;
width: 100%;
border-top: 1px solid #dfe2e8;
padding-top: 18px;
}
.we-calculator .calculator-wrap .right-part .calculation-wrap .total-calculation span {
display: inline-block;
}
.we-calculator .calculator-wrap .right-part .calculation-wrap .total-calculation span.equal {
font-size: 14px;
font-weight: bold;
line-height: 1.71;
letter-spacing: normal;
text-align: left;
color: #a4aaba;
margin-top: 11px;
}
@media (max-width: 991px) {
.we-calculator .calculator-wrap .right-part .calculation-wrap .total-calculation span.equal {
margin-top: 3px;
}
}
.we-calculator .calculator-wrap .right-part .calculation-wrap .total-calculation span.total-count {
font-size: 30px;
font-weight: bold;
line-height: 1.15;
letter-spacing: normal;
color: #323a47;
overflow-y: hidden;
overflow-x: auto;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px) {
.we-calculator .calculator-wrap .right-part .calculation-wrap .total-calculation span.total-count {
font-size: 35px;
}
}
@media (max-width: 767px) {
.we-calculator .calculator-wrap .right-part .calculation-wrap .total-calculation span.total-count {
font-size: 30px;
}
}
.we-calculator .calculator-wrap .right-part .calculation-wrap .email-wrap {
float: left;
width: 100%;
text-align: center;
}
.we-calculator .calculator-wrap .right-part .calculation-wrap .email-wrap .email-wrap {
display: none;
}
.we-calculator .calculator-wrap .right-part .calculation-wrap .email-wrap .button-gradient {
display: none;
}
.we-calculator .calculator-wrap .right-part .calculation-wrap .email-wrap input[type="email"] {
height: 35.8px;
border-radius: 4px;
border: solid 1px #dfe2e8;
background-color: #fff;
font-size: 14px;
font-weight: bold;
line-height: 1.4;
letter-spacing: normal;
width: 100%;
text-align: left;
padding: 0 15px;
margin: 10px 0px 13px;
color: #323a47;
-webkit-box-shadow: none;
box-shadow: none;
font-family: "Avenir Next", Arial, sans-serif;
}
.we-calculator .calculator-wrap .right-part .calculation-wrap .email-wrap input[type="email"]::-webkit-input-placeholder {
color: rgba(164, 170, 186, 0.75);
}
.we-calculator .calculator-wrap .right-part .calculation-wrap .email-wrap input[type="email"]::-moz-placeholder {
color: rgba(164, 170, 186, 0.75);
}
.we-calculator .calculator-wrap .right-part .calculation-wrap .email-wrap input[type="email"]:-ms-input-placeholder {
color: rgba(164, 170, 186, 0.75);
}
.we-calculator .calculator-wrap .right-part .calculation-wrap .email-wrap input[type="email"]:-moz-placeholder {
color: rgba(164, 170, 186, 0.75);
}
.we-calculator .calculator-wrap .right-part .calculation-wrap .email-wrap input[type="email"]:focus {
outline: none;
}
.we-calculator .calculator-wrap .right-part .calculation-wrap .email-wrap .privacy-text {
float: left;
width: 100%;
margin-top: 9px;
}
.we-calculator .calculator-wrap .right-part .calculation-wrap .email-wrap .privacy-text p {
font-size: 10px;
font-weight: 600;
line-height: 1.5;
letter-spacing: normal;
text-align: center;
color: #a4aaba;
}
.we-calculator .calculator-wrap .right-part .calculation-wrap .email-wrap .privacy-text p span {
display: block;
font-weight: 700;
}
.we-calculator .calculator-wrap .right-part .calculation-wrap .email-wrap .privacy-text p a {
color: #a4aaba;
text-decoration: none;
outline: none;
}
.we-calculator .calculator-wrap .right-part .calculation-wrap .email-wrap .hbspt-form .hs_email {
position: relative;
padding-bottom: 12px;
}
.we-calculator .calculator-wrap .right-part .calculation-wrap .email-wrap .hbspt-form .hs_email .hs-error-msgs {
color: red;
font-size: 12px;
position: absolute;
bottom: 6px;
left: 0;
font-weight: 500;
}
.we-calculator .calculator-wrap .right-part .calculation-wrap .email-wrap .hbspt-form .hs_email .hs-error-msgs li {
list-style-type: none;
}
.we-calculator .calculator-wrap .right-part .calculation-wrap .email-wrap .hbspt-form .hs_error_rollup {
display: none;
}
.we-calculator .calculator-wrap .right-part .calculation-wrap .email-wrap .hbspt-form .hs_submit .hs-button {
border-radius: 4px;
border: none;
display: inline-block;
font-size: 14px;
font-weight: 500;
line-height: 1.43;
padding: 8px 25px;
text-align: center;
text-decoration: none;
cursor: pointer;
font-family: "Avenir Next", Arial, sans-serif;
background-image: linear-gradient(105deg, #406de4 1%, #002953);
background-repeat: no-repeat;
color: #fff;
font-weight: 600;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-property: background-image;
transition-property: background-image;
}
.we-calculator .calculator-wrap .right-part .calculation-wrap .email-wrap .hbspt-form .hs_submit .hs-button:hover {
background-image: linear-gradient(105deg, #435eb1, #4262bf);
}
.we-calculator ::-ms-fill-lower {
background: transparent;
}
.we-calculator ::-ms-fill-upper {
background: #dfe2e8;
}
.we-calculator input[type="range"]::-ms-thumb {
width: 13px;
height: 13px;
border-radius: 50%;
background: #002953;
cursor: pointer;
border: 1px solid #002953;
color: transparent;
}
.we-calculator input[type="range"]::-ms-track {
border-radius: 6px;
border: 1px solid #dfe2e8;
background: #002953;
color: transparent;
height: 1px;
border-radius: 30px;
}
.we-calculator input[type="range"]::-ms-tooltip,
.we-calculator input[type="range"]::-ms-fill-lower {
display: none;
}
.we-calculator .input:focus {
outline: none !important;
border: 1px solid red;
-webkit-box-shadow: 0 0 10px #719ece;
box-shadow: 0 0 10px #719ece;
}
.we-calculator .ie-all .calculator-wrap .left-part .tabs-content-wrapper .bubble {
top: 62px;
}
.we-calculator .footer-cta {
padding: 109px 0;
background-image: linear-gradient(284deg, #05d3b5 100%, #16dac4 0%);
}
@media (min-width: 596px) and (max-width: 767px) {
.we-calculator .footer-cta {
padding: 40px 0;
}
}
@media (max-width: 595px) {
.we-calculator .footer-cta {
padding: 20px 0;
}
}
.we-calculator .footer-cta .col-three-outer {
text-align: center;
}
@media (max-width: 595px) {
.we-calculator .footer-cta .col-three-outer .col-three {
width: 100%;
margin: 20px 0;
} .we-calculator .container {
display: flex;
flex-direction: column;
} }
.we-calculator .footer-cta .col-three-outer h4 {
color: #fff;
margin: 0 0 4px 0;
}
@includetablet {
.we-calculator .footer-cta .col-three-outer h4 {
font-size: 28px;
}
}
@media (min-width: 596px) and (max-width: 767px) {
.we-calculator .footer-cta .col-three-outer h4 {
font-size: 26px;
}
}
@media (max-width: 595px) {
.we-calculator .footer-cta .col-three-outer h4 {
font-size: 24px;
}
}
.we-calculator .footer-cta .col-three-outer p {
color: #fff;
margin: 0 0 33px 0;
font-size: 14px;
font-weight: 500;
line-height: 1.43;
}
@media (max-width: 767px) {
.we-calculator .footer-cta .col-three-outer p {
margin: 0 0 20px 0;
}
}
.we-calculator .footer-cta .col-three-outer .button {
padding: 9px 18px;
}
.we-calculator .quotes {
padding: 46px 0;
background-color: #323a47;
}
@media (max-width: 767px) {
.we-calculator .quotes {
padding: 30px 0;
}
}
.we-calculator .quotes .text-outer {
text-align: center;
max-width: 629px;
margin: 0 auto;
}
.we-calculator .quotes .text-outer h5 {
color: #fff;
margin: 42px 0 60px;
font-weight: 700;
}
@media (max-width: 767px) {
.we-calculator .quotes .text-outer h5 {
margin: 25px 0;
font-size: 18px;
}
}
.we-calculator .quotes .text-outer .author-info p {
color: #fff;
font-weight: 600;
line-height: 1;
}
.we-calculator .quotes .text-outer .author-info span {
font-size: 12px;
font-weight: normal;
line-height: 1.33;
display: block;
text-align: center;
color: #a4aaba;
}