





@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.control-prefix {
  margin-top: 6px;
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #5dabff;
  border-color: #5dabff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #5dabff;
  border-color: #5dabff;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #5dabff;
  border-color: #5dabff;
  box-shadow: 0 0 0 0.2rem rgba(58, 193, 225, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #5dabff;
  border-color: #5dabff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #5dabff;
  border-color: #1186a2;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 193, 225, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #5dabff;
  border-color: #5dabff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #5dabff;
  border-color: #5dabff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 182, 220, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #5dabff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #5dabff;
  border-color: #5dabff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 182, 220, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #5dabff;
  text-decoration: none;
}

.btn-link:hover {
  color: #107d97;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

@media screen and (max-width: 599px) {
  #wpadminbar {
    overflow: auto;
    top: 44px;
  }
}

body.nav-mobile-open #wpadminbar {
  display: none;
}

@media screen and (max-width: 599px) {
  main img {
    max-width: 100%;
    height: auto;
  }
}

.wp-block-image.w-100 figure,
.wp-block-image.w-100 img {
  width: 100%;
  height: auto;
}

form[role=search]>div {
  display: flex;
  align-items: center;
  position: relative;
}

form[role=search]>div:after {
  content: "\f002";
  font-family: "FontAwesome";
  position: absolute;
  top: 2px;
  right: 0.6rem;
  color: #fff;
  font-weight: 300;
  pointer-events: none;
  font-size: 15px;
}

form[role=search] input[type=text] {
  border-radius: 4em 0 0 4em;
  height: 28px;
  border: 1px solid #dedede;
  color: #5d666a;
  background-color: #fafafa;
  padding: 7px 0 7px 7px;
  position: relative;
  width: 166px;
  vertical-align: top;
  border-right: 0;
  font-size: 12px;
  box-shadow: inset 0 -2px rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s;
}

form[role=search] input[type=text]:focus,
form[role=search] input[type=text]:hover {
  background-color: #fff;
  outline: none;
}

form[role=search] input[type=text]:focus {
  box-shadow: inset 0 -2px rgba(0, 0, 0, 0.05), 0 0 0 0.125rem rgba(23, 182, 220, 0.5);
}

form[role=search] input[type=text]:focus+input[type=submit] {
  box-shadow: inset 0 -2px rgba(0, 0, 0, 0.05), 0 0 0 0.125rem rgba(23, 182, 220, 0.5);
}

form[role=search] input[type=submit] {
  border-radius: 0 4em 4em 0;
  background-color: #5dabff;
  color: #fff;
  border: none;
  height: 28px;
  width: 2rem;
  box-shadow: inset 0 -2px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s;
}

form[role=search] input[type=submit]:hover {
  background-color: #3bc9eb;
}

#breadcrumbs {
  margin-bottom: 2rem;
  font-size: 14px;
}

#wrapper>.wpcp-carousel-wrapper .slick-dots {
  margin-top: 0;
}

#wrapper>.wpcp-carousel-wrapper .slick-dots li button {
  width: 15px;
  height: 15px;
}

#sp-wp-carousel-free-id-591 {
  padding: 0;
  margin-bottom: 2rem;
}

#sp-wp-carousel-free-id-591 img {
  width: 100%;
  height: auto;
}

.btn-hp-secondary {
  background: #5dabff;
  font-weight: 700;
  color: #041D25;
  text-transform: uppercase;
  box-shadow: none;
  font-size: 0.875em;
  padding: 0.5rem 1rem;
  display: inline-flex;
  align-items: center;
  border: none;
}

.btn-hp-secondary svg {
  margin-left: 0.5rem;
  transition: margin-left 0.3s;
}

.btn-hp-secondary:hover {
  color: #041D25;
  background: #5dabff;
}

.btn-hp-secondary:hover svg {
  margin-left: 1rem;
}

.btn-vv-secondary,
.vv-alert-footer .vv-alert-btn,
.vv-button {
  display: flex;
  color: rgba(15, 15, 15);
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: rgba(93, 171, 255);
  border-radius: 33px;
  justify-content: center;
  min-height: 3rem;
  align-items: center;


}

