@font-face {
  font-family: iconFont;
  src: url(../fonts/iconFont.eot);
  src: url(../fonts/iconFont.eot) format("embedded-opentype"), url(../fonts/iconFont.ttf) format("truetype"), url(../fonts/iconFont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
.btn-notification.active:after,
.check-wrap .lbl:after,
.code-tabs .tabs-nav .tab-item a:before,
.credit-info:before,
.custom-select .current-value:before,
.info-line--right .stat-col:before,
.info-line--right:before {
  content: "";
  display: block;
  position: absolute;
}
.modal-wrap,
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.api-item--head .title:before,
.btn-loadmore .icon-chev-bottom,
.chart-legend--item .circle,
.credit-info:before,
.custom-select .current-value:before,
.donut-chart--legend-item .name .circle,
.form-search .icon-search,
.info-line--right .stat-col:before,
.info-line--right:before,
.link-delete .icon-trash,
.link-delete img,
.link-export .icon-trash,
.link-export img,
.sign-inp-row.pass .icon-eye,
.toggle-wrap .pricing-toggle,
.users-list .user-card .img-cont {
  display: block;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.code-tabs .tabs-nav .tab-item a:before {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.api-item .add-circle:before,
.api-item--head .pricing-top--form .title:before,
.donut-chart--insidelbl,
.pagination-pages .pag-btn:before,
.preloader__content,
.preloader__content > i,
.pricing-top--form .api-item--head .title:before,
.pricing-top--form .icon-chev-right:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.mainheader .logo,
.sign-container .col-form .logo {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mainheader .logo:hover,
.sign-container .col-form .logo:hover {
  opacity: 0.8;
}
.api-item--head .pricing-top--form .title:before,
.btn,
.btn-loadmore,
.form-search .btn-submit,
.pagination-pages .pag-btn,
.pricing-top--form .api-item--head .title:before,
.pricing-top--form .icon-chev-right {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  text-align: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.api-desc--form input,
.form-search input,
.inp-row input,
.inp-row textarea,
.pricing-top--form input,
.sign-inp-row input,
.widget-emailverify--form input {
  border: none;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  outline: 0;
  color: #171725;
  font-family: Poppins, sans-serif;
}
.custom-select .current-value {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-line--left .img-cont img,
.integration-excerpt .img-cont img,
.layout-sidebarLeft--aside .arrow-back img {
  display: block;
  width: 100%;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  line-height: 1;
}
body {
  font-family: Poppins, sans-serif, serif;
  color: #171725;
  line-height: 1;
  font-size: 14px;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
}
body.mobile {
  -webkit-text-size-adjust: none;
}
body.mobile input {
  -webkit-appearance: none;
}
body,
html {
  min-width: 300px;
  overflow-x: hidden;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
td,
th {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
}
a {
  text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
.cf:after,
.cf:before {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.cf:after {
  clear: both;
}
.api-desc,
.api-desc--form,
.api-item,
.api-item--stats,
.api-row,
.api-wrap,
.api-wrap2,
.chart-header,
.grid-flex,
.info-line,
.info-line--left,
.info-line--right,
.inp-row-2,
.integration-excerpt,
.layout-sidebarLeft,
.layout-sidebarRight,
.mainheader,
.popup-results--cols,
.pricing-item,
.section-title,
.sign-container,
.sign-container .col-form,
.tggles-list,
.title1-wrap,
.users-list--row,
.widget-cart--head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.layout-sidebarLeft {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1080px) {
  .layout-sidebarLeft {
      display: block;
  }
}
.layout-sidebarLeft--aside {
  width: 400px;
  background-color: #fff;
  padding: 0 40px 30px;
  border-right: 1px solid #e2e2ea;
  min-height: calc(100vh - 70px);
}
.layout-sidebarLeft--aside .arrow-back {
  margin-top: 22px;
  display: block;
  width: 14px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1080px) {
  .layout-sidebarLeft--aside .arrow-back {
      margin-top: 0;
  }
}
@media only screen and (max-width: 1080px) {
  .layout-sidebarLeft--aside {
      width: 100%;
      padding: 35px 20px;
      min-height: 0;
  }
}
.layout-sidebarLeft--content {
  width: calc(100% - 400px);
  padding: 35px 80px;
  background-color: #fafafb;
}
.layout-sidebarLeft--content .content-inner {
  max-width: 1080px;
}
.layout-sidebarLeft--content .form-search {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1080px) {
  .layout-sidebarLeft--content .form-search {
      margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1080px) {
  .layout-sidebarLeft--content {
      width: 100%;
      padding: 35px 20px;
  }
}
@media only screen and (max-width: 1080px) {
  .layout-sidebarRight {
      display: block;
  }
}
.layout-sidebarRight--aside {
  width: 455px;
  border-left: 1px solid #e2e2ea;
}
@media only screen and (max-width: 1080px) {
  .layout-sidebarRight--aside {
      width: 100%;
  }
}
.layout-sidebarRight--content {
  width: calc(100% - 455px);
}
@media only screen and (max-width: 1080px) {
  .layout-sidebarRight--content {
      width: 100%;
  }
}
.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  -webkit-transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger-box {
  width: 25px;
  height: 18px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  width: 25px;
  height: 2px;
  background-color: #499207;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.hamburger-inner::after,
.hamburger-inner::before {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--elastic .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 8px;
  -webkit-transition: opacity 0.15s 0.4s ease;
  -o-transition: opacity 0.15s 0.4s ease;
  transition: opacity 0.15s 0.4s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 16px;
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
  transform: translate3d(0, 8px, 0) rotate(135deg);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -16px, 0) rotate(-270deg);
  transform: translate3d(0, -16px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  -webkit-transition: opacity 0.15s 0.4s ease;
  -o-transition: opacity 0.15s 0.4s ease;
  transition: opacity 0.15s 0.4s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
  transform: translate3d(0, -20px, 0) rotate(270deg);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  20%,
  53%,
  80%,
  from,
  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 {
  20%,
  53%,
  80%,
  from,
  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);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  50%,
  from,
  to {
      opacity: 1;
  }
  25%,
  75% {
      opacity: 0;
  }
}
@keyframes flash {
  50%,
  from,
  to {
      opacity: 1;
  }
  25%,
  75% {
      opacity: 0;
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-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);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from {
      -webkit-transform: none;
      transform: none;
  }
  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: none;
      transform: none;
  }
}
@keyframes wobble {
  from {
      -webkit-transform: none;
      transform: none;
  }
  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: none;
      transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  11.1%,
  from,
  to {
      -webkit-transform: none;
      transform: none;
  }
  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 {
  11.1%,
  from,
  to {
      -webkit-transform: none;
      transform: none;
  }
  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);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  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 {
  20%,
  40%,
  60%,
  80%,
  from,
  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);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  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: none;
      transform: none;
  }
}
@keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  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: none;
      transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  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: none;
      transform: none;
  }
}
@keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  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: none;
      transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  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: none;
      transform: none;
  }
}
@keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  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: none;
      transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  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 {
  60%,
  75%,
  90%,
  from,
  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);
  }
}
.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);
  }
}
.bounceOut {
  -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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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;
  }
}
.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: none;
      transform: none;
  }
}
@keyframes fadeInDown {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
.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: none;
      transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
.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: none;
      transform: none;
  }
}
@keyframes fadeInLeft {
  from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
.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: none;
      transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
.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: none;
      transform: none;
  }
}
@keyframes fadeInRight {
  from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
.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: none;
      transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 50%, 0);
      transform: translate3d(0, 50%, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
@keyframes fadeInUp {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 50%, 0);
      transform: translate3d(0, 50%, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
.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;
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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;
  }
}
.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);
  }
}
.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);
  }
}
.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;
  }
}
.flipOutX {
  -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;
  }
}
.flipOutY {
  -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: none;
      transform: none;
      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: none;
      transform: none;
      opacity: 1;
  }
}
.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;
  }
}
.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: none;
      transform: none;
      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: none;
      transform: none;
      opacity: 1;
  }
}
.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: none;
      transform: none;
      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: none;
      transform: none;
      opacity: 1;
  }
}
.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: none;
      transform: none;
      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: none;
      transform: none;
      opacity: 1;
  }
}
.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: none;
      transform: none;
      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: none;
      transform: none;
      opacity: 1;
  }
}
.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: none;
      transform: none;
      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: none;
      transform: none;
      opacity: 1;
  }
}
.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;
  }
}
.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;
  }
}
.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;
  }
}
.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;
  }
}
.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;
  }
}
.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;
  }
}
.hinge {
  -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);
  }
}
.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: none;
      transform: none;
  }
}
@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: none;
      transform: none;
  }
}
.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);
  }
}
.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;
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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;
  }
}
.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);
  }
}
.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;
  }
}
.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;
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.preloader {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.preloader__content {
  width: 140px;
  height: 150px;
}
.preloader__content > i {
  border: 2px solid #499207;
  border-radius: 50%;
}
.preloader__content > i:nth-of-type(1) {
  width: 25px;
  height: 25px;
  border-bottom-color: transparent;
}
.preloader__content > i:nth-of-type(2) {
  width: 50px;
  height: 50px;
  border-right-color: transparent;
}
.preloader__content > i:nth-of-type(3) {
  width: 75px;
  height: 75px;
  border-top-color: transparent;
}
.preloader.active {
  opacity: 1;
  visibility: visible;
}
.preloader.active .preloader__content > i {
  -webkit-animation: preloader-rotate 2s linear infinite;
  animation: preloader-rotate 2s linear infinite;
}
.preloader.active .preloader__content > i:nth-of-type(1) {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.preloader.active .preloader__content > i:nth-of-type(2) {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  animation-direction: reverse;
}
.preloader.active .preloader__content > i:nth-of-type(3) {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@-webkit-keyframes preloader-rotate {
  0% {
      -webkit-transform: translate(-50%, -50%) rotate(0);
      transform: translate(-50%, -50%) rotate(0);
  }
  100% {
      -webkit-transform: translate(-50%, -50%) rotate(360deg);
      transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes preloader-rotate {
  0% {
      -webkit-transform: translate(-50%, -50%) rotate(0);
      transform: translate(-50%, -50%) rotate(0);
  }
  100% {
      -webkit-transform: translate(-50%, -50%) rotate(360deg);
      transform: translate(-50%, -50%) rotate(360deg);
  }
}
body,
html {
  background-color: #fafafb;
}
.toggle_dropdown_wrap {
  position: relative;
}
.toggle_dropdown_wrap .toggle_menu {
  cursor: pointer;
}
.toggle_dropdown_wrap .toggle_menu_dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  min-width: 120px;
}
.toggle_dropdown_wrap .toggle_menu_dropdown a {
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
}
.toggle_dropdown_wrap.opened .toggle_menu_dropdown {
  opacity: 1;
  margin-top: 5px;
  visibility: visible;
}
.wrap {
  max-width: 1020px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.bgi {
  background-position: center;
  background-size: cover;
}
.txt-green {
  color: #3dd598;
}
.txt-red {
  color: #fc5a5a;
}
.txt-blue {
  color: #4b99d5;
}
.pen {
  pointer-events: none;
}
.vh {
  visibility: hidden;
}
.tabs-content {
  display: none;
}
.tabs-content.active {
  display: block;
}
.btn {
  font-weight: 600;
  font-size: 14px;
  color: #fafafb;
  background-color: #1a1946;
  border-radius: 10px;
  padding: 13px 15px;
  min-width: 120px;
}
.btn img {
  margin-right: 8px;
}
.btn:hover {
  background-color: #1b104e;
}
.btn.grey {
  background-color: #44444f;
}
.btn.grey:hover {
  background-color: #2c2c34;
}
.btn.orange {
  background-color: #ee5758;
}
.btn.orange:hover {
  background-color: #e9292a;
}
.btn.orange.transparent {
  border: 1px solid #ee5758;
  color: #ee5758;
  background-color: transparent;
}
.btn.orange.transparent:hover {
  color: #fff;
  background-color: #ee5758;
}
.btn.red {
  background-color: #fc5a5a;
}
.btn.red:hover {
  background-color: #fb2828;
}
.btn.red.transparent {
  border: 1px solid #fc5a5a;
  color: #fc5a5a;
  background-color: transparent;
}
.btn.red.transparent:hover {
  color: #fff;
  background-color: #fc5a5a;
}
.btn.blue {
  background-color: #50b5ff;
}
.btn.blue:hover {
  background-color: #1d9fff;
}
.btn.darkblue {
  background-color: #334563;
}
.btn.darkblue:hover {
  background-color: #222e41;
}
.btn.greylight {
  background-color: #f1f1f5;
  color: #696974;
}
.btn.greylight:hover {
  background-color: #d3d3e0;
}
.btn.greylight.transparent {
  border: 1px solid #f1f1f5;
  background-color: transparent;
}
.btn.greylight.transparent:hover {
  background-color: #f1f1f5;
}
.btn.orange.transparent {
  border: 1px solid rgba(255, 151, 74, 0.25);
  color: #ff974a;
  background-color: transparent;
}
.btn.orange.transparent:hover {
  color: #fff;
  background-color: #ff974a;
}
.btn.small {
  min-width: 80px;
  padding: 8px 15px;
}
.btn.big {
  padding: 20px 15px;
}
.btn.fullwidth {
  width: 100%;
}
.time-tag {
  font-size: 14px;
  color: #fc5a5a;
  letter-spacing: 0.1px;
  display: inline-block;
  background-color: rgba(252, 90, 90, 0.1);
  padding: 4px 6px;
  border-radius: 5px;
}
.time-tag .icon-clock {
  font-size: 16px;
  margin-right: 4px;
}
.tag-email {
  font-size: 12px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 600;
  color: #fbb000;
  background-color: rgba(251, 176, 0, 0.1);
  padding: 4px 6px;
}
.tag-email small {
  font-size: 7px;
}
.btn-loadmore {
  font-weight: 600;
  font-size: 14px;
  color: #1a1946;
  letter-spacing: 0.93px;
  text-align: left;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 26px;
}
.btn-loadmore .icon-chev-bottom {
  right: 0;
  font-size: 6px;
}
.btn-loadmore:hover {
  color: #1b104e;
}
.btn-row {
  font-size: 0;
}
.btn-row .btn {
  display: inline-block;
  margin-right: 20px;
}
.btn-row .btn:last-child {
  margin-right: 0;
}
.link-red {
  font-size: 14px;
  color: #fc5a5a;
  letter-spacing: 0;
  line-height: 1.85714;
  text-decoration: underline;
}
.link-red:hover {
  text-decoration: none;
}
.api-item--head .title:before,
.check-wrap .lbl:before,
.icon-font:before,
[class*=" icon-"]:before,
[class^="icon-"]:before {
  display: inline-block;
  vertical-align: middle;
  font-family: iconFont;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
}
.icon-notification:before {
  content: "\e101";
}
.icon-clock:before {
  content: "\e102";
}
.api-item--head .title:before,
.icon-chev-right:before {
  content: "\e103";
}
.icon-chev-bottom:before {
  content: "\e104";
}
.icon-close:before {
  content: "\e105";
}
.icon-trash:before {
  content: "\e106";
}
.check-wrap .lbl:before,
.icon-check:before {
  content: "\e107";
}
.icon-invoice:before {
  content: "\e108";
}
.icon-chev-top:before {
  content: "\e109";
}
.icon-chev-left:before {
  content: "\e110";
}
.icon-search:before {
  content: "\e111";
}
.icon-plus:before {
  content: "\e112";
}
.icon-eye:before {
  content: "\e113";
}
.upload-area {
  border: 1px dashed #1a1946;
  border-radius: 10px;
  height: 156px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  cursor: pointer;
}
.upload-area img {
  margin-bottom: 20px;
}
.upload-area .txt {
  width: 100%;
  font-size: 15px;
  color: #a1a1a1;
  text-align: center;
}
.upload-area .center {
  text-align: center;
}
.form-upload .upload-area {
  margin-bottom: 18px;
}
.form-upload .btn {
  margin-bottom: 8px;
}
.form-upload .btn:last-child {
  margin-bottom: 0;
}
.check-wrap {
  display: block;
}
.check-wrap .lbl {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  color: #44444f;
  letter-spacing: 0.1px;
}
.check-wrap .lbl:before {
  position: absolute;
  z-index: 2;
  font-size: 8px;
  color: #fff;
  display: none;
  top: 3px;
  left: 3px;
}
.check-wrap .lbl:after {
  border: 2px solid #b5b5be;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  left: 0;
  top: -1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.check-wrap input {
  display: none;
}
.check-wrap input:checked + .lbl:after {
  background-color: #4eb8bb;
  border-color: #4eb8bb;
}
.check-wrap input:checked + .lbl:before {
  display: block;
}
.check-wrap.input-right .lbl {
  padding-left: 0;
  padding-right: 26px;
}
.check-wrap.input-right .lbl:before {
  left: auto;
  right: 3px;
}
.check-wrap.input-right .lbl:after {
  left: auto;
  right: 0;
}
.check-list .check-wrap {
  margin-bottom: 20px;
}
.check-list .check-wrap .lbl {
  display: block;
}
.check-list .check-wrap:last-child {
  margin-bottom: 0;
}
.form-search {
  position: relative;
}
.form-search .icon-search {
  position: absolute;
  color: #50b5ff;
  font-size: 16px;
  left: 26px;
}
.form-search input {
  background-color: #fff;
  height: 70px;
  border-radius: 10px;
  padding-left: 50px;
  padding-right: 130px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  color: #b5b5be;
  letter-spacing: 0.1px;
}
.form-search input::-webkit-input-placeholder {
  color: #b5b5be;
  font-family: Poppins, sans-serif;
}
.form-search input::-moz-placeholder {
  color: #b5b5be;
  font-family: Poppins, sans-serif;
}
.form-search input:-ms-input-placeholder {
  color: #b5b5be;
  font-family: Poppins, sans-serif;
}
.form-search input:-moz-placeholder {
  color: #b5b5be;
  font-family: Poppins, sans-serif;
}
.form-search input:focus::-webkit-input-placeholder {
  color: transparent;
  font-family: Poppins, sans-serif;
}
.form-search input:focus::-moz-placeholder {
  color: transparent;
  font-family: Poppins, sans-serif;
}
.form-search input:focus:-ms-input-placeholder {
  color: transparent;
  font-family: Poppins, sans-serif;
}
.form-search input:focus:-moz-placeholder {
  color: transparent;
  font-family: Poppins, sans-serif;
}
.form-search .btn-submit {
  width: 120px;
  right: 0;
  top: 0;
  height: 100%;
  border-radius: 0 10px 10px 0;
  position: absolute;
  background-color: #499207;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.1px;
}
.form-search .btn-submit:hover {
  background-color: #264e01;
}
.progress-wrap .num {
  font-size: 14px;
  color: #696974;
  letter-spacing: 0.1px;
  line-height: 1.14286;
  margin-bottom: 2px;
}
.progress-line {
  border-radius: 2px;
  background-color: #e2e2ea;
  height: 4px;
  position: relative;
}
.progress-line--inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #3dd598;
  border-radius: 2px;
}
.custom-select {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  z-index: 10;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 23px;
  font-weight: 600;
  font-size: 15px;
}
.custom-select .current-value {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Poppins, sans-serif;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  color: #92929d;
  letter-spacing: 0.09px;
  cursor: pointer;
}
.custom-select .current-value strong {
  font-weight: 600;
  color: #171725;
}
.custom-select .current-value:before {
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #92929d transparent transparent transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.custom-select .current-value.active:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #92929d transparent;
}
.custom-select .current-value.active + .list-values {
  margin-top: 1px;
  visibility: visible;
  opacity: 1;
}
.custom-select .list-values {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 100%;
  color: #92929d;
  margin-top: 20px;
  visibility: hidden;
  width: calc(100% + 32px);
  margin-left: -16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #e2e2ea;
  border-radius: 5px;
}
.custom-select .list-values a {
  display: block;
  color: inherit;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  padding: 17px 15px;
  letter-spacing: 0.09px;
  border-bottom: 1px solid #e2e2ea;
}
.custom-select .list-values a:hover {
  color: #499207;
}
.custom-select .list-values a:last-child {
  border-bottom: none;
}
.custom-select .list-values a.current {
  display: none;
}
.stat-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 25px 30px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1px;
}
.stat-item .val {
  font-size: 28px;
  letter-spacing: 0.12px;
  margin-top: 29px;
}
.stat-item:last-child {
  margin-bottom: 0;
}
.chart-tabs {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #fff;
  border-radius: 5px;
}
.chart-tabs--item {
  font-size: 14px;
  color: #44444f;
  letter-spacing: 0.1px;
  line-height: 1.71429;
  cursor: pointer;
  text-align: left;
  padding: 5px 12px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.chart-tabs--item.active,
.chart-tabs--item:hover {
  color: #fff;
  background-color: #48920b;
}
.inp-row {
  margin-bottom: 30px;
}
.inp-row .label {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  color: #b5b5be;
  letter-spacing: 0.1px;
  display: block;
  margin-bottom: 15px;
  min-height: 14px;
}
.inp-row input,
.inp-row textarea {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e9eff4;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  height: 50px;
  color: #323c47;
  padding: 0 16px;
}
.inp-row--options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.inp-row--options .link-export {
  margin: 10px 0;
}
.inp-row--txt {
  font-size: 14px;
  color: #000;
  letter-spacing: 0.1px;
  line-height: 1.64286;
}
.inp-row--txt a {
  color: #1a1946;
}
.inp-row--txt a:hover {
  text-decoration: underline;
}
.link-delete,
.link-export {
  display: inline-block;
  font-size: 16px;
  color: #000;
  letter-spacing: 0.1px;
  line-height: 1.625;
  position: relative;
  padding-left: 32px;
}
.link-delete:hover,
.link-export:hover {
  text-decoration: underline;
}
.link-delete .icon-trash,
.link-delete img,
.link-export .icon-trash,
.link-export img {
  left: 0;
}
.link-delete {
  color: #fc5a5a;
}
.link-delete .icon-trash {
  font-size: 21px;
}
.inp-row-2 .inp-row {
  margin-right: 80px;
  width: calc(50% - 40px);
}
.inp-row-2 .inp-row:nth-child(2n + 2) {
  margin-right: 0;
}
@media only screen and (max-width: 1160px) {
  .inp-row-2 .inp-row {
      margin-right: 30px;
      width: calc(50% - 15px);
  }
  .inp-row-2 .inp-row:nth-child(2n + 2) {
      margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .inp-row-2 .inp-row {
      margin-right: 0;
      width: calc(100% - 0px);
  }
  .inp-row-2 .inp-row:nth-child(1n + 1) {
      margin-right: 0;
  }
}
.sign-inp-row {
  margin-bottom: 15px;
}
.sign-inp-row input {
  height: 38px;
  background-color: #fafafb;
  border: 1px solid #f1f1f5;
  font-size: 14px;
  color: #92929d;
  padding: 0 15px;
  letter-spacing: 0.1px;
  border-radius: 15px;
}
.sign-inp-row input::-webkit-input-placeholder {
  color: #92929d;
  font-family: Poppins, sans-serif;
}
.sign-inp-row input::-moz-placeholder {
  color: #92929d;
  font-family: Poppins, sans-serif;
}
.sign-inp-row input:-ms-input-placeholder {
  color: #92929d;
  font-family: Poppins, sans-serif;
}
.sign-inp-row input:-moz-placeholder {
  color: #92929d;
  font-family: Poppins, sans-serif;
}
.sign-inp-row input:focus::-webkit-input-placeholder {
  color: transparent;
  font-family: Poppins, sans-serif;
}
.sign-inp-row input:focus::-moz-placeholder {
  color: transparent;
  font-family: Poppins, sans-serif;
}
.sign-inp-row input:focus:-ms-input-placeholder {
  color: transparent;
  font-family: Poppins, sans-serif;
}
.sign-inp-row input:focus:-moz-placeholder {
  color: transparent;
  font-family: Poppins, sans-serif;
}
.sign-inp-row.pass {
  position: relative;
}
.sign-inp-row.pass .icon-eye {
  position: absolute;
  font-size: 10px;
  right: 15px;
  color: #92929d;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.sign-inp-row.pass .icon-eye:hover {
  color: #1a1946;
}
.sign-inp-row.pass input {
  padding-right: 40px;
}
.info-line {
  margin-bottom: 24px;
  background-color: #fff;
  border-radius: 10px;
  min-height: 92px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 20px;
}
.info-line:last-child {
  margin-bottom: 0;
}
.info-line--left {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .info-line--left {
      width: 100%;
      margin-bottom: 16px;
  }
}
.info-line--left .img-cont {
  width: 38px;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .info-line--left .img-cont {
      margin-right: 10px;
  }
}
.info-line--left .title-wrap .title {
  font-weight: 600;
  line-height: 1.625;
  font-size: 16px;
  color: #171725;
  letter-spacing: 0.1px;
}
@media only screen and (max-width: 767px) {
  .info-line--left .title-wrap .title {
      font-size: 14px;
  }
}
.info-line--left .title-wrap .title a {
  color: inherit;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.info-line--left .title-wrap .title a:hover {
  color: #1a1946;
}
.info-line--left .title-wrap .meta {
  color: #c1c1c1;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1px;
  line-height: 1.64286;
}
.info-line--right {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .info-line--right {
      width: 100%;
  }
}
.info-line--right:before {
  left: 0;
  width: 1px;
  height: 50px;
  background-color: #e2e2ea;
}
@media only screen and (max-width: 767px) {
  .info-line--right:before {
      display: none;
  }
}
.api-item--head .info-line--right .title:before,
.info-line--right .api-item--head .title:before,
.info-line--right .icon-chev-right {
  margin-right: 25px;
  color: #92929d;
  font-size: 16px;
}
@media only screen and (max-width: 1200px) {
  .api-item--head .info-line--right .title:before,
  .info-line--right .api-item--head .title:before,
  .info-line--right .icon-chev-right {
      margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .api-item--head .info-line--right .title:before,
  .info-line--right .api-item--head .title:before,
  .info-line--right .icon-chev-right {
      display: none;
  }
}
.info-line--right .btn {
  width: 150px;
  margin-right: 50px;
  margin-left: 40px;
}
@media only screen and (max-width: 1200px) {
  .info-line--right .btn {
      margin-left: 20px;
      margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .info-line--right .btn {
      margin-left: 0;
      margin-right: 0;
      width: 100%;
      margin-top: 16px;
  }
}
.info-line--right .time-tag {
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  .info-line--right .time-tag {
      margin-left: 0;
  }
}
.info-line--right .progress-wrap {
  width: 215px;
  margin-left: 30px;
}
@media only screen and (max-width: 460px) {
  .info-line--right .progress-wrap {
      margin-left: 0;
      width: 100%;
      margin-top: 16px;
  }
}
.info-line--right .stat-col {
  text-align: center;
  position: relative;
  font-size: 14px;
  color: #696974;
  letter-spacing: 0.1px;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .info-line--right .stat-col {
      padding: 0 10px;
  }
  .info-line--right .stat-col:first-child {
      padding-left: 0;
  }
  .info-line--right .stat-col:last-of-type {
      padding-right: 0;
  }
  .info-line--right .stat-col:last-of-type:before {
      display: none;
  }
}
.info-line--right .stat-col .val {
  display: block;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1px;
  margin-top: 14px;
}
.info-line--right .stat-col:before {
  right: 0;
  width: 1px;
  height: 50px;
  background-color: #e2e2ea;
}
@media only screen and (max-width: 767px) {
  .info-line--right .stat-col:before {
      display: none;
  }
}
.pagination-wrap {
  margin-top: 40px;
  text-align: center;
}
.pricing-top {
  background-color: #499207;
  padding: 43px 20px;
  height: 196px;
}
@media only screen and (max-width: 1080px) {
  .pricing-top {
      height: auto;
  }
}
.pricing-top--wrap {
  max-width: 490px;
  margin: 0 auto;
}
.pricing-top .title {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.1px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 26px;
}
.pricing-top--form {
  position: relative;
}
.pricing-top--form input {
  background-color: #fff;
  border-radius: 10px;
  height: 48px;
  font-size: 14px;
  color: #171725;
  padding: 0 50px 0 13px;
  letter-spacing: 0.1px;
}
.pricing-top--form input::-webkit-input-placeholder {
  color: #92929d;
  font-family: Poppins, sans-serif;
}
.pricing-top--form input::-moz-placeholder {
  color: #92929d;
  font-family: Poppins, sans-serif;
}
.pricing-top--form input:-ms-input-placeholder {
  color: #92929d;
  font-family: Poppins, sans-serif;
}
.pricing-top--form input:-moz-placeholder {
  color: #92929d;
  font-family: Poppins, sans-serif;
}
.pricing-top--form input:focus::-webkit-input-placeholder {
  color: transparent;
  font-family: Poppins, sans-serif;
}
.pricing-top--form input:focus::-moz-placeholder {
  color: transparent;
  font-family: Poppins, sans-serif;
}
.pricing-top--form input:focus:-ms-input-placeholder {
  color: transparent;
  font-family: Poppins, sans-serif;
}
.pricing-top--form input:focus:-moz-placeholder {
  color: transparent;
  font-family: Poppins, sans-serif;
}
.api-item--head .pricing-top--form .title:before,
.pricing-top--form .api-item--head .title:before,
.pricing-top--form .icon-chev-right {
  color: #92929d;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  border-radius: 10px;
}
.api-item--head .pricing-top--form .title:hover:before,
.pricing-top--form .api-item--head .title:hover:before,
.pricing-top--form .icon-chev-right:hover {
  color: #1a1946;
}
.pricing-section {
  padding: 40px 20px;
  background-color: #fafafb;
}
.pricing-section--wrap {
  max-width: 700px;
  margin: 0 auto;
}
.pricing-section--title {
  text-align: center;
  margin-bottom: 40px;
}
.pricing-section--title .title {
  font-weight: 600;
  font-size: 24px;
  color: #171725;
  letter-spacing: 0.1px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.pricing-section--title p {
  font-size: 12px;
  color: #92929d;
  line-height: 1.66667;
}
.pricing-section .pricing-toggle {
  margin-top: 30px;
}
.pricing-section .payment-methods {
  text-align: center;
  margin-top: 60px;
}
.pricing-toggle {
  margin-bottom: 56px;
}
@media only screen and (max-width: 767px) {
  .pricing-toggle {
      margin-bottom: 40px;
  }
}
.pricing-toggle .pricing-checkbox-label {
  cursor: pointer;
  display: block;
  background: #d0d7dd;
  height: 32px;
  width: 60px;
  border-radius: 50px;
  margin: 16px auto;
  position: relative;
}
@media only screen and (max-width: 400px) {
  .pricing-toggle .pricing-checkbox-label {
      margin-top: 26px;
  }
}
.pricing-toggle .pricing-checkbox-label .off,
.pricing-toggle .pricing-checkbox-label .on {
  display: block;
  position: absolute;
  z-index: 0;
  left: 76px;
  opacity: 1;
  min-width: 200px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  color: #b5b5b5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
}
@media only screen and (max-width: 400px) {
  .pricing-toggle .pricing-checkbox-label .off,
  .pricing-toggle .pricing-checkbox-label .on {
      line-height: 56px;
      min-width: 100px;
      font-size: 12px;
      margin-top: -13px;
  }
}
.pricing-toggle .pricing-checkbox-label .off {
  left: auto;
  right: 76px;
  text-align: right;
  opacity: 1;
  color: #323c47;
}
.pricing-toggle .pricing-checkbox-label:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 4px;
  left: 4px;
  border-radius: 50px;
  height: 24px;
  width: 24px;
  background: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pricing-toggle .pricing-checkbox {
  position: absolute;
  left: -5000px;
}
.pricing-toggle .pricing-checkbox:checked + .pricing-checkbox-label .on {
  color: #323c47;
}
.pricing-toggle .pricing-checkbox:checked + .pricing-checkbox-label .off {
  color: #b5b5b5;
}
.pricing-toggle .pricing-checkbox:checked + .pricing-checkbox-label:before {
  left: 30px;
}
.pricing-item {
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #e2e2ea;
  color: inherit;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pricing-item--right {
  border-radius: 0 10px 10px 0;
  width: 174px;
  background-color: #fbfbfb;
  padding: 22px;
  text-align: right;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media only screen and (max-width: 600px) {
  .pricing-item--right {
      width: 110px;
  }
}
.pricing-item--right .title {
  text-transform: uppercase;
  font-size: 15px;
  width: 100%;
  color: #92929d;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 600px) {
  .pricing-item--right .title {
      font-size: 12px;
  }
}
.pricing-item--right .price {
  font-weight: 500;
  font-size: 23px;
  color: #171725;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 600px) {
  .pricing-item--right .price {
      font-size: 18px;
  }
}
.pricing-item--left {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: calc(100% - 174px);
  min-height: 100px;
  padding: 15px 20px;
}
@media only screen and (max-width: 600px) {
  .pricing-item--left {
      padding: 15px 20px;
      min-height: 80px;
      width: calc(100% - 110px);
  }
}
.pricing-item--left .title {
  font-weight: 600;
  font-size: 21px;
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .pricing-item--left .title {
      font-size: 18px;
  }
}
.pricing-item--left .meta {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .pricing-item--left .meta {
      margin-top: 10px;
  }
}
@media only screen and (max-width: 400px) {
  .pricing-item--left .meta {
      display: block;
  }
}
.pricing-item--left .meta .sale {
  font-size: 14px;
  color: #92929d;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 400px) {
  .pricing-item--left .meta .sale {
      margin-top: 10px;
  }
}
.pricing-item.active,
.pricing-item:hover {
  background-color: #499207;
  border-color: #499207;
  color: #fff;
}
.pricing-item.active .pricing-item--right,
.pricing-item:hover .pricing-item--right {
  background-color: #55c5c2;
}
.pricing-item.active .price,
.pricing-item.active .sale,
.pricing-item.active .tag-email,
.pricing-item.active .title,
.pricing-item:hover .price,
.pricing-item:hover .sale,
.pricing-item:hover .tag-email,
.pricing-item:hover .title {
  color: #fff;
}
.pricing-item.active .tag-email,
.pricing-item:hover .tag-email {
  background-color: #64e5e0;
}
.cart-table {
  width: 100%;
}
.cart-table thead th {
  font-size: 17px;
  color: #000;
  letter-spacing: 0.07px;
  background-color: #f1f1f5;
  text-transform: uppercase;
  padding-left: 24px;
  vertical-align: middle;
  height: 50px;
}
.cart-table thead th:last-child {
  padding-right: 50px;
  text-align: right;
}
.cart-table tbody td {
  font-size: 17px;
  color: #b7b7b7;
  letter-spacing: 0.07px;
  height: 65px;
  border-bottom: 1px solid #f1f1f5;
  vertical-align: middle;
  padding-left: 24px;
}
.cart-table tbody td:last-child {
  padding-right: 50px;
  text-align: right;
}
.cart-table tbody td .icon-close {
  font-size: 10px;
  color: #92929d;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.cart-table tbody td .icon-close:hover {
  color: #1a1946;
}
.cart-table tfoot td {
  border-top: 1px solid #e2e2ea;
  background-color: #f1f1f5;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  color: #1a1946;
  letter-spacing: 0.08px;
  height: 80px;
  padding-left: 24px;
}
.cart-table tfoot td:last-child {
  padding-right: 50px;
  text-align: right;
}
.section-api {
  background-color: #fafafb;
  padding: 60px 100px;
}
@media only screen and (max-width: 1080px) {
  .section-api {
      padding: 40px 20px;
  }
}
.section-title {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1080px) {
  .section-title {
      margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
      display: block;
  }
}
.section-title .title {
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.12px;
}
@media only screen and (max-width: 767px) {
  .section-title .title {
      font-size: 21px;
  }
}
.section-title p {
  font-size: 16px;
  color: #92929d;
  letter-spacing: 0.1px;
  line-height: 1.625;
  margin-top: 18px;
}
.section-title p a {
  color: #50b5ff;
}
.section-title p a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .section-title p {
      margin-top: 10px;
      font-size: 14px;
  }
}
.section-title--right .btn {
  min-width: 200px;
}
@media only screen and (max-width: 767px) {
  .section-title--right .btn {
      min-width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title--right {
      margin-top: 10px;
  }
}
.api-wrap--stats {
  width: 300px;
  margin-left: 50px;
}
@media only screen and (max-width: 860px) {
  .api-wrap--stats {
      margin-left: 0;
      width: 100%;
  }
}
.api-wrap--chart {
  width: calc(100% - 350px);
}
@media only screen and (max-width: 860px) {
  .api-wrap--chart {
      margin-bottom: 30px;
      width: 100%;
  }
}
.chart-wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}
.chart-header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  font-size: 0;
}
@media only screen and (max-width: 860px) {
  .chart-header {
      display: block;
      margin-bottom: 30px;
  }
}
.chart-header .title {
  font-weight: 600;
  font-size: 17px;
  color: #171725;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
}
@media only screen and (max-width: 860px) {
  .chart-header .title {
      margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .chart-header .title {
      margin-bottom: 10px;
  }
}
.chart-header .title:last-child {
  margin-right: 0;
}
.chart-header .custom-select {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .chart-header .custom-select {
      margin-bottom: 10px;
  }
}
@media only screen and (max-width: 860px) {
  .chart-header .chart-legend {
      margin-top: 5px;
  }
}
.chart-legend {
  font-size: 0;
}
.chart-legend--item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 55px;
  font-size: 15px;
  color: #44444f;
  letter-spacing: 0.11px;
  line-height: 1.73333;
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .chart-legend--item {
      margin-right: 20px;
      font-size: 12px;
  }
}
.chart-legend--item .circle {
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 100%;
}
.chart-legend--item:last-child {
  margin-right: 0;
}
.api-wrap2 .api-wrap--chart {
  width: 100%;
}
.api-wrap2--sidebar {
  width: 465px;
}
@media only screen and (max-width: 1200px) {
  .api-wrap2--sidebar {
      width: 350px;
  }
}
@media only screen and (max-width: 1024px) {
  .api-wrap2--sidebar {
      width: 100%;
  }
}
.api-wrap2--content {
  width: calc(100% - 465px);
  padding: 60px 60px 60px 100px;
}
@media only screen and (max-width: 1200px) {
  .api-wrap2--content {
      width: calc(100% - 350px);
      padding: 40px 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .api-wrap2--content {
      width: 100%;
  }
}
.api-desc {
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.api-desc:first-child {
  margin-top: 0;
}
.api-desc--txt {
  width: 350px;
  margin-right: 80px;
}
@media only screen and (max-width: 767px) {
  .api-desc--txt {
      margin-right: 0;
      width: 100%;
  }
}
.api-desc--txt .title {
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.12px;
}
.api-desc--txt p {
  margin-top: 20px;
  font-size: 16px;
  color: #696974;
  letter-spacing: 0.1px;
  line-height: 1.73333;
}
.api-desc--form {
  width: calc(100% - 430px);
}
@media only screen and (max-width: 767px) {
  .api-desc--form {
      margin-top: 20px;
      width: 100%;
  }
}
.api-desc--form .btn {
  width: 155px;
  border-radius: 0 10px 10px 0;
}
@media only screen and (max-width: 767px) {
  .api-desc--form .btn {
      width: 100px;
      min-width: 0;
  }
}
.api-desc--form input {
  background-color: #fff;
  width: calc(100% - 155px);
  border: 1px solid #e2e2ea;
  border-right: none;
  font-family: Poppins, sans-serif;
  border-radius: 10px 0 0 10px;
  font-size: 16px;
  padding: 0 25px;
  height: 50px;
  color: #989898;
}
@media only screen and (max-width: 767px) {
  .api-desc--form input {
      width: calc(100% - 100px);
  }
}
.code-block {
  padding: 16px 20px;
  border-radius: 10px;
  background-color: #3d3d49;
  color: #fff;
  font-family: Helvetica;
  overflow-y: auto;
}
.code-block pre {
  white-space: nowrap;
  margin-bottom: 12px;
}
.code-block pre:last-child {
  margin-bottom: 0;
}
.code-tabs {
  background-color: #44444f;
}
.code-tabs .tabs-nav {
  padding: 0 40px;
  background-color: #696974;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .code-tabs .tabs-nav {
      padding: 0 20px;
  }
}
.code-tabs .tabs-nav .tab-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
}
.code-tabs .tabs-nav .tab-item a {
  padding: 17px 0;
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #92929d;
  letter-spacing: 0.1px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.code-tabs .tabs-nav .tab-item a:before {
  bottom: 0;
  width: 0;
  height: 4px;
  background: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.code-tabs .tabs-nav .tab-item a:hover:before {
  opacity: 1;
  width: 100%;
}
.code-tabs .tabs-nav .tab-item a:before {
  border-radius: 2px;
}
.code-tabs .tabs-nav .tab-item:last-child {
  margin-right: 0;
}
.code-tabs .tabs-nav .tab-item.current a {
  color: #fff;
}
.code-tabs .tabs-nav .tab-item.current a:before {
  width: 100%;
  opacity: 1;
}
.code-tabs .tabs-content {
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .code-tabs .tabs-content {
      padding: 20px;
  }
}
.code-tabs .tabs-content p {
  font-size: 12px;
  color: #92929d;
  line-height: 1.83333;
  margin-bottom: 20px;
}
.code-tabs .tabs-content p:last-child {
  margin-bottom: 0;
}
.code-tabs .code-block {
  margin-bottom: 20px;
}
.code-tabs .code-block:last-child {
  margin-bottom: 0;
}
.api-row .api-item {
  margin-right: 30px;
  width: calc(25% - 22.5px);
  margin-bottom: 30px;
}
.api-row .api-item:nth-child(4n + 4) {
  margin-right: 0;
}
@media only screen and (max-width: 860px) {
  .api-row .api-item {
      margin-right: 30px;
      width: calc(50% - 15px);
  }
  .api-row .api-item:nth-child(2n + 2) {
      margin-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .api-row .api-item {
      margin-right: 0;
      width: calc(100% - 0px);
  }
  .api-row .api-item:nth-child(1n + 1) {
      margin-right: 0;
  }
}
.api-item {
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #e2e2ea;
  min-height: 300px;
  padding: 40px 20px 24px;
}
.api-item .title {
  font-weight: 600;
  font-size: 18px;
}
.api-item .title a {
  color: inherit;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.api-item .title a:hover {
  color: #1a1946;
}
.api-item p {
  font-size: 14px;
  color: #b5b5be;
  letter-spacing: 0.1px;
  line-height: 1.57143;
  margin-top: 15px;
}
.api-item--head {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-right: 30px;
  width: 100%;
}
.api-item--head .title {
  padding-right: 10px;
  position: relative;
}
.api-item--head .title:before {
  color: #50b5ff;
  font-size: 7px;
  right: 0;
}
.api-item--bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%;
}
.api-item--stats {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.api-item--stats-item {
  font-size: 11px;
  color: #d5d5dc;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 30%;
  margin-bottom: 10px;
  padding: 0 3px;
}
.api-item--stats-item .val {
  font-weight: 600;
  margin-top: 16px;
  font-size: 16px;
  color: #1a1946;
}
.api-item--stats-item .val.col2 {
  color: #7e5be2;
}
.api-item--stats-item .val.col3 {
  color: #f9a752;
}
.api-item .add-circle {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin: 0 auto 25px;
  background-color: rgba(255, 197, 66, 0.1);
  position: relative;
}
.api-item .add-circle:before {
  font-size: 48px;
  color: #fbb000;
}
.api-item--center {
  width: 100%;
  text-align: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.api-item--center p {
  margin-top: 10px;
}
.api-item.new {
  border-color: transparent;
  color: inherit;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.api-item.new:hover {
  border-color: #e2e2ea;
}
.title1-wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
  margin-bottom: 30px;
}
.title1-wrap .title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.1px;
  line-height: 1.5;
}
.title1-wrap .title:last-child {
  margin-right: 0;
}
.title1-wrap .custom-select {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  font-size: 18px;
}
.title1-wrap .custom-select strong {
  color: #171725;
  font-weight: 600;
}
.title1-wrap .btn {
  min-width: 170px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.table-settings {
  width: 100%;
}
.table-settings th {
  font-weight: 600;
  font-size: 14px;
  color: #b5b5be;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  padding-left: 30px;
  background-color: #f1f1f5;
  height: 46px;
}
.table-settings th:first-child {
  border-radius: 10px 0 0 0;
}
.table-settings th:last-child {
  padding-right: 30px;
  border-radius: 0 10px 0 0;
}
.table-settings td {
  font-size: 16px;
  color: #696974;
  letter-spacing: 0.1px;
  line-height: 1.625;
  padding-left: 30px;
  background-color: #fff;
  height: 72px;
}
.table-settings td:last-child {
  padding-right: 30px;
}
.table-settings td tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
.table-settings td tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
.table-settings .btn,
.table-settings .icon-invoice {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
.table-settings .btn:last-child,
.table-settings .icon-invoice:last-child {
  margin-right: 0;
}
.table-settings .icon-invoice {
  font-size: 20px;
  color: #92929d;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.table-settings .icon-invoice:hover {
  color: #1a1946;
}
.pagination-pages {
  text-align: center;
  font-size: 0;
}
.pagination-pages .pag-num {
  font-size: 14px;
  color: #92929d;
  letter-spacing: 0.1px;
  text-align: center;
  line-height: 1.71429;
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px;
}
.pagination-pages .pag-num.current,
.pagination-pages .pag-num:hover {
  color: #0062ff;
  font-weight: 600;
}
@media only screen and (max-width: 400px) {
  .pagination-pages .pag-num {
      display: none;
  }
}
.pagination-pages .pag-btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: 8px;
  border: 1px solid #e2e2ea;
  margin: 0 12px;
  width: 32px;
  height: 32px;
  font-size: 12px;
  color: #92929d;
}
.pagination-pages .pag-btn:hover {
  border-color: #1a1946;
}
@media only screen and (max-width: 767px) {
  .table-responsive {
      overflow-y: auto;
  }
}
.users-list {
  border-radius: 10px;
  background-color: #fff;
  max-width: 880px;
}
.users-list--head {
  font-size: 14px;
  color: #989898;
  letter-spacing: 0;
  line-height: 1.85714;
  text-align: left;
  padding: 20px 35px;
  border-bottom: 1px solid #e9eff4;
}
@media only screen and (max-width: 660px) {
  .users-list--head {
      padding: 14px 16px;
  }
}
.users-list--row {
  padding: 14px 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e9eff4;
}
.users-list--row:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 660px) {
  .users-list--row {
      padding: 14px 16px;
  }
  .users-list--row .link-red {
      font-size: 12px;
  }
}
.users-list .user-card {
  position: relative;
  padding-left: 68px;
  font-size: 14px;
  color: #989898;
  line-height: 1.85714;
}
@media only screen and (max-width: 660px) {
  .users-list .user-card {
      font-size: 12px;
  }
}
.users-list .user-card .name {
  font-weight: 600;
  color: #323c47;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.users-list .user-card .img-cont {
  border-radius: 5px;
  background-color: #1a1946;
  text-align: center;
  line-height: 48px;
  width: 48px;
  height: 48px;
  font-weight: 600;
  font-size: 21px;
  color: #fff;
  letter-spacing: 0.75px;
  position: absolute;
  left: 0;
}
.general-block {
  max-width: 875px;
  border-bottom: 1px solid #e2e2ea;
  padding-bottom: 26px;
  margin-bottom: 30px;
}
.general-block:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.sign-container {
  min-height: 100vh;
}
@media only screen and (max-width: 991px) {
  .sign-container .col-img {
      display: none;
  }
}
.sign-container .col-form,
.sign-container .col-img {
  background-color: #1a1946;
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .sign-container .col-form,
  .sign-container .col-img {
      width: 100%;
  }
}
.sign-container .col-form {
  padding: 30px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 400px) {
  .sign-container .col-form {
      display: block;
  }
}
.sign-container .col-form .logo {
  width: 306px;
  max-width: 100%;
  display: block;
  margin: 0 auto 40px;
}
.sign-form {
  border-radius: 20px;
  background-color: #fff;
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 20px 0;
}
.sign-form .title {
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  margin-bottom: 19px;
  color: #171725;
}
.sign-form p {
  margin-top: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.66667;
  color: #92929d;
  font-weight: 600;
}
.sign-form p a {
  color: #50b5ff;
}
.sign-form p a:hover {
  text-decoration: underline;
}
.sign-form .btn {
  margin-top: 15px;
}
.sign-form .separ {
  margin: 15px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #92929d;
  font-weight: 500;
}

.forgot-password {
  border-radius: 0 0 20px 20px;
  background-color: #fff;
  text-align: left;
  font-size: 12px;
  color: #0062ff;
  font-weight: 300;
  width: calc(100% + 40px);
}

.sign-form--foot {
  border-radius: 0 0 20px 20px;
  background-color: #fafafb;
  text-align: center;
  font-size: 12px;
  color: #0062ff;
  padding: 5px;
  font-weight: 600;
  margin-top: 20px;
  width: calc(100% + 40px);
  margin-left: -20px;
}

.sign-form--foot-verification {
  border-radius: 0 0 20px 20px;
  background-color: #fff;
  text-align: center;
  font-size: 12px;
  color: #0062ff;
  padding: 18px;
  font-weight: 600;
  margin-top: 1em;
  width: calc(100% + 40px);
  margin-left: -20px;
}

.sign-form--foot-verification a {
  color: inherit;
}
.sign-form--foot-verification a:hover {
  text-decoration: underline;
}

.sign-form--foot a {
  color: inherit;
}
.sign-form--foot a:hover {
  text-decoration: underline;
}
.hamburger {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .hamburger {
      display: block;
  }
}
.mobile-menu {
  background: #f9f9f9;
  z-index: 9999;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
  padding: 40px 45px;
  width: 300px;
  color: #171725;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  top: 0;
  left: 0;
  visibility: hidden;
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
  height: 100vh;
  position: fixed;
  display: none;
}
@media only screen and (max-width: 1200px) {
  .mobile-menu {
      display: block;
  }
}
@media only screen and (max-width: 500px) {
  .mobile-menu {
      -webkit-transform: translateX(-280px);
      -ms-transform: translateX(-280px);
      transform: translateX(-280px);
      padding: 35px 30px;
      width: 280px;
  }
}
.mobile-menu.opened {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.mobile-menu ul {
  margin-bottom: 20px;
}
.mobile-menu ul li {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.mobile-menu .credit-info {
  padding-right: 0;
  margin-right: 0;
}
.mobile-menu .credit-info:before {
  display: none;
}
.mainheader {
  background-color: #fff;
  padding: 8px 45px;
  border-bottom: 1px solid #e2e2ea;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
  min-height: 70px;
}
@media only screen and (max-width: 1200px) {
  .mainheader {
      padding: 8px 20px;
  }
}
.mainheader--left,
.mainheader--right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mainheader .logo {
  width: 187px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 60px;
}
@media only screen and (max-width: 1200px) {
  .mainheader .logo {
      margin-right: 0;
      width: 160px;
  }
}
.mainheader .main-menu {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 1200px) {
  .mainheader .main-menu {
      display: none;
  }
}
.mainheader .main-menu li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
}
.mainheader .main-menu li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1200px) {
  .mainheader .credit-info {
      display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .mainheader .btn-notification {
      display: none;
  }
}
.mainheader .user-info {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .mainheader .user-info {
      display: none;
  }
}
.mainheader .user-info .img-cont {
  background-color: #fbb000;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  font-weight: 500;
}
.mainheader .user-info .name {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.1px;
}
.credit-info {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.1px;
  position: relative;
  padding-right: 25px;
  margin-right: 25px;
}
.credit-info:before {
  background-color: #f1f1f5;
  width: 1px;
  height: 45px;
  right: 0;
}
.credit-info:last-child {
  padding-right: 0;
  margin-right: 0;
}
.credit-info:last-child:before {
  display: none;
}
.credit-info--tag {
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #1a1946;
  border-radius: 10px;
  min-width: 80px;
  padding: 8px 10px;
  margin-left: 10px;
}
.btn-notification {
  font-size: 22px;
  color: #c1c1c1;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  margin-right: 30px;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-notification:last-child {
  margin-right: 0;
}
.btn-notification.active:after {
  border-radius: 50%;
  background-color: #fc5a5a;
  width: 12px;
  height: 12px;
  top: -4px;
  right: -3px;
}
.btn-notification:hover {
  color: #1a1946;
}
.main-menu a {
  font-size: 14px;
  color: #92929d;
  letter-spacing: 0.1px;
  -webkit-transition: color;
  -o-transition: color;
  transition: color;
}
.main-menu a:hover {
  color: #1a1946;
}
.main-menu .current a {
  color: #1a1946;
  font-weight: 600;
}
.aside-widget {
  margin-bottom: 30px;
}
.aside-widget:last-child {
  margin-bottom: 0;
}
.aside-widget--first {
  margin-top: 46px;
}
.widget-title {
  font-weight: 600;
  font-size: 12px;
  color: #92929d;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.58333;
}
.widget-emailverify {
  width: calc(100% + 80px);
  margin-left: -40px;
  background-color: #1a1946;
  padding: 30px 40px;
  color: #fff;
}
.widget-emailverify .widget-title {
  color: #fff;
  margin-bottom: 14px;
}
.widget-emailverify--form {
  position: relative;
}
.widget-emailverify--form input {
  background-color: #fff;
  margin-bottom: 15px;
  height: 38px;
  border-radius: 10px;
  padding: 0 13px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  color: #171725;
  letter-spacing: 0.1px;
  text-align: left;
}
.widget-emailverify--form input::-webkit-input-placeholder {
  color: #92929d;
  font-family: Poppins, sans-serif;
}
.widget-emailverify--form input::-moz-placeholder {
  color: #92929d;
  font-family: Poppins, sans-serif;
}
.widget-emailverify--form input:-ms-input-placeholder {
  color: #92929d;
  font-family: Poppins, sans-serif;
}
.widget-emailverify--form input:-moz-placeholder {
  color: #92929d;
  font-family: Poppins, sans-serif;
}
.widget-emailverify--form input:focus::-webkit-input-placeholder {
  color: transparent;
  font-family: Poppins, sans-serif;
}
.widget-emailverify--form input:focus::-moz-placeholder {
  color: transparent;
  font-family: Poppins, sans-serif;
}
.widget-emailverify--form input:focus:-ms-input-placeholder {
  color: transparent;
  font-family: Poppins, sans-serif;
}
.widget-emailverify--form input:focus:-moz-placeholder {
  color: transparent;
  font-family: Poppins, sans-serif;
}
.widget-emailverify--form input:last-child {
  margin-bottom: 0;
}
.widget-emailverify--form .btn.small {
  min-width: 100%;
  background: #4b900f;
}
.widget-emailverify--form .btn.small:hover {
  background: #2d5808;
}
.integration-excerpt {
  border-radius: 10px;
  border: 1px solid #e2e2ea;
  margin-bottom: 16px;
  padding: 9px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
.integration-excerpt:hover {
  border-color: #1a1946;
}
.integration-excerpt .img-cont {
  width: 38px;
  margin-right: 15px;
}
.integration-excerpt .title {
  font-weight: 600;
  font-size: 12px;
  color: #171725;
  letter-spacing: 0.08px;
  width: calc(100% - 53px);
}
.widget-integrations .btn {
  margin-top: 30px;
}
.widget-cart--head {
  background-color: #499207;
  color: #fff;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 15px 30px;
  height: 196px;
}
@media only screen and (max-width: 1080px) {
  .widget-cart--head {
      height: auto;
  }
}
.widget-cart--head .title {
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.1px;
  line-height: 1.5;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .widget-cart--head .title {
      font-size: 18px;
  }
}
.widget-cart--head .title strong {
  font-weight: 600;
  width: 100%;
  display: block;
}
.widget-cart .btn {
  display: block;
  max-width: calc(100% - 100px);
  margin: 30px auto;
}
.aside-widget--menu {
  margin-left: -9px;
}
.aside-widget--menu li a {
  font-size: 14px;
  color: inherit;
  letter-spacing: 0.2px;
  line-height: 1.64286;
  padding: 8px 9px;
  display: block;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.aside-widget--menu li a:hover {
  background-color: #f2f7ff;
  color: #48920b;
}
.aside-widget--menu li.current a {
  background-color: #f2f7ff;
  color: #48920b;
  font-weight: 600;
}
.layout-sidebarLeft--aside {
  position: relative;
}
.hidden_aside {
  display: none;
  position: absolute;
  padding: 0 30px 30px;
  top: 0;
  width: 100%;
  left: 0;
}
.hidden_aside.show {
  display: block;
}
.current_aside.hidden {
  opacity: 0;
  visibility: hidden;
}
.modal-wrap {
  background-color: rgba(23, 23, 37, 0.3);
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-wrap.is-visible {
  opacity: 1;
  visibility: visible;
}
.modal-inner {
  background-color: #fff;
  border-radius: 20px;
  width: 750px;
  max-width: 100%;
  margin: 40px auto;
}
.modal-inner--header {
  border-bottom: 1px solid #e2e2ea;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 500;
  font-size: 14px;
  color: #92929d;
  padding: 20px 25px;
}
.modal-inner--header .title a {
  color: inherit;
  text-decoration: underline;
}
.modal-inner--header .title a:hover {
  text-decoration: none;
}
.modal-inner--header .icon-close {
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.modal-inner--header .icon-close:hover {
  color: #1a1946;
}
.popup-results--cols {
  padding: 35px;
}
@media only screen and (max-width: 767px) {
  .popup-results--cols {
      display: block;
  }
}
.popup-results--col {
  width: 50%;
  padding: 0 30px;
  border-right: 1px solid #e2e2ea;
}
@media only screen and (max-width: 767px) {
  .popup-results--col {
      width: 100%;
  }
}
.popup-results--col:last-child {
  border-right: 0;
}
.popup-results .file-name {
  font-weight: 600;
  font-size: 24px;
  color: #171725;
  letter-spacing: 0.1px;
  line-height: 1.5;
  margin-bottom: 9px;
}
.popup-results .file-date {
  font-size: 16px;
  color: #44444f;
  letter-spacing: 0.1px;
  line-height: 1.625;
  margin-bottom: 40px;
}
.popup-results .file-date .date-title {
  font-weight: 600;
  font-size: 12px;
  color: #92929d;
  letter-spacing: 0.5px;
  line-height: 1.58333;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.popup-results .btn {
  margin-bottom: 10px;
}
.popup-results .learn-link {
  color: #0062ff;
}
.popup-results .learn-link:hover {
  text-decoration: underline;
}
.popup-results .learn-link img {
  top: 2px;
  position: relative;
}
.toggle-wrap {
  padding-right: 60px;
  position: relative;
}
.toggle-wrap .label {
  font-weight: 600;
  font-size: 12px;
  color: #323c47;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.toggle-wrap .pricing-toggle {
  position: absolute;
  right: 0;
}
.toggle-wrap .pricing-toggle .pricing-checkbox-label {
  width: 40px;
  height: 20px;
  margin: 0;
}
.toggle-wrap .pricing-toggle .pricing-checkbox-label:before {
  width: 16px;
  height: 16px;
  top: 2px;
  left: 2px;
}
.toggle-wrap .pricing-checkbox:checked + .pricing-checkbox-label:before {
  left: 22px;
}
.tggles-list {
  margin-bottom: 30px;
}
.tggles-list .toggle-wrap {
  margin-right: 26px;
  width: calc(50% - 13px);
  margin-bottom: 20px;
}
.tggles-list .toggle-wrap:nth-child(2n + 2) {
  margin-right: 0;
}
@media only screen and (max-width: 400px) {
  .tggles-list .toggle-wrap {
      margin-right: 0;
      width: calc(100% - 0px);
  }
  .tggles-list .toggle-wrap:nth-child(1n + 1) {
      margin-right: 0;
  }
}
.donut-chart {
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .donut-chart {
      margin-top: 30px;
  }
}
.donut-chart--insidelbl {
  text-transform: uppercase;
  font-size: 11px;
  color: #696974;
  letter-spacing: 0.08px;
  width: 100%;
  text-align: center;
}
.donut-chart--insidelbl .big {
  font-weight: 600;
  font-size: 22px;
  color: #171725;
  letter-spacing: 0.09px;
  margin-bottom: 5px;
}
.donut-chart--legend {
  max-width: 240px;
  margin: 0 auto;
}
.donut-chart--legend-item {
  border-bottom: 1px solid #f8f8fa;
  padding: 8px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 15px;
  color: #44444f;
  letter-spacing: 0.11px;
  line-height: 1.66667;
}
.donut-chart--legend-item strong {
  font-weight: 600;
}
.donut-chart--legend-item .name {
  position: relative;
  padding-left: 20px;
}
.donut-chart--legend-item .name .circle {
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.title-2 {
  font-weight: 600;
  font-size: 16px;
  color: #696974;
  letter-spacing: 0.1px;
  line-height: 1.625;
  margin-bottom: 16px;
  margin-top: 50px;
}
.title-2:first-child {
  margin-top: 0;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  20%,
  53%,
  80%,
  from,
  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 {
  20%,
  53%,
  80%,
  from,
  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);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  50%,
  from,
  to {
      opacity: 1;
  }
  25%,
  75% {
      opacity: 0;
  }
}
@keyframes flash {
  50%,
  from,
  to {
      opacity: 1;
  }
  25%,
  75% {
      opacity: 0;
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-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);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from {
      -webkit-transform: none;
      transform: none;
  }
  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: none;
      transform: none;
  }
}
@keyframes wobble {
  from {
      -webkit-transform: none;
      transform: none;
  }
  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: none;
      transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  11.1%,
  from,
  to {
      -webkit-transform: none;
      transform: none;
  }
  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 {
  11.1%,
  from,
  to {
      -webkit-transform: none;
      transform: none;
  }
  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);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  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 {
  20%,
  40%,
  60%,
  80%,
  from,
  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);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  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: none;
      transform: none;
  }
}
@keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  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: none;
      transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  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: none;
      transform: none;
  }
}
@keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  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: none;
      transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  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: none;
      transform: none;
  }
}
@keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  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: none;
      transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  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 {
  60%,
  75%,
  90%,
  from,
  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);
  }
}
.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);
  }
}
.bounceOut {
  -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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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;
  }
}
.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: none;
      transform: none;
  }
}
@keyframes fadeInDown {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
.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: none;
      transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
.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: none;
      transform: none;
  }
}
@keyframes fadeInLeft {
  from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
.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: none;
      transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
.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: none;
      transform: none;
  }
}
@keyframes fadeInRight {
  from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
.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: none;
      transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 50%, 0);
      transform: translate3d(0, 50%, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
@keyframes fadeInUp {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 50%, 0);
      transform: translate3d(0, 50%, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
.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;
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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;
  }
}
.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);
  }
}
.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);
  }
}
.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;
  }
}
.flipOutX {
  -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;
  }
}
.flipOutY {
  -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: none;
      transform: none;
      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: none;
      transform: none;
      opacity: 1;
  }
}
.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;
  }
}
.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: none;
      transform: none;
      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: none;
      transform: none;
      opacity: 1;
  }
}
.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: none;
      transform: none;
      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: none;
      transform: none;
      opacity: 1;
  }
}
.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: none;
      transform: none;
      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: none;
      transform: none;
      opacity: 1;
  }
}
.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: none;
      transform: none;
      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: none;
      transform: none;
      opacity: 1;
  }
}
.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: none;
      transform: none;
      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: none;
      transform: none;
      opacity: 1;
  }
}
.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;
  }
}
.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;
  }
}
.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;
  }
}
.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;
  }
}
.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;
  }
}
.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;
  }
}
.hinge {
  -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);
  }
}
.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: none;
      transform: none;
  }
}
@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: none;
      transform: none;
  }
}
.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);
  }
}
.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;
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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;
  }
}
.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);
  }
}
.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;
  }
}
.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;
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.preloader {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.preloader__content {
  width: 140px;
  height: 150px;
}
.preloader__content > i {
  border: 2px solid #499207;
  border-radius: 50%;
}
.preloader__content > i:nth-of-type(1) {
  width: 25px;
  height: 25px;
  border-bottom-color: transparent;
}
.preloader__content > i:nth-of-type(2) {
  width: 50px;
  height: 50px;
  border-right-color: transparent;
}
.preloader__content > i:nth-of-type(3) {
  width: 75px;
  height: 75px;
  border-top-color: transparent;
}
.preloader.active {
  opacity: 1;
  visibility: visible;
}
.preloader.active .preloader__content > i {
  -webkit-animation: preloader-rotate 2s linear infinite;
  animation: preloader-rotate 2s linear infinite;
}
.preloader.active .preloader__content > i:nth-of-type(1) {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.preloader.active .preloader__content > i:nth-of-type(2) {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  animation-direction: reverse;
}
.preloader.active .preloader__content > i:nth-of-type(3) {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@-webkit-keyframes preloader-rotate {
  0% {
      -webkit-transform: translate(-50%, -50%) rotate(0);
      transform: translate(-50%, -50%) rotate(0);
  }
  100% {
      -webkit-transform: translate(-50%, -50%) rotate(360deg);
      transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes preloader-rotate {
  0% {
      -webkit-transform: translate(-50%, -50%) rotate(0);
      transform: translate(-50%, -50%) rotate(0);
  }
  100% {
      -webkit-transform: translate(-50%, -50%) rotate(360deg);
      transform: translate(-50%, -50%) rotate(360deg);
  }
}
body,
html {
  background-color: #fafafb;
}
.toggle_dropdown_wrap {
  position: relative;
}
.toggle_dropdown_wrap .toggle_menu {
  cursor: pointer;
}
.toggle_dropdown_wrap .toggle_menu_dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  min-width: 120px;
}
.toggle_dropdown_wrap .toggle_menu_dropdown a {
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
}
.toggle_dropdown_wrap.opened .toggle_menu_dropdown {
  opacity: 1;
  margin-top: 5px;
  visibility: visible;
}
.wrap {
  max-width: 1020px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.bgi {
  background-position: center;
  background-size: cover;
}
.txt-green {
  color: #3dd598;
}
.txt-red {
  color: #fc5a5a;
}
.txt-blue {
  color: #4b99d5;
}
.pen {
  pointer-events: none;
}
.vh {
  visibility: hidden;
}
.tabs-content {
  display: none;
}
.tabs-content.active {
  display: block;
}
.btn {
  font-weight: 600;
  font-size: 14px;
  color: #fafafb;
  background-color: #1a1946;
  border-radius: 10px;
  padding: 13px 15px;
  min-width: 120px;
}
.btn img {
  margin-right: 8px;
}
.btn:hover {
  background-color: #1b104e;
}
.btn.grey {
  background-color: #44444f;
}
.btn.grey:hover {
  background-color: #2c2c34;
}
.btn.orange {
  background-color: #ee5758;
}
.btn.orange:hover {
  background-color: #e9292a;
}
.btn.orange.transparent {
  border: 1px solid #ee5758;
  color: #ee5758;
  background-color: transparent;
}
.btn.orange.transparent:hover {
  color: #fff;
  background-color: #ee5758;
}
.btn.red {
  background-color: #fc5a5a;
}
.btn.red:hover {
  background-color: #fb2828;
}
.btn.red.transparent {
  border: 1px solid #fc5a5a;
  color: #fc5a5a;
  background-color: transparent;
}
.btn.red.transparent:hover {
  color: #fff;
  background-color: #fc5a5a;
}
.btn.blue {
  background-color: #50b5ff;
}
.btn.blue:hover {
  background-color: #1d9fff;
}
.btn.darkblue {
  background-color: #334563;
}
.btn.darkblue:hover {
  background-color: #222e41;
}
.btn.greylight {
  background-color: #f1f1f5;
  color: #696974;
}
.btn.greylight:hover {
  background-color: #d3d3e0;
}
.btn.greylight.transparent {
  border: 1px solid #f1f1f5;
  background-color: transparent;
}
.btn.greylight.transparent:hover {
  background-color: #f1f1f5;
}
.btn.orange.transparent {
  border: 1px solid rgba(255, 151, 74, 0.25);
  color: #ff974a;
  background-color: transparent;
}
.btn.orange.transparent:hover {
  color: #fff;
  background-color: #ff974a;
}
.btn.small {
  min-width: 80px;
  padding: 8px 15px;
}
.btn.big {
  padding: 20px 15px;
}
.btn.fullwidth {
  width: 100%;
}
.time-tag {
  font-size: 14px;
  color: #fc5a5a;
  letter-spacing: 0.1px;
  display: inline-block;
  background-color: rgba(252, 90, 90, 0.1);
  padding: 4px 6px;
  border-radius: 5px;
}
.time-tag .icon-clock {
  font-size: 16px;
  margin-right: 4px;
}
.tag-email {
  font-size: 12px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 600;
  color: #fbb000;
  background-color: rgba(251, 176, 0, 0.1);
  padding: 4px 6px;
}
.tag-email small {
  font-size: 7px;
}
.btn-loadmore {
  font-weight: 600;
  font-size: 14px;
  color: #1a1946;
  letter-spacing: 0.93px;
  text-align: left;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 26px;
}
.btn-loadmore .icon-chev-bottom {
  right: 0;
  font-size: 6px;
}
.btn-loadmore:hover {
  color: #1b104e;
}
.btn-row {
  font-size: 0;
}
.btn-row .btn {
  display: inline-block;
  margin-right: 20px;
}
.btn-row .btn:last-child {
  margin-right: 0;
}
.link-red {
  font-size: 14px;
  color: #fc5a5a;
  letter-spacing: 0;
  line-height: 1.85714;
  text-decoration: underline;
}
.link-red:hover {
  text-decoration: none;
}
.api-item--head .title:before,
.check-wrap .lbl:before,
.icon-font:before,
[class*=" icon-"]:before,
[class^="icon-"]:before {
  display: inline-block;
  vertical-align: middle;
  font-family: iconFont;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
}
.icon-notification:before {
  content: "\e101";
}
.icon-clock:before {
  content: "\e102";
}
.api-item--head .title:before,
.icon-chev-right:before {
  content: "\e103";
}
.icon-chev-bottom:before {
  content: "\e104";
}
.icon-close:before {
  content: "\e105";
}
.icon-trash:before {
  content: "\e106";
}
.check-wrap .lbl:before,
.icon-check:before {
  content: "\e107";
}
.icon-invoice:before {
  content: "\e108";
}
.icon-chev-top:before {
  content: "\e109";
}
.icon-chev-left:before {
  content: "\e110";
}
.icon-search:before {
  content: "\e111";
}
.icon-plus:before {
  content: "\e112";
}
.icon-eye:before {
  content: "\e113";
}
.upload-area {
  border: 1px dashed #1a1946;
  border-radius: 10px;
  height: 156px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  cursor: pointer;
}
.upload-area img {
  margin-bottom: 20px;
}
.upload-area .txt {
  width: 100%;
  font-size: 15px;
  color: #a1a1a1;
  text-align: center;
}
.upload-area .center {
  text-align: center;
}
.form-upload .upload-area {
  margin-bottom: 18px;
}
.form-upload .btn {
  margin-bottom: 8px;
}
.form-upload .btn:last-child {
  margin-bottom: 0;
}
.check-wrap {
  display: block;
}
.check-wrap .lbl {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  color: #44444f;
  letter-spacing: 0.1px;
}
.check-wrap .lbl:before {
  position: absolute;
  z-index: 2;
  font-size: 8px;
  color: #fff;
  display: none;
  top: 3px;
  left: 3px;
}
.check-wrap .lbl:after {
  border: 2px solid #b5b5be;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  left: 0;
  top: -1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.check-wrap input {
  display: none;
}
.check-wrap input:checked + .lbl:after {
  background-color: #4eb8bb;
  border-color: #4eb8bb;
}
.check-wrap input:checked + .lbl:before {
  display: block;
}
.check-wrap.input-right .lbl {
  padding-left: 0;
  padding-right: 26px;
}
.check-wrap.input-right .lbl:before {
  left: auto;
  right: 3px;
}
.check-wrap.input-right .lbl:after {
  left: auto;
  right: 0;
}
.check-list .check-wrap {
  margin-bottom: 20px;
}
.check-list .check-wrap .lbl {
  display: block;
}
.check-list .check-wrap:last-child {
  margin-bottom: 0;
}
.form-search {
  position: relative;
}
.form-search .icon-search {
  position: absolute;
  color: #50b5ff;
  font-size: 16px;
  left: 26px;
}
.form-search input {
  background-color: #fff;
  height: 70px;
  border-radius: 10px;
  padding-left: 50px;
  padding-right: 130px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  color: #b5b5be;
  letter-spacing: 0.1px;
}
.form-search input::-webkit-input-placeholder {
  color: #b5b5be;
  font-family: Poppins, sans-serif;
}
.form-search input::-moz-placeholder {
  color: #b5b5be;
  font-family: Poppins, sans-serif;
}
.form-search input:-ms-input-placeholder {
  color: #b5b5be;
  font-family: Poppins, sans-serif;
}
.form-search input:-moz-placeholder {
  color: #b5b5be;
  font-family: Poppins, sans-serif;
}
.form-search input:focus::-webkit-input-placeholder {
  color: transparent;
  font-family: Poppins, sans-serif;
}
.form-search input:focus::-moz-placeholder {
  color: transparent;
  font-family: Poppins, sans-serif;
}
.form-search input:focus:-ms-input-placeholder {
  color: transparent;
  font-family: Poppins, sans-serif;
}
.form-search input:focus:-moz-placeholder {
  color: transparent;
  font-family: Poppins, sans-serif;
}
.form-search .btn-submit {
  width: 120px;
  right: 0;
  top: 0;
  height: 100%;
  border-radius: 0 10px 10px 0;
  position: absolute;
  background-color: #1c1a45;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.1px;
}
.form-search .btn-submit:hover {
  background-color: #13122d;
}
.progress-wrap .num {
  font-size: 14px;
  color: #696974;
  letter-spacing: 0.1px;
  line-height: 1.14286;
  margin-bottom: 2px;
}
.progress-line {
  border-radius: 2px;
  background-color: #e2e2ea;
  height: 4px;
  position: relative;
}
.progress-line--inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #3dd598;
  border-radius: 2px;
}
.custom-select {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  z-index: 10;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 23px;
  font-weight: 600;
  font-size: 15px;
}
.custom-select .current-value {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Poppins, sans-serif;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  color: #92929d;
  letter-spacing: 0.09px;
  cursor: pointer;
}
.custom-select .current-value strong {
  font-weight: 600;
  color: #171725;
}
.custom-select .current-value:before {
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #92929d transparent transparent transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.custom-select .current-value.active:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #92929d transparent;
}
.custom-select .current-value.active + .list-values {
  margin-top: 1px;
  visibility: visible;
  opacity: 1;
}
.custom-select .list-values {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 100%;
  color: #92929d;
  margin-top: 20px;
  visibility: hidden;
  width: calc(100% + 32px);
  margin-left: -16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #e2e2ea;
  border-radius: 5px;
}
.custom-select .list-values a {
  display: block;
  color: inherit;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  padding: 17px 15px;
  letter-spacing: 0.09px;
  border-bottom: 1px solid #e2e2ea;
}
.custom-select .list-values a:hover {
  color: #499207;
}
.custom-select .list-values a:last-child {
  border-bottom: none;
}
.custom-select .list-values a.current {
  display: none;
}
.stat-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 25px 30px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1px;
}
.stat-item .val {
  font-size: 28px;
  letter-spacing: 0.12px;
  margin-top: 29px;
}
.stat-item:last-child {
  margin-bottom: 0;
}
.chart-tabs {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #fff;
  border-radius: 5px;
}
.chart-tabs--item {
  font-size: 14px;
  color: #44444f;
  letter-spacing: 0.1px;
  line-height: 1.71429;
  cursor: pointer;
  text-align: left;
  padding: 5px 12px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.chart-tabs--item.active,
.chart-tabs--item:hover {
  color: #fff;
  background-color: #48920b;
}
.inp-row {
  margin-bottom: 30px;
}
.inp-row .label {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  color: #b5b5be;
  letter-spacing: 0.1px;
  display: block;
  margin-bottom: 15px;
  min-height: 14px;
}
.inp-row input,
.inp-row textarea {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e9eff4;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  height: 50px;
  color: #323c47;
  padding: 0 16px;
}
.inp-row--options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.inp-row--options .link-export {
  margin: 10px 0;
}
.inp-row--txt {
  font-size: 14px;
  color: #000;
  letter-spacing: 0.1px;
  line-height: 1.64286;
}
.inp-row--txt a {
  color: #1a1946;
}
.inp-row--txt a:hover {
  text-decoration: underline;
}
.link-delete,
.link-export {
  display: inline-block;
  font-size: 16px;
  color: #000;
  letter-spacing: 0.1px;
  line-height: 1.625;
  position: relative;
  padding-left: 32px;
}
.link-delete:hover,
.link-export:hover {
  text-decoration: underline;
}
.link-delete .icon-trash,
.link-delete img,
.link-export .icon-trash,
.link-export img {
  left: 0;
}
.link-delete {
  color: #fc5a5a;
}
.link-delete .icon-trash {
  font-size: 21px;
}
.inp-row-2 .inp-row {
  margin-right: 80px;
  width: calc(50% - 40px);
}
.inp-row-2 .inp-row:nth-child(2n + 2) {
  margin-right: 0;
}
@media only screen and (max-width: 1160px) {
  .inp-row-2 .inp-row {
      margin-right: 30px;
      width: calc(50% - 15px);
  }
  .inp-row-2 .inp-row:nth-child(2n + 2) {
      margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .inp-row-2 .inp-row {
      margin-right: 0;
      width: calc(100% - 0px);
  }
  .inp-row-2 .inp-row:nth-child(1n + 1) {
      margin-right: 0;
  }
}
.sign-inp-row {
  margin-bottom: 15px;
}
.sign-inp-row input {
  height: 38px;
  background-color: #fafafb;
  border: 1px solid #f1f1f5;
  font-size: 14px;
  color: #92929d;
  padding: 0 15px;
  letter-spacing: 0.1px;
  border-radius: 15px;
}
.sign-inp-row input::-webkit-input-placeholder {
  color: #92929d;
  font-family: Poppins, sans-serif;
}
.sign-inp-row input::-moz-placeholder {
  color: #92929d;
  font-family: Poppins, sans-serif;
}
.sign-inp-row input:-ms-input-placeholder {
  color: #92929d;
  font-family: Poppins, sans-serif;
}
.sign-inp-row input:-moz-placeholder {
  color: #92929d;
  font-family: Poppins, sans-serif;
}
.sign-inp-row input:focus::-webkit-input-placeholder {
  color: transparent;
  font-family: Poppins, sans-serif;
}
.sign-inp-row input:focus::-moz-placeholder {
  color: transparent;
  font-family: Poppins, sans-serif;
}
.sign-inp-row input:focus:-ms-input-placeholder {
  color: transparent;
  font-family: Poppins, sans-serif;
}
.sign-inp-row input:focus:-moz-placeholder {
  color: transparent;
  font-family: Poppins, sans-serif;
}
.sign-inp-row.pass {
  position: relative;
}
.sign-inp-row.pass .icon-eye {
  position: absolute;
  font-size: 10px;
  right: 15px;
  color: #92929d;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.sign-inp-row.pass .icon-eye:hover {
  color: #1a1946;
}
.sign-inp-row.pass input {
  padding-right: 40px;
}
.info-line {
  margin-bottom: 24px;
  background-color: #fff;
  border-radius: 10px;
  min-height: 92px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 20px;
}
.info-line:last-child {
  margin-bottom: 0;
}
.info-line--left {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .info-line--left {
      width: 100%;
      margin-bottom: 16px;
  }
}
.info-line--left .img-cont {
  width: 38px;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .info-line--left .img-cont {
      margin-right: 10px;
  }
}
.info-line--left .title-wrap .title {
  font-weight: 600;
  line-height: 1.625;
  font-size: 16px;
  color: #171725;
  letter-spacing: 0.1px;
}
@media only screen and (max-width: 767px) {
  .info-line--left .title-wrap .title {
      font-size: 14px;
  }
}
.info-line--left .title-wrap .title a {
  color: inherit;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.info-line--left .title-wrap .title a:hover {
  color: #1a1946;
}
.info-line--left .title-wrap .meta {
  color: #c1c1c1;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1px;
  line-height: 1.64286;
}
.info-line--right {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .info-line--right {
      width: 100%;
  }
}
.info-line--right:before {
  left: 0;
  width: 1px;
  height: 50px;
  background-color: #e2e2ea;
}
@media only screen and (max-width: 767px) {
  .info-line--right:before {
      display: none;
  }
}
.api-item--head .info-line--right .title:before,
.info-line--right .api-item--head .title:before,
.info-line--right .icon-chev-right {
  margin-right: 25px;
  color: #92929d;
  font-size: 16px;
}
@media only screen and (max-width: 1200px) {
  .api-item--head .info-line--right .title:before,
  .info-line--right .api-item--head .title:before,
  .info-line--right .icon-chev-right {
      margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .api-item--head .info-line--right .title:before,
  .info-line--right .api-item--head .title:before,
  .info-line--right .icon-chev-right {
      display: none;
  }
}
.info-line--right .btn {
  width: 150px;
  margin-right: 50px;
  margin-left: 40px;
}
@media only screen and (max-width: 1200px) {
  .info-line--right .btn {
      margin-left: 20px;
      margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .info-line--right .btn {
      margin-left: 0;
      margin-right: 0;
      width: 100%;
      margin-top: 16px;
  }
}
.info-line--right .time-tag {
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  .info-line--right .time-tag {
      margin-left: 0;
  }
}
.info-line--right .progress-wrap {
  width: 215px;
  margin-left: 30px;
}
@media only screen and (max-width: 460px) {
  .info-line--right .progress-wrap {
      margin-left: 0;
      width: 100%;
      margin-top: 16px;
  }
}
.info-line--right .stat-col {
  text-align: center;
  position: relative;
  font-size: 14px;
  color: #696974;
  letter-spacing: 0.1px;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .info-line--right .stat-col {
      padding: 0 10px;
  }
  .info-line--right .stat-col:first-child {
      padding-left: 0;
  }
  .info-line--right .stat-col:last-of-type {
      padding-right: 0;
  }
  .info-line--right .stat-col:last-of-type:before {
      display: none;
  }
}
.info-line--right .stat-col .val {
  display: block;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1px;
  margin-top: 14px;
}
.info-line--right .stat-col:before {
  right: 0;
  width: 1px;
  height: 50px;
  background-color: #e2e2ea;
}
@media only screen and (max-width: 767px) {
  .info-line--right .stat-col:before {
      display: none;
  }
}
.pagination-wrap {
  margin-top: 40px;
  text-align: center;
}
.pricing-top {
  background-color: #499207;
  padding: 43px 20px;
  height: 196px;
}
@media only screen and (max-width: 1080px) {
  .pricing-top {
      height: auto;
  }
}
.pricing-top--wrap {
  max-width: 490px;
  margin: 0 auto;
}
.pricing-top .title {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.1px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 26px;
}
.pricing-top--form {
  position: relative;
}
.pricing-top--form input {
  background-color: #fff;
  border-radius: 10px;
  height: 48px;
  font-size: 14px;
  color: #171725;
  padding: 0 50px 0 13px;
  letter-spacing: 0.1px;
}
.pricing-top--form input::-webkit-input-placeholder {
  color: #92929d;
  font-family: Poppins, sans-serif;
}
.pricing-top--form input::-moz-placeholder {
  color: #92929d;
  font-family: Poppins, sans-serif;
}
.pricing-top--form input:-ms-input-placeholder {
  color: #92929d;
  font-family: Poppins, sans-serif;
}
.pricing-top--form input:-moz-placeholder {
  color: #92929d;
  font-family: Poppins, sans-serif;
}
.pricing-top--form input:focus::-webkit-input-placeholder {
  color: transparent;
  font-family: Poppins, sans-serif;
}
.pricing-top--form input:focus::-moz-placeholder {
  color: transparent;
  font-family: Poppins, sans-serif;
}
.pricing-top--form input:focus:-ms-input-placeholder {
  color: transparent;
  font-family: Poppins, sans-serif;
}
.pricing-top--form input:focus:-moz-placeholder {
  color: transparent;
  font-family: Poppins, sans-serif;
}
.api-item--head .pricing-top--form .title:before,
.pricing-top--form .api-item--head .title:before,
.pricing-top--form .icon-chev-right {
  color: #92929d;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  border-radius: 10px;
}
.api-item--head .pricing-top--form .title:hover:before,
.pricing-top--form .api-item--head .title:hover:before,
.pricing-top--form .icon-chev-right:hover {
  color: #1a1946;
}
.pricing-section {
  padding: 40px 20px;
  background-color: #fafafb;
}
.pricing-section--wrap {
  max-width: 700px;
  margin: 0 auto;
}
.pricing-section--title {
  text-align: center;
  margin-bottom: 40px;
}
.pricing-section--title .title {
  font-weight: 600;
  font-size: 24px;
  color: #171725;
  letter-spacing: 0.1px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.pricing-section--title p {
  font-size: 12px;
  color: #92929d;
  line-height: 1.66667;
}
.pricing-section .pricing-toggle {
  margin-top: 30px;
}
.pricing-section .payment-methods {
  text-align: center;
  margin-top: 60px;
}
.pricing-toggle {
  margin-bottom: 56px;
}
@media only screen and (max-width: 767px) {
  .pricing-toggle {
      margin-bottom: 40px;
  }
}
.pricing-toggle .pricing-checkbox-label {
  cursor: pointer;
  display: block;
  background: #d0d7dd;
  height: 32px;
  width: 60px;
  border-radius: 50px;
  margin: 16px auto;
  position: relative;
}
@media only screen and (max-width: 400px) {
  .pricing-toggle .pricing-checkbox-label {
      margin-top: 26px;
  }
}
.pricing-toggle .pricing-checkbox-label .off,
.pricing-toggle .pricing-checkbox-label .on {
  display: block;
  position: absolute;
  z-index: 0;
  left: 76px;
  opacity: 1;
  min-width: 200px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  color: #b5b5b5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
}
@media only screen and (max-width: 400px) {
  .pricing-toggle .pricing-checkbox-label .off,
  .pricing-toggle .pricing-checkbox-label .on {
      line-height: 56px;
      min-width: 100px;
      font-size: 12px;
      margin-top: -13px;
  }
}
.pricing-toggle .pricing-checkbox-label .off {
  left: auto;
  right: 76px;
  text-align: right;
  opacity: 1;
  color: #323c47;
}
.pricing-toggle .pricing-checkbox-label:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 4px;
  left: 4px;
  border-radius: 50px;
  height: 24px;
  width: 24px;
  background: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pricing-toggle .pricing-checkbox {
  position: absolute;
  left: -5000px;
}
.pricing-toggle .pricing-checkbox:checked + .pricing-checkbox-label .on {
  color: #323c47;
}
.pricing-toggle .pricing-checkbox:checked + .pricing-checkbox-label .off {
  color: #b5b5b5;
}
.pricing-toggle .pricing-checkbox:checked + .pricing-checkbox-label:before {
  left: 30px;
}
.pricing-item {
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #e2e2ea;
  color: inherit;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pricing-item--right {
  border-radius: 0 10px 10px 0;
  width: 174px;
  background-color: #fbfbfb;
  padding: 22px;
  text-align: right;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media only screen and (max-width: 600px) {
  .pricing-item--right {
      width: 110px;
  }
}
.pricing-item--right .title {
  text-transform: uppercase;
  font-size: 15px;
  width: 100%;
  color: #92929d;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 600px) {
  .pricing-item--right .title {
      font-size: 12px;
  }
}
.pricing-item--right .price {
  font-weight: 500;
  font-size: 23px;
  color: #171725;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 600px) {
  .pricing-item--right .price {
      font-size: 18px;
  }
}
.pricing-item--left {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: calc(100% - 174px);
  min-height: 100px;
  padding: 15px 20px;
}
@media only screen and (max-width: 600px) {
  .pricing-item--left {
      padding: 15px 20px;
      min-height: 80px;
      width: calc(100% - 110px);
  }
}
.pricing-item--left .title {
  font-weight: 600;
  font-size: 21px;
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .pricing-item--left .title {
      font-size: 18px;
  }
}
.pricing-item--left .meta {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .pricing-item--left .meta {
      margin-top: 10px;
  }
}
@media only screen and (max-width: 400px) {
  .pricing-item--left .meta {
      display: block;
  }
}
.pricing-item--left .meta .sale {
  font-size: 14px;
  color: #92929d;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 400px) {
  .pricing-item--left .meta .sale {
      margin-top: 10px;
  }
}
.pricing-item.active,
.pricing-item:hover {
  background-color: #499207;
  border-color: #499207;
  color: #fff;
}
.pricing-item.active .pricing-item--right,
.pricing-item:hover .pricing-item--right {
  background-color: #55c5c2;
}
.pricing-item.active .price,
.pricing-item.active .sale,
.pricing-item.active .tag-email,
.pricing-item.active .title,
.pricing-item:hover .price,
.pricing-item:hover .sale,
.pricing-item:hover .tag-email,
.pricing-item:hover .title {
  color: #fff;
}
.pricing-item.active .tag-email,
.pricing-item:hover .tag-email {
  background-color: #64e5e0;
}
.cart-table {
  width: 100%;
}
.cart-table thead th {
  font-size: 17px;
  color: #000;
  letter-spacing: 0.07px;
  background-color: #f1f1f5;
  text-transform: uppercase;
  padding-left: 24px;
  vertical-align: middle;
  height: 50px;
}
.cart-table thead th:last-child {
  padding-right: 50px;
  text-align: right;
}
.cart-table tbody td {
  font-size: 17px;
  color: #b7b7b7;
  letter-spacing: 0.07px;
  height: 65px;
  border-bottom: 1px solid #f1f1f5;
  vertical-align: middle;
  padding-left: 24px;
}
.cart-table tbody td:last-child {
  padding-right: 50px;
  text-align: right;
}
.cart-table tbody td .icon-close {
  font-size: 10px;
  color: #92929d;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.cart-table tbody td .icon-close:hover {
  color: #1a1946;
}
.cart-table tfoot td {
  border-top: 1px solid #e2e2ea;
  background-color: #f1f1f5;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  color: #1a1946;
  letter-spacing: 0.08px;
  height: 80px;
  padding-left: 24px;
}
.cart-table tfoot td:last-child {
  padding-right: 50px;
  text-align: right;
}
.section-api {
  background-color: #fafafb;
  padding: 60px 100px;
}
@media only screen and (max-width: 1080px) {
  .section-api {
      padding: 40px 20px;
  }
}
.section-title {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1080px) {
  .section-title {
      margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
      display: block;
  }
}
.section-title .title {
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.12px;
}
@media only screen and (max-width: 767px) {
  .section-title .title {
      font-size: 21px;
  }
}
.section-title p {
  font-size: 16px;
  color: #92929d;
  letter-spacing: 0.1px;
  line-height: 1.625;
  margin-top: 18px;
}
.section-title p a {
  color: #50b5ff;
}
.section-title p a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .section-title p {
      margin-top: 10px;
      font-size: 14px;
  }
}
.section-title--right .btn {
  min-width: 200px;
}
@media only screen and (max-width: 767px) {
  .section-title--right .btn {
      min-width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title--right {
      margin-top: 10px;
  }
}
.api-wrap--stats {
  width: 300px;
  margin-left: 50px;
}
@media only screen and (max-width: 860px) {
  .api-wrap--stats {
      margin-left: 0;
      width: 100%;
  }
}
.api-wrap--chart {
  width: calc(100% - 350px);
}
@media only screen and (max-width: 860px) {
  .api-wrap--chart {
      margin-bottom: 30px;
      width: 100%;
  }
}
.chart-wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}
.chart-header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  font-size: 0;
}
@media only screen and (max-width: 860px) {
  .chart-header {
      display: block;
      margin-bottom: 30px;
  }
}
.chart-header .title {
  font-weight: 600;
  font-size: 17px;
  color: #171725;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
}
@media only screen and (max-width: 860px) {
  .chart-header .title {
      margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .chart-header .title {
      margin-bottom: 10px;
  }
}
.chart-header .title:last-child {
  margin-right: 0;
}
.chart-header .custom-select {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .chart-header .custom-select {
      margin-bottom: 10px;
  }
}
@media only screen and (max-width: 860px) {
  .chart-header .chart-legend {
      margin-top: 5px;
  }
}
.chart-legend {
  font-size: 0;
}
.chart-legend--item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 55px;
  font-size: 15px;
  color: #44444f;
  letter-spacing: 0.11px;
  line-height: 1.73333;
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .chart-legend--item {
      margin-right: 20px;
      font-size: 12px;
  }
}
.chart-legend--item .circle {
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 100%;
}
.chart-legend--item:last-child {
  margin-right: 0;
}
.api-wrap2 .api-wrap--chart {
  width: 100%;
}
.api-wrap2--sidebar {
  width: 465px;
}
@media only screen and (max-width: 1200px) {
  .api-wrap2--sidebar {
      width: 350px;
  }
}
@media only screen and (max-width: 1024px) {
  .api-wrap2--sidebar {
      width: 100%;
  }
}
.api-wrap2--content {
  width: calc(100% - 465px);
  padding: 60px 60px 60px 100px;
}
@media only screen and (max-width: 1200px) {
  .api-wrap2--content {
      width: calc(100% - 350px);
      padding: 40px 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .api-wrap2--content {
      width: 100%;
  }
}
.api-desc {
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.api-desc:first-child {
  margin-top: 0;
}
.api-desc--txt {
  width: 350px;
  margin-right: 80px;
}
@media only screen and (max-width: 767px) {
  .api-desc--txt {
      margin-right: 0;
      width: 100%;
  }
}
.api-desc--txt .title {
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.12px;
}
.api-desc--txt p {
  margin-top: 20px;
  font-size: 16px;
  color: #696974;
  letter-spacing: 0.1px;
  line-height: 1.73333;
}
.api-desc--form {
  width: calc(100% - 430px);
}
@media only screen and (max-width: 767px) {
  .api-desc--form {
      margin-top: 20px;
      width: 100%;
  }
}
.api-desc--form .btn {
  width: 155px;
  border-radius: 0 10px 10px 0;
}
@media only screen and (max-width: 767px) {
  .api-desc--form .btn {
      width: 100px;
      min-width: 0;
  }
}
.api-desc--form input {
  background-color: #fff;
  width: calc(100% - 155px);
  border: 1px solid #e2e2ea;
  border-right: none;
  font-family: Poppins, sans-serif;
  border-radius: 10px 0 0 10px;
  font-size: 16px;
  padding: 0 25px;
  height: 50px;
  color: #989898;
}
@media only screen and (max-width: 767px) {
  .api-desc--form input {
      width: calc(100% - 100px);
  }
}
.code-block {
  padding: 16px 20px;
  border-radius: 10px;
  background-color: #3d3d49;
  color: #fff;
  font-family: Helvetica;
  overflow-y: auto;
}
.code-block pre {
  white-space: nowrap;
  margin-bottom: 12px;
}
.code-block pre:last-child {
  margin-bottom: 0;
}
.code-tabs {
  background-color: #44444f;
}
.code-tabs .tabs-nav {
  padding: 0 40px;
  background-color: #696974;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .code-tabs .tabs-nav {
      padding: 0 20px;
  }
}
.code-tabs .tabs-nav .tab-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
}
.code-tabs .tabs-nav .tab-item a {
  padding: 17px 0;
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #92929d;
  letter-spacing: 0.1px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.code-tabs .tabs-nav .tab-item a:before {
  bottom: 0;
  width: 0;
  height: 4px;
  background: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.code-tabs .tabs-nav .tab-item a:hover:before {
  opacity: 1;
  width: 100%;
}
.code-tabs .tabs-nav .tab-item a:before {
  border-radius: 2px;
}
.code-tabs .tabs-nav .tab-item:last-child {
  margin-right: 0;
}
.code-tabs .tabs-nav .tab-item.current a {
  color: #fff;
}
.code-tabs .tabs-nav .tab-item.current a:before {
  width: 100%;
  opacity: 1;
}
.code-tabs .tabs-content {
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .code-tabs .tabs-content {
      padding: 20px;
  }
}
.code-tabs .tabs-content p {
  font-size: 12px;
  color: #92929d;
  line-height: 1.83333;
  margin-bottom: 20px;
}
.code-tabs .tabs-content p:last-child {
  margin-bottom: 0;
}
.code-tabs .code-block {
  margin-bottom: 20px;
}
.code-tabs .code-block:last-child {
  margin-bottom: 0;
}
.api-row .api-item {
  margin-right: 30px;
  width: calc(25% - 22.5px);
  margin-bottom: 30px;
}
.api-row .api-item:nth-child(4n + 4) {
  margin-right: 0;
}
@media only screen and (max-width: 860px) {
  .api-row .api-item {
      margin-right: 30px;
      width: calc(50% - 15px);
  }
  .api-row .api-item:nth-child(2n + 2) {
      margin-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .api-row .api-item {
      margin-right: 0;
      width: calc(100% - 0px);
  }
  .api-row .api-item:nth-child(1n + 1) {
      margin-right: 0;
  }
}
.api-item {
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #e2e2ea;
  min-height: 300px;
  padding: 40px 20px 24px;
}
.api-item .title {
  font-weight: 600;
  font-size: 18px;
}
.api-item .title a {
  color: inherit;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.api-item .title a:hover {
  color: #1a1946;
}
.api-item p {
  font-size: 14px;
  color: #b5b5be;
  letter-spacing: 0.1px;
  line-height: 1.57143;
  margin-top: 15px;
}
.api-item--head {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-right: 30px;
  width: 100%;
}
.api-item--head .title {
  padding-right: 10px;
  position: relative;
}
.api-item--head .title:before {
  color: #50b5ff;
  font-size: 7px;
  right: 0;
}
.api-item--bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%;
}
.api-item--stats {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.api-item--stats-item {
  font-size: 11px;
  color: #d5d5dc;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 30%;
  margin-bottom: 10px;
  padding: 0 3px;
}
.api-item--stats-item .val {
  font-weight: 600;
  margin-top: 16px;
  font-size: 16px;
  color: #1a1946;
}
.api-item--stats-item .val.col2 {
  color: #7e5be2;
}
.api-item--stats-item .val.col3 {
  color: #f9a752;
}
.api-item .add-circle {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin: 0 auto 25px;
  background-color: rgba(255, 197, 66, 0.1);
  position: relative;
}
.api-item .add-circle:before {
  font-size: 48px;
  color: #fbb000;
}
.api-item--center {
  width: 100%;
  text-align: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.api-item--center p {
  margin-top: 10px;
}
.api-item.new {
  border-color: transparent;
  color: inherit;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.api-item.new:hover {
  border-color: #e2e2ea;
}
.title1-wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
  margin-bottom: 30px;
}
.title1-wrap .title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.1px;
  line-height: 1.5;
}
.title1-wrap .title:last-child {
  margin-right: 0;
}
.title1-wrap .custom-select {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  font-size: 18px;
}
.title1-wrap .custom-select strong {
  color: #171725;
  font-weight: 600;
}
.title1-wrap .btn {
  min-width: 170px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.table-settings {
  width: 100%;
}
.table-settings th {
  font-weight: 600;
  font-size: 14px;
  color: #b5b5be;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  padding-left: 30px;
  background-color: #f1f1f5;
  height: 46px;
}
.table-settings th:first-child {
  border-radius: 10px 0 0 0;
}
.table-settings th:last-child {
  padding-right: 30px;
  border-radius: 0 10px 0 0;
}
.table-settings td {
  font-size: 16px;
  color: #696974;
  letter-spacing: 0.1px;
  line-height: 1.625;
  padding-left: 30px;
  background-color: #fff;
  height: 72px;
}
.table-settings td:last-child {
  padding-right: 30px;
}
.table-settings td tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
.table-settings td tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
.table-settings .btn,
.table-settings .icon-invoice {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
.table-settings .btn:last-child,
.table-settings .icon-invoice:last-child {
  margin-right: 0;
}
.table-settings .icon-invoice {
  font-size: 20px;
  color: #92929d;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.table-settings .icon-invoice:hover {
  color: #1a1946;
}
.pagination-pages {
  text-align: center;
  font-size: 0;
}
.pagination-pages .pag-num {
  font-size: 14px;
  color: #92929d;
  letter-spacing: 0.1px;
  text-align: center;
  line-height: 1.71429;
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px;
}
.pagination-pages .pag-num.current,
.pagination-pages .pag-num:hover {
  color: #0062ff;
  font-weight: 600;
}
@media only screen and (max-width: 400px) {
  .pagination-pages .pag-num {
      display: none;
  }
}
.pagination-pages .pag-btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: 8px;
  border: 1px solid #e2e2ea;
  margin: 0 12px;
  width: 32px;
  height: 32px;
  font-size: 12px;
  color: #92929d;
}
.pagination-pages .pag-btn:hover {
  border-color: #1a1946;
}
@media only screen and (max-width: 767px) {
  .table-responsive {
      overflow-y: auto;
  }
}
.users-list {
  border-radius: 10px;
  background-color: #fff;
  max-width: 880px;
}
.users-list--head {
  font-size: 14px;
  color: #989898;
  letter-spacing: 0;
  line-height: 1.85714;
  text-align: left;
  padding: 20px 35px;
  border-bottom: 1px solid #e9eff4;
}
@media only screen and (max-width: 660px) {
  .users-list--head {
      padding: 14px 16px;
  }
}
.users-list--row {
  padding: 14px 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e9eff4;
}
.users-list--row:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 660px) {
  .users-list--row {
      padding: 14px 16px;
  }
  .users-list--row .link-red {
      font-size: 12px;
  }
}
.users-list .user-card {
  position: relative;
  padding-left: 68px;
  font-size: 14px;
  color: #989898;
  line-height: 1.85714;
}
@media only screen and (max-width: 660px) {
  .users-list .user-card {
      font-size: 12px;
  }
}
.users-list .user-card .name {
  font-weight: 600;
  color: #323c47;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.users-list .user-card .img-cont {
  border-radius: 5px;
  background-color: #1a1946;
  text-align: center;
  line-height: 48px;
  width: 48px;
  height: 48px;
  font-weight: 600;
  font-size: 21px;
  color: #fff;
  letter-spacing: 0.75px;
  position: absolute;
  left: 0;
}
.general-block {
  max-width: 875px;
  border-bottom: 1px solid #e2e2ea;
  padding-bottom: 26px;
  margin-bottom: 30px;
}
.general-block:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.sign-container {
  min-height: 100vh;
}
@media only screen and (max-width: 991px) {
  .sign-container .col-img {
      display: none;
  }
}
.sign-container .col-form,
.sign-container .col-img {
  background-color: #1a1946;
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .sign-container .col-form,
  .sign-container .col-img {
      width: 100%;
  }
}
.sign-container .col-form {
  padding: 30px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 400px) {
  .sign-container .col-form {
      display: block;
  }
}
.sign-container .col-form .logo {
  width: 306px;
  max-width: 100%;
  display: block;
  margin: 0 auto 40px;
}
.sign-form {
  border-radius: 20px;
  background-color: #fff;
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 20px 0;
}
.sign-form .title {
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  margin-bottom: 19px;
  color: #171725;
}
.sign-form p {
  margin-top: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.66667;
  color: #92929d;
  font-weight: 600;
}
.sign-form p a {
  color: #50b5ff;
}
.sign-form p a:hover {
  text-decoration: underline;
}
.sign-form .btn {
  margin-top: 15px;
}
.sign-form .separ {
  margin: 15px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #92929d;
  font-weight: 500;
}
.sign-form--foot {
  border-radius: 0 0 20px 20px;
  background-color: #fafafb;
  text-align: center;
  font-size: 12px;
  color: #0062ff;
  padding: 18px;
  font-weight: 600;
  margin-top: 20px;
  width: calc(100% + 40px);
  margin-left: -20px;
}
.sign-form--foot a {
  color: inherit;
}
.sign-form--foot a:hover {
  text-decoration: underline;
}
.hamburger {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .hamburger {
      display: block;
  }
}
.mobile-menu {
  background: #f9f9f9;
  z-index: 9999;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
  padding: 40px 45px;
  width: 300px;
  color: #171725;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  top: 0;
  left: 0;
  visibility: hidden;
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
  height: 100vh;
  position: fixed;
  display: none;
}
@media only screen and (max-width: 1200px) {
  .mobile-menu {
      display: block;
  }
}
@media only screen and (max-width: 500px) {
  .mobile-menu {
      -webkit-transform: translateX(-280px);
      -ms-transform: translateX(-280px);
      transform: translateX(-280px);
      padding: 35px 30px;
      width: 280px;
  }
}
.mobile-menu.opened {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.mobile-menu ul {
  margin-bottom: 20px;
}
.mobile-menu ul li {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.mobile-menu .credit-info {
  padding-right: 0;
  margin-right: 0;
}
.mobile-menu .credit-info:before {
  display: none;
}
.mainheader {
  background-color: #fff;
  padding: 8px 45px;
  border-bottom: 1px solid #e2e2ea;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
  min-height: 70px;
}
@media only screen and (max-width: 1200px) {
  .mainheader {
      padding: 8px 20px;
  }
}
.mainheader--left,
.mainheader--right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mainheader .logo {
  width: 187px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 60px;
}
@media only screen and (max-width: 1200px) {
  .mainheader .logo {
      margin-right: 0;
      width: 160px;
  }
}
.mainheader .main-menu {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 1200px) {
  .mainheader .main-menu {
      display: none;
  }
}
.mainheader .main-menu li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
}
.mainheader .main-menu li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1200px) {
  .mainheader .credit-info {
      display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .mainheader .btn-notification {
      display: none;
  }
}
.mainheader .user-info {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .mainheader .user-info {
      display: none;
  }
}
.mainheader .user-info .img-cont {
  background-color: #fbb000;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  font-weight: 500;
}
.mainheader .user-info .name {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.1px;
}
.credit-info {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.1px;
  position: relative;
  padding-right: 25px;
  margin-right: 25px;
}
.credit-info:before {
  background-color: #f1f1f5;
  width: 1px;
  height: 45px;
  right: 0;
}
.credit-info:last-child {
  padding-right: 0;
  margin-right: 0;
}
.credit-info:last-child:before {
  display: none;
}
.credit-info--tag {
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #1a1946;
  border-radius: 10px;
  min-width: 80px;
  padding: 8px 10px;
  margin-left: 10px;
}
.btn-notification {
  font-size: 22px;
  color: #c1c1c1;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  margin-right: 30px;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-notification:last-child {
  margin-right: 0;
}
.btn-notification.active:after {
  border-radius: 50%;
  background-color: #fc5a5a;
  width: 12px;
  height: 12px;
  top: -4px;
  right: -3px;
}
.btn-notification:hover {
  color: #1a1946;
}
.main-menu a {
  font-size: 14px;
  color: #92929d;
  letter-spacing: 0.1px;
  -webkit-transition: color;
  -o-transition: color;
  transition: color;
}
.main-menu a:hover {
  color: #1a1946;
}
.main-menu .current a {
  color: #1a1946;
  font-weight: 600;
}
.aside-widget {
  margin-bottom: 30px;
}
.aside-widget:last-child {
  margin-bottom: 0;
}
.aside-widget--first {
  margin-top: 46px;
}
.widget-title {
  font-weight: 600;
  font-size: 12px;
  color: #92929d;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.58333;
}
.widget-emailverify {
  width: calc(100% + 80px);
  margin-left: -40px;
  background-color: #1a1946;
  padding: 30px 40px;
  color: #fff;
}
.widget-emailverify .widget-title {
  color: #fff;
  margin-bottom: 14px;
}
.widget-emailverify--form {
  position: relative;
}
.widget-emailverify--form input {
  background-color: #fff;
  margin-bottom: 15px;
  height: 38px;
  border-radius: 10px;
  padding: 0 13px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  color: #171725;
  letter-spacing: 0.1px;
  text-align: left;
}
.widget-emailverify--form input::-webkit-input-placeholder {
  color: #92929d;
  font-family: Poppins, sans-serif;
}
.widget-emailverify--form input::-moz-placeholder {
  color: #92929d;
  font-family: Poppins, sans-serif;
}
.widget-emailverify--form input:-ms-input-placeholder {
  color: #92929d;
  font-family: Poppins, sans-serif;
}
.widget-emailverify--form input:-moz-placeholder {
  color: #92929d;
  font-family: Poppins, sans-serif;
}
.widget-emailverify--form input:focus::-webkit-input-placeholder {
  color: transparent;
  font-family: Poppins, sans-serif;
}
.widget-emailverify--form input:focus::-moz-placeholder {
  color: transparent;
  font-family: Poppins, sans-serif;
}
.widget-emailverify--form input:focus:-ms-input-placeholder {
  color: transparent;
  font-family: Poppins, sans-serif;
}
.widget-emailverify--form input:focus:-moz-placeholder {
  color: transparent;
  font-family: Poppins, sans-serif;
}
.widget-emailverify--form input:last-child {
  margin-bottom: 0;
}
.integration-excerpt {
  border-radius: 10px;
  border: 1px solid #e2e2ea;
  margin-bottom: 16px;
  padding: 9px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
.integration-excerpt:hover {
  border-color: #1a1946;
}
.integration-excerpt .img-cont {
  width: 38px;
  margin-right: 15px;
}
.integration-excerpt .title {
  font-weight: 600;
  font-size: 12px;
  color: #171725;
  letter-spacing: 0.08px;
  width: calc(100% - 53px);
}
.widget-integrations .btn {
  margin-top: 30px;
}
.widget-cart--head {
  background-color: #499207;
  color: #fff;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 15px 30px;
  height: 196px;
}
@media only screen and (max-width: 1080px) {
  .widget-cart--head {
      height: auto;
  }
}
.widget-cart--head .title {
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.1px;
  line-height: 1.5;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .widget-cart--head .title {
      font-size: 18px;
  }
}
.widget-cart--head .title strong {
  font-weight: 600;
  width: 100%;
  display: block;
}
.widget-cart .btn {
  display: block;
  max-width: calc(100% - 100px);
  margin: 30px auto;
}
.aside-widget--menu {
  margin-left: -9px;
}
.aside-widget--menu li a {
  font-size: 14px;
  color: inherit;
  letter-spacing: 0.2px;
  line-height: 1.64286;
  padding: 8px 9px;
  display: block;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.aside-widget--menu li a:hover {
  background-color: #f2f7ff;
  color: #48920b;
}
.aside-widget--menu li.current a {
  background-color: #f2f7ff;
  color: #48920b;
  font-weight: 600;
}
.layout-sidebarLeft--aside {
  position: relative;
}
.hidden_aside {
  display: none;
  position: absolute;
  padding: 0 30px 30px;
  top: 0;
  width: 100%;
  left: 0;
}
.hidden_aside.show {
  display: block;
}
.current_aside.hidden {
  opacity: 0;
  visibility: hidden;
}
.modal-wrap {
  background-color: rgba(23, 23, 37, 0.3);
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-wrap.is-visible {
  opacity: 1;
  visibility: visible;
}
.modal-inner {
  background-color: #fff;
  border-radius: 20px;
  width: 750px;
  max-width: 100%;
  margin: 40px auto;
}
.modal-inner--header {
  border-bottom: 1px solid #e2e2ea;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 500;
  font-size: 14px;
  color: #92929d;
  padding: 20px 25px;
}
.modal-inner--header .title a {
  color: inherit;
  text-decoration: underline;
}
.modal-inner--header .title a:hover {
  text-decoration: none;
}
.modal-inner--header .icon-close {
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.modal-inner--header .icon-close:hover {
  color: #1a1946;
}
.popup-results--col {
  width: 50%;
  padding: 0 30px;
  border-right: 1px solid #e2e2ea;
}
@media only screen and (max-width: 767px) {
  .popup-results--col {
      width: 100%;
  }
}
.popup-results--col:last-child {
  border-right: 0;
}
.popup-results .file-name {
  font-weight: 600;
  font-size: 24px;
  color: #171725;
  letter-spacing: 0.1px;
  line-height: 1.5;
  margin-bottom: 9px;
}
.popup-results .file-date {
  font-size: 16px;
  color: #44444f;
  letter-spacing: 0.1px;
  line-height: 1.625;
  margin-bottom: 40px;
}
.popup-results .file-date .date-title {
  .pricing-item--leftfont-weight: 600;
  font-size: 12px;
  color: #92929d;
  letter-spacing: 0.5px;
  line-height: 1.58333;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.popup-results .btn {
  margin-bottom: 10px;
}
.popup-results .learn-link {
  color: #0062ff;
}
.popup-results .learn-link:hover {
  text-decoration: underline;
}
.popup-results .learn-link img {
  top: 2px;
  position: relative;
}
.toggle-wrap {
  padding-right: 60px;
  position: relative;
}
.toggle-wrap .label {
  font-weight: 600;
  font-size: 12px;
  color: #323c47;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.toggle-wrap .pricing-toggle {
  position: absolute;
  right: 0;
}
.toggle-wrap .pricing-toggle .pricing-checkbox-label {
  width: 40px;
  height: 20px;
  margin: 0;
}
.toggle-wrap .pricing-toggle .pricing-checkbox-label:before {
  width: 16px;
  height: 16px;
  top: 2px;
  left: 2px;
}
.toggle-wrap .pricing-checkbox:checked + .pricing-checkbox-label:before {
  left: 22px;
}
.tggles-list {
  margin-bottom: 30px;
}
.tggles-list .toggle-wrap {
  margin-right: 26px;
  width: calc(50% - 13px);
  margin-bottom: 20px;
}
.tggles-list .toggle-wrap:nth-child(2n + 2) {
  margin-right: 0;
}
@media only screen and (max-width: 400px) {
  .tggles-list .toggle-wrap {
      margin-right: 0;
      width: calc(100% - 0px);
  }
  .tggles-list .toggle-wrap:nth-child(1n + 1) {
      margin-right: 0;
  }
}
.donut-chart {
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .donut-chart {
      margin-top: 30px;
  }
}
.donut-chart--insidelbl {
  text-transform: uppercase;
  font-size: 11px;
  color: #696974;
  letter-spacing: 0.08px;
  width: 100%;
  text-align: center;
}
.donut-chart--insidelbl .big {
  font-weight: 600;
  font-size: 22px;
  color: #171725;
  letter-spacing: 0.09px;
  margin-bottom: 5px;
}
.donut-chart--legend {
  max-width: 240px;
  margin: 0 auto;
}
.donut-chart--legend-item {
  border-bottom: 1px solid #f8f8fa;
  padding: 8px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 15px;
  color: #44444f;
  letter-spacing: 0.11px;
  line-height: 1.66667;
}
.donut-chart--legend-item strong {
  font-weight: 600;
}
.donut-chart--legend-item .name {
  position: relative;
  padding-left: 20px;
}
.donut-chart--legend-item .name .circle {
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.title-2 {
  font-weight: 600;
  font-size: 16px;
  color: #696974;
  letter-spacing: 0.1px;
  line-height: 1.625;
  margin-bottom: 16px;
  margin-top: 50px;
}
.title-2:first-child {
  margin-top: 0;
}
.btn.orange.transparent {
  border: 1px solid #f1f1f5;
  color: #696974;
  background-color: #f1f1f5;
  font-weight: 400 !important;
  width: 185px !important;
}
.btn.red.transparent {
  font-weight: 400 !important;
  width: 314px !important;
}
@media only screen and (max-width: 1450px) {
  .creditBalnce {
      display: none;
  }
  .layout-sidebarLeft--content {
      width: calc(100% - 300px);
  }
  .layout-sidebarLeft--aside {
      width: 300px;
  }
}
img.addtocart {
  position: relative;
  top: 7px;
  width: 10%;
}
.popup-results .popup-dialog .popup-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 10px;
  outline: 0;
  background: #fff;
  box-shadow: 0 16px 23px rgba(0, 0, 0, 0.1);
  margin-left: 20px;
  margin-right: 20px;
}
.popup-results .pop-header, .popup-results .list-area-pop{
  width: 100%
}
.popup-results .quote-info {
  padding: 10px;
  background: #F3F3FF;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.popup-results .btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-size: 18px;
  padding: 17px 24px;
  font-weight: 500;
  border-radius: 9px;
  line-height: 23px;
}
.popup-results .btn-blue {
  background-color: #595AE3;
  color: #fff;
}
.popup-results .quote-info .btn {
  margin-left: auto;
}
.popup-results .quote-info {
  padding: 10px;
  background: #F3F3FF;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.d-flex {
  display: flex !important;
}
.align-items-center {
  align-items: center !important;
}
.popup-results .sm-tx-icon-box {
  margin-top: 20px;
}
.popup-results .sm-tx-icon-box i.lg-icon.fas.fa-check {
  height: 60px;
  min-width: 60px;
  text-align: center;
  line-height: 60px;
  background-color: #4a910c;
  border-radius: 10px;
  font-size: 22px;
  color: #fff;
  margin-right: 20px;
}
.popup-results .sm-tx-icon-box i.lg-icon.fas.risky {
  height: 60px;
  min-width: 60px;
  text-align: center;
  line-height: 60px;
  background-color: #ff974a;
  border-radius: 10px;
  font-size: 22px;
  color: #fff;
  margin-right: 20px;
}
.popup-results .sm-tx-icon-box i.lg-icon.fas.invalid {
  height: 60px;
  min-width: 60px;
  text-align: center;
  line-height: 60px;
  background-color: #fc5a5a;
  border-radius: 10px;
  font-size: 22px;
  color: #fff;
  margin-right: 20px;
}
.popup-results .panel-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}
.popup-results .quote-info .panel-title {
  margin-top: 0;
  margin-bottom: 0;
}
.popup-results .panel-title {
  display: block;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}
.popup-results .list-area-pop .panel-title {
  margin-right: 50px;
  margin-top: 0
}
.popup-results .list-area-pop .panel-title h5 {
  display: block;
  font-size: 18px;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  margin-top: 8px;
}
.popup-results .list-area-pop{
  display: flex;
  margin-top: 25px;
}
.popup-results .info-table-area {
  border-top: 1px solid #707070;
  padding-top: 30px;
  margin-top: 15px;
  width: 100%;
}
.has_row {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}
.col-sm-6 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.popup-results ul{
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.popup-results .info-table-area .info-table {
  margin: 0;
  list-style: none;
}
.popup-results .info-table-area .info-table .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.text-info {
  color: #7082BD !important;
}

.popup-results .info-table-area .info-table .item .left-info {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 500;
}
.text-success {
  color: #4CAF50 !important;
}
.popup-results .info-table-area .info-table .item .right-info {
  margin-top: 0;
  margin-left: auto;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}


/* Edited */

.sign-form{ background: none; padding: 0;}
.sign-form .title{ text-align: left; font-size: 22px;}
.sign-container .col-form .logo{ margin-left: 0; display: flex;
  align-items: center;
  justify-content: flex-end;}
.btn.greylight.transparent{ background: #0024a1 !important; border: none !important; color: #FFF !important;}
.btn.greylight.transparent + .transparent{ background: #1977f3 !important; color: #FFF !important; border: none !important;}
.sign-form--foot{ background: none;}

.col-form--center{ width: 450px; margin: 0 auto;}
.sign-form{ width: 450px;}
.sign-inp-row input{ height: 48px; padding: 12px 16px !important; font-size: 16px !important; border-width: 2px;}
.btn.fullwidth, .btn.greylight.transparent{ height: 48px;}
.sign-inp-row select{ height: 48px !important; border: 2px solid #161616 !important; font-size: 16px !important;}

.sign-inp-row label{ display: block; margin-bottom: 5px; font-size: 16px; color: #161616;}

@media screen and (max-width: 1399px) and (min-width: 1201px) {
.mainheader .logo{ width: 140px; margin-right: 32px;}
.mainheader .main-menu li{ margin-right: 24px;}
}

@media (max-width: 767px) {
.mobile-menu{ padding: 20px !important;}
.mobile-menu ul li{ margin-bottom: 0 !important; border-bottom: 1px solid #e8e8e8;}
.main-menu a{ display: block; padding: 18px 0 !important;}
.mobile-menu .credit-info{ display: block;}
.mobile-menu .credit-info + .credit-info{ margin-top: 18px;}
.credit-info--tag{ width: 100%; margin: 16px 0 0 0;}
.mobile-menu .btn-notification{ position: absolute; top: 15px; right: 15px;}
}

@media (max-width: 567px) {
.col-form--center{ width: 100%;}
.sign-form{ width: 100%;}
}

/* Edited */



.sign-container .validation-error {
  border: 2px solid red !important;
}

.sign-container .vError{
  color: red;
  font-size: 0.7em;
  padding: 0.5em 0 0 0;
  line-height: 1.4em;
}

.sign-inp-row .nbemails{
  margin-bottom: 0px !important;
}

.block-message{
  transition: opacity 0.5s ease-out; 
  opacity: 1;
}
#successBlock{
  background-color: green !important;
  
} 
#alertBlock{
  background-color: red !important; 
}

#successBlock.fade-out,#alertBlock.fade-out {
  opacity: 0; 
}
.signin-icon-eye{
  top: 50px !important;
}