html,
body {
  overflow-x: hidden;
}
body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.06rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #4284df !important;
}
.bg-success {
  background-color: #0cbf37 !important;
}
.bg-info {
  background-color: #7237a2 !important;
}
.bg-warning {
  background-color: #f8f9c4 !important;
}
.bg-danger {
  background-color: #efefef !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #4284df !important;
  border-color: #4284df !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #4284df !important;
  border-color: #4284df !important;
}
.btn-primary:before {
  background-color: #1f5eb6 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1f5eb6 !important;
  border-color: #1f5eb6 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #f27d7a !important;
  border-color: #f27d7a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #f27d7a !important;
  border-color: #f27d7a !important;
}
.btn-secondary:before {
  background-color: #eb3934 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #eb3934 !important;
  border-color: #eb3934 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
}
.btn-info:before {
  background-color: #4a2469 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4a2469 !important;
  border-color: #4a2469 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #0cbf37 !important;
  border-color: #0cbf37 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #0cbf37 !important;
  border-color: #0cbf37 !important;
}
.btn-success:before {
  background-color: #077722 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #077722 !important;
  border-color: #077722 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
  color: #aaac12 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #aaac12 !important;
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
}
.btn-warning:before {
  background-color: #f0f27f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #aaac12 !important;
  background-color: #f0f27f !important;
  border-color: #f0f27f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-danger:before {
  background-color: #c9c9c9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:before {
  background-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:before {
  background-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #1b53a0;
  color: #1b53a0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  border-color: #4284df;
}
.btn-primary-outline:before {
  background-color: #4284df;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4284df !important;
  border-color: #4284df !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #e9221d;
  color: #e9221d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  border-color: #f27d7a;
}
.btn-secondary-outline:before {
  background-color: #f27d7a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f27d7a !important;
  border-color: #f27d7a !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #3c1d56;
  color: #3c1d56;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  border-color: #7237a2;
}
.btn-info-outline:before {
  background-color: #7237a2;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #065f1b;
  color: #065f1b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  border-color: #0cbf37;
}
.btn-success-outline:before {
  background-color: #0cbf37;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0cbf37 !important;
  border-color: #0cbf37 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #edf067;
  color: #edf067;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #aaac12;
  border-color: #f8f9c4;
}
.btn-warning-outline:before {
  background-color: #f8f9c4;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #707070;
  border-color: #efefef;
}
.btn-danger-outline:before {
  background-color: #efefef;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  border-color: #333333;
}
.btn-black-outline:before {
  background-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  border-color: #ffffff;
}
.btn-white-outline:before {
  background-color: #ffffff;
}
.btn-bgr {
  position: relative;
  transition: border 0.3s ease-in-out, color 0.5s;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.btn-bgr span {
  position: relative;
  z-index: 12;
}
.btn-bgr:before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: -2px;
  right: 105%;
  bottom: -2px;
  transition: right 0.3s ease-in-out;
  z-index: -1;
}
.btn-bgr:hover:before {
  right: -2px;
}
.btn-underline {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.2s ease-out;
}
.btn-underline:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #4284df;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.btn-underline:hover:before {
  width: 100%;
}
.text-primary {
  color: #4284df !important;
}
.text-secondary {
  color: #f27d7a !important;
}
.text-success {
  color: #0cbf37 !important;
}
.text-info {
  color: #7237a2 !important;
}
.text-warning {
  color: #f8f9c4 !important;
}
.text-danger {
  color: #efefef !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #1b53a0 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #e9221d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #065f1b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #3c1d56 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #edf067 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bcbcbc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #7237a2;
}
.alert-warning {
  background-color: #f8f9c4;
}
.alert-danger {
  background-color: #efefef;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4284df;
  border-color: #4284df;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4284df;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f0f6fd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #56f47c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b083d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #4284df;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #4284df;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #4284df;
}
/*Menu*/
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.696rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4284df;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4284df;
  border-bottom-color: #4284df;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #4284df !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f27d7a !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%234284df' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vtvs9tr3yo .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vtvs9tr3yo .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vtvs9tr3yo a {
  font-style: normal;
}
.cid-vtvs9tr3yo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vtvs9tr3yo .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-vtvs9tr3yo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .content-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4284df;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vtvs9tr3yo .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vtvs9tr3yo .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vtvs9tr3yo .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .nav-dropdown .link {
  font-weight: 400;
}
.cid-vtvs9tr3yo .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vtvs9tr3yo .content-right-side {
  text-align: center;
}
.cid-vtvs9tr3yo .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-vtvs9tr3yo .menu-bottom {
    justify-content: flex-end;
  }
  .cid-vtvs9tr3yo img {
    height: 3.8rem !important;
  }
  .cid-vtvs9tr3yo .btn {
    display: -webkit-flex;
  }
  .cid-vtvs9tr3yo button.navbar-toggler {
    display: block;
  }
  .cid-vtvs9tr3yo .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-vtvs9tr3yo .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing,
  .cid-vtvs9tr3yo .navbar-collapse.show {
    display: block !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-vtvs9tr3yo .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vtvs9tr3yo .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vtvs9tr3yo .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vtvs9tr3yo .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-vtvs9tr3yo .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vtvs9tr3yo .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vtvs9tr3yo .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-vtvs9tr3yo .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-vtvs9tr3yo .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-vtvs9tr3yo .navbar {
    display: block;
    padding: 0;
  }
  .cid-vtvs9tr3yo .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vtvs9tr3yo .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-vtvs9tr3yo .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-vtvs9tr3yo .navbar-toggler {
    display: none;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vtvs9tr3yo .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vtvs9tr3yo .menu-logo {
  margin-right: auto;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vtvs9tr3yo .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vtvs9tr3yo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo button.navbar-toggler:focus {
  outline: none;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .btn {
  display: -webkit-flex;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1.5rem);
  }
  .cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .collapsed button.navbar-toggler {
  display: block;
}
.cid-vtvs9tr3yo .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-vtvs9tr3yo .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-vtvs9tr3yo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-vtvs9tr3yo .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vtvs9tr3yo .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vtvs9tr3yo .nav-link:focus {
  outline: none;
}
.cid-vtvs9tr3yo .navbar-toggler {
  position: relative;
}
.cid-vtvs9tr3yo .dropdown-item.active,
.cid-vtvs9tr3yo .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-vtvs9tr3yo .nav-link:hover,
.cid-vtvs9tr3yo .dropdown-item:hover {
  color: #4284df;
}
.cid-vtvs9tr3yo .widget-title,
.cid-vtvs9tr3yo .widget-icon {
  text-align: left;
}
.cid-vtvs9tr3yo .widget-text {
  text-align: left;
}
.cid-vtvs9tr3yo .brand-link {
  font-weight: 700;
  font-size: 0.8rem;
  color: #232323 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.cid-vtvs9tr3yo .guru-red {
  color: #bfff00 !important;
  font-weight: 900;
}
.cid-tCwNmhoZvN {
  padding-top: 160px;
  background-image: url("../../../assets/images/buchalteri-warszawa.png-2000x408.png");
}
.cid-tCwNmhoZvN .container {
  margin-bottom: 15%;
}
.cid-tCwNmhoZvN .content-container .btn-bgr {
  z-index: 0;
}
.cid-tCwNmhoZvN .container-boxes {
  padding-bottom: 0px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-tCwNmhoZvN .box-item {
  width: calc(33.3% - 5rem);
  padding: 2.5rem;
}
.cid-tCwNmhoZvN .box-item:first-child {
  background-color: #4284df;
  margin-top: -200px;
}
.cid-tCwNmhoZvN .box-item:nth-child(2) {
  background-color: #04367c;
}
.cid-tCwNmhoZvN .box-item:last-child {
  background-color: #0c57bf;
}
.cid-tCwNmhoZvN .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-tCwNmhoZvN .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-tCwNmhoZvN .box-list li:last-child {
  border-bottom: none;
}
.cid-tCwNmhoZvN .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-tCwNmhoZvN .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-tCwNmhoZvN .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-tCwNmhoZvN .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-tCwNmhoZvN .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-tCwNmhoZvN .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-tCwNmhoZvN .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-tCwNmhoZvN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCwNmhoZvN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCwNmhoZvN .mbr-text,
.cid-tCwNmhoZvN .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tCwNmhoZvN H1 {
  color: #0c57bf;
  text-align: center;
}
.cid-tCwNmhoZvN .icon-block-top,
.cid-tCwNmhoZvN .box-item-title {
  text-align: left;
}
.cid-tCwNmhoZvN .center-buttons {
  text-align: center;
}
.cid-tCwNmhoZvN .center-buttons a {
  display: inline-block;
  margin: 0.5rem;
}
.cid-tCwNmhoZvN h1,
.cid-tCwNmhoZvN h2,
.cid-tCwNmhoZvN .box-item-title {
  font-weight: 400;
  color: #ffffff;
  text-align: left;
}
.cid-uftP7Fx8UW {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uftP7Fx8UW .mbr-text {
  color: #0c57bf;
}
.cid-uftP7Fx8UW h4 {
  font-weight: 500;
}
.cid-uftP7Fx8UW h4,
.cid-uftP7Fx8UW h5 {
  text-align: center;
}
.cid-uftP7Fx8UW p {
  text-align: center;
}
.cid-uftP7Fx8UW .card-box {
  text-align: center;
}
.cid-uftP7Fx8UW .card-img {
  font-size: 3rem;
}
.cid-uftP7Fx8UW .mbr-iconfont {
  color: #4284df;
}
.cid-uftP7Fx8UW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uftP7Fx8UW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-12j {
  /* Animacja opisu tekstowego */
  /* Style przycisków radiowych */
  /* Style etykiet przycisków radiowych */
  /* Separator między przyciskami radiowymi */
  /* Nagłówek w stylu .mbr-section-subtitle */
  /* Akapit tekstowy w stylu .mbr-text */
  /* Stylizacja przycisków */
  /* Animacja i styl opisu */
  /* Blok wyświetlania ceny */
  /* Tekst wyśrodkowany */
  /* Wyśrodkowanie przycisków */
  /* Przyciski */
  /* Opis i cena wyśrodkowane */
}
#custom-html-12j .mobirise-container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: center;
  /* Wyśrodkowanie tekstu wewnątrz kontenera */
}
#custom-html-12j h1 {
  color: #333;
}
#custom-html-12j .mobirise-button-container {
  margin-top: 20px;
}
#custom-html-12j button {
  margin: 5px;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
  background-color: #007BFF;
  /* Niebieskie tło */
  color: white;
  /* Biały tekst */
  border: none;
  /* Usuwamy obramowanie */
  border-radius: 5px;
  /* Zaokrąglone rogi */
  transition: all 0.3s;
  /* Płynne przejście wszystkich właściwości */
}
#custom-html-12j button:hover {
  background-color: #28a745;
  /* Zielone tło po najechaniu */
  transform: scale(1.3);
  /* Powiększenie o 30% */
}
#custom-html-12j .mobirise-price-display {
  margin-top: 10px;
  font-size: 1.5em;
}
@keyframes pulse {
  0% {
    color: #4284df;
    /* Kolor początkowy */
  }
  50% {
    color: #39d82b;
    /* Kolor w połowie animacji */
  }
  100% {
    color: #4284df;
    /* Powrót do koloru początkowego */
  }
}
#custom-html-12j .price-value {
  font-weight: bold;
  /* Pogrubiony tekst */
  font-size: 1.25em;
  /* Powiększenie czcionki o 25% */
  animation: pulse 5s infinite;
  /* Stosujemy animację przez 5 sekund */
}
#custom-html-12j .netto-text {
  color: green;
  /* Zielony kolor dla 'netto' */
  font-size: 0.5em;
  /* Czcionka 2 razy mniejsza */
  display: block;
  /* Umieszcza 'netto' w osobnym wierszu */
  margin-top: 5px;
  /* Górny odstęp od 'zł' */
}
@keyframes slide-up {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
#custom-html-12j .mobirise-description {
  animation: slide-up 0.5s ease forwards;
  /* Animacja wysuwania */
  display: none;
  /* Domyślnie ukrywamy opis */
}
#custom-html-12j .show {
  display: block;
  /* Pokazujemy opis po dodaniu klasy */
}
#custom-html-12j input[type="radio"] {
  transform: scale(0.92);
  /* Powiększamy przyciski radiowe o 15% */
  accent-color: #39d82b;
  /* Zielony kolor przycisków radiowych */
  margin-right: 10px;
  /* Prawy odstęp dla przycisków radiowych */
  display: inline-block;
  /* Wyśrodkowanie przycisków radiowych */
  vertical-align: middle;
  /* Wyśrodkowanie w pionie */
}
#custom-html-12j label {
  font-size: 1.125em;
  /* Powiększenie rozmiaru czcionki o 15% */
  font-weight: 400;
  /* Mniejsza grubość czcionki */
  margin-right: 20px;
  /* Prawy odstęp między przyciskami */
  cursor: pointer;
  /* Kursor po najechaniu na tekst etykiety */
}
#custom-html-12j .separator {
  display: inline-block;
  /* Używamy do poziomego rozdzielenia */
  width: 1px;
  /* Szerokość separatora */
  height: 20px;
  /* Wysokość separatora */
  background-color: #ccc;
  /* Kolor separatora */
  margin: 0 15px;
  /* Odstępy poziome */
  vertical-align: middle;
  /* Wyśrodkowanie separatora w pionie */
}
@media (max-width: 600px) {
  #custom-html-12j .mobirise-container {
    padding: 10px;
  }
  #custom-html-12j .mobirise-price-display {
    font-size: 1.2em;
    /* Zmiana rozmiaru czcionki dla urządzeń mobilnych */
  }
}
#custom-html-12j .mobirise-container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 4rem 20px;
  /* zgodność z paddingTop */
  background-color: #ffffff;
  /* @bgColor */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
#custom-html-12j .mobirise-container h2 {
  font-size: 2rem;
  /* odpowiednik display-5 */
  font-weight: 600;
  color: #0196e3;
  /* jak .mbr-section-subtitle */
  margin-bottom: 1rem;
}
#custom-html-12j .mobirise-container .block-text {
  font-size: 1.1rem;
  /* odpowiednik display-7 */
  color: #2c1616;
  text-align: left;
  margin: 1rem auto;
  line-height: 1.6;
}
#custom-html-12j .mobirise-button-container {
  margin-top: 20px;
}
#custom-html-12j button {
  margin: 5px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  background-color: #007BFF;
  color: white;
  border: none;
  border-radius: 5px;
  transition: all 0.3s;
}
#custom-html-12j button:hover {
  background-color: #28a745;
  transform: scale(1.3);
}
#custom-html-12j .mobirise-description {
  margin-top: 20px;
  font-size: 1rem;
  color: #36187d;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