.btn-vv-secondary svg,
.vv-alert-footer .vv-alert-btn svg,
.vv-button svg {
  margin-left: 0.5rem;
  transition: margin-left 0.3s;
}

.btn-vv-secondary:hover,
.vv-alert-footer .vv-alert-btn:hover,
.vv-button:hover {
  color: rgba(15, 15, 15);
  background: rgba(53, 150, 255);
  text-decoration: none;
}

.btn-vv-secondary:hover svg,
.vv-alert-footer .vv-alert-btn:hover svg,
.vv-button:hover svg {
  margin-left: 1rem;
}

.site-branding-wrap a {
  text-decoration: none !important;
}

@media screen and (max-width: 992px) {
  .site-branding-wrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #5dabff;
    padding: 0.25rem 0.5rem;
    z-index: 1040;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .site-branding-wrap img {
    height: 30px;
  }
}

.site-branding-wrap #navToggle {
  position: relative;
  height: 36px;
  padding: 10px 25px;
}

@media screen and (min-width: 992px) {
  .site-branding-wrap #navToggle {
    display: none;
  }
}

.site-branding-wrap #navToggle .icon-nav-toggle:before {
  transition: transform 0.3s;
  content: "\f0c9";
  font-family: "FontAwesome";
  font-weight: 300;
  position: absolute;
  top: 5px;
  left: 17px;
}



.post-content-single>div[style*=justify] {
  text-align: left !important;
}

.post-content-back-wrap {
  padding: 2rem 0;
}

@media screen and (min-width: 1200px) {
  main>h2.title {
    max-width: 900px;
  }
}

.control {
  display: block;
  width: 100%;

margin-top: 6px;
  border-color: #8c94a8;
  border-radius: .5rem;
  border-width: 1px;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  font-size: 16px;
  line-height: 24px;
  padding: .875rem 1rem;
}

.control[disabled],
.control[readonly] {
  background-color: #f7f7f7;
  pointer-events: none;
}

.control-label {
  color: rgba(89, 99, 122, var(--tw-text-opacity));
    font-size: 12px;
    line-height: 18px;
}

.control-wrap {
  margin-bottom: 1rem;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}

.control-wrap .control-group {
  display: flex;
}

