@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap);





body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.375rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.2rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1875rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 20px 30px;
  border-radius: 8px;
}
.bg-primary {
  background-color: #1371b3 !important;
}
.bg-success {
  background-color: #54a323 !important;
}
.bg-info {
  background-color: #999999 !important;
}
.bg-warning {
  background-color: #b97ecd !important;
}
.bg-danger {
  background-color: #1371b3 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1371b3 !important;
  border-color: #1371b3 !important;
  color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0c456e !important;
  border-color: #0c456e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1371b3 !important;
  border-color: #1371b3 !important;
  color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0c456e !important;
  border-color: #0c456e !important;
}
.btn-info,
.btn-info:active {
  background-color: #999999 !important;
  border-color: #999999 !important;
  color: #ffffff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-success,
.btn-success:active {
  background-color: #54a323 !important;
  border-color: #54a323 !important;
  color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #346415 !important;
  border-color: #346415 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
  color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b47b7 !important;
  border-color: #9b47b7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1371b3 !important;
  border-color: #1371b3 !important;
  color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0c456e !important;
  border-color: #0c456e !important;
}
.btn-white {
  color: #404040 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !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 {
  background: none;
  border-color: #1371b3;
  color: #1371b3;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #1371b3;
  border-color: #1371b3;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1371b3 !important;
  border-color: #1371b3 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #1371b3;
  color: #1371b3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #1371b3;
  border-color: #1371b3;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1371b3 !important;
  border-color: #1371b3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-color: #999999 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #54a323;
  color: #54a323;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #54a323;
  border-color: #54a323;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #54a323 !important;
  border-color: #54a323 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #b97ecd;
  color: #b97ecd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #b97ecd;
  border-color: #b97ecd;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #1371b3;
  color: #1371b3;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #1371b3;
  border-color: #1371b3;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1371b3 !important;
  border-color: #1371b3 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-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;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #1371b3 !important;
}
.text-secondary {
  color: #1371b3 !important;
}
.text-success {
  color: #54a323 !important;
}
.text-info {
  color: #999999 !important;
}
.text-warning {
  color: #b97ecd !important;
}
.text-danger {
  color: #1371b3 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #41a5eb !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #41a5eb !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #86da52 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e1c8e9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #41a5eb !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #999999;
}
.alert-warning {
  background-color: #b97ecd;
}
.alert-danger {
  background-color: #1371b3;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1371b3;
  border-color: #1371b3;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1371b3;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #58b0ed;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #95de67;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9d9d9;
}
.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: #58b0ed;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #1371b3;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1371b3;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1371b3;
  border-bottom-color: #1371b3;
}
.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: #1371b3 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #1371b3 !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%;
  width: 100%;
  height: auto;
}
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='%231371b3' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-rWrLAVIaqM .dropdown-menu {
  padding: 12px 0;
}
.cid-rWrLAVIaqM .dropdown-item:hover,
.cid-rWrLAVIaqM .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-rWrLAVIaqM .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-rWrLAVIaqM .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-rWrLAVIaqM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rWrLAVIaqM .nav-link {
  position: relative;
}
.cid-rWrLAVIaqM .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-rWrLAVIaqM .mbr-iconfont {
  color: #54a323;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-rWrLAVIaqM .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-rWrLAVIaqM .dropdown-menu,
.cid-rWrLAVIaqM .navbar.opened {
  background: #f9fafb !important;
}
.cid-rWrLAVIaqM .nav-item:focus,
.cid-rWrLAVIaqM .nav-link:focus {
  outline: none;
}
.cid-rWrLAVIaqM .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-rWrLAVIaqM .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-rWrLAVIaqM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rWrLAVIaqM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rWrLAVIaqM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rWrLAVIaqM .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-rWrLAVIaqM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rWrLAVIaqM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rWrLAVIaqM .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-rWrLAVIaqM .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-rWrLAVIaqM .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-rWrLAVIaqM .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-rWrLAVIaqM .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-rWrLAVIaqM .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-rWrLAVIaqM .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-rWrLAVIaqM .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-rWrLAVIaqM .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-rWrLAVIaqM .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-rWrLAVIaqM .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rWrLAVIaqM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rWrLAVIaqM .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-rWrLAVIaqM .navbar.collapsed.opened {
  position: fixed;
}
.cid-rWrLAVIaqM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-rWrLAVIaqM .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-rWrLAVIaqM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-rWrLAVIaqM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rWrLAVIaqM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rWrLAVIaqM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rWrLAVIaqM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rWrLAVIaqM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-rWrLAVIaqM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-rWrLAVIaqM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rWrLAVIaqM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rWrLAVIaqM .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-rWrLAVIaqM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rWrLAVIaqM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rWrLAVIaqM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-rWrLAVIaqM .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-rWrLAVIaqM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rWrLAVIaqM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rWrLAVIaqM .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-rWrLAVIaqM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-rWrLAVIaqM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-rWrLAVIaqM .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rWrLAVIaqM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rWrLAVIaqM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rWrLAVIaqM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rWrLAVIaqM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rWrLAVIaqM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rWrLAVIaqM .dropdown-item.active,
.cid-rWrLAVIaqM .dropdown-item:active {
  background-color: transparent;
}
.cid-rWrLAVIaqM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rWrLAVIaqM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rWrLAVIaqM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rWrLAVIaqM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rWrLAVIaqM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rWrLAVIaqM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rWrLAVIaqM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rWrLAVIaqM .navbar-buttons {
  text-align: center;
}
.cid-rWrLAVIaqM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rWrLAVIaqM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e1e1e;
}
.cid-rWrLAVIaqM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rWrLAVIaqM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rWrLAVIaqM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rWrLAVIaqM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rWrLAVIaqM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rWrLAVIaqM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rWrLAVIaqM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rWrLAVIaqM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rWrLAVIaqM .navbar-dropdown {
  position: fixed;
}
.cid-rWrLAVIaqM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rWrLAVIaqM .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rWrLAVIaqM .icons-menu span {
  font-size: 22px;
  color: #54a323;
  transition: all 200ms ease-in-out;
}
.cid-rWrLAVIaqM .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rWrLAVIaqM .navbar {
    height: 77px;
  }
  .cid-rWrLAVIaqM .navbar.opened {
    height: auto;
  }
  .cid-rWrLAVIaqM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rWrO7yhUYT {
  background-image: url("../../../assets/images/whatsapp-image-2021-06-01-at-17.11.47-1280x720.jpg");
}
.cid-rWrO7yhUYT .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-rWrO7yhUYT .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-rWrQ6SVg5g {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rWrQ6SVg5g img {
  width: 100%;
}
.cid-rWrQ6SVg5g .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #1371b3;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-rWrQ6SVg5g .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-rWrQ6SVg5g .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-rWrQ6SVg5g .main-title {
  margin-bottom: 36px;
}
.cid-rWrQ6SVg5g .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rWrQ6SVg5g .card .card-header {
  border-radius: 0px;
  border: 0px;
  background: transparent;
  padding: 0;
}
.cid-rWrQ6SVg5g .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  transition: all 200ms ease-in-out;
}
.cid-rWrQ6SVg5g .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rWrQ6SVg5g .card .card-header a.panel-title h4 {
  flex-direction: row;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #000;
  transition: all 200ms ease-in-out;
  margin-bottom: 16px;
}
.cid-rWrQ6SVg5g .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-family: FontAwesome !important;
  color: #848abd;
}
.cid-rWrQ6SVg5g .card .card-header a.panel-title h4 .sign::before {
  content: "\f077";
}
.cid-rWrQ6SVg5g .card .card-header a.panel-title h4:hover {
  color: #1371b3;
}
.cid-rWrQ6SVg5g .card .card-header a.panel-title h4.display-7 {
  font-size: 19px;
}
.cid-rWrQ6SVg5g .card .card-header a.panel-title h4.display-7 .sign {
  font-size: 0.8rem;
}
.cid-rWrQ6SVg5g .card .card-header a.panel-title.collapsed {
  transition: all 200ms ease-in-out;
}
.cid-rWrQ6SVg5g .card .card-header a.panel-title.collapsed h4 .sign:before {
  content: "\f054";
}
.cid-rWrQ6SVg5g .card .panel-body {
  color: #767676;
  padding-left: 1.8rem;
  margin-bottom: 20px;
}
.cid-rWrQ6SVg5g .card .panel-body p {
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-rWrQ6SVg5g .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-rWrQ6SVg5g * {
    text-align: left;
  }
}
.cid-rWrQ6SVg5g .mbr-section-subtitle,
.cid-rWrQ6SVg5g .mbr-section-btn {
  color: #3c71d3;
}
.cid-rWs1i7lY6w {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x711.jpg");
}
.cid-rWs1i7lY6w .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-rWs1i7lY6w .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-rWrUdyRETj {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-rWrUdyRETj .container {
    max-width: 1400px;
  }
}
.cid-rWrUdyRETj .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #1371b3;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-rWrUdyRETj .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-rWrUdyRETj .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-rWrUdyRETj .main-title {
  margin-bottom: 16px;
}
.cid-rWrUdyRETj .card {
  transition: all 0.3s;
}
.cid-rWrUdyRETj .card .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
  background: #f9fafb;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-rWrUdyRETj .card .card-wrapper .img-wrapper {
  width: auto;
  height: 187px;
  margin-bottom: 30px;
}
.cid-rWrUdyRETj .card .card-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-rWrUdyRETj .card .card-wrapper .card-box {
  padding-top: 30px;
}
.cid-rWrUdyRETj .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  margin-bottom: 16px;
}
.cid-rWrUdyRETj .card .card-wrapper .card-box .mbr-text {
  font-weight: 400;
}
.cid-rWrUdyRETj .card .card-wrapper .card-box .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 767px) {
  .cid-rWrUdyRETj .card-box {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-rWrUdyRETj .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem !important;
  box-shadow: none !important;
}
.cid-rWrUdyRETj .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  padding-left: 0.4rem;
  transition: padding 0.3s !important;
}
.cid-rWrUdyRETj .btn[class*="-outline"]:hover span {
  padding-left: 15px;
}
.cid-rWrUdyRETj .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #000000 !important;
  box-shadow: none !important;
}
.cid-rWrUdyRETj .btn[class*="-outline"]:active,
.cid-rWrUdyRETj .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-rWrUdyRETj .badge,
.cid-rWrUdyRETj .badge_wrap {
  color: #a93939;
}
.cid-rWrUdyRETj .card-title,
.cid-rWrUdyRETj .card-box {
  text-align: left;
}
.cid-s45qsmSb7v {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f4f7;
}
.cid-s45qsmSb7v .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-s45qsmSb7v .form-control,
.cid-s45qsmSb7v .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #ecedee;
  border-color: #e6eaf1;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
}
.cid-s45qsmSb7v .form-control::-webkit-input-placeholder,
.cid-s45qsmSb7v .field-input::-webkit-input-placeholder,
.cid-s45qsmSb7v .form-control::-webkit-input-placeholder,
.cid-s45qsmSb7v .field-input::-webkit-input-placeholder {
  color: #606060;
}
.cid-s45qsmSb7v .form-control:-moz-placeholder,
.cid-s45qsmSb7v .field-input:-moz-placeholder,
.cid-s45qsmSb7v .form-control:-moz-placeholder,
.cid-s45qsmSb7v .field-input:-moz-placeholder {
  color: #606060;
}
.cid-s45qsmSb7v .form-control:hover,
.cid-s45qsmSb7v .field-input:hover,
.cid-s45qsmSb7v .form-control:focus,
.cid-s45qsmSb7v .field-input:focus {
  background-color: #eff1f5;
  border-color: #ecedee;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s45qsmSb7v .form-control:hover::-webkit-input-placeholder,
.cid-s45qsmSb7v .field-input:hover::-webkit-input-placeholder,
.cid-s45qsmSb7v .form-control:focus::-webkit-input-placeholder,
.cid-s45qsmSb7v .field-input:focus::-webkit-input-placeholder,
.cid-s45qsmSb7v .form-control:hover::-webkit-input-placeholder,
.cid-s45qsmSb7v .field-input:hover::-webkit-input-placeholder,
.cid-s45qsmSb7v .form-control:focus::-webkit-input-placeholder,
.cid-s45qsmSb7v .field-input:focus::-webkit-input-placeholder {
  color: #606060;
}
.cid-s45qsmSb7v .form-control:hover:-moz-placeholder,
.cid-s45qsmSb7v .field-input:hover:-moz-placeholder,
.cid-s45qsmSb7v .form-control:focus:-moz-placeholder,
.cid-s45qsmSb7v .field-input:focus:-moz-placeholder,
.cid-s45qsmSb7v .form-control:hover:-moz-placeholder,
.cid-s45qsmSb7v .field-input:hover:-moz-placeholder,
.cid-s45qsmSb7v .form-control:focus:-moz-placeholder,
.cid-s45qsmSb7v .field-input:focus:-moz-placeholder {
  color: #606060;
}
.cid-s45qsmSb7v textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-s45qsmSb7v .jq-number__spin:hover,
.cid-s45qsmSb7v .jq-number__spin:focus {
  background-color: #eff1f5;
  border-color: #ecedee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s45qsmSb7v .jq-number__spin {
  background-color: #ecedee;
  border-color: #e6eaf1;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s45qsmSb7v .jq-selectbox li,
.cid-s45qsmSb7v .jq-selectbox li {
  background-color: #ecedee;
  color: #000000;
}
.cid-s45qsmSb7v .jq-selectbox li:hover,
.cid-s45qsmSb7v .jq-selectbox li.selected {
  background-color: #eff1f5;
  color: #000000;
}
.cid-s45qsmSb7v .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s45qsmSb7v .jq-number__spin.minus:hover:after,
.cid-s45qsmSb7v .jq-number__spin.plus:hover:after {
  border-top-color: #ecedee;
  border-bottom-color: #ecedee;
}
.cid-s45qsmSb7v .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s45qsmSb7v .jq-number__spin.minus:after,
.cid-s45qsmSb7v .jq-number__spin.plus:after {
  border-top-color: #eff1f5;
  border-bottom-color: #eff1f5;
}
.cid-s45qsmSb7v input::-webkit-clear-button {
  display: none;
}
.cid-s45qsmSb7v input::-webkit-inner-spin-button {
  display: none;
}
.cid-s45qsmSb7v input::-webkit-outer-spin-button {
  display: none;
}
.cid-s45qsmSb7v input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-s45qsmSb7v .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #1371b3;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-s45qsmSb7v .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-s45qsmSb7v .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-s45qsmSb7v .mbr-text {
  color: #606060;
}
.cid-s45qsmSb7v .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-s45qsmSb7v .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-s45qsmSb7v .required {
  color: #808080;
}
.cid-s45qsmSb7v .list-block .list-item-title {
  color: #404040;
  font-weight: 600;
}
.cid-s45qsmSb7v .list-block .list-item-title.display-7 {
  font-size: 18px;
}
.cid-s45qsmSb7v .list-block .list-item-text {
  color: #606060;
}
.cid-s45qsmSb7v .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-s45qsmSb7v .list-block {
  position: relative;
}
.cid-s45qsmSb7v .list-block h4,
.cid-s45qsmSb7v .list-block p {
  padding-left: 3.5rem;
}
.cid-s45qsmSb7v .card-img {
  display: block;
  font-size: 30px;
}
.cid-s45qsmSb7v .mbr-iconfont {
  color: #b97ecd;
  font-size: 2rem;
}
.cid-rVs1Nz9nWp {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #4f5b5f;
  background: linear-gradient(0deg, #4f5b5f, #1371b3);
}
.cid-rVs1Nz9nWp ul {
  padding: 0;
  margin: 0;
}
.cid-rVs1Nz9nWp ul li {
  list-style: none;
}
.cid-rVs1Nz9nWp ul li h4 {
  margin: 0;
}
.cid-rVs1Nz9nWp ul li h4.display-4 {
  line-height: 1.75;
}
.cid-rVs1Nz9nWp .item {
  color: #ffffff;
}
.cid-rVs1Nz9nWp .col-title {
  color: #ffffff;
}
.cid-rVs1Nz9nWp .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-rVs1Nz9nWp .col-title1 {
  margin-bottom: 40px;
}
.cid-rVs1Nz9nWp .form-group,
.cid-rVs1Nz9nWp .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-rVs1Nz9nWp .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(236, 237, 238, 0.07);
  color: #f9fafb;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-rVs1Nz9nWp .form-control::-webkit-input-placeholder {
  color: #f9fafb;
}
.cid-rVs1Nz9nWp .form-control::-moz-placeholder {
  color: #f9fafb;
}
.cid-rVs1Nz9nWp .form-control:-moz-placeholder {
  color: #f9fafb;
}
.cid-rVs1Nz9nWp .form-control:-ms-input-placeholder {
  color: #f9fafb;
}
.cid-rVs1Nz9nWp .col + .mbr-section-btn .btn,
.cid-rVs1Nz9nWp .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-rVs1Nz9nWp .col + .mbr-section-btn .btn.display-4,
.cid-rVs1Nz9nWp .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-rVs1Nz9nWp .col + .mbr-section-btn .btn:hover,
.cid-rVs1Nz9nWp .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-rVs1Nz9nWp .dragArea > *:nth-last-child(2).col,
.cid-rVs1Nz9nWp .dragArea > *:nth-last-child(2).col-auto,
.cid-rVs1Nz9nWp .col + .mbr-section-btn,
.cid-rVs1Nz9nWp .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-rVs1Nz9nWp .form1 {
  margin-top: 30px;
}
.cid-rVs1Nz9nWp .fill-light-wrapper {
  fill: #f3f4f7;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-rVs1Nz9nWp .md-pb {
    margin-bottom: 30px;
  }
}
.cid-rVs1NQEant {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #4f5b5f;
}
@media (min-width: 1500px) {
  .cid-rVs1NQEant .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-rVs1NQEant .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rVs1NQEant p {
  color: #ffffff;
}
