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





body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
/* ---- 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.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((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: #0d8901 !important;
}
.bg-success {
  background-color: #9473d2 !important;
}
.bg-info {
  background-color: #7237a2 !important;
}
.bg-warning {
  background-color: #f8f9c4 !important;
}
.bg-danger {
  background-color: #4284df !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #0d8901 !important;
  border-color: #0d8901 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #0d8901 !important;
  border-color: #0d8901 !important;
}
.btn-primary:before {
  background-color: #063d00 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #063d00 !important;
  border-color: #063d00 !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: #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: #4284df !important;
  border-color: #4284df !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #4284df !important;
  border-color: #4284df !important;
}
.btn-danger:before {
  background-color: #1f5eb6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1f5eb6 !important;
  border-color: #1f5eb6 !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: #032400;
  color: #032400;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  border-color: #0d8901;
}
.btn-primary-outline:before {
  background-color: #0d8901;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0d8901 !important;
  border-color: #0d8901 !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: #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: #1b53a0;
  color: #1b53a0;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  border-color: #4284df;
}
.btn-danger-outline:before {
  background-color: #4284df;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #4284df !important;
  border-color: #4284df !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;
  border-radius: 100px;
}
.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: #0d8901;
  -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: #0d8901 !important;
}
.text-secondary {
  color: #f27d7a !important;
}
.text-success {
  color: #9473d2 !important;
}
.text-info {
  color: #7237a2 !important;
}
.text-warning {
  color: #f8f9c4 !important;
}
.text-danger {
  color: #4284df !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #032400 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #e9221d !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: #1b53a0 !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: #4284df;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0d8901;
  border-color: #0d8901;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0d8901;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #22fd0c;
}
.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: #f0f6fd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #0d8901;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@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: #0d8901;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #0d8901;
}
/*Menu*/
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0d8901;
  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: #0d8901;
  border-bottom-color: #0d8901;
}
.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: #0d8901 !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='%230d8901' %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-s2QAcYY5JF .navbar {
  padding: .5rem 0;
  background: rgba(24, 29, 70, .7); /*181d46*/
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-s2QAcYY5JF .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-s2QAcYY5JF .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .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-s2QAcYY5JF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s2QAcYY5JF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s2QAcYY5JF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s2QAcYY5JF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s2QAcYY5JF .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(24, 29, 70, .7); /*181d46*/
}
.cid-s2QAcYY5JF a {
  font-style: normal;
}
.cid-s2QAcYY5JF .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-s2QAcYY5JF .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-s2QAcYY5JF .content-text {
  margin-bottom: 0;
}
.cid-s2QAcYY5JF .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s2QAcYY5JF .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0d8901;
    -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-s2QAcYY5JF .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-s2QAcYY5JF .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-s2QAcYY5JF .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-s2QAcYY5JF .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-s2QAcYY5JF .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s2QAcYY5JF .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s2QAcYY5JF .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s2QAcYY5JF .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2QAcYY5JF .nav-dropdown .link {
  font-weight: 400;
}
.cid-s2QAcYY5JF .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s2QAcYY5JF .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-s2QAcYY5JF .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-s2QAcYY5JF .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-s2QAcYY5JF .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-s2QAcYY5JF .menu-content-top.show {
  display: block;
}
.cid-s2QAcYY5JF .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-s2QAcYY5JF .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-s2QAcYY5JF .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown-item:before {
    display: none;
  }
  .cid-s2QAcYY5JF .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-s2QAcYY5JF .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-s2QAcYY5JF img {
    height: 3.8rem !important;
  }
  .cid-s2QAcYY5JF .btn {
    display: flex;
  }
  .cid-s2QAcYY5JF button.navbar-toggler {
    display: block;
  }
  .cid-s2QAcYY5JF .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s2QAcYY5JF .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s2QAcYY5JF .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing,
  .cid-s2QAcYY5JF .navbar-collapse.show {
    display: block !important;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-nav,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-buttons,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s2QAcYY5JF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .navbar .menu-content-top {
    display: block;
  }
  .cid-s2QAcYY5JF .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-s2QAcYY5JF .menu-bottom {
    display: flex;
  }
  .cid-s2QAcYY5JF .navbar {
    display: block;
    padding: 0;
  }
  .cid-s2QAcYY5JF .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .navbar-toggler {
    display: none;
  }
}
.cid-s2QAcYY5JF .navbar-short .menu-content-top {
  border: none;
}
.cid-s2QAcYY5JF .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2QAcYY5JF .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s2QAcYY5JF .dropdown .dropdown-menu {
  background: rgba(24, 29, 70, .7); /*181d46*/
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s2QAcYY5JF .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s2QAcYY5JF .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s2QAcYY5JF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-s2QAcYY5JF button.navbar-toggler:focus {
  outline: none;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2QAcYY5JF .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .collapsed .menu-logo {
  margin-right: 0;
}
.cid-s2QAcYY5JF .collapsed .btn {
  display: flex;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s2QAcYY5JF .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-s2QAcYY5JF .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s2QAcYY5JF .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2QAcYY5JF .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s2QAcYY5JF .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s2QAcYY5JF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .collapsed .dropdown-item:before {
  display: none;
}
.cid-s2QAcYY5JF .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s2QAcYY5JF .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s2QAcYY5JF .nav-link:focus {
  outline: none;
}
.cid-s2QAcYY5JF .navbar-toggler {
  position: relative;
}
.cid-s2QAcYY5JF .dropdown-item.active,
.cid-s2QAcYY5JF .dropdown-item:active {
  background-color: rgba(24, 29, 70, .7); /*181d46*/
  color: auto;
}
.cid-s2QAcYY5JF .nav-link:hover,
.cid-s2QAcYY5JF .dropdown-item:hover {
  color: #4284df;
}
.cid-s2QyhB35oF .modal-body .close {
  background: #1b1b1b;
}
.cid-s2QyhB35oF .modal-body .close span {
  font-style: normal;
}
.cid-s2QyhB35oF .carousel-inner > .active,
.cid-s2QyhB35oF .carousel-inner > .next,
.cid-s2QyhB35oF .carousel-inner > .prev {
  display: table;
}
.cid-s2QyhB35oF .carousel-control .icon-next,
.cid-s2QyhB35oF .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s2QyhB35oF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s2QyhB35oF .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s2QyhB35oF .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s2QyhB35oF .boxed-slider > div {
  position: relative;
}
.cid-s2QyhB35oF .container img {
  width: 100%;
}
.cid-s2QyhB35oF .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-s2QyhB35oF .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s2QyhB35oF .mbr-table-cell {
  padding: 0;
}
.cid-s2QyhB35oF .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s2QyhB35oF .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-s2QyhB35oF .mbr-overlay {
  z-index: 1;
}
.cid-s2QyhB35oF .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s2QyhB35oF .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-s2QyhB35oF .carousel-item .container {
    width: 100%;
  }
}
.cid-s2QyhB35oF .carousel-item-next.carousel-item-left,
.cid-s2QyhB35oF .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s2QyhB35oF .active.carousel-item-right,
.cid-s2QyhB35oF .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s2QyhB35oF .active.carousel-item-left,
.cid-s2QyhB35oF .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s2QyhB35oF .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-s2QyhB35oF .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s2QyhB35oF .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s2QyhB35oF .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-s2QyhB35oF .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-s2QyhB35oF .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-s2QyhB35oF .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-s2QyhB35oF .mbr-slider .carousel-indicators li.active,
.cid-s2QyhB35oF .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-s2QyhB35oF .mbr-slider .carousel-indicators li::after,
.cid-s2QyhB35oF .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s2QyhB35oF .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s2QyhB35oF .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s2QyhB35oF .mbr-slider > .container img {
  width: 100%;
}
.cid-s2QyhB35oF .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-s2QyhB35oF .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s2QyhB35oF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s2QyhB35oF .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s2QyhB35oF .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s2QyhB35oF .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-s2QyhB35oF .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s2QyhB35oF .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-s2QyhB35oF .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s2QyhB35oF .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s2QyhB35oF .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s2QyhB35oF .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s2QyhB35oF .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rUKlovToAa {
  padding-top: 120px;
  background-image: url("../../../assets/images/banner-baixe-o-app-2000x1417.jpg");
}
.cid-rUKlovToAa .container {
  margin-bottom: 15%;
}
.cid-rUKlovToAa .content-container .btn-bgr {
  z-index: 0;
}
.cid-rUKlovToAa .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-rUKlovToAa .box-item {
  width: calc(33.3% - 5rem);
  padding: 2.5rem;
}
.cid-rUKlovToAa .box-item:first-child {
  background-color: #4284df;
  margin-top: -200px;
}
.cid-rUKlovToAa .box-item:nth-child(2) {
  background-color: #04367c;
}
.cid-rUKlovToAa .box-item:last-child {
  background-color: #0c57bf;
}
.cid-rUKlovToAa .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rUKlovToAa .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rUKlovToAa .box-list li:last-child {
  border-bottom: none;
}
.cid-rUKlovToAa .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rUKlovToAa .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-rUKlovToAa .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-rUKlovToAa .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-rUKlovToAa .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-rUKlovToAa .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-rUKlovToAa .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-rUKSAQXwEa {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rUKMaJHIw6 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rUKMaJHIw6 .mbr-text {
  color: #767676;
}
.cid-rUKMaJHIw6 .card-subtitle {
  margin: 0;
}
.cid-rUKMaJHIw6 .link {
  margin: 0;
  color: #0c57bf;
}
.cid-rUKMaJHIw6 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rUKMaJHIw6 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-rUKMaJHIw6 .icon-box {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.cid-rUKMaJHIw6 .item {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-rUKMaJHIw6 .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-rUKMaJHIw6 .date {
  margin: 0;
}
.cid-rUKMaJHIw6 img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-rUKMaJHIw6 .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-rUKMaJHIw6 .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rUKMaJHIw6 .card-img:hover:before {
  opacity: 0.4;
}
.cid-rUKMaJHIw6 .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-rUKMaJHIw6 .icon-box {
    flex-direction: column;
  }
  .cid-rUKMaJHIw6 .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-rUKMaJHIw6 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rUKMaJHIw6 .card {
    margin-bottom: 3rem;
  }
}
.cid-rUKMaJHIw6 .card-title,
.cid-rUKMaJHIw6 .card-img {
  text-align: left;
  color: #1d2671;
}
.cid-rUKMaJHIw6 .mbr-text,
.cid-rUKMaJHIw6 .link {
  text-align: left;
  color: #2c1616;
}
.cid-rSXrjlabsg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #181d46;
}
.cid-rSXrjlabsg p {
  text-align: center;
}
.cid-rSXrjlabsg .mbr-iconfont-social {
  font-size: 2rem;
  color: #6c9cdf;
}
.cid-rSXrjlabsg .social-list a:focus {
  text-decoration: none;
}
.cid-rSXrjlabsg .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-rSXrjlabsg .img-logo-footer {
  margin-right: 1rem;
  /*max-width: 3rem;*/
  width:160px;
}
.cid-rSXrjlabsg .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-rSXrjlabsg .logo-footer {
  line-height: normal;
}
.cid-rSXrjlabsg .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rSXrjlabsg .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSXrjlabsg .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3qtpzMWu6 {
  padding-top: 180px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-s3qtpzMWu6 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-s3qtpzMWu6 .mbr-overlay {
  background: #43aff1;
  background: linear-gradient(#43aff1 -10%, #053578 75%);
}
.cid-s3qtpzMWu6 .mbr-section-title {
  margin: 0;
}
.cid-s3qtpzMWu6 .separator {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-s3qtpzMWu6 H1 {
  text-align: left;
}
.cid-s3qtpzMWu6 H3 {
  text-align: left;
}
.cid-rUWSVWDW42 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rUWSVWDW42 .media-content .btn-bgr {
  z-index: 0;
}
.cid-rUWSVWDW42 .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-rUWSVWDW42 h3 {
  color: #000000;
  font-weight: 300;
}
.cid-rUWSVWDW42 p {
  color: #464646;
}
.cid-rUWSVWDW42 h2 {
  color: #000000;
}
.cid-rUWSVWDW42 .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-rUWSVWDW42 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rUWSVWDW42 .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-rUWSVWDW42 .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-rUWSVWDW42 .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-rUWSVWDW42 .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-rUWSVWDW42 .mbr-text {
    text-align: center;
  }
}
.cid-rUWSVWDW42 .mbr-section-subtitle {
  color: #555555;
}
.cid-rUWU8MT2wQ {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUWU8MT2wQ .block-title {
  color: #232323;
}
.cid-rT99pUOUDR {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rT99pUOUDR .media-content .btn-bgr {
  z-index: 0;
}
.cid-rT99pUOUDR .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-rT99pUOUDR h3 {
  color: #000000;
  font-weight: 300;
}
.cid-rT99pUOUDR p {
  color: #464646;
}
.cid-rT99pUOUDR h2 {
  color: #000000;
}
.cid-rT99pUOUDR .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-rT99pUOUDR .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rT99pUOUDR .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-rT99pUOUDR .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-rT99pUOUDR .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-rT99pUOUDR .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-rT99pUOUDR .mbr-text {
    text-align: center;
  }
}
.cid-rT99pUOUDR .mbr-section-subtitle {
  color: #333333;
}
.cid-rT9gPwyvnk {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #1d2671;
}
.cid-rT9gPwyvnk .block-title {
  color: #ffffff;
}
.cid-rT9gpyApuj {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #1d2671;
}
.cid-rT9gpyApuj .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #4284df);
}
.cid-rT9gpyApuj h3 {
  color: #FFFFFF;
  font-weight: 500;
}
.cid-rT9gpyApuj p {
  color: #FFFFFF;
}
.cid-rT9gpyApuj h4 {
  color: #FFFFFF;
  display: none;
}
.cid-rT9gpyApuj .mbr-figure img {
  padding-left: 1rem;
}
.cid-rT9gpyApuj .counter-container {
  color: #767676;
  padding-right: 4rem;
}
.cid-rT9gpyApuj .counter-container div {
  margin-bottom: 1rem;
  padding-left: .5rem;
}
@media (max-width: 575px) {
  .cid-rT9gpyApuj .counter-container .counter {
    left: 2rem;
  }
}
.cid-rTqXBBLPOa {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #181d46;
}
.cid-rTqXBBLPOa p {
  text-align: center;
}
.cid-rTqXBBLPOa .mbr-iconfont-social {
  font-size: 1rem;
  color: #6c9cdf;
}
.cid-rTqXBBLPOa .social-list a:focus {
  text-decoration: none;
}
.cid-rTqXBBLPOa .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-rTqXBBLPOa .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-rTqXBBLPOa .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-rTqXBBLPOa .logo-footer {
  line-height: normal;
}
.cid-rTqXBBLPOa .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rTqXBBLPOa .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rTqXBBLPOa .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2QAcYY5JF .navbar {
  padding: .5rem 0;
  background: rgba(24, 29, 70, .7);/*181d46*/
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-s2QAcYY5JF .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-s2QAcYY5JF .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .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-s2QAcYY5JF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s2QAcYY5JF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s2QAcYY5JF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s2QAcYY5JF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s2QAcYY5JF .navbar-dropdown.bg-color.transparent.opened {
  background: #181d46;
}
.cid-s2QAcYY5JF a {
  font-style: normal;
}
.cid-s2QAcYY5JF .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-s2QAcYY5JF .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-s2QAcYY5JF .content-text {
  margin-bottom: 0;
}
.cid-s2QAcYY5JF .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s2QAcYY5JF .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0d8901;
    -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-s2QAcYY5JF .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-s2QAcYY5JF .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-s2QAcYY5JF .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-s2QAcYY5JF .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-s2QAcYY5JF .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s2QAcYY5JF .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s2QAcYY5JF .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s2QAcYY5JF .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2QAcYY5JF .nav-dropdown .link {
  font-weight: 400;
}
.cid-s2QAcYY5JF .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s2QAcYY5JF .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-s2QAcYY5JF .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-s2QAcYY5JF .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-s2QAcYY5JF .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-s2QAcYY5JF .menu-content-top.show {
  display: block;
}
.cid-s2QAcYY5JF .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-s2QAcYY5JF .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-s2QAcYY5JF .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown-item:before {
    display: none;
  }
  .cid-s2QAcYY5JF .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-s2QAcYY5JF .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-s2QAcYY5JF img {
    height: 3.8rem !important;
  }
  .cid-s2QAcYY5JF .btn {
    display: flex;
  }
  .cid-s2QAcYY5JF button.navbar-toggler {
    display: block;
  }
  .cid-s2QAcYY5JF .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s2QAcYY5JF .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s2QAcYY5JF .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing,
  .cid-s2QAcYY5JF .navbar-collapse.show {
    display: block !important;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-nav,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-buttons,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s2QAcYY5JF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .navbar .menu-content-top {
    display: block;
  }
  .cid-s2QAcYY5JF .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-s2QAcYY5JF .menu-bottom {
    display: flex;
  }
  .cid-s2QAcYY5JF .navbar {
    display: block;
    padding: 0;
  }
  .cid-s2QAcYY5JF .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .navbar-toggler {
    display: none;
  }
}
.cid-s2QAcYY5JF .navbar-short .menu-content-top {
  border: none;
}
.cid-s2QAcYY5JF .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2QAcYY5JF .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s2QAcYY5JF .dropdown .dropdown-menu {
  background: #181d46;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s2QAcYY5JF .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s2QAcYY5JF .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s2QAcYY5JF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-s2QAcYY5JF button.navbar-toggler:focus {
  outline: none;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2QAcYY5JF .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .collapsed .menu-logo {
  margin-right: 0;
}
.cid-s2QAcYY5JF .collapsed .btn {
  display: flex;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s2QAcYY5JF .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-s2QAcYY5JF .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s2QAcYY5JF .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2QAcYY5JF .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s2QAcYY5JF .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s2QAcYY5JF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .collapsed .dropdown-item:before {
  display: none;
}
.cid-s2QAcYY5JF .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s2QAcYY5JF .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s2QAcYY5JF .nav-link:focus {
  outline: none;
}
.cid-s2QAcYY5JF .navbar-toggler {
  position: relative;
}
.cid-s2QAcYY5JF .dropdown-item.active,
.cid-s2QAcYY5JF .dropdown-item:active {
  background-color: #181d46;
  color: auto;
}
.cid-s2QAcYY5JF .nav-link:hover,
.cid-s2QAcYY5JF .dropdown-item:hover {
  color: #4284df;
}
.cid-s3uHj1Dlug {
  padding-top: 180px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background115.jpg");
}
.cid-s3uHj1Dlug .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-s3uHj1Dlug .mbr-overlay {
  background: #43aff1;
  background: linear-gradient(#43aff1 -10%, #053578 75%);
}
.cid-s3uHj1Dlug .mbr-section-title {
  margin: 0;
}
.cid-s3uHj1Dlug .separator {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-s3uHj1Dlug H1 {
  text-align: left;
}
.cid-s3uHj1Dlug H3 {
  text-align: left;
}
.cid-rULgBEFxJV {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rULgBEFxJV .block-title {
  color: #232323;
}
.cid-rUPfxcy2lU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUPfxcy2lU p {
  line-height: 1.6;
}
.cid-rUPfxcy2lU .card-box {
  width: -webkit-fill-available;
}
.cid-rUPfxcy2lU .card-img {
  width: auto;
}
.cid-rUPfxcy2lU .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-rUPfxcy2lU .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rUPfxcy2lU .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-rUPfxcy2lU .card {
  height: 100%;
  margin: auto;
}
.cid-rUPfxcy2lU img {
  width: 100%;
  heigth: auto;
}
.cid-rUPfxcy2lU .card-title1 {
  color: #0c57bf;
}
.cid-rUPfxcy2lU .mbr-text1 {
  color: #767676;
}
.cid-rUPfxcy2lU .card-title2 {
  color: #0c57bf;
}
.cid-rUPfxcy2lU .mbr-text2 {
  color: #767676;
}
@media (max-width: 576px) {
  .cid-rUPfxcy2lU .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-rUPfxcy2lU .card-img {
    order: 1;
  }
  .cid-rUPfxcy2lU .card-box {
    order: 2;
  }
}
.cid-rUWcc4Bflh {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rUWcc4Bflh .block-title {
  color: #232323;
}
.cid-rUWa1bBIjM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rUWa1bBIjM .block-title {
  color: #2c1616;
}
.cid-rUPcJLG0u8 {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-rUPcJLG0u8 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rUPcJLG0u8 .video-block {
    width: 100% !important;
  }
}
.cid-rUV3Ui8HcH {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #0c57bf;
}
.cid-rUV3Ui8HcH .block-title {
  color: #ffffff;
  text-align: center;
}
.cid-rUWoq0XTX2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0c57bf;
}
.cid-rUWoq0XTX2 .block-title {
  color: #ffffff;
  text-align: center;
}
.cid-rUV3Ghj7m0 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background116.jpg");
}
.cid-rUV3Ghj7m0 .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-rUV3Ghj7m0 .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-rUV3Ghj7m0 .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-rUV3Ghj7m0 .wrap-img {
  padding-bottom: 1rem;
}
.cid-rUV3Ghj7m0 .wrap-img img {
  max-width: 100%;
}
.cid-rUV3Ghj7m0 .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rTqXN1PKmV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #181d46;
}
.cid-rTqXN1PKmV p {
  text-align: center;
}
.cid-rTqXN1PKmV .mbr-iconfont-social {
  font-size: 1rem;
  color: #6c9cdf;
}
.cid-rTqXN1PKmV .social-list a:focus {
  text-decoration: none;
}
.cid-rTqXN1PKmV .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-rTqXN1PKmV .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-rTqXN1PKmV .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-rTqXN1PKmV .logo-footer {
  line-height: normal;
}
.cid-rTqXN1PKmV .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rTqXN1PKmV .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rTqXN1PKmV .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2QAcYY5JF .navbar {
  padding: .5rem 0;
  background: rgba(24, 29, 70, .7);
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-s2QAcYY5JF .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-s2QAcYY5JF .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .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-s2QAcYY5JF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s2QAcYY5JF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s2QAcYY5JF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s2QAcYY5JF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s2QAcYY5JF .navbar-dropdown.bg-color.transparent.opened {
  background: #181d46;
}
.cid-s2QAcYY5JF a {
  font-style: normal;
}
.cid-s2QAcYY5JF .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-s2QAcYY5JF .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-s2QAcYY5JF .content-text {
  margin-bottom: 0;
}
.cid-s2QAcYY5JF .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s2QAcYY5JF .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0d8901;
    -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-s2QAcYY5JF .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-s2QAcYY5JF .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-s2QAcYY5JF .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-s2QAcYY5JF .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-s2QAcYY5JF .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s2QAcYY5JF .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s2QAcYY5JF .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s2QAcYY5JF .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2QAcYY5JF .nav-dropdown .link {
  font-weight: 400;
}
.cid-s2QAcYY5JF .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s2QAcYY5JF .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-s2QAcYY5JF .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-s2QAcYY5JF .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-s2QAcYY5JF .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-s2QAcYY5JF .menu-content-top.show {
  display: block;
}
.cid-s2QAcYY5JF .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-s2QAcYY5JF .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-s2QAcYY5JF .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown-item:before {
    display: none;
  }
  .cid-s2QAcYY5JF .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-s2QAcYY5JF .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-s2QAcYY5JF img {
    height: 3.8rem !important;
  }
  .cid-s2QAcYY5JF .btn {
    display: flex;
  }
  .cid-s2QAcYY5JF button.navbar-toggler {
    display: block;
  }
  .cid-s2QAcYY5JF .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s2QAcYY5JF .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s2QAcYY5JF .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing,
  .cid-s2QAcYY5JF .navbar-collapse.show {
    display: block !important;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-nav,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-buttons,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s2QAcYY5JF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .navbar .menu-content-top {
    display: block;
  }
  .cid-s2QAcYY5JF .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-s2QAcYY5JF .menu-bottom {
    display: flex;
  }
  .cid-s2QAcYY5JF .navbar {
    display: block;
    padding: 0;
  }
  .cid-s2QAcYY5JF .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .navbar-toggler {
    display: none;
  }
}
.cid-s2QAcYY5JF .navbar-short .menu-content-top {
  border: none;
}
.cid-s2QAcYY5JF .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2QAcYY5JF .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s2QAcYY5JF .dropdown .dropdown-menu {
  background: #181d46;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s2QAcYY5JF .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s2QAcYY5JF .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s2QAcYY5JF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-s2QAcYY5JF button.navbar-toggler:focus {
  outline: none;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2QAcYY5JF .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .collapsed .menu-logo {
  margin-right: 0;
}
.cid-s2QAcYY5JF .collapsed .btn {
  display: flex;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s2QAcYY5JF .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-s2QAcYY5JF .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s2QAcYY5JF .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2QAcYY5JF .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s2QAcYY5JF .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s2QAcYY5JF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .collapsed .dropdown-item:before {
  display: none;
}
.cid-s2QAcYY5JF .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s2QAcYY5JF .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s2QAcYY5JF .nav-link:focus {
  outline: none;
}
.cid-s2QAcYY5JF .navbar-toggler {
  position: relative;
}
.cid-s2QAcYY5JF .dropdown-item.active,
.cid-s2QAcYY5JF .dropdown-item:active {
  background-color: #181d46;
  color: auto;
}
.cid-s2QAcYY5JF .nav-link:hover,
.cid-s2QAcYY5JF .dropdown-item:hover {
  color: #4284df;
}
.cid-s3uItWblHo {
  padding-top: 180px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background115.jpg");
}
.cid-s3uItWblHo .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-s3uItWblHo .mbr-overlay {
  background: #43aff1;
  background: linear-gradient(#43aff1 -10%, #053578 75%);
}
.cid-s3uItWblHo .mbr-section-title {
  margin: 0;
}
.cid-s3uItWblHo .separator {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-s3uItWblHo H1 {
  text-align: left;
}
.cid-s3uItWblHo H3 {
  text-align: left;
}
.cid-rTpyFj8z29 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTpyFj8z29 .counter-container {
  color: #464646;
}
.cid-rTpyFj8z29 .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-rTpyFj8z29 .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-rTpyFj8z29 .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-rTpyFj8z29 H4 {
  text-align: left;
}
.cid-rTpBXA46Jo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTpBXA46Jo .counter-container {
  color: #464646;
}
.cid-rTpBXA46Jo .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-rTpBXA46Jo .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-rTpBXA46Jo .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-rTpCQnsUsD {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rTpCQnsUsD .counter-container {
  color: #464646;
}
.cid-rTpCQnsUsD .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-rTpCQnsUsD .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-rTpCQnsUsD .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-rTqXS7U3Rf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #181d46;
}
.cid-rTqXS7U3Rf p {
  text-align: center;
}
.cid-rTqXS7U3Rf .mbr-iconfont-social {
  font-size: 1rem;
  color: #6c9cdf;
}
.cid-rTqXS7U3Rf .social-list a:focus {
  text-decoration: none;
}
.cid-rTqXS7U3Rf .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-rTqXS7U3Rf .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-rTqXS7U3Rf .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-rTqXS7U3Rf .logo-footer {
  line-height: normal;
}
.cid-rTqXS7U3Rf .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rTqXS7U3Rf .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rTqXS7U3Rf .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2QAcYY5JF .navbar {
  padding: .5rem 0;
  background: rgba(24, 29, 70, .7);
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-s2QAcYY5JF .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-s2QAcYY5JF .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .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-s2QAcYY5JF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s2QAcYY5JF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s2QAcYY5JF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s2QAcYY5JF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s2QAcYY5JF .navbar-dropdown.bg-color.transparent.opened {
  background: #181d46;
}
.cid-s2QAcYY5JF a {
  font-style: normal;
}
.cid-s2QAcYY5JF .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-s2QAcYY5JF .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-s2QAcYY5JF .content-text {
  margin-bottom: 0;
}
.cid-s2QAcYY5JF .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s2QAcYY5JF .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0d8901;
    -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-s2QAcYY5JF .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-s2QAcYY5JF .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-s2QAcYY5JF .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-s2QAcYY5JF .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-s2QAcYY5JF .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s2QAcYY5JF .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s2QAcYY5JF .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s2QAcYY5JF .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2QAcYY5JF .nav-dropdown .link {
  font-weight: 400;
}
.cid-s2QAcYY5JF .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s2QAcYY5JF .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-s2QAcYY5JF .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-s2QAcYY5JF .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-s2QAcYY5JF .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-s2QAcYY5JF .menu-content-top.show {
  display: block;
}
.cid-s2QAcYY5JF .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-s2QAcYY5JF .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-s2QAcYY5JF .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown-item:before {
    display: none;
  }
  .cid-s2QAcYY5JF .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-s2QAcYY5JF .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-s2QAcYY5JF img {
    height: 3.8rem !important;
  }
  .cid-s2QAcYY5JF .btn {
    display: flex;
  }
  .cid-s2QAcYY5JF button.navbar-toggler {
    display: block;
  }
  .cid-s2QAcYY5JF .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s2QAcYY5JF .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s2QAcYY5JF .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing,
  .cid-s2QAcYY5JF .navbar-collapse.show {
    display: block !important;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-nav,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-buttons,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s2QAcYY5JF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .navbar .menu-content-top {
    display: block;
  }
  .cid-s2QAcYY5JF .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-s2QAcYY5JF .menu-bottom {
    display: flex;
  }
  .cid-s2QAcYY5JF .navbar {
    display: block;
    padding: 0;
  }
  .cid-s2QAcYY5JF .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .navbar-toggler {
    display: none;
  }
}
.cid-s2QAcYY5JF .navbar-short .menu-content-top {
  border: none;
}
.cid-s2QAcYY5JF .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2QAcYY5JF .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s2QAcYY5JF .dropdown .dropdown-menu {
  background: #181d46;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s2QAcYY5JF .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s2QAcYY5JF .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s2QAcYY5JF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-s2QAcYY5JF button.navbar-toggler:focus {
  outline: none;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2QAcYY5JF .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .collapsed .menu-logo {
  margin-right: 0;
}
.cid-s2QAcYY5JF .collapsed .btn {
  display: flex;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s2QAcYY5JF .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-s2QAcYY5JF .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s2QAcYY5JF .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2QAcYY5JF .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s2QAcYY5JF .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s2QAcYY5JF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .collapsed .dropdown-item:before {
  display: none;
}
.cid-s2QAcYY5JF .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s2QAcYY5JF .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s2QAcYY5JF .nav-link:focus {
  outline: none;
}
.cid-s2QAcYY5JF .navbar-toggler {
  position: relative;
}
.cid-s2QAcYY5JF .dropdown-item.active,
.cid-s2QAcYY5JF .dropdown-item:active {
  background-color: #181d46;
  color: auto;
}
.cid-s2QAcYY5JF .nav-link:hover,
.cid-s2QAcYY5JF .dropdown-item:hover {
  color: #4284df;
}
.cid-s3uIGU3QLN {
  padding-top: 180px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background115.jpg");
}
.cid-s3uIGU3QLN .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-s3uIGU3QLN .mbr-overlay {
  background: #43aff1;
  background: linear-gradient(#43aff1 -10%, #053578 75%);
}
.cid-s3uIGU3QLN .mbr-section-title {
  margin: 0;
}
.cid-s3uIGU3QLN .separator {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-s3uIGU3QLN H1 {
  text-align: left;
}
.cid-s3uIGU3QLN H3 {
  text-align: left;
}
.cid-rUWXvvElgD {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUWXvvElgD .block-title {
  color: #232323;
}
.cid-rUWXwiE3di {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUWXwiE3di .block-title {
  color: #2c1616;
}
.cid-rTqr7vfmDP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTqr7vfmDP .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-rTqr7vfmDP h4 {
  font-weight: 500;
}
.cid-rTqr7vfmDP h4,
.cid-rTqr7vfmDP h5 {
  text-align: center;
}
.cid-rTqr7vfmDP p {
  text-align: center;
}
.cid-rTqr7vfmDP .card-box {
  text-align: center;
}
.cid-rTqr7vfmDP .card-img {
  font-size: 3rem;
}
.cid-rTqr7vfmDP .mbr-iconfont {
  color: #0d8901;
}
.cid-rTqr7vfmDP .card-title,
.cid-rTqr7vfmDP .card-img {
  text-align: center;
}
.cid-rUJrnorXlG {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rUJu6mbgLi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rUJu6mbgLi .block-title {
  color: #2c1616;
}
.cid-rUJrw0kNPY {
  padding-top: 15px;
  padding-bottom: 45px;
  background: #efefef;
}
.cid-rUJrw0kNPY .plan-body .btn-bgr {
  z-index: 0;
}
.cid-rUJrw0kNPY .plan-price {
  color: #0d8901;
}
.cid-rUJrw0kNPY .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-rUJrw0kNPY .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-rUJrw0kNPY .plan {
  background: none;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
}
.cid-rUJrw0kNPY .plan .mbr-overlay {
  background: #ffffff;
  opacity: 1;
}
.cid-rUJrw0kNPY .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-rUJrw0kNPY .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-rUJrw0kNPY .plan .list-group-item:last-child::after {
  display: none;
}
.cid-rUJrw0kNPY .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-rUJrw0kNPY .plan .plan-body {
  position: relative;
  padding-bottom: 3rem;
}
.cid-rUJrw0kNPY .plan-header {
  padding-bottom: 2rem;
  position: relative;
}
@media (max-width: 550px) {
  .cid-rUJrw0kNPY .price-figure {
    font-size: 4.25rem;
  }
}
.cid-rUJrw0kNPY .price-figure {
  color: #181d46;
}
.cid-rUJrw0kNPY .plan-title {
  color: #0c57bf;
}
.cid-s3uJIcaN6c {
  padding-top: 180px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background115.jpg");
}
.cid-s3uJIcaN6c .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-s3uJIcaN6c .mbr-overlay {
  background: #6fc15e;
  background: linear-gradient(#6fc15e -10%, #194511 75%);
}
.cid-s3uJIcaN6c .mbr-section-title {
  margin: 0;
}
.cid-s3uJIcaN6c .separator {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-s3uJIcaN6c H1 {
  text-align: left;
}
.cid-s3uJIcaN6c H3 {
  text-align: left;
}
.cid-rZiVZXXUql {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rZiVZXXUql .block-title {
  color: #135805;
}
.cid-rZiW2vZRQu {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-rZiW2vZRQu .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rZiW2vZRQu .video-block {
    width: 100% !important;
  }
}
.cid-rZiV6e9KWe {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #a3d699;
}
.cid-rZiV6e9KWe .block-title {
  color: #135805;
}
.cid-rZiV75oyyW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a3d699;
}
.cid-rZiV75oyyW .block-title {
  color: #135805;
}
.cid-rZiWKDxNmY {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #a3d699;
}
.cid-rZiWKDxNmY .plan-body .btn-bgr {
  z-index: 0;
}
.cid-rZiWKDxNmY .plan-price {
  color: #0d8901;
}
.cid-rZiWKDxNmY .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-rZiWKDxNmY .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-rZiWKDxNmY .plan {
  background: none;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
}
.cid-rZiWKDxNmY .plan .mbr-overlay {
  background: #ffffff;
  opacity: 1;
}
.cid-rZiWKDxNmY .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-rZiWKDxNmY .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-rZiWKDxNmY .plan .list-group-item:last-child::after {
  display: none;
}
.cid-rZiWKDxNmY .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-rZiWKDxNmY .plan .plan-body {
  position: relative;
  padding-bottom: 3rem;
}
.cid-rZiWKDxNmY .plan-header {
  padding-bottom: 2rem;
  position: relative;
}
@media (max-width: 550px) {
  .cid-rZiWKDxNmY .price-figure {
    font-size: 4.25rem;
  }
}
.cid-rZiWKDxNmY .price-figure {
  color: #333333;
}
.cid-rZiWKDxNmY .plan-title {
  color: #135805;
}
.cid-rZiX0D5WGx {
  padding-top: 0px;
  padding-bottom: 75px;
  background: #a3d699;
}
.cid-rZiX0D5WGx .plan-body .btn-bgr {
  z-index: 0;
}
.cid-rZiX0D5WGx .plan-price {
  color: #0d8901;
}
.cid-rZiX0D5WGx .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-rZiX0D5WGx .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-rZiX0D5WGx .plan {
  background: none;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
}
.cid-rZiX0D5WGx .plan .mbr-overlay {
  background: #ffffff;
  opacity: 1;
}
.cid-rZiX0D5WGx .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-rZiX0D5WGx .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-rZiX0D5WGx .plan .list-group-item:last-child::after {
  display: none;
}
.cid-rZiX0D5WGx .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-rZiX0D5WGx .plan .plan-body {
  position: relative;
  padding-bottom: 3rem;
}
.cid-rZiX0D5WGx .plan-header {
  padding-bottom: 2rem;
  position: relative;
}
@media (max-width: 550px) {
  .cid-rZiX0D5WGx .price-figure {
    font-size: 4.25rem;
  }
}
.cid-rZiX0D5WGx .price-figure {
  color: #333333;
}
.cid-rZiX0D5WGx .plan-title {
  color: #135805;
}
.cid-rTqr8ltCVJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d2671;
}
.cid-rTqr8ltCVJ h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-rTqr8ltCVJ .mbr-section-subtitle {
  color: #767676;
}
.cid-rTqr8ltCVJ .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-rTqr8ltCVJ .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-rTqr8ltCVJ .article-title-left {
  color: #ffffff;
}
.cid-rTqr8ltCVJ .mbr-text-left {
  color: #ffffff;
}
.cid-rTqr8ltCVJ .article-title-right {
  color: #ffffff;
}
.cid-rTqr8ltCVJ .mbr-text-right {
  color: #ffffff;
}
.cid-rTqY5oGunc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #181d46;
}
.cid-rTqY5oGunc p {
  text-align: center;
}
.cid-rTqY5oGunc .mbr-iconfont-social {
  font-size: 1rem;
  color: #6c9cdf;
}
.cid-rTqY5oGunc .social-list a:focus {
  text-decoration: none;
}
.cid-rTqY5oGunc .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-rTqY5oGunc .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-rTqY5oGunc .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-rTqY5oGunc .logo-footer {
  line-height: normal;
}
.cid-rTqY5oGunc .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rTqY5oGunc .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rTqY5oGunc .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2QAcYY5JF .navbar {
  padding: .5rem 0;
  background: rgba(24, 29, 70, .7);
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-s2QAcYY5JF .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-s2QAcYY5JF .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .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-s2QAcYY5JF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s2QAcYY5JF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s2QAcYY5JF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s2QAcYY5JF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s2QAcYY5JF .navbar-dropdown.bg-color.transparent.opened {
  background: #181d46;
}
.cid-s2QAcYY5JF a {
  font-style: normal;
}
.cid-s2QAcYY5JF .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-s2QAcYY5JF .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-s2QAcYY5JF .content-text {
  margin-bottom: 0;
}
.cid-s2QAcYY5JF .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s2QAcYY5JF .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0d8901;
    -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-s2QAcYY5JF .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-s2QAcYY5JF .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-s2QAcYY5JF .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-s2QAcYY5JF .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-s2QAcYY5JF .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s2QAcYY5JF .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s2QAcYY5JF .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s2QAcYY5JF .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2QAcYY5JF .nav-dropdown .link {
  font-weight: 400;
}
.cid-s2QAcYY5JF .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s2QAcYY5JF .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-s2QAcYY5JF .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-s2QAcYY5JF .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-s2QAcYY5JF .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-s2QAcYY5JF .menu-content-top.show {
  display: block;
}
.cid-s2QAcYY5JF .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-s2QAcYY5JF .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-s2QAcYY5JF .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown-item:before {
    display: none;
  }
  .cid-s2QAcYY5JF .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-s2QAcYY5JF .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-s2QAcYY5JF img {
    height: 3.8rem !important;
  }
  .cid-s2QAcYY5JF .btn {
    display: flex;
  }
  .cid-s2QAcYY5JF button.navbar-toggler {
    display: block;
  }
  .cid-s2QAcYY5JF .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s2QAcYY5JF .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s2QAcYY5JF .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing,
  .cid-s2QAcYY5JF .navbar-collapse.show {
    display: block !important;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-nav,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-buttons,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s2QAcYY5JF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .navbar .menu-content-top {
    display: block;
  }
  .cid-s2QAcYY5JF .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-s2QAcYY5JF .menu-bottom {
    display: flex;
  }
  .cid-s2QAcYY5JF .navbar {
    display: block;
    padding: 0;
  }
  .cid-s2QAcYY5JF .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .navbar-toggler {
    display: none;
  }
}
.cid-s2QAcYY5JF .navbar-short .menu-content-top {
  border: none;
}
.cid-s2QAcYY5JF .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2QAcYY5JF .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s2QAcYY5JF .dropdown .dropdown-menu {
  background: #181d46;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s2QAcYY5JF .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s2QAcYY5JF .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s2QAcYY5JF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-s2QAcYY5JF button.navbar-toggler:focus {
  outline: none;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2QAcYY5JF .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .collapsed .menu-logo {
  margin-right: 0;
}
.cid-s2QAcYY5JF .collapsed .btn {
  display: flex;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s2QAcYY5JF .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-s2QAcYY5JF .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s2QAcYY5JF .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2QAcYY5JF .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s2QAcYY5JF .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s2QAcYY5JF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .collapsed .dropdown-item:before {
  display: none;
}
.cid-s2QAcYY5JF .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s2QAcYY5JF .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s2QAcYY5JF .nav-link:focus {
  outline: none;
}
.cid-s2QAcYY5JF .navbar-toggler {
  position: relative;
}
.cid-s2QAcYY5JF .dropdown-item.active,
.cid-s2QAcYY5JF .dropdown-item:active {
  background-color: #181d46;
  color: auto;
}
.cid-s2QAcYY5JF .nav-link:hover,
.cid-s2QAcYY5JF .dropdown-item:hover {
  color: #4284df;
}
.cid-s3uIUzWWGh {
  padding-top: 180px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background115.jpg");
}
.cid-s3uIUzWWGh .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-s3uIUzWWGh .mbr-overlay {
  background: #43aff1;
  background: linear-gradient(#43aff1 -10%, #053578 75%);
}
.cid-s3uIUzWWGh .mbr-section-title {
  margin: 0;
}
.cid-s3uIUzWWGh .separator {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-s3uIUzWWGh H1 {
  text-align: left;
}
.cid-s3uIUzWWGh H3 {
  text-align: left;
}
.cid-rV6qVehOdr {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #4284df;
}
.cid-rV6qVehOdr .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rV6qVehOdr .form-group {
  margin-bottom: 1rem;
}
.cid-rV6qVehOdr .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #4284df;
  width: 100%;
}
.cid-rV6qVehOdr textarea.form-control {
  min-height: 96px;
}
.cid-rV6qVehOdr .input-group-btn {
  width: 100%;
}
.cid-rV6qVehOdr .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-rV6qVehOdr .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-rV6qVehOdr .google-map {
  width: 100%;
  height: 25rem;
  height: 100%;
}
.cid-rV6qVehOdr .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-rV6qVehOdr .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-rV6qVehOdr .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}
.cid-rV6qVehOdr .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-rV6qVehOdr .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rV6qVehOdr .form-subtitle {
    text-align: center;
  }
}
.cid-rV6qVehOdr .main-title {
  text-align: left;
}
.cid-rTqYqhDJMX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #181d46;
}
.cid-rTqYqhDJMX p {
  text-align: center;
}
.cid-rTqYqhDJMX .mbr-iconfont-social {
  font-size: 1rem;
  color: #6c9cdf;
}
.cid-rTqYqhDJMX .social-list a:focus {
  text-decoration: none;
}
.cid-rTqYqhDJMX .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-rTqYqhDJMX .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-rTqYqhDJMX .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-rTqYqhDJMX .logo-footer {
  line-height: normal;
}
.cid-rTqYqhDJMX .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rTqYqhDJMX .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rTqYqhDJMX .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2QAcYY5JF .navbar {
  padding: .5rem 0;
  background: rgba(24, 29, 70, .7);
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-s2QAcYY5JF .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-s2QAcYY5JF .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .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-s2QAcYY5JF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s2QAcYY5JF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s2QAcYY5JF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s2QAcYY5JF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s2QAcYY5JF .navbar-dropdown.bg-color.transparent.opened {
  background: #181d46;
}
.cid-s2QAcYY5JF a {
  font-style: normal;
}
.cid-s2QAcYY5JF .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-s2QAcYY5JF .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-s2QAcYY5JF .content-text {
  margin-bottom: 0;
}
.cid-s2QAcYY5JF .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s2QAcYY5JF .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0d8901;
    -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-s2QAcYY5JF .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-s2QAcYY5JF .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-s2QAcYY5JF .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-s2QAcYY5JF .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-s2QAcYY5JF .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s2QAcYY5JF .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s2QAcYY5JF .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s2QAcYY5JF .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2QAcYY5JF .nav-dropdown .link {
  font-weight: 400;
}
.cid-s2QAcYY5JF .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s2QAcYY5JF .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-s2QAcYY5JF .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-s2QAcYY5JF .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-s2QAcYY5JF .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-s2QAcYY5JF .menu-content-top.show {
  display: block;
}
.cid-s2QAcYY5JF .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-s2QAcYY5JF .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-s2QAcYY5JF .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown-item:before {
    display: none;
  }
  .cid-s2QAcYY5JF .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-s2QAcYY5JF .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-s2QAcYY5JF img {
    height: 3.8rem !important;
  }
  .cid-s2QAcYY5JF .btn {
    display: flex;
  }
  .cid-s2QAcYY5JF button.navbar-toggler {
    display: block;
  }
  .cid-s2QAcYY5JF .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s2QAcYY5JF .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s2QAcYY5JF .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing,
  .cid-s2QAcYY5JF .navbar-collapse.show {
    display: block !important;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-nav,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-buttons,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s2QAcYY5JF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .navbar .menu-content-top {
    display: block;
  }
  .cid-s2QAcYY5JF .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-s2QAcYY5JF .menu-bottom {
    display: flex;
  }
  .cid-s2QAcYY5JF .navbar {
    display: block;
    padding: 0;
  }
  .cid-s2QAcYY5JF .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .navbar-toggler {
    display: none;
  }
}
.cid-s2QAcYY5JF .navbar-short .menu-content-top {
  border: none;
}
.cid-s2QAcYY5JF .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2QAcYY5JF .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s2QAcYY5JF .dropdown .dropdown-menu {
  background: #181d46;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s2QAcYY5JF .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s2QAcYY5JF .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s2QAcYY5JF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-s2QAcYY5JF button.navbar-toggler:focus {
  outline: none;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2QAcYY5JF .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .collapsed .menu-logo {
  margin-right: 0;
}
.cid-s2QAcYY5JF .collapsed .btn {
  display: flex;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s2QAcYY5JF .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-s2QAcYY5JF .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s2QAcYY5JF .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2QAcYY5JF .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s2QAcYY5JF .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s2QAcYY5JF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .collapsed .dropdown-item:before {
  display: none;
}
.cid-s2QAcYY5JF .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s2QAcYY5JF .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s2QAcYY5JF .nav-link:focus {
  outline: none;
}
.cid-s2QAcYY5JF .navbar-toggler {
  position: relative;
}
.cid-s2QAcYY5JF .dropdown-item.active,
.cid-s2QAcYY5JF .dropdown-item:active {
  background-color: #181d46;
  color: auto;
}
.cid-s2QAcYY5JF .nav-link:hover,
.cid-s2QAcYY5JF .dropdown-item:hover {
  color: #4284df;
}
.cid-s3uGzho12l {
  padding-top: 180px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background115.jpg");
}
.cid-s3uGzho12l .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-s3uGzho12l .mbr-overlay {
  background: #43aff1;
  background: linear-gradient(#43aff1 -10%, #053578 75%);
}
.cid-s3uGzho12l .mbr-section-title {
  margin: 0;
}
.cid-s3uGzho12l .separator {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-s3uGzho12l H1 {
  text-align: left;
}
.cid-s3uGzho12l H3 {
  text-align: left;
}
.cid-rUX3oNyfcz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUX3oNyfcz .google-map {
  height: 25rem;
  position: relative;
}
.cid-rUX3oNyfcz .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rUX3oNyfcz .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-rUX3oNyfcz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rUX3oNyfcz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rUX3oNyfcz .container-fluid {
  padding: 0;
}
.cid-rUX3oNyfcz .relative {
  position: relative;
  width: 100%;
}
.cid-rUX3oNyfcz .mbr-section-title {
  color: #656565;
}
.cid-rUX3oNyfcz .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-rUX3oNyfcz .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-rUX3oNyfcz .title {
  text-align: center;
  color: #ffffff;
}
.cid-rUX3oNyfcz .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-rUX3oNyfcz .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-rUX6arqDix {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUX6arqDix .block-title {
  color: #232323;
}
.cid-rUX8z4EDxi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUX8z4EDxi .block-title {
  color: #2c1616;
}
.cid-rUX8V05tTF {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUX8V05tTF .block-title {
  color: #2c1616;
}
.cid-rUX6wq7la6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rUX6wq7la6 .mbr-section-subtitle {
  color: #767676;
}
.cid-rUX6wq7la6 .container-table {
  margin: 0 auto;
}
.cid-rUX6wq7la6 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rUX6wq7la6 .dataTables_wrapper {
  display: block;
}
.cid-rUX6wq7la6 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rUX6wq7la6 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rUX6wq7la6 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #efefef;
  margin-bottom: 0;
}
.cid-rUX6wq7la6 table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #efefef;
  transition: all .2s;
}
.cid-rUX6wq7la6 table th:hover {
  background: #efefef;
  color: #000000;
}
.cid-rUX6wq7la6 table td {
  border: 1px solid #efefef;
}
.cid-rUX6wq7la6 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rUX6wq7la6 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rUX6wq7la6 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rUX6wq7la6 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rUX6wq7la6 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rUX6wq7la6 .dataTables_filter {
    text-align: center;
  }
  .cid-rUX6wq7la6 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rUX6wq7la6 .head-item,
.cid-rUX6wq7la6 .body-item {
  text-align: center;
}
.cid-s3uMASkmb5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #181d46;
}
.cid-s3uMASkmb5 p {
  text-align: center;
}
.cid-s3uMASkmb5 .mbr-iconfont-social {
  font-size: 1rem;
  color: #6c9cdf;
}
.cid-s3uMASkmb5 .social-list a:focus {
  text-decoration: none;
}
.cid-s3uMASkmb5 .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-s3uMASkmb5 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-s3uMASkmb5 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-s3uMASkmb5 .logo-footer {
  line-height: normal;
}
.cid-s3uMASkmb5 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3uMASkmb5 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s3uMASkmb5 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2QAcYY5JF .navbar {
  padding: .5rem 0;
  background: rgba(24, 29, 70, .7);
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-s2QAcYY5JF .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-s2QAcYY5JF .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .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-s2QAcYY5JF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s2QAcYY5JF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s2QAcYY5JF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s2QAcYY5JF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s2QAcYY5JF .navbar-dropdown.bg-color.transparent.opened {
  background: #181d46;
}
.cid-s2QAcYY5JF a {
  font-style: normal;
}
.cid-s2QAcYY5JF .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-s2QAcYY5JF .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-s2QAcYY5JF .content-text {
  margin-bottom: 0;
}
.cid-s2QAcYY5JF .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s2QAcYY5JF .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0d8901;
    -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-s2QAcYY5JF .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-s2QAcYY5JF .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-s2QAcYY5JF .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-s2QAcYY5JF .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-s2QAcYY5JF .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s2QAcYY5JF .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s2QAcYY5JF .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s2QAcYY5JF .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2QAcYY5JF .nav-dropdown .link {
  font-weight: 400;
}
.cid-s2QAcYY5JF .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s2QAcYY5JF .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-s2QAcYY5JF .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-s2QAcYY5JF .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-s2QAcYY5JF .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-s2QAcYY5JF .menu-content-top.show {
  display: block;
}
.cid-s2QAcYY5JF .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-s2QAcYY5JF .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-s2QAcYY5JF .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown-item:before {
    display: none;
  }
  .cid-s2QAcYY5JF .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-s2QAcYY5JF .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-s2QAcYY5JF img {
    height: 3.8rem !important;
  }
  .cid-s2QAcYY5JF .btn {
    display: flex;
  }
  .cid-s2QAcYY5JF button.navbar-toggler {
    display: block;
  }
  .cid-s2QAcYY5JF .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s2QAcYY5JF .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s2QAcYY5JF .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing,
  .cid-s2QAcYY5JF .navbar-collapse.show {
    display: block !important;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-nav,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-buttons,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s2QAcYY5JF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .navbar .menu-content-top {
    display: block;
  }
  .cid-s2QAcYY5JF .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-s2QAcYY5JF .menu-bottom {
    display: flex;
  }
  .cid-s2QAcYY5JF .navbar {
    display: block;
    padding: 0;
  }
  .cid-s2QAcYY5JF .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .navbar-toggler {
    display: none;
  }
}
.cid-s2QAcYY5JF .navbar-short .menu-content-top {
  border: none;
}
.cid-s2QAcYY5JF .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2QAcYY5JF .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s2QAcYY5JF .dropdown .dropdown-menu {
  background: #181d46;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s2QAcYY5JF .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s2QAcYY5JF .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s2QAcYY5JF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-s2QAcYY5JF button.navbar-toggler:focus {
  outline: none;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2QAcYY5JF .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .collapsed .menu-logo {
  margin-right: 0;
}
.cid-s2QAcYY5JF .collapsed .btn {
  display: flex;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s2QAcYY5JF .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-s2QAcYY5JF .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s2QAcYY5JF .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2QAcYY5JF .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s2QAcYY5JF .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s2QAcYY5JF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .collapsed .dropdown-item:before {
  display: none;
}
.cid-s2QAcYY5JF .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s2QAcYY5JF .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s2QAcYY5JF .nav-link:focus {
  outline: none;
}
.cid-s2QAcYY5JF .navbar-toggler {
  position: relative;
}
.cid-s2QAcYY5JF .dropdown-item.active,
.cid-s2QAcYY5JF .dropdown-item:active {
  background-color: #181d46;
  color: auto;
}
.cid-s2QAcYY5JF .nav-link:hover,
.cid-s2QAcYY5JF .dropdown-item:hover {
  color: #4284df;
}
.cid-s3uJcELTAd {
  padding-top: 180px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background115.jpg");
}
.cid-s3uJcELTAd .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-s3uJcELTAd .mbr-overlay {
  background: #43aff1;
  background: linear-gradient(#43aff1 -10%, #053578 75%);
}
.cid-s3uJcELTAd .mbr-section-title {
  margin: 0;
}
.cid-s3uJcELTAd .separator {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-s3uJcELTAd H1 {
  text-align: left;
}
.cid-s3uJcELTAd H3 {
  text-align: left;
}
.cid-rZj1qCtDwZ {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rZj1qCtDwZ .media-content .btn-bgr {
  z-index: 0;
}
.cid-rZj1qCtDwZ .mbr-section-text {
  word-break: break-word;
}
.cid-rZj1qCtDwZ .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
@media (min-width: 992px) {
  .cid-rZj1qCtDwZ .mbr-figure {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-rZj1qCtDwZ .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rZj1qCtDwZ .mbr-text {
    text-align: center;
  }
}
.cid-rZj1qCtDwZ .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-rZj1qCtDwZ H1 {
  color: #1d2671;
}
.cid-rZj1qCtDwZ .mbr-text,
.cid-rZj1qCtDwZ .mbr-section-btn {
  color: #2c1616;
}
.cid-rZj4uwPWwX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZj4uwPWwX .block-text {
  text-align: left;
}
.cid-rZj5POR0Q2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rZj5Qwbzrp {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZj5Qwbzrp .mbr-text {
  color: #767676;
}
.cid-rZj5Qwbzrp .card-subtitle {
  margin: 0;
}
.cid-rZj5Qwbzrp .link {
  margin: 0;
  color: #0c57bf;
}
.cid-rZj5Qwbzrp .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rZj5Qwbzrp .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-rZj5Qwbzrp .icon-box {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.cid-rZj5Qwbzrp .item {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-rZj5Qwbzrp .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-rZj5Qwbzrp .date {
  margin: 0;
}
.cid-rZj5Qwbzrp img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-rZj5Qwbzrp .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-rZj5Qwbzrp .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rZj5Qwbzrp .card-img:hover:before {
  opacity: 0.4;
}
.cid-rZj5Qwbzrp .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-rZj5Qwbzrp .icon-box {
    flex-direction: column;
  }
  .cid-rZj5Qwbzrp .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-rZj5Qwbzrp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rZj5Qwbzrp .card {
    margin-bottom: 3rem;
  }
}
.cid-rZj5Qwbzrp .card-title,
.cid-rZj5Qwbzrp .card-img {
  text-align: left;
  color: #1d2671;
}
.cid-rZj5Qwbzrp .mbr-text,
.cid-rZj5Qwbzrp .link {
  text-align: left;
  color: #2c1616;
}
.cid-rZj6hP6jfo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #181d46;
}
.cid-rZj6hP6jfo p {
  text-align: center;
}
.cid-rZj6hP6jfo .mbr-iconfont-social {
  font-size: 1rem;
  color: #6c9cdf;
}
.cid-rZj6hP6jfo .social-list a:focus {
  text-decoration: none;
}
.cid-rZj6hP6jfo .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-rZj6hP6jfo .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-rZj6hP6jfo .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-rZj6hP6jfo .logo-footer {
  line-height: normal;
}
.cid-rZj6hP6jfo .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rZj6hP6jfo .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rZj6hP6jfo .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2QAcYY5JF .navbar {
  padding: .5rem 0;
  background: rgba(24, 29, 70, .7);
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-s2QAcYY5JF .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-s2QAcYY5JF .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .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-s2QAcYY5JF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s2QAcYY5JF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s2QAcYY5JF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s2QAcYY5JF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s2QAcYY5JF .navbar-dropdown.bg-color.transparent.opened {
  background: #181d46;
}
.cid-s2QAcYY5JF a {
  font-style: normal;
}
.cid-s2QAcYY5JF .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-s2QAcYY5JF .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-s2QAcYY5JF .content-text {
  margin-bottom: 0;
}
.cid-s2QAcYY5JF .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s2QAcYY5JF .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0d8901;
    -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-s2QAcYY5JF .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-s2QAcYY5JF .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-s2QAcYY5JF .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-s2QAcYY5JF .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-s2QAcYY5JF .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s2QAcYY5JF .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s2QAcYY5JF .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s2QAcYY5JF .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2QAcYY5JF .nav-dropdown .link {
  font-weight: 400;
}
.cid-s2QAcYY5JF .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s2QAcYY5JF .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-s2QAcYY5JF .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-s2QAcYY5JF .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-s2QAcYY5JF .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-s2QAcYY5JF .menu-content-top.show {
  display: block;
}
.cid-s2QAcYY5JF .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-s2QAcYY5JF .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-s2QAcYY5JF .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown-item:before {
    display: none;
  }
  .cid-s2QAcYY5JF .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-s2QAcYY5JF .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-s2QAcYY5JF img {
    height: 3.8rem !important;
  }
  .cid-s2QAcYY5JF .btn {
    display: flex;
  }
  .cid-s2QAcYY5JF button.navbar-toggler {
    display: block;
  }
  .cid-s2QAcYY5JF .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s2QAcYY5JF .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s2QAcYY5JF .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing,
  .cid-s2QAcYY5JF .navbar-collapse.show {
    display: block !important;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-nav,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-buttons,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s2QAcYY5JF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .navbar .menu-content-top {
    display: block;
  }
  .cid-s2QAcYY5JF .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-s2QAcYY5JF .menu-bottom {
    display: flex;
  }
  .cid-s2QAcYY5JF .navbar {
    display: block;
    padding: 0;
  }
  .cid-s2QAcYY5JF .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .navbar-toggler {
    display: none;
  }
}
.cid-s2QAcYY5JF .navbar-short .menu-content-top {
  border: none;
}
.cid-s2QAcYY5JF .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2QAcYY5JF .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s2QAcYY5JF .dropdown .dropdown-menu {
  background: #181d46;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s2QAcYY5JF .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s2QAcYY5JF .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s2QAcYY5JF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-s2QAcYY5JF button.navbar-toggler:focus {
  outline: none;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2QAcYY5JF .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .collapsed .menu-logo {
  margin-right: 0;
}
.cid-s2QAcYY5JF .collapsed .btn {
  display: flex;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s2QAcYY5JF .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-s2QAcYY5JF .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s2QAcYY5JF .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2QAcYY5JF .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s2QAcYY5JF .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s2QAcYY5JF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .collapsed .dropdown-item:before {
  display: none;
}
.cid-s2QAcYY5JF .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s2QAcYY5JF .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s2QAcYY5JF .nav-link:focus {
  outline: none;
}
.cid-s2QAcYY5JF .navbar-toggler {
  position: relative;
}
.cid-s2QAcYY5JF .dropdown-item.active,
.cid-s2QAcYY5JF .dropdown-item:active {
  background-color: #181d46;
  color: auto;
}
.cid-s2QAcYY5JF .nav-link:hover,
.cid-s2QAcYY5JF .dropdown-item:hover {
  color: #4284df;
}
.cid-s3uNm3US5r {
  padding-top: 180px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background115.jpg");
}
.cid-s3uNm3US5r .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-s3uNm3US5r .mbr-overlay {
  background: #43aff1;
  background: linear-gradient(#43aff1 -10%, #053578 75%);
}
.cid-s3uNm3US5r .mbr-section-title {
  margin: 0;
}
.cid-s3uNm3US5r .separator {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-s3uNm3US5r H1 {
  text-align: left;
}
.cid-s3uNm3US5r H3 {
  text-align: left;
}
.cid-s3uNm64qgd {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s3uNm64qgd .media-content .btn-bgr {
  z-index: 0;
}
.cid-s3uNm64qgd .mbr-section-text {
  word-break: break-word;
}
.cid-s3uNm64qgd .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
@media (min-width: 992px) {
  .cid-s3uNm64qgd .mbr-figure {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-s3uNm64qgd .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s3uNm64qgd .mbr-text {
    text-align: center;
  }
}
.cid-s3uNm64qgd .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-s3uNm64qgd H1 {
  color: #1d2671;
}
.cid-s3uNm64qgd .mbr-text,
.cid-s3uNm64qgd .mbr-section-btn {
  color: #2c1616;
}
.cid-s3uPuCvdJN {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s3uPuCvdJN .media-content .btn-bgr {
  z-index: 0;
}
.cid-s3uPuCvdJN .mbr-section-text {
  word-break: break-word;
}
.cid-s3uPuCvdJN .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
@media (min-width: 992px) {
  .cid-s3uPuCvdJN .mbr-figure {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-s3uPuCvdJN .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s3uPuCvdJN .mbr-text {
    text-align: center;
  }
}
.cid-s3uPuCvdJN .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-s3uPuCvdJN H1 {
  color: #1d2671;
}
.cid-s3uPuCvdJN .mbr-text,
.cid-s3uPuCvdJN .mbr-section-btn {
  color: #2c1616;
}
.cid-s3uPvmyVn3 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s3uPvmyVn3 .media-content .btn-bgr {
  z-index: 0;
}
.cid-s3uPvmyVn3 .mbr-section-text {
  word-break: break-word;
}
.cid-s3uPvmyVn3 .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
@media (min-width: 992px) {
  .cid-s3uPvmyVn3 .mbr-figure {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-s3uPvmyVn3 .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s3uPvmyVn3 .mbr-text {
    text-align: center;
  }
}
.cid-s3uPvmyVn3 .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-s3uPvmyVn3 H1 {
  color: #1d2671;
}
.cid-s3uPvmyVn3 .mbr-text,
.cid-s3uPvmyVn3 .mbr-section-btn {
  color: #2c1616;
}
.cid-s3uPw5WwIy {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s3uPw5WwIy .media-content .btn-bgr {
  z-index: 0;
}
.cid-s3uPw5WwIy .mbr-section-text {
  word-break: break-word;
}
.cid-s3uPw5WwIy .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
@media (min-width: 992px) {
  .cid-s3uPw5WwIy .mbr-figure {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-s3uPw5WwIy .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s3uPw5WwIy .mbr-text {
    text-align: center;
  }
}
.cid-s3uPw5WwIy .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-s3uPw5WwIy H1 {
  color: #1d2671;
}
.cid-s3uPw5WwIy .mbr-text,
.cid-s3uPw5WwIy .mbr-section-btn {
  color: #2c1616;
}
.cid-s3uNmbLmt8 {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #181d46;
}
.cid-s3uNmbLmt8 p {
  text-align: center;
}
.cid-s3uNmbLmt8 .mbr-iconfont-social {
  font-size: 1rem;
  color: #6c9cdf;
}
.cid-s3uNmbLmt8 .social-list a:focus {
  text-decoration: none;
}
.cid-s3uNmbLmt8 .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-s3uNmbLmt8 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-s3uNmbLmt8 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-s3uNmbLmt8 .logo-footer {
  line-height: normal;
}
.cid-s3uNmbLmt8 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3uNmbLmt8 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s3uNmbLmt8 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3uNmdfi0z .navbar {
  padding: .5rem 0;
  background: #181d46;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-s3uNmdfi0z .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-s3uNmdfi0z .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-s3uNmdfi0z .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-s3uNmdfi0z .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-s3uNmdfi0z .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s3uNmdfi0z .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s3uNmdfi0z .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s3uNmdfi0z .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s3uNmdfi0z .navbar-dropdown.bg-color.transparent.opened {
  background: #181d46;
}
.cid-s3uNmdfi0z a {
  font-style: normal;
}
.cid-s3uNmdfi0z .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-s3uNmdfi0z .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-s3uNmdfi0z .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-s3uNmdfi0z .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-s3uNmdfi0z .content-text {
  margin-bottom: 0;
}
.cid-s3uNmdfi0z .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s3uNmdfi0z .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0d8901;
    -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-s3uNmdfi0z .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-s3uNmdfi0z .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-s3uNmdfi0z .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-s3uNmdfi0z .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-s3uNmdfi0z .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s3uNmdfi0z .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s3uNmdfi0z .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s3uNmdfi0z .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s3uNmdfi0z .nav-dropdown .link {
  font-weight: 400;
}
.cid-s3uNmdfi0z .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s3uNmdfi0z .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-s3uNmdfi0z .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-s3uNmdfi0z .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-s3uNmdfi0z .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-s3uNmdfi0z .menu-content-top.show {
  display: block;
}
.cid-s3uNmdfi0z .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-s3uNmdfi0z .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-s3uNmdfi0z .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-s3uNmdfi0z .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-s3uNmdfi0z .dropdown-item:before {
    display: none;
  }
  .cid-s3uNmdfi0z .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-s3uNmdfi0z .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-s3uNmdfi0z img {
    height: 3.8rem !important;
  }
  .cid-s3uNmdfi0z .btn {
    display: flex;
  }
  .cid-s3uNmdfi0z button.navbar-toggler {
    display: block;
  }
  .cid-s3uNmdfi0z .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s3uNmdfi0z .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s3uNmdfi0z .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s3uNmdfi0z .navbar-collapse.collapsing,
  .cid-s3uNmdfi0z .navbar-collapse.show {
    display: block !important;
  }
  .cid-s3uNmdfi0z .navbar-collapse.collapsing .navbar-nav,
  .cid-s3uNmdfi0z .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s3uNmdfi0z .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s3uNmdfi0z .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-s3uNmdfi0z .navbar-collapse.collapsing .navbar-buttons,
  .cid-s3uNmdfi0z .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s3uNmdfi0z .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s3uNmdfi0z .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s3uNmdfi0z .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-s3uNmdfi0z .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s3uNmdfi0z .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s3uNmdfi0z .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-s3uNmdfi0z .navbar .menu-content-top {
    display: block;
  }
  .cid-s3uNmdfi0z .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-s3uNmdfi0z .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-s3uNmdfi0z .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-s3uNmdfi0z .menu-bottom {
    display: flex;
  }
  .cid-s3uNmdfi0z .navbar {
    display: block;
    padding: 0;
  }
  .cid-s3uNmdfi0z .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s3uNmdfi0z .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-s3uNmdfi0z .navbar-toggler {
    display: none;
  }
}
.cid-s3uNmdfi0z .navbar-short .menu-content-top {
  border: none;
}
.cid-s3uNmdfi0z .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3uNmdfi0z .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s3uNmdfi0z .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-s3uNmdfi0z .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s3uNmdfi0z .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3uNmdfi0z .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s3uNmdfi0z .dropdown .dropdown-menu {
  background: #181d46;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s3uNmdfi0z .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s3uNmdfi0z .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-s3uNmdfi0z .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s3uNmdfi0z .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s3uNmdfi0z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s3uNmdfi0z .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-s3uNmdfi0z .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s3uNmdfi0z .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3uNmdfi0z .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-s3uNmdfi0z .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s3uNmdfi0z .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s3uNmdfi0z .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s3uNmdfi0z .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s3uNmdfi0z .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s3uNmdfi0z button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-s3uNmdfi0z button.navbar-toggler:focus {
  outline: none;
}
.cid-s3uNmdfi0z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s3uNmdfi0z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3uNmdfi0z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3uNmdfi0z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3uNmdfi0z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3uNmdfi0z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3uNmdfi0z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3uNmdfi0z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3uNmdfi0z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3uNmdfi0z .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s3uNmdfi0z .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-s3uNmdfi0z .collapsed .menu-logo {
  margin-right: 0;
}
.cid-s3uNmdfi0z .collapsed .btn {
  display: flex;
}
.cid-s3uNmdfi0z .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s3uNmdfi0z .collapsed .navbar-collapse.collapsing,
.cid-s3uNmdfi0z .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s3uNmdfi0z .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s3uNmdfi0z .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s3uNmdfi0z .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s3uNmdfi0z .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s3uNmdfi0z .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s3uNmdfi0z .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s3uNmdfi0z .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s3uNmdfi0z .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s3uNmdfi0z .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-s3uNmdfi0z .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s3uNmdfi0z .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3uNmdfi0z .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s3uNmdfi0z .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s3uNmdfi0z .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-s3uNmdfi0z .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s3uNmdfi0z .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s3uNmdfi0z .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-s3uNmdfi0z .collapsed .dropdown-item:before {
  display: none;
}
.cid-s3uNmdfi0z .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s3uNmdfi0z .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s3uNmdfi0z .nav-link:focus {
  outline: none;
}
.cid-s3uNmdfi0z .navbar-toggler {
  position: relative;
}
.cid-s3uNmdfi0z .dropdown-item.active,
.cid-s3uNmdfi0z .dropdown-item:active {
  background-color: #181d46;
  color: auto;
}
.cid-s3uNmdfi0z .nav-link:hover,
.cid-s3uNmdfi0z .dropdown-item:hover {
  color: #4284df;
}







.cid-sbx6WNWMUB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4284df;
}
.cid-sbx6WNWMUB .media-content .btn-bgr {
  z-index: 0;
}
.cid-sbx6WNWMUB .mbr-section-text {
  word-break: break-word;
}
.cid-sbx6WNWMUB .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
@media (min-width: 992px) {
  .cid-sbx6WNWMUB .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sbx6WNWMUB .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sbx6WNWMUB .mbr-text {
    text-align: center;
  }
}



.cid-sbxd1OPERB {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #e6f0ff;
}


.cid-sbxeCfBHlE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6f0ff;
}
.cid-sbxeCfBHlE .block-title {
  color: #2c1616;
}













.cid-rUJrnorXlG {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #e6f0ff;
}
.cid-rUJu6mbgLi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e6f0ff;
}
.cid-rUJu6mbgLi .block-title {
  color: #2c1616;
}
.cid-rUJrw0kNPY {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #e6f0ff;
}
.cid-rUJrw0kNPY .plan-body .btn-bgr {
  z-index: 0;
}
.cid-rUJrw0kNPY .plan-price {
  color: #0d8901;
}
.cid-rUJrw0kNPY .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-rUJrw0kNPY .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-rUJrw0kNPY .plan {
  background: none;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
}
.cid-rUJrw0kNPY .plan .mbr-overlay {
  background: #ffffff;
  opacity: 1;
}
.cid-rUJrw0kNPY .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-rUJrw0kNPY .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-rUJrw0kNPY .plan .list-group-item:last-child::after {
  display: none;
}
.cid-rUJrw0kNPY .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-rUJrw0kNPY .plan .plan-body {
  position: relative;
  padding-bottom: 3rem;
}
.cid-rUJrw0kNPY .plan-header {
  padding-bottom: 2rem;
  position: relative;
}
@media (max-width: 550px) {
  .cid-rUJrw0kNPY .price-figure {
    font-size: 4.25rem;
  }
}
.cid-rUJrw0kNPY .price-figure {
  color: #181d46;
}
.cid-rUJrw0kNPY .plan-title {
  color: #0c57bf;
}
.cid-sbxjUO5dAi {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #e6f0ff;
}
.cid-sbxoAOH3UI {
  padding-top: 15px;
  padding-bottom: 45px;
  background: #e6f0ff;
}
.cid-sbxoAOH3UI .plan-body .btn-bgr {
  z-index: 0;
}
.cid-sbxoAOH3UI .plan-price {
  color: #0d8901;
}
.cid-sbxoAOH3UI .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-sbxoAOH3UI .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-sbxoAOH3UI .plan {
  background: none;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
}
.cid-sbxoAOH3UI .plan .mbr-overlay {
  background: #ffffff;
  opacity: 0.8;
}
.cid-sbxoAOH3UI .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-sbxoAOH3UI .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-sbxoAOH3UI .plan .list-group-item:last-child::after {
  display: none;
}
.cid-sbxoAOH3UI .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-sbxoAOH3UI .plan .plan-body {
  position: relative;
  padding-bottom: 3rem;
}
.cid-sbxoAOH3UI .plan-header {
  padding-bottom: 2rem;
  position: relative;
}
@media (max-width: 550px) {
  .cid-sbxoAOH3UI .price-figure {
    font-size: 4.25rem;
  }
}
.cid-sbxoAOH3UI .price-figure {
  color: #181d46;
}
.cid-sbxoAOH3UI .plan-title {
  color: #0c57bf;
}
.cid-sbxoAOH3UI .price-term {
  text-align: center;
}
.cid-sbxb1LLkEv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1d6e0e;
}
.cid-sbxb1LLkEv .media-content .btn-bgr {
  z-index: 0;
}
.cid-sbxb1LLkEv .mbr-section-text {
  word-break: break-word;
}
.cid-sbxb1LLkEv .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
@media (min-width: 992px) {
  .cid-sbxb1LLkEv .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sbxb1LLkEv .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sbxb1LLkEv .mbr-text {
    text-align: center;
  }
}
.cid-sbxtut9hfw {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #d3e9ce;
}
.cid-sbxtut9hfw .block-title {
  color: #1d6e0e;
}
.cid-sbxtv9FCiE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d3e9ce;
}
.cid-sbxtv9FCiE .block-title {
  color: #194511;
}
.cid-rZiVZXXUql {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #d3e9ce;
}
.cid-rZiVZXXUql .block-title {
  color: #135805;
}
.cid-rZiW2vZRQu {
  background: #d3e9ce;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-rZiW2vZRQu .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rZiW2vZRQu .video-block {
    width: 100% !important;
  }
}
.cid-rZiV6e9KWe {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #d3e9ce;
}
.cid-rZiV6e9KWe .block-title {
  color: #135805;
}
.cid-rZiV75oyyW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3e9ce;
}
.cid-rZiV75oyyW .block-title {
  color: #135805;
}
.cid-rZiWKDxNmY {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #d3e9ce;
}
.cid-rZiWKDxNmY .plan-body .btn-bgr {
  z-index: 0;
}
.cid-rZiWKDxNmY .plan-price {
  color: #0d8901;
}
.cid-rZiWKDxNmY .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-rZiWKDxNmY .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-rZiWKDxNmY .plan {
  background: none;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
}
.cid-rZiWKDxNmY .plan .mbr-overlay {
  background: #ffffff;
  opacity: 1;
}
.cid-rZiWKDxNmY .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-rZiWKDxNmY .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-rZiWKDxNmY .plan .list-group-item:last-child::after {
  display: none;
}
.cid-rZiWKDxNmY .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-rZiWKDxNmY .plan .plan-body {
  position: relative;
  padding-bottom: 3rem;
}
.cid-rZiWKDxNmY .plan-header {
  padding-bottom: 2rem;
  position: relative;
}
@media (max-width: 550px) {
  .cid-rZiWKDxNmY .price-figure {
    font-size: 4.25rem;
  }
}
.cid-rZiWKDxNmY .price-figure {
  color: #333333;
}
.cid-rZiWKDxNmY .plan-title {
  color: #135805;
}
.cid-rZiX0D5WGx {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #d3e9ce;
}
.cid-rZiX0D5WGx .plan-body .btn-bgr {
  z-index: 0;
}
.cid-rZiX0D5WGx .plan-price {
  color: #0d8901;
}
.cid-rZiX0D5WGx .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-rZiX0D5WGx .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-rZiX0D5WGx .plan {
  background: none;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
}
.cid-rZiX0D5WGx .plan .mbr-overlay {
  background: #ffffff;
  opacity: 1;
}
.cid-rZiX0D5WGx .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-rZiX0D5WGx .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-rZiX0D5WGx .plan .list-group-item:last-child::after {
  display: none;
}
.cid-rZiX0D5WGx .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-rZiX0D5WGx .plan .plan-body {
  position: relative;
  padding-bottom: 3rem;
}
.cid-rZiX0D5WGx .plan-header {
  padding-bottom: 2rem;
  position: relative;
}
@media (max-width: 550px) {
  .cid-rZiX0D5WGx .price-figure {
    font-size: 4.25rem;
  }
}
.cid-rZiX0D5WGx .price-figure {
  color: #333333;
}
.cid-rZiX0D5WGx .plan-title {
  color: #135805;
}
.cid-sbxu3VUXFg {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #d3e9ce;
}
.cid-sbxu3VUXFg .block-title {
  color: #1d6e0e;
}
.cid-sbxu8osZ7l {
  padding-top: 15px;
  padding-bottom: 45px;
  background: #d3e9ce;
}
.cid-sbxu8osZ7l .plan-body .btn-bgr {
  z-index: 0;
}
.cid-sbxu8osZ7l .plan-price {
  color: #0d8901;
}
.cid-sbxu8osZ7l .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-sbxu8osZ7l .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-sbxu8osZ7l .plan {
  background: none;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
}
.cid-sbxu8osZ7l .plan .mbr-overlay {
  background: #ffffff;
  opacity: 0.8;
}
.cid-sbxu8osZ7l .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-sbxu8osZ7l .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-sbxu8osZ7l .plan .list-group-item:last-child::after {
  display: none;
}
.cid-sbxu8osZ7l .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-sbxu8osZ7l .plan .plan-body {
  position: relative;
  padding-bottom: 3rem;
}
.cid-sbxu8osZ7l .plan-header {
  padding-bottom: 2rem;
  position: relative;
}
@media (max-width: 550px) {
  .cid-sbxu8osZ7l .price-figure {
    font-size: 4.25rem;
  }
}
.cid-sbxu8osZ7l .price-figure {
  color: #181d46;
}
.cid-sbxu8osZ7l .plan-title {
  color: #194511;
}
.cid-sbxu8osZ7l .price-term {
  text-align: center;
}
.cid-rTqY5oGunc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #181d46;
}
.cid-rTqY5oGunc p {
  text-align: center;
}
.cid-rTqY5oGunc .mbr-iconfont-social {
  font-size: 1rem;
  color: #6c9cdf;
}
.cid-rTqY5oGunc .social-list a:focus {
  text-decoration: none;
}
.cid-rTqY5oGunc .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-rTqY5oGunc .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-rTqY5oGunc .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-rTqY5oGunc .logo-footer {
  line-height: normal;
}
.cid-rTqY5oGunc .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rTqY5oGunc .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rTqY5oGunc .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2QAcYY5JF .navbar {
  padding: .5rem 0;
  background: #181d46;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-s2QAcYY5JF .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-s2QAcYY5JF .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .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-s2QAcYY5JF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s2QAcYY5JF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s2QAcYY5JF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s2QAcYY5JF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s2QAcYY5JF .navbar-dropdown.bg-color.transparent.opened {
  background: #181d46;
}



.cid-sazTbTcIj1 {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sazTbTcIj1 .media-content .btn-bgr {
  z-index: 0;
}
.cid-sazTbTcIj1 .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-sazTbTcIj1 h3 {
  color: #000000;
  font-weight: 300;
}
.cid-sazTbTcIj1 p {
  color: #464646;
}
.cid-sazTbTcIj1 h2 {
  color: #000000;
}
.cid-sazTbTcIj1 .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-sazTbTcIj1 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sazTbTcIj1 .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-sazTbTcIj1 .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sazTbTcIj1 .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sazTbTcIj1 .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sazTbTcIj1 .mbr-text {
    text-align: center;
  }
}




.cid-saAIkvwNb0 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-saAIkvwNb0 .block-title {
  color: #232323;
}
.cid-saAIlJMjYt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-saAIlJMjYt p {
  line-height: 1.6;
}
.cid-saAIlJMjYt .card-box {
  width: -webkit-fill-available;
}
.cid-saAIlJMjYt .card-img {
  width: auto;
}
.cid-saAIlJMjYt .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-saAIlJMjYt .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-saAIlJMjYt .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-saAIlJMjYt .card {
  height: 100%;
  margin: auto;
}
.cid-saAIlJMjYt img {
  width: 100%;
  heigth: auto;
}
.cid-saAIlJMjYt .card-title1 {
  color: #0c57bf;
}
.cid-saAIlJMjYt .mbr-text1 {
  color: #767676;
}
.cid-saAIlJMjYt .card-title2 {
  color: #0c57bf;
}
.cid-saAIlJMjYt .mbr-text2 {
  color: #767676;
}
@media (max-width: 576px) {
  .cid-saAIlJMjYt .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-saAIlJMjYt .card-img {
    order: 1;
  }
  .cid-saAIlJMjYt .card-box {
    order: 2;
  }
}









.cid-sbkw35Tns5 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sbkw35Tns5 .block-title {
  color: #232323;
}
.cid-sbkw42UFI9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sbkw42UFI9 p {
  line-height: 1.6;
}
.cid-sbkw42UFI9 .card-box {
  width: -webkit-fill-available;
}
.cid-sbkw42UFI9 .card-img {
  width: auto;
}
.cid-sbkw42UFI9 .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-sbkw42UFI9 .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sbkw42UFI9 .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-sbkw42UFI9 .card {
  height: 100%;
  margin: auto;
}
.cid-sbkw42UFI9 img {
  width: 100%;
  heigth: auto;
}
.cid-sbkw42UFI9 .card-title1 {
  color: #0c57bf;
}
.cid-sbkw42UFI9 .mbr-text1 {
  color: #767676;
}
.cid-sbkw42UFI9 .card-title2 {
  color: #0c57bf;
}
.cid-sbkw42UFI9 .mbr-text2 {
  color: #767676;
}
@media (max-width: 576px) {
  .cid-sbkw42UFI9 .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-sbkw42UFI9 .card-img {
    order: 1;
  }
  .cid-sbkw42UFI9 .card-box {
    order: 2;
  }
}
.cid-sbkyCIhkU1 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sbkyCIhkU1 .block-title {
  color: #232323;
}
.cid-sbkyDDksOT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sbkyDDksOT p {
  line-height: 1.6;
}
.cid-sbkyDDksOT .card-box {
  width: -webkit-fill-available;
}
.cid-sbkyDDksOT .card-img {
  width: auto;
}
.cid-sbkyDDksOT .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-sbkyDDksOT .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sbkyDDksOT .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-sbkyDDksOT .card {
  height: 100%;
  margin: auto;
}
.cid-sbkyDDksOT img {
  width: 100%;
  heigth: auto;
}
.cid-sbkyDDksOT .card-title1 {
  color: #0c57bf;
}
.cid-sbkyDDksOT .mbr-text1 {
  color: #767676;
}
.cid-sbkyDDksOT .card-title2 {
  color: #0c57bf;
}
.cid-sbkyDDksOT .mbr-text2 {
  color: #767676;
}
@media (max-width: 576px) {
  .cid-sbkyDDksOT .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-sbkyDDksOT .card-img {
    order: 1;
  }
  .cid-sbkyDDksOT .card-box {
    order: 2;
  }
}
.cid-rUWcc4Bflh {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUWcc4Bflh .block-title {
  color: #232323;
}
.cid-rUWa1bBIjM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUWa1bBIjM .block-title {
  color: #2c1616;
}
.cid-rUPcJLG0u8 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-rUPcJLG0u8 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rUPcJLG0u8 .video-block {
    width: 100% !important;
  }
}
.cid-sazZMNUHda {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #0c57bf;
}
.cid-sazZMNUHda .block-title {
  color: #ffffff;
  text-align: center;
}
.cid-sazZXAUkSk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0c57bf;
}
.cid-sazZXAUkSk .block-title {
  color: #ffffff;
}
.cid-saA3ZPInX3 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #0c57bf;
}
.cid-saA3ZPInX3 .mbr-section-title {
  margin: 0;
}
.cid-saA3ZPInX3 .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-saA3ZPInX3 .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-saA3ZPInX3 .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-saA3ZPInX3 .card1 {
  background: linear-gradient(45deg, #1d2671, #1d2671);
}
.cid-saA3ZPInX3 .card2 {
  background: linear-gradient(45deg, #1d2671, #1d2671);
}
.cid-saA3ZPInX3 .card3 {
  background: linear-gradient(45deg, #1d2671, #1d2671);
}
.cid-saA3ZPInX3 .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
@media (max-width: 991px) {
  .cid-saA3ZPInX3 .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-saA3ZPInX3 .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-rUV3Ui8HcH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rUV3Ui8HcH .block-title {
  color: #1d2671;
  text-align: center;
}
.cid-rUWoq0XTX2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rUWoq0XTX2 .block-title {
  color: #1d2671;
  text-align: center;
}
.cid-rUV3Ghj7m0 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background15.jpg");
}
.cid-rUV3Ghj7m0 .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-rUV3Ghj7m0 .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-rUV3Ghj7m0 .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-rUV3Ghj7m0 .wrap-img {
  padding-bottom: 1rem;
}
.cid-rUV3Ghj7m0 .wrap-img img {
  max-width: 100%;
}
.cid-rUV3Ghj7m0 .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rTqXN1PKmV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #181d46;
}
.cid-rTqXN1PKmV p {
  text-align: center;
}
.cid-rTqXN1PKmV .mbr-iconfont-social {
  font-size: 1rem;
  color: #6c9cdf;
}
.cid-rTqXN1PKmV .social-list a:focus {
  text-decoration: none;
}
.cid-rTqXN1PKmV .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-rTqXN1PKmV .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-rTqXN1PKmV .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-rTqXN1PKmV .logo-footer {
  line-height: normal;
}
.cid-rTqXN1PKmV .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rTqXN1PKmV .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rTqXN1PKmV .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2QAcYY5JF .navbar {
  padding: .5rem 0;
  background: #181d46;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-s2QAcYY5JF .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-s2QAcYY5JF .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .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-s2QAcYY5JF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s2QAcYY5JF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s2QAcYY5JF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s2QAcYY5JF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s2QAcYY5JF .navbar-dropdown.bg-color.transparent.opened {
  background: #181d46;
}
.cid-s2QAcYY5JF a {
  font-style: normal;
}
.cid-s2QAcYY5JF .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-s2QAcYY5JF .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-s2QAcYY5JF .content-text {
  margin-bottom: 0;
}
.cid-s2QAcYY5JF .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s2QAcYY5JF .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0d8901;
    -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-s2QAcYY5JF .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-s2QAcYY5JF .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-s2QAcYY5JF .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-s2QAcYY5JF .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-s2QAcYY5JF .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s2QAcYY5JF .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s2QAcYY5JF .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s2QAcYY5JF .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2QAcYY5JF .nav-dropdown .link {
  font-weight: 400;
}
.cid-s2QAcYY5JF .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s2QAcYY5JF .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-s2QAcYY5JF .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-s2QAcYY5JF .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-s2QAcYY5JF .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-s2QAcYY5JF .menu-content-top.show {
  display: block;
}
.cid-s2QAcYY5JF .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-s2QAcYY5JF .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-s2QAcYY5JF .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown-item:before {
    display: none;
  }
  .cid-s2QAcYY5JF .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-s2QAcYY5JF .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-s2QAcYY5JF img {
    height: 3.8rem !important;
  }
  .cid-s2QAcYY5JF .btn {
    display: flex;
  }
  .cid-s2QAcYY5JF button.navbar-toggler {
    display: block;
  }
  .cid-s2QAcYY5JF .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s2QAcYY5JF .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s2QAcYY5JF .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing,
  .cid-s2QAcYY5JF .navbar-collapse.show {
    display: block !important;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-nav,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-buttons,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s2QAcYY5JF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .navbar .menu-content-top {
    display: block;
  }
  .cid-s2QAcYY5JF .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-s2QAcYY5JF .menu-bottom {
    display: flex;
  }
  .cid-s2QAcYY5JF .navbar {
    display: block;
    padding: 0;
  }
  .cid-s2QAcYY5JF .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .navbar-toggler {
    display: none;
  }
}
.cid-s2QAcYY5JF .navbar-short .menu-content-top {
  border: none;
}
.cid-s2QAcYY5JF .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2QAcYY5JF .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s2QAcYY5JF .dropdown .dropdown-menu {
  background: #181d46;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s2QAcYY5JF .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s2QAcYY5JF .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s2QAcYY5JF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-s2QAcYY5JF button.navbar-toggler:focus {
  outline: none;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2QAcYY5JF .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .collapsed .menu-logo {
  margin-right: 0;
}
.cid-s2QAcYY5JF .collapsed .btn {
  display: flex;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s2QAcYY5JF .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-s2QAcYY5JF .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s2QAcYY5JF .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2QAcYY5JF .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s2QAcYY5JF .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s2QAcYY5JF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .collapsed .dropdown-item:before {
  display: none;
}
.cid-s2QAcYY5JF .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s2QAcYY5JF .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s2QAcYY5JF .nav-link:focus {
  outline: none;
}
.cid-s2QAcYY5JF .navbar-toggler {
  position: relative;
}
.cid-s2QAcYY5JF .dropdown-item.active,
.cid-s2QAcYY5JF .dropdown-item:active {
  background-color: #181d46;
  color: auto;
}
.cid-s2QAcYY5JF .nav-link:hover,
.cid-s2QAcYY5JF .dropdown-item:hover {
  color: #4284df;
}
.cid-s3uItWblHo {
  padding-top: 180px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background14.jpg");
}
.cid-s3uItWblHo .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-s3uItWblHo .mbr-overlay {
  background: #43aff1;
  background: linear-gradient(#43aff1 -10%, #053578 75%);
}
.cid-s3uItWblHo .mbr-section-title {
  margin: 0;
}
.cid-s3uItWblHo .separator {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-s3uItWblHo H1 {
  text-align: left;
}
.cid-s3uItWblHo H3 {
  text-align: left;
}
.cid-rTpyFj8z29 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTpyFj8z29 .counter-container {
  color: #464646;
}
.cid-rTpyFj8z29 .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-rTpyFj8z29 .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-rTpyFj8z29 .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-rTpyFj8z29 H4 {
  text-align: left;
}
.cid-rTpBXA46Jo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTpBXA46Jo .counter-container {
  color: #464646;
}
.cid-rTpBXA46Jo .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-rTpBXA46Jo .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-rTpBXA46Jo .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-rTpCQnsUsD {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rTpCQnsUsD .counter-container {
  color: #464646;
}
.cid-rTpCQnsUsD .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-rTpCQnsUsD .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-rTpCQnsUsD .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-sbwcGIpxyl {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sbwcGIpxyl .counter-container {
  color: #464646;
}
.cid-sbwcGIpxyl .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-sbwcGIpxyl .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-sbwcGIpxyl .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-sbweLt8tge {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sbweLt8tge .counter-container {
  color: #464646;
}
.cid-sbweLt8tge .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-sbweLt8tge .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-sbweLt8tge .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-sbwfgn4XZX {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sbwfgn4XZX .counter-container {
  color: #464646;
}
.cid-sbwfgn4XZX .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-sbwfgn4XZX .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-sbwfgn4XZX .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-sbwgBadJMG {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sbwgBadJMG .counter-container {
  color: #464646;
}
.cid-sbwgBadJMG .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-sbwgBadJMG .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-sbwgBadJMG .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-sbwokRNcyd {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sbwokRNcyd .counter-container {
  color: #464646;
}
.cid-sbwokRNcyd .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-sbwokRNcyd .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-sbwokRNcyd .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-sbwp3ZnrM7 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sbwp3ZnrM7 .counter-container {
  color: #464646;
}
.cid-sbwp3ZnrM7 .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-sbwp3ZnrM7 .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-sbwp3ZnrM7 .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-rTqXS7U3Rf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #181d46;
}
.cid-rTqXS7U3Rf p {
  text-align: center;
}
.cid-rTqXS7U3Rf .mbr-iconfont-social {
  font-size: 1rem;
  color: #6c9cdf;
}
.cid-rTqXS7U3Rf .social-list a:focus {
  text-decoration: none;
}
.cid-rTqXS7U3Rf .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-rTqXS7U3Rf .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-rTqXS7U3Rf .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-rTqXS7U3Rf .logo-footer {
  line-height: normal;
}
.cid-rTqXS7U3Rf .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rTqXS7U3Rf .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rTqXS7U3Rf .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2QAcYY5JF .navbar {
  padding: .5rem 0;
  background: #181d46;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-s2QAcYY5JF .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-s2QAcYY5JF .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .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-s2QAcYY5JF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s2QAcYY5JF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s2QAcYY5JF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s2QAcYY5JF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s2QAcYY5JF .navbar-dropdown.bg-color.transparent.opened {
  background: #181d46;
}
.cid-s2QAcYY5JF a {
  font-style: normal;
}
.cid-s2QAcYY5JF .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-s2QAcYY5JF .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-s2QAcYY5JF .content-text {
  margin-bottom: 0;
}
.cid-s2QAcYY5JF .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s2QAcYY5JF .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0d8901;
    -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-s2QAcYY5JF .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-s2QAcYY5JF .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-s2QAcYY5JF .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-s2QAcYY5JF .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-s2QAcYY5JF .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s2QAcYY5JF .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s2QAcYY5JF .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s2QAcYY5JF .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2QAcYY5JF .nav-dropdown .link {
  font-weight: 400;
}
.cid-s2QAcYY5JF .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s2QAcYY5JF .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-s2QAcYY5JF .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-s2QAcYY5JF .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-s2QAcYY5JF .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-s2QAcYY5JF .menu-content-top.show {
  display: block;
}
.cid-s2QAcYY5JF .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-s2QAcYY5JF .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-s2QAcYY5JF .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown-item:before {
    display: none;
  }
  .cid-s2QAcYY5JF .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-s2QAcYY5JF .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-s2QAcYY5JF img {
    height: 3.8rem !important;
  }
  .cid-s2QAcYY5JF .btn {
    display: flex;
  }
  .cid-s2QAcYY5JF button.navbar-toggler {
    display: block;
  }
  .cid-s2QAcYY5JF .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s2QAcYY5JF .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s2QAcYY5JF .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing,
  .cid-s2QAcYY5JF .navbar-collapse.show {
    display: block !important;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-nav,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-buttons,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s2QAcYY5JF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s2QAcYY5JF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s2QAcYY5JF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .navbar .menu-content-top {
    display: block;
  }
  .cid-s2QAcYY5JF .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-s2QAcYY5JF .menu-bottom {
    display: flex;
  }
  .cid-s2QAcYY5JF .navbar {
    display: block;
    padding: 0;
  }
  .cid-s2QAcYY5JF .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s2QAcYY5JF .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-s2QAcYY5JF .navbar-toggler {
    display: none;
  }
}
.cid-s2QAcYY5JF .navbar-short .menu-content-top {
  border: none;
}
.cid-s2QAcYY5JF .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2QAcYY5JF .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2QAcYY5JF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s2QAcYY5JF .dropdown .dropdown-menu {
  background: #181d46;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s2QAcYY5JF .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s2QAcYY5JF .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s2QAcYY5JF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s2QAcYY5JF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-s2QAcYY5JF button.navbar-toggler:focus {
  outline: none;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2QAcYY5JF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2QAcYY5JF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2QAcYY5JF .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .collapsed .menu-logo {
  margin-right: 0;
}
.cid-s2QAcYY5JF .collapsed .btn {
  display: flex;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s2QAcYY5JF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s2QAcYY5JF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s2QAcYY5JF .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-s2QAcYY5JF .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s2QAcYY5JF .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2QAcYY5JF .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s2QAcYY5JF .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s2QAcYY5JF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s2QAcYY5JF .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-s2QAcYY5JF .collapsed .dropdown-item:before {
  display: none;
}
.cid-s2QAcYY5JF .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s2QAcYY5JF .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s2QAcYY5JF .nav-link:focus {
  outline: none;
}
.cid-s2QAcYY5JF .navbar-toggler {
  position: relative;
}
.cid-s2QAcYY5JF .dropdown-item.active,
.cid-s2QAcYY5JF .dropdown-item:active {
  background-color: #181d46;
  color: auto;
}
.cid-s2QAcYY5JF .nav-link:hover,
.cid-s2QAcYY5JF .dropdown-item:hover {
  color: #4284df;
}
.cid-s3uIGU3QLN {
  padding-top: 180px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background14.jpg");
}
.cid-s3uIGU3QLN .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-s3uIGU3QLN .mbr-overlay {
  background: #43aff1;
  background: linear-gradient(#43aff1 -10%, #053578 75%);
}
.cid-s3uIGU3QLN .mbr-section-title {
  margin: 0;
}
.cid-s3uIGU3QLN .separator {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-s3uIGU3QLN H1 {
  text-align: left;
}
.cid-s3uIGU3QLN H3 {
  text-align: left;
}
.cid-rUWXvvElgD {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUWXvvElgD .block-title {
  color: #232323;
}
.cid-rTqr7vfmDP {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTqr7vfmDP .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-rTqr7vfmDP h4 {
  font-weight: 500;
}
.cid-rTqr7vfmDP h4,
.cid-rTqr7vfmDP h5 {
  text-align: center;
}
.cid-rTqr7vfmDP p {
  text-align: center;
}
.cid-rTqr7vfmDP .card-box {
  text-align: center;
}
.cid-rTqr7vfmDP .card-img {
  font-size: 3rem;
}
.cid-rTqr7vfmDP .mbr-iconfont {
  color: #0d8901;
}
.cid-rTqr7vfmDP .card-title,
.cid-rTqr7vfmDP .card-img {
  text-align: center;
}
.cid-sbx6WNWMUB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4284df;
}
.cid-sbx6WNWMUB .media-content .btn-bgr {
  z-index: 0;
}
.cid-sbx6WNWMUB .mbr-section-text {
  word-break: break-word;
}
.cid-sbx6WNWMUB .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
@media (min-width: 992px) {
  .cid-sbx6WNWMUB .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sbx6WNWMUB .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sbx6WNWMUB .mbr-text {
    text-align: center;
  }
}
.cid-sbxd1OPERB {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #e6f0ff;
}
.cid-sbxeCfBHlE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6f0ff;
}
.cid-sbxeCfBHlE .block-title {
  color: #2c1616;
}
.cid-rUJrnorXlG {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #e6f0ff;
}
.cid-rUJu6mbgLi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e6f0ff;
}
.cid-rUJu6mbgLi .block-title {
  color: #2c1616;
}
.cid-rUJrw0kNPY {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #e6f0ff;
}
.cid-rUJrw0kNPY .plan-body .btn-bgr {
  z-index: 0;
}
.cid-rUJrw0kNPY .plan-price {
  color: #0d8901;
}
.cid-rUJrw0kNPY .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-rUJrw0kNPY .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-rUJrw0kNPY .plan {
  background: none;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
}
.cid-rUJrw0kNPY .plan .mbr-overlay {
  background: #ffffff;
  opacity: 1;
}
.cid-rUJrw0kNPY .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-rUJrw0kNPY .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-rUJrw0kNPY .plan .list-group-item:last-child::after {
  display: none;
}
.cid-rUJrw0kNPY .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-rUJrw0kNPY .plan .plan-body {
  position: relative;
  padding-bottom: 3rem;
}
.cid-rUJrw0kNPY .plan-header {
  padding-bottom: 2rem;
  position: relative;
}
@media (max-width: 550px) {
  .cid-rUJrw0kNPY .price-figure {
    font-size: 4.25rem;
  }
}
.cid-rUJrw0kNPY .price-figure {
  color: #181d46;
}
.cid-rUJrw0kNPY .plan-title {
  color: #0c57bf;
}
.cid-sbxjUO5dAi {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #e6f0ff;
}
.cid-sbxoAOH3UI {
  padding-top: 15px;
  padding-bottom: 45px;
  background: #e6f0ff;
}
.cid-sbxoAOH3UI .plan-body .btn-bgr {
  z-index: 0;
}
.cid-sbxoAOH3UI .plan-price {
  color: #0d8901;
}
.cid-sbxoAOH3UI .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-sbxoAOH3UI .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-sbxoAOH3UI .plan {
  background: none;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
}
.cid-sbxoAOH3UI .plan .mbr-overlay {
  background: #ffffff;
  opacity: 0.8;
}
.cid-sbxoAOH3UI .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-sbxoAOH3UI .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-sbxoAOH3UI .plan .list-group-item:last-child::after {
  display: none;
}
.cid-sbxoAOH3UI .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-sbxoAOH3UI .plan .plan-body {
  position: relative;
  padding-bottom: 3rem;
}
.cid-sbxoAOH3UI .plan-header {
  padding-bottom: 2rem;
  position: relative;
}
@media (max-width: 550px) {
  .cid-sbxoAOH3UI .price-figure {
    font-size: 4.25rem;
  }
}
.cid-sbxoAOH3UI .price-figure {
  color: #181d46;
}
.cid-sbxoAOH3UI .plan-title {
  color: #0c57bf;
}
.cid-sbxoAOH3UI .price-term {
  text-align: center;
}
.cid-sbxb1LLkEv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1d6e0e;
}
.cid-sbxb1LLkEv .media-content .btn-bgr {
  z-index: 0;
}
.cid-sbxb1LLkEv .mbr-section-text {
  word-break: break-word;
}
.cid-sbxb1LLkEv .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}


.cid-rUV3Ui8HcH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rUV3Ui8HcH .block-title {
  color: #1d2671;
  text-align: center;
}





.cid-sazA7gUjJS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sazA7gUjJS .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-sazA7gUjJS .nav-tabs .nav-item {
  border-bottom: 1px solid #4284df;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-sazA7gUjJS .nav-tabs .nav-item .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 0;
  border: none;
  padding: 0.5rem 1rem 0.7rem;
  margin: 0 !important;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.cid-sazA7gUjJS .nav-tabs .nav-item .nav-link:hover {
  color: #ffffff;
  background-color: #4284df;
}
.cid-sazA7gUjJS .nav-tabs .nav-item .nav-link:focus {
  color: #4284df;
  box-shadow: none;
  background-color: transparent;
}
.cid-sazA7gUjJS .nav-tabs .nav-item .nav-link.active {
  border-bottom: 3px solid #4284df;
  color: #4284df;
  background: transparent;
  padding: 0.5rem 1rem 0.5rem;
}
.cid-sazA7gUjJS .mbr-section-subtitle {
  color: #767676;
}
.cid-sazA7gUjJS p {
  color: #767676;
}
.cid-sazA7gUjJS .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sazA7gUjJS .mbr-figure {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-right: 4rem;
  padding-right: 0;
  padding-left: 4rem;
}
.cid-sazA7gUjJS .mbr-text {
  word-break: break-word;
}
.cid-sazA7gUjJS .tabs-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sazA7gUjJS .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sazA7gUjJS .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 2rem;
    padding-bottom: 0;
    padding-top: 2rem;
  }
}
.cid-sazA7gUjJS P {
  text-align: center;
}




.cid-sct1m1bQGm {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #e6f0ff;
}
.cid-sct1m1bQGm .block-title {
  color: #1d2671;
}



.cid-sbxjUO5dAi {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #e6f0ff;
}
.cid-sbxjUO5dAi .block-title {
  color: #1d2671;
}



.cid-sct212pVxq {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #e6f0ff;
}
.cid-sct212pVxq .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sct212pVxq h4 {
  font-weight: 500;
}
.cid-sct212pVxq h4,
.cid-sct212pVxq h5 {
  text-align: center;
}
.cid-sct212pVxq p {
  text-align: center;
}
.cid-sct212pVxq .card-box {
  text-align: center;
}
.cid-sct212pVxq .card-img {
  font-size: 3rem;
}
.cid-sct212pVxq .mbr-iconfont {
  color: #0d8901;
}
.cid-sct212pVxq .card-title,
.cid-sct212pVxq .card-img {
  text-align: center;
  color: #232323;
}



.cid-sct2opvF0M {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #e6f0ff;
}
.cid-sct2opvF0M .block-title {
  color: #1d2671;
}
.cid-sct2CYcJsO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e6f0ff;
}
.cid-sct2CYcJsO .mbr-section-title {
  text-align: center;
}
.cid-sct2CYcJsO .mbr-section-subtitle {
  text-align: center;
}



.cid-sctBYmFICB {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #d3e9ce;
}
.cid-sctBYmFICB .block-title {
  color: #1d6e0e;
}




.cid-sctC9xllse {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #d3e9ce;
}
.cid-sctC9xllse .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sctC9xllse h4 {
  font-weight: 500;
}
.cid-sctC9xllse h4,
.cid-sctC9xllse h5 {
  text-align: center;
}
.cid-sctC9xllse p {
  text-align: center;
}
.cid-sctC9xllse .card-box {
  text-align: center;
}
.cid-sctC9xllse .card-img {
  font-size: 3rem;
}
.cid-sctC9xllse .mbr-iconfont {
  color: #0d8901;
}
.cid-sctC9xllse .card-title,
.cid-sctC9xllse .card-img {
  text-align: center;
  color: #232323;
}


.cid-sctCOEMfW6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #d3e9ce;
}
.cid-sctCOEMfW6 .block-title {
  color: #1d6e0e;
}

.cid-sctCPGs89c {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #d3e9ce;
}
.cid-sctCPGs89c .mbr-section-title {
  text-align: center;
}
.cid-sctCPGs89c .mbr-section-subtitle {
  text-align: center;
}

.cid-scsWBh5Ujo {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #e0d985;
}
.cid-scsWBh5Ujo .media-content .btn-bgr {
  z-index: 0;
}
.cid-scsWBh5Ujo .mbr-section-text {
  word-break: break-word;
}
.cid-scsWBh5Ujo .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
@media (min-width: 992px) {
  .cid-scsWBh5Ujo .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-scsWBh5Ujo .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-scsWBh5Ujo .mbr-text {
    text-align: center;
  }
}
.cid-scsWBh5Ujo H1 {
  color: #99660f;
}
.cid-scsWBh5Ujo .mbr-text,
.cid-scsWBh5Ujo .mbr-section-btn {
  color: #2c1616;
}



.cid-scsXU5tyk2 {
  padding-top: 40px;
  padding-bottom: 15px;
  background-color: #feffe3;
}
.cid-scsXU5tyk2 .media-content .btn-bgr {
  z-index: 0;
}
.cid-scsXU5tyk2 .mbr-section-text {
  word-break: break-word;
}
.cid-scsXU5tyk2 .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
@media (min-width: 992px) {
  .cid-scsXU5tyk2 .mbr-figure {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-scsXU5tyk2 .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-scsXU5tyk2 .mbr-text {
    text-align: center;
  }
}
.cid-scsXU5tyk2 .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-scsXU5tyk2 H1 {
  color: #555555;
}
.cid-scsXU5tyk2 .mbr-text,
.cid-scsXU5tyk2 .mbr-section-btn {
  color: #2c1616;
}


.cid-scsYtsmm0X {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #feffe3;
}
.cid-scsYtsmm0X .block-title {
  color: #99660f;
}


.cid-scsYX7Giy9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #feffe3;
}
.cid-scsYX7Giy9 .block-title {
  color: #2c1616;
}



.cid-scsYuuioop {
  padding-top: 15px;
  padding-bottom: 45px;
  background: #feffe3;
}
.cid-scsYuuioop .plan-body .btn-bgr {
  z-index: 0;
}
.cid-scsYuuioop .plan-price {
  color: #0d8901;
}
.cid-scsYuuioop .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-scsYuuioop .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-scsYuuioop .plan {
  background: none;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
}
.cid-scsYuuioop .plan .mbr-overlay {
  background: #ffffff;
  opacity: 1;
}
.cid-scsYuuioop .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-scsYuuioop .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-scsYuuioop .plan .list-group-item:last-child::after {
  display: none;
}
.cid-scsYuuioop .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-scsYuuioop .plan .plan-body {
  position: relative;
  padding-bottom: 3rem;
}
.cid-scsYuuioop .plan-header {
  padding-bottom: 2rem;
  position: relative;
}
@media (max-width: 550px) {
  .cid-scsYuuioop .price-figure {
    font-size: 4.25rem;
  }
}
.cid-scsYuuioop .price-figure {
  color: #555555;
}
.cid-scsYuuioop .plan-title {
  color: #2c1616;
}



.cid-scsZvDDJVe {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #feffe3;
}
.cid-scsZvDDJVe .block-title {
  color: #99660f;
}


.cid-scsZxV8SXA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #feffe3;
}
.cid-scsZxV8SXA .block-title {
  color: #2c1616;
}



.cid-scsZUIwOPu {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #feffe3;
}
.cid-scsZUIwOPu .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-scsZUIwOPu h4 {
  font-weight: 500;
}
.cid-scsZUIwOPu h4,
.cid-scsZUIwOPu h5 {
  text-align: center;
}
.cid-scsZUIwOPu p {
  text-align: center;
}
.cid-scsZUIwOPu .card-box {
  text-align: center;
}
.cid-scsZUIwOPu .card-img {
  font-size: 3rem;
}
.cid-scsZUIwOPu .mbr-iconfont {
  color: #0d8901;
}
.cid-scsZUIwOPu .card-title,
.cid-scsZUIwOPu .card-img {
  text-align: center;
}




.cid-scsX35iKUH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #feffe3;
}
.cid-scsX35iKUH .mbr-section-title {
  text-align: center;
  color: #99660f;
}
.cid-scsX35iKUH .mbr-section-subtitle {
  text-align: center;
}


.cid-sctHOBml3p {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sctHOBml3p .block-title {
  color: #232323;
}


.cid-sctHPuA2uy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sctHPuA2uy .mbr-section-title {
  text-align: center;
}
.cid-sctHPuA2uy .mbr-section-subtitle {
  text-align: center;
}




.cid-rUWXvvElgD {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUWXvvElgD .block-title {
  color: #232323;
}




.cid-sfhL1wQfDr {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sfhL1wQfDr p {
  line-height: 1.6;
}
.cid-sfhL1wQfDr .card-box {
  width: -webkit-fill-available;
}
.cid-sfhL1wQfDr .card-img {
  width: auto;
}
.cid-sfhL1wQfDr .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-sfhL1wQfDr .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sfhL1wQfDr .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-sfhL1wQfDr .card {
  height: 100%;
  margin: auto;
}
.cid-sfhL1wQfDr img {
  width: 100%;
  heigth: auto;
}
.cid-sfhL1wQfDr .card-title1 {
  color: #0c57bf;
}
.cid-sfhL1wQfDr .mbr-text1 {
  color: #232323;
}
.cid-sfhL1wQfDr .card-title2 {
  color: #0c57bf;
}
.cid-sfhL1wQfDr .mbr-text2 {
  color: #232323;
}
@media (max-width: 576px) {
  .cid-sfhL1wQfDr .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-sfhL1wQfDr .card-img {
    order: 1;
  }
  .cid-sfhL1wQfDr .card-box {
    order: 2;
  }
}




.cid-seW6drtsdI {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #e6f0ff;
}
.cid-seW6drtsdI .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-seW6drtsdI h4 {
  font-weight: 500;
}
.cid-seW6drtsdI h4,
.cid-seW6drtsdI h5 {
  text-align: center;
}
.cid-seW6drtsdI p {
  text-align: center;
}
.cid-seW6drtsdI .card-box {
  text-align: center;
}
.cid-seW6drtsdI .card-img {
  font-size: 3rem;
}
.cid-seW6drtsdI .mbr-iconfont {
  color: #0d8901;
}
.cid-seW6drtsdI .card-title,
.cid-seW6drtsdI .card-img {
  text-align: center;
  color: #232323;
}



.cid-seWa5HNj8A {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #d3e9ce;
}
.cid-seWa5HNj8A .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-seWa5HNj8A h4 {
  font-weight: 500;
}
.cid-seWa5HNj8A h4,
.cid-seWa5HNj8A h5 {
  text-align: center;
}
.cid-seWa5HNj8A p {
  text-align: center;
}
.cid-seWa5HNj8A .card-box {
  text-align: center;
}
.cid-seWa5HNj8A .card-img {
  font-size: 3rem;
}
.cid-seWa5HNj8A .mbr-iconfont {
  color: #0d8901;
}
.cid-seWa5HNj8A .card-title,
.cid-seWa5HNj8A .card-img {
  text-align: center;
  color: #232323;
}




.cid-sfjl1YsFqG {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #feffe3;
}
.cid-sfjl1YsFqG .media-content .btn-bgr {
  z-index: 0;
}
.cid-sfjl1YsFqG .mbr-section-text {
  word-break: break-word;
}
.cid-sfjl1YsFqG .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
@media (min-width: 992px) {
  .cid-sfjl1YsFqG .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sfjl1YsFqG .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sfjl1YsFqG .mbr-text {
    text-align: center;
  }
}
.cid-sfjl1YsFqG H1 {
  color: #99660f;
}
.cid-sfjl1YsFqG .mbr-text,
.cid-sfjl1YsFqG .mbr-section-btn {
  color: #2c1616;
}




.cid-sfjnC0492A {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #feffe3;
}
.cid-sfjnC0492A .mbr-section-title {
  text-align: center;
}
.cid-sfjnC0492A .mbr-section-subtitle {
  text-align: center;
}





.cid-sfj7se6kti {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0c57bf;
}
.cid-sfj7se6kti .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #1d2671;
  color: #444444;
  padding: 0;
}
.cid-sfj7se6kti .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-sfj7se6kti p {
  line-height: 1.6;
}
.cid-sfj7se6kti .rev,
.cid-sfj7se6kti .mbr-iconfont {
  display: inline-block;
}
.cid-sfj7se6kti .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sfj7se6kti .card-box {
  padding: 1.5rem;
}
.cid-sfj7se6kti .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sfj7se6kti .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sfj7se6kti .mbr-section-title,
.cid-sfj7se6kti .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-sfj7se6kti .rev {
  color: #0a1c44;
}
.cid-sfj7se6kti .card-text,
.cid-sfj7se6kti .mbr-section-btn,
.cid-sfj7se6kti .ico-line {
  color: #ffffff;
}