.control-wrap .control-group .control {
  flex: 1;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.control-wrap .control-group .control-prefix {
  background-color: rgb(248, 249, 250);
  border: 1px solid rgb(233, 236, 239);
  margin-right: -1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  font-size: 12px;
}

.control-wrap.required .control-label:after {
  content: " *";
  color: #dc3545;
}

.control-wrap input::-webkit-outer-spin-button,
.control-wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.control-wrap input[type=number] {
  -moz-appearance: textfield;
}

.control-wrap.control--invalid.control--blinking {
  animation: blink 1s 2;
}

.control-wrap.control--invalid .control {
  border-color: #dc3545;
}

.control-wrap.control--invalid .control:focus {
  outline: #dc3545;
}

.control-wrap.control--invalid .control-prefix {
  border-color: #dc3545;
  background-color: rgba(220, 53, 69, 0.7);
}

.control-wrap.control-accent .control {
  border-color: #5dabff;
}

.control-wrap.control-accent .control:focus {
  outline: #5dabff;
}

.control-wrap.control-accent .control-prefix {
  border-color: #5dabff;
  background-color: rgba(181, 221, 26, 0.7);
}

.control-wrap.control-danger .control {
  border-color: #dc3545;
}

.control-wrap.control-danger .control:focus {
  outline: #dc3545;
}

.control-wrap.control-danger .control-prefix {
  border-color: #dc3545;
  background-color: rgba(220, 53, 69, 0.7);
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.control-group .Phone .wpcf7-not-valid-tip {
  position: absolute;
  left: -40px;
  width: calc(100% + 40px);
}

.wpcf7-form-control-wrap {
  flex-grow: 1;
}

.vv-form-img {
  max-width: 100%;
}

.tooltip {
  z-index: 1050;
  background: #fff;
  border: 1px solid #b6b6b6;
  box-shadow: 0 0 5px #aaa;
  color: #5d666a;
  max-width: 300px;
  padding: 0.5rem;
  font-size: 14px;
  border-radius: 0.25rem;
}

#cboxLoadedContent {
  margin-bottom: 38px;
}

img.cboxElement:hover {
  cursor: pointer;
}

.embed-responsive>.wp-block-embed__wrapper,
.is-style-16by9>.wp-block-embed__wrapper {
  position: static;
}

.is-style-16by9>.wp-block-embed__wrapper {
  position: static;
}

@media screen and (min-width: 1200px) {
  .wp-block-table {
    overflow: visible;
  }
}

.wp-block-table:not([class*=is-style])>table>*>tr>td,
.wp-block-table:not([class*=is-style])>table>*>tr>th {
  border: 1px solid #c4c4c4;
  padding: 0.25rem;
}

table.tablepress>*>tr>td,
table.tablepress>*>tr>th {
  border: 1px solid #c4c4c4;
  padding: 0.25rem;
}

@media screen and (max-width: 599px) {
  .is-style-fit-mobile table {
    table-layout: fixed;
  }

  .is-style-fit-mobile table td,
  .is-style-fit-mobile table th {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
}

.wptb-table-container table {
  border: none !important;
}

.wptb-table-container table tr {
  transition: background 0.3s;
}

.wptb-table-container table tr:hover {
  background: rgba(181, 221, 26, 0.3) !important;
}

.wptb-table-container table tr:first-child td {
  border-top: none !important;
}

.wptb-table-container table tr:last-child td {
  border-bottom: none !important;
}

.wptb-table-container table tr td:first-child {
  border-left: none !important;
}

.wptb-table-container table tr td:last-child {
  border-right: none !important;
}

.wptb-table-container .wptb-text-container[style*="font-size: 28px;"] strong {
  color: #5dabff !important;
}

.social-links-list a.wp-block-navigation-item__content {
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
}

.social-links-list a.wp-block-navigation-item__content:hover {
  background-color: rgb(233, 233, 233);
}

.social-links-list a.wp-block-navigation-item__content svg {
  color: #0078ff;
  font-size: 1.5em;
}




#wrapper {
  margin: 0 auto;
  background-color: #fff;
  padding: 0;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 16px -8px black;
  -moz-box-shadow: 0 0 16px -8px black;
  box-shadow: 0 0 16px -8px black;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  min-height: 1px;
}

#wrapper>* {
  flex-shrink: 0;
}

#wrapper>main {
  flex-grow: 1;
}

#wrapper>.wpcp-carousel-wrapper>.wpcp-carousel-section {
  padding: 0;
}

@media screen and (max-width: 992px) {
  #wrapper {
    padding-top: 46px;
  }
}

#wrapper.wrapper-foreign {
  margin-top: 1rem;
  box-shadow: none;
  border: 1px solid #e3e3e3;
  border-radius: 0.5rem;
  max-width: 961px;
  padding: 15px 26px 0 26px;
  position: relative;
  z-index: 1;
}

.vv-button {
  text-transform: uppercase;
}

.vv-button svg {
  margin-left: 0;
  margin-right: 1rem;
  transition: margin-right 0.3s;
}

.vv-button:hover {
  text-decoration: none;
}

.vv-button:hover svg {
  margin-left: 0;
  margin-right: 0.5rem;
}

.vv-card-icon,
.vv-projects-card {
  background-color: #F6FBFF;
  padding: 2rem 1.25rem;
}


@media (max-width: 1199.98px) {
  .vv-tabs-card .vv-tabs-panel-links {
    display: flex;
    flex-wrap: nowrap;
    padding: 1rem;
    overflow-x: auto;
  }
}

.has-vv-blue-color {
  color: #5dabff;
}




h2.title {
  display: block;
  color: #5dabff;
  font-size: 26px;
  padding-bottom: 9px;
  text-transform: uppercase;
  text-align: left;
  line-height: 30px;
  font-weight: 400;
}

