.has-text-color.has-red-secondary-color,
.has-text-color.has-vp-red-color {
  color: #ec1f26;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  color: #000;
}
body:not(.home) #masthead {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 3rem;
}
body:not(.home) #masthead:before {
  content: '';
  background-image: url("/wp-content/uploads/2021/01/shadow.png");
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  bottom: -21px;
  width: 100%;
  height: 20px;
  z-index: 999;
}
#top-ribbon {
  padding: 0.25rem 0;
}
#login {
  text-align: right;
  color: #fff;
}
#login a {
  color: #fff;
}
p:empty {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
.h1 {
  font-family: 'Montserrat', sans-serif;
}
b,
strong {
  font-weight: 700;
}
h1,
.h1 {
  font-weight: 500;
  font-size: 48px;
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 28px;
  }
}
.page-template h1.entry-title,
.page-template .h1.entry-title {
  display: none;
}
.font-20 {
  font-size: 20pt;
}
div#hamburger {
  position: absolute;
  right: 10px;
  top: -40px;
}
.btn {
  border: none;
}
.btn.btn-red {
  background-color: var(--red);
}
.btn.btn-red:hover,
.btn.btn-red:active,
.btn.btn-red:focus {
  background-color: #a40505;
}
.btn.btn-green {
  background-color: var(--green);
}
.btn.btn-green:hover,
.btn.btn-green:active,
.btn.btn-green:focus {
  background-color: #268531;
}
.btn.btn-blue {
  background-color: #0572ba;
}
.btn.btn-blue:hover,
.btn.btn-blue:active,
.btn.btn-blue:focus {
  background-color: #023557;
}
.btn.btn-orange {
  background-color: var(--orange);
}
.btn.btn-orange:hover,
.btn.btn-orange:active,
.btn.btn-orange:focus {
  background-color: rgba(240, 124, 41, 0.75);
}
.btn.btn-gold {
  background-color: #fbb03b;
}
.btn.btn-gold:hover,
.btn.btn-gold:active,
.btn.btn-gold:focus {
  background-color: #fdd89f;
}
.btn.fa-pointer {
  font-size: 19px;
  font-weight: bold;
}
.btn.fa-pointer:before {
  content: "\f0a4";
  font-family: FontAwesome;
  font-weight: normal;
}
.btn.btn-lg {
  padding: 13px 57px;
}
.btn.btn-warning,
.btn.btn-danger {
  color: #fff;
}
.btn.border-radius {
  border-radius: 500px;
}
.color-primary {
  color: #03acdc;
}
.color-light {
  color: #eee;
}
.wp-block-file .wp-block-file__button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: #337ab7;
  color: #fff;
}
div.hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
}
.site-logo {
  padding: 12px 0;
}
.bg-brand {
  background-color: #03acdc;
}
.bg-brand-hover {
  background: #0398c3;
}
h2.fa-photo:before,
h2.fa-camera:before {
  font-family: 'FontAwesome';
}
@media only screen and (max-width: 767px) {
  nav.navbar ul#main-menu {
    margin-top: 1rem;
  }
}
nav.navbar ul#main-menu li a.nav-link {
  color: #282828;
  outline: none;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  padding: 20px 15px;
  font-weight: 700;
  text-shadow: none;
}
nav.navbar ul#main-menu li a.nav-link:hover,
nav.navbar ul#main-menu li a.nav-link.active {
  color: #03acdc;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  nav.navbar ul#main-menu li a.nav-link:hover,
  nav.navbar ul#main-menu li a.nav-link.active {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  nav.navbar ul#main-menu li a.nav-link {
    padding: 1.5rem 0;
    font-size: 16px;
  }
  nav.navbar ul#main-menu li a.nav-link.dropdown-toggle::after {
    content: none;
  }
}
nav.navbar ul#main-menu li a.nav-link span.toggle-menu {
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 21px;
}
nav.navbar ul#main-menu ul.dropdown-menu {
  padding: 10px 0;
  margin-left: -1px;
  background: #282828;
  border-top: 2px solid #03acdc;
  margin-top: 8px;
  width: 220px;
}
@media only screen and (max-width: 767px) {
  nav.navbar ul#main-menu ul.dropdown-menu {
    background: #03acdc;
    margin-left: -10px;
    border: none;
    margin-top: -1rem;
  }
}
nav.navbar ul#main-menu ul.dropdown-menu > li a.nav-link {
  color: #B1B1B1;
  font-size: 13px;
  font-weight: 400;
  padding: 2px 15px;
  text-transform: uppercase;
  border: none;
  line-height: 40px;
  font-family: 'Montserrat', sans-serif;
  outline: none;
}
@media only screen and (max-width: 767px) {
  nav.navbar ul#main-menu ul.dropdown-menu > li a.nav-link {
    color: #fff;
    font-size: 16px;
  }
}
nav.navbar ul#main-menu ul.dropdown-menu > li a.nav-link:hover,
nav.navbar ul#main-menu ul.dropdown-menu > li a.nav-link:active,
nav.navbar ul#main-menu ul.dropdown-menu > li a.nav-link:focus,
nav.navbar ul#main-menu ul.dropdown-menu > li a.nav-link.active {
  color: #fff;
}
nav.navbar ul#main-menu ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu {
  top: 0;
  left: 100%;
}
.admin-bar .offcanvas-header {
  margin-top: 48px;
}
@media screen and (max-width: 782px) {
  html #wpadminbar {
    top: -46px;
  }
}
#nav-icon3 {
  width: 50px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 7px;
  width: 100%;
  background: #03acdc;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 15px;
}
#nav-icon3 span:nth-child(4) {
  top: 30px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.offcanvas-header {
  display: none;
}
.screen-overlay {
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}
.screen-overlay.show {
  transition: opacity 0.5s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}
@media all and (max-width: 992px) {
  .offcanvas-header {
    display: block;
  }
  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    width: 70%;
    overflow-y: scroll;
    background: #03acdc;
    overflow-x: hidden;
    transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
  }
  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
  }
}
footer#colophon span.wpcf7-form-control-wrap.your-email {
  margin-top: 1rem;
  display: block;
  margin-bottom: 0;
}
footer#colophon span.wpcf7-form-control-wrap.your-message {
  display: block;
  margin-top: -20px;
}
footer#colophon .wpcf7 textarea {
  height: 200px;
}
a.wpdm-download-link.download-on-click.btn.btn-primary {
  font-size: 18px;
  display: block;
}
span.badge.bg-secondary.color-light {
  font-size: 14px;
  margin-left: 1ch;
}
.w3eden .btn-secondary.btn-block {
  font-size: 12px;
  margin-top: 4px;
}
ul#menu-affiliate-menu {
  list-style: none;
  margin-left: -40px;
}
ul#menu-affiliate-menu li.menu-item {
  font-size: 18px;
  display: block;
  padding: 5px 12px;
  border-radius: 6px;
  margin-bottom: 2px;
}
ul#menu-affiliate-menu li.menu-item:hover,
ul#menu-affiliate-menu li.menu-item:active,
ul#menu-affiliate-menu li.menu-item:focus {
  background: #ccc;
}
ul#menu-affiliate-menu li.menu-item a:hover {
  text-decoration: none;
}
ul#menu-affiliate-menu li.menu-item.current-menu-item {
  background-color: #03acdc;
}
ul#menu-affiliate-menu li.menu-item.current-menu-item a {
  color: #fff;
}
.owl-carousel .owl-item img.aligncenter {
  width: auto;
}
div#carousel-844 .owl-item em,
#carousel-889 .owl-item em {
  color: #999999;
  font-size: 24px;
  display: block;
  line-height: 1.5;
}
.owl-wrapper .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.owl-wrapper .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 10px;
  top: -20px;
}
.owl-wrapper .owl-carousel .owl-nav .owl-prev:before {
  font-family: "fontawesome";
  content: "\f053";
  font-size: 24px;
  margin-right: 10px;
}
.owl-wrapper .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 10px;
  top: -20px;
}
.owl-wrapper .owl-carousel .owl-nav .owl-next:after {
  font-family: "fontawesome";
  content: "\f054";
  font-size: 24px;
  margin-right: 10px;
}
.owl-wrapper .owl-carousel .owl-nav [class*=owl-]:hover,
.owl-wrapper .owl-carousel .owl-nav [class*=owl-]:focus {
  background: transparent;
  color: #FFF;
  text-decoration: none;
  border: none;
  outline: none;
}
#footer-text {
  display: none;
}
#gtranslate-3 {
  margin-bottom: 2rem;
}
.blog-avatar {
  width: 65px;
  height: 50px;
  margin-right: 1rem;
  float: left;
}
.blog article,
.archive article {
  border-bottom: 1px solid #ccc;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.blog h1,
.archive h1 {
  margin-bottom: 2rem;
  font-weight: 400;
  line-height: 1.5;
  font-size: 36px;
  margin-bottom: 1rem;
}
.blog .blog-hero,
.archive .blog-hero {
  max-width: 970px;
  margin: 1rem auto 2rem;
  display: block;
}
.blog h2.post-title.blog-feed,
.archive h2.post-title.blog-feed {
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  word-break: break-word;
  overflow: hidden;
}
.blog h2.post-title.blog-feed a,
.archive h2.post-title.blog-feed a {
  color: #2d2d2d;
}
.blog img.avatar,
.archive img.avatar {
  display: inline-block;
  border-radius: 3px;
  width: 50px;
  height: 50px;
}
.group-blog h1.entry-title,
.archive h1.entry-title,
.group-blog h1.archive-title,
.archive h1.archive-title {
  font-weight: 400;
  line-height: 1.5;
  font-size: 36px;
  margin-bottom: 1rem;
}
.group-blog nav.navigation.post-navigation,
.archive nav.navigation.post-navigation {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  margin: 20px 0;
  overflow: hidden;
  font-size: 13px;
}
.group-blog nav.navigation.post-navigation .nav-links,
.archive nav.navigation.post-navigation .nav-links {
  display: flex;
  flex-wrap: nowrap;
}
.group-blog nav.navigation.post-navigation .nav-links a,
.archive nav.navigation.post-navigation .nav-links a {
  color: #888;
}
.group-blog nav.navigation.post-navigation .nav-links a i,
.archive nav.navigation.post-navigation .nav-links a i {
  padding-left: 1ch;
  padding-right: 1ch;
}
.group-blog nav.navigation.post-navigation .nav-links .nav-previous,
.archive nav.navigation.post-navigation .nav-links .nav-previous,
.group-blog nav.navigation.post-navigation .nav-links .nav-next,
.archive nav.navigation.post-navigation .nav-links .nav-next {
  max-width: 50%;
  padding: 1rem;
  flex: 1 0 50%;
}
.group-blog nav.navigation.post-navigation .nav-links .nav-previous,
.archive nav.navigation.post-navigation .nav-links .nav-previous {
  border-right: 1px solid #e1e1e1;
}
aside#search-2 {
  margin-bottom: 1rem;
}
div#column-wrap-id-1576019071433.sppb-col-md-4 .sppb-column-addons .sppb-section,
div#column-wrap-id-1576019071441.sppb-col-md-4 .sppb-column-addons .sppb-section,
div#column-wrap-id-1576019071449.sppb-col-md-4 .sppb-column-addons .sppb-section,
div#column-wrap-id-1591139843798.sppb-col-md-4 .sppb-column-addons .sppb-section,
div#column-wrap-id-1591139843803.sppb-col-md-4 .sppb-column-addons .sppb-section,
div#column-wrap-id-1591139843808.sppb-col-md-4 .sppb-column-addons .sppb-section {
  box-shadow: 2px 2px 6px 4px #8c8c8c;
  border-width: 1px 1px 1px 1px;
  border-color: #8a8a8a;
  border-style: none;
  border-radius: 24px;
}
div#column-wrap-id-1576019071433.sppb-col-md-4 .sppb-container-inner .sppb-col-md-6,
div#column-wrap-id-1576019071441.sppb-col-md-4 .sppb-container-inner .sppb-col-md-6,
div#column-wrap-id-1576019071449.sppb-col-md-4 .sppb-container-inner .sppb-col-md-6,
div#column-wrap-id-1591139843798.sppb-col-md-4 .sppb-container-inner .sppb-col-md-6,
div#column-wrap-id-1591139843803.sppb-col-md-4 .sppb-container-inner .sppb-col-md-6,
div#column-wrap-id-1591139843808.sppb-col-md-4 .sppb-container-inner .sppb-col-md-6 {
  margin-left: 1ch;
  margin-right: -3ch;
}
div#sppb-addon-wrapper-1591140063387,
div#sppb-addon-wrapper-1591140063392 {
  margin-bottom: -1rem;
}
#section-id-1571349044670 {
  margin-top: 2rem;
}
.dpdcart.dpd-button {
  padding: 6px 20px;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  color: #fff;
  letter-spacing: 0.7px;
  text-decoration: none;
  border-radius: 4px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.dpdcart.dpd-button.blue {
  background: #16406a;
}
.dpdcart.dpd-button.blue:hover,
.dpdcart.dpd-button.blue:active,
.dpdcart.dpd-button.blue:focus {
  background: #4b90d0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.dpdcart.dpd-button.green {
  background: #247a31;
}
.dpdcart.dpd-button.green:hover,
.dpdcart.dpd-button.green:active,
.dpdcart.dpd-button.green:focus {
  background: #359844;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.dpdcart.dpd-button.brown {
  background: #3b2909;
}
.dpdcart.dpd-button.brown:hover,
.dpdcart.dpd-button.brown:active,
.dpdcart.dpd-button.brown:focus {
  background: #4f3b16;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.dpdcart.dpd-button.teal {
  background: #0e7c8e;
}
.dpdcart.dpd-button.teal:hover,
.dpdcart.dpd-button.teal:active,
.dpdcart.dpd-button.teal:focus {
  background: #096a7a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.dpdcart.dpd-button.peach {
  background: #f19257;
}
.dpdcart.dpd-button.peach:hover,
.dpdcart.dpd-button.peach:active,
.dpdcart.dpd-button.peach:focus {
  background: #d17a43;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.dpdcart.dpd-button.red {
  background: #b7242a;
}
.dpdcart.dpd-button.red:hover,
.dpdcart.dpd-button.red:active,
.dpdcart.dpd-button.red:focus {
  background: #b7242a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.page-id-65 ._dpd-button_container.dpd-small ._dpd-button_price {
  padding: 9px;
}
.page-id-65 ._dpd-button_container.dpd-small ._dpd-button_cta_text {
  padding: 9px 20px;
}
.bordered-box {
  border: 6px solid #b0b0b0;
  padding: 1rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
#searchToggle {
  width: 350px;
  max-width: 100%;
  right: 15px;
  bottom: 2px;
  z-index: 9;
}
input.orig::-webkit-input-placeholder {
  color: #202020 !important;
}
input.orig:-moz-placeholder {
  /* Firefox 18- */
  color: #202020 !important;
}
input.orig::-moz-placeholder {
  /* Firefox 19+ */
  color: #202020 !important;
}
input.orig:-ms-input-placeholder {
  color: #202020 !important;
}
#accordion .card {
  margin: 5px 0 0.5rem;
  background: #f6fafb;
  color: #4b5981;
}
#accordion .card-header {
  background: #f6fafb;
  padding: 0;
  line-height: 1;
  border-radius: 0 !important;
}
#accordion .card-header:after,
#accordion .card-header.collapsed:after {
  content: '\f067';
  font-family: fontawesome;
  position: absolute;
  right: 18px;
  top: 14px;
  font-size: 20px;
  color: #4b5981;
}
#accordion .card-header[aria-expanded="true"]:after {
  content: '\f068';
  color: #4b5981;
}
#accordion .card h4.panel-title button {
  color: #4b5981;
  line-height: 1.3;
  padding-top: 12px;
  white-space: normal;
  padding-right: 40px;
  margin-top: 5px;
  font-weight: 500;
}
#accordion .card .bg-primary h4.panel-title button {
  color: #f5f5f5;
}
.post-2860 figure.wp-block-image {
  margin-bottom: 5px;
}
.card-body .btn {
  font-size: 19px;
  padding: 0.5rem 1rem;
  margin-bottom: 10px;
}
.card-body p {
  margin-bottom: 10px;
  font-size: 17px;
}
#globalMessage {
  padding: 0.5rem;
}
#globalMessage p {
  margin-bottom: 0;
}
#globalMessage a {
  color: #fff;
  text-decoration: underline;
}
#globalMessage a:hover,
#globalMessage a:active,
#globalMessage a:focus {
  color: #cfcfcf;
}
.woocommerce form .password-input,
.woocommerce .woocommerce-page form .password-input {
  width: 100%;
  margin-bottom: 0.5rem;
}
.woocommerce.single-product .bundled_item_wrap {
  display: none;
}
body.woocommerce-cart table.cart td.product-remove {
  width: 30px;
  min-width: 30px;
}
body.woocommerce-checkout div#order_review {
  margin-left: 15px;
  margin-right: 15px;
}
body.woocommerce-checkout h3#order_review_heading {
  margin: 1rem 15px 0.5rem;
}
body.woocommerce-checkout #payment ul.payment_methods .stripe-card-group {
  position: relative;
  width: 400px;
}
body.woocommerce-checkout #payment div#stripe-exp-element {
  width: 12ch;
}
body.woocommerce-checkout #payment div#stripe-cvc-element {
  width: 7ch;
}
body.woocommerce-checkout #payment .form-row {
  align-items: center;
}
body.woocommerce-checkout #payment .form-row label {
  margin-bottom: 0px;
}
body.woocommerce-checkout #payment p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
  align-items: center;
}
p#drip_woocommerce_accepts_marketing_field {
  display: block;
  width: 100%;
}
.afgc_gift_card_opt li input {
  margin-right: 4px;
  margin-bottom: 6px;
  height: 18px;
  width: 18px;
}
abbr.req {
  text-decoration: none;
  color: #ec1f26;
}
#cooler-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2rem 0;
  justify-content: space-around;
}
#cooler-nav h2 {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}
#cooler-nav .nav-box {
  background: #eee;
  padding: 10px;
}
#cooler-nav img {
  display: block;
  margin: 0 auto;
}
#cooler-nav p {
  margin: 0 10px;
  font-size: 12px;
  vertical-align: middle;
}
#cooler-nav .previous,
#cooler-nav .next {
  flex: 1 0 350px;
  max-width: 350px;
  margin-right: 2ch;
}
#cooler-nav a {
  margin: 5px auto;
  display: block;
}
@media (min-width: 600px) {
  .block-editor-block-list__layout {
    padding-left: 20px;
    padding-right: 5px;
  }
}
body .plainoverlay.plainoverlay-doc.plainoverlay-show,
body .plainoverlay.plainoverlay-doc {
  left: 0;
  top: 0;
  padding: 0;
}
.sk-chase {
  width: 100px;
  height: 100px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}
.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}
.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #03acdc;
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}
.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}
.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}
.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}
.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}
@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%,
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%,
  0% {
    transform: scale(1);
  }
}
#memory_cards_list label {
  cursor: pointer;
}
.mini_cart_item #memory_card_cart_data {
  display: none !important;
}
.memorycard.woocommerce-account .woocommerce-MyAccount-navigation {
  display: none;
  position: absolute;
  width: 300px;
  background: #fff;
  left: -33px;
}
@media only screen and (min-width: 767px) {
  .memorycard.woocommerce-account .woocommerce-MyAccount-content {
    width: 75%;
  }
  .memorycard.woocommerce-account .dd-mc-widgets {
    float: left;
    width: 23%;
  }
}
.memory-card-card {
  overflow: hidden;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  cursor: pointer;
}
.memory-card-card h5.card_title {
  margin-top: 12px;
  font-size: 20px;
}
.memory-card-card .card_attention {
  font-size: 16px;
}
.memory-card-card.is-5by7 {
  padding-top: 28px;
  aspect-ratio: 5/7;
}
.memory-card-card.is-5by7 img {
  width: 140px;
}
.memory-card-card.is-7by5 {
  padding-top: 18px;
  aspect-ratio: 7/5;
  padding-left: 0;
  padding-right: 0;
}
.memory-card-card.is-7by5 img {
  width: 142px;
}
.memory-card-card.is-7by5 h5.card_title {
  margin-top: 8px;
  margin-bottom: 0;
}
.memory-card-card.is-7by5 .card_attention {
  margin-bottom: 0.25rem;
}
.memory-card-card.is-7by5 p.image_content {
  font-size: 12px;
}
#account-burger {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 1rem;
}
#account-burger i {
  font-size: 22px;
}
#account-burger .burg-text {
  display: inline-block;
  margin-left: 1ch;
}
/* ======= Contact Form ======= */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.wpcf7 select,
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="date"],
.wpcf7 input[type="month"],
.wpcf7 input[type="time"],
.wpcf7 input[type="week"],
.wpcf7 input[type="number"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="color"],
.wpcf7 .uneditable-input,
.wpcf7-not-valid-tip {
  height: 60px;
  max-width: 100%;
  outline: none;
}
.wpcf7 textarea {
  height: 300px;
  padding-top: 1em;
  margin-top: 20px;
  margin-bottom: 15px;
}
.wpcf7-not-valid-tip {
  padding: 18px 15px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  border-radius: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.wpcf7 input[type="reset"] {
  margin-right: 10px;
}
.wpcf7 .submit-wrap {
  position: relative;
}
.wpcf7 .submit-wrap .ajax-loader {
  position: absolute;
  top: 50%;
  margin-top: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  margin-bottom: 1em;
}
.wpcf7 .wpcf7-form-control-wrap:before {
  position: absolute;
  height: 100%;
  width: 60px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 60px/2;
  color: #ccc;
  left: 0;
  line-height: 60px;
}
.wpcf7 .wpcf7-form-control-wrap input[type="text"],
.wpcf7 .wpcf7-form-control-wrap input[type="password"],
.wpcf7 .wpcf7-form-control-wrap input[type="datetime"],
.wpcf7 .wpcf7-form-control-wrap input[type="datetime-local"],
.wpcf7 .wpcf7-form-control-wrap input[type="date"],
.wpcf7 .wpcf7-form-control-wrap input[type="month"],
.wpcf7 .wpcf7-form-control-wrap input[type="time"],
.wpcf7 .wpcf7-form-control-wrap input[type="week"],
.wpcf7 .wpcf7-form-control-wrap input[type="number"],
.wpcf7 .wpcf7-form-control-wrap input[type="email"],
.wpcf7 .wpcf7-form-control-wrap input[type="url"],
.wpcf7 .wpcf7-form-control-wrap input[type="search"],
.wpcf7 .wpcf7-form-control-wrap input[type="tel"],
.wpcf7 .wpcf7-form-control-wrap input[type="color"],
.wpcf7 .wpcf7-form-control-wrap textarea {
  padding-left: 2ch;
  width: 100%;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control {
  background-clip: padding-box;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.wpcf7 .wpcf7-form-control-wrap.your-name:before,
.wpcf7 .wpcf7-form-control-wrap.first-name:before {
  content: '\f007';
}
.wpcf7 .wpcf7-form-control-wrap.last-name:before {
  content: '\f2c0';
}
.wpcf7 .wpcf7-form-control-wrap.your-email:before {
  content: '\f0e0';
}
.wpcf7 .wpcf7-form-control-wrap.your-phone:before {
  content: '\f095';
}
.wpcf7 .wpcf7-form-control-wrap.your-message:before {
  content: '\f040';
  margin-top: 15px;
}
.wpcf7 .submit-wrap input {
  line-height: 0;
  padding: 20px 25px 16px;
  border-radius: 0;
  text-transform: uppercase;
}
.wpcf7 div.wpcf7-response-output {
  margin: 1.5rem 0 1rem;
}
/*/ Shortcodes */
/* #Footer
================================================== */
section.footer-widgets {
  padding: 40px 0;
  background-color: #013861;
  color: #fff;
}
footer#colophon {
  background: #2d2d2d;
  padding-top: 60px;
  padding-bottom: 20px;
  margin-top: 40px;
  width: 100%;
  color: #fff;
}
footer#colophon h3 {
  font-size: 18px;
  text-transform: uppercase;
}
/*/ Footer */
/* #Misc
================================================== */
/* Back to Top */
#back-top {
  display: none;
}
#back-top-wrapper {
  position: fixed;
  right: 10px;
  bottom: 10px;
  overflow: hidden;
  z-index: 99;
}
#back-top a {
  display: block;
  width: 50px;
  color: #bbb;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font: 11px/100% Arial, Helvetica, sans-serif;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#back-top a:after {
  content: '\f062';
  font-family: fontawesome;
  display: inline-block;
  position: relative;
  top: -37px;
  left: 0px;
  font-size: 24px;
  color: #fff;
}
#back-top a:hover {
  color: #000;
}
#back-top a:hover span {
  background-color: #013861;
}
#back-top span {
  display: block;
  margin-bottom: 7px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #03acdc;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.itemBackToTop {
  text-align: right;
}
/*// Back to Top */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
ul.social.list-unstyled {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.social.list-unstyled li {
  padding-right: 2ch;
  color: #fff;
}
.itemSocialSharing {
  display: flex;
  padding-top: 2rem;
}
.t3-content .owl-dot {
  outline: none;
}
.itemToolbar ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.itemToolbar ul a {
  font-size: 12px;
  font-weight: normal;
  color: #999999;
}
#sppb-addon-1539296963429 #btn-1539296963429.sppb-btn-custom,
#sppb-addon-1596553349252 #btn-1596553349252.sppb-btn-custom,
#sppb-addon-1588193531365 #btn-1588193531365.sppb-btn-custom {
  background-color: #e1b503;
  color: #FFFFFF;
}
#sppb-addon-1539296963434 #btn-1539296963434.sppb-btn-custom {
  background-color: #039fe1;
  color: #FFFFFF;
}
#sppb-addon-1539296963456 #btn-1539296963456.sppb-btn-custom {
  background-color: #7d00c9;
  color: #FFFFFF;
}
#sppb-addon-1541720188286 #btn-1541720188286.sppb-btn-custom,
#sppb-addon-1541720188318 #btn-1541720188318.sppb-btn-custom {
  background-color: #101010;
  color: #FFFFFF;
  padding: 8px 11px;
}
#sppb-addon-1541720188323 #btn-1541720188323.sppb-btn-custom {
  background-color: #0c6b73;
  color: #FFFFFF;
}
#sppb-addon-1596553349256 #btn-1596553349256.sppb-btn-custom,
#sppb-addon-1588193531374 #btn-1588193531374.sppb-btn-custom {
  background-color: #00873f;
  color: #FFFFFF;
  font-size: 16px;
}
#sppb-addon-1596553349260 #btn-1596553349260.sppb-btn-custom,
#sppb-addon-1588193531377 #btn-1588193531377.sppb-btn-custom {
  background-color: #3852a4;
  color: #FFFFFF;
  font-size: 16px;
}
#sppb-addon-1588193531380 #btn-1588193531380.sppb-btn-custom {
  background-color: #4c4c4c;
  color: #FFFFFF;
  font-size: 16px;
}
#column-id-1603743325483 .sppb-addon-wrapper,
#column-id-1603743325489 .sppb-addon-wrapper,
#column-id-1603743325477 .sppb-addon-wrapper {
  margin: 10px 0px 0px 0px;
}
#column-id-1603743325483 .sppb-addon-wrapper .sppb-text-center .sppb-btn {
  background-color: #a40505 !important;
  color: #ffffff;
  font-size: 19px;
}
#column-id-1603743325483 .sppb-addon-wrapper .sppb-text-center .sppb-btn:hover {
  background-color: #bd2e2e !important;
}
#column-id-1603743325489 .sppb-addon-wrapper .sppb-text-center .sppb-btn {
  background-color: #40a825 !important;
  color: #ffffff;
  font-size: 19px;
}
#column-id-1603743325489 .sppb-addon-wrapper .sppb-text-center .sppb-btn:hover {
  background-color: rgba(71, 189, 46, 0.84);
}
#column-id-1603743325477 .sppb-addon-wrapper .sppb-text-center .sppb-btn {
  background-color: #2e68bd !important;
  color: #ffffff;
  font-size: 19px;
}
#column-id-1603743325477 .sppb-addon-wrapper .sppb-text-center .sppb-btn:hover {
  background-color: rgba(46, 104, 189, 0.76);
}
#section-id-1588257378978,
#section-id-1588257379061 {
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-color: #33c8ef;
  box-shadow: 0 0 0 0 #ffffff;
}
#section-id-1588257378978 .sppb-addon-title,
#section-id-1588257379061 .sppb-addon-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 32px;
  line-height: 32px;
}
nav.navbar ul#main-menu ul.dropdown-menu > li a.nav-link {
  font-size: 12.5px;
}
.t3-sidebar .nav {
  display: flex;
  flex-direction: column;
}
.t3-sidebar .nav > * {
  padding: 10px 15px;
}
.t3-sidebar .nav > *:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
/**
* @package SP Page Builder
* @author JoomShaper http://www.joomshaper.com
* @copyright Copyright (c) 2010 - 2020 JoomShaper
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
*/
#sp-page-builder {
  position: relative;
}
#sp-page-builder .sp-pagebuilder-page-edit {
  position: absolute;
  font-size: 13px;
  line-height: 1;
  top: 15px;
  right: 15px;
  color: #fff;
  display: block;
  margin: 0;
  padding: 8px 10px;
  text-decoration: none;
  font-style: normal;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  -webkit-transition: background-color 300ms, color 300ms, border-color 300ms;
  transition: background-color 300ms, color 300ms, border-color 300ms;
  z-index: 9995;
}
#sp-page-builder .sp-pagebuilder-page-edit:hover,
#sp-page-builder .sp-pagebuilder-page-edit:active,
#sp-page-builder .sp-pagebuilder-page-edit:focus {
  color: #000;
  background: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}
#sp-page-builder .entry-content .sppb-section,
.mod-sppagebuilder .sppb-section,
#sp-page-builder .sppb-section {
  z-index: 1;
  position: relative;
}
#sp-page-builder .entry-content .sppb-section,
#sp-page-builder .sppb-section {
  will-change: top;
}
#sp-page-builder .entry-content .sppb-section:first-child {
  margin-top: 0;
}
#sp-page-builder .sppb-section-title {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
#sp-page-builder .sppb-section-title .sppb-title-heading {
  margin-top: 0;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 15px;
  border: 0;
}
#sp-page-builder .sppb-section-title .sppb-title-subheading {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}
#sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
  display: inline-block;
  max-width: 80%;
}
/* Row Background Video */
.sppb-section-background-video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}
.sppb-section-background-video::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: transparent;
  z-index: 1;
}
.sppb-section-background-video video {
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@supports (-ms-ime-align: auto) {
  .sppb-section-background-video video {
    height: auto;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.sppb-youtube-video-bg.display-none {
  display: none;
}
/* *** Helix3 frotend edit *** */
.com-sppagebuilder.view-form.layout-edit.off-canvas-menu-init {
  position: inherit;
}
.sppb-addon-cta .sppb-cta-title {
  margin-top: 0;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 15px;
  border: 0;
}
.sppb-addon-cta .sppb-cta-subtitle {
  font-size: 24px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 0;
}
.sppb-addon-cta .sppb-cta-text {
  margin-top: 15px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .sppb-addon-cta .sppb-row {
    display: table;
    height: 100%;
    width: 100%;
  }
  .sppb-addon-cta .sppb-row > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}
/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sppb-img-responsive,
  .sppb-carousel-inner > .sppb-item > img,
  .sppb-carousel-inner > .sppb-item > a > img {
    width: 100%;
  }
  .sppb-testimonial-pro .sppb-img-responsive.sppb-avatar {
    width: auto !important;
  }
}
.sppb-addon-facebook-likebox * {
  max-width: 100% !important;
}
.sppb-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.sppb-gallery.gallery-item-left {
  justify-content: flex-start;
}
.sppb-gallery.gallery-item-center {
  justify-content: center;
}
.sppb-gallery.gallery-item-right {
  justify-content: flex-end;
}
.sppb-gallery li {
  display: inline-block;
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sppb-gallery li a {
  display: block;
}
.sppb-addon-persion .sppb-person-image,
.sppb-addon-person .sppb-person-image {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.sppb-addon-person .sppb-person-image.person-layout-4 {
  margin-bottom: 0;
}
.sppb-addon-persion .sppb-person-social-icons,
.sppb-addon-person .sppb-person-social-icons,
.sppb-addon-persion .sppb-person-introtext,
.sppb-addon-person .sppb-person-introtext {
  margin-top: 10px;
}
.sppb-addon-persion .sppb-person-information > span,
.sppb-addon-person .sppb-person-information > span {
  display: block;
}
.sppb-addon-persion .sppb-person-information > span.sppb-person-name,
.sppb-addon-person .sppb-person-information > span.sppb-person-name {
  font-size: 16px;
  font-weight: bold;
}
.sppb-addon-persion .sppb-person-information > span.sppb-person-designation,
.sppb-addon-person .sppb-person-information > span.sppb-person-designation,
.sppb-addon-persion .sppb-person-information > a.sppb-person-email,
.sppb-addon-person .sppb-person-information > a.sppb-person-email {
  margin-top: 5px;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
}
.sppb-addon-persion .sppb-person-social,
.sppb-addon-person .sppb-person-social {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0 -5px;
}
.sppb-addon-persion .sppb-person-social > li,
.sppb-addon-person .sppb-person-social > li {
  display: inline-block;
  margin: 0 5px;
}
.sppb-addon-persion .sppb-person-social > li > a,
.sppb-addon-person .sppb-person-social > li > a {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #999;
}
.sppb-addon-persion .sppb-person-social > li > a:hover,
.sppb-addon-person .sppb-person-social > li > a:hover {
  color: #666;
}
.person-content-show-on-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.sppb-addon-person:hover .person-content-show-on-hover {
  opacity: 1;
  visibility: visible;
}
.person-content-hover-content-wrap {
  padding: 30px;
  width: 100%;
}
.person-content-position-bottom-left .sppb-person-image {
  margin-bottom: 0;
}
.person-content-position-half-overlay .person-content-show-on-hover,
.person-content-position-bottom-left .person-content-show-on-hover {
  justify-content: flex-start;
  align-items: flex-end;
}
.person-content-position-half-overlay .person-content-show-on-hover {
  height: auto;
  top: auto;
  bottom: 0;
}
.person-content-position-half-overlay .sppb-person-image > img {
  transition: 0.4s;
}
.person-content-position-half-overlay:hover .sppb-person-image > img {
  opacity: 0.8;
}
.person-content-position-half-overlay .sppb-person-name,
.person-content-position-half-overlay .sppb-person-social > li > a,
.person-content-position-half-overlay .sppb-person-designation,
.person-content-position-full-overlay .sppb-person-name,
.person-content-position-full-overlay .sppb-person-social > li > a,
.person-content-position-full-overlay .sppb-person-designation {
  color: #fff;
}
.person-content-position-full-overlay .person-content-show-on-hover {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.person-content-position-full-overlay .person-content-hover-content-wrap {
  padding: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
  position: relative;
}
.person-content-position-full-overlay .sppb-person-social-icons {
  bottom: 30px;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
}
.person-content-hover-content-wrap > span {
  display: block;
}
.sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  margin-top: 0;
  padding: 0;
  font-size: 18px;
  margin: 0 0 20px;
}
.sppb-pricing-box .sppb-pricing-header > span.sppb-pricing-price {
  font-size: 24px;
  line-height: 24px;
}
.sppb-pricing-box .sppb-pricing-header > span.sppb-pricing-duration {
  font-size: 16px;
  line-height: 16px;
}
.sppb-pricing-box .sppb-pricing-features,
.sppb-pricing-box .sppb-pricing-price-container {
  margin: 0 0 20px;
}
.sppb-pricing-box .sppb-pricing-features > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sppb-pricing-box .sppb-pricing-features > ul > li {
  display: block;
  padding: 0;
}
.sppb-pricing-box .sppb-pricing-features > ul > li:last-child {
  margin-bottom: 0 !important;
}
.sppb-pricing-box .sppb-pricing-features > ul > li .fa-check {
  color: #03e16d;
}
.sppb-pricing-box .sppb-pricing-features > ul > li .fa-times {
  color: #d0021b;
}
.sppb-pricing-box .sppb-pricing-header > span.sppb-pricing-price {
  font-size: 24px;
  line-height: 1;
}
.sppb-pricing-box .sppb-pricing-header > span.sppb-pricing-duration {
  font-size: 16px;
  line-height: 1;
}
.sppb-pricing-box .sppb-pricing-header span.sppb-pricing-price-symbol {
  line-height: 1.3;
  vertical-align: super;
}
.sppb-pricing-box .sppb-pricing-price.after {
  margin-bottom: 30px;
  display: block;
}
.sppb-pricing-box .sppb-pricing-header > span.sppb-pricing-price {
  font-size: 24px;
  line-height: 1;
}
.sppb-pricing-box .sppb-pricing-header > span.sppb-pricing-duration {
  font-size: 16px;
  line-height: 1;
}
.sppb-pricing-box .sppb-pricing-header span.sppb-pricing-price-symbol {
  line-height: 1.3;
  vertical-align: super;
}
.sppb-addon-animated-number .sppb-addon-content {
  display: inline-block;
}
.sppb-addon-animated-number .sppb-addon-content .sppb-animated-number-title {
  margin-top: 10px;
}
.sppb-addon-animated-number.sppb-hasbg .sppb-addon-content {
  padding: 20px;
}
.animated-number-position-bottom .sppb-addon-content,
.animated-number-position-left .sppb-addon-content,
.animated-number-position-right .sppb-addon-content {
  display: flex;
}
.animated-number-position-right .sppb-addon-content {
  flex-direction: row-reverse;
}
.animated-number-position-bottom .sppb-addon-content {
  flex-direction: column-reverse;
}
.sppb-text-center.animated-number-position-bottom .sppb-addon-content,
.sppb-text-center.animated-number-position-left .sppb-addon-content,
.sppb-text-center.animated-number-position-right .sppb-addon-content {
  justify-content: center;
}
.sppb-text-left.animated-number-position-bottom .sppb-addon-content,
.sppb-text-left.animated-number-position-left .sppb-addon-content {
  justify-content: flex-start;
}
.sppb-text-right.animated-number-position-bottom .sppb-addon-content,
.sppb-text-right.animated-number-position-left .sppb-addon-content {
  justify-content: flex-end;
}
.sppb-text-left.animated-number-position-right .sppb-addon-content {
  justify-content: flex-end;
}
.sppb-text-right.animated-number-position-right .sppb-addon-content {
  justify-content: flex-start;
}
.sppb-pie-chart {
  position: relative;
  display: inline-block;
}
.sppb-pie-chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.sppb-pie-chart .sppb-chart-percent {
  font-size: 24px;
}
.sppb-pie-chart .sppb-chart-icon,
.sppb-pie-chart .sppb-chart-percent {
  width: 100%;
  height: 100%;
  display: table;
}
.sppb-pie-chart .sppb-chart-icon span,
.sppb-pie-chart .sppb-chart-percent span {
  display: table-cell;
  vertical-align: middle;
}
.sppb-addon-single-image::before,
.sppb-addon-single-image::after {
  content: "";
  display: table;
}
.sppb-addon-single-image-container {
  display: inline-block;
  position: relative;
  transition: all 0.4s ease;
}
.sppb-addon-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
  z-index: 1;
}
.sppb-addon-single-image-container:hover .sppb-addon-image-overlay {
  opacity: 1;
}
.sppb-addon-image-overlay-icon {
  position: absolute;
  color: #fff;
  text-decoration: none;
  display: none;
  width: 36px;
  font-size: 28px;
  height: 36px;
  line-height: 30px;
  text-align: center;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 40px;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  z-index: 2;
}
.sppb-addon-image-overlay-icon:hover,
.sppb-addon-image-overlay-icon:active,
.sppb-addon-image-overlay-icon:focus {
  text-decoration: none;
  color: #fff;
  background: #000;
  outline: none;
}
.sppb-addon-single-image-container:hover .sppb-addon-image-overlay-icon {
  display: block;
  -webkit-animation: zoomIn 200ms;
  animation: zoomIn 200ms;
}
.sppb-addon-image-content {
  position: relative;
}
.sppb-addon-image-content .sppb-image-holder {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}
.sppb-addon-image-content.aligment-left .sppb-image-holder {
  left: 0;
}
.sppb-addon-image-content.aligment-left .sppb-content-holder {
  padding: 120px 0 120px 50px;
}
.sppb-addon-image-content.aligment-right .sppb-image-holder {
  right: 0;
}
.sppb-addon-image-content.aligment-right .sppb-content-holder {
  padding: 120px 50px 120px 0;
}
@media (max-width: 768px) {
  .sppb-addon-image-content .sppb-image-holder {
    position: inherit;
    width: 100% !important;
    height: 300px;
  }
}
.sppb-addon-articles {
  margin-bottom: -30px;
}
.sppb-addon-articles .sppb-addon-article {
  margin-bottom: 30px;
}
.sppb-addon-articles .sppb-carousel .sppb-carousel-inner > .sppb-item {
  padding: 0;
}
.sppb-addon-articles .sppb-carousel .sppb-carousel-control {
  position: absolute;
  top: 50%;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 100px;
  width: 36px;
  height: 36px;
  line-height: 34px;
  font-size: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 400ms;
  transition: 400ms;
  opacity: 0;
  text-align: center;
}
.sppb-addon-articles .sppb-carousel .sppb-carousel-control.left {
  left: 10px;
}
.sppb-addon-articles .sppb-carousel .sppb-carousel-control.right {
  right: 10px;
}
.sppb-addon-articles .sppb-carousel .sppb-carousel-control:hover {
  background-color: #333;
  border-color: #333;
}
.sppb-addon-articles:hover .sppb-carousel-control {
  opacity: 1;
}
.sppb-addon-articles .sppb-article-meta {
  margin: -5px -5px 5px;
}
.sppb-addon-articles .sppb-article-meta > span {
  display: inline-block;
  margin: 5px;
  color: #888;
  font-size: 13px;
}
.sppb-img-responsive,
.sppb-carousel-inner > .sppb-item > img,
.sppb-carousel-inner > .sppb-item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.sppb-img-rounded {
  border-radius: 6px;
}
.sppb-img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.sppb-img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sppb-lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .sppb-lead {
    font-size: 21px;
  }
}
.sppb-text-left {
  text-align: left;
}
.sppb-text-right {
  text-align: right;
}
.sppb-text-center {
  text-align: center;
}
.sppb-text-left .sppb-img-responsive,
.sppb-text-center .sppb-img-responsive,
.sppb-text-right .sppb-img-responsive {
  display: inline-block;
}
.sppb-text-justify {
  text-align: justify;
}
.sppb-text-nowrap {
  white-space: nowrap;
}
.sppb-text-lowercase {
  text-transform: lowercase;
}
.sppb-text-uppercase {
  text-transform: uppercase;
}
.sppb-text-capitalize {
  text-transform: capitalize;
}
.sppb-text-muted {
  color: #777777;
}
.sppb-text-primary {
  color: #428bca;
}
a.sppb-text-primary:hover {
  color: #3071a9;
}
.sppb-text-success {
  color: #3c763d;
}
a.sppb-text-success:hover {
  color: #2b542c;
}
.sppb-text-info {
  color: #31708f;
}
a.sppb-text-info:hover {
  color: #245269;
}
.sppb-text-warning {
  color: #8a6d3b;
}
a.sppb-text-warning:hover {
  color: #66512c;
}
.sppb-text-danger {
  color: #a94442;
}
a.sppb-text-danger:hover {
  color: #843534;
}
.sppb-blockquote {
  position: relative;
  font-size: 18px;
  font-style: italic;
}
.sppb-blockquote p:last-child,
.sppb-blockquote ul:last-child,
.sppb-blockquote ol:last-child {
  margin-bottom: 0;
}
.sppb-blockquote footer,
.sppb-blockquote small,
.sppb-blockquote .small {
  font-style: normal;
  display: block;
  margin-top: 15px;
  font-size: 80%;
  line-height: 1.42857143;
  color: #989898;
}
.sppb-blockquote footer:before,
.sppb-blockquote small:before,
.sppb-blockquote .small:before {
  content: "\2014 \00A0";
}
.sppb-blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.sppb-blockquote.pull-right footer:before,
.sppb-blockquote.pull-right small:before,
.sppb-blockquote.pull-right .small:before {
  content: "";
}
.sppb-blockquote.pull-right footer:after,
.sppb-blockquote.pull-right small:after,
.sppb-blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
.sppb-blockquote:after {
  content: "";
}
.sppb-blockquote:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-size: 28px;
  line-height: 28px;
  color: rgba(152, 152, 152, 0.3);
  display: block;
  margin-bottom: 15px;
  font-weight: 900;
}
.sppb-address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.sppb-addon-blocknumber .sppb-blocknumber-number {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.sppb-blocknumber .sppb-text-center .sppb-blocknumber-number {
  margin: 0 auto;
}
.sppb-addon-blocknumber .sppb-media-body.sppb-text-center {
  margin-top: 15px;
}
.sppb-addon-blocknumber .sppb-media-body h1,
.sppb-addon-blocknumber .sppb-media-body h2,
.sppb-addon-blocknumber .sppb-media-body h3,
.sppb-addon-blocknumber .sppb-media-body h4,
.sppb-addon-blocknumber .sppb-media-body h5,
.sppb-addon-blocknumber .sppb-media-body h6 {
  margin-top: 0;
}
.sppb-dropcap .sppb-addon-content:first-letter {
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
}
.sppb-code,
.sppb-pre {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.sppb-code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.sppb-pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.sppb-pre .sppb-code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.sppb-container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
@media (min-width: 576px) {
  .sppb-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .sppb-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .sppb-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .sppb-container {
    max-width: 1140px;
  }
}
.sppb-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
.sppb-row,
.sp-pagebuilder-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.sppb-no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.sppb-no-gutter > .sppb-col,
.sppb-no-gutter > [class*="sppb-col-"] {
  padding-right: 0;
  padding-left: 0;
}
.sppb-col-xs-1,
.sppb-col-xs-2,
.sppb-col-xs-3,
.sppb-col-xs-4,
.sppb-col-xs-5,
.sppb-col-xs-6,
.sppb-col-xs-7,
.sppb-col-xs-8,
.sppb-col-xs-9,
.sppb-col-xs-10,
.sppb-col-xs-11,
.sppb-col-xs-12,
.sppb-col,
.sppb-col-auto,
.sppb-col-sm-1,
.sppb-col-sm-2,
.sppb-col-sm-3,
.sppb-col-sm-4,
.sppb-col-sm-5,
.sppb-col-sm-6,
.sppb-col-sm-7,
.sppb-col-sm-8,
.sppb-col-sm-9,
.sppb-col-sm-10,
.sppb-col-sm-11,
.sppb-col-sm-12,
.sppb-col-sm,
.sppb-col-sm-auto,
.sppb-col-md-1,
.sppb-col-md-2,
.sppb-col-md-3,
.sppb-col-md-4,
.sppb-col-md-5,
.sppb-col-md-6,
.sppb-col-md-7,
.sppb-col-md-8,
.sppb-col-md-9,
.sppb-col-md-10,
.sppb-col-md-11,
.sppb-col-md-12,
.sppb-col-md,
.sppb-col-md-auto,
.sppb-col-lg-1,
.sppb-col-lg-2,
.sppb-col-lg-3,
.sppb-col-lg-4,
.sppb-col-lg-5,
.sppb-col-lg-6,
.sppb-col-lg-7,
.sppb-col-lg-8,
.sppb-col-lg-9,
.sppb-col-lg-10,
.sppb-col-lg-11,
.sppb-col-lg-12,
.sppb-col-lg,
.sppb-col-lg-auto,
.sppb-col-xl-1,
.sppb-col-xl-2,
.sppb-col-xl-3,
.sppb-col-xl-4,
.sppb-col-xl-5,
.sppb-col-xl-6,
.sppb-col-xl-7,
.sppb-col-xl-8,
.sppb-col-xl-9,
.sppb-col-xl-10,
.sppb-col-xl-11,
.sppb-col-xl-12,
.sppb-col-xl,
.sppb-col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.sppb-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.sppb-col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.sppb-col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.sppb-col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.sppb-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.sppb-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.sppb-col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.sppb-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.sppb-col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.sppb-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.sppb-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.sppb-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.sppb-col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.sppb-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.sppb-order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.sppb-order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.sppb-order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.sppb-order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.sppb-order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.sppb-order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.sppb-order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.sppb-order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.sppb-order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.sppb-order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.sppb-order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.sppb-order-12 {
  -ms-flex-order: 12;
  order: 12;
}
@media (max-width: 767px) {
  .sppb-col-xs {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .sppb-col-xs-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .sppb-col-xs-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .sppb-col-xs-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .sppb-col-xs-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sppb-col-xs-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .sppb-col-xs-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .sppb-col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sppb-col-xs-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .sppb-col-xs-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .sppb-col-xs-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sppb-col-xs-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .sppb-col-xs-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .sppb-col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sppb-order-xs-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .sppb-order-xs-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .sppb-order-xs-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .sppb-order-xs-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .sppb-order-xs-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .sppb-order-xs-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .sppb-order-xs-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .sppb-order-xs-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .sppb-order-xs-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .sppb-order-xs-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .sppb-order-xs-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .sppb-order-xs-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .sppb-section-content-center .sppb-row-container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .sppb-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .sppb-col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .sppb-col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .sppb-col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .sppb-col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sppb-col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .sppb-col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .sppb-col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sppb-col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .sppb-col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .sppb-col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sppb-col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .sppb-col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .sppb-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .sppb-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .sppb-col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .sppb-col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .sppb-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .sppb-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sppb-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .sppb-col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .sppb-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sppb-col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .sppb-col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .sppb-col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sppb-col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .sppb-col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .sppb-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sppb-order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .sppb-order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .sppb-order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .sppb-order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .sppb-order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .sppb-order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .sppb-order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .sppb-order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .sppb-order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .sppb-order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .sppb-order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .sppb-order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 1200px) {
  .sppb-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .sppb-col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .sppb-col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .sppb-col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .sppb-col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sppb-col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .sppb-col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .sppb-col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sppb-col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .sppb-col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .sppb-col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sppb-col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .sppb-col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .sppb-col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sppb-order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .sppb-order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .sppb-order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .sppb-order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .sppb-order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .sppb-order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .sppb-order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .sppb-order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .sppb-order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .sppb-order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .sppb-order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .sppb-order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
.sppb-column-addons,
.sppb-column {
  position: relative;
  z-index: 1;
  width: 100%;
}
.sppb-column {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sppb-column.sppb-align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.sppb-column.sppb-align-items-top {
  -ms-flex-align: flex-start !important;
  align-items: flex-start !important;
}
.sppb-column.sppb-align-items-bottom {
  -ms-flex-align: flex-end !important;
  align-items: flex-end !important;
}
.sppp-column-vertical-align {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.sppb-column-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-position: center center;
  background-repeat: repeat;
}
.sppb-row-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: repeat;
  z-index: 1;
}
.sp-pagebuilder-section-inner .sppb-row,
.sppb-row-container,
.sppb-container-inner {
  position: relative;
  z-index: 3;
}
.sppb-btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: pre-line;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.25;
  border-radius: 4px;
  transition: all 0.15s ease-in-out;
}
.sppb-btn.sppb-btn-3d {
  border-bottom-width: 3px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.sppb-btn:focus,
.sppb-btn:hover {
  text-decoration: none;
}
.sppb-btn:focus,
.sppb-btn.focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}
.sppb-btn.disabled,
.sppb-btn:disabled {
  opacity: 0.65;
}
.sppb-btn:active,
.sppb-btn.active {
  background-image: none;
}
a.sppb-btn.disabled,
fieldset[disabled] a.sppb-btn {
  pointer-events: none;
}
.sppb-btn-default {
  color: #010101;
  background-color: #eff1f4;
  border-color: #eff1f4;
}
.sppb-btn-default.sppb-btn-3d {
  border-bottom-color: #d7dadd;
}
.sppb-btn-default.sppb-btn-gradient {
  background-image: linear-gradient(-180deg, #eff1f2 0%, #c2c3c3 100%);
  color: #6a6a6a;
  border: none;
}
.sppb-btn-default:hover {
  color: #010101;
  background-color: #d7dadd;
  border-color: #d7dadd;
}
.sppb-btn-default:focus,
.sppb-btn-default.focus {
  color: #010101;
  box-shadow: 0 0 0 3px rgba(239, 241, 244, 0.8);
}
.sppb-btn-default.disabled,
.sppb-btn-default:disabled {
  background-color: #eff1f4;
  border-color: #eff1f4;
  color: #010101;
}
.sppb-btn-default:active,
.sppb-btn-default.active,
.show > .sppb-btn-default.dropdown-toggle {
  background-color: #d7dadd;
  background-image: none;
  border-color: #d7dadd;
}
.sppb-btn-default.sppb-btn-outline {
  color: #d7dadd;
  background-color: transparent;
}
.sppb-btn-default.sppb-btn-outline:hover {
  color: #010101;
  background-color: #eff1f4;
  border-color: #eff1f4;
}
.sppb-btn-default.sppb-btn-outline:focus:hover,
.sppb-btn-default.sppb-btn-outline.focus:hover {
  color: #010101;
  background-color: #eff1f4;
  border-color: #eff1f4;
}
.sppb-btn-default.sppb-btn-outline:focus,
.sppb-btn-default.sppb-btn-outline.focus {
  color: #d7dadd;
  background: transparent;
}
.sppb-btn-default.sppb-btn-outline.disabled,
.sppb-btn-default.sppb-btn-outline:disabled {
  color: #010101;
  background-color: transparent;
  border-color: #eff1f4;
}
.sppb-btn-default.sppb-btn-outline:active,
.sppb-btn-default.sppb-btn-outline.active,
.show > .sppb-btn-default.sppb-btn-outline.dropdown-toggle {
  color: #010101;
  background-color: #eff1f4;
  border-color: #eff1f4;
}
.sppb-btn-primary {
  color: #fff;
  background-color: #3071ff;
  border-color: #3071ff;
}
.sppb-btn-primary.sppb-btn-3d {
  border-bottom-color: #1e58d6;
}
.sppb-btn-primary.sppb-btn-gradient {
  background-image: linear-gradient(0deg, #2858c2 0%, #5186f9 100%);
  border: none;
}
.sppb-btn-primary:hover {
  color: #fff;
  background-color: #1e58d6;
  border-color: #1e58d6;
}
.sppb-btn-primary.sppb-btn-gradient:hover {
  background-image: -webkit-linear-gradient(-180deg, #004cf4 0%, #2567f5 100%);
  background-image: linear-gradient(-180deg, #004cf4 0%, #2567f5 100%);
  border: none;
}
.sppb-btn-primary:focus,
.sppb-btn-primary.focus {
  color: #fff;
  box-shadow: 0 0 0 3px rgba(48, 113, 255, 0.5);
}
.sppb-btn-primary.disabled,
.sppb-btn-primary:disabled {
  background-color: #3071ff;
  border-color: #3071ff;
  color: #fff;
}
.sppb-btn-primary:active,
.sppb-btn-primary.active,
.show > .sppb-btn-primary.dropdown-toggle {
  background-color: #1e58d6;
  background-image: none;
  border-color: #1e58d6;
}
.sppb-btn-primary.sppb-btn-outline {
  color: #3071ff;
  background-color: transparent;
}
.sppb-btn-primary.sppb-btn-outline:hover {
  color: #fff;
  background-color: #3071ff;
  border-color: #3071ff;
}
.sppb-btn-primary.sppb-btn-outline:focus:hover,
.sppb-btn-primary.sppb-btn-outline.focus:hover {
  color: #fff;
  background-color: #3071ff;
  border-color: #3071ff;
}
.sppb-btn-primary.sppb-btn-outline:focus,
.sppb-btn-primary.sppb-btn-outline.focus {
  color: #3071ff;
  background: transparent;
}
.sppb-btn-primary.sppb-btn-outline.disabled,
.sppb-btn-primary.sppb-btn-outline:disabled {
  color: #3071ff;
  background-color: transparent;
  border-color: #3071ff;
}
.sppb-btn-primary.sppb-btn-outline:active,
.sppb-btn-primary.sppb-btn-outline.active,
.show > .sppb-btn-primary.sppb-btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #3071ff;
  border-color: #3071ff;
}
.sppb-btn-secondary {
  color: #fff;
  background-color: #98a7b5;
  border-color: #98a7b5;
}
.sppb-btn-secondary.sppb-btn-3d {
  border-bottom-color: #7a8793;
}
.sppb-btn-secondary.sppb-btn-gradient {
  background-image: linear-gradient(0deg, #6a757f 0%, #a7b8c7 100%);
  border: none;
}
.sppb-btn-secondary:hover {
  color: #fff;
  background-color: #7a8793;
  border-color: #7a8793;
}
.sppb-btn-secondary:focus,
.sppb-btn-secondary.focus {
  color: #fff;
  box-shadow: 0 0 0 3px rgba(152, 167, 181, 0.5);
}
.sppb-btn-secondary.disabled,
.sppb-btn-secondary:disabled {
  background-color: #98a7b5;
  border-color: #98a7b5;
  color: #fff;
}
.sppb-btn-secondary:active,
.sppb-btn-secondary.active,
.show > .sppb-btn-secondary.dropdown-toggle {
  background-color: #7a8793;
  background-image: none;
  border-color: #7a8793;
}
.sppb-btn-secondary.sppb-btn-outline {
  color: #98a7b5;
  background-color: transparent;
}
.sppb-btn-secondary.sppb-btn-outline:hover {
  color: #fff;
  background-color: #98a7b5;
  border-color: #98a7b5;
}
.sppb-btn-secondary.sppb-btn-outline:focus:hover,
.sppb-btn-secondary.sppb-btn-outline.focus:hover {
  color: #fff;
  background-color: #98a7b5;
  border-color: #98a7b5;
}
.sppb-btn-secondary.sppb-btn-outline:focus,
.sppb-btn-secondary.sppb-btn-outline.focus {
  color: #98a7b5;
  background: transparent;
}
.sppb-btn-secondary.sppb-btn-outline.disabled,
.sppb-btn-secondary.sppb-btn-outline:disabled {
  color: #98a7b5;
  background-color: transparent;
  border-color: #98a7b5;
}
.sppb-btn-secondary.sppb-btn-outline:active,
.sppb-btn-secondary.sppb-btn-outline.active,
.show > .sppb-btn-secondary.sppb-btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #98a7b5;
  border-color: #98a7b5;
}
.sppb-btn-success {
  color: #fff;
  background-color: #23cf5f;
  border-color: #23cf5f;
}
.sppb-btn-success.sppb-btn-3d {
  border-bottom-color: #1fae51;
}
.sppb-btn-success.sppb-btn-gradient {
  background-image: linear-gradient(-180deg, #27da65 0%, #1d9d4a 100%);
  border: none;
}
.sppb-btn-success:hover {
  color: #fff;
  background-color: #1fae51;
  border-color: #1fae51;
}
.sppb-btn-success:focus,
.sppb-btn-success.focus {
  color: #fff;
  box-shadow: 0 0 0 3px rgba(35, 207, 97, 0.5);
}
.sppb-btn-success.disabled,
.sppb-btn-success:disabled {
  background-color: #23cf5f;
  border-color: #23cf5f;
  color: #fff;
}
.sppb-btn-success:active,
.sppb-btn-success.active,
.show > .sppb-btn-success.dropdown-toggle {
  background-color: #1fae51;
  background-image: none;
  border-color: #1fae51;
}
.sppb-btn-success.sppb-btn-outline {
  color: #23cf5f;
  background-color: transparent;
}
.sppb-btn-success.sppb-btn-outline:hover {
  color: #fff;
  background-color: #23cf5f;
  border-color: #23cf5f;
}
.sppb-btn-success.sppb-btn-outline:focus:hover,
.sppb-btn-success.sppb-btn-outline.focus:hover {
  color: #fff;
  background-color: #23cf5f;
  border-color: #23cf5f;
}
.sppb-btn-success.sppb-btn-outline:focus,
.sppb-btn-success.sppb-btn-outline.focus {
  color: #23cf5f;
  background: transparent;
}
.sppb-btn-success.sppb-btn-outline.disabled,
.sppb-btn-success.sppb-btn-outline:disabled {
  color: #23cf5f;
  background-color: transparent;
  border-color: #23cf5f;
}
.sppb-btn-success.sppb-btn-outline:active,
.sppb-btn-success.sppb-btn-outline.active,
.show > .sppb-btn-success.sppb-btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #23cf5f;
  border-color: #23cf5f;
}
.sppb-btn-info {
  color: #fff;
  background-color: #0ac9c9;
  border-color: #0ac9c9;
}
.sppb-btn-info.sppb-btn-3d {
  border-bottom-color: #09aeae;
}
.sppb-btn-info.sppb-btn-gradient {
  background-image: linear-gradient(-180deg, #0ddada 0%, #0aa9a9 100%);
  border: none;
}
.sppb-btn-info:hover {
  color: #fff;
  background-color: #09aeae;
  border-color: #09aeae;
}
.sppb-btn-info:focus,
.sppb-btn-info.focus {
  color: #fff;
  box-shadow: 0 0 0 3px rgba(10, 201, 201, 0.5);
}
.sppb-btn-info.disabled,
.sppb-btn-info:disabled {
  background-color: #0ac9c9;
  border-color: #0ac9c9;
  color: #fff;
}
.sppb-btn-info:active,
.sppb-btn-info.active,
.show > .sppb-btn-info.dropdown-toggle {
  background-color: #09aeae;
  background-image: none;
  border-color: #09aeae;
}
.sppb-btn-info.sppb-btn-outline {
  color: #0ac9c9;
  background-color: transparent;
}
.sppb-btn-info.sppb-btn-outline:hover {
  color: #fff;
  background-color: #0ac9c9;
  border-color: #0ac9c9;
}
.sppb-btn-info.sppb-btn-outline:focus:hover,
.sppb-btn-info.sppb-btn-outline.focus:hover {
  color: #fff;
  background-color: #0ac9c9;
  border-color: #0ac9c9;
}
.sppb-btn-info.sppb-btn-outline:focus,
.sppb-btn-info.sppb-btn-outline.focus {
  color: #0ac9c9;
  background: transparent;
}
.sppb-btn-info.sppb-btn-outline.disabled,
.sppb-btn-info.sppb-btn-outline:disabled {
  color: #0ac9c9;
  background-color: transparent;
  border-color: #0ac9c9;
}
.sppb-btn-info.sppb-btn-outline:active,
.sppb-btn-info.sppb-btn-outline.active,
.show > .sppb-btn-info.sppb-btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #0ac9c9;
  border-color: #0ac9c9;
}
.sppb-btn-warning {
  color: #ffffff;
  background-color: #ffd012;
  border-color: #ffd012;
}
.sppb-btn-warning.sppb-btn-3d {
  border-bottom-color: #e6bc15;
}
.sppb-btn-warning.sppb-btn-gradient {
  background-image: linear-gradient(0deg, #f29412 0%, #ffd012 100%);
  border: none;
}
.sppb-btn-warning:hover {
  color: #ffffff;
  background-color: #e6bc15;
  border-color: #e6bc15;
}
.sppb-btn-warning:focus,
.sppb-btn-warning.focus {
  color: #ffffff;
  box-shadow: 0 0 0 3px rgba(255, 208, 18, 0.5);
}
.sppb-btn-warning.disabled,
.sppb-btn-warning:disabled {
  background-color: #ffd012;
  border-color: #ffd012;
  color: #ffffff;
}
.sppb-btn-warning:active,
.sppb-btn-warning.active,
.show > .sppb-btn-warning.dropdown-toggle {
  background-color: #e6bc15;
  background-image: none;
  border-color: #e6bc15;
}
.sppb-btn-warning.sppb-btn-outline {
  color: #ffd012;
  background-color: transparent;
}
.sppb-btn-warning.sppb-btn-outline:hover {
  color: #fff;
  background-color: #ffd012;
  border-color: #ffd012;
}
.sppb-btn-warning.sppb-btn-outline:focus:hover,
.sppb-btn-warning.sppb-btn-outline.focus:hover {
  color: #fff;
  background-color: #ffd012;
  border-color: #ffd012;
}
.sppb-btn-warning.sppb-btn-outline:focus,
.sppb-btn-warning.sppb-btn-outline.focus {
  color: #ffd012;
  background: transparent;
}
.sppb-btn-warning.sppb-btn-outline.disabled,
.sppb-btn-warning.sppb-btn-outline:disabled {
  color: #ffd012;
  background-color: transparent;
  border-color: #ffd012;
}
.sppb-btn-warning.sppb-btn-outline:active,
.sppb-btn-warning.sppb-btn-outline.active,
.show > .sppb-btn-warning.sppb-btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #ffd012;
  border-color: #ffd012;
}
.sppb-btn-danger {
  color: #fff;
  background-color: #ff2b02;
  border-color: #ff2b02;
}
.sppb-btn-danger.sppb-btn-3d {
  border-bottom-color: #d72503;
}
.sppb-btn-danger.sppb-btn-gradient {
  background-image: linear-gradient(-180deg, #ff5a3b 0%, #db2300 100%);
  border: none;
}
.sppb-btn-danger:hover {
  color: #fff;
  background-color: #d72503;
  border-color: #d72503;
}
.sppb-btn-danger:focus,
.sppb-btn-danger.focus {
  color: #fff;
  box-shadow: 0 0 0 3px rgba(255, 43, 2, 0.5);
}
.sppb-btn-danger.disabled,
.sppb-btn-danger:disabled {
  background-color: #ff2b02;
  border-color: #ff2b02;
  color: #fff;
}
.sppb-btn-danger:active,
.sppb-btn-danger.active,
.show > .sppb-btn-danger.dropdown-toggle {
  background-color: #d72503;
  background-image: none;
  border-color: #d72503;
}
.sppb-btn-danger.sppb-btn-outline {
  color: #ff2b02;
  background-color: transparent;
}
.sppb-btn-danger.sppb-btn-outline:hover {
  color: #fff;
  background-color: #ff2b02;
  border-color: #ff2b02;
}
.sppb-btn-danger.sppb-btn-outline:focus:hover,
.sppb-btn-danger.sppb-btn-outline.focus:hover {
  color: #fff;
  background-color: #ff2b02;
  border-color: #ff2b02;
}
.sppb-btn-danger.sppb-btn-outline:focus,
.sppb-btn-danger.sppb-btn-outline.focus {
  color: #ff2b02;
  background: transparent;
}
.sppb-btn-danger.sppb-btn-outline.disabled,
.sppb-btn-danger.sppb-btn-outline:disabled {
  color: #ff2b02;
  background-color: transparent;
  border-color: #ff2b02;
}
.sppb-btn-danger.sppb-btn-outline:active,
.sppb-btn-danger.sppb-btn-outline.active,
.show > .sppb-btn-danger.sppb-btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #ff2b02;
  border-color: #ff2b02;
}
.sppb-btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.sppb-btn-dark.sppb-btn-3d {
  border-bottom-color: #23272b;
}
.sppb-btn-dark.sppb-btn-gradient {
  background-image: linear-gradient(0deg, #202428 0%, #6e7a86 100%);
  border: none;
}
.sppb-btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.sppb-btn-dark:focus,
.sppb-btn-dark.focus {
  box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}
.sppb-btn-dark.disabled,
.sppb-btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}
.sppb-btn-dark:active,
.sppb-btn-dark.active,
.show > .sppb-btn-dark.dropdown-toggle {
  background-color: #23272b;
  background-image: none;
  border-color: #1d2124;
}
.sppb-btn-dark.sppb-btn-outline {
  color: #343a40;
  background-color: transparent;
}
.sppb-btn-dark.sppb-btn-outline:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.sppb-btn-dark.sppb-btn-outline:focus:hover,
.sppb-btn-dark.sppb-btn-outline.focus:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.sppb-btn-dark.sppb-btn-outline:focus,
.sppb-btn-dark.sppb-btn-outline.focus {
  color: #343a40;
  background: transparent;
}
.sppb-btn-dark.sppb-btn-outline.disabled,
.sppb-btn-dark.sppb-btn-outline:disabled {
  color: #343a40;
  background-color: transparent;
  border-color: #343a40;
}
.sppb-btn-dark.sppb-btn-outline:active,
.sppb-btn-dark.sppb-btn-outline.active,
.show > .sppb-btn-dark.sppb-btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.sppb-btn-link {
  font-weight: normal;
  color: #3071ff;
  border-radius: 0;
}
.sppb-btn-link,
.sppb-btn-link:active,
.sppb-btn-link.active,
.sppb-btn-link:disabled {
  background-color: transparent;
}
.sppb-btn-link,
.sppb-btn-link:focus,
.sppb-btn-link:active {
  border-color: transparent;
  box-shadow: none;
}
.sppb-btn-link:hover {
  border-color: transparent;
}
.sppb-btn-link:focus,
.sppb-btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
}
.sppb-btn-link:disabled {
  color: #868e96;
}
.sppb-btn-link:disabled:focus,
.sppb-btn-link:disabled:hover {
  text-decoration: none;
}
.sppb-btn-xlg {
  padding: 20px 50px;
  font-size: 22px;
  line-height: 1.6;
  border-radius: 6px;
}
.sppb-btn-xlg.sppb-btn.sppb-btn-3d {
  border-bottom-width: 7px;
  padding-top: 17px;
  padding-bottom: 17px;
}
.sppb-btn-lg {
  padding: 8px 16px;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 5px;
}
.sppb-btn-lg.sppb-btn.sppb-btn-3d {
  border-bottom-width: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.sppb-btn-sm {
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.sppb-btn-sm.sppb-btn.sppb-btn-3d {
  padding-top: 3px;
  padding-bottom: 3px;
}
.sppb-btn-xs {
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.sppb-btn-xs.sppb-btn.sppb-btn-3d {
  border-bottom-width: 2px;
  padding-top: 1.5px;
  padding-bottom: 1.5px;
}
.sppb-btn-block {
  display: block;
  width: 100%;
}
.sppb-btn-block + .sppb-btn-block {
  margin-top: 5px;
}
input[type="submit"].sppb-btn-block,
input[type="reset"].sppb-btn-block,
input[type="button"].sppb-btn-block {
  width: 100%;
}
.sppb-btn-round {
  border-radius: 100px;
}
.sppb-btn-square {
  border-radius: 0;
}
.sppb-fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.sppb-fade.in {
  opacity: 1;
}
.sppb-collapse {
  display: none;
}
.sppb-collapse.in {
  display: block;
}
tr.sppb-collapse.in {
  display: table-row;
}
tbody.sppb-collapse.in {
  display: table-row-group;
}
.sppb-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.sppb-label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.sppb-label:hover,
a.sppb-label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.sppb-label:empty {
  display: none;
}
.sppb-btn .sppb-label {
  position: relative;
  top: -1px;
}
.sppb-label-default {
  background-color: #777777;
}
.sppb-label-default[href]:hover,
.sppb-label-default[href]:focus {
  background-color: #5e5e5e;
}
.sppb-label-primary {
  background-color: #428bca;
}
.sppb-label-primary[href]:hover,
.sppb-label-primary[href]:focus {
  background-color: #3071a9;
}
.sppb-label-success {
  background-color: #5cb85c;
}
.sppb-label-success[href]:hover,
.sppb-label-success[href]:focus {
  background-color: #449d44;
}
.sppb-label-info {
  background-color: #5bc0de;
}
.sppb-label-info[href]:hover,
.sppb-label-info[href]:focus {
  background-color: #31b0d5;
}
.sppb-label-warning {
  background-color: #f0ad4e;
}
.sppb-label-warning[href]:hover,
.sppb-label-warning[href]:focus {
  background-color: #ec971f;
}
.sppb-label-danger {
  background-color: #d9534f;
}
.sppb-label-danger[href]:hover,
.sppb-label-danger[href]:focus {
  background-color: #c9302c;
}
.sppb-thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sppb-thumbnail > img,
.sppb-thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.sppb-thumbnail:hover,
a.sppb-thumbnail:focus,
a.sppb-thumbnail.active {
  border-color: #428bca;
}
.sppb-thumbnail .sppb-caption {
  padding: 9px;
  color: #333333;
}
.sppb-alert {
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.sppb-alert h4 {
  margin-top: 0;
  color: inherit;
}
.sppb-alert hr {
  border-bottom: 0;
}
.sppb-alert .sppb-alert-link {
  font-weight: bold;
}
.sppb-alert-dismissable,
.sppb-alert-dismissible {
  padding-right: 35px;
}
.sppb-alert .sppb-close {
  color: inherit;
}
.sppb-alert-primary {
  background: rgba(48, 113, 255, 0.1);
  color: #3071ff;
}
.sppb-alert-primary hr {
  border-top-color: rgba(48, 113, 255, 0.4);
}
.sppb-alert-primary .alert-link,
.sppb-alert-primary .alert-link:focus,
.sppb-alert-primary .alert-link:hover,
.sppb-alert-primary .alert-link:active,
.sppb-alert-primary a,
.sppb-alert-primary a:focus,
.sppb-alert-primary a:hover,
.sppb-alert-primary a:active {
  color: #3071ff;
  font-weight: bold;
}
.sppb-alert-primary .alert-link:hover,
.sppb-alert-primary a:hover {
  text-decoration: underline;
}
.sppb-alert-light {
  background: #f5f5f5;
  color: #848e97;
}
.sppb-alert-light hr {
  border-top-color: #e5e5e5;
}
.sppb-alert-light .alert-link,
.sppb-alert-light .alert-link:focus,
.sppb-alert-light .alert-link:hover,
.sppb-alert-light .alert-link:active,
.sppb-alert-light a,
.sppb-alert-light a:focus,
.sppb-alert-light a:hover,
.sppb-alert-light a:active {
  font-weight: bold;
}
.sppb-alert-light .alert-link:hover,
.sppb-alert-light a:hover {
  text-decoration: underline;
}
.sppb-alert-dark {
  background: #333a41;
  color: #ffffff;
}
.sppb-alert-dark hr {
  border-top-color: #3e464e;
}
.sppb-alert-dark .alert-link,
.sppb-alert-dark .alert-link:focus,
.sppb-alert-dark .alert-link:hover,
.sppb-alert-dark .alert-link:active,
.sppb-alert-dark a,
.sppb-alert-dark a:focus,
.sppb-alert-dark a:hover,
.sppb-alert-dark a:active {
  font-weight: bold;
}
.sppb-alert-dark .alert-link:hover,
.sppb-alert-dark a:hover {
  text-decoration: underline;
}
.sppb-alert-success {
  background: rgba(35, 207, 95, 0.1);
  color: #23cf5f;
}
.sppb-alert-success hr {
  border-top-color: rgba(35, 207, 95, 0.4);
}
.sppb-alert-success .alert-link,
.sppb-alert-success .alert-link:focus,
.sppb-alert-success .alert-link:hover,
.sppb-alert-success .alert-link:active,
.sppb-alert-success a,
.sppb-alert-success a:focus,
.sppb-alert-success a:hover,
.sppb-alert-success a:active {
  color: #23cf5f;
  font-weight: bold;
}
.sppb-alert-success .alert-link:hover,
.sppb-alert-success a:hover {
  text-decoration: underline;
}
.sppb-alert-info {
  background: rgba(10, 201, 201, 0.1);
  color: #0ac9c9;
}
.sppb-alert-info hr {
  border-top-color: rgba(10, 201, 201, 0.4);
}
.sppb-alert-info .alert-link,
.sppb-alert-info .alert-link:focus,
.sppb-alert-info .alert-link:hover,
.sppb-alert-info .alert-link:active,
.sppb-alert-info a,
.sppb-alert-info a:focus,
.sppb-alert-info a:hover,
.sppb-alert-info a:active {
  color: #0ac9c9;
  font-weight: bold;
}
.sppb-alert-info .alert-link:hover,
.sppb-alert-info a:hover {
  text-decoration: underline;
}
.sppb-alert-warning {
  background: rgba(255, 208, 18, 0.1);
  color: #f5a623;
}
.sppb-alert-warning hr {
  border-top-color: rgba(255, 208, 18, 0.4);
}
.sppb-alert-warning .alert-link,
.sppb-alert-warning .alert-link:focus,
.sppb-alert-warning .alert-link:hover,
.sppb-alert-warning .alert-link:active,
.sppb-alert-warning a,
.sppb-alert-warning a:focus,
.sppb-alert-warning a:hover,
.sppb-alert-warning a:active {
  color: #f5a623;
  font-weight: bold;
}
.sppb-alert-warning .alert-link:hover,
.sppb-alert-warning a:hover {
  text-decoration: underline;
}
.sppb-alert-danger {
  background: rgba(255, 43, 2, 0.1);
  color: #ff2b02;
}
.sppb-alert-danger hr {
  border-top-color: rgba(255, 43, 2, 0.4);
}
.sppb-alert-danger .alert-link,
.sppb-alert-danger .alert-link:focus,
.sppb-alert-danger .alert-link:hover,
.sppb-alert-danger .alert-link:active,
.sppb-alert-danger a,
.sppb-alert-danger a:focus,
.sppb-alert-danger a:hover,
.sppb-alert-danger a:active {
  color: #ff2b02;
  font-weight: bold;
}
.sppb-alert-danger .alert-link:hover,
.sppb-alert-danger a:hover {
  text-decoration: underline;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.sppb-progress {
  overflow: hidden;
  height: 24px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sppb-progress-label {
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
}
.sppb-progress-label > span {
  float: right;
  font-weight: bold;
}
.sppb-progress.sppb-progress-square {
  border-radius: 0px;
}
.sppb-progress.sppb-progress-round {
  border-radius: 40px;
}
.sppb-progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  background-color: #3071ff;
  -webkit-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
  overflow: hidden;
}
.sppb-progress-striped .sppb-progress-bar,
.sppb-progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.sppb-progress.active .sppb-progress-bar,
.sppb-progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.sppb-progress-bar[aria-valuenow="0"] {
  color: #777777;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.sppb-progress-bar-success {
  background-color: #23cf5f;
}
.progress-striped .sppb-progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.sppb-progress-bar-info {
  background-color: #0ac9c9;
}
.progress-striped .sppb-progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.sppb-progress-bar-warning {
  background-color: #ffd012;
}
.progress-striped .sppb-progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.sppb-progress-bar-danger {
  background-color: #ff2b02;
}
.progress-striped .sppb-progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.sppb-media,
.sppb-media-body {
  overflow: hidden;
  zoom: 1;
}
.sppb-media,
.sppb-media .sppb-media {
  margin-top: 15px;
}
.sppb-media:first-child {
  margin-top: 0;
}
.sppb-media-object {
  display: block;
}
.sppb-media-heading {
  margin: 0 0 5px;
}
.sppb-media > .pull-left {
  margin-right: 15px;
}
.sppb-media > .pull-right {
  margin-left: 15px;
}
.sppb-media-list {
  padding-left: 0;
  list-style: none;
}
.sppb-panel {
  background-color: #fff;
  border: 1px solid transparent;
  border-top-width: 0;
}
.sppb-panel.sppb-panel-faq {
  background: transparent;
}
.sppb-panel-group > .sppb-panel:first-child {
  border-top-width: 1px;
}
.sppb-panel-body {
  padding: 15px;
  border-top: 1px solid transparent;
}
.sppb-panel-group .sppb-panel:last-child .sppb-panel-body {
  border-top-width: 1px;
  border-bottom-width: 0;
}
.sppb-panel-heading {
  padding: 10px 30px 10px 15px;
  cursor: pointer;
  position: relative;
}
.sppb-panel-heading .sppb-toggle-direction {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  -webkit-transition: transform 300ms;
  transition: transform 300ms;
}
.sppb-panel-heading.active .sppb-toggle-direction {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.sppb-panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bolder;
  color: inherit;
}
.sppb-panel-title > a {
  color: inherit;
}
.sppb-panel-default {
  border-color: #e5e5e5;
}
.sppb-panel-default .sppb-panel-body {
  border-top-color: #e5e5e5;
}
.sppb-panel-default > .sppb-panel-heading {
  background: #f9f9f9;
}
.sppb-panel-default > .sppb-panel-heading .sppb-toggle-direction {
  color: #ccc;
}
.sppb-panel-modern {
  background: #fff;
  border: 1px solid #e8eff1;
  border-radius: 4px;
  margin-bottom: 10px;
}
.sppb-panel-group > .sppb-panel-modern:last-child {
  margin-bottom: 0;
}
.sppb-panel-modern .sppb-panel-body {
  border-top-color: #e8eff1;
}
.sppb-panel-modern > .sppb-panel-heading {
  padding: 17px 30px 17px 15px;
  background: #f6fafb;
  color: #4b5981;
}
.sppb-panel-primary {
  border-color: rgba(48, 113, 255, 0.3);
}
.sppb-panel-primary > .sppb-panel-heading {
  color: #3071ff;
  background: rgba(48, 113, 255, 0.1);
}
.sppb-panel-primary .sppb-panel-body {
  border-top-color: rgba(48, 113, 255, 0.3);
}
.sppb-panel-success {
  border-color: rgba(35, 207, 95, 0.3);
}
.sppb-panel-success > .sppb-panel-heading {
  color: #23cf5f;
  background: rgba(35, 207, 95, 0.1);
}
.sppb-panel-success .sppb-panel-body {
  border-top-color: rgba(35, 207, 95, 0.3);
}
.sppb-panel-info {
  border-color: rgba(10, 201, 201, 0.3);
}
.sppb-panel-info > .sppb-panel-heading {
  color: #0ac9c9;
  background: rgba(10, 201, 201, 0.1);
}
.sppb-panel-info .sppb-panel-body {
  border-top-color: rgba(10, 201, 201, 0.3);
}
.sppb-panel-warning {
  border-color: rgba(255, 208, 18, 0.3);
}
.sppb-panel-warning > .sppb-panel-heading {
  color: #f5a623;
  background: rgba(255, 208, 18, 0.1);
}
.sppb-panel-warning .sppb-panel-body {
  border-top-color: rgba(255, 208, 18, 0.3);
}
.sppb-panel-danger {
  border-color: rgba(255, 43, 2, 0.2);
}
.sppb-panel-danger > .sppb-panel-heading {
  color: #ff2b02;
  background: rgba(255, 43, 2, 0.1);
}
.sppb-panel-danger .sppb-panel-body {
  border-top-color: rgba(255, 43, 2, 0.2);
}
.sppb-panel-faq {
  border: 0;
}
.sppb-panel-faq .sppb-panel-body {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.sppb-panel-faq > .sppb-panel-heading {
  border-bottom: 1px solid #e5e5e5;
}
.sppb-panel-faq > .sppb-panel-heading .sppb-toggle-direction {
  color: #ccc;
}
/* Custom Accordion */
.sppb-panel.sppb-panel-custom {
  overflow: hidden;
}
.sppb-accordion-icon-position-right {
  display: table;
  width: 100%;
}
.sppb-panel-custom .sppb-panel-heading {
  transition: 0.4s;
}
.sppb-accordion-icon-wrap {
  transition: 0.4s;
  display: inline-block;
}
.sppb-accordion-icon-position-right .sppb-accordion-icon-wrap {
  float: right;
}
.sppb-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sppb-nav > li {
  position: relative;
  display: block;
}
.sppb-nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.sppb-nav > li > a:hover,
.sppb-nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.sppb-nav > li.disabled > a {
  color: #777777;
}
.sppb-nav > li.disabled > a:hover,
.sppb-nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.sppb-nav .open > a,
.sppb-nav .open > a:hover,
.sppb-nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.sppb-nav > li > a > img {
  max-width: none;
}
.sppb-nav-tabs {
  border-bottom: 1px solid #e5e5e5;
}
.sppb-tab-content {
  margin-top: 15px;
}
.sppb-nav-tabs-content {
  margin-top: 0;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-top: 0;
  padding: 15px;
}
.sppb-nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.sppb-nav-tabs > li > a {
  font-size: 14px;
  font-weight: bolder;
  line-height: 1.42857143;
  padding: 12px 15px;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-right-width: 0;
}
.sppb-nav-tabs > li:last-child > a {
  border-right-width: 1px;
}
.sppb-nav-tabs > li > a > i {
  margin-right: 5px;
}
.sppb-nav-tabs > li.active > a,
.sppb-nav-tabs > li.active > a:hover,
.sppb-nav-tabs > li.active > a:focus {
  background-color: #ffffff;
  border-bottom-color: transparent;
  cursor: default;
}
.sppb-nav-tabs.sppb-nav-justified {
  width: 100%;
  border-bottom: 0;
}
.sppb-nav-tabs.sppb-nav-justified > li {
  float: none;
}
.sppb-nav-tabs.sppb-nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .sppb-nav-tabs.sppb-nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .sppb-nav-tabs.sppb-nav-justified > li > a {
    margin-bottom: 0;
  }
}
.sppb-nav-tabs.sppb-nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.sppb-nav-tabs.sppb-nav-justified > .active > a,
.sppb-nav-tabs.sppb-nav-justified > .active > a:hover,
.sppb-nav-tabs.sppb-nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .sppb-nav-tabs.sppb-nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .sppb-nav-tabs.sppb-nav-justified > .active > a,
  .sppb-nav-tabs.sppb-nav-justified > .active > a:hover,
  .sppb-nav-tabs.sppb-nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.sppb-nav-modern-content {
  margin-top: 0;
  border: 1px solid #e8eff1;
  background: #fff;
  padding: 15px;
  border-radius: 0 4px 4px 4px;
}
.sppb-nav-modern > li {
  float: left;
  margin-right: 5px;
  margin-bottom: -1px;
}
.sppb-nav-modern > li > a {
  font-size: 14px;
  font-weight: bolder;
  line-height: 1.42857143;
  padding: 12px 15px;
  background: #f6fafb;
  color: #4b5981;
  border: 1px solid #e8eff1;
  border-radius: 4px 4px 0 0;
}
.sppb-nav-modern > li > a:hover,
.sppb-nav-modern > li > a:focus {
  background-color: #f2f6f7;
}
.sppb-nav-modern > li > a > i {
  margin-right: 5px;
}
.sppb-nav-modern > li.active > a,
.sppb-nav-modern > li.active > a:hover,
.sppb-nav-modern > li.active > a:focus {
  color: #4b5981;
  background-color: #ffffff;
  border-bottom-color: transparent;
  cursor: default;
}
.sppb-nav-pills > li {
  float: left;
}
.sppb-nav-pills > li > a {
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: bolder;
  padding: 13px 15px;
  border-radius: 3px;
  color: inherit;
}
.sppb-nav-pills > li > a > i {
  margin-right: 5px;
}
.sppb-nav-pills > li + li {
  margin-left: 2px;
}
.sppb-nav-pills > li > a:hover,
.sppb-nav-pills > li > a:focus {
  background: transparent;
}
.sppb-nav-pills > li.active > a,
.sppb-nav-pills > li.active > a:hover,
.sppb-nav-pills > li.active > a:focus {
  color: #333;
  background-color: #e5e5e5;
}
.sppb-nav-stacked > li {
  float: none;
}
.sppb-nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.sppb-nav-justified {
  width: 100%;
}
.sppb-nav-justified > li {
  float: none;
}
.sppb-nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .sppb-nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .sppb-nav-justified > li > a {
    margin-bottom: 0;
  }
}
.sppb-nav-tabs-justified {
  border-bottom: 0;
}
.sppb-nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.sppb-nav-tabs-justified > .active > a,
.sppb-nav-tabs-justified > .active > a:hover,
.sppb-nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .sppb-nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .sppb-nav-tabs-justified > .active > a,
  .sppb-nav-tabs-justified > .active > a:hover,
  .sppb-nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.sppb-nav-lines {
  border-bottom: 2px solid #e5e5e5;
}
.sppb-nav-lines > li {
  float: left;
}
.sppb-nav-lines > li > a {
  padding: 13px 15px;
  font-size: 14px;
  font-weight: bolder;
  line-height: 1.42857143;
  color: inherit;
}
.sppb-nav-lines > li > a > i {
  margin-right: 5px;
}
.sppb-nav-lines > li + li {
  margin-left: 0;
}
.sppb-nav-lines > li > a:hover,
.sppb-nav-lines > li > a:focus {
  background: transparent;
}
.sppb-nav-lines > li.active > a,
.sppb-nav-lines > li.active > a:hover,
.sppb-nav-lines > li.active > a:focus {
  color: #006cff;
  background-color: transparent;
  border-bottom: 2px solid #006cff;
  margin-bottom: -2px;
}
.sppb-tab-content > .sppb-tab-pane {
  display: none;
}
.sppb-tab-content > .active {
  display: block;
}
/*Style For Custom Tab*/
.sppb-tab.sppb-custom-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.sppb-tab.sppb-tab-nav-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.sppb-nav-custom {
  float: left;
}
.sppb-nav-custom li a {
  transition: 0.4s;
}
.sppb-nav-custom li a.tab-img-or-icon-block-wrap {
  display: block;
}
.sppb-tab-custom-content {
  float: left;
  margin-top: 0;
}
.sppb-tab-image {
  display: inline-block;
}
.sppb-tab-icon {
  display: inline-block;
  line-height: 1;
}
.sppb-tab-image.tab-image-block,
.sppb-tab-icon.tab-icon-block {
  display: block;
}
.sppb-text-center .tab-image-block {
  margin: 0 auto;
}
.sppb-text-left .tab-image-block {
  margin-right: auto;
}
.sppb-text-right .tab-image-block {
  margin-left: auto;
}
.sppb-nav .active .sppb-tab-subtitle {
  display: block;
}
.sppb-tab-subtitle {
  display: none;
}
.sppb-embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.sppb-embed-responsive .sppb-embed-responsive-item,
.sppb-embed-responsive iframe,
.sppb-embed-responsive embed,
.sppb-embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.sppb-embed-responsive.sppb-embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.sppb-embed-responsive.sppb-embed-responsive-4by3 {
  padding-bottom: 75%;
}
.sppb-close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  opacity: 0.5;
}
.sppb-close > span {
  display: block;
  line-height: 1;
}
.sppb-close:focus,
.sppb-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
button.sppb-close {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.sppb-form-group .sppb-form-control,
.sppb-form-control {
  display: block;
  width: 100%;
  height: inherit;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: none;
  -webkit-box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.sppb-form-group .sppb-form-control.sppb-has-field-error,
.sppb-form-control.sppb-has-field-error {
  border: 1px solid #ff4500;
}
.sppb-form-validation-error {
  color: #ff4500;
  padding-top: 10px;
}
.sppb-form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.sppb-form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: none;
}
.sppb-form-control::-webkit-input-placeholder {
  color: #868e96;
  opacity: 1;
}
.sppb-form-control:-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}
.sppb-form-control::placeholder {
  color: #868e96;
  opacity: 1;
}
.sppb-form-control:disabled,
.sppb-form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.sppb-form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.sppb-form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.sppb-form-control-file,
.sppb-form-control-range {
  display: block;
}
.sppb-col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0;
}
.sppb-col-form-label-lg {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  font-size: 1.25rem;
}
.sppb-col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem;
}
.sppb-col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}
.sppb-form-control-plaintext {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}
.sppb-form-control-plaintext.sppb-form-control-sm,
.sppb-input-group-sm > .sppb-form-control-plaintext.sppb-form-control,
.sppb-input-group-sm > .sppb-form-control-plaintext.sppb-input-group-addon,
.sppb-input-group-sm > .sppb-input-group-btn > .sppb-form-control-plaintext.btn,
.sppb-form-control-plaintext.sppb-form-control-lg,
.sppb-input-group-lg > .sppb-form-control-plaintext.sppb-form-control,
.sppb-input-group-lg > .sppb-form-control-plaintext.sppb-input-group-addon,
.sppb-input-group-lg > .sppb-input-group-btn > .sppb-form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}
.sppb-form-control-sm,
.sppb-input-group-sm > .sppb-form-control,
.sppb-input-group-sm > .sppb-input-group-addon,
.sppb-input-group-sm > .sppb-input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
select.sppb-form-control-sm:not([size]):not([multiple]),
.sppb-input-group-sm > select.sppb-form-control:not([size]):not([multiple]),
.sppb-input-group-sm > select.sppb-input-group-addon:not([size]):not([multiple]),
.sppb-input-group-sm > .sppb-input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}
.sppb-form-control-lg,
.sppb-input-group-lg > .sppb-form-control,
.sppb-input-group-lg > .sppb-input-group-addon,
.sppb-input-group-lg > .sppb-input-group-btn > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.sppb-form-control-lg:not([size]):not([multiple]),
.sppb-input-group-lg > select.sppb-form-control:not([size]):not([multiple]),
.sppb-input-group-lg > select.sppb-input-group-addon:not([size]):not([multiple]),
.sppb-input-group-lg > .sppb-input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2.3125rem + 2px);
}
.sppb-form-group {
  margin-bottom: 20px;
}
.sppb-form-check {
  position: relative;
  display: block;
  padding-left: 18px;
}
.sppb-form-check .sppb-form-check-input {
  position: absolute;
  margin-top: 6px;
  margin-left: -18px;
}
.sppb-form-check .sppb-form-check-label {
  line-height: 24px;
}
.sppb-form-text {
  display: block;
  margin-top: 8px;
}
.sppb-pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.sppb-page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.sppb-page-link:hover {
  z-index: 1;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.sppb-page-link:focus {
  z-index: 1;
  outline: 0;
}
.sppb-page-item:first-child .sppb-page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.sppb-page-item:last-child .sppb-page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.sppb-page-item.active .sppb-page-link {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
/*Context Menu*/
.sppb-modal-popover {
  position: fixed;
  z-index: 1300;
  right: 0px;
  bottom: 0px;
  top: 0px;
  left: 0px;
  overflow-y: scroll;
}
.sppb-element-backdrop {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: -1;
  position: fixed;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  -webkit-tap-highlight-color: transparent;
}
.sppb-element-backdrop.sppb-element-backdrop-visible {
  background: transparent;
}
.sp-pagebuilder-dropdown-row-layouts-extented {
  width: 540px;
}
.sp-pagebuilder-dropdown-row-layouts-extented .sp-pagebuilder-layouts-list {
  display: flex;
  margin: 0 0 20px;
  padding: 10px;
  list-style: none;
  background: #ecf0f6;
  border-radius: 3px;
  justify-content: space-between;
}
.sp-pagebuilder-dropdown-row-layouts-extented .sp-pagebuilder-layouts-list li {
  padding: 0;
  margin: 0;
  font-size: 27px;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  line-height: 40px;
  text-align: center;
  color: #666;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
}
.sp-pagebuilder-dropdown-row-layouts-extented .sp-pagebuilder-layouts-list li:hover {
  background-color: #1e7ed8;
  color: #fff;
}
.sp-pagebuilder-dropdown-row-layouts-extented .sp-pagebuilder-custom-layout {
  display: flex;
  align-items: center;
}
.sp-pagebuilder-dropdown-row-layouts-extented .sp-pagebuilder-custom-layout > div:nth-child(2) {
  flex-grow: 1;
  margin: 0 20px;
}
.sp-pagebuilder-layouts-container {
  padding: 20px;
}
.sp-pagebuilder-layouts-container .sp-pagebuilder-layout-preview {
  text-align: center;
  margin-bottom: 20px;
}
.sp-pagebuilder-layouts-container .sp-pagebuilder-layout-preview .pbfont {
  font-size: 36px;
  display: block;
  margin-bottom: 10px;
  color: #88898b;
}
.sp-pagebuilder-layouts-container .sp-pagebuilder-layout-preview p {
  display: block;
  margin: 0;
  color: #88898b;
}
.sp-pagebuilder-layouts-container .sp-pagebuilder-layout-preview strong {
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}
.sp-pagebuilder-layouts-container input[type="text"] {
  margin: 0;
  display: block;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 36px;
  padding: 8px 15px;
  font-size: 13px;
  line-height: 18px;
  color: #555;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.sp-pagebuilder-layouts-container .sp-pagebuilder-btn-generate {
  padding: 8px 15px;
  font-size: 14px;
  line-height: 1.42857143;
}
.context-menu {
  position: relative;
  list-style: none;
  padding: 0px;
  margin: 0;
}
.context-menu > li {
  display: block;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #666;
  cursor: pointer;
}
.context-menu > li:hover {
  color: #fff;
  background-color: #1e7ed8;
  border-radius: 3px;
}
.context-menu .context-menu-item {
  padding: 0.5rem;
  margin: 0;
  font-size: 0.8rem;
  line-height: 1;
  border-bottom: 1px solid #dcdcdc;
}
.sppb-popover {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e2e5e9;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.sppb-popover.top {
  margin-top: -10px;
}
.sppb-popover.right {
  margin-left: 10px;
}
.sppb-popover.bottom {
  margin-top: 10px;
}
.sppb-popover.left {
  margin-left: -10px;
}
.sppb-popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  background-color: #f7f7f7;
  color: #4c4c4c;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.sppb-popover-content {
  padding: 15px;
  line-height: 22px;
  font-size: 13px;
  color: #666;
}
.sppb-popover > .arrow,
.sppb-popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.sppb-popover > .arrow {
  border-width: 11px;
}
.sppb-popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.sppb-popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.sppb-popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.sppb-popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.sppb-popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.sppb-popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.sppb-popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.sppb-popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.sppb-popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.sppb-carousel {
  position: relative;
}
.sppb-carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.sppb-carousel-inner > .sppb-item {
  padding: 60px;
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.sppb-carousel-inner > .sppb-item > .sppb-addon-carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sppb-carousel-inner > .sppb-item > img,
.sppb-carousel-inner > .sppb-item > a > img {
  line-height: 1;
}
.sppb-carousel-inner > .active,
.sppb-carousel-inner > .next,
.sppb-carousel-inner > .prev {
  display: block;
}
.sppb-carousel-inner > .active {
  left: 0;
}
.sppb-carousel-inner > .next,
.sppb-carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.sppb-carousel-inner > .next {
  left: 100%;
}
.sppb-carousel-inner > .prev {
  left: -100%;
}
.sppb-carousel-inner > .next.left,
.sppb-carousel-inner > .prev.right {
  left: 0;
}
.sppb-carousel-inner > .active.left {
  left: -100%;
}
.sppb-carousel-inner > .active.right {
  left: 100%;
}
.sppb-carousel-arrow {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.sppb-carousel-arrow.right {
  left: auto;
  right: 0;
}
.sppb-carousel-arrow:hover,
.sppb-carousel-arrow:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.sppb-carousel-arrow i {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.sppb-carousel-arrow.left i {
  left: 50%;
  margin-left: -10px;
}
.sppb-carousel-arrow.right i {
  right: 50%;
  margin-right: -10px;
}
.sppb-carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.sppb-carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}
.sppb-carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.sppb-item.sppb-item-has-bg {
  padding: 0;
  background-size: cover;
}
.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 50px;
}
.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner > div {
  height: 100%;
  width: 100%;
  display: table;
}
.sppb-item.sppb-item-has-bg > img {
  width: 100%;
}
.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner > div > div {
  display: table-cell;
  vertical-align: middle;
}
.sppb-carousel-pro-text h2 {
  font-size: 36px;
  line-height: 36px;
  margin-top: 0;
}
.sppb-carousel-item-inner .sppb-text-right {
  margin-top: 30px;
}
.sppb-addon-testimonial .fa-quote-left,
.sppb-addon-testimonial .fa-quote-right {
  display: block;
  font-size: 48px;
  color: #edeef2;
  margin-bottom: 10px;
}
.sppb-testimonial-top-content.sppb-addon-testimonial-footer {
  display: flex;
  flex-wrap: wrap;
}
.sppb-text-center .sppb-testimonial-top-content.sppb-addon-testimonial-footer {
  justify-content: center;
}
.sppb-text-right .sppb-testimonial-top-content.sppb-addon-testimonial-footer {
  justify-content: flex-end;
}
.sppb-testimonial-top-content.sppb-addon-testimonial-footer > span {
  margin-left: auto;
  margin-bottom: 0;
}
.sppb-addon-testimonial-review {
  margin: 0 0 20px 0;
}
.sppb-addon-testimonial-footer {
  display: block;
  font-size: 90%;
}
.sppb-addon-testimonial-footer img {
  display: inline-block;
  margin-right: 10px;
}
.sppb-addon-testimonial-footer img.sppb-avatar-round {
  border-radius: 4px;
}
.sppb-addon-testimonial-footer img.sppb-avatar-circle {
  border-radius: 100%;
}
.sppb-addon-testimonial-content-wrap {
  display: flex;
  flex-wrap: wrap;
}
.sppb-text-center .sppb-addon-testimonial-content-wrap {
  justify-content: center;
}
.sppb-text-left .sppb-addon-testimonial-content-wrap {
  justify-content: flex-start;
}
.sppb-text-right .sppb-addon-testimonial-content-wrap {
  justify-content: flex-end;
}
.sppb-addon-testimonial-footer a {
  display: inline-block;
}
.sppb-addon-testimonial-rating i {
  display: inline-block;
}
.sppb-testimonial-pro {
  padding-bottom: 40px;
}
.sppb-testimonial-pro .sppb-carousel-inner > .sppb-item {
  padding: 0;
}
.sppb-testimonial-pro .sppb-img-responsive.sppb-avatar {
  display: inline-block;
}
.sppb-testimonial-pro .sppb-testimonial-message,
.sppb-testimonial-pro .sppb-testimonial-client,
.sppb-testimonial-pro .sppb-img-responsive.sppb-avatar {
  margin-bottom: 10px;
}
.sppb-testimonial-pro .sppb-testimonial-message {
  font-size: 16px;
  line-height: 24px;
}
.sppb-testimonial-pro .sppb-carousel-control {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  text-align: center;
  border: 2px solid #333;
  color: #888;
  margin: 5px 3px 0;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
.sppb-testimonial-pro .sppb-carousel-control:hover {
  background: #333;
  color: #fff;
}
.sppb-testimonial-pro .sppb-carousel-indicators {
  bottom: 0;
  margin-bottom: 0;
}
.sppb-testimonial-pro .sppb-carousel-indicators li {
  border-color: rgba(0, 0, 0, 0.3);
}
.sppb-testimonial-pro .sppb-carousel-indicators li.active {
  border-color: #666;
  background-color: #666;
}
.sppb-testimonial-pro .fa-quote-left {
  display: block;
  font-size: 48px;
  color: #edeef2;
  margin-bottom: 10px;
}
.sppb-addon-testimonial-pro-footer {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  font-size: 90%;
}
.sppb-testimonial-pro.sppb-text-left .sppb-addon-testimonial-pro-footer {
  justify-content: flex-start;
}
.sppb-testimonial-pro.sppb-text-center .sppb-addon-testimonial-pro-footer {
  justify-content: center;
}
.sppb-testimonial-pro.sppb-text-right .sppb-addon-testimonial-pro-footer {
  justify-content: flex-end;
}
.sppb-addon-testimonial-pro-footer img {
  display: inline-block;
  margin-right: 10px;
}
.sppb-testimonial-pro .sppb-item > img {
  display: inline-block;
  margin-bottom: 15px;
}
.sppb-testimonial-pro .sppb-item > img.sppb-avatar-round,
.sppb-addon-testimonial-pro-footer img.sppb-avatar-round {
  border-radius: 4px;
}
.sppb-testimonial-pro .sppb-item > img.sppb-avatar-circle,
.sppb-addon-testimonial-pro-footer img.sppb-avatar-circle {
  border-radius: 100%;
}
.sppb-testimonial-pro.sppb-text-left .sppb-carousel-indicators {
  left: 0;
  margin-left: 0;
  text-align: left;
}
.sppb-testimonial-pro.sppb-text-right .sppb-carousel-indicators {
  left: auto;
  margin-left: 0;
  right: 0;
  text-align: right;
}
.sppb-addon-tweet .sppb-tweet-avatar {
  display: inline-block;
  margin-bottom: 15px;
}
.sppb-addon-tweet .sppb-tweet-username {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.sppb-addon-tweet .sppb-tweet-slider .sppb-carousel-inner > .sppb-item {
  padding: 0;
}
.sppb-addon-tweet .sppb-tweet-slider .sppb-tweet-created {
  display: inline-block;
  margin-bottom: 5px;
}
.sppb-addon-tweet .sppb-tweet-slider .sppb-carousel-control {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  text-align: center;
  border: 2px solid #333;
  color: #888;
  margin: 15px 3px 0;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
.sppb-addon-tweet .sppb-tweet-slider .sppb-carousel-control:hover {
  background: #333;
  color: #fff;
}
/* Addon Client */
.sppb-addon-clients-image {
  transition: 0.4s;
}
.sppb-addon-clients .sppb-carousel-extended-item {
  padding: 15px 0;
}
.sppb-addon-clients .sppb-carousel-extended-dots li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
}
.sppb-addon-clients .sppb-carousel-extended-nav-control .nav-control {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 18px;
}
.sppb-addon-clients .sppb-carousel-extended-item img {
  width: auto;
  object-fit: initial;
  height: auto;
}
.clearfix:before,
.clearfix:after,
.sppb-container:before,
.sppb-container:after,
.sppb-container-fluid:before,
.sppb-container-fluid:after,
.sp-pagebuilder-row:before,
.sp-pagebuilder-row:after,
.sppb-panel-body:before,
.sppb-panel-body:after,
.sppb-nav:before,
.sppb-nav:after {
  content: " ";
  display: table;
}
.clearfix:after,
.sppb-container:after,
.sppb-container-fluid:after,
.sp-pagebuilder-row:after,
.sppb-panel-body:after,
.sppb-nav:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
@-ms-viewport {
  width: device-width;
}
.sppb-visible-xs,
.sppb-visible-sm,
.sppb-visible-md,
.sppb-visible-lg {
  display: none !important;
}
.sppb-visible-xs-block,
.sppb-visible-xs-inline,
.sppb-visible-xs-inline-block,
.sppb-visible-sm-block,
.sppb-visible-sm-inline,
.sppb-visible-sm-inline-block,
.sppb-visible-md-block,
.sppb-visible-md-inline,
.sppb-visible-md-inline-block,
.sppb-visible-lg-block,
.sppb-visible-lg-inline,
.sppb-visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .sppb-visible-xs {
    display: block !important;
  }
  table.sppb-visible-xs {
    display: table;
  }
  tr.sppb-visible-xs {
    display: table-row !important;
  }
  th.sppb-visible-xs,
  td.sppb-visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .sppb-visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .sppb-visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .sppb-visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sppb-visible-sm {
    display: block !important;
  }
  table.sppb-visible-sm {
    display: table;
  }
  tr.sppb-visible-sm {
    display: table-row !important;
  }
  th.sppb-visible-sm,
  td.sppb-visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sppb-visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sppb-visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sppb-visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sppb-visible-md {
    display: block !important;
  }
  table.sppb-visible-md {
    display: table;
  }
  tr.sppb-visible-md {
    display: table-row !important;
  }
  th.sppb-visible-md,
  td.sppb-visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sppb-visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sppb-visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sppb-visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .sppb-visible-lg {
    display: block !important;
  }
  table.sppb-visible-lg {
    display: table;
  }
  tr.sppb-visible-lg {
    display: table-row !important;
  }
  th.sppb-visible-lg,
  td.sppb-visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .sppb-visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .sppb-visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .sppb-visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .sppb-hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sppb-hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sppb-hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .sppb-hidden-lg {
    display: none !important;
  }
}
.sppb-visible-print {
  display: none !important;
}
@media print {
  .sppb-visible-print {
    display: block !important;
  }
  table.sppb-visible-print {
    display: table;
  }
  tr.sppb-visible-print {
    display: table-row !important;
  }
  th.sppb-visible-print,
  td.sppb-visible-print {
    display: table-cell !important;
  }
}
.sppb-visible-print-block {
  display: none !important;
}
@media print {
  .sppb-visible-print-block {
    display: block !important;
  }
}
.sppb-visible-print-inline {
  display: none !important;
}
@media print {
  .sppb-visible-print-inline {
    display: inline !important;
  }
}
.sppb-visible-print-inline-block {
  display: none !important;
}
@media print {
  .sppb-visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .sppb-hidden-print {
    display: none !important;
  }
}
/*Empty Space*/
.sppb-empty-space-edit {
  display: block;
  border: 1px dotted rgba(0, 0, 0, 0.2);
}
/* Addon Divider */
.sppb-divider {
  display: inline-block;
  width: 100%;
}
/*Countdown Addon*/
.sppb-countdown-number {
  display: inline-block;
  padding: 0;
  text-align: center;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.sppb-countdown-text {
  display: block;
}
.sppb-addon-countdown .sppb-countdown-timer .sppb-countdown-finishedtext {
  margin: 30px 0;
  width: 100% !important;
  padding: 20px 0;
  height: auto !important;
}
/*Social Share*/
.sppb-social-share-wrap {
  align-items: center;
}
.sppb-addon-social-share ul {
  margin: -5px;
  padding: 0;
  list-style: none;
}
.sppb-addon-social-share.sppb-social-share-style-simple ul,
.sppb-addon-social-share.sppb-social-share-style-colored ul {
  margin: -10px;
}
.sppb-addon-social-share.sppb-social-share-style-simple ul li,
.sppb-addon-social-share.sppb-social-share-style-colored ul li {
  margin: 10px;
}
.sppb-addon-social-share ul li {
  display: inline-block;
  box-sizing: border-box;
  margin: 5px;
}
.sppb-addon-social-share ul li a {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}
.sppb-addon-social-share ul li a:hover,
.sppb-addon-social-share ul li a:focus,
.sppb-addon-social-share ul li a:active {
  text-decoration: none;
}
.sppb-social-share-style-solid ul li a,
.sppb-social-share-style-custom ul li a {
  padding: 10px;
}
.sppb-social-share-style-solid ul li a i,
.sppb-social-share-style-custom ul li a i {
  display: inline-block;
  font-size: 16px;
  width: 24px;
  height: 20px;
  line-height: 20px;
}
.sppb-social-share-title {
  margin-left: 5px;
}
.sppb-social-share-wrap ul li a:hover,
.sppb-social-share-wrap ul li a:focus {
  text-decoration: none;
}
.sppb-social-share-wrap ul li .social-share-title,
.sppb-social-share-wrap ul li .social-share-count {
  padding-left: 5px;
}
.sppb-social-share-wrap .sppb-social-total-shares {
  position: relative;
  text-align: center;
}
.sppb-social-share-wrap span.sppb-social-share-count {
  margin-left: 5px;
  font-size: 12px;
  font-weight: 600;
  opacity: 0.9;
}
.sppb-social-share-wrap .sppb-social-total-shares:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  position: absolute;
  right: 15px;
  top: 0;
  background: #dddddd;
}
.sppb-social-share-wrap .sppb-social-total-shares em {
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 42px;
}
.sppb-social-share-wrap .sppb-social-total-shares .sppb-social-total-share-caption {
  text-transform: uppercase;
  font-size: 14px;
}
/* ****** Styles ****** */
.sppb-social-share-style-solid ul li a {
  color: #ffffff;
}
/* Style Solid */
.sppb-social-share-style-solid ul li.sppb-social-share-facebook a {
  background-color: #306199;
}
.sppb-social-share-style-solid ul li.sppb-social-share-facebook a:hover {
  background-color: #244872;
}
.sppb-social-share-style-solid ul li.sppb-social-share-twitter a {
  background-color: #26c4f1;
}
.sppb-social-share-style-solid ul li.sppb-social-share-twitter a:hover {
  background-color: #0eaad6;
}
.sppb-social-share-style-solid ul li.sppb-social-share-linkedin a {
  background-color: #007bb6;
}
.sppb-social-share-style-solid ul li.sppb-social-share-linkedin a:hover {
  background-color: #005983;
}
.sppb-social-share-style-solid ul li.sppb-social-share-pinterest a {
  background-color: #b81621;
}
.sppb-social-share-style-solid ul li.sppb-social-share-pinterest a:hover {
  background-color: #8a1119;
}
.sppb-social-share-style-solid ul li.sppb-social-share-glpus a {
  background-color: #e93f2e;
}
.sppb-social-share-style-solid ul li.sppb-social-share-glpus a:hover {
  background-color: #ce2616;
}
.sppb-social-share-style-solid ul li.sppb-social-share-thumblr a {
  background-color: #32506d;
}
.sppb-social-share-style-solid ul li.sppb-social-share-thumblr a:hover {
  background-color: #22364a;
}
.sppb-social-share-style-solid ul li.sppb-social-share-getpocket a {
  background-color: #ed4054;
}
.sppb-social-share-style-solid ul li.sppb-social-share-getpocket a:hover {
  background-color: #e4162d;
}
.sppb-social-share-style-solid ul li.sppb-social-share-reddit a {
  background-color: #ff4500;
}
.sppb-social-share-style-solid ul li.sppb-social-share-reddit a:hover {
  background-color: #e83f00;
}
.sppb-social-share-style-solid ul li.sppb-social-share-vk a {
  background-color: #597ba5;
}
.sppb-social-share-style-solid ul li.sppb-social-share-vk a:hover {
  background-color: #3d5f88;
}
.sppb-social-share-style-solid ul li.sppb-social-share-xing a {
  background-color: #005658;
}
.sppb-social-share-style-solid ul li.sppb-social-share-xing a:hover {
  background-color: #004748;
}
.sppb-social-share-style-solid ul li.sppb-social-share-whatsapp a {
  background-color: #00d66e;
}
.sppb-social-share-style-solid ul li.sppb-social-share-whatsapp a:hover {
  background-color: #00b55d;
}
/* Style Social color */
.sppb-social-share-style-colored ul li.sppb-social-share-facebook a {
  color: #306199;
}
.sppb-social-share-style-colored ul li.sppb-social-share-facebook a:hover {
  color: #244872;
}
.sppb-social-share-style-colored ul li.sppb-social-share-twitter a {
  color: #26c4f1;
}
.sppb-social-share-style-colored ul li.sppb-social-share-twitter a:hover {
  color: #0eaad6;
}
.sppb-social-share-style-colored ul li.sppb-social-share-linkedin a {
  color: #007bb6;
}
.sppb-social-share-style-colored ul li.sppb-social-share-linkedin a:hover {
  color: #005983;
}
.sppb-social-share-style-colored ul li.sppb-social-share-pinterest a {
  color: #b81621;
}
.sppb-social-share-style-colored ul li.sppb-social-share-pinterest a:hover {
  color: #8a1119;
}
.sppb-social-share-style-colored ul li.sppb-social-share-glpus a {
  color: #e93f2e;
}
.sppb-social-share-style-colored ul li.sppb-social-share-glpus a:hover {
  color: #ce2616;
}
.sppb-social-share-style-colored ul li.sppb-social-share-thumblr a {
  color: #32506d;
}
.sppb-social-share-style-colored ul li.sppb-social-share-thumblr a:hover {
  color: #22364a;
}
.sppb-social-share-style-colored ul li.sppb-social-share-getpocket a {
  color: #ed4054;
}
.sppb-social-share-style-colored ul li.sppb-social-share-getpocket a:hover {
  color: #e4162d;
}
.sppb-social-share-style-colored ul li.sppb-social-share-reddit a {
  color: #ff4500;
}
.sppb-social-share-style-colored ul li.sppb-social-share-reddit a:hover {
  color: #e83f00;
}
.sppb-social-share-style-colored ul li.sppb-social-share-vk a {
  color: #597ba5;
}
.sppb-social-share-style-colored ul li.sppb-social-share-vk a:hover {
  color: #3d5f88;
}
/*Addon Icon*/
.sppb-icon-inner {
  display: inline-block;
  text-align: center;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.sppb-icon-hover-effect-zoom-in .sppb-icon-inner:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.sppb-icon-hover-effect-zoom-out .sppb-icon-inner:hover {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
}
.sppb-icon-hover-effect-rotate {
  -webkit-transition: all 800ms;
  transition: all 800ms;
}
.sppb-icon-hover-effect-rotate .sppb-icon-inner:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
/*Addon Ajax Contact*/
.sppb-ajax-contact-status .sppb-text-success,
.sppb-ajax-contact-status .sppb-text-danger {
  font-weight: bold;
}
/* Addon Instagram */
.sppb-instagram-images,
.sppb-addon-flickr .sppb-flickr-gallery {
  width: 100%;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sppb-instagram-image,
.sppb-addon-flickr .sppb-flickr-gallery li {
  margin: 0;
  width: 20%;
  float: left;
  text-align: center;
  position: relative;
}
.sppb-addon-flickr .sppb-flickr-gallery li a {
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sppb-addon-flickr .sppb-flickr-gallery li a:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: visible;
  opacity: 1;
}
.sppb-addon-flickr .sppb-flickr-gallery li a:after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 38px;
  top: 0;
  left: 0;
  position: absolute;
  right: 0;
  height: 25px;
  margin: auto;
  bottom: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 900;
}
.sppb-instagram-gallery-btn:hover,
.sppb-instagram-gallery-btn:focus {
  outline: 0;
}
.sppb-addon-flickr .sppb-flickr-gallery li a:hover {
  transform: scale(0.83);
}
.sppb-addon-flickr .sppb-flickr-gallery li a:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.sppb-addon-flickr .sppb-flickr-gallery li a:hover:before {
  visibility: visible;
  opacity: 1;
}
.sppb-addon-flickr .sppb-flickr-gallery img {
  width: 100%;
}
.addon-instagram-item-wrap {
  position: relative;
}
.addon-instagram-item-overlay {
  visibility: hidden;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  color: #fff;
  -webkit-transition: 400ms;
  transition: 400ms;
  opacity: 0;
  z-index: 1;
}
.addon-instagram-meta-content {
  position: relative;
  top: 30px;
  transition: 0.4s;
}
.addon-instagram-item-info {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sppb-instagram-image:hover .addon-instagram-item-info {
  visibility: visible;
  opacity: 1;
}
.sppb-instagram-image:hover .addon-instagram-item-overlay {
  visibility: visible;
  background: rgba(0, 0, 0, 0.85);
  opacity: 1;
}
.sppb-instagram-image:hover .addon-instagram-meta-content {
  top: 0;
}
.addon-instagram-author-image,
.addon-instagram-item-info span,
.addon-instagram-item-info i {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  color: #fff;
}
.addon-instagram-item-likes {
  margin-right: 20px;
}
.addon-instagram-item-likes span,
.addon-instagram-item-likes i {
  float: left;
}
.addon-instagram-item-likes span {
  font-size: 16px;
}
.intagram-like-number {
  margin-left: 5px;
}
.addon-instagram-item-comments {
  margin-left: 20px;
}
.addon-instagram-item-comments span,
.addon-instagram-item-comments i {
  float: left;
}
.addon-instagram-item-comments span {
  font-size: 16px;
}
.intagram-comment-number {
  margin-left: 5px;
}
.addon-instagram-caption {
  margin-top: 40px;
  text-align: center;
}
.addon-instagram-caption p {
  margin: 0;
  line-height: 1.4;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
.addon-instagram-image-wrap {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.instagram-image.sppb-img-responsive {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transition: 0.4s;
  transform: scale(1);
  object-fit: cover;
}
.sppb-instagram-image:hover .instagram-image.sppb-img-responsive {
  transform: scale(1.08);
}
/* Instagram Classic Style */
.sppb-addon-instagram-gallery.layout-classic {
  margin: -10px;
}
.layout-classic .sppb-instagram-images {
  display: flex;
  flex-wrap: wrap;
}
.layout-classic .sppb-instagram-image {
  float: none;
  padding: 10px;
}
.sppb-instagram-classic-content-wrap {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  height: 100%;
}
.addon-instagram-item-author-wrap {
  display: table;
  width: 100%;
  padding: 10px 20px;
}
.addon-instagram-author-info {
  float: left;
}
.instagram-redirect-link {
  float: right;
}
.instagram-author-image {
  float: left;
  width: 36px;
  height: 36px;
  background: -webkit-linear-gradient(50deg, #f99b4a 15%, #dd3071 50%, #c72e8d 85%);
  background: -o-linear-gradient(50deg, #f99b4a 15%, #dd3071 50%, #c72e8d 85%);
  background: linear-gradient(40deg, #f99b4a 15%, #dd3071 50%, #c72e8d 85%);
  padding: 2px;
  border-radius: 50%;
}
.instagram-author-image img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.instagram-author-meta-content {
  float: left;
  margin-left: 10px;
  margin-top: 5px;
  text-align: left;
  line-height: 1;
}
.instagram-author-meta-content a {
  display: block;
  line-height: 1;
  font-weight: 700;
  color: #000;
  font-size: 14px;
}
.instagram-author-meta-content span {
  display: inline-block;
  line-height: 1;
  font-size: 10px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 600;
}
.instagram-redirect-link {
  font-size: 24px;
  color: #000;
}
.addon-instagram-classic-meta-content {
  padding: 15px;
}
.addon-instagram-classic-meta-content .addon-instagram-item-info {
  visibility: visible;
  opacity: 1;
  display: flex;
  justify-content: flex-start;
}
.addon-instagram-item-share {
  margin-left: auto;
}
.layout-classic .addon-instagram-caption {
  margin: 10px 0 0;
  text-align: left;
}
.layout-classic .addon-instagram-caption p {
  color: #000;
}
.layout-classic .addon-instagram-author-image,
.layout-classic .addon-instagram-item-info span,
.layout-classic .addon-instagram-item-info i {
  color: #000;
}
.addon-instagram-classic-meta-content .addon-instagram-item-likes {
  margin: 0;
}
.layout-classic .addon-instagram-item-share i {
  font-size: 18px;
}
.addon-instagram-item-share span {
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
}
.layout-classic .instagram-image.sppb-img-responsive {
  transition: none;
}
.layout-classic .sppb-instagram-image:hover .instagram-image.sppb-img-responsive {
  transform: scale(1);
}
.layout-classic .addon-instagram-item-comments {
  margin-left: auto;
}
/*  Addon Timelime  */
.sppb-addon-timeline .sppb-addon-timeline-wrapper {
  list-style: none;
  position: relative;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper:before {
  background-color: #0095eb;
  bottom: 0;
  content: " ";
  left: 50%;
  position: absolute;
  top: 8px;
  width: 2px;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge {
  height: 90px;
  position: absolute;
  left: 50%;
  z-index: 5;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 30px;
  background-color: #fff;
  border: 3px solid #0095eb;
  height: 20px;
  width: 20px;
  border-radius: 100%;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge:after {
  background: #0095eb none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 10px;
  position: absolute;
  top: 37px;
  width: 20px;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .odd .timeline-badge:after {
  left: auto;
  right: 10px;
  top: 45px;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge .timeline-date {
  font-size: 1.4em;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement {
  position: relative;
  padding-top: 0;
  padding-bottom: 30px;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper > .timeline-movement:last-child {
  padding-bottom: 0;
  bottom: -15px;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel {
  text-align: initial;
  padding: 20px;
  border: solid 1px #dfdfdf;
  border-radius: 5px;
  position: relative;
  width: 345px;
  margin-left: 15px;
}
.sppb-col-md-6 .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel {
  width: 93%;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel .title {
  font-size: 18px;
  margin: 0 0 10px;
  position: relative;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel .details {
  font-size: 14px;
  margin: 0;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement.even .timeline-badge {
  height: 76px;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement.even .timeline-item .timeline-date {
  line-height: 76px;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part {
  text-align: right;
  margin-right: 15px;
  float: right;
  padding: 13px 20px;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part .title:after {
  right: -80px;
  left: inherit;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part:before {
  left: inherit;
  right: 1px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel:before {
  content: "";
  position: absolute;
  top: 32px;
  left: 1px;
  width: 0;
  height: 0;
  border-width: 8px;
  border-color: #fff #fff transparent transparent;
  border-style: solid;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 3px -3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 3px -3px 1px -2px rgba(0, 0, 0, 0.2);
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-date {
  font-size: 16px;
  line-height: 90px;
  margin: 0 0 0 30px;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement.odd .timeline-item .timeline-date {
  margin: 0 30px 0 0;
}
.timeline-item.mobile-block {
  display: none;
}
.timeline-item.mobile-hidden {
  display: block;
}
/* ******* Flip Box ******* */
.sppb-flipbox-panel {
  margin: 0 auto;
  position: relative;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.sppb-flipbox-panel .sppb-flipbox-front,
.sppb-flipbox-panel .sppb-flipbox-back {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 20px;
  overflow: hidden;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* Flip common */
.sppb-flipbox-panel .sppb-flipbox-front {
  height: 100%;
  position: absolute;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.sppb-flipbox-panel .sppb-flipbox-back {
  height: 100%;
  position: absolute;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.sppb-flipbox-panel .flip-box {
  display: table;
}
.sppb-flipbox-panel .flip-box .flip-box-inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
/* Flip right */
.flip_right .sppb-flipbox-panel .sppb-flipbox-front {
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateX(0deg) rotateY(0deg);
}
.flip_right .sppb-flipbox-panel.flip .sppb-flipbox-front {
  -webkit-transform: rotateX(0deg) rotateY(178deg);
  -moz-transform: rotateX(0deg) rotateY(178deg);
  transform: rotateX(0deg) rotateY(178deg);
}
.flip_right .sppb-flipbox-panel .sppb-flipbox-back {
  -webkit-transform: rotateX(0deg) rotateY(-178deg);
  -moz-transform: rotateX(0deg) rotateY(-178deg);
  transform: rotateX(0deg) rotateY(-178deg);
}
.flip_right .sppb-flipbox-panel.flip .sppb-flipbox-back {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
/* Flip left */
.flip_left .sppb-flipbox-panel .sppb-flipbox-front {
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateX(0deg) rotateY(0deg);
}
.flip_left .sppb-flipbox-panel.flip .sppb-flipbox-front {
  -webkit-transform: rotateX(0deg) rotateY(-178deg);
  -moz-transform: rotateX(0deg) rotateY(-178deg);
  transform: rotateX(0deg) rotateY(-178deg);
}
.flip_left .sppb-flipbox-panel .sppb-flipbox-back {
  -webkit-transform: rotateX(0deg) rotateY(178deg);
  -moz-transform: rotateX(0deg) rotateY(178deg);
  transform: rotateX(0deg) rotateY(178deg);
}
.flip_left .sppb-flipbox-panel.flip .sppb-flipbox-back {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
/* Flip top */
.flip_top .sppb-flipbox-panel .sppb-flipbox-front {
  -webkit-transform: rotateY(0deg) rotateX(0deg);
  -moz-transform: rotateY(0deg) rotateX(0deg);
  transform: rotateY(0deg) rotateX(0deg);
}
.flip_top .sppb-flipbox-panel.flip .sppb-flipbox-front {
  -webkit-transform: rotateX(178deg) rotateY(0deg);
  -moz-transform: rotateX(178deg) rotateY(0deg);
  transform: rotateX(178deg) rotateY(0deg);
}
.flip_top .sppb-flipbox-panel .sppb-flipbox-back {
  -webkit-transform: rotateX(-178deg) rotateY(0deg);
  -moz-transform: rotateX(-178deg) rotateY(0deg);
  transform: rotateX(-178deg) rotateY(0deg);
}
.flip_top .sppb-flipbox-panel.flip .sppb-flipbox-back {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
/* Flip bottom */
.flip_bottom .sppb-flipbox-panel .sppb-flipbox-front {
  -webkit-transform: rotateY(0deg) rotateX(0deg);
  -moz-transform: rotateY(0deg) rotateX(0deg);
  transform: rotateY(0deg) rotateX(0deg);
}
.flip_bottom .sppb-flipbox-panel.flip .sppb-flipbox-front {
  -webkit-transform: rotateX(-178deg) rotateY(0deg);
  -moz-transform: rotateX(-178deg) rotateY(0deg);
  transform: rotateX(-178deg) rotateY(0deg);
}
.flip_bottom .sppb-flipbox-panel .sppb-flipbox-back {
  -webkit-transform: rotateX(178deg) rotateY(0deg);
  -moz-transform: rotateX(178deg) rotateY(0deg);
  transform: rotateX(178deg) rotateY(0deg);
}
.flip_bottom .sppb-flipbox-panel.flip .sppb-flipbox-back {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
/*New Added*/
/*Slide And Fade Style*/
.sppb-addon-sppb-flibox.fade-flipbox .sppb-flipbox-panel .sppb-flipbox-front,
.sppb-addon-sppb-flibox.slide-flipbox .sppb-flipbox-panel .sppb-flipbox-front {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
.fade-flipbox .sppb-flipbox-panel,
.slide-flipbox .sppb-flipbox-panel {
  overflow: hidden;
  -webkit-perspective: initial;
  -moz-perspective: initial;
  perspective: initial;
  -webkit-transform-style: initial;
  -moz-transform-style: initial;
  transform-style: initial;
}
/*Slide right*/
.slide-flipbox.flip_right .sppb-flipbox-panel .sppb-flipbox-back {
  -webkit-transform: translateX(100%) translateY(0);
  -moz-transform: translateX(100%) translateY(0);
  transform: translateX(100%) translateY(0);
}
.slide-flipbox.flip_right .sppb-flipbox-panel.flip .sppb-flipbox-back {
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
.fade-flipbox .sppb-flipbox-panel .sppb-flipbox-back,
.slide-flipbox .sppb-flipbox-panel .sppb-flipbox-back {
  -webkit-transform-style: initial;
  -moz-transform-style: initial;
  transform-style: initial;
}
/*Slide left*/
.slide-flipbox.flip_left .sppb-flipbox-panel .sppb-flipbox-back {
  -webkit-transform: translateX(-100%) translateY(0);
  -moz-transform: translateX(-100%) translateY(0);
  transform: translateX(-100%) translateY(0);
}
.slide-flipbox.flip_left .sppb-flipbox-panel.flip .sppb-flipbox-back {
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
/*Slide top*/
.slide-flipbox.flip_top .sppb-flipbox-panel .sppb-flipbox-back {
  -webkit-transform: translateX(0) translateY(-100%);
  -moz-transform: translateX(0) translateY(-100%);
  transform: translateX(0) translateY(-100%);
}
.slide-flipbox.flip_top .sppb-flipbox-panel.flip .sppb-flipbox-back {
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
/*Slide bottom*/
.slide-flipbox.flip_bottom .sppb-flipbox-panel .sppb-flipbox-back {
  -webkit-transform: translateX(0) translateY(100%);
  -moz-transform: translateX(0) translateY(100%);
  transform: translateX(0) translateY(100%);
}
.slide-flipbox.flip_bottom .sppb-flipbox-panel.flip .sppb-flipbox-back {
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
/*Fade Effect*/
.fade-flipbox .sppb-flipbox-panel .sppb-flipbox-back {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  opacity: 0;
}
.fade-flipbox .sppb-flipbox-panel.flip .sppb-flipbox-back {
  opacity: 1;
}
/*3D flip*/
.threeD-content-wrap {
  -webkit-perspective: 2000;
  -moz-perspective: 2000;
  -ms-perspective: 2000;
  perspective: 2000;
  -ms-transform: perspective(2000px);
  -moz-transform: perspective(2000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  display: inline-block;
  width: 100%;
}
.threeD-item {
  height: 100%;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-timing-function: cubic-bezier(0.5, 0.3, 0.3, 1);
  transition-timing-function: cubic-bezier(0.5, 0.3, 0.3, 1);
}
.threeD-content-wrap.flip .threeD-item {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip_left .threeD-content-wrap.flip .threeD-item {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip_top .threeD-content-wrap.flip .threeD-item {
  -webkit-transform: rotateX(-180deg) rotateY(0deg);
  transform: rotateX(-180deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip_top .threeD-content-wrap .threeD-item .threeD-flip-back {
  -webkit-transform: rotateX(180deg) rotateY(0deg);
  transform: rotateX(180deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
}
.flip_bottom .threeD-content-wrap.flip .threeD-item {
  -webkit-transform: rotateX(180deg) rotateY(0deg);
  transform: rotateX(180deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip_bottom .threeD-content-wrap .threeD-item .threeD-flip-back {
  -webkit-transform: rotateX(-180deg) rotateY(0deg);
  transform: rotateX(-180deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
}
.threeD-flip-front {
  z-index: 2;
}
.threeD-flip-back {
  -webkit-transform: rotate3d(0, 45, 0, 180deg);
  transform: rotate3d(0, 45, 0, 180deg);
}
.threeD-flip-front,
.threeD-flip-back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.threeD-flip-front .threeD-content-inner,
.threeD-flip-back .threeD-content-inner {
  width: 100%;
  padding: 0 50px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateZ(60px);
  -webkit-transform: translateY(-50%) translateZ(60px);
  -ms-transform: translateY(-50%) translateZ(60px);
}
.sppb-flipbox-front.flip-box:before,
.sppb-flipbox-back.flip-box:before,
.threeD-flip-front:before,
.threeD-flip-back:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.sppb-flipbox-panel,
.threeD-item {
  height: 280px;
}
@media screen and (max-width: 767px) {
  .timeline-item.mobile-block {
    display: block;
  }
  .timeline-item.mobile-hidden {
    display: none;
  }
  .sppb-addon-timeline .sppb-addon-timeline-wrapper {
    padding: 0 0 10px 40px;
  }
  .sppb-addon-timeline .sppb-addon-timeline-wrapper:before {
    left: 10px;
  }
  .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge {
    width: 30px;
    left: -29px;
    top: 48px;
    height: 76px;
  }
  .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge:after {
    left: 23px;
    width: 6px;
  }
  .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge:before {
    border-width: 2px;
    height: 16px;
    width: 16px;
  }
  .sppb-addon-timeline .sppb-addon-timeline-wrapper .odd .timeline-badge:after {
    left: 23px;
    right: auto;
    top: 37px;
  }
  .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel {
    text-align: left !important;
    margin-right: 0 !important;
    float: left !important;
    width: 100%;
    margin-left: 0;
    padding: 15px;
  }
  .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part {
    padding: 15px;
  }
  .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part:before {
    left: 0;
    right: auto;
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
  }
  .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-date {
    margin: 0;
    text-align: left !important;
  }
  .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement.even .timeline-item .timeline-date {
    line-height: 40px;
  }
  .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-date {
    margin: 0;
    text-align: left !important;
  }
  .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement.odd .timeline-item .timeline-date {
    margin: 0;
    line-height: 40px;
  }
  .sppb-addon-timeline .sppb-addon-timeline-wrapper > .timeline-movement:last-child {
    bottom: 0;
  }
  /*Carousel Pro*/
  .sppb-carousel-pro .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner {
    padding: 20px 30px;
  }
}
/* *** Update v2.4.5 *** */
/* Modal */
.sppb-modal-selector {
  display: inline-block;
}
.sppb-ajax-contact-content .g-recaptcha {
  margin-bottom: 15px;
}
.sppb-addon-tweet .sppb-tweet-slider .sppb-item-image {
  padding: 20px 0;
}
.sppb-addon-tweet .sppb-tweet-slider .sppb-item-image .sppb-tweet-image {
  display: inline-block;
}
.mfp-close-btn-in .mfp-content .mfp-close {
  color: #fff;
}
.mfp-close-btn-in .mfp-content .white-popup-block .mfp-close {
  color: #333;
}
.mfp-content .popup-image-block {
  position: relative;
  display: inline-block;
}
.sppb-modal-icon-wrap {
  position: relative;
  display: inline-block;
}
@-webkit-keyframes sppbModalRipple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sppbModalRipple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sppb-ripple-effect {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.8), 0 0 0 30px rgba(255, 255, 255, 0.6), 0 0 0 45px rgba(255, 255, 255, 0.4);
  z-index: -1;
  animation: sppbModalRipple 2s infinite;
}
/* Youtube Video BG */
.sppb-youtube-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.sppb-youtube-video-bg iframe {
  border: none;
}
/******************************
Carousel Pro Css
*******************************/
.sppb-carousel-pro .sppb-carousel-inner .sppb-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.sppb-carousel-pro .sppb-carousel-inner .sppb-item,
.sppb-carousel-pro .sppb-carousel-inner .active.left,
.sppb-carousel-pro .sppb-carousel-inner .active.right {
  opacity: 0;
}
.sppb-carousel-pro .sppb-carousel-inner .active,
.sppb-carousel-pro .sppb-carousel-inner .next.left,
.sppb-carousel-pro .sppb-carousel-inner .prev.right {
  opacity: 1;
}
.sppb-carousel-pro .sppb-carousel-inner .next,
.sppb-carousel-pro .sppb-carousel-inner .prev,
.sppb-carousel-pro .sppb-carousel-inner .active.left,
.sppb-carousel-pro .sppb-carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sppb-carousel-pro .sppb-carousel-control {
  z-index: 2;
}
.sppb-carousel-pro-arrow-bottom-right,
.sppb-carousel-pro-arrow-bottom-center,
.sppb-carousel-pro-arrow-bottom-left {
  position: absolute;
  right: 0;
  left: 0;
  top: auto;
  bottom: 0;
}
.sppb-carousel-pro-arrow-bottom-right .sppb-col-sm-12,
.sppb-carousel-pro-arrow-bottom-center .sppb-col-sm-12,
.sppb-carousel-pro-arrow-bottom-left .sppb-col-sm-12 {
  font-size: 0;
}
.sppb-carousel-pro-arrow-bottom-right .sppb-carousel-control,
.sppb-carousel-pro-arrow-bottom-center .sppb-carousel-control,
.sppb-carousel-pro-arrow-bottom-left .sppb-carousel-control {
  position: relative;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  left: 0;
  opacity: 1;
  border: 1px solid #fff;
  text-shadow: none;
}
.sppb-carousel-pro-arrow-bottom-left {
  text-align: left;
}
.sppb-carousel-pro-arrow-bottom-right .sppb-carousel-control i,
.sppb-carousel-pro-arrow-bottom-center .sppb-carousel-control i,
.sppb-carousel-pro-arrow-bottom-left .sppb-carousel-control i {
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  margin: 0;
}
.sppb-carousel-pro-arrow-bottom-center {
  text-align: center;
}
.sppb-carousel-pro-arrow-bottom-right {
  text-align: right;
}
.sppb-align-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.sppb-align-top {
  -ms-flex-align: flex-start !important;
  align-items: flex-start !important;
}
.sppb-align-bottom {
  -ms-flex-align: flex-end !important;
  align-items: flex-end !important;
}
.sppb-section-content-bottom,
.sppb-section-content-top,
.sppb-section-content-center {
  display: flex;
  width: 100%;
}
.sppb-section-content-center {
  align-items: center;
}
.sppb-section-content-top {
  align-items: flex-start;
}
.sppb-section-content-bottom {
  align-items: flex-end;
}
.sppb-section-content-top .sppb-align-center,
.sppb-section-content-bottom .sppb-align-center,
.sppb-section-content-center .sppb-align-center {
  flex: 1 0 100%;
}
.sppb-section-content-top .sppb-container-inner,
.sppb-section-content-bottom .sppb-container-inner,
.sppb-section-content-center .sppb-container-inner {
  width: 100%;
}
.sppb-shape-container {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 2;
}
.sppb-shape-container.sppb-top-shape {
  top: -1px;
}
.sppb-shape-container.sppb-bottom-shape {
  bottom: -1px;
}
.sppb-shape-container svg {
  display: block;
  width: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sppb-shape-container.sppb-bottom-shape svg {
  transform: rotateX(180deg) translateX(-50%);
}
.sppb-shape-container.sppb-top-shape.sppb-shape-flip svg {
  transform: rotateY(180deg) translateX(50%);
}
.sppb-shape-container.sppb-bottom-shape.sppb-shape-flip svg {
  transform: rotate(180deg) translateX(50%);
}
.sppb-shape-container.sppb-top-shape.sppb-shape-invert svg {
  transform: rotateX(180deg) translateX(-50%);
}
.sppb-shape-container.sppb-bottom-shape.sppb-shape-invert svg {
  transform: rotateX(0deg) translateX(-50%);
}
.sppb-shape-container.sppb-top-shape.sppb-shape-invert.sppb-shape-flip svg {
  transform: rotate(180deg) translateX(50%);
}
.sppb-shape-container.sppb-bottom-shape.sppb-shape-invert.sppb-shape-flip svg {
  transform: rotateY(180deg) translateX(50%);
}
.sppb-shape-container.sppb-shape-to-front {
  z-index: 99999;
}
/* ************************************* */
/* ********* Updated on v2.5.2 ********* */
/* ************************************* */
/* *** Addon optin form *** */
.sppb-addon-optin-forms {
  padding: 30px;
}
.sppb-addon-optin-forms .sppb-optin-form-details-wrap:not(:empty) {
  padding: 20px 0;
}
.sppb-addon-optin-forms .sppb-optin-form-info-wrap {
  overflow: hidden;
}
.sppb-addon-optin-forms .sppb-optin-form input {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sppb-optin-form-box.has-grid,
.sppb-optin-form-info-wrap.media-position-left,
.sppb-optin-form-info-wrap.media-position-right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.sppb-optin-form-info-wrap.media-position-right {
  flex-direction: row-reverse;
}
.sppb-optin-form-info-wrap.media-position-left .sppb-optin-form-img,
.sppb-optin-form-info-wrap.media-position-left .sppb-optin-form-icon {
  padding-right: 20px;
}
.sppb-optin-form-info-wrap.media-position-right .sppb-optin-form-img,
.sppb-optin-form-info-wrap.media-position-right .sppb-optin-form-icon {
  padding-left: 20px;
}
.sppb-optin-form.form-inline .button-wrap {
  margin-bottom: 20px;
}
form.sppb-optin-form.submit-button-inside {
  position: relative;
}
form.sppb-optin-form.submit-button-inside .email-wrap,
.sppb-optin-form.submit-button-inside .name-wrap {
  padding-right: 0;
}
form.sppb-optin-form.submit-button-inside .button-wrap {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 480px) {
  .sppb-optin-form.form-inline {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .sppb-optin-form.form-inline .email-wrap,
  .sppb-optin-form.form-inline .name-wrap {
    padding-right: 20px;
  }
  .sppb-optin-form.form-inline .name-wrap,
  .sppb-optin-form.form-inline .email-wrap {
    flex: 1;
  }
}
/* for popup */
.com-sppagebuilder .mfp-content,
.com_sppagebuilder .mfp-content {
  text-align: center;
}
.com-sppagebuilder .sppb-optin-form-popup-wrap,
.com_sppagebuilder .sppb-optin-form-popup-wrap {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.com-sppagebuilder .sppb-optin-form-popup-wrap .mfp-close,
.com_sppagebuilder .sppb-optin-form-popup-wrap .mfp-close {
  width: 35px;
  height: 35px;
  line-height: 30px;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.com-sppagebuilder .sppb-optin-form-popup-wrap .mfp-close:hover,
.com_sppagebuilder .sppb-optin-form-popup-wrap .mfp-close:hover {
  opacity: 1;
}
.com-sppagebuilder .sppb-optin-form-popup-wrap > [id*="sppb-addon-"],
.com_sppagebuilder .sppb-optin-form-popup-wrap > [id*="sppb-addon-"] {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 100%;
}
/* magnific popup animation */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/* general */
.com-sppagebuilder:not(.layout-edit) .sppb-addon-optin-forms.optintype-popup .sppb-optin-forms-close {
  position: absolute;
  top: -25px;
  right: -5px;
  z-index: 999;
  cursor: pointer;
  font-size: 20px;
}
/* ADDED FOR OPTIN FORM ADDON */
.com-sppagebuilder:not(.layout-edit) .sppb-addon-optin-forms.optintype-popup {
  display: none !important;
}
.com-sppagebuilder:not(.layout-edit) .mfp-content .sppb-addon-optin-forms.optintype-popup {
  display: block !important;
}
/* *** Addon modal *** */
.sppb-modal-selector {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
/* *** Addon call to action *** */
@media screen and (min-width: 768px) {
  .sppb-addon-cta .sppb-row {
    display: table;
    width: 100%;
    height: 100%;
  }
  .sppb-addon-cta .sppb-row > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}
.sppb-addon-testimonial-avatar {
  display: inline-block;
}
.sppb-addon-testimonial-footer span {
  display: inline-block;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.sppb-addon-overlayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
/* Link List addon */
.sppb-link-list-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sppb-link-list-wrap ul li a {
  display: inline-block;
  color: #000;
}
.sppb-link-list-wrap.sppb-link-list-nav ul li {
  display: inline-block;
}
.sppb-nav-align-right {
  text-align: right;
}
.sppb-nav-align-center {
  text-align: center;
}
.sppb-responsive-bars {
  display: none;
  cursor: pointer;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  transition: all 0.3s;
}
.sppb-responsive-bars.open {
  background-color: #22b8f0;
}
.sppb-responsive-bar {
  display: block;
  height: 3px;
  width: 35px;
  background-color: #000;
  transition: all 0.3s;
}
.sppb-responsive-bars.open .sppb-responsive-bar {
  background-color: #fff;
}
.sppb-responsive-bar + .sppb-responsive-bar {
  margin-top: 7px;
}
#sp-page-builder .entry-content .sppb-section.sppb-sticky-it,
#sp-page-builder .sppb-section.sppb-sticky-it {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.sp-pagebuilder-addons-list-sidebar ul li > span > span > span {
  vertical-align: middle;
}
@media (max-width: 991px) {
  .sppb-responsive-bars {
    display: inline-block;
  }
  .sppb-link-list-responsive.sppb-link-list-wrap ul {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s;
  }
  .sppb-link-list-responsive.sppb-link-list-wrap ul.open {
    max-height: 1000px;
    transition: all 0.5s ease-in;
  }
  .sppb-link-list-responsive.sppb-link-list-wrap ul li a {
    display: block;
  }
  .sppb-link-list-responsive.sppb-link-list-wrap.sppb-link-list-nav ul li {
    display: block;
  }
  .sppb-link-list-responsive.sppb-nav-align-right ul {
    text-align: left;
  }
}
/*Addon Icon Groups */
.sppb-icons-group-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.sppb-icons-group-list li {
  text-align: center;
}
.sppb-icons-group-list li a {
  display: inline-block;
}
.sppb-icons-label-text {
  display: block;
  line-height: 1;
}
.sppb-icons-label-text.right {
  display: inline-block;
}
.sppb-addon-icons-group.icons-group-title-postion-right,
.sppb-addon-icons-group.icons-group-title-postion-left {
  display: flex;
}
.sppb-addon-icons-group.icons-group-title-postion-right .sppb-addon-title {
  order: 2;
}
/* Image Overlay Addon */
.overlay-image-title .sppb-addon-title,
.overlay-image-title .sppb-addon-subtitle {
  transition: 0.35s;
  color: #fff;
  margin-top: 0;
}
.overlay-image-title .sppb-addon-subtitle {
  margin-bottom: 0;
}
.overlay-image-title .sppb-addon-title i,
.overlay-image-title .sppb-addon-subtitle i {
  margin-right: 5px;
}
.sppb-addon-overlay-image-content {
  padding: 35px;
  -ms-display: flex;
  display: flex;
  position: relative;
  backface-visibility: hidden;
  overflow: hidden;
}
.title-subtitle-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.title-subtitle-top-center {
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}
.title-subtitle-top-right {
  align-items: flex-start;
  justify-content: flex-end;
  text-align: right;
}
.title-subtitle-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.title-subtitle-bottom-center {
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}
.title-subtitle-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
}
.title-subtitle-center-left {
  align-items: center;
  justify-content: flex-start;
}
.title-subtitle-center-center {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.title-subtitle-center-right {
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}
.overlay-image-button-wrap {
  position: relative;
  z-index: 1;
}
/* top-left, bottom-left, center-left animation*/
.title-subtitle-top-left .sppb-addon-title,
.title-subtitle-bottom-left .sppb-addon-title,
.title-subtitle-center-left .sppb-addon-title {
  transform: translate3d(15px, 0, 0);
}
.title-subtitle-top-left .sppb-addon-subtitle,
.title-subtitle-bottom-left .sppb-addon-subtitle,
.title-subtitle-center-left .sppb-addon-subtitle {
  transform: translate3d(15px, 0, 0);
  transition: 0.45s;
}
.sppb-addon-overlay-image:hover .title-subtitle-top-left .sppb-addon-title,
.sppb-addon-overlay-image:hover .title-subtitle-bottom-left .sppb-addon-title,
.sppb-addon-overlay-image:hover .title-subtitle-center-left .sppb-addon-title,
.sppb-addon-overlay-image:hover .title-subtitle-top-left .sppb-addon-subtitle,
.sppb-addon-overlay-image:hover .title-subtitle-bottom-left .sppb-addon-subtitle,
.sppb-addon-overlay-image:hover .title-subtitle-center-left .sppb-addon-subtitle {
  transform: translate3d(0, 0, 0);
}
/* top-right, bottom-right, center-right animation*/
.title-subtitle-top-right .sppb-addon-title,
.title-subtitle-bottom-right .sppb-addon-title,
.title-subtitle-center-right .sppb-addon-title {
  transform: translate3d(-15px, 0, 0);
  transition: 0.45s;
}
.title-subtitle-top-right .sppb-addon-subtitle,
.title-subtitle-bottom-right .sppb-addon-subtitle,
.title-subtitle-center-right .sppb-addon-subtitle {
  transform: translate3d(-15px, 0, 0);
}
.sppb-addon-overlay-image:hover .title-subtitle-top-right .sppb-addon-title,
.sppb-addon-overlay-image:hover .title-subtitle-bottom-right .sppb-addon-title,
.sppb-addon-overlay-image:hover .title-subtitle-center-right .sppb-addon-title,
.sppb-addon-overlay-image:hover .title-subtitle-top-right .sppb-addon-subtitle,
.sppb-addon-overlay-image:hover .title-subtitle-bottom-right .sppb-addon-subtitle,
.sppb-addon-overlay-image:hover .title-subtitle-center-right .sppb-addon-subtitle {
  transform: translate3d(0, 0, 0);
}
/* top-center animation*/
.title-subtitle-top-center .sppb-addon-title {
  transform: translate3d(0, 15px, 0);
  transition: 0.45s;
}
.title-subtitle-top-center .sppb-addon-subtitle {
  transform: translate3d(0, 15px, 0);
}
.sppb-addon-overlay-image:hover .title-subtitle-top-center .sppb-addon-title,
.sppb-addon-overlay-image:hover .title-subtitle-top-center .sppb-addon-subtitle {
  transform: translate3d(0, 0, 0);
}
/* center-center animation*/
.title-subtitle-center-center .sppb-addon-title {
  transform: translate3d(0, 15px, 0);
}
.title-subtitle-center-center .sppb-addon-subtitle {
  transform: translate3d(0, 15px, 0);
  transition: 0.45s;
}
.sppb-addon-overlay-image:hover .title-subtitle-center-center .sppb-addon-title,
.sppb-addon-overlay-image:hover .title-subtitle-center-center .sppb-addon-subtitle {
  transform: translate3d(0, 0px, 0);
}
/* bottom-center animation */
.title-subtitle-bottom-center .sppb-addon-title {
  transform: translate3d(0, -15px, 0);
}
.title-subtitle-bottom-center .sppb-addon-subtitle {
  transform: translate3d(0, -15px, 0);
  transition: 0.45s;
}
.sppb-addon-overlay-image:hover .title-subtitle-bottom-center .sppb-addon-title,
.sppb-addon-overlay-image:hover .title-subtitle-bottom-center .sppb-addon-subtitle {
  transform: translate3d(0, 0, 0);
}
/* Button animation top,center,bottom -- left */
.title-subtitle-top-left .overlay-image-button-wrap,
.title-subtitle-center-left .overlay-image-button-wrap,
.title-subtitle-bottom-left .overlay-image-button-wrap {
  transform: translate3d(15px, 0, 0);
  transition: 0.55s;
}
.sppb-addon-overlay-image:hover .title-subtitle-top-left .overlay-image-button-wrap,
.sppb-addon-overlay-image:hover .title-subtitle-center-left .overlay-image-button-wrap,
.sppb-addon-overlay-image:hover .title-subtitle-bottom-left .overlay-image-button-wrap {
  transform: translate3d(0, 0, 0);
}
/* Button animation top,center,bottom -- right */
.title-subtitle-top-right .overlay-image-button-wrap,
.title-subtitle-center-right .overlay-image-button-wrap,
.title-subtitle-bottom-right .overlay-image-button-wrap {
  transform: translate3d(-15px, 0, 0);
  transition: 0.55s;
}
.sppb-addon-overlay-image:hover .title-subtitle-top-right .overlay-image-button-wrap,
.sppb-addon-overlay-image:hover .title-subtitle-center-right .overlay-image-button-wrap,
.sppb-addon-overlay-image:hover .title-subtitle-bottom-right .overlay-image-button-wrap {
  transform: translate3d(0, 0, 0);
}
/* button top-center animation*/
.title-subtitle-top-center .overlay-image-button-wrap {
  transform: translate3d(0, 15px, 0);
  transition: 0.3s;
}
.sppb-addon-overlay-image:hover .title-subtitle-top-center .overlay-image-button-wrap {
  transform: translate3d(0, 0, 0);
}
/* button center-center animation*/
.title-subtitle-center-center .overlay-image-button-wrap {
  transform: translate3d(0, 0, 0);
  transition: 0.3s;
}
.sppb-addon-overlay-image:hover .title-subtitle-center-center .overlay-image-button-wrap {
  transform: translate3d(0, -15px, 0);
}
/* button bottom-center animation */
.title-subtitle-bottom-center .overlay-image-button-wrap {
  transform: translate3d(0, -15px, 0);
  transition: 0.3s;
}
.sppb-addon-overlay-image:hover .title-subtitle-bottom-center .overlay-image-button-wrap {
  transform: translate3d(0, 0, 0);
}
.overlay-image-title {
  position: relative;
  z-index: 1;
}
.title-subtitle-center-center .overlay-image-title {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.overlay-background-image-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.overlay-background-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transition: 0.35s;
}
.image-effect-slide-top .overlay-background-image {
  height: -webkit-calc(150%);
  height: calc(100% + 50px);
  transform: translate3d(0, -50px, 0);
}
.image-effect-slide-top:hover .overlay-background-image {
  transform: translate3d(0, 0, 0);
}
.image-effect-slide-bottom .overlay-background-image {
  height: -webkit-calc(150%);
  height: calc(100% + 50px);
  transform: translate3d(0, 0, 0);
}
.image-effect-slide-bottom:hover .overlay-background-image {
  transform: translate3d(0, -50px, 0);
}
.image-effect-slide-left .overlay-background-image {
  width: -webkit-calc(150%);
  width: calc(100% + 50px);
  transform: translate3d(-50px, 0, 0);
}
.image-effect-slide-left:hover .overlay-background-image {
  transform: translate3d(0, 0, 0);
}
.image-effect-slide-right .overlay-background-image {
  width: -webkit-calc(150%);
  width: calc(100% + 50px);
  transform: translate3d(0, 0, 0);
}
.image-effect-slide-right:hover .overlay-background-image {
  transform: translate3d(-50px, 0, 0);
}
.image-effect-zoom-in:hover .overlay-background-image {
  transform: scale3d(1.15, 1.15, 1);
}
.image-effect-zoom-out .overlay-background-image {
  transform: scale3d(1.15, 1.15, 1);
}
.image-effect-zoom-out:hover .overlay-background-image {
  transform: scale3d(1, 1, 1);
}
.image-effect-zoom-in .overlay-image-title::before {
  position: absolute;
  content: "";
  opacity: 0;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border: 1px solid #fff;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.image-effect-zoom-out .overlay-image-title::before {
  position: absolute;
  content: "";
  opacity: 0;
  top: 0px;
  right: -15px;
  bottom: 0px;
  left: -15px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  border-left: none;
  border-right: none;
}
.image-effect-zoom-out .overlay-image-title::after {
  position: absolute;
  content: "";
  opacity: 0;
  top: -15px;
  right: 0px;
  bottom: -15px;
  left: 0px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  border-top: none;
  border-bottom: none;
}
.image-effect-zoom-out:hover .title-subtitle-center-center .overlay-image-title::before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.image-effect-zoom-out:hover .title-subtitle-center-center .overlay-image-title::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.image-effect-zoom-in:hover .title-subtitle-center-center .overlay-image-title::before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sppb-addon-overlay-image:hover .sppb-addon-image-overlay-icon {
  display: block;
  -webkit-animation: zoomIn 200ms;
  animation: zoomIn 200ms;
}
/* overlay option */
.overlay-background-style {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transition: 0.4s linear;
}
.overlay-background-style::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.6s linear;
}
.overlay-show-content-on-hover .overlay-image-title {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.overlay-show-content-on-hover:hover .overlay-image-title {
  opacity: 1;
  visibility: visible;
}
/* Addon Article Scroller */
.sppb-addon-articles-ticker,
.sppb-addon-articles-scroller {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.sppb-articles-scroller-link {
  display: block;
}
.sppb-addon-articles-scroller-title {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
/* Date left design */
.sppb-articles-scroller-date-left-date-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sppb-articles-scroller-date-left-date {
  background: #e91e63;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sppb-articles-scroller-meta-date-left {
  text-align: center;
}
.sppb-articles-scroller-meta-date-left span {
  color: #fff;
  line-height: 1;
  font-weight: 700;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
}
.sppb-articles-scroller-meta-date-left span.sppb-articles-scroller-day {
  font-size: 42px;
  margin-bottom: 5px;
  font-weight: 700;
}
.sppb-articles-scroller-date-left-content {
  background: #212125;
  padding: 25px;
  -ms-flex: 0 0 85%;
  flex: 0 0 85%;
}
.sppb-articles-scroller-introtext {
  color: #fff;
}
.sppb-articles-scroller-introtext p {
  margin-bottom: 5px;
}
.sppb-articles-scroller-introtext * {
  display: inline-block;
}
.sppb-articles-scroller-introtext ul,
.sppb-articles-scroller-introtext ol {
  margin: 0;
  padding: 0;
}
.sppb-articles-scroller-date-left-content .sppb-addon-articles-scroller-title {
  font-size: 24px;
  margin-bottom: 15px;
}
/* Ticker style */
.sppb-articles-ticker-wrap {
  display: flex;
  position: relative;
}
.sppb-articles-ticker-wrap .bx-wrapper {
  margin: 0 auto;
  display: table;
  width: 100%;
}
.sppb-articles-ticker-heading {
  background: #e91e63;
  color: #fff;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 1;
}
.sppb-articles-ticker-heading svg {
  position: absolute;
  left: auto;
  top: 0;
  height: 100%;
  z-index: -1;
  right: -25px;
}
.sppb-articles-ticker {
  margin: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  background: #222;
  position: relative;
}
.sppb-articles-ticker .bx-wrapper {
  margin: 0 auto;
}
.sppb-articles-ticker-text {
  padding: 15px 30px 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sppb-articles-ticker-text.shape-enabled-need-extra-padding {
  padding-left: 42px;
}
.sppb-articles-ticker-text a {
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.sppb-articles-ticker-controller {
  position: absolute;
  left: auto;
  right: 15px;
  top: 0;
  margin: auto;
  bottom: 0;
  height: 29px;
}
.sppb-articles-ticker-controller span {
  display: inline-block;
  font-size: 22px;
  line-height: 1.2;
}
.sppb-articles-ticker-controller span.sppb-articles-ticker-left-control {
  margin-right: 5px;
}
.sppb-articles-ticker-controller span a {
  font-size: 22px;
  color: #fff;
  line-height: 1;
}
.ticker-date-time-content-wrap {
  position: relative;
  right: 15px;
  margin-left: auto;
}
@media (max-width: 550px) {
  .ticker-date-time-content-wrap {
    display: none;
  }
}
.ticker-date-time-content-wrap.date-wrapper-class.hour-wrapper-class {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.ticker-date-time-content-wrap.date-wrapper-class {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}
.ticker-date-time-content-wrap.hour-wrapper-class {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}
.ticker-date-time {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  color: #fff;
  padding: 3px 4px;
  line-height: 1;
  font-size: 12px;
  background: #e91e63;
  text-transform: uppercase;
  height: 18px;
  bottom: 0;
  margin: auto 0;
}
.ticker-date-time span {
  display: inline-block;
}
.ticker-date-time .ticker-date + .ticker-hour {
  margin-left: 3px;
}
.article-image-as-bg {
  position: relative;
}
.article-image-as-bg::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.article-image-as-bg .sppb-articles-scroller-date-left-date {
  position: relative;
}
.article-image-as-bg .sppb-articles-scroller-date-left-date:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 1px;
  height: 60%;
  margin: auto;
  background: #fff;
}
.date-text-overlay {
  position: relative;
}
.date-text-overlay .sppb-articles-scroller-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: auto;
  right: 0px;
  line-height: 1;
  top: 0;
  bottom: 0;
  color: #000;
  font-size: 24px;
}
.sppb-articles-carousel-column {
  width: 25%;
}
.sppb-articles-carousel-content {
  background: #ffffff;
  box-shadow: 0 6px 12px -3px rgba(49, 41, 41, 0.1);
  padding: 20px 20px 25px;
  margin-bottom: 15px;
}
.sppb-articles-carousel-meta-date {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}
.sppb-articles-carousel-link {
  display: block;
  margin: 12px 0;
  font-size: 24px;
  color: #000;
  line-height: 1;
}
.sppb-articles-carousel-meta-category a {
  font-size: 14px;
  font-weight: 600;
  color: #95a5a6;
  display: inline-block;
  margin-top: 10px;
}
.sppb-addon-articles-carousel .bx-controls.bx-has-pager {
  position: absolute;
  width: 100%;
  top: -40px;
}
.sppb-addon-articles-carousel .bx-pager.bx-default-pager {
  padding-top: 0;
  bottom: auto;
  font-size: 0;
  text-align: right;
  right: 10px;
}
.sppb-addon-articles-carousel .bx-wrapper .bx-pager.bx-default-pager a {
  width: 30px;
  height: 2px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  transition: 0.35s;
}
.sppb-addon-articles-carousel .bx-wrapper .bx-pager.bx-default-pager a.active {
  width: 50px;
}
.sppb-addon-articles-carousel .bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.sppb-addon-articles-carousel .bx-wrapper .bx-pager-item {
  vertical-align: initial;
}
div.bx-wrapper .bx-controls-direction a {
  text-indent: initial;
  color: #000;
  font-size: 24px;
  text-align: center;
  left: 10px;
  width: 20px;
}
div.bx-wrapper .bx-controls-direction a:hover {
  color: #fff;
}
div.bx-wrapper .bx-controls-direction a.bx-next {
  left: 35px;
}
/* Addon Video */
.sppb-addon-video .sppb-addon-video-local-video-wrap {
  padding-top: 56.3%;
  position: relative;
}
.sppb-addon-video-local-source {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* Addon Price List */
.sppb-addon-pricelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sppb-addon-pricelist .sppb-addon-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.pricelist-price {
  margin-left: 5px;
}
.pricelist-price sup {
  font-weight: 400;
}
.pricelist-title-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pricelist-text-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
}
.pricelist-price-content,
.pricelist-title {
  white-space: nowrap;
}
.pricelist-line {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 80%;
  flex: 1 1 80%;
  max-width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2px 5px 0 10px;
}
.bottom-of-content + .pricelist-line,
.pricelist-line.title-bottom {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.pricelist-line span {
  border-bottom-color: #d2d2d2;
  border-bottom-width: 2px;
  width: 100%;
}
.pricelist-line-style-dotted {
  border-bottom-style: dotted;
}
.pricelist-line-style-solid {
  border-bottom-style: solid;
}
.pricelist-line-style-dashed {
  border-bottom-style: dashed;
}
span.pricelist-line-style-double {
  border-bottom-style: double;
  border-bottom-width: 3px;
}
.pricelist-price.discounted-price {
  text-decoration: line-through;
  font-size: 70%;
  display: inline-block;
  line-height: 1;
}
.pricelist-price.discounted-price .pricelist-point-zero {
  font-size: 80%;
  vertical-align: initial !important;
}
.pricelist-left-image {
  position: relative;
}
.pricelist-tag {
  position: absolute;
  left: 15px;
  top: 15px;
  color: #fff;
  background: #000;
  line-height: 1;
  padding: 5px 7px;
  font-size: 12px;
  font-weight: bold;
}
.pricelist-left-number {
  color: #ccc;
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  text-align: center;
}
.pricelist-point-zero {
  font-size: 60%;
}
@media only screen and (max-width: 550px) {
  .pricelist-price-content,
  .pricelist-title {
    white-space: initial;
  }
}
/* Addon Animated Heading */
.sppb-addon-animated-heading .sppb-addon-title {
  font-size: 45px;
  font-weight: 600;
  color: #4e5465;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
.sppb-addon-animated-heading.sppb-text-left .sppb-addon-title {
  justify-content: flex-start;
}
.sppb-addon-animated-heading.sppb-text-center .sppb-addon-title {
  justify-content: center;
}
.sppb-addon-animated-heading.sppb-text-right .sppb-addon-title {
  justify-content: flex-end;
}
.animated-heading-after-part,
.animated-heading-before-part {
  position: relative;
  z-index: 1;
}
.animated-heading-before-part {
  margin-right: 8px;
}
.animated-heading-after-part {
  margin-left: 8px;
}
.animated-heading-highlighted-wrap {
  position: relative;
  display: inline-block;
}
.animated-heading-highlighted-text.shape-circle {
  padding: 5px 15px 10px;
}
.animated-heading-highlighted-text.shape-square {
  padding: 7px 20px 5px 40px;
}
.animated-heading-highlighted-text.shape-wave {
  padding: 5px 5px 0;
}
.animated-heading-highlighted-text.shape-bg-fill {
  padding: 5px;
}
.animated-heading-highlighted-text {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 5px 5px 10px;
}
.animated-heading-highlighted-wrap svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: visible !important;
}
.animated-heading-highlighted-wrap svg path {
  stroke: #f44336;
  stroke-width: 10;
  fill: none;
  stroke-dasharray: 1500;
  -webkit-animation-name: highlighted-text-animation;
  animation-name: highlighted-text-animation;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}
.animated-heading-highlighted-wrap svg path:nth-of-type(2) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-webkit-keyframes highlighted-text-animation {
  0% {
    stroke-dasharray: 0 1500;
  }
  15% {
    stroke-dasharray: 1500 1500;
  }
  85% {
    opacity: 1;
  }
  90% {
    stroke-dasharray: 1500 1500;
    opacity: 0;
  }
  to {
    stroke-dasharray: 0 1500;
    opacity: 0;
  }
}
@keyframes highlighted-text-animation {
  0% {
    stroke-dasharray: 0 1500;
  }
  15% {
    stroke-dasharray: 1500 1500;
  }
  85% {
    opacity: 1;
  }
  90% {
    stroke-dasharray: 1500 1500;
    opacity: 0;
  }
  to {
    stroke-dasharray: 0 1500;
    opacity: 0;
  }
}
/* text animation for animated heading addon */
.animated-text-words-wrapper {
  position: relative;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  color: #26c4f1;
}
.animated-text-words-wrapper .animated-text {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.animated-text i,
.animated-text em {
  font-style: normal;
}
.animated-text-words-wrapper span.is-visible {
  position: relative;
}
.no-js .animated-text-words-wrapper .animated-text {
  opacity: 0;
}
.no-js .animated-text-words-wrapper span.is-visible {
  opacity: 1;
}
/* --------------------------------
Flip
-------------------------------- */
.animated-heading-text.text-animation-flip .animated-text-words-wrapper {
  -webkit-perspective: 300px;
  perspective: 300px;
}
.animated-heading-text.text-animation-flip .animated-text {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.animated-heading-text.text-animation-flip span.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: animated-text-animation-flip-in 1.2s;
  animation: animated-text-animation-flip-in 1.2s;
}
.animated-heading-text.text-animation-flip span.is-hidden {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: animated-text-animation-flip-out 1.2s;
  animation: animated-text-animation-flip-out 1.2s;
}
@-webkit-keyframes animated-text-animation-flip-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes animated-text-animation-flip-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes animated-text-animation-flip-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes animated-text-animation-flip-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
/* --------------------------------
Delete typing
-------------------------------- */
.animated-heading-text.type .animated-text-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}
.animated-heading-text.type .animated-text-words-wrapper::after {
  /* vertical bar */
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #aebcb9;
}
.animated-heading-text.type .animated-text-words-wrapper.waiting::after {
  -webkit-animation: animated-text-pulse 1s infinite;
  animation: animated-text-pulse 1s infinite;
}
.animated-heading-text.type .animated-text-words-wrapper.selected {
  background-color: #000;
}
.animated-heading-text.type .animated-text-words-wrapper.selected::after {
  visibility: hidden;
}
.animated-heading-text.type .animated-text-words-wrapper.selected .animated-text {
  color: #fff;
}
.animated-heading-text.type .animated-text {
  visibility: hidden;
}
.animated-heading-text.type span.is-visible {
  visibility: visible;
}
.animated-heading-text.type i {
  position: absolute;
  visibility: hidden;
  font-style: normal;
}
.animated-heading-text.type i.in {
  position: relative;
  visibility: visible;
}
@-webkit-keyframes animated-text-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes animated-text-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
/* --------------------------------
Wave
-------------------------------- */
.animated-heading-text.animation-wave .animated-text-words-wrapper {
  -webkit-perspective: 300px;
  perspective: 300px;
}
.animated-heading-text.animation-wave i,
.animated-heading-text.animation-wave em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.animated-heading-text.animation-wave .animated-text {
  opacity: 0;
}
.animated-heading-text.animation-wave i {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}
span.is-visible .animated-heading-text.animation-wave i {
  opacity: 1;
}
.animated-heading-text.animation-wave i.in {
  -webkit-animation: animated-text-animation-wave-in 0.4s forwards;
  animation: animated-text-animation-wave-in 0.4s forwards;
}
.animated-heading-text.animation-wave i.out {
  -webkit-animation: animated-text-animation-wave-out 0.4s forwards;
  animation: animated-text-animation-wave-out 0.4s forwards;
}
.animated-heading-text.animation-wave em {
  -webkit-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  transform: translateZ(20px);
}
.no-csstransitions .animated-heading-text.animation-wave i {
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
}
.no-csstransitions .animated-heading-text.animation-wave i em {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.no-csstransitions .animated-heading-text.animation-wave span.is-visible i {
  opacity: 1;
}
@-webkit-keyframes animated-text-animation-wave-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes animated-text-animation-wave-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@-webkit-keyframes animated-text-animation-wave-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes animated-text-animation-wave-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
/* --------------------------------
Loading Bar
-------------------------------- */
.animated-heading-text.loading-bar .animated-text-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.animated-heading-text.loading-bar .animated-text-words-wrapper::after {
  /* loading bar */
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #22b8f0;
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  -o-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s;
}
.animated-heading-text.loading-bar .animated-text-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  -o-transition: width 3s;
  transition: width 3s;
}
.animated-heading-text.loading-bar .animated-text {
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.animated-heading-text.loading-bar span.is-visible {
  opacity: 1;
  top: 0;
}
/* --------------------------------
Slide
-------------------------------- */
.animated-heading-text.slide .animated-text-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.animated-heading-text.slide .animated-text {
  opacity: 0;
  top: 0.2em;
}
.animated-heading-text.slide span.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}
.animated-heading-text.slide span.is-hidden {
  -webkit-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -ms-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* --------------------------------
Clip
-------------------------------- */
.animated-heading-text.text-clip .animated-text-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.animated-heading-text.text-clip .animated-text-words-wrapper::after {
  /* line */
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}
.animated-heading-text.text-clip .animated-text {
  opacity: 0;
  visibility: hidden;
}
.animated-heading-text.text-clip span.is-visible {
  opacity: 1;
  visibility: visible;
}
/* --------------------------------
Fade In
-------------------------------- */
.animated-heading-text.zoom .animated-text-words-wrapper {
  -webkit-perspective: 300px;
  perspective: 300px;
}
.animated-heading-text.zoom .animated-text {
  opacity: 0;
}
.animated-heading-text.zoom span.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s;
}
.animated-heading-text.zoom span.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s;
}
@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}
/* --------------------------------
Blinds
-------------------------------- */
.animated-heading-text.animation-blinds .animated-text-words-wrapper {
  -webkit-perspective: 300px;
  perspective: 300px;
}
.animated-heading-text.animation-blinds .animated-text {
  opacity: 0;
}
.animated-heading-text.animation-blinds i {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
span.is-visible .animated-heading-text.animation-blinds i {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.animated-heading-text.animation-blinds i.in {
  -webkit-animation: animated-text-animation-blinds-in 0.6s forwards;
  animation: animated-text-animation-blinds-in 0.6s forwards;
}
.animated-heading-text.animation-blinds i.out {
  -webkit-animation: animated-text-animation-blinds-out 0.6s forwards;
  animation: animated-text-animation-blinds-out 0.6s forwards;
}
.no-csstransitions .animated-heading-text.animation-blinds i {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0;
}
.no-csstransitions .animated-heading-text.animation-blinds span.is-visible i {
  opacity: 1;
}
@-webkit-keyframes animated-text-animation-blinds-in {
  0% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@keyframes animated-text-animation-blinds-in {
  0% {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes animated-text-animation-blinds-out {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}
@keyframes animated-text-animation-blinds-out {
  0% {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
/* --------------------------------
Scale
-------------------------------- */
.animated-heading-text.scale .animated-text {
  opacity: 0;
}
.animated-heading-text.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
span.is-visible .animated-heading-text.scale i {
  opacity: 1;
}
.animated-heading-text.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}
.animated-heading-text.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}
.no-csstransitions .animated-heading-text.scale i {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}
.no-csstransitions .animated-heading-text.scale span.is-visible i {
  opacity: 1;
}
@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
/* --------------------------------
Push
-------------------------------- */
.animated-heading-text.push .animated-text {
  opacity: 0;
}
.animated-heading-text.push span.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  animation: push-in 0.6s;
}
.animated-heading-text.push span.is-hidden {
  -webkit-animation: push-out 0.6s;
  animation: push-out 0.6s;
}
@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}
/* Addon Slideshow */
.sppb-addon-sp-slider .sp-item.slider-content-vercally-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sppb-addon-sp-slider.sp-slider .sp-item.active [data-layer="true"] {
  opacity: 1;
}
.sppb-addon-sp-slider .sp-slider-outer-stage,
div.sp-slider.on-3d-active .sp-slider-outer-stage {
  background: 0 0;
}
.slider-content-vercally-center .sppb-row div[class*="sppb-col"],
.slider-content-vercally-center .sppb-row div[class^="sppb-col"] {
  display: flex;
  align-items: center;
}
.sp-item .sppb-row div[class*="sppb-col"].image-align-right,
.sp-item .sppb-row div[class^="sppb-col"].image-align-right {
  justify-content: flex-end;
}
.sp-item .sppb-row div[class*="sppb-col"].image-align-center,
.sp-item .sppb-row div[class^="sppb-col"].image-align-center {
  justify-content: center;
}
.sp-item .sppb-row div[class*="sppb-col"].image-align-left,
.sp-item .sppb-row div[class^="sppb-col"].image-align-left {
  justify-content: flex-start;
}
.sppb-addon-sp-slider.sp-slider .sp-dots ul {
  margin: 0;
}
.dot-controller-dot.sp-slider .sp-dots ul li,
.dot-controller-dot.sp-slider .sp-dots ul li.active {
  border-color: #fff;
  border-style: solid;
  border-width: 2px;
  transition: 0.4s;
  overflow: hidden;
}
.dot-controller-dot.sp-slider .sp-dots ul li::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 8px;
  top: 0;
  border-radius: 50%;
  height: 8px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.4s;
  opacity: 0;
}
.dot-controller-dot.sp-slider .sp-dots ul li.active::after,
.dot-controller-dot.sp-slider .sp-dots ul li:hover::after {
  opacity: 1;
}
.dot-controller-with_image.sp-slider .sp-dots {
  height: 50px;
  margin: 0;
}
.dot-controller-with_image.sp-slider .sp-dots ul li,
.dot-controller-with_image.sp-slider .sp-dots ul li.active {
  width: 50px;
  height: 50px;
  border-color: #fff;
  border-style: solid;
  border-width: 3px;
  border-radius: 50%;
  transition: 0.4s;
}
.dot-controller-dot.sp-slider .sp-dots ul li span,
.dot-controller-with_image.sp-slider .sp-dots ul li span {
  display: none;
}
.dot-controller-with_image.sp-slider .sp-dots ul li::after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
  position: absolute;
  transition: 0.3s;
}
.dot-controller-with_image.sp-slider .sp-dots ul li.active::after,
.dot-controller-with_image.sp-slider .sp-dots ul li:hover::after {
  background: 0 0;
}
.dot-controller-position-bottom_left.sp-slider .sp-dots,
.dot-controller-position-bottom_right.sp-slider .sp-dots {
  transform: initial;
  margin: auto;
}
.dot-controller-position-bottom_left.sp-slider .sp-dots ul {
  text-align: left;
}
.dot-controller-position-bottom_right.sp-slider .sp-dots ul {
  text-align: right;
}
.dot-controller-position-bottom_right.sp-slider .sp-dots {
  left: auto;
}
.dot-controller-position-vertical_left.sp-slider .sp-dots {
  transform: initial;
  margin: auto;
  max-width: 20px;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dot-controller-position-vertical_right.sp-slider .sp-dots {
  transform: initial;
  margin: auto;
  left: auto;
  max-width: 20px;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dot-controller-line.dot-controller-position-vertical_left .sp-dots,
.dot-controller-line.dot-controller-position-vertical_right .sp-dots {
  max-width: 50px;
}
.dot-controller-with_image.dot-controller-position-vertical_left .sp-dots,
.dot-controller-with_image.dot-controller-position-vertical_right .sp-dots {
  max-width: 50px;
}
.dot-controller-line.dot-controller-position-vertical_left .sp-dots ul li.active,
.dot-controller-line.dot-controller-position-vertical_right .sp-dots ul li.active {
  width: 50px;
}
.dot-controller-line.dot-controller-position-vertical_left .sp-dots ul {
  text-align: left;
}
.dot-controller-line.dot-controller-position-vertical_right .sp-dots ul {
  text-align: right;
}
.dot-controller-line.sp-slider .sp-dots ul li .dot-indicator {
  bottom: 0;
  margin: auto;
}
.dot-controller-line.sp-slider .sp-dots ul li::before {
  content: "";
  padding-top: 3px;
  display: block;
  margin-top: -3px;
}
.dot-controller-line.sp-slider .sp-dots ul li::after {
  content: "";
  padding-bottom: 3px;
  display: block;
  margin-top: 3px;
}
.dot-controller-position-vertical_left .sp-dots ul,
.dot-controller-position-vertical_right .sp-dots ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.sp-slider .sp-nav-control .nav-control {
  transition: 0.3s;
}
div.sp-slider .sp-indicator.line-indicator {
  background: rgba(0, 0, 0, 0.3);
}
div.sp-slider .sp-nav-control {
  position: absolute;
  height: 1px;
  z-index: 3;
  left: 50px;
  top: -50px;
  bottom: 0;
  margin: auto;
  right: 50px;
  width: auto;
}
div.sp-slider .sp-nav-control .nav-control {
  color: #fff;
  height: 50px;
  width: 50px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.3);
  line-height: 50px;
  font-size: 14px;
  padding: 0;
  top: 0;
  bottom: 0;
}
div.sp-slider .sp-nav-control .nav-control:hover {
  background: rgba(0, 0, 0, 0.6);
}
div[data-arrow-content="icon_only"].sp-slider .sp-nav-control {
  height: 1px;
  top: -70px;
}
div[data-arrow-content="icon_only"].sp-slider .sp-nav-control .nav-control {
  font-size: 28px;
  width: 70px;
  height: 70px;
}
div[data-arrow-content="icon_only"] .sp-nav-control .nav-control i {
  line-height: 70px;
}
div[data-arrow-content="icon_with_text"] .sp-nav-control .nav-control {
  width: 70px;
  height: 60px;
  line-height: 60px;
}
.sppb-addon-sp-slider.sp-slider.arrow-position-bottom_center .sp-nav-control,
.sppb-addon-sp-slider.sp-slider.arrow-position-bottom_left .sp-nav-control,
.sppb-addon-sp-slider.sp-slider.arrow-position-bottom_right .sp-nav-control {
  top: auto;
  bottom: 50px;
  left: 0;
  width: 160px;
  margin: auto;
  right: 0;
  height: 70px;
  z-index: 4;
}
.sppb-addon-sp-slider.sp-slider.arrow-position-bottom_right .sp-nav-control {
  left: auto;
  right: 50px;
}
.sppb-addon-sp-slider.sp-slider.arrow-position-bottom_left .sp-nav-control {
  left: 50px;
  right: auto;
}
.sp-slider.arrow-show-on-hover .sp-nav-control {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.sp-slider.arrow-show-on-hover:hover .sp-nav-control {
  opacity: 1;
  visibility: visible;
}
.sppb-sp-slider-title {
  font-size: 46px;
  margin-top: 0;
  margin-bottom: 0;
}
.sppb-sp-slider-image,
.sppb-sp-slider-text,
.sppb-sp-slider-title {
  display: table;
  word-break: break-word;
}
.sp-slider-content-align-left,
.sp-slider-image-align-left {
  text-align: left;
  width: 100%;
}
.sp-slider-content-align-center,
.sp-slider-image-align-center {
  text-align: center;
  width: 100%;
}
.sp-slider-content-align-right,
.sp-slider-image-align-right {
  text-align: right;
  width: 100%;
}
.sppb-addon-sp-slider .sp-slider-content-align-left .sppb-sp-slider-image,
.sppb-addon-sp-slider .sp-slider-content-align-left .sppb-sp-slider-text,
.sppb-addon-sp-slider .sp-slider-content-align-left .sppb-sp-slider-title {
  margin-right: auto !important;
}
.sppb-addon-sp-slider .sp-slider-content-align-center .sppb-sp-slider-image,
.sppb-addon-sp-slider .sp-slider-content-align-center .sppb-sp-slider-text,
.sppb-addon-sp-slider .sp-slider-content-align-center .sppb-sp-slider-title {
  margin-left: auto !important;
  margin-right: auto !important;
}
.sppb-addon-sp-slider .sp-slider-content-align-right .sppb-sp-slider-image,
.sppb-addon-sp-slider .sp-slider-content-align-right .sppb-sp-slider-text,
.sppb-addon-sp-slider .sp-slider-content-align-right .sppb-sp-slider-title {
  margin-left: auto !important;
}
.sppb-addon-sp-slider .sp-slider-image-align-left .sppb-sp-slider-image {
  margin-right: auto !important;
}
.sppb-addon-sp-slider .sp-slider-image-align-center .sppb-sp-slider-image {
  margin-left: auto !important;
  margin-right: auto !important;
}
.sppb-addon-sp-slider .sp-slider-image-align-right .sppb-sp-slider-image {
  margin-left: auto !important;
}
.sp-slider .sp-item .sppb-sp-slider-image img {
  display: inline-block;
}
.sppb-sp-slider-icon {
  display: inline-block;
}
.sppb-sp-slider-icon.sp-slider-icon-block {
  display: table;
}
.sppb-sp-slider-button {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
}
.sp-slider-content-align-left .sppb-sp-slider-button {
  margin-left: 0;
  margin-right: 30px;
}
.sp-slider-content-align-right .sppb-sp-slider-button {
  margin-right: 0;
  margin-left: 30px;
}
.sppb-sp-slider-button .sp-slider-btn-text {
  display: block;
  color: #fff;
  background: #f102f2;
  padding: 10px 20px;
  transition-duration: 0.4s;
  transition-property: color, background;
  font-size: 16px;
  border-radius: 2px;
}
.sp-slider-btn-icon {
  display: inline-block;
}
.sp-slider-custom-dot-indecators {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  padding: 30px;
  z-index: 1;
  width: 50%;
}
.sp-slider-custom-dot-indecators ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
  color: #fff;
}
.sp-slider-custom-dot-indecators ul li {
  margin: 0 25px;
  width: 180px;
  float: left;
  cursor: pointer;
}
.sp-slider-number {
  font-size: 16px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
}
.sp-slider-dot-indecator-text.sp-dot-text-key-1 {
  font-size: 18px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.75);
}
.sp-slider-dot-indecator-text.sp-dot-text-key-2 {
  font-size: 14px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 10px;
}
.sp-dot-indicator-wrap {
  position: relative;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  margin: 10px 0;
}
.sp-dot-indicator-wrap .dot-indicator {
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  transition-property: width;
  -webkit-transition-property: width;
  width: 0;
  left: 0;
  top: 0;
  height: 2px;
}
.sp-dot-indicator-wrap .dot-indicator.active {
  width: 100%;
}
.sppb-addon-sp-slider .sp-video-control .sp-volumn-control {
  font-size: 20px;
  color: #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.sppb-addon-sp-slider .sp-video-control .sp-volumn-control:hover {
  color: #fff;
  background: #000;
}
.sppb-addon-sp-slider .sp-video-container {
  height: 100%;
}
.sppb-addon-sp-slider .sp-item .sp-background::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.sp-html5-video-container video {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}
/* Image Layouts Addon */
.sppb-image-layouts-inline-img,
.sppb-image-layouts-inline {
  position: relative;
}
.image-layout-preset-style-card .sppb-addon-image-overlay-icon,
.sppb-image-layouts-inline .sppb-addon-image-overlay-icon {
  transition: 0.35s;
  line-height: 32px;
}
.image-layout-preset-style-card:hover .sppb-addon-image-overlay-icon,
.sppb-image-layouts-inline:hover .sppb-addon-image-overlay-icon {
  display: block;
}
.image-layout-preset-style-card .sppb-addon-image-overlay-icon {
  background: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
}
.sppb-addon-image-layouts-card-text-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  align-items: center;
  padding: 15px;
}
.image-layouts-card-text-caption-icon {
  font-size: 24px;
  padding-right: 15px;
  line-height: 1;
  color: #ffc900;
}
.image-layouts-card-text-caption-title {
  font-size: 16px;
  line-height: 1;
  margin: 0;
}
.sppb-image-layouts-inline:hover .sppb-addon-image-overlay {
  opacity: 1;
}
.sppb-addon-image-layout-image.image-fit,
.sppb-img-responsive.image-fit {
  width: 100%;
}
.sppb-addon-image-layout-caption {
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 15px;
  position: relative;
  z-index: 1;
}
.sppb-addon-image-layout-caption.caption-overlay-on-over,
.sppb-addon-image-layout-caption.caption-overlay {
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  width: 100%;
}
.sppb-addon-image-layout-caption.caption-overlay-on-over {
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
}
.sppb-image-layouts-inline:hover .sppb-addon-image-layout-caption.caption-overlay-on-over {
  opacity: 1;
  visibility: visible;
}
.sppb-addon-image-layout-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.sppb-addon-image-layout-content {
  background: #f1f1f1;
  padding: 30px 40px 40px;
}
.image-layout-preset-style-poster {
  align-items: center;
  text-align: center;
}
.image-layout-preset-style-poster .sppb-addon-image-layout-content {
  position: absolute;
  margin: 0 50px;
}
.image-layout-preset-style-card .sppb-addon-image-layout-content {
  background: transparent;
  padding: 0 30px 0px 50px;
}
.image-layout-preset-style-overlap .sppb-addon-image-layout-content {
  background: transparent;
  padding: 0 20px;
}
.image-layout-preset-style-collage .sppb-row,
.image-layout-preset-style-card .sppb-row,
.image-layout-preset-style-overlap .sppb-row {
  margin: 0;
  width: 100%;
}
.image-layout-preset-style-collage .sppb-col-sm-6,
.image-layout-preset-style-overlap .sppb-col-sm-6 {
  padding: 0;
}
.image-layout-preset-style-card div[class*="sppb-col-sm"],
.image-layout-preset-style-card div[class^="sppb-col-sm"] {
  padding: 0;
}
.image-layout-preset-style-card .sppb-row .sppb-col-sm-6:nth-child(2),
.image-layout-preset-style-overlap .sppb-row .sppb-col-sm-6:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.image-layout-preset-style-card .sppb-row .sppb-col-sm-6:nth-child(2) .sppb-addon-image-layout-content,
.image-layout-preset-style-overlap .sppb-row .sppb-col-sm-6:nth-child(2) .sppb-addon-image-layout-content {
  max-width: 100%;
}
.image-layout-preset-style-card .sppb-addon-image-layout-image,
.image-layout-preset-style-overlap .sppb-addon-image-layout-image,
.image-layout-preset-style-card .sppb-img-responsive,
.image-layout-preset-style-overlap .sppb-img-responsive {
  height: 100%;
}
.image-layout-preset-style-overlap .sppb-image-layout-title {
  background: #fff;
  box-shadow: 12px 0 0 #fff, -12px 0 0 #fff;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.3;
  display: inline;
  text-transform: uppercase;
}
.image-layout-preset-style-overlap .sppb-addon-image-layout-text {
  margin-top: 10px;
}
.image-layout-preset-style-collage .sppb-addon-image-layout-content {
  margin-left: -10%;
  box-shadow: -10px 15px 20px 0px rgba(0, 0, 0, 0.3);
  background: -webkit-linear-gradient(225deg, rgba(38, 51, 159, 0.95) 0%, rgba(61, 59, 136, 0.95) 100%) transparent;
  background: linear-gradient(225deg, rgba(38, 51, 159, 0.95) 0%, rgba(61, 59, 136, 0.95) 100%) transparent;
  position: relative;
  z-index: 1;
}
.image-layout-preset-style-collage .sppb-image-layout-title {
  font-size: 30px;
  line-height: 35px;
  color: #fff;
}
.image-layout-preset-style-collage .sppb-addon-image-layout-text {
  color: rgba(255, 255, 255, 0.8);
}
.collage-content-vertical-top {
  margin-top: 5%;
}
.collage-content-vertical-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.collage-content-vertical-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 5%;
}
.image-layout-tittle-wrap {
  margin-left: -50%;
}
@media (min-width: 992px) {
  .image-layout-tittle-wrap.title-align-right {
    margin-right: -50%;
    margin-left: auto;
  }
  .sppb-addon-image-layout-content.collage-content-right {
    margin-left: auto;
    margin-right: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .image-layout-tittle-wrap.title-align-sm-right {
    margin-right: -50%;
    margin-left: auto;
  }
  .sppb-addon-image-layout-content.collage-content-sm-right {
    margin-left: auto;
    margin-right: -10%;
  }
  /* Added default bootstrap oder here for not conflict with desktop order this code was in @media (min-width: 768px) */
  .sppb-order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .sppb-order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .sppb-order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .sppb-order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .sppb-order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .sppb-order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .sppb-order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .sppb-order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .sppb-order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .sppb-order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .sppb-order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .sppb-order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (max-width: 767px) {
  .image-layout-tittle-wrap {
    margin-left: auto;
  }
  .image-layout-preset-style-collage .sppb-addon-image-layout-content {
    margin-top: auto;
    margin-left: auto;
    margin-bottom: auto;
    display: block;
  }
}
/* Addon Form Builder */
.sppb-addon-form-builder-form {
  display: flex;
  flex-wrap: wrap;
}
.sppb-addon-form-builder-form .sppb-form-group {
  width: 100%;
}
.sppb-form-builder-btn {
  width: 100%;
  transition: 0.35s;
}
.sppb-addon-form-builder-form textarea.sppb-form-control {
  height: 150px;
  transition: 0.35s;
}
.sppb-form-builder-recaptcha,
.sppb-form-builder-invisible-recaptcha {
  margin-bottom: 15px;
}
.sppb-addon-form-builder .sppb-form-check-input,
.sppb-addon-form-builder .form-builder-checkbox-content input,
.sppb-addon-form-builder .form-builder-radio-content input {
  position: absolute;
  opacity: 0;
}
.sppb-addon-form-builder .form-builder-checkbox-content input,
.sppb-addon-form-builder .form-builder-checkbox-content label,
.sppb-addon-form-builder .form-builder-radio-content input,
.sppb-addon-form-builder .form-builder-radio-content label {
  display: inline-block;
  width: auto;
}
.form-builder-radio-content label {
  margin-right: 25px;
  margin-left: 22px;
}
.form-builder-checkbox-content label {
  margin-right: 25px;
  margin-left: 25px;
}
.sppb-addon-form-builder .sppb-form-check-label {
  margin-left: 10px;
}
.sppb-addon-form-builder .sppb-form-check-label::before,
.form-builder-checkbox-item label::before,
.form-builder-radio-item label::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #0345bf;
  position: absolute;
  top: 4px;
  left: 0;
}
.sppb-addon-form-builder label.sppb-form-check-label::before,
div.form-builder-checkbox-item label::before {
  border-radius: 0;
  width: 19px;
  height: 19px;
}
.sppb-addon-form-builder .sppb-form-check-label::after,
.form-builder-checkbox-item label::after {
  content: "\2713";
  color: #fff;
  width: auto;
  height: auto;
  font-size: 16px;
  position: absolute;
  top: 5px;
  left: 3px;
  font-weight: 700;
  line-height: 1;
  visibility: hidden;
  opacity: 0;
  transition: 0.35s;
}
.sppb-addon-form-builder .sppb-form-check-input:checked + label::after,
.form-builder-checkbox-item input:checked + label::after {
  visibility: visible;
  opacity: 1;
}
.sppb-addon-form-builder .sppb-form-check-input:checked + label::before,
.form-builder-checkbox-item input:checked + label::before,
.form-builder-radio-item input:checked + label::before {
  background: #0345bf;
}
.sppb-addon-form-builder .sppb-form-check {
  position: relative;
}
.form-builder-checkbox-item,
.form-builder-radio-item {
  position: relative;
  display: inline-block;
}
.sppb-form-group.sppb-form-builder-range input {
  padding: 0;
  margin: 0;
}
.sppb-form-builder-range-wrap {
  position: relative;
}
.sppb-form-builder-range-output {
  position: absolute;
  top: -30px;
  display: none;
  width: 50px;
  height: 24px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 4px;
  color: #495057;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  left: 50%;
}
.sppb-addon-form-builder .fa-spinner {
  margin-right: 5px;
}
.sppb-form-builder-range input[type="range"]:active + output {
  display: block;
  transform: translateX(-50%);
}
.sppb-addon-form-builder button {
  cursor: pointer;
}
span.sppb-form-builder-required {
  display: none;
  font-size: 14px;
  color: red;
}
textarea.not-resize {
  resize: none;
}
/* Table Advanced Addon */
.sppb-addon-table-not-responsive {
  overflow-x: auto;
}
.sppb-addon-table-main {
  width: 100%;
}
.sppb-addon-table-main tr {
  transition: 0.35s;
}
.sppb-addon-table-main th {
  border: none;
  color: #ffffff;
  padding: 16px 20px;
  font-size: 18px;
}
.sppb-addon-table-main td {
  border: none;
  color: #808080;
  padding: 16px 20px;
  font-size: 16px;
}
.sppb-addon-table-main tbody tr {
  background: #f8f6ff;
  border: none;
}
.sppb-addon-table-main tbody tr:nth-child(even) {
  background: #fff;
}
.sppb-addon-table-main.bt thead,
.sppb-addon-table-main.bt tbody th {
  display: none;
}
.sppb-addon-table-main.bt tfoot th,
.sppb-addon-table-main.bt tfoot td,
.sppb-addon-table-main.bt tbody td {
  border: none;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  /* IE 9 */
  float: left\9;
  width: 100%\9;
}
.sppb-addon-table-main.bt tfoot th::before,
.sppb-addon-table-main.bt tfoot td::before,
.sppb-addon-table-main.bt tbody td::before {
  content: attr(data-th) ": ";
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  font-weight: bold;
  width: 6.5em;
}
.sppb-addon-table-main.bt tfoot th.bt-hide,
.sppb-addon-table-main.bt tfoot td.bt-hide,
.sppb-addon-table-main.bt tbody td.bt-hide {
  display: none;
}
.sppb-addon-table-main.bt tfoot th .bt-content,
.sppb-addon-table-main.bt tfoot td .bt-content,
.sppb-addon-table-main.bt tbody td .bt-content {
  vertical-align: top;
}
.sppb-addon-table-main.bt.bt--no-header tfoot td::before,
.sppb-addon-table-main.bt.bt--no-header tbody td::before {
  display: none;
}
.sppb-addon-table-main.two-axis tr td:first-of-type {
  background: #dff1f7;
}
.sppb-table-addon-sortable-data {
  position: relative;
}
.sppb-table-addon-sortable[data-content="sort-asc"]::after {
  content: "";
  position: absolute;
  top: 1px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
}
.sppb-table-addon-sortable[data-content="sort-desc"]::after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  position: absolute;
  top: 12px;
}
.sppb-table-addon-sortable[data-content="no-sort"]::before {
  content: "";
  position: absolute;
  top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
}
.sppb-table-addon-sortable[data-content="no-sort"]::after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  position: absolute;
  top: 11px;
}
.sppb-table-addon-sortable {
  cursor: pointer;
  position: absolute;
  width: 12px;
  height: 20px;
  top: 0;
  bottom: 0;
  left: auto;
  right: 15px;
  margin: auto;
}
.sppb-addon-table-pagination-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.sppb-addon-table-pagination-wrap.sppb-total-entries-to-left {
  flex-direction: row-reverse;
}
.sppb-addon-table-pagination-wrap.center-pagi {
  justify-content: center;
}
.sppb-addon-table-pagination-wrap.right-pagi {
  justify-content: flex-end;
}
.sppb-addon-table-pagination-wrap .sppb-pagination {
  margin: 0;
  list-style: none;
}
.sppb-table-total-reg {
  line-height: 1;
  color: #6c7ae0;
}
.sppb-addon-table input[type="text"].sppb-addon-table-search {
  border-radius: 0;
  padding: 15px 20px 15px 40px;
  border-color: #f8f6ff;
  color: #808080;
}
.sppb-addon-table input[type="text"].sppb-addon-table-search::placeholder,
.sppb-addon-table input[type="text"].sppb-addon-table-search:focus {
  color: #808080;
}
.sppb-addon-table-pagination-wrap .sppb-page-link {
  padding: 0.8rem 1.2rem;
  color: #6c7ae0;
}
.sppb-addon-table-pagination-wrap .sppb-page-item.active .sppb-page-link {
  background-color: #6c7ae0;
  border-color: #6c7ae0;
}
.sppb-addon-table-search-wrap {
  position: relative;
}
.sppb-addon-table-search-wrap i {
  color: #808080;
  font-size: 16px;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 16px;
}
@media only screen and (max-width: 568px) {
  .sppb-addon-table-search-wrap {
    display: none;
  }
  .sppb-no-table-header tbody tr:first-child {
    display: none;
  }
  .sppb-addon-table-main.bt tfoot th::before,
  .sppb-addon-table-main.bt tfoot td::before,
  .sppb-addon-table-main.bt tbody td::before {
    width: 8.5em;
    margin-right: 10px;
  }
}
/*Container*/
.sppb-row-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .sppb-row-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .sppb-row-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .sppb-row-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .sppb-row-container {
    max-width: 1140px;
  }
}
/* For accessibility */
.sppb-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sppb-sr-only-focusable:active,
.sppb-sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.sppb-interaction-hide {
  visibility: hidden;
  opacity: 0 !important;
}
.sppb-mouseMovement p {
  transform: translateZ(20px);
}
/* SP Carousel addon */
.sppb-carousel-extended {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
.sppb-carousel-extended-list {
  position: relative;
  overflow: hidden;
}
@-moz-document url-prefix() {
  .sppb-carousel-extended-list .sppb-carousel-extended-outer-stage {
    overflow: initial;
  }
}
.sppb-carousel-extended-outer-stage {
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
}
.sppb-carousel-extended-center .sppb-carousel-extended-outer-stage {
  align-items: center;
}
.sppb-carousel-extended-item {
  position: relative;
  float: left;
}
.sppb-carousel-extended-item.active,
.sppb-carousel-extended-item.dragenable {
  visibility: visible;
  transform-style: preserve-3d;
}
.sppb-carousel-extended-nav-control,
.sppb-carousel-extended-dots {
  position: absolute;
  height: 1px;
  width: 100%;
  z-index: 3;
  top: 0;
  bottom: 0;
  margin: auto;
}
div.sppb-carousel-extended-nav-control {
  top: -40px;
  z-index: 4;
}
div.sppb-carousel-extended-dots {
  bottom: -30px;
  height: 20px;
  top: auto;
}
.sppb-carousel-extended-nav-control .nav-control {
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  border-radius: 3px;
  color: #0080fe;
  border: 1px solid #0080fe;
  transition: 0.35s;
}
.sppb-carousel-extended-nav-control .nav-control.next-control {
  float: right;
  margin-right: -75px;
}
.sppb-carousel-extended-nav-control .nav-control.prev-control {
  float: left;
  margin-left: -75px;
}
.sppb-carousel-extended-dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.sppb-carousel-extended-dots ul li {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  transition: 0.35s;
  overflow: hidden;
  margin: 0 5px;
  position: relative;
}
.sppb-carousel-extended-dots ul li span {
  position: absolute;
  background: #0080fe;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: none;
  opacity: 0;
}
.sppb-carousel-extended-dots ul li.active span,
.sppb-carousel-extended-dots ul li:hover span {
  opacity: 1;
}
.sppb-carousel-extended-center .sppb-carousel-extended-item .sppb-addon-wrapper {
  transition: all 0.4s ease 0s;
}
.sppb-carousel-extended-item-center .sppb-addon-wrapper {
  transform: scale(1.2);
}
.sppb-carousel-extended-item-overlay {
  background: -o-linear-gradient(325deg, rgba(59, 25, 208, 0.5) 2%, rgba(255, 79, 226, 0.5) 99%);
  background: linear-gradient(125deg, rgba(59, 25, 208, 0.5) 2%, rgba(255, 79, 226, 0.5) 99%);
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.sppb-carousel-extended-content-wrap {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  flex-direction: column;
  z-index: 1;
  padding: 20px;
  text-align: center;
}
.sppb-carousel-extended-item {
  height: 100%;
}
.sppb-carousel-extended-item img {
  width: 100%;
  object-fit: fill;
  height: 100%;
}
.sppb-carousel-fadeIn .sppb-carousel-extended-item {
  opacity: 0;
}
.sppb-image-carousel-layout1 .sppb-carousel-extended-item-overlay,
.sppb-image-carousel-layout1 .sppb-carousel-extended-item img,
.sppb-image-carousel-layout1 .sppb-carousel-extended-content-wrap {
  border-radius: 8px;
}
.sppb-image-carousel-layout3 .sppb-carousel-extended-item {
  transition: 0.35s;
}
.sppb-image-carousel-layout3 .sppb-carousel-extended-item:not(.active) {
  transform: scale(0.9);
  opacity: 0.5;
}
.sppb-carousel-extended-heading {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 15px;
}
.sppb-carousel-extended-subheading {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}
.sppb-carousel-extended-description {
  font-size: 16px;
  color: #fff;
  line-height: 1;
}
/* Testimonial Carousel */
.sppb-testimonial-carousel-content-wrap {
  display: inline-flex;
  align-items: center;
}
.sppb-testimonial-carousel-img-wrap {
  max-width: 200px;
}
.sppb-testimonial-carousel-rating {
  display: inline-block;
  position: relative;
  letter-spacing: 5px;
}
.sppb-testimonial-carousel-rating::before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 5 Free";
  z-index: 1;
  width: 88%;
  overflow: hidden;
  display: block;
  font-weight: 900;
}
.sppb-testimonial-carousel-rating::after {
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.sppb-testimonial-carousel-icon {
  line-height: 1;
}
.sppb-testimonial-carousel-testi_layout2 .sppb-testimonial-carousel-icon i {
  transform: rotateY(180deg) rotateZ(-180deg);
}
.sppb-testimonial-carousel-testi_layout3 .sppb-testimonial-carousel-item-content {
  border-radius: 20px;
  position: relative;
}
.sppb-testimonial-carousel-testi_layout3 .sppb-testimonial-carousel-item-content::before {
  content: "";
  position: absolute;
  border-top: 15px solid #f8f8f8;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  left: 0;
  right: 0;
  top: auto;
  bottom: -15px;
  width: 15px;
  margin: 0 auto;
}
.sppb-testimonial-carousel-testi_layout3 .sppb-text-right .sppb-testimonial-carousel-item-content::before {
  left: auto;
  right: 15px;
}
.sppb-testimonial-carousel-testi_layout3 .sppb-text-left .sppb-testimonial-carousel-item-content::before {
  left: 15px;
  right: auto;
}
.sppb-testimonial-carousel-name {
  font-weight: 600;
}
/**
Team Carousel
**/
.sppb-carousel-extended-team-content {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  padding: 20px 20px 25px 20px;
  margin: 0 1px 10px;
}
.sppb-team-carousel .sppb-carousel-extended-item img {
  object-fit: initial;
  height: auto;
}
.sppb-carousel-extended-team-name {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
.sppb-carousel-extended-team-designation {
  color: #4a4a4a;
  font-size: 12px;
  margin-bottom: 30px;
}
.sppb-carousel-extended-team-social-icon {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sppb-carousel-extended-team-social-icon li {
  display: inline-block;
  margin-right: 15px;
}
.sppb-carousel-extended-team-social-icon a {
  color: #9b9b9b;
  font-size: 14px;
  transition: 0.35s;
  display: inline-block;
  text-align: center;
}
.sppb-carousel-extended-team-social-icon a:hover {
  color: #00a9ff;
}
.sppb-carousel-extended-team-content.sppb-carousel-layout2 {
  padding: 20px;
  box-shadow: none;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.sppb-carousel-layout2 .sppb-carousel-extended-team-name {
  text-transform: uppercase;
}
.sppb-carousel-layout2 .sppb-carousel-extended-team-name,
.sppb-carousel-layout2 .sppb-carousel-extended-team-designation,
.sppb-carousel-layout2 .sppb-carousel-extended-team-social-icon a {
  color: #fff;
}
.sppb-carousel-extended-team-wrap {
  display: flex;
  width: 100%;
}
.sppb-team-carousel-layout3 .sppb-carousel-extended-team-wrap {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.sppb-carousel-extended-team-img {
  width: 55%;
  margin-right: 20px;
}
.sppb-carousel-extended-team-img img {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.sppb-carousel-extended-team-content.sppb-carousel-layout3 {
  box-shadow: none;
  margin: 0;
  padding: 0;
  width: 45%;
}
.sppb-carousel-layout3 .sppb-carousel-extended-team-designation {
  margin-bottom: 10px;
}
.sppb-carousel-extended-item:hover .sppb-carousel-extended-item-overlay,
.sppb-carousel-extended-item:hover .sppb-carousel-extended-team-content {
  opacity: 1;
  visibility: visible;
}
.sppb-carousel-extended-team-content-wrap {
  position: relative;
  z-index: 1;
}
.sppb-carousel-extended-team-content.sppb-carousel-layout1 {
  background: #fff;
}
/**
CONTEXT MENU
**/
.sppb-context-menu-wrapper {
  position: fixed;
  background-color: #ffffff;
  background-clip: padding-box;
  color: #444444;
  border-radius: 3px;
  font-size: 13px;
  min-width: 200px;
  outline: 0;
  opacity: 1;
  text-align: left;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0px;
  left: -200px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.sppb-context-menu-wrapper .sppb-context-menu-title {
  width: 100%;
  font-size: 16px;
  padding: 10px 0;
  color: #444444;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
  pointer-events: none;
  text-transform: capitalize;
  text-align: center;
  font-weight: normal;
  line-height: 1;
}
.sppb-context-menu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sppb-context-menu-wrapper ul li {
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  text-align: left;
  font-weight: normal;
  color: #444444;
  white-space: nowrap;
  position: relative;
  transition: all 0.1s linear;
  display: flex;
  cursor: pointer;
}
.sppb-context-menu-wrapper ul li span:first-child {
  width: 30px;
  text-align: center;
  padding-right: 5px;
}
.sppb-context-menu-wrapper ul li span:nth-child(2) {
  flex: 1;
}
.sppb-context-menu-wrapper ul li:hover,
.sppb-context-menu-wrapper ul li.sppb-context-menu-item-active {
  background: #007bff;
  color: #ffffff;
}
.sppb-context-menu-wrapper ul li:hover small {
  color: #ffffff;
}
.sppb-context-menu-wrapper ul li small {
  text-transform: capitalize;
  color: #007bff;
}
.sppb-context-menu-wrapper ul li.sppb-disabled-item,
.sppb-context-menu-wrapper ul li.sppb-disabled-item:hover {
  color: #9e9e9e;
  cursor: not-allowed;
  background: transparent;
}
.sppb-context-menu-wrapper ul li.sppb-addon-column-opt {
  border-top: 1px solid rgba(151, 151, 151, 0.3);
}
.sppb-context-menu-wrapper ul li .sppb-sub-context-menu-container {
  background-color: #ffffff;
  background-clip: padding-box;
  color: #444444;
  border-radius: 3px;
  box-shadow: 0 0 20px 0 rgba(64, 72, 74, 0.3);
  border: solid 1px rgba(223, 223, 223, 0.96);
  font-size: 13px;
  min-width: 185px;
  outline: 0;
  opacity: 1;
  text-align: left;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  z-index: 1071;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  left: 100.8%;
  bottom: 0;
}
.sppb-svg-icon {
  font-size: inherit;
  height: 1em;
  width: 1em;
  display: inline-flex;
}
.sppb-svg-icon svg {
  flex-grow: 1;
}
.sppb-svg-icon svg path {
  fill: inherit;
}
/* Image Lazy Load */
img.sppb-element-lazy {
  filter: blur(20px);
}
img.sppb-element-lazy.sppb-element-loaded {
  animation-name: fadeInImage;
  animation-duration: 400ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  filter: none;
}
@keyframes fadeInImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.scroll-box {
  height: 210px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  overflow-y: scroll;
}
.line,
#line {
  border-bottom: 6px solid #039fe1;
  margin-bottom: 0px;
  border-left: 6px solid #039fe1;
  margin-left: 0px;
  border-right: 6px solid #039fe1;
  margin-right: 0px;
  border-top: 6px solid #039fe1;
  margin-top: 0px;
  padding: 15px;
}
.line,
#line {
  border-bottom: 6px solid #039fe1;
  margin-bottom: 0px;
  border-left: 6px solid #039fe1;
  margin-left: 0px;
  border-right: 6px solid #039fe1;
  margin-right: 0px;
  border-top: 6px solid #039fe1;
  margin-top: 0px;
  padding: 15px;
}
.scroll-box {
  height: 210px;
  /* maximum height of the box, feel free to change this! */
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  overflow-y: scroll;
}
.entry-content #section-id-1591294694336 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
}
#sppb-addon-wrapper-1591294694345 {
  margin: 0px 0px 0px 0px;
}
#sppb-addon-1591294694345 {
  box-shadow: 0 0 0 0 #ffffff;
}
#sppb-addon-1591294694345 .sppb-addon-title {
  font-size: 36px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #sppb-addon-wrapper-1591294694345 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  #sppb-addon-wrapper-1591294694345 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
}
#column-id-1591294355269 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
}
.entry-content #section-id-1591294355270 {
  box-shadow: 2px 2px 6px 4px rgba(140, 140, 140, 0.39);
  border-width: 1px 1px 1px 1px;
  border-color: #8a8a8a;
  border-style: none;
}
.entry-content #section-id-1591294355270 {
  border-radius: 24px;
}
.entry-content #section-id-1591294355270 .sppb-row-overlay {
  border-radius: 24px;
}
#sppb-addon-wrapper-1591294355273 {
  margin: 0px 0px 0px 0px;
}
#sppb-addon-1591294355273 {
  box-shadow: 0 0 0 0 #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  #sppb-addon-wrapper-1591294355273 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  #sppb-addon-wrapper-1591294355273 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
}
#sppb-addon-wrapper-1591294355275 {
  margin: 20px0px ;
}
#sppb-addon-wrapper-1591294355276 {
  margin: 0px 0px 30px 0px;
}
#sppb-addon-1591294355276 {
  box-shadow: 0 0 0 0 #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  #sppb-addon-wrapper-1591294355276 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  #sppb-addon-wrapper-1591294355276 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
}
#sppb-addon-wrapper-1591294355277 {
  margin: 0px 0px 0px 0px;
}
#sppb-addon-1591294355277 {
  box-shadow: 0 0 0 0 #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  #sppb-addon-wrapper-1591294355277 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  #sppb-addon-wrapper-1591294355277 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
}
#sppb-addon-1591294355278 {
  padding: 15 ;
}
#sppb-addon-wrapper-1591294355279 {
  margin: 0px 0px 0px 0px;
}
#sppb-addon-1591294355279 {
  box-shadow: 0 0 0 0 #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  #sppb-addon-wrapper-1591294355279 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  #sppb-addon-wrapper-1591294355279 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
}
#sppb-addon-wrapper-1591294355281 {
  margin: 10 10 10 10;
}
#column-id-1591294355284 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
}
.entry-content #section-id-1591294355285 {
  box-shadow: 2px 2px 5px 4px rgba(152, 152, 152, 0.42);
  border-width: 1px 1px 1px 1px;
  border-color: #909090;
  border-style: none;
}
.entry-content #section-id-1591294355285 {
  border-radius: 24px;
}
.entry-content #section-id-1591294355285 .sppb-row-overlay {
  border-radius: 24px;
}
#sppb-addon-wrapper-1591294355288 {
  margin: 0px 0px 0px 0px;
}
#sppb-addon-1591294355288 {
  box-shadow: 0 0 0 0 #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  #sppb-addon-wrapper-1591294355288 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  #sppb-addon-wrapper-1591294355288 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
}
#sppb-addon-wrapper-1591294355290 {
  margin: 20px0px ;
}
#sppb-addon-wrapper-1591294355291 {
  margin: 0px 0px 30px 0px;
}
#sppb-addon-1591294355291 {
  box-shadow: 0 0 0 0 #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  #sppb-addon-wrapper-1591294355291 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  #sppb-addon-wrapper-1591294355291 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
}
#sppb-addon-wrapper-1591294355292 {
  margin: 0px 0px 0px 0px;
}
#sppb-addon-1591294355292 {
  box-shadow: 0 0 0 0 #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  #sppb-addon-wrapper-1591294355292 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  #sppb-addon-wrapper-1591294355292 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
}
#sppb-addon-wrapper-1591294355294 {
  margin: 0px 0px 0px 0px;
}
#sppb-addon-1591294355294 {
  box-shadow: 0 0 0 0 #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  #sppb-addon-wrapper-1591294355294 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  #sppb-addon-wrapper-1591294355294 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
}
#column-id-1591294355299 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
}
.entry-content #section-id-1591294415268 {
  box-shadow: 2px 2px 6px 4px rgba(140, 140, 140, 0.39);
  border-width: 1px 1px 1px 1px;
  border-color: #8a8a8a;
  border-style: none;
}
.entry-content #section-id-1591294415268 {
  border-radius: 24px;
}
.entry-content #section-id-1591294415268 .sppb-row-overlay {
  border-radius: 24px;
}
#sppb-addon-wrapper-1591294415276 {
  margin: 0px 0px 12px 0px;
}
#sppb-addon-1591294415276 {
  background-color: #1f80a8;
}
#sppb-addon-wrapper-1591294415278 {
  margin: 20px0px ;
}
#sppb-addon-wrapper-1591294415279 {
  margin: 0px 0px 30px 0px;
}
#sppb-addon-1591294415279 {
  box-shadow: 0 0 0 0 #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  #sppb-addon-wrapper-1591294415279 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  #sppb-addon-wrapper-1591294415279 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
}
#sppb-addon-wrapper-1591294415280 {
  margin: 0px 0px 0px 0px;
}
#sppb-addon-1591294415280 {
  box-shadow: 0 0 0 0 #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  #sppb-addon-wrapper-1591294415280 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  #sppb-addon-wrapper-1591294415280 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
}
#sppb-addon-1591294415281 {
  padding: 15 ;
}
#sppb-addon-wrapper-1591294415282 {
  margin: 0px 0px 0px 0px;
}
#sppb-addon-1591294415282 {
  box-shadow: 0 0 0 0 #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  #sppb-addon-wrapper-1591294415282 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  #sppb-addon-wrapper-1591294415282 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
}
#sppb-addon-wrapper-1591294415284 {
  margin: 10 10 10 10;
}
#goog-gt-tt {
  display: none !important;
}
.goog-te-banner-frame {
  display: none !important;
}
.goog-te-menu-value:hover {
  text-decoration: none !important;
}
body {
  top: 0 !important;
}
#google_translate_element2 {
  display: none!important;
}
a.glink {
  text-decoration: none;
}
a.glink img {
  vertical-align: middle;
  padding: 0;
  margin: 0;
  border: 0;
  display: inline;
  height: 16px;
  opacity: 0.8;
}
a.glink:hover img {
  opacity: 1;
}
a.glink span {
  margin-right: 5px;
  font-size: inherit;
  vertical-align: middle;
  margin-left: 1ch;
  margin-top: -2px;
  display: inline-block;
}
.gt_black_overlay {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 2017;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.gt_white_content {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 980px;
  height: 375px;
  margin: -189px 0 0 -980px;
  padding: 6px 16px;
  border-radius: 5px;
  background-color: white;
  color: black;
  z-index: 19881205;
  overflow: auto;
  text-align: left;
}
.gt_white_content a {
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #e7e7e7;
  white-space: nowrap;
}
.gt_white_content a:last-of-type {
  border-bottom: none;
}
.gt_white_content a.selected {
  background-color: #ffc;
}
.gt_white_content .gt_languages {
  column-count: 1;
  column-gap: 10px;
}
.gt_white_content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #F5F5F5;
}
.gt_white_content::-webkit-scrollbar {
  width: 5px;
}
.gt_white_content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #888;
}
.sharebadgeright,
.sharebadgeleft {
  height: 111px;
  width: 30px;
  margin-top: -55.5px;
}
.sharebadgeright {
  left: -47px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.sharebadgeleft {
  right: -47px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.enjoy-css {
  font: normal 15px / normal "averia-serif-libre", Helvetica, sans-serif;
}
.tooltipb span {
  width: 99px !important;
  height: 40px !important;
  left: 79px !important;
  margin-top: -25px !important;
  background: #2eb6ee !important;
  background: rgba(46, 182, 238, 0.8) !important;
}
.tooltipb span:after {
  border-right: 10px solid #2eb6ee !important;
  border-right: 10px solid rgba(46, 182, 238, 0.8) !important;
}
.tooltipc span {
  width: 99px !important;
  height: 40px !important;
  right: 79px !important;
  margin-top: -25px !important;
  background: #2eb6ee !important;
  background: rgba(46, 182, 238, 0.8) !important;
}
.tooltipc span:after {
  border-left: 10px solid #2eb6ee !important;
  border-left: 10px solid rgba(46, 182, 238, 0.8) !important;
}
.horizontalflip,
.horizontalcard,
.verticalflip,
.verticalcard {
  width: 45px !important;
  height: 45px !important;
  margin: 3px !important;
}
.tabcontentleft {
  height: 111px;
  width: 30px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #4aa8e6;
  background-image: -webkit-linear-gradient(top, #4aa8e6, #1f7db8);
  background-image: -moz-linear-gradient(top, #4aa8e6, #1f7db8);
  background-image: -ms-linear-gradient(top, #4aa8e6, #1f7db8);
  background-image: -o-linear-gradient(top, #4aa8e6, #1f7db8);
  background-image: linear-gradient(to bottom, #4aa8e6, #1f7db8);
}
.tabcontentright {
  height: 111px;
  width: 30px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #4aa8e6;
  background-image: -webkit-linear-gradient(top, #4aa8e6, #1f7db8);
  background-image: -moz-linear-gradient(top, #4aa8e6, #1f7db8);
  background-image: -ms-linear-gradient(top, #4aa8e6, #1f7db8);
  background-image: -o-linear-gradient(top, #4aa8e6, #1f7db8);
  background-image: linear-gradient(to bottom, #4aa8e6, #1f7db8);
}
.tabtextright {
  font: normal 16px / normal "averia-serif-libre", Helvetica, sans-serif;
  color: #ffffff;
  height: 111px;
  width: 30px;
  margin-left: 36.5px;
  margin-top: 2px;
}
.tabtextleft {
  font: normal 16px / normal "averia-serif-libre", Helvetica, sans-serif;
  color: #ffffff;
  height: 111px;
  width: 30px;
  margin-right: 44.5px;
  margin-top: -18px;
}
.container2 {
  width: 51px;
  height: 51px;
}
.box .front,
.box .back,
.box .right,
.box .left,
.box .top,
.box .bottom {
  width: 51px;
  height: 51px;
}
.box .front {
  -webkit-transform: translateZ(25.5px);
  -moz-transform: translateZ(25.5px);
  -o-transform: translateZ(25.5px);
  transform: translateZ(25.5px);
}
.box .back {
  -webkit-transform: rotateX(-180deg) translateZ(25.5px);
  -moz-transform: rotateX(-180deg) translateZ(25.5px);
  -o-transform: rotateX(-180deg) translateZ(25.5px);
  transform: rotateX(-180deg) translateZ(25.5px);
}
.box .right {
  -webkit-transform: rotateY(90deg) translateZ(25.5px);
  -moz-transform: rotateY(90deg) translateZ(25.5px);
  -o-transform: rotateY(90deg) translateZ(25.5px);
  transform: rotateY(90deg) translateZ(25.5px);
}
.box .left {
  -webkit-transform: rotateY(-90deg) translateZ(25.5px);
  -moz-transform: rotateY(-90deg) translateZ(25.5px);
  -o-transform: rotateY(-90deg) translateZ(25.5px);
  transform: rotateY(-90deg) translateZ(25.5px);
}
.box .top {
  -webkit-transform: rotateX(90deg) translateZ(25.5px);
  -moz-transform: rotateX(90deg) translateZ(25.5px);
  -o-transform: rotateX(90deg) translateZ(25.5px);
  transform: rotateX(90deg) translateZ(25.5px);
}
.box .bottom {
  -webkit-transform: rotateX(-90deg) translateZ(25.5px);
  -moz-transform: rotateX(-90deg) translateZ(25.5px);
  -o-transform: rotateX(-90deg) translateZ(25.5px);
  transform: rotateX(-90deg) translateZ(25.5px);
}
.box.show-front {
  -webkit-transform: translateZ(-25.5px);
  -moz-transform: translateZ(-25.5px);
  -o-transform: translateZ(-25.5px);
  transform: translateZ(-25.5px);
}
.box.show-back {
  -webkit-transform: translateZ(-25.5px) rotateX(-180deg);
  -moz-transform: translateZ(-25.5px) rotateX(-180deg);
  -o-transform: translateZ(-25.5px) rotateX(-180deg);
  transform: translateZ(-25.5px) rotateX(-180deg);
}
.box.show-right {
  -webkit-transform: translateZ(-25.5px) rotateY(-90deg);
  -moz-transform: translateZ(-25.5px) rotateY(-90deg);
  -o-transform: translateZ(-25.5px) rotateY(-90deg);
  transform: translateZ(-25.5px) rotateY(-90deg);
}
.box.show-left {
  -webkit-transform: translateZ(-25.5px) rotateY(90deg);
  -moz-transform: translateZ(-25.5px) rotateY(90deg);
  -o-transform: translateZ(-25.5px) rotateY(90deg);
  transform: translateZ(-25.5px) rotateY(90deg);
}
.box.show-top {
  -webkit-transform: translateZ(-25.5px) rotateX(-90deg);
  -moz-transform: translateZ(-25.5px) rotateX(-90deg);
  -o-transform: translateZ(-25.5px) rotateX(-90deg);
  transform: translateZ(-25.5px) rotateX(-90deg);
}
.box.show-bottom {
  -webkit-transform: translateZ(-25.5px) rotateX(90deg);
  -moz-transform: translateZ(-25.5px) rotateX(90deg);
  -o-transform: translateZ(-25.5px) rotateX(90deg);
  transform: translateZ(-25.5px) rotateX(90deg);
}
.page-content #section-id-1603744217510 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  box-shadow: 0 0 0 0 #ffffff;
}
#column-id-1603744217509 {
  box-shadow: 0 0 0 0 #fff;
}
#sppb-addon-wrapper-1603743531967 {
  margin: 0px 0px 0px 0px;
}
#sppb-addon-1603743531967 {
  color: #464855;
}
#sppb-addon-1603743531967 .sppb-addon-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #000000;
  font-size: 48px;
  line-height: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #sppb-addon-1603743531967 .sppb-addon-title {
    font-size: 36px;
    line-height: 36px;
    line-height: 48px;
  }
  #sppb-addon-wrapper-1603743531967 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  #sppb-addon-1603743531967 .sppb-addon-title {
    font-size: 28px;
    line-height: 28px;
    line-height: 36px;
  }
  #sppb-addon-wrapper-1603743531967 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }
}
#sppb-addon-1603743531967 {
  font-size: 18px;
  line-height: 32px;
}
.page-content #section-id-1603743325469 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  box-shadow: 0 0 0 0 #ffffff;
}
#sppb-addon-wrapper-1603743325481 {
  margin: 0px 0px 0px 0px;
}
#sppb-addon-1603743325481 {
  box-shadow: 0 0 0 0 #ffffff;
}
.page-content #section-id-1603743325482 {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  box-shadow: 2px 2px 6px 4px rgba(140, 140, 140, 0.39);
}
.page-content #section-id-1603743325482 {
  border-radius: 10px;
}
.page-content #section-id-1603743325482 .sppb-row-overlay {
  border-radius: 10px;
}
#column-id-1603743325483 {
  box-shadow: 0 0 0 0 #fff;
}
#sppb-addon-wrapper-1603743325490 {
  margin: 0px 0px 0px 0px;
}
#sppb-addon-1603743325490 {
  box-shadow: 0 0 0 0 #ffffff;
}
#sppb-addon-wrapper-1603743325491 {
  margin: 10px 0px 0px 0px;
}
#sppb-addon-1603743325491 {
  background-color: #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
}
#sppb-addon-1603743325491 #btn-1603743325491.sppb-btn-custom {
  background-color: #2e68bd;
  color: #ffffff;
  font-size: 19px;
}
#sppb-addon-1603743325491 #btn-1603743325491.sppb-btn-custom:hover {
  background-color: rgba(46, 104, 189, 0.76);
}
#sppb-addon-1603743325491 .sppb-btn i {
  margin: 0px 0px 0px 0px;
}
#sppb-addon-wrapper-1603744217533 {
  margin: 10px 0px 0px 0px;
}
#sppb-addon-1603744217533 {
  background-color: #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
}
#sppb-addon-1603744217533 #btn-1603744217533.sppb-btn-custom {
  background-color: #2e68bd;
  color: #ffffff;
  font-size: 19px;
}
#sppb-addon-1603744217533 #btn-1603744217533.sppb-btn-custom:hover {
  background-color: rgba(46, 104, 189, 0.76);
}
#sppb-addon-1603744217533 .sppb-btn i {
  margin: 0px 0px 0px 0px;
}
#sppb-addon-wrapper-1603818396535 {
  margin: 10px 0px 0px 0px;
}
#sppb-addon-1603818396535 {
  background-color: #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
}
#sppb-addon-1603818396535 #btn-1603818396535.sppb-btn-custom {
  background-color: #2e68bd;
  color: #ffffff;
  font-size: 19px;
}
#sppb-addon-1603818396535 #btn-1603818396535.sppb-btn-custom:hover {
  background-color: rgba(46, 104, 189, 0.76);
}
#sppb-addon-1603818396535 .sppb-btn i {
  margin: 0px 0px 0px 0px;
}
#sppb-addon-wrapper-1603744559437 {
  margin: 10px 0px 0px 0px;
}
#sppb-addon-1603744559437 {
  background-color: #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
}
#sppb-addon-1603744559437 #btn-1603744559437.sppb-btn-custom {
  background-color: #2e68bd;
  color: #ffffff;
  font-size: 19px;
}
#sppb-addon-1603744559437 #btn-1603744559437.sppb-btn-custom:hover {
  background-color: rgba(46, 104, 189, 0.76);
}
#sppb-addon-1603744559437 .sppb-btn i {
  margin: 0px 0px 0px 0px;
}
#sppb-addon-wrapper-1603743325475 {
  margin: 0px 0px 0px 0px;
}
#sppb-addon-1603743325475 {
  box-shadow: 0 0 0 0 #ffffff;
}
.page-content #section-id-1603743325476 {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  box-shadow: 2px 2px 6px 4px rgba(140, 140, 140, 0.39);
}
.page-content #section-id-1603743325476 {
  border-radius: 10px;
}
.page-content #section-id-1603743325476 .sppb-row-overlay {
  border-radius: 10px;
}
#column-id-1603743325477 {
  box-shadow: 0 0 0 0 #fff;
}
#sppb-addon-wrapper-1603743325478 {
  margin: 0px 0px 0px 0px;
}
#sppb-addon-1603743325478 {
  box-shadow: 0 0 0 0 #ffffff;
}
#sppb-addon-wrapper-1603744217513 {
  margin: 10px 0px 0px 0px;
}
#sppb-addon-1603744217513 {
  background-color: #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
}
#sppb-addon-1603744217513 #btn-1603744217513.sppb-btn-custom {
  background-color: #bd2e2e;
  color: #ffffff;
  font-size: 19px;
}
#sppb-addon-1603744217513 #btn-1603744217513.sppb-btn-custom:hover {
  background-color: #a40505;
}
#sppb-addon-1603744217513 .sppb-btn i {
  margin: 0px 0px 0px 0px;
}
#sppb-addon-wrapper-1603743325479 {
  margin: 10px 0px 0px 0px;
}
#sppb-addon-1603743325479 {
  background-color: #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
}
#sppb-addon-1603743325479 #btn-1603743325479.sppb-btn-custom {
  background-color: #bd2e2e;
  color: #ffffff;
  font-size: 19px;
}
#sppb-addon-1603743325479 #btn-1603743325479.sppb-btn-custom:hover {
  background-color: #a40505;
}
#sppb-addon-1603743325479 .sppb-btn i {
  margin: 0px 0px 0px 0px;
}
#sppb-addon-wrapper-1603744559388 {
  margin: 10px 0px 0px 0px;
}
#sppb-addon-1603744559388 {
  background-color: #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
}
#sppb-addon-1603744559388 #btn-1603744559388.sppb-btn-custom {
  background-color: #bd2e2e;
  color: #ffffff;
  font-size: 19px;
}
#sppb-addon-1603744559388 #btn-1603744559388.sppb-btn-custom:hover {
  background-color: #a40505;
}
#sppb-addon-1603744559388 .sppb-btn i {
  margin: 0px 0px 0px 0px;
}
#sppb-addon-wrapper-1603744559393 {
  margin: 10px 0px 0px 0px;
}
#sppb-addon-1603744559393 {
  background-color: #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
}
#sppb-addon-1603744559393 #btn-1603744559393.sppb-btn-custom {
  background-color: #bd2e2e;
  color: #ffffff;
  font-size: 19px;
}
#sppb-addon-1603744559393 #btn-1603744559393.sppb-btn-custom:hover {
  background-color: #a40505;
}
#sppb-addon-1603744559393 .sppb-btn i {
  margin: 0px 0px 0px 0px;
}
#sppb-addon-wrapper-1603743325487 {
  margin: 0px 0px 0px 0px;
}
#sppb-addon-1603743325487 {
  box-shadow: 0 0 0 0 #ffffff;
}
.page-content #section-id-1603743325488 {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  box-shadow: 2px 2px 6px 4px rgba(140, 140, 140, 0.39);
}
.page-content #section-id-1603743325488 {
  border-radius: 10px;
}
.page-content #section-id-1603743325488 .sppb-row-overlay {
  border-radius: 10px;
}
#column-id-1603743325489 {
  box-shadow: 0 0 0 0 #fff;
}
#sppb-addon-wrapper-1603743325484 {
  margin: 0px 0px 0px 0px;
}
#sppb-addon-1603743325484 {
  box-shadow: 0 0 0 0 #ffffff;
}
#sppb-addon-wrapper-1603743325485 {
  margin: 10px 0px 0px 0px;
}
#sppb-addon-1603743325485 {
  background-color: #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
}
#sppb-addon-1603743325485 #btn-1603743325485.sppb-btn-custom {
  background-color: #bd912e;
  color: #ffffff;
  font-size: 19px;
}
#sppb-addon-1603743325485 #btn-1603743325485.sppb-btn-custom:hover {
  background-color: rgba(189, 145, 46, 0.84);
}
#sppb-addon-1603743325485 .sppb-btn i {
  margin: 0px 0px 0px 0px;
}
#sppb-addon-wrapper-1603744217522 {
  margin: 10px 0px 0px 0px;
}
#sppb-addon-1603744217522 {
  background-color: #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
}
#sppb-addon-1603744217522 #btn-1603744217522.sppb-btn-custom {
  background-color: #bd912e;
  color: #ffffff;
  font-size: 19px;
}
#sppb-addon-1603744217522 #btn-1603744217522.sppb-btn-custom:hover {
  background-color: rgba(189, 145, 46, 0.84);
}
#sppb-addon-1603744217522 .sppb-btn i {
  margin: 0px 0px 0px 0px;
}
#sppb-addon-wrapper-1603744217525 {
  margin: 10px 0px 0px 0px;
}
#sppb-addon-1603744217525 {
  background-color: #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
}
#sppb-addon-1603744217525 #btn-1603744217525.sppb-btn-custom {
  background-color: #bd912e;
  color: #ffffff;
  font-size: 19px;
}
#sppb-addon-1603744217525 #btn-1603744217525.sppb-btn-custom:hover {
  background-color: rgba(189, 145, 46, 0.84);
}
#sppb-addon-1603744217525 .sppb-btn i {
  margin: 0px 0px 0px 0px;
}
#sppb-addon-wrapper-1603818396526 {
  margin: 10px 0px 0px 0px;
}
#sppb-addon-1603818396526 {
  background-color: #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
}
#sppb-addon-1603818396526 #btn-1603818396526.sppb-btn-custom {
  background-color: #bd912e;
  color: #ffffff;
  font-size: 19px;
}
#sppb-addon-1603818396526 #btn-1603818396526.sppb-btn-custom:hover {
  background-color: rgba(189, 145, 46, 0.84);
}
#sppb-addon-1603818396526 .sppb-btn i {
  margin: 0px 0px 0px 0px;
}
.page-content #section-id-1603743531962 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  box-shadow: 0 0 0 0 #ffffff;
}
#column-id-1603743531966 {
  box-shadow: 0 0 0 0 #fff;
}
#sppb-addon-wrapper-1603743414128 {
  margin: 0px 0px 30px 0px;
}
#sppb-addon-1603743414128 {
  box-shadow: 0 0 0 0 #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  #sppb-addon-wrapper-1603743414128 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  #sppb-addon-wrapper-1603743414128 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
}
#sppb-addon-wrapper-1603743414130 {
  margin: 0px 0px 30px 0px;
}
#sppb-addon-1603743414130 {
  box-shadow: 0 0 0 0 #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  #sppb-addon-wrapper-1603743414130 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  #sppb-addon-wrapper-1603743414130 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
}
#sppb-addon-wrapper-1603743414132 {
  margin: 0px 0px 30px 0px;
}
#sppb-addon-1603743414132 {
  box-shadow: 0 0 0 0 #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  #sppb-addon-wrapper-1603743414132 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  #sppb-addon-wrapper-1603743414132 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
}
.page-content #section-id-1603743414123 {
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  box-shadow: 0 0 0 0 #ffffff;
}
#sppb-addon-wrapper-1603743414134 {
  margin: 0px 0px 0px 0px;
}
#sppb-addon-1603743414134 {
  color: #464855;
}
#sppb-addon-1603743414134 .sppb-addon-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #000000;
  font-size: 48px;
  line-height: 72px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #sppb-addon-1603743414134 .sppb-addon-title {
    font-size: 36px;
    line-height: 36px;
    line-height: 48px;
  }
  #sppb-addon-wrapper-1603743414134 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  #sppb-addon-1603743414134 .sppb-addon-title {
    font-size: 28px;
    line-height: 28px;
    line-height: 36px;
  }
  #sppb-addon-wrapper-1603743414134 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }
}
#sppb-addon-1603743414134 {
  font-size: 18px;
  line-height: 32px;
}
.uk-accordion-content:after,
.uk-clearfix:after,
.uk-container:after,
.uk-dotnav:after,
.uk-form-row:after,
.uk-grid:after,
.uk-list > li:after,
.uk-panel:after,
.uk-subnav:after,
.uk-tab-center:after,
.uk-tab:after,
.uk-thumbnav:after {
  clear: both;
}
.uk-button,
.uk-close,
.uk-form input:not([type]),
.uk-form input[type=text],
.uk-form input[type=password],
.uk-form input[type=email],
.uk-form input[type=url],
.uk-form input[type=search],
.uk-form input[type=tel],
.uk-form input[type=number],
.uk-form input[type=datetime],
.uk-form textarea {
  -webkit-appearance: none;
}
a[class*=uk-] {
  text-decoration: none!important;
  cursor: pointer;
}
a[class*=uk-]:hover {
  text-decoration: none !important;
}
.uk-dotnav,
.uk-list,
.uk-nav,
.uk-nav ul,
.uk-slideshow,
.uk-subnav,
.uk-switcher,
.uk-tab {
  margin-left: 0;
  padding: 0!important;
  list-style: none !important;
}
.uk-dotnav,
.uk-grid,
.uk-list,
.uk-list ul,
.uk-nav,
.uk-nav ul,
.uk-subnav,
.uk-switcher,
.uk-tab,
.uk-thumbnav {
  list-style: none;
}
.uk-list,
.uk-nav,
.uk-nav ul,
.uk-slideshow,
.uk-switcher,
.uk-tab {
  margin-bottom: 0 !important;
}
.uk-dotnav,
.uk-subnav {
  margin-bottom: 20px !important;
}
* + .uk-dotnav,
* + .uk-subnav {
  margin-top: 20px !important;
}
.uk-dotnav > li > a,
.uk-icon-button,
.uk-list > li > a,
.uk-nav ul > li > a,
.uk-nav > li > a,
.uk-overlay,
.uk-slidenav,
.uk-subnav > li > a {
  border: none !important;
}
.uk-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.uk-grid:after,
.uk-grid:before {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-grid-match > *,
.uk-subnav {
  display: -ms-flexbox;
  display: -webkit-flex;
}
.uk-grid > * {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  margin: 0;
  float: left;
  padding-left: 25px;
}
.uk-grid > * > :last-child {
  margin-bottom: 0;
}
.uk-grid {
  margin-left: -25px;
}
.uk-grid + .uk-grid,
.uk-grid-margin,
.uk-grid > * > .uk-panel + .uk-panel {
  margin-top: 25px;
}
@media (min-width: 1220px) {
  .uk-grid {
    margin-left: -35px;
  }
  .uk-grid > * {
    padding-left: 35px;
  }
  .uk-grid + .uk-grid,
  .uk-grid-margin,
  .uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 35px;
  }
}
.uk-grid-collapse {
  margin-left: 0;
}
.uk-grid-collapse > * {
  padding-left: 0;
}
.uk-grid-collapse + .uk-grid-collapse,
.uk-grid-collapse > * > .uk-panel + .uk-panel,
.uk-grid-collapse > .uk-grid-margin {
  margin-top: 0;
}
.uk-grid-small {
  margin-left: -10px;
}
.uk-grid-small > * {
  padding-left: 10px;
}
.uk-grid-small + .uk-grid-small,
.uk-grid-small > * > .uk-panel + .uk-panel,
.uk-grid-small > .uk-grid-margin {
  margin-top: 10px;
}
.uk-grid-medium {
  margin-left: -25px;
}
.uk-grid-medium > * {
  padding-left: 25px;
}
.uk-grid-medium + .uk-grid-medium,
.uk-grid-medium > * > .uk-panel + .uk-panel,
.uk-grid-medium > .uk-grid-margin {
  margin-top: 25px;
}
@media (min-width: 960px) {
  .uk-grid-large {
    margin-left: -35px;
  }
  .uk-grid-large > * {
    padding-left: 35px;
  }
  .uk-grid-large + .uk-grid-large,
  .uk-grid-large-margin,
  .uk-grid-large > * > .uk-panel + .uk-panel {
    margin-top: 35px;
  }
}
@media (min-width: 1220px) {
  .uk-grid-large {
    margin-left: -50px;
  }
  .uk-grid-large > * {
    padding-left: 50px;
  }
  .uk-grid-large + .uk-grid-large,
  .uk-grid-large-margin,
  .uk-grid-large > * > .uk-panel + .uk-panel {
    margin-top: 50px;
  }
}
.uk-grid-divider:not(:empty) {
  margin-left: -25px;
  margin-right: -25px;
}
.uk-grid-divider > * {
  padding-left: 25px;
  padding-right: 25px;
}
.uk-grid-divider > [class*=uk-width-9-]:nth-child(n+2),
.uk-grid-divider > [class*=uk-width-1-]:not(.uk-width-1-1):nth-child(n+2),
.uk-grid-divider > [class*=uk-width-2-]:nth-child(n+2),
.uk-grid-divider > [class*=uk-width-3-]:nth-child(n+2),
.uk-grid-divider > [class*=uk-width-4-]:nth-child(n+2),
.uk-grid-divider > [class*=uk-width-5-]:nth-child(n+2),
.uk-grid-divider > [class*=uk-width-6-]:nth-child(n+2),
.uk-grid-divider > [class*=uk-width-7-]:nth-child(n+2),
.uk-grid-divider > [class*=uk-width-8-]:nth-child(n+2) {
  border-left: 1px solid #e5e5e5;
}
@media (min-width: 1220px) {
  .uk-grid-divider:not(:empty) {
    margin-left: -35px;
    margin-right: -35px;
  }
  .uk-grid-divider > * {
    padding-left: 35px;
    padding-right: 35px;
  }
  .uk-grid-divider:empty {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.uk-grid-divider:empty {
  margin-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid #e5e5e5;
}
.uk-grid-match > * {
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.uk-grid-match > * > * {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  box-sizing: border-box;
  width: 100%;
}
[class*=uk-grid-width] > * {
  box-sizing: border-box;
  width: 100%;
}
.uk-grid-width-1-2 > * {
  width: 50%;
}
.uk-grid-width-1-3 > * {
  width: 33.333%;
}
.uk-grid-width-1-4 > * {
  width: 25%;
}
.uk-grid-width-1-5 > * {
  width: 20%;
}
.uk-grid-width-1-6 > * {
  width: 16.666%;
}
.uk-grid-width-1-10 > * {
  width: 10%;
}
.uk-grid-width-auto > * {
  width: auto;
}
@media (min-width: 480px) {
  .uk-grid-width-small-1-1 > * {
    width: 100%;
  }
  .uk-grid-width-small-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-small-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-small-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-small-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-small-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-small-1-10 > * {
    width: 10%;
  }
}
@media (min-width: 768px) {
  .uk-grid-divider > [class*=uk-width-medium-]:not(.uk-width-medium-1-1):nth-child(n+2) {
    border-left: 1px solid #e5e5e5;
  }
  .uk-grid-width-medium-1-1 > * {
    width: 100%;
  }
  .uk-grid-width-medium-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-medium-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-medium-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-medium-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-medium-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-medium-1-10 > * {
    width: 10%;
  }
}
@media (min-width: 960px) {
  .uk-grid-divider > [class*=uk-width-large-]:not(.uk-width-large-1-1):nth-child(n+2) {
    border-left: 1px solid #e5e5e5;
  }
  .uk-grid-width-large-1-1 > * {
    width: 100%;
  }
  .uk-grid-width-large-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-large-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-large-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-large-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-large-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-large-1-10 > * {
    width: 10%;
  }
}
@media (min-width: 1220px) {
  .uk-grid-width-xlarge-1-1 > * {
    width: 100%;
  }
  .uk-grid-width-xlarge-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-xlarge-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-xlarge-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-xlarge-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-xlarge-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-xlarge-1-10 > * {
    width: 10%;
  }
}
[class*=uk-width] {
  box-sizing: border-box;
  width: 100%;
}
.uk-width-1-1 {
  width: 100%;
}
.uk-width-1-2,
.uk-width-2-4,
.uk-width-3-6,
.uk-width-5-10 {
  width: 50%;
}
.uk-width-1-3,
.uk-width-2-6 {
  width: 33.333%;
}
.uk-width-2-3,
.uk-width-4-6 {
  width: 66.666%;
}
.uk-width-1-4 {
  width: 25%;
}
.uk-width-3-4 {
  width: 75%;
}
.uk-width-1-5,
.uk-width-2-10 {
  width: 20%;
}
.uk-width-2-5,
.uk-width-4-10 {
  width: 40%;
}
.uk-width-3-5,
.uk-width-6-10 {
  width: 60%;
}
.uk-width-4-5,
.uk-width-8-10 {
  width: 80%;
}
.uk-width-1-6 {
  width: 16.666%;
}
.uk-width-5-6 {
  width: 83.333%;
}
.uk-width-1-10 {
  width: 10%;
}
.uk-width-3-10 {
  width: 30%;
}
.uk-width-7-10 {
  width: 70%;
}
.uk-width-9-10 {
  width: 90%;
}
@media (min-width: 480px) {
  .uk-width-small-1-1 {
    width: 100%;
  }
  .uk-width-small-1-2,
  .uk-width-small-2-4,
  .uk-width-small-3-6,
  .uk-width-small-5-10 {
    width: 50%;
  }
  .uk-width-small-1-3,
  .uk-width-small-2-6 {
    width: 33.333%;
  }
  .uk-width-small-2-3,
  .uk-width-small-4-6 {
    width: 66.666%;
  }
  .uk-width-small-1-4 {
    width: 25%;
  }
  .uk-width-small-3-4 {
    width: 75%;
  }
  .uk-width-small-1-5,
  .uk-width-small-2-10 {
    width: 20%;
  }
  .uk-width-small-2-5,
  .uk-width-small-4-10 {
    width: 40%;
  }
  .uk-width-small-3-5,
  .uk-width-small-6-10 {
    width: 60%;
  }
  .uk-width-small-4-5,
  .uk-width-small-8-10 {
    width: 80%;
  }
  .uk-width-small-1-6 {
    width: 16.666%;
  }
  .uk-width-small-5-6 {
    width: 83.333%;
  }
  .uk-width-small-1-10 {
    width: 10%;
  }
  .uk-width-small-3-10 {
    width: 30%;
  }
  .uk-width-small-7-10 {
    width: 70%;
  }
  .uk-width-small-9-10 {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .uk-width-medium-1-1 {
    width: 100%;
  }
  .uk-width-medium-1-2,
  .uk-width-medium-2-4,
  .uk-width-medium-3-6,
  .uk-width-medium-5-10 {
    width: 50%;
  }
  .uk-width-medium-1-3,
  .uk-width-medium-2-6 {
    width: 33.333%;
  }
  .uk-width-medium-2-3,
  .uk-width-medium-4-6 {
    width: 66.666%;
  }
  .uk-width-medium-1-4 {
    width: 25%;
  }
  .uk-width-medium-3-4 {
    width: 75%;
  }
  .uk-width-medium-1-5,
  .uk-width-medium-2-10 {
    width: 20%;
  }
  .uk-width-medium-2-5,
  .uk-width-medium-4-10 {
    width: 40%;
  }
  .uk-width-medium-3-5,
  .uk-width-medium-6-10 {
    width: 60%;
  }
  .uk-width-medium-4-5,
  .uk-width-medium-8-10 {
    width: 80%;
  }
  .uk-width-medium-1-6 {
    width: 16.666%;
  }
  .uk-width-medium-5-6 {
    width: 83.333%;
  }
  .uk-width-medium-1-10 {
    width: 10%;
  }
  .uk-width-medium-3-10 {
    width: 30%;
  }
  .uk-width-medium-7-10 {
    width: 70%;
  }
  .uk-width-medium-9-10 {
    width: 90%;
  }
}
@media (min-width: 960px) {
  .uk-width-large-1-1 {
    width: 100%;
  }
  .uk-width-large-1-2,
  .uk-width-large-2-4,
  .uk-width-large-3-6,
  .uk-width-large-5-10 {
    width: 50%;
  }
  .uk-width-large-1-3,
  .uk-width-large-2-6 {
    width: 33.333%;
  }
  .uk-width-large-2-3,
  .uk-width-large-4-6 {
    width: 66.666%;
  }
  .uk-width-large-1-4 {
    width: 25%;
  }
  .uk-width-large-3-4 {
    width: 75%;
  }
  .uk-width-large-1-5,
  .uk-width-large-2-10 {
    width: 20%;
  }
  .uk-width-large-2-5,
  .uk-width-large-4-10 {
    width: 40%;
  }
  .uk-width-large-3-5,
  .uk-width-large-6-10 {
    width: 60%;
  }
  .uk-width-large-4-5,
  .uk-width-large-8-10 {
    width: 80%;
  }
  .uk-width-large-1-6 {
    width: 16.666%;
  }
  .uk-width-large-5-6 {
    width: 83.333%;
  }
  .uk-width-large-1-10 {
    width: 10%;
  }
  .uk-width-large-3-10 {
    width: 30%;
  }
  .uk-width-large-7-10 {
    width: 70%;
  }
  .uk-width-large-9-10 {
    width: 90%;
  }
}
@media (min-width: 768px) {
  [class*=uk-push-],
  [class*=uk-pull-] {
    position: relative;
  }
  .uk-push-1-2,
  .uk-push-2-4,
  .uk-push-3-6,
  .uk-push-5-10 {
    left: 50%;
  }
  .uk-push-1-3,
  .uk-push-2-6 {
    left: 33.333%;
  }
  .uk-push-2-3,
  .uk-push-4-6 {
    left: 66.666%;
  }
  .uk-push-1-4 {
    left: 25%;
  }
  .uk-push-3-4 {
    left: 75%;
  }
  .uk-push-1-5,
  .uk-push-2-10 {
    left: 20%;
  }
  .uk-push-2-5,
  .uk-push-4-10 {
    left: 40%;
  }
  .uk-push-3-5,
  .uk-push-6-10 {
    left: 60%;
  }
  .uk-push-4-5,
  .uk-push-8-10 {
    left: 80%;
  }
  .uk-push-1-6 {
    left: 16.666%;
  }
  .uk-push-5-6 {
    left: 83.333%;
  }
  .uk-push-1-10 {
    left: 10%;
  }
  .uk-push-3-10 {
    left: 30%;
  }
  .uk-push-7-10 {
    left: 70%;
  }
  .uk-push-9-10 {
    left: 90%;
  }
  .uk-pull-1-2,
  .uk-pull-2-4,
  .uk-pull-3-6,
  .uk-pull-5-10 {
    left: -50%;
  }
  .uk-pull-1-3,
  .uk-pull-2-6 {
    left: -33.333%;
  }
  .uk-pull-2-3,
  .uk-pull-4-6 {
    left: -66.666%;
  }
  .uk-pull-1-4 {
    left: -25%;
  }
  .uk-pull-3-4 {
    left: -75%;
  }
  .uk-pull-1-5,
  .uk-pull-2-10 {
    left: -20%;
  }
  .uk-pull-2-5,
  .uk-pull-4-10 {
    left: -40%;
  }
  .uk-pull-3-5,
  .uk-pull-6-10 {
    left: -60%;
  }
  .uk-pull-4-5,
  .uk-pull-8-10 {
    left: -80%;
  }
  .uk-pull-1-6 {
    left: -16.666%;
  }
  .uk-pull-5-6 {
    left: -83.333%;
  }
  .uk-pull-1-10 {
    left: -10%;
  }
  .uk-pull-3-10 {
    left: -30%;
  }
  .uk-pull-7-10 {
    left: -70%;
  }
  .uk-pull-9-10 {
    left: -90%;
  }
}
.uk-panel {
  display: block;
  position: relative;
}
.uk-panel,
.uk-panel:hover {
  text-decoration: none;
}
.uk-panel:after,
.uk-panel:before {
  content: "";
  display: table;
}
.uk-panel > :not(.uk-panel-title):last-child {
  margin-bottom: 0;
}
.uk-panel-teaser,
.uk-panel-title {
  margin-bottom: 20px;
}
.uk-panel-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-transform: none;
  color: #444;
}
.uk-panel-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.uk-panel-box .uk-panel-badge,
.uk-panel-hover .uk-panel-badge {
  top: 10px;
  right: 10px;
}
.uk-panel-body {
  padding: 20px;
}
.uk-panel-box {
  padding: 20px;
  background: #fff;
  color: #444;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
}
.uk-panel-box .uk-panel-title,
.uk-panel-box-hover:hover {
  color: #444;
}
.uk-panel-box > .uk-panel-teaser {
  margin-top: -21px;
  margin-left: -21px;
  margin-right: -21px;
}
.uk-panel-box > .uk-nav-side {
  margin: 0 -20px;
}
.uk-panel-box-primary {
  background-color: #fafafa;
  color: #444;
}
.uk-panel-box-primary .uk-panel-title,
.uk-panel-box-primary-hover:hover {
  color: #444;
}
.uk-panel-box-secondary {
  background-color: #444;
  color: #fff;
}
.uk-panel-box-secondary .uk-panel-title,
.uk-panel-box-secondary-hover:hover {
  color: #fff;
}
.uk-panel-hover {
  padding: 20px;
  color: #444;
  border: 1px solid transparent;
  border-radius: 2px;
}
.uk-nav-dropdown .uk-nav-divider,
.uk-nav-navbar .uk-nav-divider,
.uk-nav-side .uk-nav-divider,
.uk-panel + .uk-panel-divider:before {
  border-top: 1px solid #e5e5e5;
}
.uk-panel-hover:hover {
  background: #fff;
  color: #444;
  border-color: #e5e5e5;
}
.uk-panel-hover > .uk-panel-teaser {
  margin-top: -21px;
  margin-left: -21px;
  margin-right: -21px;
}
.uk-panel-header .uk-panel-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  color: #444;
}
.uk-panel-space {
  padding: 30px;
}
.uk-panel-space .uk-panel-badge {
  top: 30px;
  right: 30px;
}
.uk-panel + .uk-panel-divider {
  margin-top: 50px !important;
}
.uk-panel + .uk-panel-divider:before {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
}
@media (min-width: 1220px) {
  .uk-width-xlarge-1-1 {
    width: 100%;
  }
  .uk-width-xlarge-1-2,
  .uk-width-xlarge-2-4,
  .uk-width-xlarge-3-6,
  .uk-width-xlarge-5-10 {
    width: 50%;
  }
  .uk-width-xlarge-1-3,
  .uk-width-xlarge-2-6 {
    width: 33.333%;
  }
  .uk-width-xlarge-2-3,
  .uk-width-xlarge-4-6 {
    width: 66.666%;
  }
  .uk-width-xlarge-1-4 {
    width: 25%;
  }
  .uk-width-xlarge-3-4 {
    width: 75%;
  }
  .uk-width-xlarge-1-5,
  .uk-width-xlarge-2-10 {
    width: 20%;
  }
  .uk-width-xlarge-2-5,
  .uk-width-xlarge-4-10 {
    width: 40%;
  }
  .uk-width-xlarge-3-5,
  .uk-width-xlarge-6-10 {
    width: 60%;
  }
  .uk-width-xlarge-4-5,
  .uk-width-xlarge-8-10 {
    width: 80%;
  }
  .uk-width-xlarge-1-6 {
    width: 16.666%;
  }
  .uk-width-xlarge-5-6 {
    width: 83.333%;
  }
  .uk-width-xlarge-1-10 {
    width: 10%;
  }
  .uk-width-xlarge-3-10 {
    width: 30%;
  }
  .uk-width-xlarge-7-10 {
    width: 70%;
  }
  .uk-width-xlarge-9-10 {
    width: 90%;
  }
  .uk-panel + .uk-panel-divider {
    margin-top: 70px !important;
  }
  .uk-panel + .uk-panel-divider:before {
    top: -35px;
  }
}
.uk-cover-object,
[data-uk-cover] {
  left: 50%;
  top: 50%;
  position: relative;
}
.uk-panel-box .uk-panel-teaser > * {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.uk-cover-background {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.uk-cover {
  overflow: hidden;
}
.uk-cover-object {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.uk-modal-spinner,
[data-uk-cover] {
  -webkit-transform: translate(-50%, -50%);
}
[data-uk-cover] {
  transform: translate(-50%, -50%);
}
.uk-nav,
.uk-nav ul {
  margin: 0;
  padding: 0;
}
.uk-form-row + .uk-form-row,
.uk-nav-header:not(:first-child) {
  margin-top: 20px;
}
.uk-nav li > a {
  display: block;
  text-decoration: none;
}
.uk-nav > li > a {
  padding: 5px 15px;
}
.uk-nav ul {
  padding-left: 15px;
}
.uk-nav ul a {
  padding: 2px 0;
}
.uk-nav li > a > div {
  font-size: 12px;
  line-height: 18px;
}
.uk-nav-header {
  padding: 5px 15px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
}
.uk-button,
.uk-close,
.uk-form select {
  text-transform: none;
}
.uk-nav-divider {
  margin: 9px 15px;
}
ul.uk-nav-sub {
  padding: 5px 0 5px 15px;
}
.uk-nav-parent-icon > .uk-parent > a:after {
  content: "\f104";
  width: 20px;
  margin-right: -10px;
  float: right;
  font-family: FontAwesome;
  text-align: center;
}
.uk-nav-parent-icon > .uk-parent.uk-open > a:after {
  content: "\f107";
}
.uk-nav-side > li > a {
  color: #444;
  border-radius: 2px;
}
.uk-nav-side > li > a:focus,
.uk-nav-side > li > a:hover {
  background: #f5f5f5;
  color: #444;
  outline: 0;
}
.uk-nav-side > li.uk-active > a {
  background: #37a5e4;
  color: #fff;
}
.uk-nav-side .uk-nav-header {
  color: #444;
}
.uk-nav-side ul a {
  color: #999;
}
.uk-nav-side ul a:hover {
  color: #37a5e5;
}
.uk-nav-dropdown > li > a {
  color: #444;
}
.uk-nav-dropdown > li > a:focus,
.uk-nav-dropdown > li > a:hover {
  background: #37a5e4;
  color: #fff;
  outline: 0;
}
.uk-nav-dropdown .uk-nav-header,
.uk-nav-dropdown ul a {
  color: #999;
}
.uk-nav-dropdown ul a:hover {
  color: #37a5e5;
}
.uk-nav-navbar > li > a {
  color: #444;
}
.uk-nav-navbar > li > a:focus,
.uk-nav-navbar > li > a:hover {
  background: #37a5e4;
  color: #fff;
  outline: 0;
}
.uk-nav-navbar .uk-nav-header,
.uk-nav-navbar ul a {
  color: #999;
}
.uk-nav-navbar ul a:hover {
  color: #37a5e5;
}
.uk-nav-offcanvas > li > a {
  color: #ccc;
  padding: 10px 15px;
}
.uk-nav-offcanvas > .uk-open > a,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover {
  background: #292929;
  color: #fff;
  outline: 0;
}
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background: #37a5e4;
  color: #fff;
}
.uk-nav-offcanvas .uk-nav-header {
  color: #777;
}
.uk-nav-offcanvas .uk-nav-divider {
  border-top: 1px solid #424242;
}
.uk-nav-offcanvas ul a {
  color: #ccc;
}
html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
  color: #fff;
}
.uk-panel-box .uk-nav-side > li > a {
  border-radius: 0;
}
.uk-nav-dropdown > li.uk-active > a {
  color: #37a5e5;
}
.uk-nav-dropdown > li.uk-active > a:hover {
  color: #fff;
}
.uk-nav-navbar > li.uk-active > a {
  color: #37a5e5;
}
.uk-nav-navbar > li.uk-active > a:hover {
  color: #fff;
}
.uk-subnav {
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-top: -10px;
  padding: 0;
}
.uk-subnav > * {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  padding-left: 10px;
  margin-top: 10px;
  position: relative;
  float: left;
}
.uk-subnav:after,
.uk-subnav:before {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-subnav > * > * {
  display: inline-block;
  color: #444;
}
.uk-subnav > * > :focus,
.uk-subnav > * > :hover {
  color: #37a5e5;
  text-decoration: none;
}
.uk-subnav > .uk-active > * {
  color: #37a5e5;
}
.uk-subnav-line > :before {
  content: "";
  display: inline-block;
  height: 10px;
  vertical-align: middle;
}
.uk-subnav-line > :nth-child(n+2):before {
  margin-right: 10px;
  border-left: 1px solid #e5e5e5;
}
.uk-subnav-pill > * > * {
  padding: 3px 9px;
  border-radius: 2px;
}
.uk-subnav-pill > * > :focus,
.uk-subnav-pill > * > :hover {
  background: #fafafa;
  color: #444;
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
}
.uk-subnav-pill > .uk-active > * {
  background: #37a5e4;
  color: #fff;
  box-shadow: none;
}
.uk-subnav > .uk-disabled > * {
  background: 0 0;
  color: #999;
  text-decoration: none;
  cursor: text;
  box-shadow: none;
}
.uk-tab {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}
.uk-tab:after,
.uk-tab:before {
  content: "";
  display: table;
}
.uk-tab > li {
  margin-bottom: -1px;
  float: left;
  position: relative;
}
.uk-tab > li > a {
  display: block;
  padding: 8px 12px;
  border: 1px solid transparent;
  border-bottom-width: 0;
  color: #444;
  text-decoration: none;
  border-radius: 2px 2px 0 0;
}
.uk-tab > li:nth-child(n+2) > a {
  margin-left: 5px;
}
.uk-tab > li.uk-open > a,
.uk-tab > li > a:focus,
.uk-tab > li > a:hover {
  border-color: rgba(0, 0, 0, 0.06);
  background: #f5f5f5;
  color: #444;
  outline: 0;
}
.uk-tab > li.uk-open:not(.uk-active) > a,
.uk-tab > li:not(.uk-active) > a:focus,
.uk-tab > li:not(.uk-active) > a:hover {
  margin-bottom: 1px;
  padding-bottom: 7px;
}
.uk-tab > li.uk-active > a {
  border-color: #e5e5e5 #e5e5e5 transparent;
  background: #fff;
  color: #37a5e5;
}
.uk-tab > li.uk-disabled > a {
  color: #999;
  cursor: text;
}
.uk-tab > li.uk-disabled.uk-active > a,
.uk-tab > li.uk-disabled > a:focus,
.uk-tab > li.uk-disabled > a:hover {
  background: 0 0;
  border-color: transparent;
}
.uk-tab-flip > li {
  float: right;
}
.uk-tab-flip > li:nth-child(n+2) > a {
  margin-left: 0;
  margin-right: 5px;
}
.uk-tab > li.uk-tab-responsive > a {
  margin-left: 0;
  margin-right: 0;
}
.uk-tab-responsive > a:before {
  content: "\f0c9\00a0";
  font-family: FontAwesome;
}
.uk-clearfix:after,
.uk-clearfix:before,
.uk-container:after,
.uk-container:before,
.uk-form legend:after,
.uk-form-row:after,
.uk-form-row:before,
.uk-list > li:after,
.uk-list > li:before,
.uk-tab-center:after,
.uk-tab-center:before,
.uk-thumbnav:after,
.uk-thumbnav:before {
  content: "";
}
.uk-tab-center {
  border-bottom: 1px solid #e5e5e5;
}
.uk-tab-center-bottom {
  border-bottom: none;
  border-top: 1px solid #e5e5e5;
}
.uk-tab-center:after,
.uk-tab-center:before {
  display: table;
}
.uk-tab-center .uk-tab {
  position: relative;
  right: 50%;
  border: none;
  float: right;
}
.uk-tab-center .uk-tab > li {
  position: relative;
  right: -50%;
}
.uk-tab-center .uk-tab > li > a {
  text-align: center;
}
.uk-tab-bottom {
  border-top: 1px solid #e5e5e5;
  border-bottom: none;
}
.uk-tab-bottom > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.uk-tab-bottom > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-radius: 0 0 2px 2px;
}
.uk-tab-bottom > li.uk-open:not(.uk-active) > a,
.uk-tab-bottom > li:not(.uk-active) > a:focus,
.uk-tab-bottom > li:not(.uk-active) > a:hover {
  margin-bottom: 0;
  margin-top: 1px;
  padding-bottom: 8px;
  padding-top: 7px;
}
.uk-tab-bottom > li.uk-active > a {
  border-top-color: transparent;
  border-bottom-color: #e5e5e5;
}
.uk-tab-grid {
  margin-left: -5px;
  border-bottom: none;
  position: relative;
  z-index: 0;
}
.uk-tab-grid:before {
  display: block;
  position: absolute;
  left: 5px;
  right: 0;
  bottom: -1px;
  border-top: 1px solid #e5e5e5;
  z-index: -1;
}
.uk-tab-grid > li:first-child > a {
  margin-left: 5px;
}
.uk-tab-grid > li > a {
  text-align: center;
}
.uk-tab-grid.uk-tab-bottom {
  border-top: none;
}
.uk-tab-grid.uk-tab-bottom:before {
  top: -1px;
  bottom: auto;
}
@media (min-width: 768px) {
  .uk-tab-left,
  .uk-tab-right {
    border-bottom: none;
  }
  .uk-tab-left > li,
  .uk-tab-right > li {
    margin-bottom: 0;
    float: none;
  }
  .uk-tab-left > li > a,
  .uk-tab-right > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .uk-tab-left > li:nth-child(n+2) > a,
  .uk-tab-right > li:nth-child(n+2) > a {
    margin-left: 0;
    margin-top: 5px;
  }
  .uk-tab-left > li.uk-active > a,
  .uk-tab-right > li.uk-active > a {
    border-color: #e5e5e5;
  }
  .uk-tab-left {
    border-right: 1px solid #e5e5e5;
  }
  .uk-tab-left > li {
    margin-right: -1px;
  }
  .uk-tab-left > li > a {
    border-bottom-width: 1px;
    border-right-width: 0;
    border-radius: 2px 0 0 2px;
  }
  .uk-tab-left > li:not(.uk-active) > a:focus,
  .uk-tab-left > li:not(.uk-active) > a:hover {
    margin-bottom: 0;
    margin-right: 1px;
    padding-bottom: 8px;
    padding-right: 11px;
  }
  .uk-tab-left > li.uk-active > a {
    border-right-color: transparent;
  }
  .uk-tab-right {
    border-left: 1px solid #e5e5e5;
  }
  .uk-tab-right > li {
    margin-left: -1px;
  }
  .uk-tab-right > li > a {
    border-bottom-width: 1px;
    border-left-width: 0;
    border-radius: 0 2px 2px 0;
  }
  .uk-tab-right > li:not(.uk-active) > a:focus,
  .uk-tab-right > li:not(.uk-active) > a:hover {
    margin-bottom: 0;
    margin-left: 1px;
    padding-bottom: 8px;
    padding-left: 11px;
  }
  .uk-tab-right > li.uk-active > a {
    border-left-color: transparent;
  }
}
.uk-thumbnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-top: -10px;
  padding: 0;
}
.uk-thumbnav > * {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  padding-left: 10px;
  margin-top: 10px;
  float: left;
}
.uk-thumbnav:after,
.uk-thumbnav:before {
  display: block;
  overflow: hidden;
}
.uk-thumbnav > * > * {
  display: block;
  background: #fff;
}
.uk-thumbnav > * > * > img {
  opacity: 0.7;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.uk-thumbnav > * > :focus > img,
.uk-thumbnav > * > :hover > img,
.uk-thumbnav > .uk-active > * > img {
  opacity: 1;
}
.uk-list {
  padding: 0;
}
.uk-list > li:after,
.uk-list > li:before {
  display: table;
}
.uk-list > li > :last-child {
  margin-bottom: 0;
}
.uk-list ul {
  margin: 0;
  padding-left: 20px;
}
.uk-list-line > li:nth-child(n+2) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #e5e5e5;
}
.uk-list-striped > li {
  padding: 5px;
  border-bottom: 1px solid #e5e5e5;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #fafafa;
}
.uk-list-space > li:nth-child(n+2) {
  margin-top: 10px;
}
.uk-list-striped > li:first-child {
  border-top: 1px solid #e5e5e5;
}
.uk-form input,
.uk-form select,
.uk-form textarea {
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit;
  color: inherit;
}
.uk-form optgroup {
  font: inherit;
  font-weight: 700;
}
.uk-form input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.uk-form input[type=checkbox],
.uk-form input[type=radio] {
  padding: 0;
}
.uk-form input[type=checkbox]:not(:disabled),
.uk-form input[type=radio]:not(:disabled) {
  cursor: pointer;
}
.uk-form input[type=search]::-webkit-search-cancel-button,
.uk-form input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.uk-form input[type=number]::-webkit-inner-spin-button,
.uk-form input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
.uk-form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.uk-form textarea {
  overflow: auto;
  vertical-align: top;
}
.uk-button,
.uk-button-group,
.uk-form input:not([type=radio]):not([type=checkbox]),
.uk-form select {
  vertical-align: middle;
}
.uk-form :invalid {
  box-shadow: none;
}
.uk-form > :last-child {
  margin-bottom: 0;
}
.uk-form input:not([type]),
.uk-form input[type=text],
.uk-form input[type=password],
.uk-form input[type=email],
.uk-form input[type=url],
.uk-form input[type=search],
.uk-form input[type=tel],
.uk-form input[type=number],
.uk-form input[type=datetime],
.uk-form input[type=datetime-local],
.uk-form input[type=date],
.uk-form input[type=month],
.uk-form input[type=time],
.uk-form input[type=week],
.uk-form input[type=color],
.uk-form select,
.uk-form textarea {
  height: 35px;
  max-width: 100%;
  padding: 4px 6px;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #444;
  -webkit-transition: all 0.2s linear;
  -webkit-transition-property: border, background, color, box-shadow, padding;
  transition: all 0.2s linear;
  transition-property: border, background, color, box-shadow, padding;
  border-radius: 2px;
}
.uk-form input:not([type]):focus,
.uk-form input[type=text]:focus,
.uk-form input[type=password]:focus,
.uk-form input[type=email]:focus,
.uk-form input[type=url]:focus,
.uk-form input[type=search]:focus,
.uk-form input[type=tel]:focus,
.uk-form input[type=number]:focus,
.uk-form input[type=datetime]:focus,
.uk-form input[type=datetime-local]:focus,
.uk-form input[type=date]:focus,
.uk-form input[type=month]:focus,
.uk-form input[type=time]:focus,
.uk-form input[type=week]:focus,
.uk-form input[type=color]:focus,
.uk-form select:focus,
.uk-form textarea:focus {
  border-color: #37a5e4;
  outline: 0;
  background: #fff;
  color: #444;
}
.uk-form input:not([type]):disabled,
.uk-form input[type=text]:disabled,
.uk-form input[type=password]:disabled,
.uk-form input[type=email]:disabled,
.uk-form input[type=url]:disabled,
.uk-form input[type=search]:disabled,
.uk-form input[type=tel]:disabled,
.uk-form input[type=number]:disabled,
.uk-form input[type=datetime]:disabled,
.uk-form input[type=datetime-local]:disabled,
.uk-form input[type=date]:disabled,
.uk-form input[type=month]:disabled,
.uk-form input[type=time]:disabled,
.uk-form input[type=week]:disabled,
.uk-form input[type=color]:disabled,
.uk-form select:disabled,
.uk-form textarea:disabled {
  border-color: #e5e5e5;
  background-color: #fafafa;
  color: #999;
}
.uk-form :-ms-input-placeholder {
  color: #999 !important;
}
.uk-form ::-moz-placeholder {
  opacity: 1;
  color: #999;
}
.uk-form ::-webkit-input-placeholder {
  color: #999;
}
.uk-form :disabled:-ms-input-placeholder {
  color: #999 !important;
}
.uk-form :disabled::-moz-placeholder {
  color: #999;
}
.uk-form :disabled::-webkit-input-placeholder {
  color: #999;
}
.uk-form legend {
  width: 100%;
  border: 0;
  padding: 0 0 20px;
  font-size: 18px;
  line-height: 30px;
}
.uk-form legend:after {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
}
input:not([type]).uk-form-small,
input[type].uk-form-small,
select.uk-form-small,
textarea.uk-form-small {
  height: 30px;
  padding: 3px;
  font-size: 12px;
}
input:not([type]).uk-form-large,
input[type].uk-form-large,
select.uk-form-large,
textarea.uk-form-large {
  height: 45px;
  padding: 8px 6px;
  font-size: 16px;
}
.uk-form select[multiple],
.uk-form select[size],
.uk-form textarea {
  height: auto;
}
.uk-form-danger {
  border-color: #f0615b !important;
  background: #fff !important;
  color: #e95555 !important;
}
.uk-form-success {
  border-color: #80c96d !important;
  background: #fff !important;
  color: #71bd6a !important;
}
.uk-form-blank {
  border-color: transparent!important;
  border-style: dashed!important;
  background: 0 0 !important;
}
.uk-button,
.uk-icon-button {
  box-sizing: border-box;
  background: #f5f5f5;
  text-align: center;
}
.uk-form-blank:focus {
  border-color: #e5e5e5 !important;
}
input.uk-form-width-mini {
  width: 40px;
}
select.uk-form-width-mini {
  width: 65px;
}
.uk-form-width-small {
  width: 130px;
}
.uk-form-width-medium {
  width: 200px;
}
.uk-form-width-large {
  width: 500px;
}
.uk-form-row:after,
.uk-form-row:before {
  display: table;
}
.uk-form-help-inline {
  display: inline-block;
  margin: 0 0 0 10px;
}
.uk-form-help-block {
  margin: 5px 0 0;
  color: #999;
  font-style: italic;
}
.uk-form-controls > :first-child {
  margin-top: 0;
}
.uk-form-controls > :last-child {
  margin-bottom: 0;
}
.uk-form-controls-condensed {
  margin: 5px 0;
}
.uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}
@media (max-width: 959px) {
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
  }
}
.uk-button,
.uk-button-dropdown,
.uk-button-group,
.uk-button-group > *,
.uk-close,
.uk-form-icon,
.uk-icon-button,
.uk-icon-spin,
[class*=uk-icon-] {
  display: inline-block;
}
.uk-overlay-area-content > :last-child,
.uk-overlay-panel.uk-flex > * > :last-child,
.uk-overlay-panel > :last-child,
.uk-overlay > :first-child {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .uk-form-horizontal .uk-form-label {
    width: 200px;
    margin-top: 7px;
    float: left;
  }
  .uk-form-horizontal .uk-form-controls {
    margin-left: 215px;
  }
  .uk-form-horizontal .uk-form-controls-text {
    padding-top: 5px;
  }
}
.uk-form-icon {
  position: relative;
  max-width: 100%;
}
.uk-form-icon > [class*=uk-icon-] {
  position: absolute;
  top: 50%;
  width: 30px;
  margin-top: -7px;
  font-size: 14px;
  color: #999;
  text-align: center;
  pointer-events: none;
}
.uk-button-dropdown,
.uk-button-group,
.uk-button-group .uk-button:active,
.uk-button-group .uk-button:hover,
.uk-overlay {
  position: relative;
}
.uk-form-icon:not(.uk-form-icon-flip) > input {
  padding-left: 30px !important;
}
.uk-form-icon-flip > [class*=uk-icon-] {
  right: 0;
}
.uk-form-icon-flip > input {
  padding-right: 30px !important;
}
.uk-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.uk-button {
  margin: 0;
  overflow: visible;
  font: inherit;
  color: #444;
  padding: 0 15px;
  line-height: 33px;
  min-height: 35px;
  font-size: 1rem;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 2px;
}
.uk-button:not(:disabled) {
  cursor: pointer;
}
.uk-button:focus,
.uk-button:hover {
  background-color: #fafafa;
  color: #444;
  outline: 0;
  text-decoration: none;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.uk-button.uk-active,
.uk-button:active {
  background-color: #eee;
  color: #444;
  box-shadow: inset 0 1px 5px -1px rgba(0, 0, 0, 0.1);
}
.uk-button-danger,
.uk-button-danger.uk-active,
.uk-button-danger:active,
.uk-button-danger:focus,
.uk-button-danger:hover,
.uk-button-primary,
.uk-button-primary.uk-active,
.uk-button-primary:active,
.uk-button-primary:focus,
.uk-button-primary:hover,
.uk-button-success,
.uk-button-success.uk-active,
.uk-button-success:active,
.uk-button-success:focus,
.uk-button-success:hover {
  color: #fff;
  border-color: transparent !important;
}
.uk-button-primary {
  background-color: #37a5e4;
}
.uk-button-primary:focus,
.uk-button-primary:hover {
  background-color: #2495d6;
}
.uk-button-primary.uk-active,
.uk-button-primary:active {
  background-color: #1889c6;
  box-shadow: inset 0 1px 3px rgba(16, 90, 130, 0.2);
}
.uk-button-success {
  background-color: #80c96d;
}
.uk-button-success:focus,
.uk-button-success:hover {
  background-color: #6dbc58;
}
.uk-button-success.uk-active,
.uk-button-success:active {
  background-color: #61b54c;
  box-shadow: inset 0 1px 3px rgba(68, 128, 53, 0.2);
}
.uk-button-danger {
  background-color: #f0615b;
}
.uk-button-danger:focus,
.uk-button-danger:hover {
  background-color: #e54f49;
}
.uk-button-danger.uk-active,
.uk-button-danger:active {
  background-color: #e4463a;
  box-shadow: inset 0 1px 3px rgba(162, 32, 22, 0.2);
}
.uk-button:disabled {
  background-color: #fafafa;
  color: #999;
  border-color: rgba(0, 0, 0, 0.1) !important;
  box-shadow: none;
}
.uk-button-link,
.uk-button-link.uk-active,
.uk-button-link:active,
.uk-button-link:disabled,
.uk-button-link:focus,
.uk-button-link:hover {
  border-color: transparent;
  background: 0 0;
  box-shadow: none;
}
.uk-button-link {
  color: #37a5e5;
}
.uk-button-link.uk-active,
.uk-button-link:active,
.uk-button-link:focus,
.uk-button-link:hover {
  color: #1889c7;
  text-decoration: none;
}
.uk-button-link:disabled,
.uk-icon-hover {
  color: #999;
}
.uk-button-link:focus {
  outline: dotted 1px;
}
.uk-button-mini {
  min-height: 25px;
  padding: 0 8px;
  line-height: 23px;
  font-size: 12px;
}
.uk-button-small {
  min-height: 30px;
  padding: 0 12px;
  line-height: 28px;
  font-size: 12px;
}
.uk-button-large {
  min-height: 45px;
  padding: 0 20px;
  line-height: 43px;
  font-size: 16px;
}
.uk-button-group {
  font-size: 0;
  white-space: nowrap;
}
.uk-button-group .uk-button {
  vertical-align: top;
}
.uk-button-dropdown {
  vertical-align: middle;
}
.uk-button-group > .uk-button:not(:first-child):not(:last-child),
.uk-button-group > div:not(:first-child):not(:last-child) .uk-button {
  border-radius: 0;
}
.uk-button-group > .uk-button:first-child,
.uk-button-group > div:first-child .uk-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.uk-button-group > .uk-button:last-child,
.uk-button-group > div:last-child .uk-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.uk-button-group > .uk-button:nth-child(n+2),
.uk-button-group > div:nth-child(n+2) .uk-button {
  margin-left: -1px;
}
@font-face {
  font-family: FontAwesome;
  src: url("/media/widgetkit/fonts/fontawesome-webfont.woff2") format('woff2'), url("/media/widgetkit/fonts/fontawesome-webfont.woff") format("woff"), url("/media/widgetkit/fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
[class*=uk-icon-] {
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*=uk-icon-],
[class*=uk-icon-]:focus,
[class*=uk-icon-]:hover {
  text-decoration: none;
}
.uk-icon-small {
  font-size: 150%;
  vertical-align: -10%;
}
.uk-icon-medium {
  font-size: 200%;
  vertical-align: -16%;
}
.uk-icon-large {
  font-size: 250%;
  vertical-align: -22%;
}
.uk-icon-justify {
  width: 1em;
  text-align: center;
}
.uk-icon-spin {
  -webkit-animation: uk-rotate 2s infinite linear;
  animation: uk-rotate 2s infinite linear;
}
.uk-icon-hover:hover {
  color: #444;
}
.uk-icon-button {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  line-height: 35px;
  color: #444;
  font-size: 18px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.uk-icon-button:focus,
.uk-icon-button:hover {
  background-color: #fafafa;
  color: #444;
  outline: 0;
  border-color: rgba(0, 0, 0, 0.15);
}
.uk-icon-button:active {
  background-color: #eee;
  color: #444;
  box-shadow: inset 0 1px 5px -1px rgba(0, 0, 0, 0.1);
}
.uk-icon-glass:before {
  content: "\f000";
}
.uk-icon-music:before {
  content: "\f001";
}
.uk-icon-search:before,
.uk-overlay-area:empty:before,
.uk-overlay-icon:before {
  content: "\f002";
}
.uk-icon-envelope-o:before {
  content: "\f003";
}
.uk-icon-heart:before {
  content: "\f004";
}
.uk-icon-star:before {
  content: "\f005";
}
.uk-icon-star-o:before {
  content: "\f006";
}
.uk-icon-user:before {
  content: "\f007";
}
.uk-icon-film:before {
  content: "\f008";
}
.uk-icon-th-large:before {
  content: "\f009";
}
.uk-icon-th:before {
  content: "\f00a";
}
.uk-icon-th-list:before {
  content: "\f00b";
}
.uk-icon-check:before {
  content: "\f00c";
}
.uk-icon-close:before,
.uk-icon-remove:before,
.uk-icon-times:before {
  content: "\f00d";
}
.uk-icon-search-plus:before {
  content: "\f00e";
}
.uk-icon-search-minus:before {
  content: "\f010";
}
.uk-icon-power-off:before {
  content: "\f011";
}
.uk-icon-signal:before {
  content: "\f012";
}
.uk-icon-cog:before,
.uk-icon-gear:before {
  content: "\f013";
}
.uk-icon-trash-o:before {
  content: "\f014";
}
.uk-icon-home:before {
  content: "\f015";
}
.uk-icon-file-o:before {
  content: "\f016";
}
.uk-icon-clock-o:before {
  content: "\f017";
}
.uk-icon-road:before {
  content: "\f018";
}
.uk-icon-download:before {
  content: "\f019";
}
.uk-icon-arrow-circle-o-down:before {
  content: "\f01a";
}
.uk-icon-arrow-circle-o-up:before {
  content: "\f01b";
}
.uk-icon-inbox:before {
  content: "\f01c";
}
.uk-icon-play-circle-o:before {
  content: "\f01d";
}
.uk-icon-repeat:before,
.uk-icon-rotate-right:before {
  content: "\f01e";
}
.uk-icon-refresh:before {
  content: "\f021";
}
.uk-icon-list-alt:before {
  content: "\f022";
}
.uk-icon-lock:before {
  content: "\f023";
}
.uk-icon-flag:before {
  content: "\f024";
}
.uk-icon-headphones:before {
  content: "\f025";
}
.uk-icon-volume-off:before {
  content: "\f026";
}
.uk-icon-volume-down:before {
  content: "\f027";
}
.uk-icon-volume-up:before {
  content: "\f028";
}
.uk-icon-qrcode:before {
  content: "\f029";
}
.uk-icon-barcode:before {
  content: "\f02a";
}
.uk-icon-tag:before {
  content: "\f02b";
}
.uk-icon-tags:before {
  content: "\f02c";
}
.uk-icon-book:before {
  content: "\f02d";
}
.uk-icon-bookmark:before {
  content: "\f02e";
}
.uk-icon-print:before {
  content: "\f02f";
}
.uk-icon-camera:before {
  content: "\f030";
}
.uk-icon-font:before {
  content: "\f031";
}
.uk-icon-bold:before {
  content: "\f032";
}
.uk-icon-italic:before {
  content: "\f033";
}
.uk-icon-text-height:before {
  content: "\f034";
}
.uk-icon-text-width:before {
  content: "\f035";
}
.uk-icon-align-left:before {
  content: "\f036";
}
.uk-icon-align-center:before {
  content: "\f037";
}
.uk-icon-align-right:before {
  content: "\f038";
}
.uk-icon-align-justify:before {
  content: "\f039";
}
.uk-icon-list:before {
  content: "\f03a";
}
.uk-icon-dedent:before,
.uk-icon-outdent:before {
  content: "\f03b";
}
.uk-icon-indent:before {
  content: "\f03c";
}
.uk-icon-video-camera:before {
  content: "\f03d";
}
.uk-icon-image:before,
.uk-icon-photo:before,
.uk-icon-picture-o:before {
  content: "\f03e";
}
.uk-icon-pencil:before {
  content: "\f040";
}
.uk-icon-map-marker:before {
  content: "\f041";
}
.uk-icon-adjust:before {
  content: "\f042";
}
.uk-icon-tint:before {
  content: "\f043";
}
.uk-icon-edit:before,
.uk-icon-pencil-square-o:before {
  content: "\f044";
}
.uk-icon-share-square-o:before {
  content: "\f045";
}
.uk-icon-check-square-o:before {
  content: "\f046";
}
.uk-icon-arrows:before {
  content: "\f047";
}
.uk-icon-step-backward:before {
  content: "\f048";
}
.uk-icon-fast-backward:before {
  content: "\f049";
}
.uk-icon-backward:before {
  content: "\f04a";
}
.uk-icon-play:before {
  content: "\f04b";
}
.uk-icon-pause:before {
  content: "\f04c";
}
.uk-icon-stop:before {
  content: "\f04d";
}
.uk-icon-forward:before {
  content: "\f04e";
}
.uk-icon-fast-forward:before {
  content: "\f050";
}
.uk-icon-step-forward:before {
  content: "\f051";
}
.uk-icon-eject:before {
  content: "\f052";
}
.uk-icon-chevron-left:before {
  content: "\f053";
}
.uk-icon-chevron-right:before {
  content: "\f054";
}
.uk-icon-plus-circle:before {
  content: "\f055";
}
.uk-icon-minus-circle:before {
  content: "\f056";
}
.uk-icon-times-circle:before {
  content: "\f057";
}
.uk-icon-check-circle:before {
  content: "\f058";
}
.uk-icon-question-circle:before {
  content: "\f059";
}
.uk-icon-info-circle:before {
  content: "\f05a";
}
.uk-icon-crosshairs:before {
  content: "\f05b";
}
.uk-icon-times-circle-o:before {
  content: "\f05c";
}
.uk-icon-check-circle-o:before {
  content: "\f05d";
}
.uk-icon-ban:before {
  content: "\f05e";
}
.uk-icon-arrow-left:before {
  content: "\f060";
}
.uk-icon-arrow-right:before {
  content: "\f061";
}
.uk-icon-arrow-up:before {
  content: "\f062";
}
.uk-icon-arrow-down:before {
  content: "\f063";
}
.uk-icon-mail-forward:before,
.uk-icon-share:before {
  content: "\f064";
}
.uk-icon-expand:before {
  content: "\f065";
}
.uk-icon-compress:before {
  content: "\f066";
}
.uk-icon-plus:before {
  content: "\f067";
}
.uk-icon-minus:before {
  content: "\f068";
}
.uk-icon-asterisk:before {
  content: "\f069";
}
.uk-icon-exclamation-circle:before {
  content: "\f06a";
}
.uk-icon-gift:before {
  content: "\f06b";
}
.uk-icon-leaf:before {
  content: "\f06c";
}
.uk-icon-fire:before {
  content: "\f06d";
}
.uk-icon-eye:before {
  content: "\f06e";
}
.uk-icon-eye-slash:before {
  content: "\f070";
}
.uk-icon-exclamation-triangle:before,
.uk-icon-warning:before {
  content: "\f071";
}
.uk-icon-plane:before {
  content: "\f072";
}
.uk-icon-calendar:before {
  content: "\f073";
}
.uk-icon-random:before {
  content: "\f074";
}
.uk-icon-comment:before {
  content: "\f075";
}
.uk-icon-magnet:before {
  content: "\f076";
}
.uk-icon-chevron-up:before {
  content: "\f077";
}
.uk-icon-chevron-down:before {
  content: "\f078";
}
.uk-icon-retweet:before {
  content: "\f079";
}
.uk-icon-shopping-cart:before {
  content: "\f07a";
}
.uk-icon-folder:before {
  content: "\f07b";
}
.uk-icon-folder-open:before {
  content: "\f07c";
}
.uk-icon-arrows-v:before {
  content: "\f07d";
}
.uk-icon-arrows-h:before {
  content: "\f07e";
}
.uk-icon-bar-chart-o:before,
.uk-icon-bar-chart:before {
  content: "\f080";
}
.uk-icon-twitter-square:before {
  content: "\f081";
}
.uk-icon-facebook-square:before {
  content: "\f082";
}
.uk-icon-camera-retro:before {
  content: "\f083";
}
.uk-icon-key:before {
  content: "\f084";
}
.uk-icon-cogs:before,
.uk-icon-gears:before {
  content: "\f085";
}
.uk-icon-comments:before {
  content: "\f086";
}
.uk-icon-thumbs-o-up:before {
  content: "\f087";
}
.uk-icon-thumbs-o-down:before {
  content: "\f088";
}
.uk-icon-star-half:before {
  content: "\f089";
}
.uk-icon-heart-o:before {
  content: "\f08a";
}
.uk-icon-sign-out:before {
  content: "\f08b";
}
.uk-icon-linkedin-square:before {
  content: "\f08c";
}
.uk-icon-thumb-tack:before {
  content: "\f08d";
}
.uk-icon-external-link:before {
  content: "\f08e";
}
.uk-icon-sign-in:before {
  content: "\f090";
}
.uk-icon-trophy:before {
  content: "\f091";
}
.uk-icon-github-square:before {
  content: "\f092";
}
.uk-icon-upload:before {
  content: "\f093";
}
.uk-icon-lemon-o:before {
  content: "\f094";
}
.uk-icon-phone:before {
  content: "\f095";
}
.uk-icon-square-o:before {
  content: "\f096";
}
.uk-icon-bookmark-o:before {
  content: "\f097";
}
.uk-icon-phone-square:before {
  content: "\f098";
}
.uk-icon-twitter:before {
  content: "\f099";
}
.uk-icon-facebook-f:before,
.uk-icon-facebook:before {
  content: "\f09a";
}
.uk-icon-github:before {
  content: "\f09b";
}
.uk-icon-unlock:before {
  content: "\f09c";
}
.uk-icon-credit-card:before {
  content: "\f09d";
}
.uk-icon-rss:before {
  content: "\f09e";
}
.uk-icon-hdd-o:before {
  content: "\f0a0";
}
.uk-icon-bullhorn:before {
  content: "\f0a1";
}
.uk-icon-bell:before {
  content: "\f0f3";
}
.uk-icon-certificate:before {
  content: "\f0a3";
}
.uk-icon-hand-o-right:before {
  content: "\f0a4";
}
.uk-icon-hand-o-left:before {
  content: "\f0a5";
}
.uk-icon-hand-o-up:before {
  content: "\f0a6";
}
.uk-icon-hand-o-down:before {
  content: "\f0a7";
}
.uk-icon-arrow-circle-left:before {
  content: "\f0a8";
}
.uk-icon-arrow-circle-right:before {
  content: "\f0a9";
}
.uk-icon-arrow-circle-up:before {
  content: "\f0aa";
}
.uk-icon-arrow-circle-down:before {
  content: "\f0ab";
}
.uk-icon-globe:before {
  content: "\f0ac";
}
.uk-icon-wrench:before {
  content: "\f0ad";
}
.uk-icon-tasks:before {
  content: "\f0ae";
}
.uk-icon-filter:before {
  content: "\f0b0";
}
.uk-icon-briefcase:before {
  content: "\f0b1";
}
.uk-icon-arrows-alt:before {
  content: "\f0b2";
}
.uk-icon-group:before,
.uk-icon-users:before {
  content: "\f0c0";
}
.uk-icon-chain:before,
.uk-icon-link:before {
  content: "\f0c1";
}
.uk-icon-cloud:before {
  content: "\f0c2";
}
.uk-icon-flask:before {
  content: "\f0c3";
}
.uk-icon-cut:before,
.uk-icon-scissors:before {
  content: "\f0c4";
}
.uk-icon-copy:before,
.uk-icon-files-o:before {
  content: "\f0c5";
}
.uk-icon-paperclip:before {
  content: "\f0c6";
}
.uk-icon-floppy-o:before,
.uk-icon-save:before {
  content: "\f0c7";
}
.uk-icon-square:before {
  content: "\f0c8";
}
.uk-icon-bars:before,
.uk-icon-navicon:before,
.uk-icon-reorder:before {
  content: "\f0c9";
}
.uk-icon-list-ul:before {
  content: "\f0ca";
}
.uk-icon-list-ol:before {
  content: "\f0cb";
}
.uk-icon-strikethrough:before {
  content: "\f0cc";
}
.uk-icon-underline:before {
  content: "\f0cd";
}
.uk-icon-table:before {
  content: "\f0ce";
}
.uk-icon-magic:before {
  content: "\f0d0";
}
.uk-icon-truck:before {
  content: "\f0d1";
}
.uk-icon-pinterest:before {
  content: "\f0d2";
}
.uk-icon-pinterest-square:before {
  content: "\f0d3";
}
.uk-icon-google-plus-square:before {
  content: "\f0d4";
}
.uk-icon-google-plus:before {
  content: "\f0d5";
}
.uk-icon-money:before {
  content: "\f0d6";
}
.uk-icon-caret-down:before {
  content: "\f0d7";
}
.uk-icon-caret-up:before {
  content: "\f0d8";
}
.uk-icon-caret-left:before {
  content: "\f0d9";
}
.uk-icon-caret-right:before {
  content: "\f0da";
}
.uk-icon-columns:before {
  content: "\f0db";
}
.uk-icon-sort:before,
.uk-icon-unsorted:before {
  content: "\f0dc";
}
.uk-icon-sort-desc:before,
.uk-icon-sort-down:before {
  content: "\f0dd";
}
.uk-icon-sort-asc:before,
.uk-icon-sort-up:before {
  content: "\f0de";
}
.uk-icon-envelope:before {
  content: "\f0e0";
}
.uk-icon-linkedin:before {
  content: "\f0e1";
}
.uk-icon-rotate-left:before,
.uk-icon-undo:before {
  content: "\f0e2";
}
.uk-icon-gavel:before,
.uk-icon-legal:before {
  content: "\f0e3";
}
.uk-icon-dashboard:before,
.uk-icon-tachometer:before {
  content: "\f0e4";
}
.uk-icon-comment-o:before {
  content: "\f0e5";
}
.uk-icon-comments-o:before {
  content: "\f0e6";
}
.uk-icon-bolt:before,
.uk-icon-flash:before {
  content: "\f0e7";
}
.uk-icon-sitemap:before {
  content: "\f0e8";
}
.uk-icon-umbrella:before {
  content: "\f0e9";
}
.uk-icon-clipboard:before,
.uk-icon-paste:before {
  content: "\f0ea";
}
.uk-icon-lightbulb-o:before {
  content: "\f0eb";
}
.uk-icon-exchange:before {
  content: "\f0ec";
}
.uk-icon-cloud-download:before {
  content: "\f0ed";
}
.uk-icon-cloud-upload:before {
  content: "\f0ee";
}
.uk-icon-user-md:before {
  content: "\f0f0";
}
.uk-icon-stethoscope:before {
  content: "\f0f1";
}
.uk-icon-suitcase:before {
  content: "\f0f2";
}
.uk-icon-bell-o:before {
  content: "\f0a2";
}
.uk-icon-coffee:before {
  content: "\f0f4";
}
.uk-icon-cutlery:before {
  content: "\f0f5";
}
.uk-icon-file-text-o:before {
  content: "\f0f6";
}
.uk-icon-building-o:before {
  content: "\f0f7";
}
.uk-icon-hospital-o:before {
  content: "\f0f8";
}
.uk-icon-ambulance:before {
  content: "\f0f9";
}
.uk-icon-medkit:before {
  content: "\f0fa";
}
.uk-icon-fighter-jet:before {
  content: "\f0fb";
}
.uk-icon-beer:before {
  content: "\f0fc";
}
.uk-icon-h-square:before {
  content: "\f0fd";
}
.uk-icon-plus-square:before {
  content: "\f0fe";
}
.uk-icon-angle-double-left:before {
  content: "\f100";
}
.uk-icon-angle-double-right:before {
  content: "\f101";
}
.uk-icon-angle-double-up:before {
  content: "\f102";
}
.uk-icon-angle-double-down:before {
  content: "\f103";
}
.uk-icon-angle-left:before {
  content: "\f104";
}
.uk-icon-angle-right:before {
  content: "\f105";
}
.uk-icon-angle-up:before {
  content: "\f106";
}
.uk-icon-angle-down:before {
  content: "\f107";
}
.uk-icon-desktop:before {
  content: "\f108";
}
.uk-icon-laptop:before {
  content: "\f109";
}
.uk-icon-tablet:before {
  content: "\f10a";
}
.uk-icon-mobile-phone:before,
.uk-icon-mobile:before {
  content: "\f10b";
}
.uk-icon-circle-o:before {
  content: "\f10c";
}
.uk-icon-quote-left:before {
  content: "\f10d";
}
.uk-icon-quote-right:before {
  content: "\f10e";
}
.uk-icon-spinner:before,
.uk-modal-spinner:after {
  content: "\f110";
}
.uk-icon-circle:before {
  content: "\f111";
}
.uk-icon-mail-reply:before,
.uk-icon-reply:before {
  content: "\f112";
}
.uk-icon-github-alt:before {
  content: "\f113";
}
.uk-icon-folder-o:before {
  content: "\f114";
}
.uk-icon-folder-open-o:before {
  content: "\f115";
}
.uk-icon-smile-o:before {
  content: "\f118";
}
.uk-icon-frown-o:before {
  content: "\f119";
}
.uk-icon-meh-o:before {
  content: "\f11a";
}
.uk-icon-gamepad:before {
  content: "\f11b";
}
.uk-icon-keyboard-o:before {
  content: "\f11c";
}
.uk-icon-flag-o:before {
  content: "\f11d";
}
.uk-icon-flag-checkered:before {
  content: "\f11e";
}
.uk-icon-terminal:before {
  content: "\f120";
}
.uk-icon-code:before {
  content: "\f121";
}
.uk-icon-mail-reply-all:before,
.uk-icon-reply-all:before {
  content: "\f122";
}
.uk-icon-star-half-empty:before,
.uk-icon-star-half-full:before,
.uk-icon-star-half-o:before {
  content: "\f123";
}
.uk-icon-location-arrow:before {
  content: "\f124";
}
.uk-icon-crop:before {
  content: "\f125";
}
.uk-icon-code-fork:before {
  content: "\f126";
}
.uk-icon-chain-broken:before,
.uk-icon-unlink:before {
  content: "\f127";
}
.uk-icon-question:before {
  content: "\f128";
}
.uk-icon-info:before {
  content: "\f129";
}
.uk-icon-exclamation:before {
  content: "\f12a";
}
.uk-icon-superscript:before {
  content: "\f12b";
}
.uk-icon-subscript:before {
  content: "\f12c";
}
.uk-icon-eraser:before {
  content: "\f12d";
}
.uk-icon-puzzle-piece:before {
  content: "\f12e";
}
.uk-icon-microphone:before {
  content: "\f130";
}
.uk-icon-microphone-slash:before {
  content: "\f131";
}
.uk-icon-shield:before {
  content: "\f132";
}
.uk-icon-calendar-o:before {
  content: "\f133";
}
.uk-icon-fire-extinguisher:before {
  content: "\f134";
}
.uk-icon-rocket:before {
  content: "\f135";
}
.uk-icon-maxcdn:before {
  content: "\f136";
}
.uk-icon-chevron-circle-left:before {
  content: "\f137";
}
.uk-icon-chevron-circle-right:before {
  content: "\f138";
}
.uk-icon-chevron-circle-up:before {
  content: "\f139";
}
.uk-icon-chevron-circle-down:before {
  content: "\f13a";
}
.uk-icon-html5:before {
  content: "\f13b";
}
.uk-icon-css3:before {
  content: "\f13c";
}
.uk-icon-anchor:before {
  content: "\f13d";
}
.uk-icon-unlock-alt:before {
  content: "\f13e";
}
.uk-icon-bullseye:before {
  content: "\f140";
}
.uk-icon-ellipsis-h:before {
  content: "\f141";
}
.uk-icon-ellipsis-v:before {
  content: "\f142";
}
.uk-icon-rss-square:before {
  content: "\f143";
}
.uk-icon-play-circle:before {
  content: "\f144";
}
.uk-icon-ticket:before {
  content: "\f145";
}
.uk-icon-minus-square:before {
  content: "\f146";
}
.uk-icon-minus-square-o:before {
  content: "\f147";
}
.uk-icon-level-up:before {
  content: "\f148";
}
.uk-icon-level-down:before {
  content: "\f149";
}
.uk-icon-check-square:before {
  content: "\f14a";
}
.uk-icon-pencil-square:before {
  content: "\f14b";
}
.uk-icon-external-link-square:before {
  content: "\f14c";
}
.uk-icon-share-square:before {
  content: "\f14d";
}
.uk-icon-compass:before {
  content: "\f14e";
}
.uk-icon-caret-square-o-down:before,
.uk-icon-toggle-down:before {
  content: "\f150";
}
.uk-icon-caret-square-o-up:before,
.uk-icon-toggle-up:before {
  content: "\f151";
}
.uk-icon-caret-square-o-right:before,
.uk-icon-toggle-right:before {
  content: "\f152";
}
.uk-icon-eur:before,
.uk-icon-euro:before {
  content: "\f153";
}
.uk-icon-gbp:before {
  content: "\f154";
}
.uk-icon-dollar:before,
.uk-icon-usd:before {
  content: "\f155";
}
.uk-icon-inr:before,
.uk-icon-rupee:before {
  content: "\f156";
}
.uk-icon-cny:before,
.uk-icon-jpy:before,
.uk-icon-rmb:before,
.uk-icon-yen:before {
  content: "\f157";
}
.uk-icon-rouble:before,
.uk-icon-rub:before,
.uk-icon-ruble:before {
  content: "\f158";
}
.uk-icon-krw:before,
.uk-icon-won:before {
  content: "\f159";
}
.uk-icon-bitcoin:before,
.uk-icon-btc:before {
  content: "\f15a";
}
.uk-icon-file:before {
  content: "\f15b";
}
.uk-icon-file-text:before {
  content: "\f15c";
}
.uk-icon-sort-alpha-asc:before {
  content: "\f15d";
}
.uk-icon-sort-alpha-desc:before {
  content: "\f15e";
}
.uk-icon-sort-amount-asc:before {
  content: "\f160";
}
.uk-icon-sort-amount-desc:before {
  content: "\f161";
}
.uk-icon-sort-numeric-asc:before {
  content: "\f162";
}
.uk-icon-sort-numeric-desc:before {
  content: "\f163";
}
.uk-icon-thumbs-up:before {
  content: "\f164";
}
.uk-icon-thumbs-down:before {
  content: "\f165";
}
.uk-icon-youtube-square:before {
  content: "\f166";
}
.uk-icon-youtube:before {
  content: "\f167";
}
.uk-icon-xing:before {
  content: "\f168";
}
.uk-icon-xing-square:before {
  content: "\f169";
}
.uk-icon-youtube-play:before {
  content: "\f16a";
}
.uk-icon-dropbox:before {
  content: "\f16b";
}
.uk-icon-stack-overflow:before {
  content: "\f16c";
}
.uk-icon-instagram:before {
  content: "\f16d";
}
.uk-icon-flickr:before {
  content: "\f16e";
}
.uk-icon-adn:before {
  content: "\f170";
}
.uk-icon-bitbucket:before {
  content: "\f171";
}
.uk-icon-bitbucket-square:before {
  content: "\f172";
}
.uk-icon-tumblr:before {
  content: "\f173";
}
.uk-icon-tumblr-square:before {
  content: "\f174";
}
.uk-icon-long-arrow-down:before {
  content: "\f175";
}
.uk-icon-long-arrow-up:before {
  content: "\f176";
}
.uk-icon-long-arrow-left:before {
  content: "\f177";
}
.uk-icon-long-arrow-right:before {
  content: "\f178";
}
.uk-icon-apple:before {
  content: "\f179";
}
.uk-icon-windows:before {
  content: "\f17a";
}
.uk-icon-android:before {
  content: "\f17b";
}
.uk-icon-linux:before {
  content: "\f17c";
}
.uk-icon-dribbble:before {
  content: "\f17d";
}
.uk-icon-skype:before {
  content: "\f17e";
}
.uk-icon-foursquare:before {
  content: "\f180";
}
.uk-icon-trello:before {
  content: "\f181";
}
.uk-icon-female:before {
  content: "\f182";
}
.uk-icon-male:before {
  content: "\f183";
}
.uk-icon-gittip:before,
.uk-icon-gratipay:before {
  content: "\f184";
}
.uk-icon-sun-o:before {
  content: "\f185";
}
.uk-icon-moon-o:before {
  content: "\f186";
}
.uk-icon-archive:before {
  content: "\f187";
}
.uk-icon-bug:before {
  content: "\f188";
}
.uk-icon-vk:before {
  content: "\f189";
}
.uk-icon-weibo:before {
  content: "\f18a";
}
.uk-icon-renren:before {
  content: "\f18b";
}
.uk-icon-pagelines:before {
  content: "\f18c";
}
.uk-icon-stack-exchange:before {
  content: "\f18d";
}
.uk-icon-arrow-circle-o-right:before {
  content: "\f18e";
}
.uk-icon-arrow-circle-o-left:before {
  content: "\f190";
}
.uk-icon-caret-square-o-left:before,
.uk-icon-toggle-left:before {
  content: "\f191";
}
.uk-icon-dot-circle-o:before {
  content: "\f192";
}
.uk-icon-wheelchair:before {
  content: "\f193";
}
.uk-icon-vimeo-square:before {
  content: "\f194";
}
.uk-icon-try:before,
.uk-icon-turkish-lira:before {
  content: "\f195";
}
.uk-icon-plus-square-o:before {
  content: "\f196";
}
.uk-icon-space-shuttle:before {
  content: "\f197";
}
.uk-icon-slack:before {
  content: "\f198";
}
.uk-icon-envelope-square:before {
  content: "\f199";
}
.uk-icon-wordpress:before {
  content: "\f19a";
}
.uk-icon-openid:before {
  content: "\f19b";
}
.uk-icon-bank:before,
.uk-icon-institution:before,
.uk-icon-university:before {
  content: "\f19c";
}
.uk-icon-graduation-cap:before,
.uk-icon-mortar-board:before {
  content: "\f19d";
}
.uk-icon-yahoo:before {
  content: "\f19e";
}
.uk-icon-google:before {
  content: "\f1a0";
}
.uk-icon-reddit:before {
  content: "\f1a1";
}
.uk-icon-reddit-square:before {
  content: "\f1a2";
}
.uk-icon-stumbleupon-circle:before {
  content: "\f1a3";
}
.uk-icon-stumbleupon:before {
  content: "\f1a4";
}
.uk-icon-delicious:before {
  content: "\f1a5";
}
.uk-icon-digg:before {
  content: "\f1a6";
}
.uk-icon-pied-piper:before {
  content: "\f1a7";
}
.uk-icon-pied-piper-alt:before {
  content: "\f1a8";
}
.uk-icon-drupal:before {
  content: "\f1a9";
}
.uk-icon-joomla:before {
  content: "\f1aa";
}
.uk-icon-language:before {
  content: "\f1ab";
}
.uk-icon-fax:before {
  content: "\f1ac";
}
.uk-icon-building:before {
  content: "\f1ad";
}
.uk-icon-child:before {
  content: "\f1ae";
}
.uk-icon-paw:before {
  content: "\f1b0";
}
.uk-icon-spoon:before {
  content: "\f1b1";
}
.uk-icon-cube:before {
  content: "\f1b2";
}
.uk-icon-cubes:before {
  content: "\f1b3";
}
.uk-icon-behance:before {
  content: "\f1b4";
}
.uk-icon-behance-square:before {
  content: "\f1b5";
}
.uk-icon-steam:before {
  content: "\f1b6";
}
.uk-icon-steam-square:before {
  content: "\f1b7";
}
.uk-icon-recycle:before {
  content: "\f1b8";
}
.uk-icon-automobile:before,
.uk-icon-car:before {
  content: "\f1b9";
}
.uk-icon-cab:before,
.uk-icon-taxi:before {
  content: "\f1ba";
}
.uk-icon-tree:before {
  content: "\f1bb";
}
.uk-icon-spotify:before {
  content: "\f1bc";
}
.uk-icon-deviantart:before {
  content: "\f1bd";
}
.uk-icon-soundcloud:before {
  content: "\f1be";
}
.uk-icon-database:before {
  content: "\f1c0";
}
.uk-icon-file-pdf-o:before {
  content: "\f1c1";
}
.uk-icon-file-word-o:before {
  content: "\f1c2";
}
.uk-icon-file-excel-o:before {
  content: "\f1c3";
}
.uk-icon-file-powerpoint-o:before {
  content: "\f1c4";
}
.uk-icon-file-image-o:before,
.uk-icon-file-photo-o:before,
.uk-icon-file-picture-o:before {
  content: "\f1c5";
}
.uk-icon-file-archive-o:before,
.uk-icon-file-zip-o:before {
  content: "\f1c6";
}
.uk-icon-file-audio-o:before,
.uk-icon-file-sound-o:before {
  content: "\f1c7";
}
.uk-icon-file-movie-o:before,
.uk-icon-file-video-o:before {
  content: "\f1c8";
}
.uk-icon-file-code-o:before {
  content: "\f1c9";
}
.uk-icon-vine:before {
  content: "\f1ca";
}
.uk-icon-codepen:before {
  content: "\f1cb";
}
.uk-icon-jsfiddle:before {
  content: "\f1cc";
}
.uk-icon-life-bouy:before,
.uk-icon-life-buoy:before,
.uk-icon-life-ring:before,
.uk-icon-life-saver:before,
.uk-icon-support:before {
  content: "\f1cd";
}
.uk-icon-circle-o-notch:before {
  content: "\f1ce";
}
.uk-icon-ra:before,
.uk-icon-rebel:before {
  content: "\f1d0";
}
.uk-icon-empire:before,
.uk-icon-ge:before {
  content: "\f1d1";
}
.uk-icon-git-square:before {
  content: "\f1d2";
}
.uk-icon-git:before {
  content: "\f1d3";
}
.uk-icon-hacker-news:before {
  content: "\f1d4";
}
.uk-icon-tencent-weibo:before {
  content: "\f1d5";
}
.uk-icon-qq:before {
  content: "\f1d6";
}
.uk-icon-wechat:before,
.uk-icon-weixin:before {
  content: "\f1d7";
}
.uk-icon-paper-plane:before,
.uk-icon-send:before {
  content: "\f1d8";
}
.uk-icon-paper-plane-o:before,
.uk-icon-send-o:before {
  content: "\f1d9";
}
.uk-icon-history:before {
  content: "\f1da";
}
.uk-icon-circle-thin:before,
.uk-icon-genderless:before {
  content: "\f1db";
}
.uk-icon-header:before {
  content: "\f1dc";
}
.uk-icon-paragraph:before {
  content: "\f1dd";
}
.uk-icon-sliders:before {
  content: "\f1de";
}
.uk-icon-share-alt:before {
  content: "\f1e0";
}
.uk-icon-share-alt-square:before {
  content: "\f1e1";
}
.uk-icon-bomb:before {
  content: "\f1e2";
}
.uk-icon-futbol-o:before,
.uk-icon-soccer-ball-o:before {
  content: "\f1e3";
}
.uk-icon-tty:before {
  content: "\f1e4";
}
.uk-icon-binoculars:before {
  content: "\f1e5";
}
.uk-icon-plug:before {
  content: "\f1e6";
}
.uk-icon-slideshare:before {
  content: "\f1e7";
}
.uk-icon-twitch:before {
  content: "\f1e8";
}
.uk-icon-yelp:before {
  content: "\f1e9";
}
.uk-icon-newspaper-o:before {
  content: "\f1ea";
}
.uk-icon-wifi:before {
  content: "\f1eb";
}
.uk-icon-calculator:before {
  content: "\f1ec";
}
.uk-icon-paypal:before {
  content: "\f1ed";
}
.uk-icon-google-wallet:before {
  content: "\f1ee";
}
.uk-icon-cc-visa:before {
  content: "\f1f0";
}
.uk-icon-cc-mastercard:before {
  content: "\f1f1";
}
.uk-icon-cc-discover:before {
  content: "\f1f2";
}
.uk-icon-cc-amex:before {
  content: "\f1f3";
}
.uk-icon-cc-paypal:before {
  content: "\f1f4";
}
.uk-icon-cc-stripe:before {
  content: "\f1f5";
}
.uk-icon-bell-slash:before {
  content: "\f1f6";
}
.uk-icon-bell-slash-o:before {
  content: "\f1f7";
}
.uk-icon-trash:before {
  content: "\f1f8";
}
.uk-icon-copyright:before {
  content: "\f1f9";
}
.uk-icon-at:before {
  content: "\f1fa";
}
.uk-icon-eyedropper:before {
  content: "\f1fb";
}
.uk-icon-paint-brush:before {
  content: "\f1fc";
}
.uk-icon-birthday-cake:before {
  content: "\f1fd";
}
.uk-icon-area-chart:before {
  content: "\f1fe";
}
.uk-icon-pie-chart:before {
  content: "\f200";
}
.uk-icon-line-chart:before {
  content: "\f201";
}
.uk-icon-lastfm:before {
  content: "\f202";
}
.uk-icon-lastfm-square:before {
  content: "\f203";
}
.uk-icon-toggle-off:before {
  content: "\f204";
}
.uk-icon-toggle-on:before {
  content: "\f205";
}
.uk-icon-bicycle:before {
  content: "\f206";
}
.uk-icon-bus:before {
  content: "\f207";
}
.uk-icon-ioxhost:before {
  content: "\f208";
}
.uk-icon-angellist:before {
  content: "\f209";
}
.uk-icon-cc:before {
  content: "\f20a";
}
.uk-icon-ils:before,
.uk-icon-shekel:before,
.uk-icon-sheqel:before {
  content: "\f20b";
}
.uk-icon-meanpath:before {
  content: "\f20c";
}
.uk-icon-buysellads:before {
  content: "\f20d";
}
.uk-icon-connectdevelop:before {
  content: "\f20e";
}
.uk-icon-dashcube:before {
  content: "\f210";
}
.uk-icon-forumbee:before {
  content: "\f211";
}
.uk-icon-leanpub:before {
  content: "\f212";
}
.uk-icon-sellsy:before {
  content: "\f213";
}
.uk-icon-shirtsinbulk:before {
  content: "\f214";
}
.uk-icon-simplybuilt:before {
  content: "\f215";
}
.uk-icon-skyatlas:before {
  content: "\f216";
}
.uk-icon-cart-plus:before {
  content: "\f217";
}
.uk-icon-cart-arrow-down:before {
  content: "\f218";
}
.uk-icon-diamond:before {
  content: "\f219";
}
.uk-icon-ship:before {
  content: "\f21a";
}
.uk-icon-user-secret:before {
  content: "\f21b";
}
.uk-icon-motorcycle:before {
  content: "\f21c";
}
.uk-icon-street-view:before {
  content: "\f21d";
}
.uk-icon-heartbeat:before {
  content: "\f21e";
}
.uk-icon-venus:before {
  content: "\f221";
}
.uk-icon-mars:before {
  content: "\f222";
}
.uk-icon-mercury:before {
  content: "\f223";
}
.uk-icon-transgender:before {
  content: "\f224";
}
.uk-icon-transgender-alt:before {
  content: "\f225";
}
.uk-icon-venus-double:before {
  content: "\f226";
}
.uk-icon-mars-double:before {
  content: "\f227";
}
.uk-icon-venus-mars:before {
  content: "\f228";
}
.uk-icon-mars-stroke:before {
  content: "\f229";
}
.uk-icon-mars-stroke-v:before {
  content: "\f22a";
}
.uk-icon-mars-stroke-h:before {
  content: "\f22b";
}
.uk-icon-neuter:before {
  content: "\f22c";
}
.uk-icon-facebook-official:before {
  content: "\f230";
}
.uk-icon-pinterest-p:before {
  content: "\f231";
}
.uk-icon-whatsapp:before {
  content: "\f232";
}
.uk-icon-server:before {
  content: "\f233";
}
.uk-icon-user-plus:before {
  content: "\f234";
}
.uk-icon-user-times:before {
  content: "\f235";
}
.uk-icon-bed:before,
.uk-icon-hotel:before {
  content: "\f236";
}
.uk-icon-viacoin:before {
  content: "\f237";
}
.uk-icon-train:before {
  content: "\f238";
}
.uk-icon-subway:before {
  content: "\f239";
}
.uk-icon-medium-logo:before {
  content: "\f23a";
}
.uk-icon-500px:before {
  content: "\f26e";
}
.uk-icon-amazon:before {
  content: "\f270";
}
.uk-icon-balance-scale:before {
  content: "\f24e";
}
.uk-icon-battery-0:before,
.uk-icon-battery-empty:before {
  content: "\f244";
}
.uk-icon-battery-1:before,
.uk-icon-battery-quarter:before {
  content: "\f243";
}
.uk-icon-battery-2:before,
.uk-icon-battery-half:before {
  content: "\f242";
}
.uk-icon-battery-3:before,
.uk-icon-battery-three-quarters:before {
  content: "\f241";
}
.uk-icon-battery-4:before,
.uk-icon-battery-full:before {
  content: "\f240";
}
.uk-icon-black-tie:before {
  content: "\f27e";
}
.uk-icon-calendar-check-o:before {
  content: "\f274";
}
.uk-icon-calendar-minus-o:before {
  content: "\f272";
}
.uk-icon-calendar-plus-o:before {
  content: "\f271";
}
.uk-icon-calendar-times-o:before {
  content: "\f273";
}
.uk-icon-cc-diners-club:before {
  content: "\f24c";
}
.uk-icon-cc-jcb:before {
  content: "\f24b";
}
.uk-icon-chrome:before {
  content: "\f268";
}
.uk-icon-clone:before {
  content: "\f24d";
}
.uk-icon-commenting:before {
  content: "\f27a";
}
.uk-icon-commenting-o:before {
  content: "\f27b";
}
.uk-icon-contao:before {
  content: "\f26d";
}
.uk-icon-creative-commons:before {
  content: "\f25e";
}
.uk-icon-expeditedssl:before {
  content: "\f23e";
}
.uk-icon-firefox:before {
  content: "\f269";
}
.uk-icon-fonticons:before {
  content: "\f280";
}
.uk-icon-get-pocket:before {
  content: "\f265";
}
.uk-icon-gg:before {
  content: "\f260";
}
.uk-icon-gg-circle:before {
  content: "\f261";
}
.uk-icon-hand-lizard-o:before {
  content: "\f258";
}
.uk-icon-hand-paper-o:before,
.uk-icon-hand-stop-o:before {
  content: "\f256";
}
.uk-icon-hand-peace-o:before {
  content: "\f25b";
}
.uk-icon-hand-pointer-o:before {
  content: "\f25a";
}
.uk-icon-hand-grab-o:before,
.uk-icon-hand-rock-o:before {
  content: "\f255";
}
.uk-icon-hand-scissors-o:before {
  content: "\f257";
}
.uk-icon-hand-spock-o:before {
  content: "\f259";
}
.uk-icon-hourglass:before {
  content: "\f254";
}
.uk-icon-hourglass-o:before {
  content: "\f250";
}
.uk-icon-hourglass-1:before,
.uk-icon-hourglass-start:before {
  content: "\f251";
}
.uk-icon-hourglass-2:before,
.uk-icon-hourglass-half:before {
  content: "\f252";
}
.uk-icon-hourglass-3:before,
.uk-icon-hourglass-end:before {
  content: "\f253";
}
.uk-icon-houzz:before {
  content: "\f27c";
}
.uk-icon-i-cursor:before {
  content: "\f246";
}
.uk-icon-industry:before {
  content: "\f275";
}
.uk-icon-internet-explorer:before {
  content: "\f26b";
}
.uk-icon-map:before {
  content: "\f279";
}
.uk-icon-map-o:before {
  content: "\f278";
}
.uk-icon-map-pin:before {
  content: "\f276";
}
.uk-icon-map-signs:before {
  content: "\f277";
}
.uk-icon-mouse-pointer:before {
  content: "\f245";
}
.uk-icon-object-group:before {
  content: "\f247";
}
.uk-icon-object-ungroup:before {
  content: "\f248";
}
.uk-icon-odnoklassniki:before {
  content: "\f263";
}
.uk-icon-odnoklassniki-square:before {
  content: "\f264";
}
.uk-icon-opencart:before {
  content: "\f23d";
}
.uk-icon-opera:before {
  content: "\f26a";
}
.uk-icon-optin-monster:before {
  content: "\f23c";
}
.uk-icon-registered:before {
  content: "\f25d";
}
.uk-icon-safari:before {
  content: "\f267";
}
.uk-icon-sticky-note:before {
  content: "\f249";
}
.uk-icon-sticky-note-o:before {
  content: "\f24a";
}
.uk-icon-television:before,
.uk-icon-tv:before {
  content: "\f26c";
}
.uk-icon-trademark:before {
  content: "\f25c";
}
.uk-icon-tripadvisor:before {
  content: "\f262";
}
.uk-icon-vimeo:before {
  content: "\f27d";
}
.uk-icon-wikipedia-w:before {
  content: "\f266";
}
.uk-icon-y-combinator:before,
.uk-icon-yc:before {
  content: "\f23b";
}
.uk-icon-y-combinator-square:before,
.uk-icon-yc-square:before {
  content: "\f1d4";
}
.uk-icon-bluetooth:before {
  content: "\f293";
}
.uk-icon-bluetooth-b:before {
  content: "\f294";
}
.uk-icon-codiepie:before {
  content: "\f284";
}
.uk-icon-credit-card-alt:before {
  content: "\f283";
}
.uk-icon-edge:before {
  content: "\f282";
}
.uk-icon-fort-awesome:before {
  content: "\f286";
}
.uk-icon-hashtag:before {
  content: "\f292";
}
.uk-icon-mixcloud:before {
  content: "\f289";
}
.uk-icon-modx:before {
  content: "\f285";
}
.uk-icon-pause-circle:before {
  content: "\f28b";
}
.uk-icon-pause-circle-o:before {
  content: "\f28c";
}
.uk-icon-percent:before {
  content: "\f295";
}
.uk-icon-product-hunt:before {
  content: "\f288";
}
.uk-icon-reddit-alien:before {
  content: "\f281";
}
.uk-icon-scribd:before {
  content: "\f28a";
}
.uk-icon-shopping-bag:before {
  content: "\f290";
}
.uk-icon-shopping-basket:before {
  content: "\f291";
}
.uk-icon-stop-circle:before {
  content: "\f28d";
}
.uk-icon-stop-circle-o:before {
  content: "\f28e";
}
.uk-icon-usb:before {
  content: "\f287";
}
.uk-icon-american-sign-language-interpreting:before,
.uk-icon-asl-interpreting:before {
  content: "\f2a3";
}
.uk-icon-assistive-listening-systems:before {
  content: "\f2a2";
}
.uk-icon-audio-description:before {
  content: "\f29e";
}
.uk-icon-blind:before {
  content: "\f29d";
}
.uk-icon-braille:before {
  content: "\f2a1";
}
.uk-icon-deaf:before,
.uk-icon-deafness:before {
  content: "\f2a4";
}
.uk-icon-envira:before {
  content: "\f299";
}
.uk-icon-fa:before,
.uk-icon-font-awesome:before {
  content: "\f2b4";
}
.uk-icon-first-order:before {
  content: "\f2b0";
}
.uk-icon-gitlab:before {
  content: "\f296";
}
.uk-icon-glide:before {
  content: "\f2a5";
}
.uk-icon-glide-g:before {
  content: "\f2a6";
}
.uk-icon-hard-of-hearing:before {
  content: "\f2a4";
}
.uk-icon-low-vision:before {
  content: "\f2a8";
}
.uk-icon-question-circle-o:before {
  content: "\f29c";
}
.uk-icon-sign-language:before,
.uk-icon-signing:before {
  content: "\f2a7";
}
.uk-icon-snapchat:before {
  content: "\f2ab";
}
.uk-icon-snapchat-ghost:before {
  content: "\f2ac";
}
.uk-icon-snapchat-square:before {
  content: "\f2ad";
}
.uk-icon-themeisle:before {
  content: "\f2b2";
}
.uk-icon-universal-access:before {
  content: "\f29a";
}
.uk-icon-viadeo:before {
  content: "\f2a9";
}
.uk-icon-viadeo-square:before {
  content: "\f2aa";
}
.uk-icon-volume-control-phone:before {
  content: "\f2a0";
}
.uk-icon-wheelchair-alt:before {
  content: "\f29b";
}
.uk-icon-wpbeginner:before {
  content: "\f297";
}
.uk-icon-wpforms:before {
  content: "\f298";
}
.uk-icon-yoast:before {
  content: "\f2b1";
}
.uk-icon-adress-book:before {
  content: "\f2b9";
}
.uk-icon-adress-book-o:before {
  content: "\f2ba";
}
.uk-icon-adress-card:before {
  content: "\f2bb";
}
.uk-icon-adress-card-o:before {
  content: "\f2bc";
}
.uk-icon-bandcamp:before {
  content: "\f2d5";
}
.uk-icon-bath:before,
.uk-icon-bathub:before {
  content: "\f2cd";
}
.uk-icon-drivers-license:before {
  content: "\f2c2";
}
.uk-icon-drivers-license-o:before {
  content: "\f2c3";
}
.uk-icon-eercast:before {
  content: "\f2da";
}
.uk-icon-envelope-open:before {
  content: "\f2b6";
}
.uk-icon-envelope-open-o:before {
  content: "\f2b7";
}
.uk-icon-etsy:before {
  content: "\f2d7";
}
.uk-icon-free-code-camp:before {
  content: "\f2c5";
}
.uk-icon-grav:before {
  content: "\f2d6";
}
.uk-icon-handshake-o:before {
  content: "\f2b5";
}
.uk-icon-id-badge:before {
  content: "\f2c1";
}
.uk-icon-id-card:before {
  content: "\f2c2";
}
.uk-icon-id-card-o:before {
  content: "\f2c3";
}
.uk-icon-imdb:before {
  content: "\f2d8";
}
.uk-icon-linode:before {
  content: "\f2b8";
}
.uk-icon-meetup:before {
  content: "\f2e0";
}
.uk-icon-microchip:before {
  content: "\f2db";
}
.uk-icon-podcast:before {
  content: "\f2ce";
}
.uk-icon-quora:before {
  content: "\f2c4";
}
.uk-icon-ravelry:before {
  content: "\f2d9";
}
.uk-icon-s15:before {
  content: "\f2cd";
}
.uk-icon-shower:before {
  content: "\f2cc";
}
.uk-icon-snowflake-o:before {
  content: "\f2dc";
}
.uk-icon-superpowers:before {
  content: "\f2dd";
}
.uk-icon-telegram:before {
  content: "\f2c6";
}
.uk-icon-thermometer:before {
  content: "\f2c7";
}
.uk-icon-thermometer-0:before {
  content: "\f2cb";
}
.uk-icon-thermometer-1:before {
  content: "\f2ca";
}
.uk-icon-thermometer-2:before {
  content: "\f2c9";
}
.uk-icon-thermometer-3:before {
  content: "\f2c8";
}
.uk-icon-thermometer-4:before {
  content: "\f2c7";
}
.uk-icon-thermometer-empty:before {
  content: "\f2cb";
}
.uk-icon-thermometer-full:before {
  content: "\f2c7";
}
.uk-icon-thermometer-half:before {
  content: "\f2c9";
}
.uk-icon-thermometer-quarter:before {
  content: "\f2ca";
}
.uk-icon-thermometer-three-quarters:before {
  content: "\f2c8";
}
.uk-icon-times-rectangle:before {
  content: "\f2d3";
}
.uk-icon-times-rectangle-o:before {
  content: "\f2d4";
}
.uk-icon-user-circle:before {
  content: "\f2bd";
}
.uk-icon-user-circle-o:before {
  content: "\f2be";
}
.uk-icon-user-o:before {
  content: "\f2c0";
}
.uk-icon-vcard:before {
  content: "\f2bb";
}
.uk-icon-vcard-o:before {
  content: "\f2bc";
}
.uk-icon-widow-close:before {
  content: "\f2d3";
}
.uk-icon-widow-close-o:before {
  content: "\f2d4";
}
.uk-icon-window-maximize:before {
  content: "\f2d0";
}
.uk-icon-window-minimize:before {
  content: "\f2d1";
}
.uk-icon-window-restore:before {
  content: "\f2d2";
}
.uk-icon-wpexplorer:before {
  content: "\f2de";
}
.uk-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.uk-close {
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  padding: 0;
  background: 0 0;
  box-sizing: content-box;
  width: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  opacity: 0.3;
}
.uk-border-circle,
.uk-close-alt {
  border-radius: 50%;
}
.uk-container,
.uk-dropdown,
.uk-dropdown-blank,
.uk-modal-dialog,
.uk-overlay-area-content,
.uk-responsive-height,
.uk-responsive-width,
.uk-scrollable-box,
.uk-thumbnail,
[class*=uk-height] {
  box-sizing: border-box;
}
.uk-close:after {
  display: block;
  content: "\f00d";
  font-family: FontAwesome;
}
.uk-close:focus,
.uk-close:hover {
  opacity: 0.5;
  outline: 0;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.uk-close-alt {
  padding: 2px;
  background: #fff;
  opacity: 1;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.uk-close-alt:focus,
.uk-close-alt:hover {
  opacity: 1;
}
.uk-close-alt:after {
  opacity: 0.5;
}
.uk-close-alt:focus:after,
.uk-close-alt:hover:after {
  opacity: 0.8;
}
.uk-thumbnail {
  display: inline-block;
  max-width: 100%;
  margin: 0;
  padding: 4px;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 2px;
}
a.uk-thumbnail:focus,
a.uk-thumbnail:hover {
  border-color: #ccc;
  background-color: #fff;
  text-decoration: none;
  outline: 0;
}
.uk-thumbnail-caption {
  padding-top: 4px;
  text-align: center;
  color: #444;
}
.uk-thumbnail-mini {
  width: 150px;
}
.uk-thumbnail-small {
  width: 200px;
}
.uk-thumbnail-medium {
  width: 300px;
}
.uk-thumbnail-large {
  width: 400px;
}
.uk-thumbnail-expand,
.uk-thumbnail-expand > img {
  width: 100%;
}
.uk-overlay {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  margin: 0;
}
.uk-overlay-area:empty:before,
.uk-overlay-icon:before {
  margin-top: -25px;
  margin-left: -25px;
  font-size: 50px;
  position: absolute;
  font-family: FontAwesome;
}
.uk-overlay.uk-border-circle {
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}
.uk-overlay-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  color: #fff;
}
.uk-overlay-panel h1,
.uk-overlay-panel h2,
.uk-overlay-panel h3,
.uk-overlay-panel h4,
.uk-overlay-panel h5,
.uk-overlay-panel h6 {
  color: inherit;
}
.uk-overlay-panel a:not([class]) {
  color: inherit;
  text-decoration: underline;
}
.uk-overlay-panel a[class*=uk-icon-]:not(.uk-icon-button) {
  color: inherit;
}
.uk-overlay-active :not(.uk-active) > .uk-overlay-panel:not(.uk-ignore),
.uk-overlay-hover:not(:hover):not(.uk-hover) .uk-overlay-panel:not(.uk-ignore) {
  opacity: 0;
}
.uk-overlay-background {
  background: rgba(255, 255, 255, 0.95);
  color: #444;
}
.uk-overlay-image {
  padding: 0;
}
.uk-overlay-top {
  bottom: auto;
}
.uk-overlay-bottom {
  top: auto;
}
.uk-overlay-left {
  right: auto;
}
.uk-modal,
.uk-overlay-area,
.uk-overlay-caption {
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.15s linear;
}
.uk-overlay-right {
  left: auto;
}
.uk-overlay-icon:before {
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  line-height: 1;
  text-align: center;
  color: #999;
}
.uk-overlay-blur,
.uk-overlay-fade,
.uk-overlay-grayscale,
.uk-overlay-scale,
.uk-overlay-spin,
[class*=uk-overlay-slide] {
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-property: opacity, transform, filter;
}
.uk-overlay-active .uk-overlay-fade,
.uk-overlay-active .uk-overlay-scale,
.uk-overlay-active .uk-overlay-spin,
.uk-overlay-active [class*=uk-overlay-slide] {
  transition-duration: 0.8s;
}
.uk-overlay-fade {
  opacity: 0.7;
}
.uk-overlay-active .uk-active > .uk-overlay-fade,
.uk-overlay-hover.uk-hover .uk-overlay-fade,
.uk-overlay-hover:hover .uk-overlay-fade {
  opacity: 1;
}
.uk-overlay-scale {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.uk-overlay-active .uk-active > .uk-overlay-scale,
.uk-overlay-hover.uk-hover .uk-overlay-scale,
.uk-overlay-hover:hover .uk-overlay-scale {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.uk-overlay-spin {
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.uk-overlay-active .uk-active > .uk-overlay-spin,
.uk-overlay-hover.uk-hover .uk-overlay-spin,
.uk-overlay-hover:hover .uk-overlay-spin {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}
.uk-overlay-grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.uk-overlay-active .uk-active > .uk-overlay-grayscale,
.uk-overlay-hover.uk-hover .uk-overlay-grayscale,
.uk-overlay-hover:hover .uk-overlay-grayscale {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
[class*=uk-overlay-slide] {
  opacity: 0;
}
.uk-overlay-slide-top {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.uk-overlay-slide-bottom {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.uk-overlay-slide-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.uk-overlay-slide-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.uk-overlay-active .uk-active > [class*=uk-overlay-slide],
.uk-overlay-hover.uk-hover [class*=uk-overlay-slide],
.uk-overlay-hover:hover [class*=uk-overlay-slide] {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
.uk-overlay-area {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.15s linear;
  -webkit-transform: translate3d(0, 0, 0);
}
.uk-overlay-toggle.uk-hover .uk-overlay-area,
.uk-overlay-toggle:hover .uk-overlay-area,
.uk-overlay.uk-hover .uk-overlay-area,
.uk-overlay:hover .uk-overlay-area {
  opacity: 1;
}
.uk-overlay-area:empty:before {
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.uk-overlay-area:not(:empty),
.uk-vertical-align {
  font-size: 0;
}
.uk-overlay-area:not(:empty):before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.uk-overlay-area-content {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  font-size: 1rem;
  text-align: center;
  padding: 0 15px;
  color: #fff;
}
.uk-overlay-area-content a:not([class]),
.uk-overlay-area-content a:not([class]):hover {
  color: inherit;
}
.uk-overlay-caption {
  position: absolute;
  left: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  opacity: 0;
  transition: opacity 0.15s linear;
  -webkit-transform: translate3d(0, 0, 0);
}
.uk-overlay-toggle.uk-hover .uk-overlay-caption,
.uk-overlay-toggle:hover .uk-overlay-caption,
.uk-overlay.uk-hover .uk-overlay-caption,
.uk-overlay:hover .uk-overlay-caption {
  opacity: 1;
}
[class*=uk-animation-] {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media screen {
  [data-uk-scrollspy*=uk-animation-]:not([data-uk-scrollspy*=target]) {
    opacity: 0;
  }
}
.uk-animation-fade {
  -webkit-animation-name: uk-fade;
  animation-name: uk-fade;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear!important;
  animation-timing-function: linear !important;
}
.uk-animation-scale-up {
  -webkit-animation-name: uk-fade-scale-02;
  animation-name: uk-fade-scale-02;
}
.uk-animation-scale-down {
  -webkit-animation-name: uk-fade-scale-18;
  animation-name: uk-fade-scale-18;
}
.uk-animation-slide-top {
  -webkit-animation-name: uk-fade-top;
  animation-name: uk-fade-top;
}
.uk-animation-slide-bottom {
  -webkit-animation-name: uk-fade-bottom;
  animation-name: uk-fade-bottom;
}
.uk-animation-slide-left {
  -webkit-animation-name: uk-fade-left;
  animation-name: uk-fade-left;
}
.uk-animation-slide-right {
  -webkit-animation-name: uk-fade-right;
  animation-name: uk-fade-right;
}
.uk-animation-scale {
  -webkit-animation-name: uk-scale-12;
  animation-name: uk-scale-12;
}
.uk-animation-shake {
  -webkit-animation-name: uk-shake;
  animation-name: uk-shake;
}
.uk-animation-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.uk-animation-15 {
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
}
.uk-animation-top-left {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.uk-animation-top-center {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.uk-animation-top-right {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.uk-animation-middle-left {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.uk-animation-middle-right {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.uk-animation-bottom-left {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.uk-animation-bottom-center {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.uk-animation-bottom-right {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.uk-animation-hover:not(:hover),
.uk-animation-hover:not(:hover) [class*=uk-animation-],
.uk-touch .uk-animation-hover:not(.uk-hover),
.uk-touch .uk-animation-hover:not(.uk-hover) [class*=uk-animation-] {
  -webkit-animation-name: none;
  animation-name: none;
}
@-webkit-keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes uk-fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes uk-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes uk-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes uk-fade-scale-15 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes uk-fade-scale-15 {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes uk-slide-left {
  0% {
    -webkit-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes uk-slide-right {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes uk-slide-left-33 {
  0% {
    -webkit-transform: translateX(33%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-left-33 {
  0% {
    transform: translateX(33%);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes uk-slide-right-33 {
  0% {
    -webkit-transform: translateX(-33%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-right-33 {
  0% {
    transform: translateX(-33%);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes uk-scale-12 {
  0% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes uk-scale-12 {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes uk-rotate {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes uk-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes uk-shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-9px);
  }
  20% {
    -webkit-transform: translateX(8px);
  }
  30% {
    -webkit-transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(4px);
  }
  70% {
    -webkit-transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-1px);
  }
}
@keyframes uk-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}
@-webkit-keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.uk-dropdown,
.uk-dropdown-blank {
  display: none;
  position: absolute;
  z-index: 1020;
  width: 200px;
}
.uk-dropdown {
  padding: 15px;
  background: #fff;
  color: #444;
  font-size: 1rem;
  vertical-align: top;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
}
.uk-dropdown:focus {
  outline: 0;
}
.uk-open > .uk-dropdown,
.uk-open > .uk-dropdown-blank {
  display: block;
  -webkit-animation: uk-fade 0.2s ease-in-out;
  animation: uk-fade 0.2s ease-in-out;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.uk-dropdown-top {
  margin-top: -5px;
}
.uk-dropdown-bottom {
  margin-top: 5px;
}
.uk-dropdown-left {
  margin-left: -5px;
}
.uk-dropdown-right {
  margin-left: 5px;
}
.uk-dropdown .uk-nav {
  margin: 0 -15px;
}
.uk-dropdown-grid > [class*=uk-width-] > .uk-panel + .uk-panel,
.uk-dropdown-stack > .uk-dropdown-grid > [class*=uk-width-]:nth-child(n+2),
.uk-grid .uk-dropdown-grid + .uk-dropdown-grid {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid {
    margin-left: -15px;
    margin-right: -15px;
  }
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*=uk-width-] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*=uk-width-]:nth-child(n+2) {
    border-left: 1px solid #e5e5e5;
  }
  .uk-dropdown-width-2:not(.uk-dropdown-stack) {
    width: 400px;
  }
  .uk-dropdown-width-3:not(.uk-dropdown-stack) {
    width: 600px;
  }
  .uk-dropdown-width-4:not(.uk-dropdown-stack) {
    width: 800px;
  }
  .uk-dropdown-width-5:not(.uk-dropdown-stack) {
    width: 1000px;
  }
}
@media (max-width: 767px) {
  .uk-dropdown-grid > [class*=uk-width-] {
    width: 100%;
  }
  .uk-dropdown-grid > [class*=uk-width-]:nth-child(n+2) {
    margin-top: 15px;
  }
}
.uk-dropdown-stack > .uk-dropdown-grid > [class*=uk-width-] {
  width: 100%;
}
.uk-dropdown-small {
  min-width: 150px;
  width: auto;
  padding: 5px;
  white-space: nowrap;
}
.uk-dropdown-small .uk-nav {
  margin: 0 -5px;
}
.uk-dropdown-navbar {
  margin-top: 6px;
  background: #fff;
  color: #444;
  left: -1px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
}
.uk-open > .uk-dropdown-navbar {
  -webkit-animation: uk-slide-top-fixed 0.2s ease-in-out;
  animation: uk-slide-top-fixed 0.2s ease-in-out;
}
.uk-dropdown-scrollable {
  overflow-y: auto;
  max-height: 200px;
}
.uk-dropdown-navbar.uk-dropdown-flip {
  left: auto;
}
.uk-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1010;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(245, 245, 245, 0.8);
  opacity: 0;
  transition: opacity 0.15s linear;
  touch-action: cross-slide-y pinch-zoom double-tap-zoom;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.uk-modal-caption,
.uk-modal-page,
.uk-modal-page body,
.uk-nbfc,
.uk-text-truncate {
  overflow: hidden;
}
.uk-modal.uk-open {
  opacity: 1;
}
.uk-modal-dialog {
  position: relative;
  margin: 50px auto;
  padding: 20px;
  width: 600px;
  max-width: 100%;
  max-width: calc(100% - 20px);
  background: #fff;
  opacity: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s linear, transform 0.3s ease-out;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .uk-modal-dialog {
    width: auto;
    margin: 10px auto;
  }
}
.uk-open .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.uk-modal-dialog > :not([class*=uk-modal-]):last-child {
  margin-bottom: 0;
}
.uk-modal-dialog > .uk-close:first-child {
  margin: -10px -10px 0 0;
  float: right;
}
.uk-modal-dialog > .uk-close:first-child + :not([class*=uk-modal-]) {
  margin-top: 0;
}
.uk-modal-dialog-lightbox {
  margin: 15px auto;
  padding: 0;
  max-width: 95%;
  max-width: calc(100% - 30px);
  min-height: 50px;
}
.uk-modal-dialog-lightbox > .uk-close:first-child {
  position: absolute;
  top: -12px;
  right: -12px;
  margin: 0;
  float: none;
}
@media (max-width: 767px) {
  .uk-modal-dialog-lightbox > .uk-close:first-child {
    top: -7px;
    right: -7px;
  }
}
.uk-modal-dialog-blank {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.uk-modal-dialog-blank > .uk-close:first-child {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  margin: 0;
  float: none;
}
@media (min-width: 768px) {
  .uk-modal-dialog-large {
    width: 930px;
  }
}
.uk-modal-header {
  margin-bottom: 15px;
}
.uk-modal-footer {
  margin-top: 15px;
}
.uk-modal-footer > :last-child,
.uk-modal-header > :last-child {
  margin-bottom: 0;
}
.uk-modal-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin-bottom: -10px;
  color: #fff;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.uk-modal-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  color: #ddd;
}
.uk-modal-spinner:after {
  display: block;
  font-family: FontAwesome;
  -webkit-animation: uk-rotate 2s infinite linear;
  animation: uk-rotate 2s infinite linear;
}
.uk-switcher {
  margin: 0;
  padding: 0;
  touch-action: cross-slide-y pinch-zoom double-tap-zoom;
}
.uk-switcher > :not(.uk-active) {
  display: none;
}
.uk-text-small {
  font-size: 11px;
  line-height: 16px;
}
.uk-text-large {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.uk-text-bold {
  font-weight: 700;
}
.uk-text-muted {
  color: #999 !important;
}
.uk-text-primary {
  color: #37a5e4 !important;
}
.uk-text-success {
  color: #80c96d !important;
}
.uk-text-warning {
  color: #ff9a2e !important;
}
.uk-text-danger {
  color: #f0615b !important;
}
.uk-text-contrast {
  color: #fff !important;
}
.uk-text-left {
  text-align: left !important;
}
.uk-text-right {
  text-align: right !important;
}
.uk-text-center {
  text-align: center !important;
}
.uk-text-justify {
  text-align: justify !important;
}
.uk-text-top {
  vertical-align: top !important;
}
.uk-text-middle {
  vertical-align: middle !important;
}
.uk-text-bottom {
  vertical-align: bottom !important;
}
@media (max-width: 959px) {
  .uk-text-center-medium {
    text-align: center !important;
  }
  .uk-text-left-medium {
    text-align: left !important;
  }
}
.uk-text-nowrap {
  white-space: nowrap;
}
.uk-text-truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.uk-text-break {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.uk-text-capitalize {
  text-transform: capitalize !important;
}
.uk-text-lowercase {
  text-transform: lowercase !important;
}
.uk-text-uppercase {
  text-transform: uppercase !important;
}
.uk-container {
  max-width: 980px;
  padding: 0 25px;
}
@media (min-width: 1220px) {
  .uk-modal-dialog-large {
    width: 1130px;
  }
  .uk-container {
    max-width: 1200px;
    padding: 0 35px;
  }
}
.uk-container:after,
.uk-container:before {
  display: table;
}
.uk-container-center {
  margin-left: auto;
  margin-right: auto;
}
.uk-clearfix:before {
  display: table-cell;
}
.uk-clearfix:after {
  display: table;
}
.uk-nbfc-alt {
  display: table-cell;
  width: 10000px;
}
.uk-float-left {
  float: left;
}
.uk-float-right {
  float: right;
}
[class*=uk-float-] {
  max-width: 100%;
}
[class*=uk-align-] {
  display: block;
  margin-bottom: 20px;
}
.uk-align-left {
  margin-right: 20px;
  float: left;
}
.uk-align-right {
  margin-left: 20px;
  float: right;
}
@media (min-width: 768px) {
  .uk-align-medium-left {
    margin-right: 20px;
    float: left;
  }
  .uk-align-medium-right {
    margin-left: 20px;
    float: right;
  }
}
.uk-align-center {
  margin-left: auto;
  margin-right: auto;
}
.uk-vertical-align:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.uk-vertical-align-bottom,
.uk-vertical-align-middle {
  display: inline-block;
  max-width: 100%;
  font-size: 1rem;
}
.uk-vertical-align-middle {
  vertical-align: middle;
}
.uk-vertical-align-bottom {
  vertical-align: bottom;
}
.uk-height-1-1 {
  height: 100%;
}
.uk-height-viewport {
  height: 100vh;
  min-height: 600px;
}
.uk-responsive-width {
  max-width: 100%!important;
  height: auto;
}
.uk-responsive-height {
  max-height: 100%;
  width: auto;
}
.uk-margin {
  margin-bottom: 20px;
}
* + .uk-margin {
  margin-top: 20px;
}
.uk-margin-top {
  margin-top: 20px !important;
}
.uk-margin-bottom {
  margin-bottom: 20px !important;
}
.uk-margin-left {
  margin-left: 20px !important;
}
.uk-margin-right {
  margin-right: 20px !important;
}
.uk-margin-large {
  margin-bottom: 25px;
}
* + .uk-margin-large {
  margin-top: 25px;
}
.uk-margin-large-top {
  margin-top: 25px !important;
}
.uk-margin-large-bottom {
  margin-bottom: 25px !important;
}
.uk-margin-large-left {
  margin-left: 25px !important;
}
.uk-margin-large-right {
  margin-right: 25px !important;
}
.uk-margin-small {
  margin-bottom: 5px;
}
* + .uk-margin-small {
  margin-top: 5px;
}
.uk-margin-small-top {
  margin-top: 5px !important;
}
.uk-margin-small-bottom {
  margin-bottom: 5px !important;
}
.uk-margin-small-left {
  margin-left: 5px !important;
}
.uk-margin-small-right {
  margin-right: 5px !important;
}
.uk-margin-remove {
  margin: 0 !important;
}
.uk-margin-top-remove {
  margin-top: 0 !important;
}
.uk-margin-bottom-remove {
  margin-bottom: 0 !important;
}
.uk-overflow-container > :last-child,
.uk-scrollable-box > :last-child {
  margin-bottom: 0;
}
.uk-padding-remove {
  padding: 0 !important;
}
.uk-padding-top-remove {
  padding-top: 0 !important;
}
.uk-padding-bottom-remove {
  padding-bottom: 0 !important;
}
.uk-padding-vertical-remove {
  padding-top: 0!important;
  padding-bottom: 0 !important;
}
.uk-border-rounded {
  border-radius: 5px;
}
.uk-heading-large {
  font-size: 36px;
  line-height: 42px;
}
.uk-link-muted,
.uk-link-muted a,
.uk-link-muted a:hover,
.uk-link-muted:hover {
  color: #444;
}
.uk-link-reset,
.uk-link-reset a,
.uk-link-reset a:focus,
.uk-link-reset a:hover,
.uk-link-reset:focus,
.uk-link-reset:hover {
  color: inherit;
  text-decoration: none;
}
.uk-scrollable-text {
  height: 300px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  resize: both;
}
.uk-scrollable-box {
  height: 200px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
  border-radius: 3px;
}
.uk-overflow-hidden {
  overflow: hidden;
}
.uk-overflow-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.uk-position-absolute,
[class*=uk-position-top],
[class*=uk-position-bottom] {
  position: absolute !important;
}
.uk-position-top {
  top: 0;
  left: 0;
  right: 0;
}
.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}
.uk-position-top-left {
  top: 0;
  left: 0;
}
.uk-position-top-right {
  top: 0;
  right: 0;
}
.uk-position-bottom-left {
  bottom: 0;
  left: 0;
}
.uk-position-bottom-right {
  bottom: 0;
  right: 0;
}
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.uk-position-relative {
  position: relative !important;
}
.uk-slidenav-position,
.uk-slider {
  position: relative;
}
.uk-position-z-index {
  z-index: 1;
}
.uk-display-block {
  display: block !important;
}
.uk-display-inline {
  display: inline !important;
}
.uk-display-inline-block {
  display: inline-block !important;
  max-width: 100%;
}
@media (min-width: 960px) {
  .uk-hidden-large,
  .uk-visible-medium,
  .uk-visible-small {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .uk-hidden-medium,
  .uk-visible-large,
  .uk-visible-small {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .uk-text-center-small {
    text-align: center !important;
  }
  .uk-text-left-small {
    text-align: left !important;
  }
  .uk-hidden-small,
  .uk-visible-large,
  .uk-visible-medium {
    display: none !important;
  }
}
.uk-hidden {
  display: none!important;
  visibility: hidden !important;
}
.uk-invisible {
  visibility: hidden !important;
}
.uk-visible-hover:hover .uk-hidden,
.uk-visible-hover:hover .uk-invisible {
  display: block!important;
  visibility: visible !important;
}
.uk-visible-hover-inline:hover .uk-hidden,
.uk-visible-hover-inline:hover .uk-invisible {
  display: inline-block !important;
  visibility: visible !important;
}
.uk-notouch .uk-hidden-notouch,
.uk-touch .uk-hidden-touch {
  display: none !important;
}
.uk-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.uk-flex-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.uk-flex-inline > *,
.uk-flex > * {
  -ms-flex-negative: 1;
}
.uk-flex-top {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.uk-flex-middle {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.uk-flex-bottom {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.uk-flex-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.uk-flex-right {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.uk-flex-space-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.uk-flex-space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.uk-flex-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.uk-flex-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.uk-flex-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.uk-flex-nowrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.uk-flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.uk-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.uk-flex-wrap-top {
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.uk-flex-wrap-middle {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
}
.uk-flex-wrap-bottom {
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.uk-flex-wrap-space-between {
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between;
}
.uk-flex-wrap-space-around {
  -ms-flex-line-pack: distribute;
  -webkit-align-content: space-around;
  align-content: space-around;
}
.uk-flex-order-first {
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}
.uk-flex-order-last {
  -ms-flex-order: 99;
  -webkit-order: 99;
  order: 99;
}
@media (min-width: 480px) {
  .uk-flex-order-first-small {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-small {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}
@media (min-width: 768px) {
  .uk-heading-large {
    font-size: 52px;
    line-height: 64px;
  }
  .uk-flex-order-first-medium {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-medium {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}
@media (min-width: 960px) {
  .uk-flex-order-first-large {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-large {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}
@media (min-width: 1220px) {
  .uk-flex-order-first-xlarge {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-xlarge {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}
.uk-flex-item-none {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}
.uk-flex-item-auto {
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
  -ms-flex-negative: 1;
}
.uk-flex-item-1 {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.uk-dotnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-top: -15px;
  padding: 0;
}
.uk-dotnav > * {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  padding-left: 15px;
  margin-top: 15px;
  float: left;
}
.uk-dotnav:after,
.uk-dotnav:before {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-dotnav > * > * {
  display: block;
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(50, 50, 50, 0.1);
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.uk-dotnav > * > :focus,
.uk-dotnav > * > :hover {
  background: rgba(50, 50, 50, 0.4);
  outline: 0;
}
.uk-dotnav > * > :active {
  background: rgba(50, 50, 50, 0.6);
}
.uk-dotnav > .uk-active > * {
  background: rgba(50, 50, 50, 0.4);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.uk-dotnav-contrast > * > * {
  background: rgba(255, 255, 255, 0.4);
}
.uk-dotnav-contrast > * > :focus,
.uk-dotnav-contrast > * > :hover {
  background: rgba(255, 255, 255, 0.7);
}
.uk-dotnav-contrast > * > :active,
.uk-dotnav-contrast > .uk-active > * {
  background: rgba(255, 255, 255, 0.9);
}
.uk-dotnav-vertical {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.uk-dotnav-vertical > * {
  float: none;
}
.uk-slidenav {
  display: inline-block;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: rgba(50, 50, 50, 0.4);
  font-size: 60px;
  text-align: center;
}
.uk-slider-fullscreen,
.uk-slider-fullscreen > li,
.uk-slideshow-fullscreen,
.uk-slideshow-fullscreen > li {
  height: 100vh;
}
.uk-slidenav:focus,
.uk-slidenav:hover {
  outline: 0;
  text-decoration: none;
  color: rgba(50, 50, 50, 0.7);
  cursor: pointer;
}
.uk-slidenav:active {
  color: rgba(50, 50, 50, 0.9);
}
.uk-slidenav-previous:before {
  content: "\f104";
  font-family: FontAwesome;
}
.uk-slidenav-next:before {
  content: "\f105";
  font-family: FontAwesome;
}
.uk-slidenav-position .uk-slidenav {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -30px;
}
.uk-slider,
.uk-slideshow {
  z-index: 0;
  touch-action: pan-y;
}
.uk-slidenav-position:hover .uk-slidenav {
  display: block;
}
.uk-slidenav-position .uk-slidenav-previous {
  left: 20px;
}
.uk-slidenav-position .uk-slidenav-next {
  right: 20px;
}
.uk-slidenav-contrast {
  color: rgba(255, 255, 255, 0.5);
}
.uk-slidenav-contrast:focus,
.uk-slidenav-contrast:hover {
  color: rgba(255, 255, 255, 0.7);
}
.uk-slidenav-contrast:active {
  color: rgba(255, 255, 255, 0.9);
}
.uk-accordion-title {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 5px 20px;
  background: #eee;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
}
.uk-accordion-content {
  padding: 0 20px 20px;
}
.uk-slider:not(.uk-grid),
.uk-slideshow {
  margin: 0;
  padding: 0;
  list-style: none;
}
.uk-accordion-content:after,
.uk-accordion-content:before {
  content: "";
  display: table;
}
.uk-accordion-content > :last-child {
  margin-bottom: 0;
}
[data-uk-slider] {
  direction: ltr;
}
html[dir=rtl] .uk-slider > * {
  direction: rtl;
}
.uk-slider > * {
  position: absolute;
  top: 0;
  left: 0;
}
.uk-slider-container {
  overflow: hidden;
}
.uk-slider:not(.uk-drag) {
  -webkit-transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
}
.uk-slider.uk-drag {
  cursor: col-resize;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.uk-slider a,
.uk-slider img {
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
}
.uk-slider img {
  pointer-events: none;
}
.uk-slideshow {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.uk-slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.uk-slideshow > .uk-active {
  z-index: 10;
  opacity: 1;
}
.uk-slideshow > li > img {
  visibility: hidden;
}
[data-uk-slideshow-slide] {
  cursor: pointer;
}
.uk-slideshow-fade-in {
  -webkit-animation: uk-fade 0.5s linear;
  animation: uk-fade 0.5s linear;
}
.uk-slideshow-fade-out {
  -webkit-animation: uk-fade 0.5s linear reverse;
  animation: uk-fade 0.5s linear reverse;
}
.uk-slideshow-scroll-forward-in {
  -webkit-animation: uk-slide-right 0.5s ease-in-out;
  animation: uk-slide-right 0.5s ease-in-out;
}
.uk-slideshow-scroll-forward-out {
  -webkit-animation: uk-slide-left 0.5s ease-in-out reverse;
  animation: uk-slide-left 0.5s ease-in-out reverse;
}
.uk-slideshow-scroll-backward-in {
  -webkit-animation: uk-slide-left 0.5s ease-in-out;
  animation: uk-slide-left 0.5s ease-in-out;
}
.uk-slideshow-scroll-backward-out {
  -webkit-animation: uk-slide-right 0.5s ease-in-out reverse;
  animation: uk-slide-right 0.5s ease-in-out reverse;
}
.uk-slideshow-scale-out {
  -webkit-animation: uk-fade-scale-15 0.5s ease-in-out reverse;
  animation: uk-fade-scale-15 0.5s ease-in-out reverse;
}
.uk-slideshow-swipe-forward-in {
  -webkit-animation: uk-slide-left-33 0.5s ease-in-out;
  animation: uk-slide-left-33 0.5s ease-in-out;
}
.uk-slideshow-swipe-forward-out {
  -webkit-animation: uk-slide-left 0.5s ease-in-out reverse;
  animation: uk-slide-left 0.5s ease-in-out reverse;
}
.uk-slideshow-swipe-backward-in {
  -webkit-animation: uk-slide-right-33 0.5s ease-in-out;
  animation: uk-slide-right-33 0.5s ease-in-out;
}
.uk-slideshow-swipe-backward-out {
  -webkit-animation: uk-slide-right 0.5s ease-in-out reverse;
  animation: uk-slide-right 0.5s ease-in-out reverse;
}
.uk-slideshow-swipe-backward-in:before,
.uk-slideshow-swipe-forward-in:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  -webkit-animation: uk-fade 0.5s ease-in-out reverse;
  animation: uk-fade 0.5s ease-in-out reverse;
}
p.woocommerce-mini-cart__buttons.buttons {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
#cart-wrapper {
  z-index: 1000;
}
.cart-holder {
  position: relative;
  z-index: 10;
  height: 25px;
}
.cart-holder .widget_shopping_cart .widgettitle {
  display: none;
}
.cart-holder .widget_shopping_cart_content {
  display: none;
  position: absolute;
  width: 275px;
  padding: 10px;
  right: 0;
  top: 100%;
  background: #fff;
  border: none;
  margin: 10px 0 0 0;
  border-radius: 0;
  box-shadow: 1px 1px 1px 2px #ccc;
  text-align: left;
  color: #000;
}
.cart-holder .widget_shopping_cart_content .buttons a {
  margin-bottom: 5px;
}
@media (max-width: 980px) {
  .cart-holder .widget_shopping_cart_content {
    margin: 13px 0;
    right: -100px;
  }
}
.cart-holder .widget_shopping_cart_content .product_list_widget,
.cart-holder .widget_shopping_cart_content .cart_list {
  margin: 0;
  padding: 0;
}
.cart-holder .widget_shopping_cart_content .product_list_widget li,
.cart-holder .widget_shopping_cart_content .cart_list li {
  list-style: none;
  background: none;
  padding: 10px 0 10px 20px;
  overflow: hidden;
  position: relative;
}
.cart-holder .widget_shopping_cart_content .product_list_widget li a,
.cart-holder .widget_shopping_cart_content .cart_list li a {
  font-weight: 700;
}
.cart-holder .widget_shopping_cart_content .product_list_widget li.empty,
.cart-holder .widget_shopping_cart_content .cart_list li.empty {
  padding-left: 0;
}
.cart-holder .widget_shopping_cart_content .product_list_widget li .remove,
.cart-holder .widget_shopping_cart_content .cart_list li .remove {
  position: absolute;
  left: 0;
  top: 11px;
}
.cart-holder .widget_shopping_cart_content .product_list_widget li img,
.cart-holder .widget_shopping_cart_content .cart_list li img {
  float: left;
  margin: 5px 10px 0 0;
  background: none;
  border: 0;
  border-radius: 0;
  width: 50px;
}
.cart-holder .widget_shopping_cart_content .product_list_widget li a:hover img,
.cart-holder .widget_shopping_cart_content .cart_list li a:hover img {
  border: 1px solid #000;
}
.cart-holder .widget_shopping_cart_content .product_list_widget li .quantity,
.cart-holder .widget_shopping_cart_content .cart_list li .quantity {
  display: block;
  overflow: hidden;
  margin: 0 0 0 60px;
}
.cart-holder .widget_shopping_cart_content .product_list_widget li .variation,
.cart-holder .widget_shopping_cart_content .cart_list li .variation {
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0 0 0 60px;
  font-size: 14px;
}
.cart-holder .widget_shopping_cart_content .product_list_widget li .variation dt,
.cart-holder .widget_shopping_cart_content .cart_list li .variation dt {
  float: left;
}
.cart-holder .widget_shopping_cart_content .product_list_widget li .variation dd,
.cart-holder .widget_shopping_cart_content .cart_list li .variation dd {
  margin: 0 0 0 4px;
  float: left;
}
.cart-holder .widget_shopping_cart_content .total {
  margin: 0;
  padding: 5px 0 15px;
  text-align: right;
}
.cart-holder .widget_shopping_cart_content .button {
  padding: 0.5rem 1rem;
  background: #fbb03b;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  text-transform: uppercase;
}
.cart-holder .widget_shopping_cart_content .button:hover {
  color: #fff;
  background: #03acdc;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cart-holder .widget_shopping_cart_content .empty {
  text-align: center;
  display: block;
}
.cart-holder h3 {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  color: #fff;
  font-size: 0;
  line-height: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
@media (max-width: 980px) {
  .cart-holder h3 {
    margin: 0;
  }
}
.cart-holder .cart-items {
  background: #03acdc;
  color: #ec1f26;
  border-radius: #ec1f26;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  display: none;
}
.cart-holder:before {
  display: block;
  content: url("data:image/svg+xml;charset=UTF-8, <svg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 122.9 107.5' style='enable-background:new 0 0 122.9 107.5;fill:white;' xml:space='preserve'><g><path d='M3.9,7.9C1.8,7.9,0,6.1,0,3.9C0,1.8,1.8,0,3.9,0h10.2c0.1,0,0.3,0,0.4,0c3.6,0.1,6.8,0.8,9.5,2.5c3,1.9,5.2,4.8,6.4,9.1 c0,0.1,0,0.2,0.1,0.3l1,4H119c2.2,0,3.9,1.8,3.9,3.9c0,0.4-0.1,0.8-0.2,1.2l-10.2,41.1c-0.4,1.8-2,3-3.8,3v0H44.7 c1.4,5.2,2.8,8,4.7,9.3c2.3,1.5,6.3,1.6,13,1.5h0.1v0h45.2c2.2,0,3.9,1.8,3.9,3.9c0,2.2-1.8,3.9-3.9,3.9H62.5v0 c-8.3,0.1-13.4-0.1-17.5-2.8c-4.2-2.8-6.4-7.6-8.6-16.3l0,0L23,13.9c0-0.1,0-0.1-0.1-0.2c-0.6-2.2-1.6-3.7-3-4.5 c-1.4-0.9-3.3-1.3-5.5-1.3c-0.1,0-0.2,0-0.3,0H3.9L3.9,7.9z M96,88.3c5.3,0,9.6,4.3,9.6,9.6c0,5.3-4.3,9.6-9.6,9.6 c-5.3,0-9.6-4.3-9.6-9.6C86.4,92.6,90.7,88.3,96,88.3L96,88.3z M53.9,88.3c5.3,0,9.6,4.3,9.6,9.6c0,5.3-4.3,9.6-9.6,9.6 c-5.3,0-9.6-4.3-9.6-9.6C44.3,92.6,48.6,88.3,53.9,88.3L53.9,88.3z M33.7,23.7l8.9,33.5h63.1l8.3-33.5H33.7L33.7,23.7z'/></g></svg>");
  margin: 0;
  line-height: 1em;
  color: #000;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
  width: 23px;
  height: 23px;
  padding-top: 2px;
}
.cart-holder:hover:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.cart-opened:before {
  color: #282828;
}
.cart-wrapper {
  width: 77px;
  position: relative;
}
span.cart-items.full {
  color: #000;
  right: -22px;
  top: 0;
  position: absolute;
  font-weight: 500;
  display: flex;
  font-size: 13px;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 22px;
  height: 22px;
  z-index: 99;
  border-radius: 100%;
}
.woocommerce-cart span.cart-items.full,
.woocommerce-checkout span.cart-items.full {
  display: none;
}
.cart-wrapper.d-md-none {
  position: absolute;
  width: auto;
  top: 70px;
  right: 20px;
}
/* WooCommerce My Account Custom */
/* ============================= */
@media only screen and (min-width: 768px) {
  .woocommerce-MyAccount-navigation {
    padding-right: 2ch;
  }
}
.woocommerce-MyAccount-navigation ul {
  margin-left: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}
.woocommerce-MyAccount-navigation ul li a {
  padding: 0.875em 0;
  display: block;
}
.woocommerce-MyAccount-navigation ul li a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  content: "\f0f6";
  line-height: 1.618;
  margin-left: 0.5407911em;
  width: 1.41575em;
  text-align: right;
  float: right;
  opacity: 0.25;
}
.woocommerce-MyAccount-navigation ul li a:hover:before {
  opacity: 1;
}
.woocommerce-MyAccount-navigation ul li.is-active a:before {
  opacity: 1;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "\f0e4";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\f291";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: "\f1c6";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\f015";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
  content: "\f09d";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\f007";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\f08b";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before {
  content: "\f021";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--memorycards a:before {
  content: "\f2c3";
}
.my_account_orders .button.view:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  content: "\f06e";
  margin-left: 0.5407911em;
}
p.order-again .button:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  content: "\f021";
  margin-left: 0.5407911em;
}
.woocommerce-MyAccount-downloads .button:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  content: "\f0ed";
  margin-left: 0.5407911em;
}
.line-height-1 {
  line-height: 1;
  margin-bottom: 0;
}
/*# sourceMappingURL=custom.css.map */