#custom-html-12j .mobirise-description.show {
  opacity: 1;
}
#custom-html-12j .mobirise-price-display {
  margin-top: 20px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #36187d;
}
#custom-html-12j .mobirise-container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 4rem 20px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: center;
  /* Wyśrodkowanie CAŁEGO tekstu */
  font-family: 'Roboto', sans-serif;
}
#custom-html-12j .mobirise-container h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #0196e3;
  margin-bottom: 1rem;
}
#custom-html-12j .mobirise-container .block-text {
  font-size: 1.1rem;
  color: #2c1616;
  text-align: center;
  /* Wyśrodkowujemy tekst główny */
  margin: 1rem auto;
  line-height: 1.6;
}
#custom-html-12j .mobirise-button-container {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#custom-html-12j button {
  margin: 5px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  background-color: #007BFF;
  color: white;
  border: none;
  border-radius: 5px;
  transition: all 0.3s;
}
#custom-html-12j button:hover {
  background-color: #28a745;
  transform: scale(1.3);
}
#custom-html-12j .mobirise-description {
  margin-top: 20px;
  font-size: 1rem;
  color: #36187d;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  text-align: center;
  /* Wyśrodkowujemy opis */
}
#custom-html-12j .mobirise-description.show {
  opacity: 1;
}
#custom-html-12j .mobirise-price-display {
  margin-top: 20px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #36187d;
  text-align: center;
  /* Wyśrodkowujemy cenę */
}
#custom-html-12j .mobirise-container h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #0c57bf;
  /* Nowy głęboki niebieski */
  margin-bottom: 1rem;
}
#custom-html-12j button {
  margin: 5px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  background-color: #0c57bf;
  /* Przyciski w tym samym kolorze */
  color: white;
  border: none;
  border-radius: 5px;
  transition: all 0.3s;
}
#custom-html-12j button:hover {
  background-color: #28a745;
  /* Zielony po najechaniu dla kontrastu i call-to-action */
  transform: scale(1.3);
}
#custom-html-12j .tariff-info {
  font-size: 1.1rem;
  font-weight: 600;
  color: #0c57bf;
  /* Głęboki niebieski — dla poczucia pewności */
  text-align: center;
  margin-top: 2rem;
}
#custom-html-12j .document-question {
  font-size: 1.2rem;
  font-weight: 600;
  color: #0cbf37;
  /* Jasna zieleń — nacisk na działanie */
  text-align: center;
  margin: 1.5rem 0;
}
#custom-html-12j .red-highlight {
  color: #f30000 !important;
  font-weight: 800;
}
#custom-html-12j .pricing-title {
  font-size: 140% !important;
  font-weight: 700 !important;
  text-align: center;
  line-height: 1.3;
}
#custom-html-12j .red-highlight {
  color: #f30000 !important;
  font-weight: 800;
}
.cid-ufug7Xt3E5 {
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ufug7Xt3E5 .media-content .btn-bgr {
  z-index: 0;
}
.cid-ufug7Xt3E5 .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-ufug7Xt3E5 h3 {
  color: #000000;
  font-weight: 300;
}
.cid-ufug7Xt3E5 p {
  color: #464646;
}
.cid-ufug7Xt3E5 h2 {
  color: #000000;
}
.cid-ufug7Xt3E5 .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-ufug7Xt3E5 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-ufug7Xt3E5 .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-ufug7Xt3E5 .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-ufug7Xt3E5 .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufug7Xt3E5 .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-ufug7Xt3E5 .mbr-text {
    text-align: center;
  }
}
.cid-ufug7Xt3E5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufug7Xt3E5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufug7Xt3E5 .mbr-section-title,
.cid-ufug7Xt3E5 .mbr-section-btn {
  color: #0c57bf;
  text-align: center;
}
.cid-ufug7Xt3E5 .mbr-section-title,
.cid-ufug7Xt3E5 .mbr-section-btn DIV {
  text-align: left;
}
.cid-ufug7Xt3E5 .mbr-section-title {
  font-weight: 400;
}
.cid-ufug7Xt3E5 .guru-bold {
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #f30000;
  text-transform: uppercase;
}
.cid-uJq8fY2SD3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-uJq8fY2SD3 .images-container.container-fluid {
  padding: 0;
}
.cid-uJq8fY2SD3 .media-container-row {
  margin: 0 auto;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uJq8fY2SD3 .media-container-row .img-item {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uJq8fY2SD3 .media-container-row .img-item img {
  width: 100%;
}
.cid-uJq8fY2SD3 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.cid-uJq8fY2SD3 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uJq8fY2SD3 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
.cid-uJq8fY2SD3 .media-container-row .img-item.item1 .img-caption {
  right: 2rem;
}
@media (max-width: 992px) {
  .cid-uJq8fY2SD3 .img-item {
    width: 100% !important;
  }
  .cid-uJq8fY2SD3 .img-item.item1 {
    width: 100%;
    -webkit-flex-basis: initial !important;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJq8fY2SD3 .media-container-row .img-item {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
.cid-uP84dlneSC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uP84dlneSC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP84dlneSC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP84dlneSC .items-wrap {
  justify-content: space-between;
}
.cid-uP84dlneSC .title-wrapper {
  margin-bottom: 32px;
}
.cid-uP84dlneSC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP84dlneSC .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uP84dlneSC .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP84dlneSC .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uP84dlneSC .mbr-figure iframe {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uP84dlneSC .video-block {
    margin-bottom: 24px;
  }
}
.cid-uP84dlneSC .mbr-figure__img {
  object-fit: cover;
}
.cid-uP84dlneSC .app-video-wrapper::before {
  color: #ffffff;
  box-shadow: none;
}
.cid-uP84dlneSC .mbr-section-title {
  color: #000000;
}
.cid-uP84dlneSC .mbr-text {
  color: #000000;
}
.cid-uP84dlneSC .mbr-section-title,
.cid-uP84dlneSC .mbr-section-btn {
  text-align: center;
  color: #0c57bf;
}
.cid-uP87prHbr3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP87prHbr3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP87prHbr3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP87prHbr3 .mbr-tag {
  margin-bottom: 16px;
  color: #adadad;
}
@media (max-width: 992px) {
  .cid-uP87prHbr3 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uP87prHbr3 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uP87prHbr3 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uP87prHbr3 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uP87prHbr3 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uP87prHbr3 .mbr-section-btn .btn::after,
.cid-uP87prHbr3 .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uP87prHbr3 .mbr-section-btn .btn:hover,
.cid-uP87prHbr3 .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uP87prHbr3 .mbr-section-btn .btn:hover::after,
.cid-uP87prHbr3 .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uP87prHbr3 .items-wrapper {
  margin: 0 -20px;
}
.cid-uP87prHbr3 .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uP87prHbr3 .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-uP87prHbr3 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uP87prHbr3 .items-wrapper .item:nth-child(2n) {
  transform: translateY(40px);
}
@media (max-width: 992px) {
  .cid-uP87prHbr3 .items-wrapper .item:nth-child(2n) {
    transform: none;
  }
}
.cid-uP87prHbr3 .items-wrapper .item:hover .item-wrapper .item-img .image-wrap img,
.cid-uP87prHbr3 .items-wrapper .item:focus .item-wrapper .item-img .image-wrap img {
  transform: scale(1.06) translateX(0);
}
.cid-uP87prHbr3 .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uP87prHbr3 .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: -40px;
}
.cid-uP87prHbr3 .items-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
}
.cid-uP87prHbr3 .items-wrapper .item .item-wrapper .item-img .image-wrap img {
  height: 315px;
  object-fit: cover;
  transition: all .3s ease;
  border-radius: 0 !important;
  transform: scale(1.06) translateX(-8px);
}
.cid-uP87prHbr3 .items-wrapper .item .item-wrapper .item-content {
  padding: 80px 40px 40px 40px;
  border: 2px solid #2c2c2c;
}
@media (max-width: 992px) {
  .cid-uP87prHbr3 .items-wrapper .item .item-wrapper .item-content {
    padding: 80px 20px 20px 20px;
  }
}
.cid-uP87prHbr3 .items-wrapper .item .item-wrapper .item-content .item-name {
  margin-bottom: 16px;
}
.cid-uP87prHbr3 .items-wrapper .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uP87prHbr3 .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uP87prHbr3 .items-wrapper .item .item-wrapper .item-content .item-btn {
    margin-bottom: 0;
  }
}
.cid-uP87prHbr3 .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  padding: 17px 20px;
  margin-bottom: 0;
}
.cid-uP87prHbr3 .mbr-section-title {
  color: #ffffff;
}
.cid-uP87prHbr3 .mbr-text {
  color: #ffffff;
}
.cid-uP87prHbr3 .item-name {
  color: #ffffff;
}
.cid-uP87prHbr3 .item-role {
  color: #2c1616;
  text-align: center;
}
.cid-uP87prHbr3 .item-name,
.cid-uP87prHbr3 .item-btn {
  color: #2c1616;
  text-align: center;
}
.cid-uP87prHbr3 .mbr-section-title,
.cid-uP87prHbr3 .main-btn {
  color: #0c57bf;
  text-align: left;
}
.cid-uP87prHbr3 .mbr-text,
.cid-uP87prHbr3 .text-wrapper {
  color: #2c1616;
}
.cid-uLJUN7uJis {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLJUN7uJis .block-title {
  color: #0c57bf;
}
.cid-uLJtYxkIJi {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uLJtYxkIJi h4,
.cid-uLJtYxkIJi h5 {
  text-align: center;
}
.cid-uLJtYxkIJi h5 {
  font-weight: 400;
}
.cid-uLJtYxkIJi p {
  text-align: center;
}
.cid-uLJtYxkIJi .img-icon {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLJtYxkIJi .card-box {
  text-align: center;
}
.cid-uLJtYxkIJi .card-box:after {
  content: "";
  display: inline-block;
  width: 150px;
  height: 3px;
  background-color: #4284df;
}
@media (min-width: 992px) {
  .cid-uLJtYxkIJi .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uLJtYxkIJi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJtYxkIJi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLK6jW1pIt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uLK6jW1pIt .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #232323;
}
.cid-uLK6jW1pIt .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uLK6jW1pIt .mbr-section-subtitle {
  color: #767676;
}
.cid-uLK6jW1pIt .panel-group {
  width: 100%;
}
.cid-uLK6jW1pIt .panel-text {
  color: #767676;
}
.cid-uLK6jW1pIt .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-uLK6jW1pIt .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uLK6jW1pIt .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #6c9cdf;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uLK6jW1pIt .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-uLK6jW1pIt .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uLK6jW1pIt .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-uLK6jW1pIt .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-uLK6jW1pIt .card .panel-body {
  background: #ffffff;
}
.cid-uLK6jW1pIt .sign {
  color: #232323;
}
.cid-uLK6jW1pIt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLK6jW1pIt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLK6jW1pIt .mbr-section-title {
  color: #0c57bf;
}
.cid-uLK6jW1pIt .header-text,
.cid-uLK6jW1pIt .sign {
  color: #ffffff;
}
.cid-vtA1TT4KUh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-vtA1TT4KUh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtA1TT4KUh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vtA1TT4KUh .row {
    flex-direction: column-reverse;
  }
  .cid-vtA1TT4KUh .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vtA1TT4KUh .google-map {
  height: 100%;
  position: relative;
}
.cid-vtA1TT4KUh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vtA1TT4KUh .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vtA1TT4KUh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vtA1TT4KUh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vtA1TT4KUh .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vtA1TT4KUh .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-vtA1TT4KUh .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vtA1TT4KUh .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vtA1TT4KUh .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vtA1TT4KUh .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4284df;
}
.cid-vtA1TT4KUh .mbr-section-title {
  color: #0c57bf;
  text-align: center;
}
.cid-vtA1TT4KUh .mbr-section-subtitle {
  text-align: left;
}
.cid-vtA1TT4KUh .card-title {
  text-align: left;
}
#custom-html-w3 {
  /* Type valid CSS here */
}
#custom-html-w3 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-w3 p {
  font-size: 60px;
  color: #777;
}
.cid-uLUBysVH2p {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uLUBysVH2p a {
  text-align: center;
}
.cid-uLUBysVH2p p {
  color: #0a0a0a;
  text-align: center;
}
.cid-uLUBysVH2p span {
  font-size: 2rem;
}
.cid-uLUBysVH2p .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-uLUBysVH2p .socicon-twitter {
  color: #4da7de;
}
.cid-uLUBysVH2p .socicon-facebook {
  color: #3e5b98;
}
.cid-uLUBysVH2p .socicon-googleplus {
  color: #dd4b39;
}
.cid-uLUBysVH2p .socicon-instagram {
  color: #3f729b;
}
.cid-uLUBysVH2p .social-list a:focus {
  text-decoration: none;
}
.cid-uLUBysVH2p .text-copyright {
  width: 100%;
}
.cid-uLUBysVH2p .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-uLUBysVH2p .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-uLUBysVH2p .logo-footer {
  line-height: normal;
}
.cid-uLUBysVH2p .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLUBysVH2p .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLUBysVH2p .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLUBysVH2p .media-container-row a {
  margin: 0 1rem;
}
.cid-uLUBysVH2p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUBysVH2p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhkxsKWqrb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vhkxsKWqrb .content {
    text-align: center;
  }
  .cid-vhkxsKWqrb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vhkxsKWqrb .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vhkxsKWqrb .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
}
.cid-vhkxsKWqrb textarea.form-control {
  resize: none;
}
.cid-vhkxsKWqrb .input-group-btn {
  display: inline-block;
}
.cid-vhkxsKWqrb .input-group-btn .btn {
  margin: 0 !important;
  padding: .75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vhkxsKWqrb .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vhkxsKWqrb .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vhkxsKWqrb .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vhkxsKWqrb .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vhkxsKWqrb .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vhkxsKWqrb .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vhkxsKWqrb .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vhkxsKWqrb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vhkxsKWqrb .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vhkxsKWqrb .form-control,
.cid-vhkxsKWqrb .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vhkxsKWqrb P {
  color: #2c1616;
}
.cid-vhkxsKWqrb .foot-title,
.cid-vhkxsKWqrb .img-logo {
  text-align: center;
  color: #0c57bf;
}
.cid-vhkxsKWqrb .copyright > p {
  text-align: center;
}
.cid-vtvs9tr3yo .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vtvs9tr3yo .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vtvs9tr3yo a {
  font-style: normal;
}
.cid-vtvs9tr3yo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vtvs9tr3yo .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-vtvs9tr3yo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .content-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4284df;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vtvs9tr3yo .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vtvs9tr3yo .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vtvs9tr3yo .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .nav-dropdown .link {
  font-weight: 400;
}
.cid-vtvs9tr3yo .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vtvs9tr3yo .content-right-side {
  text-align: center;
}
.cid-vtvs9tr3yo .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-vtvs9tr3yo .menu-bottom {
    justify-content: flex-end;
  }
  .cid-vtvs9tr3yo img {
    height: 3.8rem !important;
  }
  .cid-vtvs9tr3yo .btn {
    display: -webkit-flex;
  }
  .cid-vtvs9tr3yo button.navbar-toggler {
    display: block;
  }
  .cid-vtvs9tr3yo .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-vtvs9tr3yo .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing,
  .cid-vtvs9tr3yo .navbar-collapse.show {
    display: block !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-vtvs9tr3yo .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vtvs9tr3yo .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vtvs9tr3yo .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vtvs9tr3yo .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-vtvs9tr3yo .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vtvs9tr3yo .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vtvs9tr3yo .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-vtvs9tr3yo .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-vtvs9tr3yo .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-vtvs9tr3yo .navbar {
    display: block;
    padding: 0;
  }
  .cid-vtvs9tr3yo .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vtvs9tr3yo .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-vtvs9tr3yo .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-vtvs9tr3yo .navbar-toggler {
    display: none;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vtvs9tr3yo .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vtvs9tr3yo .menu-logo {
  margin-right: auto;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vtvs9tr3yo .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vtvs9tr3yo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo button.navbar-toggler:focus {
  outline: none;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .btn {
  display: -webkit-flex;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1.5rem);
  }
  .cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .collapsed button.navbar-toggler {
  display: block;
}
.cid-vtvs9tr3yo .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-vtvs9tr3yo .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-vtvs9tr3yo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-vtvs9tr3yo .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vtvs9tr3yo .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vtvs9tr3yo .nav-link:focus {
  outline: none;
}
.cid-vtvs9tr3yo .navbar-toggler {
  position: relative;
}
.cid-vtvs9tr3yo .dropdown-item.active,
.cid-vtvs9tr3yo .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-vtvs9tr3yo .nav-link:hover,
.cid-vtvs9tr3yo .dropdown-item:hover {
  color: #4284df;
}
.cid-vtvs9tr3yo .widget-title,
.cid-vtvs9tr3yo .widget-icon {
  text-align: left;
}
.cid-vtvs9tr3yo .widget-text {
  text-align: left;
}
.cid-vtvs9tr3yo .brand-link {
  font-weight: 700;
  font-size: 0.8rem;
  color: #232323 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.cid-vtvs9tr3yo .guru-red {
  color: #bfff00 !important;
  font-weight: 900;
}
.cid-tDY0jrBNae {
  padding-top: 180px;
  background-image: url("../../../assets/images/background9.jpg");
}
.cid-tDY0jrBNae .container {
  margin-bottom: 15%;
}
.cid-tDY0jrBNae .content-container .btn-bgr {
  z-index: 0;
}
.cid-tDY0jrBNae .container-boxes {
  padding-bottom: 15px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-tDY0jrBNae .box-item {
  width: calc(33.3% - 5rem);
  padding: 2.5rem;
}
.cid-tDY0jrBNae .box-item:first-child {
  background-color: #4284df;
  margin-top: -200px;
}
.cid-tDY0jrBNae .box-item:nth-child(2) {
  background-color: #04367c;
}
.cid-tDY0jrBNae .box-item:last-child {
  background-color: #0c57bf;
}
.cid-tDY0jrBNae .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-tDY0jrBNae .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-tDY0jrBNae .box-list li:last-child {
  border-bottom: none;
}
.cid-tDY0jrBNae .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-tDY0jrBNae .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-tDY0jrBNae .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-tDY0jrBNae .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-tDY0jrBNae .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-tDY0jrBNae .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-tDY0jrBNae .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-tDY0jrBNae .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDY0jrBNae .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDY0jrBNae H1 {
  color: #0c57bf;
}
.cid-uPjOOBCUkU {
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uPjOOBCUkU .media-content .btn-bgr {
  z-index: 0;
}
.cid-uPjOOBCUkU .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-uPjOOBCUkU h3 {
  color: #000000;
  font-weight: 300;
}
.cid-uPjOOBCUkU p {
  color: #464646;
}
.cid-uPjOOBCUkU h2 {
  color: #000000;
}
.cid-uPjOOBCUkU .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uPjOOBCUkU .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uPjOOBCUkU .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-uPjOOBCUkU .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-uPjOOBCUkU .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPjOOBCUkU .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-uPjOOBCUkU .mbr-text {
    text-align: center;
  }
}
.cid-uPjOOBCUkU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjOOBCUkU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjOOBCUkU .mbr-section-title,
.cid-uPjOOBCUkU .mbr-section-btn {
  color: #0c57bf;
  text-align: center;
}
.cid-uPjOOBCUkU .mbr-section-title,
.cid-uPjOOBCUkU .mbr-section-btn DIV {
  text-align: left;
}
.cid-uPj6VOiagB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uPj6VOiagB .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-uPj6VOiagB .card-img {
  padding: 0 0 2rem;
}
.cid-uPj6VOiagB .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uPj6VOiagB .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-uPj6VOiagB .card-title {
    text-align: center;
  }
  .cid-uPj6VOiagB p.mbr-text {
    text-align: center;
  }
}
.cid-uPj6VOiagB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPj6VOiagB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPj6VOiagB .card-title {
  color: #0c57bf;
}
.cid-uPjBzhg43C {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uPjBzhg43C .block-title {
  color: #0c57bf;
}
.cid-uPjBzYqjsr {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uPjBzYqjsr .counter-container {
  color: #767676;
}
.cid-uPjBzYqjsr .counter-container ul {
  margin-bottom: 0;
}
.cid-uPjBzYqjsr .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-uPjBzYqjsr .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #0c57bf;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-uPjBzYqjsr .mbr-text {
  color: #070808;
}
.cid-uPke1uyskD {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-uPke1uyskD .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uPke1uyskD .video-block {
    width: 100% !important;
  }
}
.cid-uJhLWgRtx8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uJhLWgRtx8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhLWgRtx8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uJhLWgRtx8 .row {
    flex-direction: column-reverse;
  }
  .cid-uJhLWgRtx8 .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uJhLWgRtx8 .google-map {
  height: 100%;
  position: relative;
}
.cid-uJhLWgRtx8 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uJhLWgRtx8 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJhLWgRtx8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJhLWgRtx8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJhLWgRtx8 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uJhLWgRtx8 .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uJhLWgRtx8 .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uJhLWgRtx8 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJhLWgRtx8 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uJhLWgRtx8 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4284df;
}
.cid-uJhLWgRtx8 .mbr-section-title {
  color: #0c57bf;
  text-align: center;
}
.cid-uJhLWgRtx8 .mbr-section-subtitle {
  text-align: center;
}
.cid-uJhLWgRtx8 .card-title {
  text-align: left;
}
.cid-vtGirJSKHm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vtGirJSKHm .content {
    text-align: center;
  }
  .cid-vtGirJSKHm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vtGirJSKHm .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vtGirJSKHm .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
}
.cid-vtGirJSKHm textarea.form-control {
  resize: none;
}
.cid-vtGirJSKHm .input-group-btn {
  display: inline-block;
}
.cid-vtGirJSKHm .input-group-btn .btn {
  margin: 0 !important;
  padding: .75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vtGirJSKHm .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtGirJSKHm .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vtGirJSKHm .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vtGirJSKHm .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vtGirJSKHm .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vtGirJSKHm .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vtGirJSKHm .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vtGirJSKHm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vtGirJSKHm .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vtGirJSKHm .form-control,
.cid-vtGirJSKHm .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vtGirJSKHm P {
  color: #2c1616;
}
.cid-vtGirJSKHm .foot-title,
.cid-vtGirJSKHm .img-logo {
  text-align: center;
  color: #0c57bf;
}
.cid-vtGirJSKHm .copyright > p {
  text-align: center;
}
.cid-vtvs9tr3yo .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vtvs9tr3yo .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vtvs9tr3yo a {
  font-style: normal;
}
.cid-vtvs9tr3yo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vtvs9tr3yo .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-vtvs9tr3yo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .content-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4284df;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vtvs9tr3yo .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vtvs9tr3yo .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vtvs9tr3yo .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .nav-dropdown .link {
  font-weight: 400;
}
.cid-vtvs9tr3yo .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vtvs9tr3yo .content-right-side {
  text-align: center;
}
.cid-vtvs9tr3yo .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-vtvs9tr3yo .menu-bottom {
    justify-content: flex-end;
  }
  .cid-vtvs9tr3yo img {
    height: 3.8rem !important;
  }
  .cid-vtvs9tr3yo .btn {
    display: -webkit-flex;
  }
  .cid-vtvs9tr3yo button.navbar-toggler {
    display: block;
  }
  .cid-vtvs9tr3yo .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-vtvs9tr3yo .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing,
  .cid-vtvs9tr3yo .navbar-collapse.show {
    display: block !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-vtvs9tr3yo .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vtvs9tr3yo .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vtvs9tr3yo .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vtvs9tr3yo .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-vtvs9tr3yo .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vtvs9tr3yo .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vtvs9tr3yo .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-vtvs9tr3yo .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-vtvs9tr3yo .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-vtvs9tr3yo .navbar {
    display: block;
    padding: 0;
  }
  .cid-vtvs9tr3yo .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vtvs9tr3yo .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-vtvs9tr3yo .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-vtvs9tr3yo .navbar-toggler {
    display: none;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vtvs9tr3yo .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vtvs9tr3yo .menu-logo {
  margin-right: auto;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vtvs9tr3yo .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vtvs9tr3yo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo button.navbar-toggler:focus {
  outline: none;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .btn {
  display: -webkit-flex;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1.5rem);
  }
  .cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .collapsed button.navbar-toggler {
  display: block;
}
.cid-vtvs9tr3yo .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-vtvs9tr3yo .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-vtvs9tr3yo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-vtvs9tr3yo .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vtvs9tr3yo .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vtvs9tr3yo .nav-link:focus {
  outline: none;
}
.cid-vtvs9tr3yo .navbar-toggler {
  position: relative;
}
.cid-vtvs9tr3yo .dropdown-item.active,
.cid-vtvs9tr3yo .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-vtvs9tr3yo .nav-link:hover,
.cid-vtvs9tr3yo .dropdown-item:hover {
  color: #4284df;
}
.cid-vtvs9tr3yo .widget-title,
.cid-vtvs9tr3yo .widget-icon {
  text-align: left;
}
.cid-vtvs9tr3yo .widget-text {
  text-align: left;
}
.cid-vtvs9tr3yo .brand-link {
  font-weight: 700;
  font-size: 0.8rem;
  color: #232323 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.cid-vtvs9tr3yo .guru-red {
  color: #bfff00 !important;
  font-weight: 900;
}
.cid-tPVnwg1QJB {
  padding-top: 180px;
  background-image: url("../../../assets/images/background9.jpg");
}
.cid-tPVnwg1QJB .container {
  margin-bottom: 15%;
}
.cid-tPVnwg1QJB .content-container .btn-bgr {
  z-index: 0;
}
.cid-tPVnwg1QJB .container-boxes {
  padding-bottom: 0px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-tPVnwg1QJB .box-item {
  width: calc(33.3% - 5rem);
  padding: 2.5rem;
}
.cid-tPVnwg1QJB .box-item:first-child {
  background-color: #4284df;
  margin-top: -200px;
}
.cid-tPVnwg1QJB .box-item:nth-child(2) {
  background-color: #04367c;
}
.cid-tPVnwg1QJB .box-item:last-child {
  background-color: #0c57bf;
}
.cid-tPVnwg1QJB .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-tPVnwg1QJB .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-tPVnwg1QJB .box-list li:last-child {
  border-bottom: none;
}
.cid-tPVnwg1QJB .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-tPVnwg1QJB .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-tPVnwg1QJB .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-tPVnwg1QJB .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-tPVnwg1QJB .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-tPVnwg1QJB .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-tPVnwg1QJB .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-tPVnwg1QJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPVnwg1QJB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPVnwg1QJB H1 {
  color: #0c57bf;
  text-align: center;
}
.cid-uPpdSl0FFp {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPpdSl0FFp .block-title {
  color: #0c57bf;
}
.cid-uPpdbrx2cV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uPpdbrx2cV .mbr-text {
  color: #767676;
}
.cid-uPpdbrx2cV .media-container-row {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uPpdbrx2cV .card-item {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uPpdbrx2cV .card-item .card-icon {
  margin: 0 0.5rem 1rem;
}
.cid-uPpdbrx2cV .card-item .card-icon span {
  font-size: 4rem;
  padding: 0.5rem;
  color: #4284df;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-uPpdbrx2cV .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 577px) {
  .cid-uPpdbrx2cV .card-item .card-icon {
    margin-right: 2rem;
    min-width: 5rem;
  }
}
@media (min-width: 992px) {
  .cid-uPpdbrx2cV .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
@media (max-width: 576px) {
  .cid-uPpdbrx2cV .card-item {
    padding: 0 0 1rem !important;
  }
  .cid-uPpdbrx2cV .card-item .card-icon {
    min-width: 4rem;
  }
  .cid-uPpdbrx2cV .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-uPpdbrx2cV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPpdbrx2cV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPpdyBSaWV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uPpdyBSaWV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPpdyBSaWV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPpdyBSaWV .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uPpdyBSaWV .container {
    padding: 0 12px;
  }
}
.cid-uPpdyBSaWV .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uPpdyBSaWV .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uPpdyBSaWV .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
  position: relative;
}
.cid-uPpdyBSaWV .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPpdyBSaWV .item {
  margin-bottom: 32px;
}
.cid-uPpdyBSaWV .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f7;
  border-radius: 32px !important;
  padding: 25px;
}
.cid-uPpdyBSaWV .item .item-wrapper a {
  display: block;
}
.cid-uPpdyBSaWV .item .item-wrapper a:hover .card-box .title-wrap .mbr-iconfont,
.cid-uPpdyBSaWV .item .item-wrapper a:focus .card-box .title-wrap .mbr-iconfont {
  transform: translateX(5px);
}
.cid-uPpdyBSaWV .item .item-wrapper a .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uPpdyBSaWV .item .item-wrapper a .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uPpdyBSaWV .item .item-wrapper a .card-box .title-wrap .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0c57bf;
  color: #1d1d1f;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  margin-left: 16px;
  font-size: 24px;
}
.cid-uPpdyBSaWV .item-menu-overlay .btn-wrapper {
  margin-top: 0;
  margin-right: 17%;
}
.cid-uPpdyBSaWV .mbr-section-title {
  color: #0c57bf;
  text-align: center;
}
.cid-uPpdyBSaWV .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uPpdyBSaWV .item-title {
  color: #1D1D1F;
}
.cid-uJhL3lCEmA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uJhL3lCEmA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhL3lCEmA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uJhL3lCEmA .row {
    flex-direction: column-reverse;
  }
  .cid-uJhL3lCEmA .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uJhL3lCEmA .google-map {
  height: 100%;
  position: relative;
}
.cid-uJhL3lCEmA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uJhL3lCEmA .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJhL3lCEmA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJhL3lCEmA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJhL3lCEmA .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uJhL3lCEmA .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uJhL3lCEmA .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uJhL3lCEmA .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJhL3lCEmA .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uJhL3lCEmA .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4284df;
}
.cid-uJhL3lCEmA .mbr-section-title {
  color: #0c57bf;
  text-align: center;
}
.cid-uJhL3lCEmA .mbr-section-subtitle {
  text-align: left;
}
.cid-uJhL3lCEmA .card-title {
  text-align: left;
}
.cid-uPpavKB0vK {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uPpavKB0vK a {
  text-align: center;
}
.cid-uPpavKB0vK p {
  color: #0a0a0a;
  text-align: center;
}
.cid-uPpavKB0vK span {
  font-size: 2rem;
}
.cid-uPpavKB0vK .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-uPpavKB0vK .socicon-twitter {
  color: #4da7de;
}
.cid-uPpavKB0vK .socicon-facebook {
  color: #3e5b98;
}
.cid-uPpavKB0vK .socicon-googleplus {
  color: #dd4b39;
}
.cid-uPpavKB0vK .socicon-instagram {
  color: #3f729b;
}
.cid-uPpavKB0vK .social-list a:focus {
  text-decoration: none;
}
.cid-uPpavKB0vK .text-copyright {
  width: 100%;
}
.cid-uPpavKB0vK .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-uPpavKB0vK .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-uPpavKB0vK .logo-footer {
  line-height: normal;
}
.cid-uPpavKB0vK .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPpavKB0vK .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPpavKB0vK .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPpavKB0vK .media-container-row a {
  margin: 0 1rem;
}
.cid-uPpavKB0vK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPpavKB0vK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtGmgzdAyU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vtGmgzdAyU .content {
    text-align: center;
  }
  .cid-vtGmgzdAyU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vtGmgzdAyU .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vtGmgzdAyU .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
}
.cid-vtGmgzdAyU textarea.form-control {
  resize: none;
}
.cid-vtGmgzdAyU .input-group-btn {
  display: inline-block;
}
.cid-vtGmgzdAyU .input-group-btn .btn {
  margin: 0 !important;
  padding: .75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vtGmgzdAyU .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtGmgzdAyU .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vtGmgzdAyU .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vtGmgzdAyU .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vtGmgzdAyU .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vtGmgzdAyU .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vtGmgzdAyU .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vtGmgzdAyU .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vtGmgzdAyU .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vtGmgzdAyU .form-control,
.cid-vtGmgzdAyU .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vtGmgzdAyU P {
  color: #2c1616;
}
.cid-vtGmgzdAyU .foot-title,
.cid-vtGmgzdAyU .img-logo {
  text-align: center;
  color: #0c57bf;
}
.cid-vtGmgzdAyU .copyright > p {
  text-align: center;
}
#custom-html-1hv {
  /* Type valid CSS here */
}
#custom-html-1hv div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1hv p {
  font-size: 60px;
  color: #777;
}
.cid-vtvs9tr3yo .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vtvs9tr3yo .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vtvs9tr3yo a {
  font-style: normal;
}
.cid-vtvs9tr3yo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vtvs9tr3yo .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-vtvs9tr3yo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .content-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4284df;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vtvs9tr3yo .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vtvs9tr3yo .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vtvs9tr3yo .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .nav-dropdown .link {
  font-weight: 400;
}
.cid-vtvs9tr3yo .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vtvs9tr3yo .content-right-side {
  text-align: center;
}
.cid-vtvs9tr3yo .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-vtvs9tr3yo .menu-bottom {
    justify-content: flex-end;
  }
  .cid-vtvs9tr3yo img {
    height: 3.8rem !important;
  }
  .cid-vtvs9tr3yo .btn {
    display: -webkit-flex;
  }
  .cid-vtvs9tr3yo button.navbar-toggler {
    display: block;
  }
  .cid-vtvs9tr3yo .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-vtvs9tr3yo .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing,
  .cid-vtvs9tr3yo .navbar-collapse.show {
    display: block !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-vtvs9tr3yo .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vtvs9tr3yo .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vtvs9tr3yo .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vtvs9tr3yo .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-vtvs9tr3yo .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vtvs9tr3yo .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vtvs9tr3yo .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-vtvs9tr3yo .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-vtvs9tr3yo .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-vtvs9tr3yo .navbar {
    display: block;
    padding: 0;
  }
  .cid-vtvs9tr3yo .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vtvs9tr3yo .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-vtvs9tr3yo .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-vtvs9tr3yo .navbar-toggler {
    display: none;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vtvs9tr3yo .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vtvs9tr3yo .menu-logo {
  margin-right: auto;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vtvs9tr3yo .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vtvs9tr3yo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo button.navbar-toggler:focus {
  outline: none;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .btn {
  display: -webkit-flex;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1.5rem);
  }
  .cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .collapsed button.navbar-toggler {
  display: block;
}
.cid-vtvs9tr3yo .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-vtvs9tr3yo .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-vtvs9tr3yo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-vtvs9tr3yo .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vtvs9tr3yo .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vtvs9tr3yo .nav-link:focus {
  outline: none;
}
.cid-vtvs9tr3yo .navbar-toggler {
  position: relative;
}
.cid-vtvs9tr3yo .dropdown-item.active,
.cid-vtvs9tr3yo .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-vtvs9tr3yo .nav-link:hover,
.cid-vtvs9tr3yo .dropdown-item:hover {
  color: #4284df;
}
.cid-vtvs9tr3yo .widget-title,
.cid-vtvs9tr3yo .widget-icon {
  text-align: left;
}
.cid-vtvs9tr3yo .widget-text {
  text-align: left;
}
.cid-vtvs9tr3yo .brand-link {
  font-weight: 700;
  font-size: 0.8rem;
  color: #232323 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.cid-vtvs9tr3yo .guru-red {
  color: #bfff00 !important;
  font-weight: 900;
}
.cid-uJqcUB8ljC {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uJqcUB8ljC .block-title {
  color: #2c1616;
}
.cid-uJq6Et8i0p {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uJq6Et8i0p .block-title {
  color: #2c1616;
}
.cid-uJq6EtGGaO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uJq6EtGGaO .counter-container {
  color: #464646;
}
.cid-uJq6EtGGaO .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-uJq6EtGGaO .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-uJq6EtGGaO .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-uJq6EtGGaO H2 {
  color: #0c57bf;
}
.cid-uJq6Eu96jt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uJq6Eu96jt .block-title {
  color: #0c57bf;
}
.cid-uJq6Euld91 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uJq6Ew5aB2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uJq6Ew5aB2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJq6Ew5aB2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uJq6Ew5aB2 .row {
    flex-direction: column-reverse;
  }
  .cid-uJq6Ew5aB2 .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uJq6Ew5aB2 .google-map {
  height: 100%;
  position: relative;
}
.cid-uJq6Ew5aB2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uJq6Ew5aB2 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJq6Ew5aB2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJq6Ew5aB2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJq6Ew5aB2 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uJq6Ew5aB2 .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uJq6Ew5aB2 .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uJq6Ew5aB2 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJq6Ew5aB2 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uJq6Ew5aB2 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4284df;
}
.cid-uJq6Ew5aB2 .mbr-section-title {
  color: #0c57bf;
  text-align: center;
}
.cid-uJq6Ew5aB2 .mbr-section-subtitle {
  text-align: left;
}
.cid-uJq6Ew5aB2 .card-title {
  text-align: left;
}
.cid-vtGeTMla72 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vtGeTMla72 .content {
    text-align: center;
  }
  .cid-vtGeTMla72 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vtGeTMla72 .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vtGeTMla72 .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
}
.cid-vtGeTMla72 textarea.form-control {
  resize: none;
}
.cid-vtGeTMla72 .input-group-btn {
  display: inline-block;
}
.cid-vtGeTMla72 .input-group-btn .btn {
  margin: 0 !important;
  padding: .75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vtGeTMla72 .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtGeTMla72 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vtGeTMla72 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vtGeTMla72 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vtGeTMla72 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vtGeTMla72 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vtGeTMla72 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vtGeTMla72 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vtGeTMla72 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vtGeTMla72 .form-control,
.cid-vtGeTMla72 .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vtGeTMla72 P {
  color: #2c1616;
}
.cid-vtGeTMla72 .foot-title,
.cid-vtGeTMla72 .img-logo {
  text-align: center;
  color: #0c57bf;
}
.cid-vtGeTMla72 .copyright > p {
  text-align: center;
}
#custom-html-xr {
  /* Type valid CSS here */
}
#custom-html-xr div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-xr p {
  font-size: 60px;
  color: #777;
}
.cid-vtvs9tr3yo .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vtvs9tr3yo .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vtvs9tr3yo a {
  font-style: normal;
}
.cid-vtvs9tr3yo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vtvs9tr3yo .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-vtvs9tr3yo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .content-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4284df;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vtvs9tr3yo .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vtvs9tr3yo .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vtvs9tr3yo .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .nav-dropdown .link {
  font-weight: 400;
}
.cid-vtvs9tr3yo .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vtvs9tr3yo .content-right-side {
  text-align: center;
}
.cid-vtvs9tr3yo .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-vtvs9tr3yo .menu-bottom {
    justify-content: flex-end;
  }
  .cid-vtvs9tr3yo img {
    height: 3.8rem !important;
  }
  .cid-vtvs9tr3yo .btn {
    display: -webkit-flex;
  }
  .cid-vtvs9tr3yo button.navbar-toggler {
    display: block;
  }
  .cid-vtvs9tr3yo .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-vtvs9tr3yo .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing,
  .cid-vtvs9tr3yo .navbar-collapse.show {
    display: block !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-vtvs9tr3yo .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vtvs9tr3yo .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vtvs9tr3yo .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vtvs9tr3yo .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-vtvs9tr3yo .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vtvs9tr3yo .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vtvs9tr3yo .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-vtvs9tr3yo .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-vtvs9tr3yo .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-vtvs9tr3yo .navbar {
    display: block;
    padding: 0;
  }
  .cid-vtvs9tr3yo .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vtvs9tr3yo .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-vtvs9tr3yo .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-vtvs9tr3yo .navbar-toggler {
    display: none;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vtvs9tr3yo .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vtvs9tr3yo .menu-logo {
  margin-right: auto;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vtvs9tr3yo .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vtvs9tr3yo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo button.navbar-toggler:focus {
  outline: none;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .btn {
  display: -webkit-flex;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1.5rem);
  }
  .cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .collapsed button.navbar-toggler {
  display: block;
}
.cid-vtvs9tr3yo .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-vtvs9tr3yo .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-vtvs9tr3yo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-vtvs9tr3yo .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vtvs9tr3yo .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vtvs9tr3yo .nav-link:focus {
  outline: none;
}
.cid-vtvs9tr3yo .navbar-toggler {
  position: relative;
}
.cid-vtvs9tr3yo .dropdown-item.active,
.cid-vtvs9tr3yo .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-vtvs9tr3yo .nav-link:hover,
.cid-vtvs9tr3yo .dropdown-item:hover {
  color: #4284df;
}
.cid-vtvs9tr3yo .widget-title,
.cid-vtvs9tr3yo .widget-icon {
  text-align: left;
}
.cid-vtvs9tr3yo .widget-text {
  text-align: left;
}
.cid-vtvs9tr3yo .brand-link {
  font-weight: 700;
  font-size: 0.8rem;
  color: #232323 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.cid-vtvs9tr3yo .guru-red {
  color: #bfff00 !important;
  font-weight: 900;
}
.cid-uJv0n3uJqr {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uJv0n3uJqr .block-title {
  color: #2c1616;
}
.cid-uJv0n4GZBN {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uJv0n4GZBN .block-title {
  color: #2c1616;
}
.cid-uJv0n4PUCx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uJv0n4PUCx .counter-container {
  color: #464646;
}
.cid-uJv0n4PUCx .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-uJv0n4PUCx .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-uJv0n4PUCx .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-uJv0n4PUCx H2 {
  color: #0c57bf;
}
.cid-uJv0n56b2k {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uJv0n56b2k .block-title {
  color: #0c57bf;
}
.cid-uJv0n5ggfv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uJv0n5o0LP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uJv0n5o0LP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJv0n5o0LP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uJv0n5o0LP .row {
    flex-direction: column-reverse;
  }
  .cid-uJv0n5o0LP .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uJv0n5o0LP .google-map {
  height: 100%;
  position: relative;
}
.cid-uJv0n5o0LP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uJv0n5o0LP .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJv0n5o0LP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJv0n5o0LP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJv0n5o0LP .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uJv0n5o0LP .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uJv0n5o0LP .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uJv0n5o0LP .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJv0n5o0LP .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uJv0n5o0LP .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4284df;
}
.cid-uJv0n5o0LP .mbr-section-title {
  color: #0c57bf;
  text-align: center;
}
.cid-uJv0n5o0LP .mbr-section-subtitle {
  text-align: left;
}
.cid-uJv0n5o0LP .card-title {
  text-align: left;
}
.cid-vtGfmbAxu6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vtGfmbAxu6 .content {
    text-align: center;
  }
  .cid-vtGfmbAxu6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vtGfmbAxu6 .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vtGfmbAxu6 .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
}
.cid-vtGfmbAxu6 textarea.form-control {
  resize: none;
}
.cid-vtGfmbAxu6 .input-group-btn {
  display: inline-block;
}
.cid-vtGfmbAxu6 .input-group-btn .btn {
  margin: 0 !important;
  padding: .75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vtGfmbAxu6 .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtGfmbAxu6 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vtGfmbAxu6 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vtGfmbAxu6 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vtGfmbAxu6 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vtGfmbAxu6 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vtGfmbAxu6 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vtGfmbAxu6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vtGfmbAxu6 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vtGfmbAxu6 .form-control,
.cid-vtGfmbAxu6 .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vtGfmbAxu6 P {
  color: #2c1616;
}
.cid-vtGfmbAxu6 .foot-title,
.cid-vtGfmbAxu6 .img-logo {
  text-align: center;
  color: #0c57bf;
}
.cid-vtGfmbAxu6 .copyright > p {
  text-align: center;
}
#custom-html-y5 {
  /* Type valid CSS here */
}
#custom-html-y5 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-y5 p {
  font-size: 60px;
  color: #777;
}
.cid-vtvs9tr3yo .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vtvs9tr3yo .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vtvs9tr3yo a {
  font-style: normal;
}
.cid-vtvs9tr3yo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vtvs9tr3yo .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-vtvs9tr3yo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .content-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4284df;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vtvs9tr3yo .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vtvs9tr3yo .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vtvs9tr3yo .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .nav-dropdown .link {
  font-weight: 400;
}
.cid-vtvs9tr3yo .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vtvs9tr3yo .content-right-side {
  text-align: center;
}
.cid-vtvs9tr3yo .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-vtvs9tr3yo .menu-bottom {
    justify-content: flex-end;
  }
  .cid-vtvs9tr3yo img {
    height: 3.8rem !important;
  }
  .cid-vtvs9tr3yo .btn {
    display: -webkit-flex;
  }
  .cid-vtvs9tr3yo button.navbar-toggler {
    display: block;
  }
  .cid-vtvs9tr3yo .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-vtvs9tr3yo .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing,
  .cid-vtvs9tr3yo .navbar-collapse.show {
    display: block !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-vtvs9tr3yo .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vtvs9tr3yo .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vtvs9tr3yo .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vtvs9tr3yo .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-vtvs9tr3yo .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vtvs9tr3yo .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vtvs9tr3yo .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-vtvs9tr3yo .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-vtvs9tr3yo .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-vtvs9tr3yo .navbar {
    display: block;
    padding: 0;
  }
  .cid-vtvs9tr3yo .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vtvs9tr3yo .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-vtvs9tr3yo .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-vtvs9tr3yo .navbar-toggler {
    display: none;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vtvs9tr3yo .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vtvs9tr3yo .menu-logo {
  margin-right: auto;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vtvs9tr3yo .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vtvs9tr3yo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo button.navbar-toggler:focus {
  outline: none;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .btn {
  display: -webkit-flex;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1.5rem);
  }
  .cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .collapsed button.navbar-toggler {
  display: block;
}
.cid-vtvs9tr3yo .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-vtvs9tr3yo .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-vtvs9tr3yo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-vtvs9tr3yo .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vtvs9tr3yo .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vtvs9tr3yo .nav-link:focus {
  outline: none;
}
.cid-vtvs9tr3yo .navbar-toggler {
  position: relative;
}
.cid-vtvs9tr3yo .dropdown-item.active,
.cid-vtvs9tr3yo .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-vtvs9tr3yo .nav-link:hover,
.cid-vtvs9tr3yo .dropdown-item:hover {
  color: #4284df;
}
.cid-vtvs9tr3yo .widget-title,
.cid-vtvs9tr3yo .widget-icon {
  text-align: left;
}
.cid-vtvs9tr3yo .widget-text {
  text-align: left;
}
.cid-vtvs9tr3yo .brand-link {
  font-weight: 700;
  font-size: 0.8rem;
  color: #232323 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.cid-vtvs9tr3yo .guru-red {
  color: #bfff00 !important;
  font-weight: 900;
}
.cid-uJv203CRnM {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uJv203CRnM .block-title {
  color: #2c1616;
}
.cid-uJv204K5Bh {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uJv204K5Bh .block-title {
  color: #2c1616;
}
.cid-uJv204T8gb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uJv204T8gb .counter-container {
  color: #464646;
}
.cid-uJv204T8gb .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-uJv204T8gb .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-uJv204T8gb .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-uJv204T8gb H2 {
  color: #0c57bf;
}
.cid-uJv205drjI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uJv205drjI .block-title {
  color: #0c57bf;
}
.cid-uJv205nO9V {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uJzAFsnGCM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uJzAFsnGCM .block-title {
  color: #0c57bf;
}
.cid-uJzAHL19WT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uJv205wzAK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uJv205wzAK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJv205wzAK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uJv205wzAK .row {
    flex-direction: column-reverse;
  }
  .cid-uJv205wzAK .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uJv205wzAK .google-map {
  height: 100%;
  position: relative;
}
.cid-uJv205wzAK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uJv205wzAK .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJv205wzAK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJv205wzAK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJv205wzAK .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uJv205wzAK .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uJv205wzAK .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uJv205wzAK .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJv205wzAK .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uJv205wzAK .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4284df;
}
.cid-uJv205wzAK .mbr-section-title {
  color: #0c57bf;
  text-align: center;
}
.cid-uJv205wzAK .mbr-section-subtitle {
  text-align: center;
}
.cid-uJv205wzAK .card-title {
  text-align: left;
}
.cid-vtGh1kYo6c {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vtGh1kYo6c .content {
    text-align: center;
  }
  .cid-vtGh1kYo6c .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vtGh1kYo6c .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vtGh1kYo6c .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
}
.cid-vtGh1kYo6c textarea.form-control {
  resize: none;
}
.cid-vtGh1kYo6c .input-group-btn {
  display: inline-block;
}
.cid-vtGh1kYo6c .input-group-btn .btn {
  margin: 0 !important;
  padding: .75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vtGh1kYo6c .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtGh1kYo6c .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vtGh1kYo6c .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vtGh1kYo6c .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vtGh1kYo6c .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vtGh1kYo6c .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vtGh1kYo6c .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vtGh1kYo6c .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vtGh1kYo6c .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vtGh1kYo6c .form-control,
.cid-vtGh1kYo6c .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vtGh1kYo6c P {
  color: #2c1616;
}
.cid-vtGh1kYo6c .foot-title,
.cid-vtGh1kYo6c .img-logo {
  text-align: center;
  color: #0c57bf;
}
.cid-vtGh1kYo6c .copyright > p {
  text-align: center;
}
#custom-html-yf {
  /* Type valid CSS here */
}
#custom-html-yf div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-yf p {
  font-size: 60px;
  color: #777;
}
.cid-vtvs9tr3yo .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vtvs9tr3yo .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vtvs9tr3yo a {
  font-style: normal;
}
.cid-vtvs9tr3yo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vtvs9tr3yo .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-vtvs9tr3yo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .content-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4284df;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vtvs9tr3yo .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vtvs9tr3yo .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vtvs9tr3yo .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .nav-dropdown .link {
  font-weight: 400;
}
.cid-vtvs9tr3yo .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vtvs9tr3yo .content-right-side {
  text-align: center;
}
.cid-vtvs9tr3yo .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-vtvs9tr3yo .menu-bottom {
    justify-content: flex-end;
  }
  .cid-vtvs9tr3yo img {
    height: 3.8rem !important;
  }
  .cid-vtvs9tr3yo .btn {
    display: -webkit-flex;
  }
  .cid-vtvs9tr3yo button.navbar-toggler {
    display: block;
  }
  .cid-vtvs9tr3yo .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-vtvs9tr3yo .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing,
  .cid-vtvs9tr3yo .navbar-collapse.show {
    display: block !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-vtvs9tr3yo .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vtvs9tr3yo .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vtvs9tr3yo .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vtvs9tr3yo .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-vtvs9tr3yo .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vtvs9tr3yo .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vtvs9tr3yo .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-vtvs9tr3yo .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-vtvs9tr3yo .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-vtvs9tr3yo .navbar {
    display: block;
    padding: 0;
  }
  .cid-vtvs9tr3yo .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vtvs9tr3yo .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-vtvs9tr3yo .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-vtvs9tr3yo .navbar-toggler {
    display: none;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vtvs9tr3yo .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vtvs9tr3yo .menu-logo {
  margin-right: auto;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vtvs9tr3yo .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vtvs9tr3yo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo button.navbar-toggler:focus {
  outline: none;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .btn {
  display: -webkit-flex;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1.5rem);
  }
  .cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .collapsed button.navbar-toggler {
  display: block;
}
.cid-vtvs9tr3yo .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-vtvs9tr3yo .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-vtvs9tr3yo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-vtvs9tr3yo .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vtvs9tr3yo .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vtvs9tr3yo .nav-link:focus {
  outline: none;
}
.cid-vtvs9tr3yo .navbar-toggler {
  position: relative;
}
.cid-vtvs9tr3yo .dropdown-item.active,
.cid-vtvs9tr3yo .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-vtvs9tr3yo .nav-link:hover,
.cid-vtvs9tr3yo .dropdown-item:hover {
  color: #4284df;
}
.cid-vtvs9tr3yo .widget-title,
.cid-vtvs9tr3yo .widget-icon {
  text-align: left;
}
.cid-vtvs9tr3yo .widget-text {
  text-align: left;
}
.cid-vtvs9tr3yo .brand-link {
  font-weight: 700;
  font-size: 0.8rem;
  color: #232323 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.cid-vtvs9tr3yo .guru-red {
  color: #bfff00 !important;
  font-weight: 900;
}
.cid-uKmEhWl4U4 {
  padding-top: 160px;
  background-image: url("../../../assets/images/2023-05-06-09.54.53-2000x408.png");
}
.cid-uKmEhWl4U4 .container {
  margin-bottom: 15%;
}
.cid-uKmEhWl4U4 .content-container .btn-bgr {
  z-index: 0;
}
.cid-uKmEhWl4U4 .container-boxes {
  padding-bottom: 0px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-uKmEhWl4U4 .box-item {
  width: calc(33.3% - 5rem);
  padding: 2.5rem;
}
.cid-uKmEhWl4U4 .box-item:first-child {
  background-color: #4284df;
  margin-top: -200px;
}
.cid-uKmEhWl4U4 .box-item:nth-child(2) {
  background-color: #04367c;
}
.cid-uKmEhWl4U4 .box-item:last-child {
  background-color: #0c57bf;
}
.cid-uKmEhWl4U4 .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-uKmEhWl4U4 .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-uKmEhWl4U4 .box-list li:last-child {
  border-bottom: none;
}
.cid-uKmEhWl4U4 .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-uKmEhWl4U4 .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-uKmEhWl4U4 .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-uKmEhWl4U4 .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-uKmEhWl4U4 .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-uKmEhWl4U4 .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-uKmEhWl4U4 .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-uKmEhWl4U4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKmEhWl4U4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKmEhWl4U4 .mbr-text,
.cid-uKmEhWl4U4 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uKmEhWl4U4 H1 {
  color: #ffffff;
  text-align: left;
}
.cid-uKmEhWl4U4 .icon-block-top,
.cid-uKmEhWl4U4 .box-item-title {
  text-align: center;
}
.cid-vtAYF5BFbF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vtAYF5BFbF .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #232323;
}
.cid-vtAYF5BFbF .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vtAYF5BFbF .mbr-section-subtitle {
  color: #767676;
}
.cid-vtAYF5BFbF .panel-group {
  width: 100%;
}
.cid-vtAYF5BFbF .panel-text {
  color: #767676;
}
.cid-vtAYF5BFbF .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vtAYF5BFbF .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vtAYF5BFbF .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #6c9cdf;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vtAYF5BFbF .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vtAYF5BFbF .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vtAYF5BFbF .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-vtAYF5BFbF .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vtAYF5BFbF .card .panel-body {
  background: #ffffff;
}
.cid-vtAYF5BFbF .sign {
  color: #232323;
}
.cid-vtAYF5BFbF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtAYF5BFbF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtAYF5BFbF .mbr-section-title {
  color: #0c57bf;
}
.cid-vtAYF5BFbF .header-text,
.cid-vtAYF5BFbF .sign {
  color: #ffffff;
}
.cid-vtB0185LEp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-vtB0185LEp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtB0185LEp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vtB0185LEp .row {
    flex-direction: column-reverse;
  }
  .cid-vtB0185LEp .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vtB0185LEp .google-map {
  height: 100%;
  position: relative;
}
.cid-vtB0185LEp .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vtB0185LEp .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vtB0185LEp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vtB0185LEp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vtB0185LEp .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vtB0185LEp .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-vtB0185LEp .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vtB0185LEp .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vtB0185LEp .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vtB0185LEp .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4284df;
}
.cid-vtB0185LEp .mbr-section-title {
  color: #0c57bf;
  text-align: center;
}
.cid-vtB0185LEp .mbr-section-subtitle {
  text-align: left;
}
.cid-vtB0185LEp .card-title {
  text-align: left;
}
.cid-vtGeH8K2BB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vtGeH8K2BB .content {
    text-align: center;
  }
  .cid-vtGeH8K2BB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vtGeH8K2BB .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vtGeH8K2BB .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
}
.cid-vtGeH8K2BB textarea.form-control {
  resize: none;
}
.cid-vtGeH8K2BB .input-group-btn {
  display: inline-block;
}
.cid-vtGeH8K2BB .input-group-btn .btn {
  margin: 0 !important;
  padding: .75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vtGeH8K2BB .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtGeH8K2BB .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vtGeH8K2BB .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vtGeH8K2BB .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vtGeH8K2BB .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vtGeH8K2BB .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vtGeH8K2BB .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vtGeH8K2BB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vtGeH8K2BB .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vtGeH8K2BB .form-control,
.cid-vtGeH8K2BB .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vtGeH8K2BB P {
  color: #2c1616;
}
.cid-vtGeH8K2BB .foot-title,
.cid-vtGeH8K2BB .img-logo {
  text-align: center;
  color: #0c57bf;
}
.cid-vtGeH8K2BB .copyright > p {
  text-align: center;
}
.cid-vtvs9tr3yo .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vtvs9tr3yo .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vtvs9tr3yo a {
  font-style: normal;
}
.cid-vtvs9tr3yo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vtvs9tr3yo .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-vtvs9tr3yo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .content-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4284df;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vtvs9tr3yo .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vtvs9tr3yo .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vtvs9tr3yo .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .nav-dropdown .link {
  font-weight: 400;
}
.cid-vtvs9tr3yo .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vtvs9tr3yo .content-right-side {
  text-align: center;
}
.cid-vtvs9tr3yo .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-vtvs9tr3yo .menu-bottom {
    justify-content: flex-end;
  }
  .cid-vtvs9tr3yo img {
    height: 3.8rem !important;
  }
  .cid-vtvs9tr3yo .btn {
    display: -webkit-flex;
  }
  .cid-vtvs9tr3yo button.navbar-toggler {
    display: block;
  }
  .cid-vtvs9tr3yo .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-vtvs9tr3yo .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing,
  .cid-vtvs9tr3yo .navbar-collapse.show {
    display: block !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-vtvs9tr3yo .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vtvs9tr3yo .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vtvs9tr3yo .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vtvs9tr3yo .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-vtvs9tr3yo .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vtvs9tr3yo .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vtvs9tr3yo .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-vtvs9tr3yo .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-vtvs9tr3yo .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-vtvs9tr3yo .navbar {
    display: block;
    padding: 0;
  }
  .cid-vtvs9tr3yo .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vtvs9tr3yo .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-vtvs9tr3yo .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-vtvs9tr3yo .navbar-toggler {
    display: none;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vtvs9tr3yo .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vtvs9tr3yo .menu-logo {
  margin-right: auto;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vtvs9tr3yo .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vtvs9tr3yo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo button.navbar-toggler:focus {
  outline: none;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .btn {
  display: -webkit-flex;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1.5rem);
  }
  .cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .collapsed button.navbar-toggler {
  display: block;
}
.cid-vtvs9tr3yo .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-vtvs9tr3yo .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-vtvs9tr3yo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-vtvs9tr3yo .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vtvs9tr3yo .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vtvs9tr3yo .nav-link:focus {
  outline: none;
}
.cid-vtvs9tr3yo .navbar-toggler {
  position: relative;
}
.cid-vtvs9tr3yo .dropdown-item.active,
.cid-vtvs9tr3yo .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-vtvs9tr3yo .nav-link:hover,
.cid-vtvs9tr3yo .dropdown-item:hover {
  color: #4284df;
}
.cid-vtvs9tr3yo .widget-title,
.cid-vtvs9tr3yo .widget-icon {
  text-align: left;
}
.cid-vtvs9tr3yo .widget-text {
  text-align: left;
}
.cid-vtvs9tr3yo .brand-link {
  font-weight: 700;
  font-size: 0.8rem;
  color: #232323 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.cid-vtvs9tr3yo .guru-red {
  color: #bfff00 !important;
  font-weight: 900;
}
.cid-uPkUAkPFo6 {
  padding-top: 180px;
  background-image: url("../../../assets/images/background9.jpg");
}
.cid-uPkUAkPFo6 .container {
  margin-bottom: 15%;
}
.cid-uPkUAkPFo6 .content-container .btn-bgr {
  z-index: 0;
}
.cid-uPkUAkPFo6 .container-boxes {
  padding-bottom: 15px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-uPkUAkPFo6 .box-item {
  width: calc(33.3% - 5rem);
  padding: 2.5rem;
}
.cid-uPkUAkPFo6 .box-item:first-child {
  background-color: #4284df;
  margin-top: -200px;
}
.cid-uPkUAkPFo6 .box-item:nth-child(2) {
  background-color: #04367c;
}
.cid-uPkUAkPFo6 .box-item:last-child {
  background-color: #0c57bf;
}
.cid-uPkUAkPFo6 .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-uPkUAkPFo6 .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-uPkUAkPFo6 .box-list li:last-child {
  border-bottom: none;
}
.cid-uPkUAkPFo6 .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-uPkUAkPFo6 .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-uPkUAkPFo6 .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-uPkUAkPFo6 .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-uPkUAkPFo6 .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-uPkUAkPFo6 .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-uPkUAkPFo6 .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-uPkUAkPFo6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkUAkPFo6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkUAkPFo6 H1 {
  color: #0c57bf;
}
.cid-uPkUAlfwVM {
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uPkUAlfwVM .media-content .btn-bgr {
  z-index: 0;
}
.cid-uPkUAlfwVM .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-uPkUAlfwVM h3 {
  color: #000000;
  font-weight: 300;
}
.cid-uPkUAlfwVM p {
  color: #464646;
}
.cid-uPkUAlfwVM h2 {
  color: #000000;
}
.cid-uPkUAlfwVM .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uPkUAlfwVM .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uPkUAlfwVM .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-uPkUAlfwVM .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-uPkUAlfwVM .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPkUAlfwVM .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-uPkUAlfwVM .mbr-text {
    text-align: center;
  }
}
.cid-uPkUAlfwVM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkUAlfwVM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkUAlfwVM .mbr-section-title,
.cid-uPkUAlfwVM .mbr-section-btn {
  color: #0c57bf;
  text-align: center;
}
.cid-uPkUAlfwVM .mbr-section-title,
.cid-uPkUAlfwVM .mbr-section-btn DIV {
  text-align: left;
}
.cid-uPkUAls2UU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uPkUAls2UU .block-title {
  color: #0c57bf;
}
.cid-uPkUAlDsmi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uPkUAlDsmi .counter-container {
  color: #767676;
}
.cid-uPkUAlDsmi .counter-container ul {
  margin-bottom: 0;
}
.cid-uPkUAlDsmi .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-uPkUAlDsmi .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #0c57bf;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-uPkUAlDsmi .mbr-text {
  color: #070808;
}
.cid-uPkUAlNUN6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uPkUAlNUN6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkUAlNUN6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uPkUAlNUN6 .row {
    flex-direction: column-reverse;
  }
  .cid-uPkUAlNUN6 .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uPkUAlNUN6 .google-map {
  height: 100%;
  position: relative;
}
.cid-uPkUAlNUN6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uPkUAlNUN6 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uPkUAlNUN6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPkUAlNUN6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPkUAlNUN6 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uPkUAlNUN6 .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uPkUAlNUN6 .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uPkUAlNUN6 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPkUAlNUN6 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uPkUAlNUN6 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4284df;
}
.cid-uPkUAlNUN6 .mbr-section-title {
  color: #0c57bf;
  text-align: center;
}
.cid-uPkUAlNUN6 .mbr-section-subtitle {
  text-align: center;
}
.cid-uPkUAlNUN6 .card-title {
  text-align: left;
}
#custom-html-1hz {
  /* Type valid CSS here */
}
#custom-html-1hz div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1hz p {
  font-size: 60px;
  color: #777;
}
.cid-vtGlavnz9T {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vtGlavnz9T .content {
    text-align: center;
  }
  .cid-vtGlavnz9T .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vtGlavnz9T .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vtGlavnz9T .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
}
.cid-vtGlavnz9T textarea.form-control {
  resize: none;
}
.cid-vtGlavnz9T .input-group-btn {
  display: inline-block;
}
.cid-vtGlavnz9T .input-group-btn .btn {
  margin: 0 !important;
  padding: .75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vtGlavnz9T .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtGlavnz9T .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vtGlavnz9T .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vtGlavnz9T .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vtGlavnz9T .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vtGlavnz9T .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vtGlavnz9T .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vtGlavnz9T .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vtGlavnz9T .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vtGlavnz9T .form-control,
.cid-vtGlavnz9T .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vtGlavnz9T P {
  color: #2c1616;
}
.cid-vtGlavnz9T .foot-title,
.cid-vtGlavnz9T .img-logo {
  text-align: center;
  color: #0c57bf;
}
.cid-vtGlavnz9T .copyright > p {
  text-align: center;
}
.cid-vtvs9tr3yo .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vtvs9tr3yo .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vtvs9tr3yo a {
  font-style: normal;
}
.cid-vtvs9tr3yo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vtvs9tr3yo .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-vtvs9tr3yo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .content-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4284df;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vtvs9tr3yo .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vtvs9tr3yo .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vtvs9tr3yo .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .nav-dropdown .link {
  font-weight: 400;
}
.cid-vtvs9tr3yo .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vtvs9tr3yo .content-right-side {
  text-align: center;
}
.cid-vtvs9tr3yo .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-vtvs9tr3yo .menu-bottom {
    justify-content: flex-end;
  }
  .cid-vtvs9tr3yo img {
    height: 3.8rem !important;
  }
  .cid-vtvs9tr3yo .btn {
    display: -webkit-flex;
  }
  .cid-vtvs9tr3yo button.navbar-toggler {
    display: block;
  }
  .cid-vtvs9tr3yo .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-vtvs9tr3yo .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing,
  .cid-vtvs9tr3yo .navbar-collapse.show {
    display: block !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-vtvs9tr3yo .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vtvs9tr3yo .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vtvs9tr3yo .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vtvs9tr3yo .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-vtvs9tr3yo .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vtvs9tr3yo .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vtvs9tr3yo .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-vtvs9tr3yo .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-vtvs9tr3yo .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-vtvs9tr3yo .navbar {
    display: block;
    padding: 0;
  }
  .cid-vtvs9tr3yo .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vtvs9tr3yo .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-vtvs9tr3yo .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-vtvs9tr3yo .navbar-toggler {
    display: none;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vtvs9tr3yo .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vtvs9tr3yo .menu-logo {
  margin-right: auto;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vtvs9tr3yo .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vtvs9tr3yo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo button.navbar-toggler:focus {
  outline: none;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .btn {
  display: -webkit-flex;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1.5rem);
  }
  .cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .collapsed button.navbar-toggler {
  display: block;
}
.cid-vtvs9tr3yo .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-vtvs9tr3yo .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-vtvs9tr3yo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-vtvs9tr3yo .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vtvs9tr3yo .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vtvs9tr3yo .nav-link:focus {
  outline: none;
}
.cid-vtvs9tr3yo .navbar-toggler {
  position: relative;
}
.cid-vtvs9tr3yo .dropdown-item.active,
.cid-vtvs9tr3yo .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-vtvs9tr3yo .nav-link:hover,
.cid-vtvs9tr3yo .dropdown-item:hover {
  color: #4284df;
}
.cid-vtvs9tr3yo .widget-title,
.cid-vtvs9tr3yo .widget-icon {
  text-align: left;
}
.cid-vtvs9tr3yo .widget-text {
  text-align: left;
}
.cid-vtvs9tr3yo .brand-link {
  font-weight: 700;
  font-size: 0.8rem;
  color: #232323 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.cid-vtvs9tr3yo .guru-red {
  color: #bfff00 !important;
  font-weight: 900;
}
.cid-uUS9x4ATTP {
  padding-top: 180px;
  background-image: url("../../../assets/images/background9.jpg");
}
.cid-uUS9x4ATTP .container {
  margin-bottom: 15%;
}
.cid-uUS9x4ATTP .content-container .btn-bgr {
  z-index: 0;
}
.cid-uUS9x4ATTP .container-boxes {
  padding-bottom: 15px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-uUS9x4ATTP .box-item {
  width: calc(33.3% - 5rem);
  padding: 2.5rem;
}
.cid-uUS9x4ATTP .box-item:first-child {
  background-color: #4284df;
  margin-top: -200px;
}
.cid-uUS9x4ATTP .box-item:nth-child(2) {
  background-color: #04367c;
}
.cid-uUS9x4ATTP .box-item:last-child {
  background-color: #0c57bf;
}
.cid-uUS9x4ATTP .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-uUS9x4ATTP .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-uUS9x4ATTP .box-list li:last-child {
  border-bottom: none;
}
.cid-uUS9x4ATTP .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-uUS9x4ATTP .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-uUS9x4ATTP .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-uUS9x4ATTP .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-uUS9x4ATTP .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-uUS9x4ATTP .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-uUS9x4ATTP .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-uUS9x4ATTP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUS9x4ATTP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUS9x4ATTP H1 {
  color: #0c57bf;
  text-align: left;
}
.cid-uUS9x4Ut2J {
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uUS9x4Ut2J .media-content .btn-bgr {
  z-index: 0;
}
.cid-uUS9x4Ut2J .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-uUS9x4Ut2J h3 {
  color: #000000;
  font-weight: 300;
}
.cid-uUS9x4Ut2J p {
  color: #464646;
}
.cid-uUS9x4Ut2J h2 {
  color: #000000;
}
.cid-uUS9x4Ut2J .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uUS9x4Ut2J .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uUS9x4Ut2J .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-uUS9x4Ut2J .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-uUS9x4Ut2J .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uUS9x4Ut2J .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-uUS9x4Ut2J .mbr-text {
    text-align: center;
  }
}
.cid-uUS9x4Ut2J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUS9x4Ut2J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUS9x4Ut2J .mbr-section-title,
.cid-uUS9x4Ut2J .mbr-section-btn {
  color: #0c57bf;
  text-align: center;
}
.cid-uUS9x4Ut2J .mbr-section-title,
.cid-uUS9x4Ut2J .mbr-section-btn DIV {
  text-align: left;
}
.cid-uUS9x5436X {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUS9x5436X .block-title {
  color: #0c57bf;
}
.cid-uUS9x59Stm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUS9x59Stm .counter-container {
  color: #767676;
}
.cid-uUS9x59Stm .counter-container ul {
  margin-bottom: 0;
}
.cid-uUS9x59Stm .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-uUS9x59Stm .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #0c57bf;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-uUS9x59Stm .mbr-text {
  color: #070808;
}
.cid-uUS9x5f74b {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uUS9x5f74b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUS9x5f74b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uUS9x5f74b .row {
    flex-direction: column-reverse;
  }
  .cid-uUS9x5f74b .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uUS9x5f74b .google-map {
  height: 100%;
  position: relative;
}
.cid-uUS9x5f74b .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uUS9x5f74b .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uUS9x5f74b .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uUS9x5f74b .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uUS9x5f74b .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uUS9x5f74b .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uUS9x5f74b .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uUS9x5f74b .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUS9x5f74b .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uUS9x5f74b .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4284df;
}
.cid-uUS9x5f74b .mbr-section-title {
  color: #0c57bf;
  text-align: center;
}
.cid-uUS9x5f74b .mbr-section-subtitle {
  text-align: center;
}
.cid-uUS9x5f74b .card-title {
  text-align: left;
}
.cid-vtGlJg1rVH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vtGlJg1rVH .content {
    text-align: center;
  }
  .cid-vtGlJg1rVH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vtGlJg1rVH .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vtGlJg1rVH .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
}
.cid-vtGlJg1rVH textarea.form-control {
  resize: none;
}
.cid-vtGlJg1rVH .input-group-btn {
  display: inline-block;
}
.cid-vtGlJg1rVH .input-group-btn .btn {
  margin: 0 !important;
  padding: .75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vtGlJg1rVH .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtGlJg1rVH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vtGlJg1rVH .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vtGlJg1rVH .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vtGlJg1rVH .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vtGlJg1rVH .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vtGlJg1rVH .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vtGlJg1rVH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vtGlJg1rVH .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vtGlJg1rVH .form-control,
.cid-vtGlJg1rVH .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vtGlJg1rVH P {
  color: #2c1616;
}
.cid-vtGlJg1rVH .foot-title,
.cid-vtGlJg1rVH .img-logo {
  text-align: center;
  color: #0c57bf;
}
.cid-vtGlJg1rVH .copyright > p {
  text-align: center;
}
.cid-vtvs9tr3yo .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vtvs9tr3yo .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vtvs9tr3yo a {
  font-style: normal;
}
.cid-vtvs9tr3yo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vtvs9tr3yo .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-vtvs9tr3yo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .content-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4284df;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vtvs9tr3yo .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vtvs9tr3yo .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vtvs9tr3yo .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .nav-dropdown .link {
  font-weight: 400;
}
.cid-vtvs9tr3yo .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vtvs9tr3yo .content-right-side {
  text-align: center;
}
.cid-vtvs9tr3yo .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-vtvs9tr3yo .menu-bottom {
    justify-content: flex-end;
  }
  .cid-vtvs9tr3yo img {
    height: 3.8rem !important;
  }
  .cid-vtvs9tr3yo .btn {
    display: -webkit-flex;
  }
  .cid-vtvs9tr3yo button.navbar-toggler {
    display: block;
  }
  .cid-vtvs9tr3yo .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-vtvs9tr3yo .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing,
  .cid-vtvs9tr3yo .navbar-collapse.show {
    display: block !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-vtvs9tr3yo .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vtvs9tr3yo .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vtvs9tr3yo .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vtvs9tr3yo .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-vtvs9tr3yo .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vtvs9tr3yo .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vtvs9tr3yo .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-vtvs9tr3yo .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-vtvs9tr3yo .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-vtvs9tr3yo .navbar {
    display: block;
    padding: 0;
  }
  .cid-vtvs9tr3yo .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vtvs9tr3yo .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-vtvs9tr3yo .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-vtvs9tr3yo .navbar-toggler {
    display: none;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vtvs9tr3yo .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vtvs9tr3yo .menu-logo {
  margin-right: auto;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vtvs9tr3yo .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vtvs9tr3yo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo button.navbar-toggler:focus {
  outline: none;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .btn {
  display: -webkit-flex;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1.5rem);
  }
  .cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .collapsed button.navbar-toggler {
  display: block;
}
.cid-vtvs9tr3yo .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-vtvs9tr3yo .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-vtvs9tr3yo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-vtvs9tr3yo .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vtvs9tr3yo .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vtvs9tr3yo .nav-link:focus {
  outline: none;
}
.cid-vtvs9tr3yo .navbar-toggler {
  position: relative;
}
.cid-vtvs9tr3yo .dropdown-item.active,
.cid-vtvs9tr3yo .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-vtvs9tr3yo .nav-link:hover,
.cid-vtvs9tr3yo .dropdown-item:hover {
  color: #4284df;
}
.cid-vtvs9tr3yo .widget-title,
.cid-vtvs9tr3yo .widget-icon {
  text-align: left;
}
.cid-vtvs9tr3yo .widget-text {
  text-align: left;
}
.cid-vtvs9tr3yo .brand-link {
  font-weight: 700;
  font-size: 0.8rem;
  color: #232323 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.cid-vtvs9tr3yo .guru-red {
  color: #bfff00 !important;
  font-weight: 900;
}
.cid-uVhdGY6xR9 {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uVhdGY6xR9 .image-block {
  margin: auto;
}
.cid-uVhdGY6xR9 figcaption {
  position: relative;
}
.cid-uVhdGY6xR9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uVhdGY6xR9 .image-block {
    width: 100% !important;
  }
}
.cid-uVhdGY6xR9 DIV {
  color: #0c57bf;
}
.cid-uVhjb3GO4p {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uVhjb3GO4p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVhjb3GO4p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVhjb3GO4p H1 {
  color: #0c57bf;
}
.cid-uVhjb3GO4p .mbr-text {
  color: #21b40e;
}
.cid-vtvs9tr3yo .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vtvs9tr3yo .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vtvs9tr3yo a {
  font-style: normal;
}
.cid-vtvs9tr3yo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vtvs9tr3yo .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-vtvs9tr3yo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .content-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4284df;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vtvs9tr3yo .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vtvs9tr3yo .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vtvs9tr3yo .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .nav-dropdown .link {
  font-weight: 400;
}
.cid-vtvs9tr3yo .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vtvs9tr3yo .content-right-side {
  text-align: center;
}
.cid-vtvs9tr3yo .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-vtvs9tr3yo .menu-bottom {
    justify-content: flex-end;
  }
  .cid-vtvs9tr3yo img {
    height: 3.8rem !important;
  }
  .cid-vtvs9tr3yo .btn {
    display: -webkit-flex;
  }
  .cid-vtvs9tr3yo button.navbar-toggler {
    display: block;
  }
  .cid-vtvs9tr3yo .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-vtvs9tr3yo .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing,
  .cid-vtvs9tr3yo .navbar-collapse.show {
    display: block !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-vtvs9tr3yo .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vtvs9tr3yo .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vtvs9tr3yo .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vtvs9tr3yo .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-vtvs9tr3yo .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vtvs9tr3yo .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vtvs9tr3yo .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-vtvs9tr3yo .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-vtvs9tr3yo .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-vtvs9tr3yo .navbar {
    display: block;
    padding: 0;
  }
  .cid-vtvs9tr3yo .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vtvs9tr3yo .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-vtvs9tr3yo .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-vtvs9tr3yo .navbar-toggler {
    display: none;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vtvs9tr3yo .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vtvs9tr3yo .menu-logo {
  margin-right: auto;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vtvs9tr3yo .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vtvs9tr3yo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo button.navbar-toggler:focus {
  outline: none;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .btn {
  display: -webkit-flex;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1.5rem);
  }
  .cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .collapsed button.navbar-toggler {
  display: block;
}
.cid-vtvs9tr3yo .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-vtvs9tr3yo .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-vtvs9tr3yo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-vtvs9tr3yo .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vtvs9tr3yo .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vtvs9tr3yo .nav-link:focus {
  outline: none;
}
.cid-vtvs9tr3yo .navbar-toggler {
  position: relative;
}
.cid-vtvs9tr3yo .dropdown-item.active,
.cid-vtvs9tr3yo .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-vtvs9tr3yo .nav-link:hover,
.cid-vtvs9tr3yo .dropdown-item:hover {
  color: #4284df;
}
.cid-vtvs9tr3yo .widget-title,
.cid-vtvs9tr3yo .widget-icon {
  text-align: left;
}
.cid-vtvs9tr3yo .widget-text {
  text-align: left;
}
.cid-vtvs9tr3yo .brand-link {
  font-weight: 700;
  font-size: 0.8rem;
  color: #232323 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.cid-vtvs9tr3yo .guru-red {
  color: #bfff00 !important;
  font-weight: 900;
}
.cid-v8QxkJT7PL {
  padding-top: 160px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/buchalteri-warszawa.png-2000x408.png");
}
.cid-v8QxkJT7PL .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8QxkJT7PL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QxkJT7PL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QFTDQnQE {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8QFTDQnQE .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8QFTDQnQE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QFTDQnQE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QFTDQnQE H1 {
  color: #0c57bf;
}
.cid-v8QFTDQnQE .mbr-text,
.cid-v8QFTDQnQE .mbr-section-btn {
  color: #2c1616;
  text-align: left;
}
.cid-v8QFTDQnQE H2 {
  color: #0c57bf;
  text-align: justify;
}
.cid-v8SK3bAA8v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8SK3bAA8v .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8SK3bAA8v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8SK3bAA8v .row {
  flex-direction: row-reverse;
}
.cid-v8sy7yuUeT {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8sy7yuUeT .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8sy7yuUeT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sy7yuUeT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sy7yuUeT H1 {
  color: #0c57bf;
}
.cid-v8sy7yuUeT .mbr-text,
.cid-v8sy7yuUeT .mbr-section-btn {
  color: #2c1616;
  text-align: left;
}
.cid-v8sy7yuUeT H2 {
  color: #0c57bf;
  text-align: justify;
}
.cid-v8sy7yEZY7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8sy7yEZY7 .counter-container {
  color: #767676;
}
.cid-v8sy7yEZY7 .counter-container ul {
  margin-bottom: 0;
}
.cid-v8sy7yEZY7 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-v8sy7yEZY7 .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #0c57bf;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-v8sy7yEZY7 .mbr-text {
  color: #070808;
}
.cid-v8sDF5OGtv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8sDF5OGtv .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8sDF5OGtv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sDF5OGtv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sDF5OGtv H1 {
  color: #0c57bf;
}
.cid-v8sDF5OGtv .mbr-text,
.cid-v8sDF5OGtv .mbr-section-btn {
  color: #2c1616;
  text-align: left;
}
.cid-v8sDF5OGtv H2 {
  color: #0c57bf;
  text-align: center;
}
.cid-v8sE0ivnNb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8sE0ivnNb .counter-container {
  color: #767676;
}
.cid-v8sE0ivnNb .counter-container ul {
  margin-bottom: 0;
}
.cid-v8sE0ivnNb .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-v8sE0ivnNb .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #0c57bf;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-v8sE0ivnNb .mbr-text {
  color: #070808;
}
.cid-v8SKs1lDfq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8SKs1lDfq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8SKs1lDfq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8SKs1lDfq .row {
  flex-direction: row-reverse;
}
.cid-v8sEPocatt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8sEPocatt .counter-container {
  color: #767676;
}
.cid-v8sEPocatt .counter-container ul {
  margin-bottom: 0;
}
.cid-v8sEPocatt .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-v8sEPocatt .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #0c57bf;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-v8sEPocatt .mbr-text {
  color: #070808;
}
.cid-v8sF5d3hxO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8sF5d3hxO .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8sF5d3hxO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sF5d3hxO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sF5d3hxO H1 {
  color: #0c57bf;
}
.cid-v8sF5d3hxO .mbr-text,
.cid-v8sF5d3hxO .mbr-section-btn {
  color: #0c57bf;
  text-align: justify;
}
.cid-v8sF5d3hxO H2 {
  color: #0c57bf;
  text-align: center;
}
.cid-v8sFg7Y5QC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8sFg7Y5QC .counter-container {
  color: #767676;
}
.cid-v8sFg7Y5QC .counter-container ul {
  margin-bottom: 0;
}
.cid-v8sFg7Y5QC .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-v8sFg7Y5QC .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #0c57bf;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-v8sFg7Y5QC .mbr-text {
  color: #070808;
}
.cid-v8sFvPieOq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8sFvPieOq .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8sFvPieOq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sFvPieOq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sFvPieOq H1 {
  color: #0c57bf;
}
.cid-v8sFvPieOq .mbr-text,
.cid-v8sFvPieOq .mbr-section-btn {
  color: #070808;
  text-align: justify;
}
.cid-v8sFvPieOq H2 {
  color: #0c57bf;
  text-align: center;
}
.cid-v8sFFdpByL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8sFFdpByL .counter-container {
  color: #767676;
}
.cid-v8sFFdpByL .counter-container ul {
  margin-bottom: 0;
}
.cid-v8sFFdpByL .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-v8sFFdpByL .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #0c57bf;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-v8sFFdpByL .mbr-text {
  color: #070808;
}
.cid-v8sLeI5mSF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8sLeI5mSF .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8sLeI5mSF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sLeI5mSF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sLeI5mSF H1 {
  color: #0c57bf;
}
.cid-v8sLeI5mSF .mbr-text,
.cid-v8sLeI5mSF .mbr-section-btn {
  color: #0c57bf;
  text-align: justify;
}
.cid-v8sLeI5mSF H2 {
  color: #0c57bf;
  text-align: center;
}
.cid-v8sLqLbgaY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8sLqLbgaY .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8sLqLbgaY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sLqLbgaY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sLqLbgaY H1 {
  color: #0c57bf;
}
.cid-v8sLqLbgaY .mbr-text,
.cid-v8sLqLbgaY .mbr-section-btn {
  color: #070808;
  text-align: justify;
}
.cid-v8sLqLbgaY H2 {
  color: #0c57bf;
  text-align: center;
}
.cid-v8sLv4vPJ0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8sLv4vPJ0 .counter-container {
  color: #767676;
}
.cid-v8sLv4vPJ0 .counter-container ul {
  margin-bottom: 0;
}
.cid-v8sLv4vPJ0 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-v8sLv4vPJ0 .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #0c57bf;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-v8sLv4vPJ0 .mbr-text {
  color: #070808;
}
.cid-v8sLzTSobM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8sLzTSobM .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8sLzTSobM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sLzTSobM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sLzTSobM H1 {
  color: #0c57bf;
}
.cid-v8sLzTSobM .mbr-text,
.cid-v8sLzTSobM .mbr-section-btn {
  color: #070808;
  text-align: justify;
}
.cid-v8sLzTSobM H2 {
  color: #0c57bf;
  text-align: center;
}
.cid-v8sLEHC7Ve {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8sLEHC7Ve .counter-container {
  color: #767676;
}
.cid-v8sLEHC7Ve .counter-container ul {
  margin-bottom: 0;
}
.cid-v8sLEHC7Ve .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-v8sLEHC7Ve .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #0c57bf;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-v8sLEHC7Ve .mbr-text {
  color: #070808;
}
.cid-v8sLW1rX2E {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8sLW1rX2E .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8sLW1rX2E .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sLW1rX2E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sLW1rX2E H1 {
  color: #0c57bf;
}
.cid-v8sLW1rX2E .mbr-text,
.cid-v8sLW1rX2E .mbr-section-btn {
  color: #0c57bf;
  text-align: justify;
}
.cid-v8sLW1rX2E H2 {
  color: #0c57bf;
  text-align: center;
}
.cid-v8sEzUqSw9 {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8sEzUqSw9 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8sEzUqSw9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sEzUqSw9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sEzUqSw9 H1 {
  color: #0c57bf;
}
.cid-v8sEzUqSw9 .mbr-text,
.cid-v8sEzUqSw9 .mbr-section-btn {
  color: #2c1616;
  text-align: left;
}
.cid-v8sEzUqSw9 H2 {
  color: #0c57bf;
  text-align: justify;
}
.cid-v8SNsMCUJX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8SNsMCUJX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8SNsMCUJX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8SNsMCUJX .row {
  flex-direction: row-reverse;
}
.cid-v8SOI9rDwp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8SOI9rDwp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8SOI9rDwp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8SOI9rDwp .row {
  flex-direction: row-reverse;
}
.cid-v8sMxTiLm4 {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8sMxTiLm4 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8sMxTiLm4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sMxTiLm4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sMxTiLm4 H1 {
  color: #0c57bf;
}
.cid-v8sMxTiLm4 .mbr-text,
.cid-v8sMxTiLm4 .mbr-section-btn {
  color: #2c1616;
  text-align: left;
}
.cid-v8sMxTiLm4 H2 {
  color: #0c57bf;
  text-align: justify;
}
.cid-v8sMSqO8f1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8sMSqO8f1 .counter-container {
  color: #767676;
}
.cid-v8sMSqO8f1 .counter-container ul {
  margin-bottom: 0;
}
.cid-v8sMSqO8f1 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-v8sMSqO8f1 .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #0c57bf;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-v8sMSqO8f1 .mbr-text {
  color: #070808;
}
.cid-v8sN15scpB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8sN15scpB .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8sN15scpB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sN15scpB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sN15scpB H1 {
  color: #0c57bf;
}
.cid-v8sN15scpB .mbr-text,
.cid-v8sN15scpB .mbr-section-btn {
  color: #2c1616;
  text-align: left;
}
.cid-v8sN15scpB H2 {
  color: #0c57bf;
  text-align: center;
}
.cid-v8sNvPOcEX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8sNvPOcEX .counter-container {
  color: #767676;
}
.cid-v8sNvPOcEX .counter-container ul {
  margin-bottom: 0;
}
.cid-v8sNvPOcEX .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-v8sNvPOcEX .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #0c57bf;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-v8sNvPOcEX .mbr-text {
  color: #070808;
}
.cid-v8sNFYJa5L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8sNFYJa5L .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8sNFYJa5L .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sNFYJa5L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sNFYJa5L H1 {
  color: #0c57bf;
}
.cid-v8sNFYJa5L .mbr-text,
.cid-v8sNFYJa5L .mbr-section-btn {
  color: #2c1616;
  text-align: left;
}
.cid-v8sNFYJa5L H2 {
  color: #0c57bf;
  text-align: center;
}
.cid-v8sNSbJlgf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8sNSbJlgf .counter-container {
  color: #767676;
}
.cid-v8sNSbJlgf .counter-container ul {
  margin-bottom: 0;
}
.cid-v8sNSbJlgf .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-v8sNSbJlgf .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #0c57bf;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-v8sNSbJlgf .mbr-text {
  color: #070808;
}
.cid-v8sO3eGEsx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8sO3eGEsx .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8sO3eGEsx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sO3eGEsx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sO3eGEsx H1 {
  color: #0c57bf;
}
.cid-v8sO3eGEsx .mbr-text,
.cid-v8sO3eGEsx .mbr-section-btn {
  color: #0c57bf;
  text-align: justify;
}
.cid-v8sO3eGEsx H2 {
  color: #0c57bf;
  text-align: center;
}
.cid-v8SQ1UDlDk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8SQ1UDlDk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8SQ1UDlDk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8SQ1UDlDk .row {
  flex-direction: row-reverse;
}
.cid-v8sP97Vbpf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v8sP97Vbpf .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #232323;
}
.cid-v8sP97Vbpf .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-v8sP97Vbpf .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-v8sP97Vbpf .panel-group {
  width: 100%;
}
.cid-v8sP97Vbpf .panel-text {
  color: #767676;
}
.cid-v8sP97Vbpf .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-v8sP97Vbpf .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-v8sP97Vbpf .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #6c9cdf;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-v8sP97Vbpf .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-v8sP97Vbpf .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-v8sP97Vbpf .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-v8sP97Vbpf .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-v8sP97Vbpf .card .panel-body {
  background: #ffffff;
}
.cid-v8sP97Vbpf .sign {
  color: #232323;
}
.cid-v8sP97Vbpf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sP97Vbpf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sP97Vbpf .mbr-section-title {
  color: #0c57bf;
}
.cid-v8sP97Vbpf .header-text,
.cid-v8sP97Vbpf .sign {
  color: #ffffff;
}
.cid-v8sy7yMp00 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #4284df, #4284df);
}
.cid-v8sy7yMp00 .plan-body .btn-bgr {
  z-index: 0;
}
.cid-v8sy7yMp00 .list-group-item {
  padding: .5rem 3.25rem;
}
.cid-v8sy7yMp00 .price-term {
  display: block;
  line-height: 1;
  margin-top: 0.45rem;
}
.cid-v8sy7yMp00 .plan-title {
  background-color: #0c57bf;
}
.cid-v8sy7yMp00 .plan-header {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.cid-v8sy7yMp00 .plan-body {
  border-radius: 0 0 8px 8px;
}
.cid-v8sy7yMp00 .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
}
.cid-v8sy7yMp00 .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-v8sy7yMp00 .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-v8sy7yMp00 .plan-header,
.cid-v8sy7yMp00 .plan-body {
  background-color: #fff;
  border-bottom: solid 2px #ededed;
}
.cid-v8sy7yMp00 .price-figure {
  font-weight: 600;
  color: #232323;
}
.cid-v8sy7yMp00 .price-value {
  font-weight: 700;
  vertical-align: top;
  line-height: 1;
  margin-right: 0.25rem;
}
@media (max-width: 550px) {
  .cid-v8sy7yMp00 .price-figure {
    font-size: 4.25rem;
  }
}
.cid-v8sy7yMp00 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sy7yMp00 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sy7yMp00 .plan-price {
  color: #ee0f3e;
}
.cid-v8sy7yMp00 .list-group,
.cid-v8sy7yMp00 .mbr-section-btn {
  color: #1a032d;
}
.cid-vtGhtWJLTT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vtGhtWJLTT .content {
    text-align: center;
  }
  .cid-vtGhtWJLTT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vtGhtWJLTT .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vtGhtWJLTT .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
}
.cid-vtGhtWJLTT textarea.form-control {
  resize: none;
}
.cid-vtGhtWJLTT .input-group-btn {
  display: inline-block;
}
.cid-vtGhtWJLTT .input-group-btn .btn {
  margin: 0 !important;
  padding: .75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vtGhtWJLTT .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtGhtWJLTT .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vtGhtWJLTT .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vtGhtWJLTT .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vtGhtWJLTT .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vtGhtWJLTT .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vtGhtWJLTT .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vtGhtWJLTT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vtGhtWJLTT .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vtGhtWJLTT .form-control,
.cid-vtGhtWJLTT .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vtGhtWJLTT P {
  color: #2c1616;
}
.cid-vtGhtWJLTT .foot-title,
.cid-vtGhtWJLTT .img-logo {
  text-align: center;
  color: #0c57bf;
}
.cid-vtGhtWJLTT .copyright > p {
  text-align: center;
}
.cid-vtvs9tr3yo .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vtvs9tr3yo .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vtvs9tr3yo a {
  font-style: normal;
}
.cid-vtvs9tr3yo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vtvs9tr3yo .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-vtvs9tr3yo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .content-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4284df;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vtvs9tr3yo .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vtvs9tr3yo .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vtvs9tr3yo .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .nav-dropdown .link {
  font-weight: 400;
}
.cid-vtvs9tr3yo .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vtvs9tr3yo .content-right-side {
  text-align: center;
}
.cid-vtvs9tr3yo .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-vtvs9tr3yo .menu-bottom {
    justify-content: flex-end;
  }
  .cid-vtvs9tr3yo img {
    height: 3.8rem !important;
  }
  .cid-vtvs9tr3yo .btn {
    display: -webkit-flex;
  }
  .cid-vtvs9tr3yo button.navbar-toggler {
    display: block;
  }
  .cid-vtvs9tr3yo .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-vtvs9tr3yo .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing,
  .cid-vtvs9tr3yo .navbar-collapse.show {
    display: block !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-vtvs9tr3yo .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vtvs9tr3yo .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vtvs9tr3yo .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vtvs9tr3yo .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-vtvs9tr3yo .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vtvs9tr3yo .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vtvs9tr3yo .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-vtvs9tr3yo .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-vtvs9tr3yo .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-vtvs9tr3yo .navbar {
    display: block;
    padding: 0;
  }
  .cid-vtvs9tr3yo .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vtvs9tr3yo .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-vtvs9tr3yo .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-vtvs9tr3yo .navbar-toggler {
    display: none;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vtvs9tr3yo .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vtvs9tr3yo .menu-logo {
  margin-right: auto;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vtvs9tr3yo .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vtvs9tr3yo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo button.navbar-toggler:focus {
  outline: none;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .btn {
  display: -webkit-flex;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1.5rem);
  }
  .cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .collapsed button.navbar-toggler {
  display: block;
}
.cid-vtvs9tr3yo .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-vtvs9tr3yo .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-vtvs9tr3yo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-vtvs9tr3yo .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vtvs9tr3yo .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vtvs9tr3yo .nav-link:focus {
  outline: none;
}
.cid-vtvs9tr3yo .navbar-toggler {
  position: relative;
}
.cid-vtvs9tr3yo .dropdown-item.active,
.cid-vtvs9tr3yo .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-vtvs9tr3yo .nav-link:hover,
.cid-vtvs9tr3yo .dropdown-item:hover {
  color: #4284df;
}
.cid-vtvs9tr3yo .widget-title,
.cid-vtvs9tr3yo .widget-icon {
  text-align: left;
}
.cid-vtvs9tr3yo .widget-text {
  text-align: left;
}
.cid-vtvs9tr3yo .brand-link {
  font-weight: 700;
  font-size: 0.8rem;
  color: #232323 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.cid-vtvs9tr3yo .guru-red {
  color: #bfff00 !important;
  font-weight: 900;
}
.cid-v8QwuHIifu {
  padding-top: 160px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/buchalteri-warszawa.png-2000x408.png");
}
.cid-v8QwuHIifu .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8QwuHIifu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QwuHIifu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sSxL0eEG {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8sSxL0eEG .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8sSxL0eEG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sSxL0eEG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sSxL0eEG H1 {
  color: #0c57bf;
}
.cid-v8sSxL0eEG .mbr-text,
.cid-v8sSxL0eEG .mbr-section-btn {
  color: #2c1616;
  text-align: justify;
}
.cid-v8sSxL0eEG H2 {
  color: #0c57bf;
  text-align: justify;
}
.cid-v8sSxLMccu {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8sSxLMccu .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8sSxLMccu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sSxLMccu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sSxLMccu H1 {
  color: #0c57bf;
}
.cid-v8sSxLMccu .mbr-text,
.cid-v8sSxLMccu .mbr-section-btn {
  color: #2c1616;
  text-align: left;
}
.cid-v8sSxLMccu H2 {
  color: #0c57bf;
  text-align: justify;
}
.cid-v8sW869JRH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8sW869JRH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sW869JRH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sW869JRH .row {
  flex-direction: row-reverse;
}
.cid-v8sSxNL6s7 {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8sSxNL6s7 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8sSxNL6s7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sSxNL6s7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sSxNL6s7 H1 {
  color: #0c57bf;
}
.cid-v8sSxNL6s7 .mbr-text,
.cid-v8sSxNL6s7 .mbr-section-btn {
  color: #2c1616;
  text-align: left;
}
.cid-v8sSxNL6s7 H2 {
  color: #0c57bf;
  text-align: justify;
}
.cid-v8sX0lcrGk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8sX0lcrGk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sX0lcrGk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sX0lcrGk .row {
  flex-direction: row-reverse;
}
.cid-v8sXcJ3xER {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8sXcJ3xER .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8sXcJ3xER .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sXcJ3xER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sXcJ3xER H1 {
  color: #0c57bf;
}
.cid-v8sXcJ3xER .mbr-text,
.cid-v8sXcJ3xER .mbr-section-btn {
  color: #2c1616;
  text-align: left;
}
.cid-v8sXcJ3xER H2 {
  color: #0c57bf;
  text-align: center;
}
.cid-v8sXnzEc2m {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8sXnzEc2m .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sXnzEc2m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sXnzEc2m .row {
  flex-direction: row-reverse;
}
.cid-v8sXFQd8kj {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8sXFQd8kj .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8sXFQd8kj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sXFQd8kj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sXFQd8kj H1 {
  color: #0c57bf;
}
.cid-v8sXFQd8kj .mbr-text,
.cid-v8sXFQd8kj .mbr-section-btn {
  color: #2c1616;
  text-align: left;
}
.cid-v8sXFQd8kj H2 {
  color: #0c57bf;
  text-align: justify;
}
.cid-v8sXRSfFfT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8sXRSfFfT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sXRSfFfT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sXRSfFfT .row {
  flex-direction: row-reverse;
}
.cid-v8sY42MbaL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8sY42MbaL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sY42MbaL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sY42MbaL .row {
  flex-direction: row-reverse;
}
.cid-v8sY4CUNKc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8sY4CUNKc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sY4CUNKc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sY4CUNKc .row {
  flex-direction: row-reverse;
}
.cid-v8sYo1L8ex {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8sYo1L8ex .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8sYo1L8ex .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sYo1L8ex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sYo1L8ex H1 {
  color: #0c57bf;
}
.cid-v8sYo1L8ex .mbr-text,
.cid-v8sYo1L8ex .mbr-section-btn {
  color: #2c1616;
  text-align: justify;
}
.cid-v8sYo1L8ex H2 {
  color: #0c57bf;
  text-align: justify;
}
.cid-v8sYvp3aRn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8sYvp3aRn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sYvp3aRn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sYvp3aRn .row {
  flex-direction: row-reverse;
}
.cid-v8sYEe29A4 {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8sYEe29A4 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8sYEe29A4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sYEe29A4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sYEe29A4 H1 {
  color: #0c57bf;
}
.cid-v8sYEe29A4 .mbr-text,
.cid-v8sYEe29A4 .mbr-section-btn {
  color: #2c1616;
  text-align: justify;
}
.cid-v8sYEe29A4 H2 {
  color: #0c57bf;
  text-align: justify;
}
.cid-v8SSbP3uFs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8SSbP3uFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8SSbP3uFs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8SSbP3uFs .row {
  flex-direction: row-reverse;
}
.cid-v8SRtEttdN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8SRtEttdN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8SRtEttdN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8SRtEttdN .row {
  flex-direction: row-reverse;
}
.cid-vtGhDPYkeY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vtGhDPYkeY .content {
    text-align: center;
  }
  .cid-vtGhDPYkeY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vtGhDPYkeY .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vtGhDPYkeY .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
}
.cid-vtGhDPYkeY textarea.form-control {
  resize: none;
}
.cid-vtGhDPYkeY .input-group-btn {
  display: inline-block;
}
.cid-vtGhDPYkeY .input-group-btn .btn {
  margin: 0 !important;
  padding: .75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vtGhDPYkeY .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtGhDPYkeY .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vtGhDPYkeY .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vtGhDPYkeY .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vtGhDPYkeY .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vtGhDPYkeY .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vtGhDPYkeY .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vtGhDPYkeY .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vtGhDPYkeY .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vtGhDPYkeY .form-control,
.cid-vtGhDPYkeY .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vtGhDPYkeY P {
  color: #2c1616;
}
.cid-vtGhDPYkeY .foot-title,
.cid-vtGhDPYkeY .img-logo {
  text-align: center;
  color: #0c57bf;
}
.cid-vtGhDPYkeY .copyright > p {
  text-align: center;
}
.cid-vtvs9tr3yo .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vtvs9tr3yo .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vtvs9tr3yo a {
  font-style: normal;
}
.cid-vtvs9tr3yo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vtvs9tr3yo .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-vtvs9tr3yo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .content-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4284df;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vtvs9tr3yo .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vtvs9tr3yo .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vtvs9tr3yo .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .nav-dropdown .link {
  font-weight: 400;
}
.cid-vtvs9tr3yo .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vtvs9tr3yo .content-right-side {
  text-align: center;
}
.cid-vtvs9tr3yo .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-vtvs9tr3yo .menu-bottom {
    justify-content: flex-end;
  }
  .cid-vtvs9tr3yo img {
    height: 3.8rem !important;
  }
  .cid-vtvs9tr3yo .btn {
    display: -webkit-flex;
  }
  .cid-vtvs9tr3yo button.navbar-toggler {
    display: block;
  }
  .cid-vtvs9tr3yo .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-vtvs9tr3yo .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing,
  .cid-vtvs9tr3yo .navbar-collapse.show {
    display: block !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-vtvs9tr3yo .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vtvs9tr3yo .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vtvs9tr3yo .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vtvs9tr3yo .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-vtvs9tr3yo .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vtvs9tr3yo .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vtvs9tr3yo .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-vtvs9tr3yo .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-vtvs9tr3yo .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-vtvs9tr3yo .navbar {
    display: block;
    padding: 0;
  }
  .cid-vtvs9tr3yo .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vtvs9tr3yo .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-vtvs9tr3yo .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-vtvs9tr3yo .navbar-toggler {
    display: none;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vtvs9tr3yo .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vtvs9tr3yo .menu-logo {
  margin-right: auto;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vtvs9tr3yo .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vtvs9tr3yo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo button.navbar-toggler:focus {
  outline: none;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .btn {
  display: -webkit-flex;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1.5rem);
  }
  .cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .collapsed button.navbar-toggler {
  display: block;
}
.cid-vtvs9tr3yo .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-vtvs9tr3yo .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-vtvs9tr3yo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-vtvs9tr3yo .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vtvs9tr3yo .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vtvs9tr3yo .nav-link:focus {
  outline: none;
}
.cid-vtvs9tr3yo .navbar-toggler {
  position: relative;
}
.cid-vtvs9tr3yo .dropdown-item.active,
.cid-vtvs9tr3yo .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-vtvs9tr3yo .nav-link:hover,
.cid-vtvs9tr3yo .dropdown-item:hover {
  color: #4284df;
}
.cid-vtvs9tr3yo .widget-title,
.cid-vtvs9tr3yo .widget-icon {
  text-align: left;
}
.cid-vtvs9tr3yo .widget-text {
  text-align: left;
}
.cid-vtvs9tr3yo .brand-link {
  font-weight: 700;
  font-size: 0.8rem;
  color: #232323 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.cid-vtvs9tr3yo .guru-red {
  color: #bfff00 !important;
  font-weight: 900;
}
.cid-v8QtuxXqA1 {
  padding-top: 160px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/buchalteri-warszawa.png-2000x408.png");
}
.cid-v8QtuxXqA1 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8QtuxXqA1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QtuxXqA1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8t00oK6Q9 {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8t00oK6Q9 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8t00oK6Q9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8t00oK6Q9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8t00oK6Q9 H1 {
  color: #0c57bf;
}
.cid-v8t00oK6Q9 .mbr-text,
.cid-v8t00oK6Q9 .mbr-section-btn {
  color: #2c1616;
  text-align: justify;
}
.cid-v8t00oK6Q9 H2 {
  color: #0c57bf;
  text-align: justify;
}
.cid-v8t00paCWY {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8t00paCWY .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8t00paCWY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8t00paCWY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8t00paCWY H1 {
  color: #0c57bf;
}
.cid-v8t00paCWY .mbr-text,
.cid-v8t00paCWY .mbr-section-btn {
  color: #2c1616;
  text-align: left;
}
.cid-v8t00paCWY H2 {
  color: #0c57bf;
  text-align: justify;
}
.cid-v8t00pkG8t {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8t00pkG8t .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8t00pkG8t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8t00pkG8t .row {
  flex-direction: row-reverse;
}
.cid-v8t00pv2H8 {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8t00pv2H8 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8t00pv2H8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8t00pv2H8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8t00pv2H8 H1 {
  color: #0c57bf;
}
.cid-v8t00pv2H8 .mbr-text,
.cid-v8t00pv2H8 .mbr-section-btn {
  color: #2c1616;
  text-align: left;
}
.cid-v8t00pv2H8 H2 {
  color: #0c57bf;
  text-align: justify;
}
.cid-v8QAp9wUGm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8QAp9wUGm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QAp9wUGm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QAp9wUGm .row {
  flex-direction: row-reverse;
}
.cid-v8t00qfQdp {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8t00qfQdp .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8t00qfQdp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8t00qfQdp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8t00qfQdp H1 {
  color: #0c57bf;
}
.cid-v8t00qfQdp .mbr-text,
.cid-v8t00qfQdp .mbr-section-btn {
  color: #070808;
  text-align: justify;
}
.cid-v8t00qfQdp H2 {
  color: #0c57bf;
  text-align: justify;
}
.cid-v8tXQkq82B {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8tXQkq82B .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8tXQkq82B .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8tXQkq82B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8tXQkq82B H1 {
  color: #0c57bf;
}
.cid-v8tXQkq82B .mbr-text,
.cid-v8tXQkq82B .mbr-section-btn {
  color: #2c1616;
  text-align: center;
}
.cid-v8tXQkq82B H2 {
  color: #0c57bf;
  text-align: justify;
}
.cid-v8tXVrsPJm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8tXVrsPJm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8tXVrsPJm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8tXVrsPJm .row {
  flex-direction: row-reverse;
}
.cid-v8tY6gb1D6 {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8tY6gb1D6 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8tY6gb1D6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8tY6gb1D6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8tY6gb1D6 H1 {
  color: #0c57bf;
}
.cid-v8tY6gb1D6 .mbr-text,
.cid-v8tY6gb1D6 .mbr-section-btn {
  color: #2c1616;
  text-align: center;
}
.cid-v8tY6gb1D6 H2 {
  color: #0c57bf;
  text-align: justify;
}
.cid-v8QAzW8Sl1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8QAzW8Sl1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QAzW8Sl1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QAzW8Sl1 .row {
  flex-direction: row-reverse;
}
.cid-v8t00roXcb {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8t00roXcb .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8t00roXcb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8t00roXcb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8t00roXcb H1 {
  color: #0c57bf;
}
.cid-v8t00roXcb .mbr-text,
.cid-v8t00roXcb .mbr-section-btn {
  color: #2c1616;
  text-align: justify;
}
.cid-v8t00roXcb H2 {
  color: #0c57bf;
  text-align: justify;
}
.cid-v8ST8Ilxpj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8ST8Ilxpj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8ST8Ilxpj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8ST8Ilxpj .row {
  flex-direction: row-reverse;
}
.cid-v8STbvkbPZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8STbvkbPZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8STbvkbPZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8STbvkbPZ .row {
  flex-direction: row-reverse;
}
.cid-v8STcmWIcr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8STcmWIcr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8STcmWIcr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8STcmWIcr .row {
  flex-direction: row-reverse;
}
.cid-vtGhJZfLgM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vtGhJZfLgM .content {
    text-align: center;
  }
  .cid-vtGhJZfLgM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vtGhJZfLgM .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vtGhJZfLgM .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
}
.cid-vtGhJZfLgM textarea.form-control {
  resize: none;
}
.cid-vtGhJZfLgM .input-group-btn {
  display: inline-block;
}
.cid-vtGhJZfLgM .input-group-btn .btn {
  margin: 0 !important;
  padding: .75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vtGhJZfLgM .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtGhJZfLgM .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vtGhJZfLgM .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vtGhJZfLgM .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vtGhJZfLgM .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vtGhJZfLgM .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vtGhJZfLgM .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vtGhJZfLgM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vtGhJZfLgM .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vtGhJZfLgM .form-control,
.cid-vtGhJZfLgM .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vtGhJZfLgM P {
  color: #2c1616;
}
.cid-vtGhJZfLgM .foot-title,
.cid-vtGhJZfLgM .img-logo {
  text-align: center;
  color: #0c57bf;
}
.cid-vtGhJZfLgM .copyright > p {
  text-align: center;
}
.cid-vtvs9tr3yo .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vtvs9tr3yo .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vtvs9tr3yo a {
  font-style: normal;
}
.cid-vtvs9tr3yo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vtvs9tr3yo .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-vtvs9tr3yo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .content-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4284df;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vtvs9tr3yo .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vtvs9tr3yo .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vtvs9tr3yo .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .nav-dropdown .link {
  font-weight: 400;
}
.cid-vtvs9tr3yo .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vtvs9tr3yo .content-right-side {
  text-align: center;
}
.cid-vtvs9tr3yo .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-vtvs9tr3yo .menu-bottom {
    justify-content: flex-end;
  }
  .cid-vtvs9tr3yo img {
    height: 3.8rem !important;
  }
  .cid-vtvs9tr3yo .btn {
    display: -webkit-flex;
  }
  .cid-vtvs9tr3yo button.navbar-toggler {
    display: block;
  }
  .cid-vtvs9tr3yo .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-vtvs9tr3yo .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing,
  .cid-vtvs9tr3yo .navbar-collapse.show {
    display: block !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-vtvs9tr3yo .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vtvs9tr3yo .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vtvs9tr3yo .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vtvs9tr3yo .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-vtvs9tr3yo .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vtvs9tr3yo .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vtvs9tr3yo .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-vtvs9tr3yo .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-vtvs9tr3yo .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-vtvs9tr3yo .navbar {
    display: block;
    padding: 0;
  }
  .cid-vtvs9tr3yo .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vtvs9tr3yo .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-vtvs9tr3yo .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-vtvs9tr3yo .navbar-toggler {
    display: none;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vtvs9tr3yo .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vtvs9tr3yo .menu-logo {
  margin-right: auto;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vtvs9tr3yo .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vtvs9tr3yo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo button.navbar-toggler:focus {
  outline: none;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .btn {
  display: -webkit-flex;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1.5rem);
  }
  .cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .collapsed button.navbar-toggler {
  display: block;
}
.cid-vtvs9tr3yo .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-vtvs9tr3yo .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-vtvs9tr3yo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-vtvs9tr3yo .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vtvs9tr3yo .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vtvs9tr3yo .nav-link:focus {
  outline: none;
}
.cid-vtvs9tr3yo .navbar-toggler {
  position: relative;
}
.cid-vtvs9tr3yo .dropdown-item.active,
.cid-vtvs9tr3yo .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-vtvs9tr3yo .nav-link:hover,
.cid-vtvs9tr3yo .dropdown-item:hover {
  color: #4284df;
}
.cid-vtvs9tr3yo .widget-title,
.cid-vtvs9tr3yo .widget-icon {
  text-align: left;
}
.cid-vtvs9tr3yo .widget-text {
  text-align: left;
}
.cid-vtvs9tr3yo .brand-link {
  font-weight: 700;
  font-size: 0.8rem;
  color: #232323 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.cid-vtvs9tr3yo .guru-red {
  color: #bfff00 !important;
  font-weight: 900;
}
.cid-v8QykyGOxs {
  padding-top: 160px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/buchalteri-warszawa.png-2000x408.png");
}
.cid-v8QykyGOxs .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8QykyGOxs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QykyGOxs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8u5imZi6I {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8u5imZi6I .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8u5imZi6I .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8u5imZi6I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8u5imZi6I H1 {
  color: #0c57bf;
}
.cid-v8u5imZi6I .mbr-text,
.cid-v8u5imZi6I .mbr-section-btn {
  color: #2c1616;
  text-align: justify;
}
.cid-v8u5imZi6I H2 {
  color: #0c57bf;
  text-align: justify;
}
.cid-v8u5inkvwR {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8u5inkvwR .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8u5inkvwR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8u5inkvwR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8u5inkvwR H1 {
  color: #0c57bf;
}
.cid-v8u5inkvwR .mbr-text,
.cid-v8u5inkvwR .mbr-section-btn {
  color: #2c1616;
  text-align: left;
}
.cid-v8u5inkvwR H2 {
  color: #0c57bf;
  text-align: justify;
}
.cid-v8u5inrh7s {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8u5inrh7s .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8u5inrh7s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8u5inrh7s .row {
  flex-direction: row-reverse;
}
.cid-v8u5inA5Sn {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8u5inA5Sn .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8u5inA5Sn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8u5inA5Sn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8u5inA5Sn H1 {
  color: #0c57bf;
}
.cid-v8u5inA5Sn .mbr-text,
.cid-v8u5inA5Sn .mbr-section-btn {
  color: #2c1616;
  text-align: left;
}
.cid-v8u5inA5Sn H2 {
  color: #0c57bf;
  text-align: justify;
}
.cid-v8u5inKyQv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8u5inKyQv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8u5inKyQv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8u5inKyQv .row {
  flex-direction: row-reverse;
}
.cid-v8u5inWgNf {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8u5inWgNf .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8u5inWgNf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8u5inWgNf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8u5inWgNf H1 {
  color: #0c57bf;
}
.cid-v8u5inWgNf .mbr-text,
.cid-v8u5inWgNf .mbr-section-btn {
  color: #2c1616;
  text-align: left;
}
.cid-v8u5inWgNf H2 {
  color: #0c57bf;
  text-align: justify;
}
.cid-v8u5io6hsk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8u5io6hsk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8u5io6hsk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8u5io6hsk .row {
  flex-direction: row-reverse;
}
.cid-v8uaTcxinD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8uaTcxinD .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8uaTcxinD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8uaTcxinD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8uaTcxinD H1 {
  color: #0c57bf;
}
.cid-v8uaTcxinD .mbr-text,
.cid-v8uaTcxinD .mbr-section-btn {
  color: #2c1616;
  text-align: justify;
}
.cid-v8uaTcxinD H2 {
  color: #0c57bf;
  text-align: center;
}
.cid-v8u5iowQjd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8u5iowQjd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8u5iowQjd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8u5iowQjd .row {
  flex-direction: row-reverse;
}
.cid-v8u5iofxfB {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8u5iofxfB .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8u5iofxfB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8u5iofxfB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8u5iofxfB H1 {
  color: #0c57bf;
}
.cid-v8u5iofxfB .mbr-text,
.cid-v8u5iofxfB .mbr-section-btn {
  color: #2c1616;
  text-align: justify;
}
.cid-v8u5iofxfB H2 {
  color: #0c57bf;
  text-align: justify;
}
.cid-v8u5ionYst {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8u5ionYst .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8u5ionYst .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8u5ionYst .row {
  flex-direction: row-reverse;
}
.cid-v8u5ip7vLZ {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8u5ip7vLZ .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8u5ip7vLZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8u5ip7vLZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8u5ip7vLZ H1 {
  color: #0c57bf;
}
.cid-v8u5ip7vLZ .mbr-text,
.cid-v8u5ip7vLZ .mbr-section-btn {
  color: #2c1616;
  text-align: justify;
}
.cid-v8u5ip7vLZ H2 {
  color: #0c57bf;
  text-align: justify;
}
.cid-v8STmZvX96 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8STmZvX96 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8STmZvX96 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8STmZvX96 .row {
  flex-direction: row-reverse;
}
.cid-v8STp9BKaO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8STp9BKaO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8STp9BKaO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8STp9BKaO .row {
  flex-direction: row-reverse;
}
.cid-v8STpR22so {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8STpR22so .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8STpR22so .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8STpR22so .row {
  flex-direction: row-reverse;
}
.cid-vtGhYCEj2D {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vtGhYCEj2D .content {
    text-align: center;
  }
  .cid-vtGhYCEj2D .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vtGhYCEj2D .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vtGhYCEj2D .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
}
.cid-vtGhYCEj2D textarea.form-control {
  resize: none;
}
.cid-vtGhYCEj2D .input-group-btn {
  display: inline-block;
}
.cid-vtGhYCEj2D .input-group-btn .btn {
  margin: 0 !important;
  padding: .75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vtGhYCEj2D .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtGhYCEj2D .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vtGhYCEj2D .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vtGhYCEj2D .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vtGhYCEj2D .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vtGhYCEj2D .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vtGhYCEj2D .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vtGhYCEj2D .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vtGhYCEj2D .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vtGhYCEj2D .form-control,
.cid-vtGhYCEj2D .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vtGhYCEj2D P {
  color: #2c1616;
}
.cid-vtGhYCEj2D .foot-title,
.cid-vtGhYCEj2D .img-logo {
  text-align: center;
  color: #0c57bf;
}
.cid-vtGhYCEj2D .copyright > p {
  text-align: center;
}
.cid-vtvs9tr3yo .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vtvs9tr3yo .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vtvs9tr3yo a {
  font-style: normal;
}
.cid-vtvs9tr3yo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vtvs9tr3yo .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-vtvs9tr3yo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .content-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4284df;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vtvs9tr3yo .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vtvs9tr3yo .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vtvs9tr3yo .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .nav-dropdown .link {
  font-weight: 400;
}
.cid-vtvs9tr3yo .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vtvs9tr3yo .content-right-side {
  text-align: center;
}
.cid-vtvs9tr3yo .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-vtvs9tr3yo .menu-bottom {
    justify-content: flex-end;
  }
  .cid-vtvs9tr3yo img {
    height: 3.8rem !important;
  }
  .cid-vtvs9tr3yo .btn {
    display: -webkit-flex;
  }
  .cid-vtvs9tr3yo button.navbar-toggler {
    display: block;
  }
  .cid-vtvs9tr3yo .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-vtvs9tr3yo .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing,
  .cid-vtvs9tr3yo .navbar-collapse.show {
    display: block !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-vtvs9tr3yo .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vtvs9tr3yo .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vtvs9tr3yo .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vtvs9tr3yo .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-vtvs9tr3yo .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vtvs9tr3yo .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vtvs9tr3yo .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-vtvs9tr3yo .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-vtvs9tr3yo .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-vtvs9tr3yo .navbar {
    display: block;
    padding: 0;
  }
  .cid-vtvs9tr3yo .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vtvs9tr3yo .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-vtvs9tr3yo .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-vtvs9tr3yo .navbar-toggler {
    display: none;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vtvs9tr3yo .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vtvs9tr3yo .menu-logo {
  margin-right: auto;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vtvs9tr3yo .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vtvs9tr3yo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo button.navbar-toggler:focus {
  outline: none;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .btn {
  display: -webkit-flex;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1.5rem);
  }
  .cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .collapsed button.navbar-toggler {
  display: block;
}
.cid-vtvs9tr3yo .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-vtvs9tr3yo .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-vtvs9tr3yo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-vtvs9tr3yo .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vtvs9tr3yo .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vtvs9tr3yo .nav-link:focus {
  outline: none;
}
.cid-vtvs9tr3yo .navbar-toggler {
  position: relative;
}
.cid-vtvs9tr3yo .dropdown-item.active,
.cid-vtvs9tr3yo .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-vtvs9tr3yo .nav-link:hover,
.cid-vtvs9tr3yo .dropdown-item:hover {
  color: #4284df;
}
.cid-vtvs9tr3yo .widget-title,
.cid-vtvs9tr3yo .widget-icon {
  text-align: left;
}
.cid-vtvs9tr3yo .widget-text {
  text-align: left;
}
.cid-vtvs9tr3yo .brand-link {
  font-weight: 700;
  font-size: 0.8rem;
  color: #232323 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.cid-vtvs9tr3yo .guru-red {
  color: #bfff00 !important;
  font-weight: 900;
}
.cid-v8Qz2aa3Zb {
  padding-top: 160px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/buchalteri-warszawa.png-2000x408.png");
}
.cid-v8Qz2aa3Zb .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8Qz2aa3Zb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Qz2aa3Zb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8udO2Dpx6 {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8udO2Dpx6 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8udO2Dpx6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8udO2Dpx6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8udO2Dpx6 H1 {
  color: #0c57bf;
}
.cid-v8udO2Dpx6 .mbr-text,
.cid-v8udO2Dpx6 .mbr-section-btn {
  color: #2c1616;
  text-align: justify;
}
.cid-v8udO2Dpx6 H2 {
  color: #0c57bf;
  text-align: justify;
}
.cid-v8udO2QTxN {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8udO2QTxN .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8udO2QTxN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8udO2QTxN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8udO2QTxN H1 {
  color: #0c57bf;
}
.cid-v8udO2QTxN .mbr-text,
.cid-v8udO2QTxN .mbr-section-btn {
  color: #2c1616;
  text-align: justify;
}
.cid-v8udO2QTxN H2 {
  color: #0c57bf;
  text-align: justify;
}
.cid-v8udO32Kbl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8udO32Kbl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8udO32Kbl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8udO32Kbl .row {
  flex-direction: row-reverse;
}
.cid-v8udO3dcQM {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8udO3dcQM .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8udO3dcQM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8udO3dcQM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8udO3dcQM H1 {
  color: #0c57bf;
}
.cid-v8udO3dcQM .mbr-text,
.cid-v8udO3dcQM .mbr-section-btn {
  color: #2c1616;
  text-align: left;
}
.cid-v8udO3dcQM H2 {
  color: #0c57bf;
  text-align: justify;
}
.cid-v8udO3oufD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8udO3oufD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8udO3oufD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8udO3oufD .row {
  flex-direction: row-reverse;
}
.cid-v8udO3DfrV {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8udO3DfrV .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8udO3DfrV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8udO3DfrV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8udO3DfrV H1 {
  color: #0c57bf;
}
.cid-v8udO3DfrV .mbr-text,
.cid-v8udO3DfrV .mbr-section-btn {
  color: #2c1616;
  text-align: left;
}
.cid-v8udO3DfrV H2 {
  color: #0c57bf;
  text-align: justify;
}
.cid-v8udO3P121 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8udO3P121 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8udO3P121 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8udO3P121 .row {
  flex-direction: row-reverse;
}
.cid-v8udO402Ou {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8udO402Ou .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8udO402Ou .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8udO402Ou .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8udO402Ou H1 {
  color: #0c57bf;
}
.cid-v8udO402Ou .mbr-text,
.cid-v8udO402Ou .mbr-section-btn {
  color: #2c1616;
  text-align: justify;
}
.cid-v8udO402Ou H2 {
  color: #0c57bf;
  text-align: center;
}
.cid-v8udO4aOD1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8udO4aOD1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8udO4aOD1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8udO4aOD1 .row {
  flex-direction: row-reverse;
}
.cid-v8udO4kRSr {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8udO4kRSr .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8udO4kRSr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8udO4kRSr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8udO4kRSr H1 {
  color: #0c57bf;
}
.cid-v8udO4kRSr .mbr-text,
.cid-v8udO4kRSr .mbr-section-btn {
  color: #2c1616;
  text-align: justify;
}
.cid-v8udO4kRSr H2 {
  color: #0c57bf;
  text-align: justify;
}
.cid-v8udO4wwvH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8udO4wwvH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8udO4wwvH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8udO4wwvH .row {
  flex-direction: row-reverse;
}
.cid-v8udO592TH {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8udO592TH .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8udO592TH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8udO592TH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8udO592TH H1 {
  color: #0c57bf;
}
.cid-v8udO592TH .mbr-text,
.cid-v8udO592TH .mbr-section-btn {
  color: #2c1616;
  text-align: justify;
}
.cid-v8udO592TH H2 {
  color: #0c57bf;
  text-align: justify;
}
.cid-v8STEiSjMQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8STEiSjMQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8STEiSjMQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8STEiSjMQ .row {
  flex-direction: row-reverse;
}
.cid-v8STESCQCg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8STESCQCg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8STESCQCg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8STESCQCg .row {
  flex-direction: row-reverse;
}
.cid-v8STFu6OLS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8STFu6OLS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8STFu6OLS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8STFu6OLS .row {
  flex-direction: row-reverse;
}
.cid-vtGi6Qvxvl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vtGi6Qvxvl .content {
    text-align: center;
  }
  .cid-vtGi6Qvxvl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vtGi6Qvxvl .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vtGi6Qvxvl .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
}
.cid-vtGi6Qvxvl textarea.form-control {
  resize: none;
}
.cid-vtGi6Qvxvl .input-group-btn {
  display: inline-block;
}
.cid-vtGi6Qvxvl .input-group-btn .btn {
  margin: 0 !important;
  padding: .75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vtGi6Qvxvl .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtGi6Qvxvl .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vtGi6Qvxvl .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vtGi6Qvxvl .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vtGi6Qvxvl .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vtGi6Qvxvl .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vtGi6Qvxvl .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vtGi6Qvxvl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vtGi6Qvxvl .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vtGi6Qvxvl .form-control,
.cid-vtGi6Qvxvl .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vtGi6Qvxvl P {
  color: #2c1616;
}
.cid-vtGi6Qvxvl .foot-title,
.cid-vtGi6Qvxvl .img-logo {
  text-align: center;
  color: #0c57bf;
}
.cid-vtGi6Qvxvl .copyright > p {
  text-align: center;
}
.cid-vtvs9tr3yo .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vtvs9tr3yo .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vtvs9tr3yo a {
  font-style: normal;
}
.cid-vtvs9tr3yo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vtvs9tr3yo .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-vtvs9tr3yo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .content-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4284df;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vtvs9tr3yo .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vtvs9tr3yo .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vtvs9tr3yo .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .nav-dropdown .link {
  font-weight: 400;
}
.cid-vtvs9tr3yo .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vtvs9tr3yo .content-right-side {
  text-align: center;
}
.cid-vtvs9tr3yo .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-vtvs9tr3yo .menu-bottom {
    justify-content: flex-end;
  }
  .cid-vtvs9tr3yo img {
    height: 3.8rem !important;
  }
  .cid-vtvs9tr3yo .btn {
    display: -webkit-flex;
  }
  .cid-vtvs9tr3yo button.navbar-toggler {
    display: block;
  }
  .cid-vtvs9tr3yo .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-vtvs9tr3yo .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing,
  .cid-vtvs9tr3yo .navbar-collapse.show {
    display: block !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-vtvs9tr3yo .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vtvs9tr3yo .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vtvs9tr3yo .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vtvs9tr3yo .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-vtvs9tr3yo .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vtvs9tr3yo .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vtvs9tr3yo .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-vtvs9tr3yo .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-vtvs9tr3yo .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-vtvs9tr3yo .navbar {
    display: block;
    padding: 0;
  }
  .cid-vtvs9tr3yo .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vtvs9tr3yo .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-vtvs9tr3yo .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-vtvs9tr3yo .navbar-toggler {
    display: none;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vtvs9tr3yo .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vtvs9tr3yo .menu-logo {
  margin-right: auto;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vtvs9tr3yo .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vtvs9tr3yo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo button.navbar-toggler:focus {
  outline: none;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .btn {
  display: -webkit-flex;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1.5rem);
  }
  .cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .collapsed button.navbar-toggler {
  display: block;
}
.cid-vtvs9tr3yo .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-vtvs9tr3yo .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-vtvs9tr3yo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-vtvs9tr3yo .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vtvs9tr3yo .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vtvs9tr3yo .nav-link:focus {
  outline: none;
}
.cid-vtvs9tr3yo .navbar-toggler {
  position: relative;
}
.cid-vtvs9tr3yo .dropdown-item.active,
.cid-vtvs9tr3yo .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-vtvs9tr3yo .nav-link:hover,
.cid-vtvs9tr3yo .dropdown-item:hover {
  color: #4284df;
}
.cid-vtvs9tr3yo .widget-title,
.cid-vtvs9tr3yo .widget-icon {
  text-align: left;
}
.cid-vtvs9tr3yo .widget-text {
  text-align: left;
}
.cid-vtvs9tr3yo .brand-link {
  font-weight: 700;
  font-size: 0.8rem;
  color: #232323 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.cid-vtvs9tr3yo .guru-red {
  color: #bfff00 !important;
  font-weight: 900;
}
.cid-v8QzBVNCdf {
  padding-top: 160px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/buchalteri-warszawa.png-2000x408.png");
}
.cid-v8QzBVNCdf .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8QzBVNCdf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QzBVNCdf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8ulqcoUFV {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8ulqcoUFV .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8ulqcoUFV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8ulqcoUFV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8ulqcoUFV H1 {
  color: #0c57bf;
}
.cid-v8ulqcoUFV .mbr-text,
.cid-v8ulqcoUFV .mbr-section-btn {
  color: #2c1616;
  text-align: justify;
}
.cid-v8ulqcoUFV H2 {
  color: #9bbe38;
  text-align: center;
}
.cid-v8ulqdfLQ7 {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8ulqdfLQ7 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8ulqdfLQ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8ulqdfLQ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8ulqdfLQ7 H1 {
  color: #0c57bf;
}
.cid-v8ulqdfLQ7 .mbr-text,
.cid-v8ulqdfLQ7 .mbr-section-btn {
  color: #2c1616;
  text-align: justify;
}
.cid-v8ulqdfLQ7 H2 {
  color: #0c57bf;
  text-align: justify;
}
.cid-v8umgw4gUL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8umgw4gUL .counter-container {
  color: #767676;
}
.cid-v8umgw4gUL .counter-container ul {
  margin-bottom: 0;
}
.cid-v8umgw4gUL .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-v8umgw4gUL .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #0c57bf;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-v8umgw4gUL .mbr-text {
  color: #070808;
}
.cid-v8umC0qqmK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8umC0qqmK .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8umC0qqmK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8umC0qqmK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8umC0qqmK H1 {
  color: #0c57bf;
}
.cid-v8umC0qqmK .mbr-text,
.cid-v8umC0qqmK .mbr-section-btn {
  color: #2c1616;
  text-align: left;
}
.cid-v8umC0qqmK H2 {
  color: #0c57bf;
  text-align: center;
}
.cid-v8ulqeSjpP {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8ulqeSjpP .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8ulqeSjpP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8ulqeSjpP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8ulqeSjpP H1 {
  color: #0c57bf;
}
.cid-v8ulqeSjpP .mbr-text,
.cid-v8ulqeSjpP .mbr-section-btn {
  color: #2c1616;
  text-align: left;
}
.cid-v8ulqeSjpP H2 {
  color: #0c57bf;
  text-align: justify;
}
.cid-v8veNqgKbH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8veNqgKbH .counter-container {
  color: #767676;
}
.cid-v8veNqgKbH .counter-container ul {
  margin-bottom: 0;
}
.cid-v8veNqgKbH .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-v8veNqgKbH .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #0c57bf;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-v8veNqgKbH .mbr-text {
  color: #070808;
}
.cid-v8vfsyQTvH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8vfsyQTvH .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8vfsyQTvH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8vfsyQTvH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8vfsyQTvH H1 {
  color: #0c57bf;
}
.cid-v8vfsyQTvH .mbr-text,
.cid-v8vfsyQTvH .mbr-section-btn {
  color: #2c1616;
  text-align: left;
}
.cid-v8vfsyQTvH H2 {
  color: #0c57bf;
  text-align: center;
}
.cid-v8ulqhbSa0 {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #0c57bf;
}
.cid-v8ulqhbSa0 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8ulqhbSa0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8ulqhbSa0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8ulqhbSa0 H1 {
  color: #0c57bf;
}
.cid-v8ulqhbSa0 .mbr-text,
.cid-v8ulqhbSa0 .mbr-section-btn {
  color: #2c1616;
  text-align: left;
}
.cid-v8ulqhbSa0 H2 {
  color: #ffffff;
  text-align: justify;
}
.cid-v8ulqiOObf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0c57bf;
}
.cid-v8ulqiOObf .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8ulqiOObf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8ulqiOObf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8ulqiOObf H1 {
  color: #0c57bf;
}
.cid-v8ulqiOObf .mbr-text,
.cid-v8ulqiOObf .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-v8ulqiOObf H2 {
  color: #0c57bf;
  text-align: center;
}
.cid-v8vgX8mMAC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8vgX8mMAC .counter-container {
  color: #767676;
}
.cid-v8vgX8mMAC .counter-container ul {
  margin-bottom: 0;
}
.cid-v8vgX8mMAC .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-v8vgX8mMAC .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #0c57bf;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-v8vgX8mMAC .mbr-text {
  color: #070808;
}
.cid-v8vhnPIh10 {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8vhnPIh10 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8vhnPIh10 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8vhnPIh10 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8vhnPIh10 H1 {
  color: #0c57bf;
}
.cid-v8vhnPIh10 .mbr-text,
.cid-v8vhnPIh10 .mbr-section-btn {
  color: #0c57bf;
  text-align: left;
}
.cid-v8vhnPIh10 H2 {
  color: #0c57bf;
  text-align: center;
}
.cid-v8ulqlUxnV {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8ulqlUxnV .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8ulqlUxnV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8ulqlUxnV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8ulqlUxnV H1 {
  color: #0c57bf;
}
.cid-v8ulqlUxnV .mbr-text,
.cid-v8ulqlUxnV .mbr-section-btn {
  color: #2c1616;
  text-align: justify;
}
.cid-v8ulqlUxnV H2 {
  color: #0c57bf;
  text-align: justify;
}
.cid-v8STNm1g9G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8STNm1g9G .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8STNm1g9G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8STNm1g9G .row {
  flex-direction: row-reverse;
}
.cid-v8STPoArot {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8STPoArot .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8STPoArot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8STPoArot .row {
  flex-direction: row-reverse;
}
.cid-vtGicZHCEM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vtGicZHCEM .content {
    text-align: center;
  }
  .cid-vtGicZHCEM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vtGicZHCEM .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vtGicZHCEM .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
}
.cid-vtGicZHCEM textarea.form-control {
  resize: none;
}
.cid-vtGicZHCEM .input-group-btn {
  display: inline-block;
}
.cid-vtGicZHCEM .input-group-btn .btn {
  margin: 0 !important;
  padding: .75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vtGicZHCEM .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtGicZHCEM .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vtGicZHCEM .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vtGicZHCEM .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vtGicZHCEM .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vtGicZHCEM .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vtGicZHCEM .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vtGicZHCEM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vtGicZHCEM .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vtGicZHCEM .form-control,
.cid-vtGicZHCEM .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vtGicZHCEM P {
  color: #2c1616;
}
.cid-vtGicZHCEM .foot-title,
.cid-vtGicZHCEM .img-logo {
  text-align: center;
  color: #0c57bf;
}
.cid-vtGicZHCEM .copyright > p {
  text-align: center;
}
.cid-vtvs9tr3yo .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vtvs9tr3yo .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vtvs9tr3yo a {
  font-style: normal;
}
.cid-vtvs9tr3yo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vtvs9tr3yo .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-vtvs9tr3yo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .content-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4284df;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vtvs9tr3yo .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vtvs9tr3yo .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vtvs9tr3yo .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .nav-dropdown .link {
  font-weight: 400;
}
.cid-vtvs9tr3yo .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vtvs9tr3yo .content-right-side {
  text-align: center;
}
.cid-vtvs9tr3yo .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-vtvs9tr3yo .menu-bottom {
    justify-content: flex-end;
  }
  .cid-vtvs9tr3yo img {
    height: 3.8rem !important;
  }
  .cid-vtvs9tr3yo .btn {
    display: -webkit-flex;
  }
  .cid-vtvs9tr3yo button.navbar-toggler {
    display: block;
  }
  .cid-vtvs9tr3yo .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-vtvs9tr3yo .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing,
  .cid-vtvs9tr3yo .navbar-collapse.show {
    display: block !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-vtvs9tr3yo .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vtvs9tr3yo .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vtvs9tr3yo .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vtvs9tr3yo .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-vtvs9tr3yo .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vtvs9tr3yo .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vtvs9tr3yo .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-vtvs9tr3yo .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-vtvs9tr3yo .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-vtvs9tr3yo .navbar {
    display: block;
    padding: 0;
  }
  .cid-vtvs9tr3yo .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vtvs9tr3yo .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-vtvs9tr3yo .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-vtvs9tr3yo .navbar-toggler {
    display: none;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vtvs9tr3yo .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vtvs9tr3yo .menu-logo {
  margin-right: auto;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vtvs9tr3yo .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vtvs9tr3yo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo button.navbar-toggler:focus {
  outline: none;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .btn {
  display: -webkit-flex;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1.5rem);
  }
  .cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .collapsed button.navbar-toggler {
  display: block;
}
.cid-vtvs9tr3yo .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-vtvs9tr3yo .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-vtvs9tr3yo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-vtvs9tr3yo .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vtvs9tr3yo .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vtvs9tr3yo .nav-link:focus {
  outline: none;
}
.cid-vtvs9tr3yo .navbar-toggler {
  position: relative;
}
.cid-vtvs9tr3yo .dropdown-item.active,
.cid-vtvs9tr3yo .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-vtvs9tr3yo .nav-link:hover,
.cid-vtvs9tr3yo .dropdown-item:hover {
  color: #4284df;
}
.cid-vtvs9tr3yo .widget-title,
.cid-vtvs9tr3yo .widget-icon {
  text-align: left;
}
.cid-vtvs9tr3yo .widget-text {
  text-align: left;
}
.cid-vtvs9tr3yo .brand-link {
  font-weight: 700;
  font-size: 0.8rem;
  color: #232323 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.cid-vtvs9tr3yo .guru-red {
  color: #bfff00 !important;
  font-weight: 900;
}
.cid-tPQFUgZmEV {
  padding-top: 180px;
  background-image: url("../../../assets/images/2023-05-06-09.54.53-2000x408.png");
}
.cid-tPQFUgZmEV .container {
  margin-bottom: 15%;
}
.cid-tPQFUgZmEV .content-container .btn-bgr {
  z-index: 0;
}
.cid-tPQFUgZmEV .container-boxes {
  padding-bottom: 15px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-tPQFUgZmEV .box-item {
  width: calc(33.3% - 5rem);
  padding: 2.5rem;
}
.cid-tPQFUgZmEV .box-item:first-child {
  background-color: #4284df;
  margin-top: -200px;
}
.cid-tPQFUgZmEV .box-item:nth-child(2) {
  background-color: #04367c;
}
.cid-tPQFUgZmEV .box-item:last-child {
  background-color: #0c57bf;
}
.cid-tPQFUgZmEV .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-tPQFUgZmEV .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-tPQFUgZmEV .box-list li:last-child {
  border-bottom: none;
}
.cid-tPQFUgZmEV .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-tPQFUgZmEV .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-tPQFUgZmEV .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-tPQFUgZmEV .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-tPQFUgZmEV .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-tPQFUgZmEV .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-tPQFUgZmEV .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-tPQFUgZmEV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPQFUgZmEV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPQFUgZmEV .mbr-text,
.cid-tPQFUgZmEV .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tPQFUgZmEV H1 {
  color: #ffffff;
  text-align: left;
}
.cid-tPQFUgZmEV UL {
  text-align: justify;
}
.cid-tPQFUgZmEV .icon-block-top,
.cid-tPQFUgZmEV .box-item-title {
  text-align: center;
}
.cid-tPQFUgZmEV P {
  color: #ffffff;
}
#custom-html-16o {
  /* Animacja opisu tekstowego */
  /* Style przycisków radiowych */
  /* Style etykiet przycisków radiowych */
  /* Separator między przyciskami radiowymi */
  /* Nagłówek w stylu .mbr-section-subtitle */
  /* Akapit tekstowy w stylu .mbr-text */
  /* Stylizacja przycisków */
  /* Animacja i styl opisu */
  /* Blok wyświetlania ceny */
  /* Tekst wyśrodkowany */
  /* Wyśrodkowanie przycisków */
  /* Przyciski */
  /* Opis i cena wyśrodkowane */
}
#custom-html-16o .mobirise-container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: center;
  /* Wyśrodkowanie tekstu wewnątrz kontenera */
}
#custom-html-16o h1 {
  color: #333;
}
#custom-html-16o .mobirise-button-container {
  margin-top: 20px;
}
#custom-html-16o button {
  margin: 5px;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
  background-color: #007BFF;
  /* Niebieskie tło */
  color: white;
  /* Biały tekst */
  border: none;
  /* Usuwamy obramowanie */
  border-radius: 5px;
  /* Zaokrąglone rogi */
  transition: all 0.3s;
  /* Płynne przejście wszystkich właściwości */
}
#custom-html-16o button:hover {
  background-color: #28a745;
  /* Zielone tło po najechaniu */
  transform: scale(1.3);
  /* Powiększenie o 30% */
}
#custom-html-16o .mobirise-price-display {
  margin-top: 10px;
  font-size: 1.5em;
}
@keyframes pulse {
  0% {
    color: #4284df;
    /* Kolor początkowy */
  }
  50% {
    color: #39d82b;
    /* Kolor w połowie animacji */
  }
  100% {
    color: #4284df;
    /* Powrót do koloru początkowego */
  }
}
#custom-html-16o .price-value {
  font-weight: bold;
  /* Pogrubiony tekst */
  font-size: 1.25em;
  /* Powiększenie czcionki o 25% */
  animation: pulse 5s infinite;
  /* Stosujemy animację przez 5 sekund */
}
#custom-html-16o .netto-text {
  color: green;
  /* Zielony kolor dla 'netto' */
  font-size: 0.5em;
  /* Czcionka 2 razy mniejsza */
  display: block;
  /* Umieszcza 'netto' w osobnym wierszu */
  margin-top: 5px;
  /* Górny odstęp od 'zł' */
}
@keyframes slide-up {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
#custom-html-16o .mobirise-description {
  animation: slide-up 0.5s ease forwards;
  /* Animacja wysuwania */
  display: none;
  /* Domyślnie ukrywamy opis */
}
#custom-html-16o .show {
  display: block;
  /* Pokazujemy opis po dodaniu klasy */
}
#custom-html-16o input[type="radio"] {
  transform: scale(0.92);
  /* Powiększamy przyciski radiowe o 15% */
  accent-color: #39d82b;
  /* Zielony kolor przycisków radiowych */
  margin-right: 10px;
  /* Prawy odstęp dla przycisków radiowych */
  display: inline-block;
  /* Wyśrodkowanie przycisków radiowych */
  vertical-align: middle;
  /* Wyśrodkowanie w pionie */
}
#custom-html-16o label {
  font-size: 1.125em;
  /* Powiększenie rozmiaru czcionki o 15% */
  font-weight: 400;
  /* Mniejsza grubość czcionki */
  margin-right: 20px;
  /* Prawy odstęp między przyciskami */
  cursor: pointer;
  /* Kursor po najechaniu na tekst etykiety */
}
#custom-html-16o .separator {
  display: inline-block;
  /* Używamy do poziomego rozdzielenia */
  width: 1px;
  /* Szerokość separatora */
  height: 20px;
  /* Wysokość separatora */
  background-color: #ccc;
  /* Kolor separatora */
  margin: 0 15px;
  /* Odstępy poziome */
  vertical-align: middle;
  /* Wyśrodkowanie separatora w pionie */
}
@media (max-width: 600px) {
  #custom-html-16o .mobirise-container {
    padding: 10px;
  }
  #custom-html-16o .mobirise-price-display {
    font-size: 1.2em;
    /* Zmiana rozmiaru czcionki dla urządzeń mobilnych */
  }
}
#custom-html-16o .mobirise-container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 4rem 20px;
  /* zgodność z paddingTop */
  background-color: #ffffff;
  /* @bgColor */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
#custom-html-16o .mobirise-container h2 {
  font-size: 2rem;
  /* odpowiednik display-5 */
  font-weight: 600;
  color: #0196e3;
  /* jak .mbr-section-subtitle */
  margin-bottom: 1rem;
}
#custom-html-16o .mobirise-container .block-text {
  font-size: 1.1rem;
  /* odpowiednik display-7 */
  color: #2c1616;
  text-align: left;
  margin: 1rem auto;
  line-height: 1.6;
}
#custom-html-16o .mobirise-button-container {
  margin-top: 20px;
}
#custom-html-16o button {
  margin: 5px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  background-color: #007BFF;
  color: white;
  border: none;
  border-radius: 5px;
  transition: all 0.3s;
}
#custom-html-16o button:hover {
  background-color: #28a745;
  transform: scale(1.3);
}
#custom-html-16o .mobirise-description {
  margin-top: 20px;
  font-size: 1rem;
  color: #36187d;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
#custom-html-16o .mobirise-description.show {
  opacity: 1;
}
#custom-html-16o .mobirise-price-display {
  margin-top: 20px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #36187d;
}
#custom-html-16o .mobirise-container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 4rem 20px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: center;
  /* Wyśrodkowanie CAŁEGO tekstu */
  font-family: 'Roboto', sans-serif;
}
#custom-html-16o .mobirise-container h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #0196e3;
  margin-bottom: 1rem;
}
#custom-html-16o .mobirise-container .block-text {
  font-size: 1.1rem;
  color: #2c1616;
  text-align: center;
  /* Wyśrodkowujemy tekst główny */
  margin: 1rem auto;
  line-height: 1.6;
}
#custom-html-16o .mobirise-button-container {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#custom-html-16o button {
  margin: 5px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  background-color: #007BFF;
  color: white;
  border: none;
  border-radius: 5px;
  transition: all 0.3s;
}
#custom-html-16o button:hover {
  background-color: #28a745;
  transform: scale(1.3);
}
#custom-html-16o .mobirise-description {
  margin-top: 20px;
  font-size: 1rem;
  color: #36187d;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  text-align: center;
  /* Wyśrodkowujemy opis */
}
#custom-html-16o .mobirise-description.show {
  opacity: 1;
}
#custom-html-16o .mobirise-price-display {
  margin-top: 20px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #36187d;
  text-align: center;
  /* Wyśrodkowujemy cenę */
}
#custom-html-16o .mobirise-container h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #0c57bf;
  /* Nowy głęboki niebieski */
  margin-bottom: 1rem;
}
#custom-html-16o button {
  margin: 5px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  background-color: #0c57bf;
  /* Przyciski w tym samym kolorze */
  color: white;
  border: none;
  border-radius: 5px;
  transition: all 0.3s;
}
#custom-html-16o button:hover {
  background-color: #28a745;
  /* Zielony po najechaniu dla kontrastu i call-to-action */
  transform: scale(1.3);
}
#custom-html-16o .tariff-info {
  font-size: 1.1rem;
  font-weight: 600;
  color: #0c57bf;
  /* Głęboki niebieski — dla poczucia pewności */
  text-align: center;
  margin-top: 2rem;
}
#custom-html-16o .document-question {
  font-size: 1.2rem;
  font-weight: 600;
  color: #0cbf37;
  /* Jasna zieleń — nacisk na działanie */
  text-align: center;
  margin: 1.5rem 0;
}
#custom-html-16o .red-highlight {
  color: #f30000 !important;
  font-weight: 800;
}
#custom-html-16o .pricing-title {
  font-size: 140% !important;
  font-weight: 700 !important;
  text-align: center;
  line-height: 1.3;
}
#custom-html-16o .red-highlight {
  color: #f30000 !important;
  font-weight: 800;
}
.cid-tPQFUiPLYg {
  background-color: #04367c;
  background: linear-gradient(90deg, #04367c, #4284df);
}
.cid-tPQFUiPLYg .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #4284df);
}
.cid-tPQFUiPLYg h3 {
  color: #FFFFFF;
  font-weight: 500;
}
.cid-tPQFUiPLYg p {
  color: #FFFFFF;
}
.cid-tPQFUiPLYg h4 {
  color: #FFFFFF;
  display: none;
}
.cid-tPQFUiPLYg .mbr-figure img {
  padding-left: 1rem;
}
.cid-tPQFUiPLYg .counter-container {
  color: #767676;
  padding-right: 4rem;
  counter-reset: myCounter;
  padding-left: 5rem;
}
.cid-tPQFUiPLYg .counter-container div {
  margin-bottom: 1rem;
  padding-left: .5rem;
}
.cid-tPQFUiPLYg .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-tPQFUiPLYg .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
@media (max-width: 575px) {
  .cid-tPQFUiPLYg .counter-container .counter {
    left: 2rem;
  }
}
.cid-tPQFUiPLYg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPQFUiPLYg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPQFUiPLYg H3 {
  text-align: center;
}
.cid-tPQFUiPLYg H2 {
  color: #21b40e;
}
.cid-tPQFUjrfTp {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
  background: linear-gradient(90deg, #04367c, #4284df);
}
.cid-tPQFUjrfTp .mbr-overlay {
  background: linear-gradient(90deg, #efefef, #1ec5bf);
}
.cid-tPQFUjrfTp h4,
.cid-tPQFUjrfTp h5 {
  text-align: center;
}
.cid-tPQFUjrfTp p {
  text-align: center;
}
.cid-tPQFUjrfTp .card-box {
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.cid-tPQFUjrfTp .card-img {
  font-size: 3rem;
}
.cid-tPQFUjrfTp .date span {
  display: inline-block;
  background-color: #f27d7a;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
.cid-tPQFUjrfTp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPQFUjrfTp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPQFUjrfTp .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tPQFUjrfTp .mbr-section-subtitle {
  text-align: left;
}
.cid-tPQFUjrfTp H2 {
  text-align: center;
}
.cid-tPQFUjrfTp P {
  color: #ffffff;
}
.cid-tPQFUjrfTp .mbr-text {
  color: #21b40e;
}
.cid-vtotmArqFG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vtotmArqFG h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-vtotmArqFG .mbr-section-subtitle {
  color: #767676;
}
.cid-vtotmArqFG .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-vtotmArqFG .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-vtotmArqFG .article-title-right {
  color: #0c57bf;
  text-align: center;
}
.cid-vtotmArqFG .article-title-left {
  color: #0c57bf;
  text-align: center;
}
.cid-vtotmArqFG .mbr-text-left {
  text-align: left;
}
.cid-vtotmArqFG .mbr-text-right {
  text-align: left;
}
.cid-vtotmArqFG .mbr-section-title {
  color: #0c57bf;
}
.cid-vtotmArqFG .article-counter-left {
  color: #21b40e;
}
.cid-vtotmArqFG .article-counter-right {
  color: #21b40e;
}
.cid-vtouRVMXW9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vtouRVMXW9 .block-text {
  color: #0c57bf;
  text-align: center;
}
.cid-vtovxohme9 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vtovxohme9 H1 {
  color: #000000;
}
.cid-vtovxohme9 .mbr-text,
.cid-vtovxohme9 .mbr-section-btn {
  color: #000000;
}
.cid-vtovxohme9 .mbr-subtitle {
  color: #000000;
}
.cid-vtovxohme9 .mbr-text {
  margin-top: 1.5rem;
}
.cid-vtovxohme9 .mbr-section-btn {
  margin-top: 2rem;
}
.cid-vtoxBkLwws {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vtoxBkLwws .item {
  position: relative;
  display: flex;
  padding-bottom: 2rem;
}
.cid-vtoxBkLwws .item:last-child .icon-box:before {
  display: none;
}
.cid-vtoxBkLwws .item::before {
  content: "";
  width: 2px;
  height: 100%;
  left: 40px;
  position: absolute;
  top: 0;
  background: #dae2ec;
  transform: translate(-50%, 0);
}
.cid-vtoxBkLwws .last:before {
  display: none;
}
.cid-vtoxBkLwws .icon-box {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #f2f3f7;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-vtoxBkLwws .icon-box {
    margin-right: 1rem;
  }
}
.cid-vtoxBkLwws span {
  font-size: 2rem;
}
@media (max-width: 991px) {
  .cid-vtoxBkLwws span .card {
    margin-bottom: 2rem;
  }
  .cid-vtoxBkLwws span .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vtoxBkLwws span .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-vtoxBkLwws .icon-box::before {
    top: 114%;
  }
}
.cid-vtoxBkLwws SPAN {
  color: #21b40e;
}
.cid-vtoxBkLwws .icon-text {
  color: #6c758f;
}
.cid-vtoxBkLwws .icon-title {
  color: #070808;
}
.cid-vtoxBkLwws .icon-subtitle {
  color: #0c57bf;
}
.cid-vtoxBkLwws .main-title {
  color: #0c57bf;
  text-align: center;
}
.cid-vtoxBkLwws .mbr-text,
.cid-vtoxBkLwws .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vtAz3vM1Ce {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vtAz3vM1Ce .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtAz3vM1Ce .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtAz3vM1Ce .items-wrap {
  justify-content: space-between;
}
.cid-vtAz3vM1Ce .title-wrapper {
  margin-bottom: 32px;
}
.cid-vtAz3vM1Ce .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vtAz3vM1Ce .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vtAz3vM1Ce .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vtAz3vM1Ce .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-vtAz3vM1Ce .mbr-figure iframe {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vtAz3vM1Ce .video-block {
    margin-bottom: 24px;
  }
}
.cid-vtAz3vM1Ce .mbr-figure__img {
  object-fit: cover;
}
.cid-vtAz3vM1Ce .app-video-wrapper::before {
  color: #ffffff;
  box-shadow: none;
}
.cid-vtAz3vM1Ce .mbr-section-title {
  color: #000000;
}
.cid-vtAz3vM1Ce .mbr-text {
  color: #000000;
}
.cid-vtAz3vM1Ce .mbr-section-title,
.cid-vtAz3vM1Ce .mbr-section-btn {
  text-align: center;
  color: #0c57bf;
}
.cid-vtpRf7i7jw {
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vtpRf7i7jw .media-content .btn-bgr {
  z-index: 0;
}
.cid-vtpRf7i7jw .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-vtpRf7i7jw h3 {
  color: #000000;
  font-weight: 300;
}
.cid-vtpRf7i7jw p {
  color: #464646;
}
.cid-vtpRf7i7jw h2 {
  color: #000000;
}
.cid-vtpRf7i7jw .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-vtpRf7i7jw .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-vtpRf7i7jw .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-vtpRf7i7jw .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-vtpRf7i7jw .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vtpRf7i7jw .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-vtpRf7i7jw .mbr-text {
    text-align: center;
  }
}
.cid-vtpRf7i7jw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtpRf7i7jw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtpRf7i7jw .mbr-section-title,
.cid-vtpRf7i7jw .mbr-section-btn {
  color: #0c57bf;
  text-align: center;
}
.cid-vtpRf7i7jw .mbr-section-title,
.cid-vtpRf7i7jw .mbr-section-btn DIV {
  text-align: left;
}
.cid-vtpRf7i7jw .mbr-section-title {
  font-weight: 400;
}
.cid-vtpRf7i7jw .guru-bold {
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #f30000;
  text-transform: uppercase;
}
.cid-vtoAGVRbCi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vtoAGVRbCi .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-vtoAGVRbCi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtoAGVRbCi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtoAGVRbCi H1 {
  color: #0c57bf;
}
.cid-vtoAGVRbCi .mbr-text,
.cid-vtoAGVRbCi .mbr-section-btn {
  color: #2c1616;
  text-align: justify;
}
.cid-vtoAGVRbCi H2 {
  color: #0c57bf;
  text-align: center;
}
.cid-vtoBtS6KHn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vtoBtS6KHn .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-vtoBtS6KHn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtoBtS6KHn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtoBtS6KHn H1 {
  color: #0c57bf;
}
.cid-vtoBtS6KHn .mbr-text,
.cid-vtoBtS6KHn .mbr-section-btn {
  color: #2c1616;
  text-align: justify;
}
.cid-vtoBtS6KHn H2 {
  color: #21b40e;
  text-align: center;
}
.cid-vtoBtS6KHn P {
  color: #21b40e;
  text-align: center;
}
.cid-u5ZQk6Eqgp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5ZQk6Eqgp .counter-container {
  color: #767676;
}
.cid-u5ZQk6Eqgp .counter-container ul {
  margin-bottom: 0;
}
.cid-u5ZQk6Eqgp .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-u5ZQk6Eqgp .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #0c57bf;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-u5ZQk6Eqgp .mbr-text {
  color: #070808;
}
.cid-vtoBVq4PPD {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vtoBVq4PPD .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-vtoBVq4PPD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtoBVq4PPD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtoBVq4PPD H1 {
  color: #0c57bf;
}
.cid-vtoBVq4PPD .mbr-text,
.cid-vtoBVq4PPD .mbr-section-btn {
  color: #2c1616;
  text-align: justify;
}
.cid-vtoBVq4PPD H2 {
  color: #21b40e;
  text-align: center;
}
.cid-vtoBVq4PPD P {
  color: #21b40e;
  text-align: center;
}
.cid-vtoBWRyVyo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vtoBWRyVyo .counter-container {
  color: #767676;
}
.cid-vtoBWRyVyo .counter-container ul {
  margin-bottom: 0;
}
.cid-vtoBWRyVyo .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-vtoBWRyVyo .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #0c57bf;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-vtoBWRyVyo .mbr-text {
  color: #070808;
}
.cid-vtpK1RPn2m {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vtpK1RPn2m .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #232323;
}
.cid-vtpK1RPn2m .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vtpK1RPn2m .mbr-section-subtitle {
  color: #767676;
}
.cid-vtpK1RPn2m .panel-group {
  width: 100%;
}
.cid-vtpK1RPn2m .panel-text {
  color: #767676;
}
.cid-vtpK1RPn2m .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-vtpK1RPn2m .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vtpK1RPn2m .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #4284df;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vtpK1RPn2m .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-vtpK1RPn2m .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vtpK1RPn2m .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-vtpK1RPn2m .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-vtpK1RPn2m .card .panel-body {
  background: #ffffff;
}
.cid-vtpK1RPn2m .sign {
  color: #232323;
}
.cid-vtpK1RPn2m .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtpK1RPn2m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtpK1RPn2m .mbr-section-title {
  color: #0c57bf;
}
.cid-vtpK1RPn2m .header-text,
.cid-vtpK1RPn2m .sign {
  color: #ffffff;
}
.cid-vtA22SgkHk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-vtA22SgkHk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtA22SgkHk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vtA22SgkHk .row {
    flex-direction: column-reverse;
  }
  .cid-vtA22SgkHk .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vtA22SgkHk .google-map {
  height: 100%;
  position: relative;
}
.cid-vtA22SgkHk .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vtA22SgkHk .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vtA22SgkHk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vtA22SgkHk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vtA22SgkHk .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vtA22SgkHk .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-vtA22SgkHk .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vtA22SgkHk .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vtA22SgkHk .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vtA22SgkHk .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4284df;
}
.cid-vtA22SgkHk .mbr-section-title {
  color: #0c57bf;
  text-align: center;
}
.cid-vtA22SgkHk .mbr-section-subtitle {
  text-align: left;
}
.cid-vtA22SgkHk .card-title {
  text-align: left;
}
.cid-vtpVBfhkvi {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-vtpVBfhkvi a {
  text-align: center;
}
.cid-vtpVBfhkvi p {
  color: #0a0a0a;
  text-align: center;
}
.cid-vtpVBfhkvi span {
  font-size: 2rem;
}
.cid-vtpVBfhkvi .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-vtpVBfhkvi .socicon-twitter {
  color: #4da7de;
}
.cid-vtpVBfhkvi .socicon-facebook {
  color: #3e5b98;
}
.cid-vtpVBfhkvi .socicon-googleplus {
  color: #dd4b39;
}
.cid-vtpVBfhkvi .socicon-instagram {
  color: #3f729b;
}
.cid-vtpVBfhkvi .social-list a:focus {
  text-decoration: none;
}
.cid-vtpVBfhkvi .text-copyright {
  width: 100%;
}
.cid-vtpVBfhkvi .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-vtpVBfhkvi .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-vtpVBfhkvi .logo-footer {
  line-height: normal;
}
.cid-vtpVBfhkvi .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtpVBfhkvi .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtpVBfhkvi .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtpVBfhkvi .media-container-row a {
  margin: 0 1rem;
}
.cid-vtpVBfhkvi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtpVBfhkvi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-1hf {
  /* Type valid CSS here */
}
#custom-html-1hf div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1hf p {
  font-size: 60px;
  color: #777;
}
.cid-vtGeAnThX9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vtGeAnThX9 .content {
    text-align: center;
  }
  .cid-vtGeAnThX9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vtGeAnThX9 .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vtGeAnThX9 .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
}
.cid-vtGeAnThX9 textarea.form-control {
  resize: none;
}
.cid-vtGeAnThX9 .input-group-btn {
  display: inline-block;
}
.cid-vtGeAnThX9 .input-group-btn .btn {
  margin: 0 !important;
  padding: .75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vtGeAnThX9 .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtGeAnThX9 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vtGeAnThX9 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vtGeAnThX9 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vtGeAnThX9 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vtGeAnThX9 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vtGeAnThX9 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vtGeAnThX9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vtGeAnThX9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vtGeAnThX9 .form-control,
.cid-vtGeAnThX9 .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vtGeAnThX9 P {
  color: #2c1616;
}
.cid-vtGeAnThX9 .foot-title,
.cid-vtGeAnThX9 .img-logo {
  text-align: center;
  color: #0c57bf;
}
.cid-vtGeAnThX9 .copyright > p {
  text-align: center;
}
.cid-vtvs9tr3yo .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vtvs9tr3yo .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vtvs9tr3yo a {
  font-style: normal;
}
.cid-vtvs9tr3yo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vtvs9tr3yo .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-vtvs9tr3yo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .content-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4284df;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vtvs9tr3yo .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vtvs9tr3yo .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vtvs9tr3yo .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .nav-dropdown .link {
  font-weight: 400;
}
.cid-vtvs9tr3yo .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vtvs9tr3yo .content-right-side {
  text-align: center;
}
.cid-vtvs9tr3yo .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-vtvs9tr3yo .menu-bottom {
    justify-content: flex-end;
  }
  .cid-vtvs9tr3yo img {
    height: 3.8rem !important;
  }
  .cid-vtvs9tr3yo .btn {
    display: -webkit-flex;
  }
  .cid-vtvs9tr3yo button.navbar-toggler {
    display: block;
  }
  .cid-vtvs9tr3yo .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-vtvs9tr3yo .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing,
  .cid-vtvs9tr3yo .navbar-collapse.show {
    display: block !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-vtvs9tr3yo .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vtvs9tr3yo .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vtvs9tr3yo .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vtvs9tr3yo .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-vtvs9tr3yo .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vtvs9tr3yo .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vtvs9tr3yo .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-vtvs9tr3yo .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-vtvs9tr3yo .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-vtvs9tr3yo .navbar {
    display: block;
    padding: 0;
  }
  .cid-vtvs9tr3yo .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vtvs9tr3yo .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-vtvs9tr3yo .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-vtvs9tr3yo .navbar-toggler {
    display: none;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vtvs9tr3yo .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vtvs9tr3yo .menu-logo {
  margin-right: auto;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vtvs9tr3yo .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vtvs9tr3yo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo button.navbar-toggler:focus {
  outline: none;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .btn {
  display: -webkit-flex;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1.5rem);
  }
  .cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .collapsed button.navbar-toggler {
  display: block;
}
.cid-vtvs9tr3yo .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-vtvs9tr3yo .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-vtvs9tr3yo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-vtvs9tr3yo .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vtvs9tr3yo .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vtvs9tr3yo .nav-link:focus {
  outline: none;
}
.cid-vtvs9tr3yo .navbar-toggler {
  position: relative;
}
.cid-vtvs9tr3yo .dropdown-item.active,
.cid-vtvs9tr3yo .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-vtvs9tr3yo .nav-link:hover,
.cid-vtvs9tr3yo .dropdown-item:hover {
  color: #4284df;
}
.cid-vtvs9tr3yo .widget-title,
.cid-vtvs9tr3yo .widget-icon {
  text-align: left;
}
.cid-vtvs9tr3yo .widget-text {
  text-align: left;
}
.cid-vtvs9tr3yo .brand-link {
  font-weight: 700;
  font-size: 0.8rem;
  color: #232323 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.cid-vtvs9tr3yo .guru-red {
  color: #bfff00 !important;
  font-weight: 900;
}
.cid-uPkfCtoTLz {
  padding-top: 180px;
  background-image: url("../../../assets/images/background9.jpg");
}
.cid-uPkfCtoTLz .container {
  margin-bottom: 15%;
}
.cid-uPkfCtoTLz .content-container .btn-bgr {
  z-index: 0;
}
.cid-uPkfCtoTLz .container-boxes {
  padding-bottom: 15px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-uPkfCtoTLz .box-item {
  width: calc(33.3% - 5rem);
  padding: 2.5rem;
}
.cid-uPkfCtoTLz .box-item:first-child {
  background-color: #4284df;
  margin-top: -200px;
}
.cid-uPkfCtoTLz .box-item:nth-child(2) {
  background-color: #04367c;
}
.cid-uPkfCtoTLz .box-item:last-child {
  background-color: #0c57bf;
}
.cid-uPkfCtoTLz .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-uPkfCtoTLz .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-uPkfCtoTLz .box-list li:last-child {
  border-bottom: none;
}
.cid-uPkfCtoTLz .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-uPkfCtoTLz .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-uPkfCtoTLz .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-uPkfCtoTLz .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-uPkfCtoTLz .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-uPkfCtoTLz .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-uPkfCtoTLz .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-uPkfCtoTLz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkfCtoTLz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkfCtoTLz H1 {
  color: #0c57bf;
}
.cid-uPkfCujCkB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uPkfCujCkB .block-title {
  color: #0c57bf;
}
.cid-uPkfCuswnV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uPkfCuswnV .counter-container {
  color: #767676;
}
.cid-uPkfCuswnV .counter-container ul {
  margin-bottom: 0;
}
.cid-uPkfCuswnV .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-uPkfCuswnV .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #0c57bf;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-uPkfCuswnV .mbr-text {
  color: #070808;
}
.cid-uPkfCtMZeL {
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uPkfCtMZeL .media-content .btn-bgr {
  z-index: 0;
}
.cid-uPkfCtMZeL .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-uPkfCtMZeL h3 {
  color: #000000;
  font-weight: 300;
}
.cid-uPkfCtMZeL p {
  color: #464646;
}
.cid-uPkfCtMZeL h2 {
  color: #000000;
}
.cid-uPkfCtMZeL .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uPkfCtMZeL .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uPkfCtMZeL .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-uPkfCtMZeL .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-uPkfCtMZeL .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPkfCtMZeL .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-uPkfCtMZeL .mbr-text {
    text-align: center;
  }
}
.cid-uPkfCtMZeL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkfCtMZeL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkfCtMZeL .mbr-section-title,
.cid-uPkfCtMZeL .mbr-section-btn {
  color: #0c57bf;
  text-align: center;
}
.cid-uPkfCtMZeL .mbr-section-title,
.cid-uPkfCtMZeL .mbr-section-btn DIV {
  text-align: left;
}
.cid-uPkfCuMuQC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uPkfCuMuQC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkfCuMuQC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uPkfCuMuQC .row {
    flex-direction: column-reverse;
  }
  .cid-uPkfCuMuQC .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uPkfCuMuQC .google-map {
  height: 100%;
  position: relative;
}
.cid-uPkfCuMuQC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uPkfCuMuQC .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uPkfCuMuQC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPkfCuMuQC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPkfCuMuQC .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uPkfCuMuQC .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uPkfCuMuQC .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uPkfCuMuQC .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPkfCuMuQC .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uPkfCuMuQC .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4284df;
}
.cid-uPkfCuMuQC .mbr-section-title {
  color: #0c57bf;
  text-align: center;
}
.cid-uPkfCuMuQC .mbr-section-subtitle {
  text-align: center;
}
.cid-uPkfCuMuQC .card-title {
  text-align: left;
}
#custom-html-1hw {
  /* Type valid CSS here */
}
#custom-html-1hw div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1hw p {
  font-size: 60px;
  color: #777;
}
.cid-vtGlXfBzSW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vtGlXfBzSW .content {
    text-align: center;
  }
  .cid-vtGlXfBzSW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vtGlXfBzSW .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vtGlXfBzSW .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
}
.cid-vtGlXfBzSW textarea.form-control {
  resize: none;
}
.cid-vtGlXfBzSW .input-group-btn {
  display: inline-block;
}
.cid-vtGlXfBzSW .input-group-btn .btn {
  margin: 0 !important;
  padding: .75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vtGlXfBzSW .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtGlXfBzSW .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vtGlXfBzSW .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vtGlXfBzSW .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vtGlXfBzSW .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vtGlXfBzSW .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vtGlXfBzSW .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vtGlXfBzSW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vtGlXfBzSW .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vtGlXfBzSW .form-control,
.cid-vtGlXfBzSW .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vtGlXfBzSW P {
  color: #2c1616;
}
.cid-vtGlXfBzSW .foot-title,
.cid-vtGlXfBzSW .img-logo {
  text-align: center;
  color: #0c57bf;
}
.cid-vtGlXfBzSW .copyright > p {
  text-align: center;
}
.cid-vtvs9tr3yo .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vtvs9tr3yo .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vtvs9tr3yo a {
  font-style: normal;
}
.cid-vtvs9tr3yo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vtvs9tr3yo .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-vtvs9tr3yo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .content-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4284df;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vtvs9tr3yo .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vtvs9tr3yo .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vtvs9tr3yo .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .nav-dropdown .link {
  font-weight: 400;
}
.cid-vtvs9tr3yo .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vtvs9tr3yo .content-right-side {
  text-align: center;
}
.cid-vtvs9tr3yo .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-vtvs9tr3yo .menu-bottom {
    justify-content: flex-end;
  }
  .cid-vtvs9tr3yo img {
    height: 3.8rem !important;
  }
  .cid-vtvs9tr3yo .btn {
    display: -webkit-flex;
  }
  .cid-vtvs9tr3yo button.navbar-toggler {
    display: block;
  }
  .cid-vtvs9tr3yo .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-vtvs9tr3yo .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing,
  .cid-vtvs9tr3yo .navbar-collapse.show {
    display: block !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-vtvs9tr3yo .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vtvs9tr3yo .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vtvs9tr3yo .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vtvs9tr3yo .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-vtvs9tr3yo .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vtvs9tr3yo .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vtvs9tr3yo .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-vtvs9tr3yo .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-vtvs9tr3yo .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-vtvs9tr3yo .navbar {
    display: block;
    padding: 0;
  }
  .cid-vtvs9tr3yo .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vtvs9tr3yo .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-vtvs9tr3yo .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-vtvs9tr3yo .navbar-toggler {
    display: none;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vtvs9tr3yo .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vtvs9tr3yo .menu-logo {
  margin-right: auto;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vtvs9tr3yo .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vtvs9tr3yo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo button.navbar-toggler:focus {
  outline: none;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .btn {
  display: -webkit-flex;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1.5rem);
  }
  .cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .collapsed button.navbar-toggler {
  display: block;
}
.cid-vtvs9tr3yo .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-vtvs9tr3yo .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-vtvs9tr3yo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-vtvs9tr3yo .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vtvs9tr3yo .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vtvs9tr3yo .nav-link:focus {
  outline: none;
}
.cid-vtvs9tr3yo .navbar-toggler {
  position: relative;
}
.cid-vtvs9tr3yo .dropdown-item.active,
.cid-vtvs9tr3yo .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-vtvs9tr3yo .nav-link:hover,
.cid-vtvs9tr3yo .dropdown-item:hover {
  color: #4284df;
}
.cid-vtvs9tr3yo .widget-title,
.cid-vtvs9tr3yo .widget-icon {
  text-align: left;
}
.cid-vtvs9tr3yo .widget-text {
  text-align: left;
}
.cid-vtvs9tr3yo .brand-link {
  font-weight: 700;
  font-size: 0.8rem;
  color: #232323 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.cid-vtvs9tr3yo .guru-red {
  color: #bfff00 !important;
  font-weight: 900;
}
.cid-uPkRwa2bI8 {
  padding-top: 180px;
  background-image: url("../../../assets/images/background9.jpg");
}
.cid-uPkRwa2bI8 .container {
  margin-bottom: 15%;
}
.cid-uPkRwa2bI8 .content-container .btn-bgr {
  z-index: 0;
}
.cid-uPkRwa2bI8 .container-boxes {
  padding-bottom: 15px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-uPkRwa2bI8 .box-item {
  width: calc(33.3% - 5rem);
  padding: 2.5rem;
}
.cid-uPkRwa2bI8 .box-item:first-child {
  background-color: #4284df;
  margin-top: -200px;
}
.cid-uPkRwa2bI8 .box-item:nth-child(2) {
  background-color: #04367c;
}
.cid-uPkRwa2bI8 .box-item:last-child {
  background-color: #0c57bf;
}
.cid-uPkRwa2bI8 .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-uPkRwa2bI8 .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-uPkRwa2bI8 .box-list li:last-child {
  border-bottom: none;
}
.cid-uPkRwa2bI8 .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-uPkRwa2bI8 .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-uPkRwa2bI8 .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-uPkRwa2bI8 .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-uPkRwa2bI8 .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-uPkRwa2bI8 .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-uPkRwa2bI8 .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-uPkRwa2bI8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkRwa2bI8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkRwa2bI8 H1 {
  color: #0c57bf;
}
.cid-uPkRwao3XK {
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uPkRwao3XK .media-content .btn-bgr {
  z-index: 0;
}
.cid-uPkRwao3XK .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-uPkRwao3XK h3 {
  color: #000000;
  font-weight: 300;
}
.cid-uPkRwao3XK p {
  color: #464646;
}
.cid-uPkRwao3XK h2 {
  color: #000000;
}
.cid-uPkRwao3XK .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uPkRwao3XK .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uPkRwao3XK .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-uPkRwao3XK .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-uPkRwao3XK .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPkRwao3XK .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-uPkRwao3XK .mbr-text {
    text-align: center;
  }
}
.cid-uPkRwao3XK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkRwao3XK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkRwao3XK .mbr-section-title,
.cid-uPkRwao3XK .mbr-section-btn {
  color: #0c57bf;
  text-align: center;
}
.cid-uPkRwao3XK .mbr-section-title,
.cid-uPkRwao3XK .mbr-section-btn DIV {
  text-align: left;
}
.cid-uPkRwaC34C {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uPkRwaC34C .block-title {
  color: #0c57bf;
}
.cid-uPkRwaMfng {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uPkRwaMfng .counter-container {
  color: #767676;
}
.cid-uPkRwaMfng .counter-container ul {
  margin-bottom: 0;
}
.cid-uPkRwaMfng .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-uPkRwaMfng .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #0c57bf;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-uPkRwaMfng .mbr-text {
  color: #070808;
}
.cid-uPkRwaVR1e {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uPkRwaVR1e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkRwaVR1e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uPkRwaVR1e .row {
    flex-direction: column-reverse;
  }
  .cid-uPkRwaVR1e .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uPkRwaVR1e .google-map {
  height: 100%;
  position: relative;
}
.cid-uPkRwaVR1e .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uPkRwaVR1e .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uPkRwaVR1e .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPkRwaVR1e .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPkRwaVR1e .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uPkRwaVR1e .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uPkRwaVR1e .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uPkRwaVR1e .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPkRwaVR1e .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uPkRwaVR1e .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4284df;
}
.cid-uPkRwaVR1e .mbr-section-title {
  color: #0c57bf;
  text-align: center;
}
.cid-uPkRwaVR1e .mbr-section-subtitle {
  text-align: center;
}
.cid-uPkRwaVR1e .card-title {
  text-align: left;
}
#custom-html-1i3 {
  /* Type valid CSS here */
}
#custom-html-1i3 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1i3 p {
  font-size: 60px;
  color: #777;
}
.cid-vtGkxT1pxR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vtGkxT1pxR .content {
    text-align: center;
  }
  .cid-vtGkxT1pxR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vtGkxT1pxR .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vtGkxT1pxR .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
}
.cid-vtGkxT1pxR textarea.form-control {
  resize: none;
}
.cid-vtGkxT1pxR .input-group-btn {
  display: inline-block;
}
.cid-vtGkxT1pxR .input-group-btn .btn {
  margin: 0 !important;
  padding: .75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vtGkxT1pxR .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtGkxT1pxR .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vtGkxT1pxR .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vtGkxT1pxR .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vtGkxT1pxR .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vtGkxT1pxR .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vtGkxT1pxR .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vtGkxT1pxR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vtGkxT1pxR .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vtGkxT1pxR .form-control,
.cid-vtGkxT1pxR .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vtGkxT1pxR P {
  color: #2c1616;
}
.cid-vtGkxT1pxR .foot-title,
.cid-vtGkxT1pxR .img-logo {
  text-align: center;
  color: #0c57bf;
}
.cid-vtGkxT1pxR .copyright > p {
  text-align: center;
}
.cid-vtvs9tr3yo .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vtvs9tr3yo .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vtvs9tr3yo a {
  font-style: normal;
}
.cid-vtvs9tr3yo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vtvs9tr3yo .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-vtvs9tr3yo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .content-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4284df;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vtvs9tr3yo .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vtvs9tr3yo .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vtvs9tr3yo .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vtvs9tr3yo .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vtvs9tr3yo .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .nav-dropdown .link {
  font-weight: 400;
}
.cid-vtvs9tr3yo .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vtvs9tr3yo .content-right-side {
  text-align: center;
}
.cid-vtvs9tr3yo .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-vtvs9tr3yo .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-vtvs9tr3yo .menu-bottom {
    justify-content: flex-end;
  }
  .cid-vtvs9tr3yo img {
    height: 3.8rem !important;
  }
  .cid-vtvs9tr3yo .btn {
    display: -webkit-flex;
  }
  .cid-vtvs9tr3yo button.navbar-toggler {
    display: block;
  }
  .cid-vtvs9tr3yo .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-vtvs9tr3yo .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing,
  .cid-vtvs9tr3yo .navbar-collapse.show {
    display: block !important;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vtvs9tr3yo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vtvs9tr3yo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-vtvs9tr3yo .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-vtvs9tr3yo .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-vtvs9tr3yo .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-vtvs9tr3yo .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vtvs9tr3yo .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vtvs9tr3yo .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vtvs9tr3yo .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-vtvs9tr3yo .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vtvs9tr3yo .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vtvs9tr3yo .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vtvs9tr3yo .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-vtvs9tr3yo .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vtvs9tr3yo .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-vtvs9tr3yo .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-vtvs9tr3yo .navbar {
    display: block;
    padding: 0;
  }
  .cid-vtvs9tr3yo .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vtvs9tr3yo .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vtvs9tr3yo .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-vtvs9tr3yo .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-vtvs9tr3yo .navbar-toggler {
    display: none;
  }
  .cid-vtvs9tr3yo .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vtvs9tr3yo .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vtvs9tr3yo .menu-logo {
  margin-right: auto;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vtvs9tr3yo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vtvs9tr3yo .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vtvs9tr3yo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vtvs9tr3yo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtvs9tr3yo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vtvs9tr3yo .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vtvs9tr3yo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vtvs9tr3yo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtvs9tr3yo button.navbar-toggler:focus {
  outline: none;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vtvs9tr3yo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vtvs9tr3yo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtvs9tr3yo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .btn {
  display: -webkit-flex;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vtvs9tr3yo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vtvs9tr3yo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vtvs9tr3yo .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1.5rem);
  }
  .cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vtvs9tr3yo .collapsed button.navbar-toggler {
  display: block;
}
.cid-vtvs9tr3yo .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-vtvs9tr3yo .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-vtvs9tr3yo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vtvs9tr3yo .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-vtvs9tr3yo .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtvs9tr3yo .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vtvs9tr3yo .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vtvs9tr3yo .nav-link:focus {
  outline: none;
}
.cid-vtvs9tr3yo .navbar-toggler {
  position: relative;
}
.cid-vtvs9tr3yo .dropdown-item.active,
.cid-vtvs9tr3yo .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-vtvs9tr3yo .nav-link:hover,
.cid-vtvs9tr3yo .dropdown-item:hover {
  color: #4284df;
}
.cid-vtvs9tr3yo .widget-title,
.cid-vtvs9tr3yo .widget-icon {
  text-align: left;
}
.cid-vtvs9tr3yo .widget-text {
  text-align: left;
}
.cid-vtvs9tr3yo .brand-link {
  font-weight: 700;
  font-size: 0.8rem;
  color: #232323 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.cid-vtvs9tr3yo .guru-red {
  color: #bfff00 !important;
  font-weight: 900;
}
.cid-uPkvdhvtos {
  padding-top: 180px;
  background-image: url("../../../assets/images/background9.jpg");
}
.cid-uPkvdhvtos .container {
  margin-bottom: 15%;
}
.cid-uPkvdhvtos .content-container .btn-bgr {
  z-index: 0;
}
.cid-uPkvdhvtos .container-boxes {
  padding-bottom: 15px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-uPkvdhvtos .box-item {
  width: calc(33.3% - 5rem);
  padding: 2.5rem;
}
.cid-uPkvdhvtos .box-item:first-child {
  background-color: #4284df;
  margin-top: -200px;
}
.cid-uPkvdhvtos .box-item:nth-child(2) {
  background-color: #04367c;
}
.cid-uPkvdhvtos .box-item:last-child {
  background-color: #0c57bf;
}
.cid-uPkvdhvtos .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-uPkvdhvtos .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-uPkvdhvtos .box-list li:last-child {
  border-bottom: none;
}
.cid-uPkvdhvtos .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-uPkvdhvtos .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-uPkvdhvtos .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-uPkvdhvtos .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-uPkvdhvtos .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-uPkvdhvtos .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-uPkvdhvtos .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-uPkvdhvtos .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkvdhvtos .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkvdhvtos H1 {
  color: #0c57bf;
}
.cid-uPkvdhN8Mb {
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uPkvdhN8Mb .media-content .btn-bgr {
  z-index: 0;
}
.cid-uPkvdhN8Mb .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-uPkvdhN8Mb h3 {
  color: #000000;
  font-weight: 300;
}
.cid-uPkvdhN8Mb p {
  color: #464646;
}
.cid-uPkvdhN8Mb h2 {
  color: #000000;
}
.cid-uPkvdhN8Mb .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uPkvdhN8Mb .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uPkvdhN8Mb .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-uPkvdhN8Mb .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-uPkvdhN8Mb .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPkvdhN8Mb .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-uPkvdhN8Mb .mbr-text {
    text-align: center;
  }
}
.cid-uPkvdhN8Mb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkvdhN8Mb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkvdhN8Mb .mbr-section-title,
.cid-uPkvdhN8Mb .mbr-section-btn {
  color: #0c57bf;
  text-align: center;
}
.cid-uPkvdhN8Mb .mbr-section-title,
.cid-uPkvdhN8Mb .mbr-section-btn DIV {
  text-align: left;
}
.cid-uPkvdik5bt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uPkvdik5bt .block-title {
  color: #0c57bf;
}
.cid-uPkvditGRa {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uPkvditGRa .counter-container {
  color: #767676;
}
.cid-uPkvditGRa .counter-container ul {
  margin-bottom: 0;
}
.cid-uPkvditGRa .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-uPkvditGRa .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #0c57bf;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-uPkvditGRa .mbr-text {
  color: #070808;
}
.cid-uPkvdiMbz0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uPkvdiMbz0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkvdiMbz0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uPkvdiMbz0 .row {
    flex-direction: column-reverse;
  }
  .cid-uPkvdiMbz0 .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uPkvdiMbz0 .google-map {
  height: 100%;
  position: relative;
}
.cid-uPkvdiMbz0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uPkvdiMbz0 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uPkvdiMbz0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPkvdiMbz0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPkvdiMbz0 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uPkvdiMbz0 .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uPkvdiMbz0 .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uPkvdiMbz0 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPkvdiMbz0 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uPkvdiMbz0 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4284df;
}
.cid-uPkvdiMbz0 .mbr-section-title {
  color: #0c57bf;
  text-align: center;
}
.cid-uPkvdiMbz0 .mbr-section-subtitle {
  text-align: center;
}
.cid-uPkvdiMbz0 .card-title {
  text-align: left;
}
.cid-vtGkmapfWg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vtGkmapfWg .content {
    text-align: center;
  }
  .cid-vtGkmapfWg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vtGkmapfWg .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vtGkmapfWg .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
}
.cid-vtGkmapfWg textarea.form-control {
  resize: none;
}
.cid-vtGkmapfWg .input-group-btn {
  display: inline-block;
}
.cid-vtGkmapfWg .input-group-btn .btn {
  margin: 0 !important;
  padding: .75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vtGkmapfWg .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vtGkmapfWg .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vtGkmapfWg .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vtGkmapfWg .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vtGkmapfWg .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vtGkmapfWg .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vtGkmapfWg .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vtGkmapfWg .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vtGkmapfWg .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vtGkmapfWg .form-control,
.cid-vtGkmapfWg .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vtGkmapfWg P {
  color: #2c1616;
}
.cid-vtGkmapfWg .foot-title,
.cid-vtGkmapfWg .img-logo {
  text-align: center;
  color: #0c57bf;
}
.cid-vtGkmapfWg .copyright > p {
  text-align: center;
}
#custom-html-1i4 {
  /* Type valid CSS here */
}
#custom-html-1i4 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1i4 p {
  font-size: 60px;
  color: #777;
}