@keyframes moveInX {
  0% {
    transform: translateX(-16px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.control-rating .control-label {
  display: flex;
}

.control-rating-star {
  color: #E9ECEF;
}

@media (max-width: 991.98px) {
  .control-rating-star svg {
    height: auto;
    width: 2.5rem !important;
  }
}

.control-rating-star:hover {
  color: rgba(255, 193, 7, 0.5);
  cursor: pointer;
}

.control-rating-star:hover~label {
  color: rgba(255, 193, 7, 0.5);
}

.control-rating-star-wrap {
  display: inline-flex;
  flex-direction: row-reverse;
  padding: 0.5rem 0;
}

.control-rating-star-wrap input[type=radio]:checked~label {
  color: #ffc107;
}

.control-select.control-wrap {
  position: relative;
}

.control-select .control--value {
  display: none;
}

.control-select .control--placeholder {
  color: #6c757d;
}

.control-select-list {
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(67, 67, 67, 0.05), 0px 8px 10px rgba(67, 67, 67, 0.08);
  border-radius: 0.5rem;
  z-index: 10;
  position: absolute;
}

.control-select-item {
  padding: 0.5rem 1rem;
  transition: background-color 0.3s;
  display: block;
  margin-bottom: 1px;
}

.control-select-item:hover {
  background-color: #5dabff;
  cursor: pointer;
}

.control-select-item.active {
  background-color: #5dabff;
  color: #fff;
}

[is=control-select-radio] input[type=radio]:checked+.control-select-item {
  background-color: #5dabff;
  color: #fff;
}

[is=control-select-radio] input[type=radio]:focus+.control-select-item {
  background-color: #5dabff;
  cursor: pointer;
}

[is=control-select-radio] input[type=radio].filtered {
  display: none;
}

[is=control-select-radio] input[type=radio].filtered+.control-select-item {
  display: none;
}

[is=control-select-radio]:disabled .control--pseudo {
  background-color: #e1e1e1;
  color: #6c757d;
  pointer-events: none;
}

.control-file-btn {
  display: inline-flex;
  align-items: center;
  background-color: #F8F9FA;
  border-radius: 0.125rem;
  font-weight: 700;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  padding: 0.75rem 1rem;
  transition: background-color 0.3s;
}

.control-file-btn svg {
  margin-left: 0.5rem;
  transition: margin-left 0.3s;
}

.control-file-btn:hover {
  cursor: pointer;
  background-color: #E9ECEF;
}

.control-file-btn:hover svg {
  margin-left: 1.125rem;
}

.control--invalid .control-file-btn {
  background-color: rgba(220, 53, 69, 0.3);
}

.control-file-list {
  display: block;
}

.control-file-item {
  display: flex;
  background-color: #F8F9FA;
}

.control-file-item-meta {
  padding: 0.75rem 1rem;
  flex: 1;
}

.control-file-item-actions {
  padding: 0.75rem 1rem;
  align-self: center;
}

.control-file-item-size {
  color: #6c757d;
  font-size: 0.85rem;
}

.control-file-remove {
  border: none;
  background-color: transparent;
  transform: scaleX(1.25);
  font-size: 1.25rem;
}

.control-file .control--value:focus+.control-file-btn {
  outline: 3px solid rgba(93, 171, 255, 0.8);
}

.control-file-multi-clone~.control-file .control-file-btn {
  display: none;
}

.control-checkbox .control-label {
  padding-left: 1rem;
}

.control-checkbox .control-label-wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.control-checkbox .control--value:checked+.control-label-wrap .control-checkbox-box {
  border-color: #5dabff;
}

.control-checkbox .control--value:checked+.control-label-wrap .control-checkbox-box .box-check {
  opacity: 1;
}

.control-checkbox .control--value:focus+.control-label-wrap {
  outline: 3px solid rgba(93, 171, 255, 0.8);
}

.control-checkbox-box {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #CDCFD0;
  border-radius: 0.25rem;
  transition: border-color 0.3s;
  flex-shrink: 0;
  position: relative;
}

.control-checkbox-box .box-check {
  background-color: #5dabff;
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0;
  transition: opacity 0.3s;
}

.control-checkbox-box .box-check svg {
  margin: auto;
}

.control-checkbox-box:hover {
  border-color: #5dabff;
  cursor: pointer;
}

.control-radio .control-label {
  padding-left: 1rem;
}

.control-radio .control-label-wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.control-radio .control--value:focus+.control-label-wrap .control-radio-box {
  border-color: #5dabff;
}

.control-radio .control--value:focus+.control-label-wrap .control-radio-box .box-check {
  border: 0.45rem solid #5dabff;
  opacity: 0.5;
}

.control-radio .control--value:checked+.control-label-wrap .control-radio-box {
  border-color: #5dabff;
}

.control-radio .control--value:checked+.control-label-wrap .control-radio-box .box-check {
  border: 0.45rem solid #5dabff;
  opacity: 1;
}

.control-radio-box {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #CDCFD0;
  border-radius: 50%;
  transition: border-color 0.3s;
  flex-shrink: 0;
  position: relative;
}

.control-radio-box .box-check {
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  opacity: 0;
  transition: opacity 0.3s;
}

.control-radio-box .box-check svg {
  margin: auto;
}

.control-radio-box:hover {
  border-color: #5dabff;
  cursor: pointer;
}

.control-radio-group .control-radio .control-label:after {
  display: none;
}

.control-radio-group fieldset {
  padding-top: 1.25rem;
}

.control-radio-group fieldset.border-danger {
  border: 1px solid;
  border-radius: 0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.vv-alert {
  border-radius: 0.25rem;
  background-color: #fff;
  margin: 0.5rem;
  text-align: center;
}

.vv-alert-wrap {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: flex;
  animation: vvAlertFade 0.3s forwards;
}

.vv-alert-content {
  margin: auto;
  width: 600px;
  max-width: 100%;
}

.vv-alert-icon {
  margin-bottom: 0.5rem;
}

.vv-alert-body {
  padding: 1rem;
}

.vv-alert-footer {
  padding: 0 1rem 1rem 1rem;
}

.vv-alert-footer .vv-alert-btn.vv-alert-ok {
  background-color: #5dabff;
  color: rgba(15, 15, 15);
  text-transform: uppercase;
}

.vv-alert-header {
  padding: 1rem 1rem 0 1rem;
}

.vv-alert-header h4 {
  margin-bottom: 0;
}

@keyframes vvAlertFade {
  from {
    background-color: rgba(0, 0, 0, 0);
  }

  to {
    background-color: rgba(0, 0, 0, 0.3);
  }
}

.btn .loader,
.btn .loader:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
}

.btn .loader {
  margin: auto;
  margin-right: 0.5rem;
  font-size: 10px;
  top: calc(50% - 0.6rem);
  left: calc(50% - 0.6rem);
  text-indent: -9999em;
  border-top: 0.2em solid rgba(255, 255, 255, 0.2);
  border-right: 0.2em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.2em solid rgba(255, 255, 255, 0.2);
  border-left: 0.2em solid #ffffff;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}

@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.wizard-pane {
  animation: fadeIn 0.3s forwards;
}

.wizard-pane:not(.open) {
  display: none;
}

.wizard-step {
  margin-left: 8px;
  display: flex;
}

.wizard-step-track {
  flex: 0;
  width: 2rem;
  margin-right: 2rem;
  margin-bottom: 2rem;
}

.wizard-step-track:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgb(205, 207, 208);
  margin: auto;
}

.wizard-step-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgb(242, 244, 245);
  border: 1px solid rgb(205, 207, 208);
  display: flex;
}

.wizard-step-icon {
  display: none;
  margin: auto;
}

.wizard-step-title {
  font-weight: 700;
}

.wizard-step-text {
  padding-bottom: 2.5rem;
}

.wizard-step:last-of-type .wizard-step-track::after {
  display: none;
}

.wizard-step:hover {
  cursor: default;
}

.wizard-step.wizard-step--valid:hover {
  cursor: pointer;
}

.wizard-step.wizard-step--valid .wizard-step-dot {
  background-color: rgba(93, 171, 255, 0.2);
  border-color: rgba(93, 171, 255, 0.8);
}

.wizard-step.wizard-step--valid+.wizard-step--default:not(.wizard-step--active) .wizard-step-dot {
  background-color: rgba(93, 171, 255, 0.2);
  border-color: rgba(93, 171, 255,  0.5);
}

.wizard-step.wizard-step--complete:hover {
  cursor: pointer;
}

.border-danger {
  border: 1px solid #E0185B ;

}

.wizard-step.wizard-step--complete .wizard-step-dot {
  background-color: #5dabff;
  border-color: #5dabff;
  box-shadow: 0px 8px 8px 0px rgba(23, 182, 220, 0.08), 0px -2px 8px 0px rgba(23, 182, 220, 0.08);
}

.wizard-step.wizard-step--complete .wizard-step-dot .icon-check {
  display: block;
}

.wizard-step.wizard-step--complete .wizard-step-title {
  color: #5dabff;
}

.wizard-step.wizard-step--complete .wizard-step-title .fa-pencil-alt {
  margin-left: 20px;
  display: inline-block;
}

.wizard-step.wizard-step--active:hover {
  cursor: pointer;
}

.wizard-step.wizard-step--active .wizard-step-dot {
  background-color: #5dabff;
  border-color: #5dabff;
  box-shadow: 0px 8px 8px 0px rgba(23, 182, 220, 0.08), 0px -2px 8px 0px rgba(23, 182, 220, 0.08);
  transform: scale(1.5);
}

.wizard-step.wizard-step--active .wizard-step-dot .icon-minus {
  display: block;
}

.wizard-step.wizard-step--active .wizard-step-title {
  color: #5dabff;
}

.control-switch-content {
  display: grid;
  grid-template-columns: 48px auto;
  column-gap: 1rem;
}

.control-switch-track {
  background-color: #E3E5E5;
  border-radius: 50rem;
  padding: 2px;
  height: 28px;
  position: relative;
  transition: background-color 0.3s;
}

.control-switch-track::before {
  content: "";
  width: 24px;
  display: block;
  padding-bottom: 50%;
  border-radius: 50%;
  position: absolute;
  background-color: #fff;
  top: 2px;
  left: 2px;
  transition: left 0.3s;
}

.control-switch .control--value:checked+.control-switch-content .control-switch-track {
  background-color: #5dabff;
}

.control-switch .control--value:checked+.control-switch-content .control-switch-track::before {
  left: calc(100% - 26px);
}

.control-switch .control-label {
  font-weight: 500;
  color: #444444;
  line-height: 1;
}

.control-switch .control-description {
  color: #737B80;
}

.control-switch:hover .control-switch-track {
  cursor: pointer;
  background-color: #5dabff;
}


.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #5d666a;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #5dabff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}



.form-registration .form-reg-calendar {
  margin-bottom: 2rem;
}

.form-registration .form-reg-calendar table {
  animation: fadeIn 0.5s ease-out forwards;
}

.form-registration .form-reg-calendar table td {
  padding: 0.25rem;
}

.form-registration .form-reg-calendar table th {
  text-align: center;
}

.form-registration .form-reg-calendar .btn-clndr {
  border: 0;
  background-color: transparent;
}

.form-registration .form-reg-calendar .clndr-header {
  display: flex;
  align-items: center;
}

.form-registration .form-reg-calendar .clndr-header>h2 {
  flex-grow: 1;
}

.form-registration .form-reg-calendar .clndr-day {
  display: flex;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e8e8e8;
  border: 1px solid #DFDFDF;
}

.form-registration .form-reg-calendar .clndr-day:hover:not(.disabled) {
  cursor: pointer;
}

.form-registration .form-reg-calendar .clndr-day.allowed {
  background-color: #fff;
  border: 1px solid rgb(223, 223, 223);
}

.form-registration .form-reg-calendar .clndr-day--adjecent {
  opacity: 0.5;
}

.form-registration .form-reg-calendar .clndr-day--adjecent:not(.allowed) {
  color: rgba(93, 102, 106, 0.5);
}

.form-registration .form-reg-calendar .clndr-day.active {
  background-color: #5dabff;
  color: #fff;
}

.form-registration .form-reg-calendar .clndr-day>span {
  margin: auto;
  font-size: 12px;
}

.form-registration .form-reg-pane {
  display: none;
}

.form-registration .form-reg-pane .btn-prev {
  box-shadow: none;
  text-transform: uppercase;
  font-weight: 600;
  color: rgb(115, 123, 128);
  transition: color 0.3s;
}

.form-registration .form-reg-pane .btn-prev:hover {
  color: #5d666a;
}

.form-registration .form-reg-pane.open {
  display: block;
}

.form-registration .form-reg-step {
  display: flex;
}

.form-registration .form-reg-step .title {
  font-size: 22px;
  transition: color 0.3s;
}

@media (max-width: 991.98px) {
  .form-registration .form-reg-step .title {
    font-size: 18px;
    margin-bottom: 0;
  }
}

.form-registration .form-reg-step .title .icon-edit {
  display: none;
}

.form-registration .form-reg-step .desc {
  min-height: 3rem;
  margin-bottom: 1rem;
}

@media (max-width: 991.98px) {
  .form-registration .form-reg-step .desc {
    min-height: auto;
    font-size: 0.875rem;
  }
}

.form-registration .form-reg-step-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgb(242, 244, 245);
  border: 1px solid rgb(205, 207, 208);
  display: flex;
}

.form-registration .form-reg-step-dot-wrap {
  margin-right: 2rem;
  margin-bottom: 2rem;
}

.form-registration .form-reg-step-dot-wrap:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgb(205, 207, 208);
  margin: auto;
}

