@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





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: #9473d2 !important;
}
.bg-info {
  background-color: #7237a2 !important;
}
.bg-warning {
  background-color: #f8f9c4 !important;
}
.bg-danger {
  background-color: #15800b !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: #951d19 !important;
  border-color: #951d19 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #951d19 !important;
  border-color: #951d19 !important;
}
.btn-secondary:before {
  background-color: #53100e !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #53100e !important;
  border-color: #53100e !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: #9473d2 !important;
  border-color: #9473d2 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-success:before {
  background-color: #693cbc !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #693cbc !important;
  border-color: #693cbc !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: #15800b !important;
  border-color: #15800b !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #15800b !important;
  border-color: #15800b !important;
}
.btn-danger:before {
  background-color: #093a05 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #093a05 !important;
  border-color: #093a05 !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: #3e0c0a;
  color: #3e0c0a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  border-color: #951d19;
}
.btn-secondary-outline:before {
  background-color: #951d19;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #951d19 !important;
  border-color: #951d19 !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: #5e36a9;
  color: #5e36a9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  border-color: #9473d2;
}
.btn-success-outline:before {
  background-color: #9473d2;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !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: #062203;
  color: #062203;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  border-color: #15800b;
}
.btn-danger-outline:before {
  background-color: #15800b;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #15800b !important;
  border-color: #15800b !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: #951d19 !important;
}
.text-success {
  color: #9473d2 !important;
}
.text-info {
  color: #7237a2 !important;
}
.text-warning {
  color: #f8f9c4 !important;
}
.text-danger {
  color: #15800b !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: #3e0c0a !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5e36a9 !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: #062203 !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: #15800b;
}
.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: #ffffff;
}
.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: #30ec1f;
}
/* 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: #ffffff !important;
  background: #951d19 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section) {
  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;
}
.cid-suFtmJfeQ5 .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-suFtmJfeQ5 .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-suFtmJfeQ5 .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-suFtmJfeQ5 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suFtmJfeQ5 .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-suFtmJfeQ5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-suFtmJfeQ5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-suFtmJfeQ5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-suFtmJfeQ5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-suFtmJfeQ5 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-suFtmJfeQ5 a {
  font-style: normal;
}
.cid-suFtmJfeQ5 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-suFtmJfeQ5 .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-suFtmJfeQ5 .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-suFtmJfeQ5 .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-suFtmJfeQ5 .content-text {
  margin-bottom: 0;
  text-align: center;
}
.cid-suFtmJfeQ5 .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-suFtmJfeQ5 .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-suFtmJfeQ5 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-suFtmJfeQ5 .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-suFtmJfeQ5 .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-suFtmJfeQ5 .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-suFtmJfeQ5 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suFtmJfeQ5 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-suFtmJfeQ5 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-suFtmJfeQ5 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suFtmJfeQ5 .nav-dropdown .link {
  font-weight: 400;
}
.cid-suFtmJfeQ5 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-suFtmJfeQ5 .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-suFtmJfeQ5 .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-suFtmJfeQ5 .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-suFtmJfeQ5 .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-suFtmJfeQ5 .menu-content-top.show {
  display: block;
}
.cid-suFtmJfeQ5 .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-suFtmJfeQ5 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-suFtmJfeQ5 .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-suFtmJfeQ5 .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-suFtmJfeQ5 .dropdown-item:before {
    display: none;
  }
  .cid-suFtmJfeQ5 .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-suFtmJfeQ5 .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-suFtmJfeQ5 img {
    height: 3.8rem !important;
  }
  .cid-suFtmJfeQ5 .btn {
    display: flex;
  }
  .cid-suFtmJfeQ5 button.navbar-toggler {
    display: block;
  }
  .cid-suFtmJfeQ5 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-suFtmJfeQ5 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-suFtmJfeQ5 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-suFtmJfeQ5 .navbar-collapse.collapsing,
  .cid-suFtmJfeQ5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-suFtmJfeQ5 .navbar-collapse.collapsing .navbar-nav,
  .cid-suFtmJfeQ5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-suFtmJfeQ5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-suFtmJfeQ5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-suFtmJfeQ5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-suFtmJfeQ5 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-suFtmJfeQ5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-suFtmJfeQ5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-suFtmJfeQ5 .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-suFtmJfeQ5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-suFtmJfeQ5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-suFtmJfeQ5 .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;
  }
}
@media (min-width: 992px) {
  .cid-suFtmJfeQ5 .navbar .menu-content-top {
    display: block;
  }
  .cid-suFtmJfeQ5 .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-suFtmJfeQ5 .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-suFtmJfeQ5 .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-suFtmJfeQ5 .menu-bottom {
    display: flex;
  }
  .cid-suFtmJfeQ5 .navbar {
    display: block;
    padding: 0;
  }
  .cid-suFtmJfeQ5 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-suFtmJfeQ5 .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: 76px;
  }
  .cid-suFtmJfeQ5 .navbar-toggler {
    display: none;
  }
}
.cid-suFtmJfeQ5 .navbar-short .menu-content-top {
  border: none;
}
.cid-suFtmJfeQ5 .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suFtmJfeQ5 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-suFtmJfeQ5 .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-suFtmJfeQ5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-suFtmJfeQ5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-suFtmJfeQ5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-suFtmJfeQ5 .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-suFtmJfeQ5 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suFtmJfeQ5 .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suFtmJfeQ5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-suFtmJfeQ5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suFtmJfeQ5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suFtmJfeQ5 .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-suFtmJfeQ5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-suFtmJfeQ5 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suFtmJfeQ5 .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-suFtmJfeQ5 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-suFtmJfeQ5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-suFtmJfeQ5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-suFtmJfeQ5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-suFtmJfeQ5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-suFtmJfeQ5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-suFtmJfeQ5 button.navbar-toggler:focus {
  outline: none;
}
.cid-suFtmJfeQ5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-suFtmJfeQ5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suFtmJfeQ5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suFtmJfeQ5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suFtmJfeQ5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suFtmJfeQ5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suFtmJfeQ5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suFtmJfeQ5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suFtmJfeQ5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suFtmJfeQ5 .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-suFtmJfeQ5 .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suFtmJfeQ5 .collapsed .menu-logo {
  margin-right: 0;
}
.cid-suFtmJfeQ5 .collapsed .btn {
  display: flex;
}
.cid-suFtmJfeQ5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-suFtmJfeQ5 .collapsed .navbar-collapse.collapsing,
.cid-suFtmJfeQ5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-suFtmJfeQ5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-suFtmJfeQ5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-suFtmJfeQ5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-suFtmJfeQ5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-suFtmJfeQ5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-suFtmJfeQ5 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-suFtmJfeQ5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-suFtmJfeQ5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-suFtmJfeQ5 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.3rem  - 3.5rem);
  }
  .cid-suFtmJfeQ5 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-suFtmJfeQ5 .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suFtmJfeQ5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-suFtmJfeQ5 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-suFtmJfeQ5 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-suFtmJfeQ5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-suFtmJfeQ5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-suFtmJfeQ5 .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-suFtmJfeQ5 .collapsed .dropdown-item:before {
  display: none;
}
.cid-suFtmJfeQ5 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-suFtmJfeQ5 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-suFtmJfeQ5 .nav-link:focus {
  outline: none;
}
.cid-suFtmJfeQ5 .navbar-toggler {
  position: relative;
}
.cid-suFtmJfeQ5 .dropdown-item.active,
.cid-suFtmJfeQ5 .dropdown-item:active {
  background-color: #ffffff;
  color: auto;
}
.cid-suFtmJfeQ5 .nav-link:hover,
.cid-suFtmJfeQ5 .dropdown-item:hover {
  color: #4284df;
}
.cid-suFF2NX7F3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-suFF2NX7F3 h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-suFF2NX7F3 .mbr-section-subtitle {
  color: #767676;
}
.cid-suFF2NX7F3 .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-suFF2NX7F3 .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-suFGPhmvKt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #4284df;
}
.cid-suFGPhmvKt .mbr-overlay {
  background: linear-gradient(90deg, #efefef, #1ec5bf);
}
.cid-suFGPhmvKt h4,
.cid-suFGPhmvKt h5 {
  text-align: center;
}
.cid-suFGPhmvKt p {
  text-align: center;
}
.cid-suFGPhmvKt .card-box {
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.cid-suFGPhmvKt .card-img {
  font-size: 3rem;
}
.cid-suFGPhmvKt .date span {
  display: inline-block;
  background-color: #951d19;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
.cid-suFOt72mc5 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-suFS3K51RS.popup-builder {
  background-color: #ffffff;
}
.cid-suFS3K51RS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-suFS3K51RS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-suFS3K51RS .modal-content,
.cid-suFS3K51RS .modal-dialog {
  height: auto;
}
.cid-suFS3K51RS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-suFS3K51RS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-suFS3K51RS .form-wrapper .mbr-form .form-group,
  .cid-suFS3K51RS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-suFS3K51RS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-suFS3K51RS .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suFS3K51RS .mbr-text {
  text-align: center;
}
.cid-suFS3K51RS .pt-0 {
  padding-top: 0 !important;
}
.cid-suFS3K51RS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-suFS3K51RS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-suFS3K51RS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-suFS3K51RS .modal-open {
  overflow: hidden;
}
.cid-suFS3K51RS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-suFS3K51RS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-suFS3K51RS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-suFS3K51RS .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-suFS3K51RS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-suFS3K51RS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-suFS3K51RS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-suFS3K51RS .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-suFS3K51RS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-suFS3K51RS .modal-backdrop.fade {
  opacity: 0;
}
.cid-suFS3K51RS .modal-backdrop.show {
  opacity: .5;
}
.cid-suFS3K51RS .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-suFS3K51RS .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-suFS3K51RS .modal-header .close:hover {
  opacity: 1;
}
.cid-suFS3K51RS .modal-header .close:focus {
  outline: none;
}
.cid-suFS3K51RS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-suFS3K51RS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-suFS3K51RS .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-suFS3K51RS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-suFS3K51RS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-suFS3K51RS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-suFS3K51RS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-suFS3K51RS .modal-sm {
    max-width: 300px;
  }
  .cid-suFS3K51RS .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-suFS3K51RS .modal-lg,
  .cid-suFS3K51RS .modal-xl {
    max-width: 800px;
  }
  .cid-suFS3K51RS .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-suFS3K51RS .modal-xl {
    max-width: 1140px;
  }
  .cid-suFS3K51RS .container {
    max-width: 1140px;
  }
}
.cid-suFS3K51RS .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-suFS3K51RS .container {
    max-width: 720px;
  }
}
.cid-suFS3K51RS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-suFS3K51RS .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-suFS3K51RS .form-group {
  margin-bottom: 1rem;
}
.cid-suFS3K51RS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-suFS3K51RS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-suFS3K51RS .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-suFLwwMz2U {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-suFLwwMz2U .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-suFLwwMz2U .card-img {
  padding: 0 0 2rem;
}
.cid-suFLwwMz2U .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-suFLwwMz2U .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-suFLwwMz2U .card-title {
    text-align: center;
  }
  .cid-suFLwwMz2U p.mbr-text {
    text-align: center;
  }
}
.cid-suFLwwMz2U .card-title {
  text-align: center;
}
.cid-suFF2mo6rg {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #0755c2;
}
.cid-suFF2mo6rg .block-title {
  color: #ffffff;
}
.cid-suFNTajGxp {
  background-color: #0755c2;
  background: linear-gradient(90deg, #0755c2, #0755c2);
}
.cid-suFNTajGxp .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #4284df);
}
.cid-suFNTajGxp h3 {
  color: #FFFFFF;
  font-weight: 500;
}
.cid-suFNTajGxp p {
  color: #FFFFFF;
}
.cid-suFNTajGxp h4 {
  color: #FFFFFF;
  display: none;
}
.cid-suFNTajGxp .mbr-figure img {
  padding-left: 1rem;
}
.cid-suFNTajGxp .counter-container {
  color: #767676;
  padding-right: 4rem;
  counter-reset: myCounter;
  padding-left: 5rem;
}
.cid-suFNTajGxp .counter-container div {
  margin-bottom: 1rem;
  padding-left: .5rem;
}
.cid-suFNTajGxp .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-suFNTajGxp .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-suFNTajGxp .counter-container .counter {
    left: 2rem;
  }
}
.cid-suFSHPdtED {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #cccccc;
}
.cid-suFSHPdtED .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-suFSHPdtED .wrapper {
  position: relative;
}
.cid-suFSHPdtED .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-suFSHPdtED .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-suFSHPdtED .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-suFSHPdtED .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-suFSHPdtED .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-suFSHPdtED .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-suFSHPdtED .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-suFSHPdtED .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-suFSHPdtED .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-suFSHPdtED .img2 {
    width: 400px;
  }
  .cid-suFSHPdtED .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-suFSHPdtED .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-suFSHPdtED .img2 {
    width: 400px;
  }
  .cid-suFSHPdtED .img1 {
    padding-right: 4rem;
  }
  .cid-suFSHPdtED .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-suFSHPdtED .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-suFSHPdtED .img2 {
    width: 200px;
  }
  .cid-suFSHPdtED .container-fluid {
    padding: 0 1rem;
  }
  .cid-suFSHPdtED .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-suMCnvz31T {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-suMCnvz31T .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #1ec5bf);
}
.cid-suMCnvz31T h3 {
  color: #000000;
  font-weight: 300;
}
.cid-suMCnvz31T p {
  color: #464646;
}
.cid-suMCnvz31T h2 {
  color: #000000;
}
.cid-suMCnvz31T .counter-container {
  color: #767676;
}
.cid-suMCnvz31T .counter-container div {
  margin-bottom: 1rem;
  padding-left: .5rem;
}
.cid-suMCnvz31T .media-content {
  padding-right: 1.5rem;
  padding-left: 3rem;
}
@media (max-width: 991px) {
  .cid-suMCnvz31T .media-content {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.cid-suMCnvz31T .mbr-figure:last-of-type {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-suMCnvz31T .list-counter {
  float: left;
  font-size: 2rem;
  margin-right: 1rem;
}
.cid-suMCnvz31T .half-list:nth-of-type(even) {
  display: inline-block;
  width: 48%;
  margin-left: 4%;
}
.cid-suMCnvz31T .half-list {
  text-align: left;
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-suMCnvz31T .half-list {
    width: 100%;
    margin: 0;
  }
  .cid-suMCnvz31T .half-list:nth-of-type(even) {
    width: 100%;
    margin: 0;
  }
}
.cid-suMCnvz31T .mbr-figure {
  padding-right: 1rem;
  -ms-flex-item-align: initial;
  -ms-grid-row-align: initial;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
@media (min-width: 992px) {
  .cid-suMCnvz31T .mbr-figure {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-suMCnvz31T .mbr-figure {
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-suMCnvz31T .mbr-text {
    text-align: center;
  }
}
.cid-suFWlTKYR9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(0deg, #0755c2, #0755c2);
}
.cid-suFWlTKYR9 .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-suFWlTKYR9 .social-list a:focus {
  text-decoration: none;
}
.cid-suFWlTKYR9 H2 {
  color: #ffffff;
}
.cid-suFWhM7rvv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-suFWhM7rvv .title {
  margin-bottom: 2rem;
}
.cid-suFWhM7rvv .mbr-section-subtitle {
  color: #767676;
}
.cid-suFWhM7rvv a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-suFWhM7rvv a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-suFWhM7rvv textarea.form-control {
  min-height: 188px;
}
.cid-suFWfvvR17 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-suFWfvvR17 .content {
    text-align: center;
  }
  .cid-suFWfvvR17 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-suFWfvvR17 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-suFWfvvR17 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-suFWfvvR17 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-suFWfvvR17 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suFWfvvR17 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-suFWfvvR17 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-suFWfvvR17 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-suFWfvvR17 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-suFWfvvR17 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-suFWfvvR17 .google-map {
  height: 25rem;
  position: relative;
}
.cid-suFWfvvR17 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-suFWfvvR17 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-suFWfvvR17 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-suFWfvvR17 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-suFWfvvR17 P {
  color: #ffffff;
}
#custom-html-f .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 60px;
  right: 60px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 60px;
  text-align: center;
  font-size: 50px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