.form-registration .form-reg-step-dot .icon-check,
.form-registration .form-reg-step-dot .icon-minus {
  display: none;
  margin: auto;
}

.form-registration .form-reg-step:last-child .form-reg-step-dot-wrap:after {
  display: none;
}

.form-registration .form-reg-step:hover {
  cursor: pointer;
}

.form-registration .form-reg-step.active .title,
.form-registration .form-reg-step.complete .title {
  color: #5dabff;
}

.form-registration .form-reg-step.active .form-reg-step-dot,
.form-registration .form-reg-step.complete .form-reg-step-dot {
  background-color: #5dabff;
  border-color: #5dabff;
  box-shadow: 0px 8px 8px 0px rgba(23, 182, 220, 0.08), 0px -2px 8px 0px rgba(23, 182, 220, 0.08);
}

.form-registration .form-reg-step.active .form-reg-step-dot {
  transform: scale(1.5);
}

.form-registration .form-reg-step.active .icon-minus {
  display: block;
}

.form-registration .form-reg-step.complete .icon-edit {
  display: inline;
  margin-left: 20px;
}

.form-registration .form-reg-step.complete .icon-check {
  display: block;
}

.prisijungimo-forma .alert-ajax {
  margin: 2rem 0;
  padding: 1rem;
  text-align: center;
  font-size: 1.25rem;
  color: #5dabff;
  border-radius: 0.5rem;
  border: 1px dashed #5dabff;
}

.prisijungimo-forma .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 58px;
  vertical-align: middle;
}

.prisijungimo-forma .lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5dabff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.prisijungimo-forma .lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

.prisijungimo-forma .lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}

.prisijungimo-forma .lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}

.prisijungimo-forma .lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(19px, 0);
  }
}

.alert-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.03);
}

.alert-modal:not(.d-none):not(.loading-hidden) {
  pointer-events: all;
  z-index: 99999;
}

.alert-modal .card {
  width: 450px;
  max-width: 100%;
  text-align: center;
  background: #fff;
  padding: 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18), 0 2px 4px rgba(147, 211, 230, 0.322), 0 5px 14px -5px rgba(147, 211, 230, 0.322);
  margin-bottom: 1rem;
  border-radius: 2px;
  border-top: 2px solid #17b3e2;
}

.prisijungimo-forma #loading-card:not(.loading-hidden) {
  animation: fadeInLoading 0.5s backwards ease-in-out;
  animation-delay: 0.5s;
  pointer-events: all;
}

.prisijungimo-forma #loading-card.loading-hidden {
  opacity: 0;
  z-index: -1;
}

@keyframes fadeInLoading {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.prisijungimo-forma option:disabled {
  background-color: #fff;
  color: #ccc;
}

.prisijungimo-forma .captcha-img-wrap {
  position: relative;
  display: inline-block;
  padding-right: 30px;
}

.prisijungimo-forma .captcha-img-wrap #refreshCaptcha {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .prisijungimo-forma .demesio {
    padding: 1rem;
    text-align: left;
  }
}

.list-unstyled {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.is-style-multidots {
  border: none;
  border-bottom: 1px dotted #5dabff;
  background: none !important;
  margin-bottom: 15px;
}

.clearfix::before,
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}


.d-none {
  display: none;
}

.vv-alert-footer {
  display: flex
;
    justify-content: center;
}
