body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Oleo Script Swash Caps', display;
  font-size: 3.25rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.2rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.25rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.2rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.6rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 2.6rem;
    font-size: calc( 1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.6rem;
    font-size: calc( 1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((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: #133996 !important;
}
.bg-success {
  background-color: #1ec6b6 !important;
}
.bg-info {
  background-color: #fdece8 !important;
}
.bg-warning {
  background-color: #ffcf5c !important;
}
.bg-danger {
  background-color: #bfebf3 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #133996 !important;
  border-color: #133996 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0a1f52 !important;
  border-color: #0a1f52 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0a1f52 !important;
  border-color: #0a1f52 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fc643f !important;
  border-color: #fc643f !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #eb3104 !important;
  border-color: #eb3104 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #eb3104 !important;
  border-color: #eb3104 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fdece8 !important;
  border-color: #fdece8 !important;
  color: #d43712 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #d43712 !important;
  background-color: #f7b2a2 !important;
  border-color: #f7b2a2 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #d43712 !important;
  background-color: #f7b2a2 !important;
  border-color: #f7b2a2 !important;
}
.btn-success,
.btn-success:active {
  background-color: #1ec6b6 !important;
  border-color: #1ec6b6 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #148479 !important;
  border-color: #148479 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #148479 !important;
  border-color: #148479 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffcf5c !important;
  border-color: #ffcf5c !important;
  color: #5c4100 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #5c4100 !important;
  background-color: #ffb810 !important;
  border-color: #ffb810 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #5c4100 !important;
  background-color: #ffb810 !important;
  border-color: #ffb810 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #bfebf3 !important;
  border-color: #bfebf3 !important;
  color: #1c8497 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #1c8497 !important;
  background-color: #7fd7e7 !important;
  border-color: #7fd7e7 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #1c8497 !important;
  background-color: #7fd7e7 !important;
  border-color: #7fd7e7 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-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 {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-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 {
  background: none;
  border-color: #133996;
  color: #133996;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #133996;
  border-color: #133996;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #133996 !important;
  border-color: #133996 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #fc643f;
  color: #fc643f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #fc643f;
  border-color: #fc643f;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fc643f !important;
  border-color: #fc643f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #fdece8;
  color: #fdece8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d43712;
  background-color: #fdece8;
  border-color: #fdece8;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #d43712 !important;
  background-color: #fdece8 !important;
  border-color: #fdece8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #1ec6b6;
  color: #1ec6b6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #1ec6b6;
  border-color: #1ec6b6;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1ec6b6 !important;
  border-color: #1ec6b6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ffcf5c;
  color: #ffcf5c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5c4100;
  background-color: #ffcf5c;
  border-color: #ffcf5c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #5c4100 !important;
  background-color: #ffcf5c !important;
  border-color: #ffcf5c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #bfebf3;
  color: #bfebf3;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #1c8497;
  background-color: #bfebf3;
  border-color: #bfebf3;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #1c8497 !important;
  background-color: #bfebf3 !important;
  border-color: #bfebf3 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #133996 !important;
}
.text-secondary {
  color: #fc643f !important;
}
.text-success {
  color: #1ec6b6 !important;
}
.text-info {
  color: #fdece8 !important;
}
.text-warning {
  color: #ffcf5c !important;
}
.text-danger {
  color: #bfebf3 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #08173b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #d22c03 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #116d65 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #f59e8a !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #f5ad00 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #69d0e3 !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: #fdece8;
}
.alert-warning {
  background-color: #ffcf5c;
}
.alert-danger {
  background-color: #bfebf3;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 10px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.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);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #133996;
  border-color: #133996;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #133996;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4272e7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #79ebe0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.8rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.28rem;
  font-weight: 400;
}
blockquote {
  border-color: #133996;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #fc643f !important;
  border-color: #fc643f !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #fc643f !important;
  -webkit-box-shadow: 0 6px 16px 0 #fc643f !important;
  background-color: #fc643f !important;
  border-color: #fc643f !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #1ec6b6 !important;
  -webkit-box-shadow: 0 6px 16px 0 #1ec6b6 !important;
  background-color: #1ec6b6 !important;
  border-color: #1ec6b6 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #133996;
  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-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #133996;
  border-bottom-color: #133996;
}
.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: #133996 !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: #fc643f !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='%23133996' %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-t0C5yh2y82 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/graha-umi-1280x854.jpg");
  overflow: hidden;
}
.cid-t0C5yh2y82 H1 {
  color: #133996;
}
.cid-t0C5yh2y82 .mbr-text,
.cid-t0C5yh2y82 .mbr-section-btn {
  color: #232323;
}
.cid-t0C5yh2y82 .img1 {
  box-shadow: 0 10px 55px 5px rgba(253, 141, 113, 0.35);
  border-radius: 10px;
}
.cid-t0C5yh2y82 .relative {
  position: relative;
}
.cid-t0C5yh2y82 .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-t0C5yh2y82 .card-img2 {
  display: inline-block;
  width: 50%;
  float: left;
}
.cid-t0C5yh2y82 .card-img2 .img2 {
  width: 120%;
}
.cid-t0C5yh2y82 .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-t0C5yh2y82 .card-img1 .img1 {
  width: 180%;
  transform: translateX(-45%);
}
.cid-t0C5yh2y82 .img2 {
  box-shadow: 0 10px 55px 5px rgba(253, 141, 113, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-t0C5yh2y82 H3 {
  color: #57468b;
}
.cid-shU6MtU5rF {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shU6MtU5rF .common-wrap {
  overflow: hidden;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 3rem;
  border-radius: 50px;
  background-color: #f5f6fa;
}
.cid-shU6MtU5rF .btn {
  margin: 1rem 0.5rem 2rem 0.5rem !important;
}
.cid-shU6MtU5rF .card {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-shU6MtU5rF .main-title {
  color: #133996;
  text-align: center;
}
.cid-shU6MtU5rF h4 {
  margin-bottom: 0;
}
.cid-shU6MtU5rF p {
  color: #fff;
}
.cid-shU6MtU5rF .show-category > p {
  color: #46495f;
}
.cid-shU6MtU5rF .btn-info-outline {
  border: none;
  color: #fdece8 !important;
  padding: 0;
  margin: 0 0.25rem !important;
}
.cid-shU6MtU5rF .btn-info-outline span {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-shU6MtU5rF .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shU6MtU5rF .btn-info-outline:hover {
  background-color: transparent !important;
  color: #133996 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.cid-shU6MtU5rF .btn-info-outline:active,
.cid-shU6MtU5rF .btn-info-outline:focus {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.cid-shU6MtU5rF .card-wrapper {
  height: 600px;
  position: relative;
}
.cid-shU6MtU5rF .card-wrapper .show-category {
  display: inline-block;
  padding: 10px 23px;
  border-radius: 50px;
  background-color: #ffffff;
  color: #46495f;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.cid-shU6MtU5rF .card-wrapper .card-box {
  position: absolute;
  top: 10px;
  width: 100%;
  padding: 40px 40px 27px 30px;
}
.cid-shU6MtU5rF .card-wrapper .bottom {
  position: absolute;
  bottom: 40px;
  padding: 0 30px 0 30px;
  width: 100%;
}
.cid-shU6MtU5rF .card-wrapper .bottom .card-title {
  width: 100%;
}
.cid-shU6MtU5rF .card-wrapper .bottom .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shU6MtU5rF .card-wrapper .card-img {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  z-index: 0;
  border-radius: 30px;
}
.cid-shU6MtU5rF .card-wrapper .card-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  pointer-events: none;
  left: 0;
  top: 0;
  border-radius: 30px;
  opacity: 0.3;
}
.cid-shU6MtU5rF .card-wrapper .card-img img {
  transition: transform 0.8s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}
.cid-shU6MtU5rF .card-wrapper img {
  border-radius: 30px;
  height: 400px;
}
.cid-shU6MtU5rF .card-wrapper:hover .card-img,
.cid-shU6MtU5rF .card-wrapper:focus .card-img {
  transition: transform 0.8s;
}
.cid-shU6MtU5rF .card-wrapper:hover .card-img::before,
.cid-shU6MtU5rF .card-wrapper:focus .card-img::before {
  opacity: 0.7;
  background-color: #bfebf3;
}
@media (max-width: 991px) {
  .cid-shU6MtU5rF .common-wrap {
    padding-left: 92px;
    padding-right: 92px;
  }
  .cid-shU6MtU5rF .card-wrapper {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-shU6MtU5rF .bottom {
    width: 100%;
  }
  .cid-shU6MtU5rF .common-wrap {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media (max-width: 480px) {
  .cid-shU6MtU5rF .common-wrap {
    padding-left: 21px;
    padding-right: 21px;
  }
}
.cid-t0CdFIT3jV {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-t0CdFIT3jV .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-t0CdFIT3jV .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-t0CdFIT3jV img,
.cid-t0CdFIT3jV .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t0CdFIT3jV .item:focus,
.cid-t0CdFIT3jV span:focus {
  outline: none;
}
.cid-t0CdFIT3jV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t0CdFIT3jV .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t0CdFIT3jV img {
  border-radius: 30px;
}
.cid-t0CdFIT3jV .item-title {
  color: #133996;
}
.cid-t0CdFIT3jV .item-subtitle {
  color: #00bf88;
}
.cid-t0CdHlS9eT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t0CdHlS9eT .google-map {
  height: 25rem;
  position: relative;
}
.cid-t0CdHlS9eT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t0CdHlS9eT .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-t0CdHlS9eT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t0CdHlS9eT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t0CdHlS9eT .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-t0CdHlS9eT .wrapper .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
}
.cid-t0CdHlS9eT .wrapper .row .btn {
  border-radius: 30px;
  padding: 0.8rem 3rem !important;
}
.cid-t0CdHlS9eT .wrapper .row .title {
  color: #133996;
}
.cid-t0CdHlS9eT .wrapper .form-container {
  padding: 3rem;
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-t0CdHlS9eT .content-panel {
  padding: 3rem;
  background: linear-gradient(45deg, #bfebf3, #e1e8ff);
  height: 100%;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  overflow: hidden;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cid-t0CdHlS9eT .mbr-text {
  color: #133996;
  text-align: left;
}
.cid-t0CdHlS9eT .form-control {
  border-radius: 10px !important;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-t0CdHlS9eT textarea.form-control {
  min-height: 170px;
}
.cid-t0CdHlS9eT .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.cid-t0CdHlS9eT .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-t0CdHlS9eT .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
  border-style: dotted;
}
.cid-t0CdHlS9eT .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-t0CdHlS9eT .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t0CdHlS9eT .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t0CdHlS9eT .container {
    max-width: 80% !important;
  }
  .cid-t0CdHlS9eT .wrapper {
    margin-top: 0;
    border-radius: 40px;
  }
  .cid-t0CdHlS9eT .wrapper .main-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-t0CdHlS9eT .wrapper .main-row .text-block .content-panel {
    border-radius: 0 0 30px 30px !important;
  }
  .cid-t0CdHlS9eT .wrapper .main-row .text-block .content-panel .social-list {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-t0CdHlS9eT .form-container {
    border-radius: 30px 30px 0 0 !important;
  }
}
.cid-t0CdHlS9eT .mbr-title {
  color: #133996;
  text-align: left;
}
.cid-shU3yrE0tp {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #133996;
}
.cid-shU3yrE0tp img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-shU3yrE0tp .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-shU3yrE0tp .card:hover {
  opacity: 0.9;
}
.cid-shU3yrE0tp H1 {
  color: #ffffff;
}
.cid-shU3yrE0tp .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-shU3yrE0tp .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-shU3yrE0tp .row {
  justify-content: center!important;
}
.cid-sicibNVQCI .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sicibNVQCI .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sicibNVQCI .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sicibNVQCI .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sicibNVQCI .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sicibNVQCI .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sicibNVQCI .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sicibNVQCI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sicibNVQCI .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sicibNVQCI .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sicibNVQCI .navbar.collapsed.opened .navbar-collapse.show,
.cid-sicibNVQCI .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sicibNVQCI .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sicibNVQCI .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sicibNVQCI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sicibNVQCI .navbar {
    flex-wrap: nowrap;
  }
  .cid-sicibNVQCI .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sicibNVQCI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sicibNVQCI .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sicibNVQCI .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sicibNVQCI .navbar.opened .navbar-collapse.show,
  .cid-sicibNVQCI .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sicibNVQCI .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sicibNVQCI .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sicibNVQCI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sicibNVQCI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sicibNVQCI .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sicibNVQCI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sicibNVQCI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sicibNVQCI .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sicibNVQCI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sicibNVQCI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sicibNVQCI .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sicibNVQCI .dropdown-item.active,
.cid-sicibNVQCI .dropdown-item:active {
  background-color: transparent;
}
.cid-sicibNVQCI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sicibNVQCI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sicibNVQCI .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sicibNVQCI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sicibNVQCI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sicibNVQCI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sicibNVQCI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sicibNVQCI .navbar-buttons {
  text-align: center;
}
.cid-sicibNVQCI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #133996;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sicibNVQCI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sicibNVQCI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sicibNVQCI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sicibNVQCI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sicibNVQCI .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sicibNVQCI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sicibNVQCI a.nav-link:focus {
  outline: none;
}
.cid-sicibNVQCI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sicibNVQCI .nav-link:hover,
.cid-sicibNVQCI .dropdown-item:hover {
  color: #bfebf3 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sicibNVQCI .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sicibNVQCI .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-shU8xgR8nZ {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-shU8xgR8nZ .mbr-section-title {
  color: #133996;
}
.cid-shU3V2Wojb {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-shU3V2Wojb .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-shU3V2Wojb .item-wrapper {
    margin-bottom: 30px;
  }
}
.cid-shU3V2Wojb .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-shU3V2Wojb .item:last-child {
    margin-bottom: 0;
  }
}
.cid-shU3V2Wojb .item:hover .mbr-section-title a {
  color: #fc643f !important;
}
.cid-shU3V2Wojb .mbr-section-title,
.cid-shU3V2Wojb .card_topic,
.cid-shU3V2Wojb .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-shU3V2Wojb .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-shU3V2Wojb .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-shU3V2Wojb .card_post {
    margin-top: 15px;
  }
}
.cid-shU3V2Wojb .image_post {
  display: inline-block;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-shU3V2Wojb .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-shU3V2Wojb .category_content,
.cid-shU3V2Wojb .date,
.cid-shU3V2Wojb .name_author {
  opacity: .8;
}
.cid-shU3V2Wojb .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #fc643f;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-shU3V2Wojb .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-shU3V2Wojb .mbr-section-btn .btn-secondary-outline:hover,
.cid-shU3V2Wojb .mbr-section-btn .btn-secondary-outline .active,
.cid-shU3V2Wojb .mbr-section-btn .btn-secondary-outline:focus {
  color: #133996 !important;
}
.cid-shU3V2Wojb .item-img {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-shU3V2Wojb .item-img {
    margin-bottom: 20px;
  }
}
.cid-shU3V2Wojb img,
.cid-shU3V2Wojb .item-img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-shU3V2Wojb .item:focus,
.cid-shU3V2Wojb span:focus {
  outline: none;
}
.cid-shU3V2Wojb .mbr-section-subtitle {
  color: #133996;
}
.cid-shU8MHU4wg {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-shU8MHU4wg .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-shU8MHU4wg .item-wrapper {
    margin-bottom: 30px;
  }
}
.cid-shU8MHU4wg .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-shU8MHU4wg .item:last-child {
    margin-bottom: 0;
  }
}
.cid-shU8MHU4wg .item:hover .mbr-section-title a {
  color: #fc643f !important;
}
.cid-shU8MHU4wg .mbr-section-title,
.cid-shU8MHU4wg .card_topic,
.cid-shU8MHU4wg .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-shU8MHU4wg .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-shU8MHU4wg .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-shU8MHU4wg .card_post {
    margin-top: 15px;
  }
}
.cid-shU8MHU4wg .image_post {
  display: inline-block;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-shU8MHU4wg .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-shU8MHU4wg .category_content,
.cid-shU8MHU4wg .date,
.cid-shU8MHU4wg .name_author {
  opacity: .8;
}
.cid-shU8MHU4wg .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #fc643f;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-shU8MHU4wg .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-shU8MHU4wg .mbr-section-btn .btn-secondary-outline:hover,
.cid-shU8MHU4wg .mbr-section-btn .btn-secondary-outline .active,
.cid-shU8MHU4wg .mbr-section-btn .btn-secondary-outline:focus {
  color: #133996 !important;
}
.cid-shU8MHU4wg .item-img {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-shU8MHU4wg .item-img {
    margin-bottom: 20px;
  }
}
.cid-shU8MHU4wg img,
.cid-shU8MHU4wg .item-img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-shU8MHU4wg .item:focus,
.cid-shU8MHU4wg span:focus {
  outline: none;
}
.cid-shU8MHU4wg .mbr-section-subtitle {
  color: #133996;
}
.cid-shU8NUM0sk {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-shU8NUM0sk .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-shU8NUM0sk .item-wrapper {
    margin-bottom: 30px;
  }
}
.cid-shU8NUM0sk .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-shU8NUM0sk .item:last-child {
    margin-bottom: 0;
  }
}
.cid-shU8NUM0sk .item:hover .mbr-section-title a {
  color: #fc643f !important;
}
.cid-shU8NUM0sk .mbr-section-title,
.cid-shU8NUM0sk .card_topic,
.cid-shU8NUM0sk .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-shU8NUM0sk .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-shU8NUM0sk .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-shU8NUM0sk .card_post {
    margin-top: 15px;
  }
}
.cid-shU8NUM0sk .image_post {
  display: inline-block;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-shU8NUM0sk .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-shU8NUM0sk .category_content,
.cid-shU8NUM0sk .date,
.cid-shU8NUM0sk .name_author {
  opacity: .8;
}
.cid-shU8NUM0sk .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #fc643f;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-shU8NUM0sk .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-shU8NUM0sk .mbr-section-btn .btn-secondary-outline:hover,
.cid-shU8NUM0sk .mbr-section-btn .btn-secondary-outline .active,
.cid-shU8NUM0sk .mbr-section-btn .btn-secondary-outline:focus {
  color: #133996 !important;
}
.cid-shU8NUM0sk .item-img {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-shU8NUM0sk .item-img {
    margin-bottom: 20px;
  }
}
.cid-shU8NUM0sk img,
.cid-shU8NUM0sk .item-img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-shU8NUM0sk .item:focus,
.cid-shU8NUM0sk span:focus {
  outline: none;
}
.cid-shU8NUM0sk .mbr-section-subtitle {
  color: #133996;
}
.cid-shU3V4LmYZ {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-shU3V4LmYZ .card-wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #bfebf3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 15px 50px 10px rgba(62, 195, 219, 0.6);
}
.cid-shU3V4LmYZ .card-wrapper:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}
.cid-shU3V4LmYZ .card-wrapper:hover .ico2 {
  color: #133996 !important;
}
.cid-shU3V4LmYZ .ico2 {
  color: #fdece8 !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cid-shU3V4LmYZ .text-info:hover {
  color: inherit !important;
}
.cid-shU3V4LmYZ .card-box {
  padding: 0rem 1rem;
}
.cid-shU3V4LmYZ .ico1 {
  font-size: 2rem !important;
}
.cid-shU3V4LmYZ h3,
.cid-shU3V4LmYZ h4 {
  padding: 0;
  margin: 0;
}
.cid-shU3V4LmYZ .card-title {
  color: #133996;
}
.cid-shU3V4LmYZ .mbr-text {
  color: #133996;
}
.cid-t0CdMHdfYR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t0CdMHdfYR .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-t0CdMHdfYR .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-t0CdMHdfYR img,
.cid-t0CdMHdfYR .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t0CdMHdfYR .item:focus,
.cid-t0CdMHdfYR span:focus {
  outline: none;
}
.cid-t0CdMHdfYR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t0CdMHdfYR .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t0CdMHdfYR img {
  border-radius: 30px;
}
.cid-t0CdMHdfYR .item-title {
  color: #133996;
}
.cid-t0CdMHdfYR .item-subtitle {
  color: #00bf88;
}
.cid-t0CdOv7pqj {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t0CdOv7pqj .google-map {
  height: 25rem;
  position: relative;
}
.cid-t0CdOv7pqj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t0CdOv7pqj .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-t0CdOv7pqj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t0CdOv7pqj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t0CdOv7pqj .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-t0CdOv7pqj .wrapper .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
}
.cid-t0CdOv7pqj .wrapper .row .btn {
  border-radius: 30px;
  padding: 0.8rem 3rem !important;
}
.cid-t0CdOv7pqj .wrapper .row .title {
  color: #133996;
}
.cid-t0CdOv7pqj .wrapper .form-container {
  padding: 3rem;
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-t0CdOv7pqj .content-panel {
  padding: 3rem;
  background: linear-gradient(45deg, #bfebf3, #e1e8ff);
  height: 100%;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  overflow: hidden;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cid-t0CdOv7pqj .mbr-text {
  color: #133996;
  text-align: left;
}
.cid-t0CdOv7pqj .form-control {
  border-radius: 10px !important;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-t0CdOv7pqj textarea.form-control {
  min-height: 170px;
}
.cid-t0CdOv7pqj .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.cid-t0CdOv7pqj .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-t0CdOv7pqj .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
  border-style: dotted;
}
.cid-t0CdOv7pqj .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-t0CdOv7pqj .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t0CdOv7pqj .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t0CdOv7pqj .container {
    max-width: 80% !important;
  }
  .cid-t0CdOv7pqj .wrapper {
    margin-top: 0;
    border-radius: 40px;
  }
  .cid-t0CdOv7pqj .wrapper .main-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-t0CdOv7pqj .wrapper .main-row .text-block .content-panel {
    border-radius: 0 0 30px 30px !important;
  }
  .cid-t0CdOv7pqj .wrapper .main-row .text-block .content-panel .social-list {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-t0CdOv7pqj .form-container {
    border-radius: 30px 30px 0 0 !important;
  }
}
.cid-t0CdOv7pqj .mbr-title {
  color: #133996;
  text-align: left;
}
.cid-shU3V8VwFR {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #133996;
}
.cid-shU3V8VwFR img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-shU3V8VwFR .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-shU3V8VwFR .card:hover {
  opacity: 0.9;
}
.cid-shU3V8VwFR H1 {
  color: #ffffff;
}
.cid-shU3V8VwFR .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-shU3V8VwFR .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-shU3V8VwFR .row {
  justify-content: center!important;
}
.cid-sicibNVQCI .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sicibNVQCI .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sicibNVQCI .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sicibNVQCI .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sicibNVQCI .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sicibNVQCI .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sicibNVQCI .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sicibNVQCI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sicibNVQCI .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sicibNVQCI .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sicibNVQCI .navbar.collapsed.opened .navbar-collapse.show,
.cid-sicibNVQCI .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sicibNVQCI .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sicibNVQCI .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sicibNVQCI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sicibNVQCI .navbar {
    flex-wrap: nowrap;
  }
  .cid-sicibNVQCI .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sicibNVQCI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sicibNVQCI .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sicibNVQCI .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sicibNVQCI .navbar.opened .navbar-collapse.show,
  .cid-sicibNVQCI .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sicibNVQCI .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sicibNVQCI .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sicibNVQCI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sicibNVQCI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sicibNVQCI .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sicibNVQCI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sicibNVQCI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sicibNVQCI .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sicibNVQCI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sicibNVQCI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sicibNVQCI .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sicibNVQCI .dropdown-item.active,
.cid-sicibNVQCI .dropdown-item:active {
  background-color: transparent;
}
.cid-sicibNVQCI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sicibNVQCI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sicibNVQCI .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sicibNVQCI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sicibNVQCI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sicibNVQCI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sicibNVQCI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sicibNVQCI .navbar-buttons {
  text-align: center;
}
.cid-sicibNVQCI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #133996;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sicibNVQCI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sicibNVQCI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sicibNVQCI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sicibNVQCI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sicibNVQCI .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sicibNVQCI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sicibNVQCI a.nav-link:focus {
  outline: none;
}
.cid-sicibNVQCI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sicibNVQCI .nav-link:hover,
.cid-sicibNVQCI .dropdown-item:hover {
  color: #bfebf3 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sicibNVQCI .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sicibNVQCI .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-shZIU9fNDU {
  padding-top: 135px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-shZIU9fNDU .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-shZIU9fNDU .container {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 169px 92px;
  border-radius: 50px;
  background-color: #bfebf3;
  max-width: 80%;
}
@media (max-width: 768px) {
  .cid-shZIU9fNDU .container {
    padding: 100px 20px;
  }
}
.cid-shZIU9fNDU .wrap {
  display: none;
}
.cid-shZIU9fNDU .mbr-section-title {
  color: #133996;
}
.cid-shZIU9fNDU img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  width: 90%;
  border-radius: 8px;
}
.cid-shZIU9fNDU .wrap {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.cid-shZIU9fNDU .image-1 {
  position: absolute;
  left: -45px;
  bottom: 317px;
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  will-change: transform;
}
.cid-shZIU9fNDU .image-2 {
  position: absolute;
  left: -33px;
  top: 5px;
  -webkit-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}
.cid-shZIU9fNDU .image-3 {
  position: absolute;
  left: 229px;
  bottom: -271px;
  -webkit-transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.cid-shZIU9fNDU .image-4 {
  position: absolute;
  left: auto;
  right: -11px;
  bottom: 308px;
  -webkit-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
.cid-shZIU9fNDU .image-5 {
  position: absolute;
  left: 7px;
  top: 175px;
  -webkit-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.cid-shZIU9fNDU .image-6 {
  position: absolute;
  left: 215px;
  top: 40px;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}
.cid-shZIU9fNDU input,
.cid-shZIU9fNDU textarea {
  padding: 14px 30px !important;
  border-radius: 10px;
}
.cid-shZIU9fNDU .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem !important;
}
.cid-shZIU9fNDU textarea {
  min-height: 160px;
}
.cid-shZIU9fNDU .form-control,
.cid-shZIU9fNDU .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #232323;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.cid-shZIU9fNDU .form-control:hover,
.cid-shZIU9fNDU .field-input:hover,
.cid-shZIU9fNDU .form-control:focus,
.cid-shZIU9fNDU .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.cid-shZIU9fNDU input::-webkit-input-placeholder,
.cid-shZIU9fNDU textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-shZIU9fNDU input:-moz-placeholder,
.cid-shZIU9fNDU textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-shZIU9fNDU .jq-selectbox li,
.cid-shZIU9fNDU .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-shZIU9fNDU .jq-selectbox li:hover,
.cid-shZIU9fNDU .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-shZIU9fNDU .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-shZIU9fNDU .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-shZIU9fNDU h5 {
  padding-bottom: 2rem;
}
@media (max-width: 1199px) {
  .cid-shZIU9fNDU .image-1 {
    bottom: 357px;
  }
  .cid-shZIU9fNDU .image-4 {
    bottom: 368px;
  }
}
@media (max-width: 991px) {
  .cid-shZIU9fNDU .image-1 {
    bottom: 277px;
  }
  .cid-shZIU9fNDU .image-4 {
    bottom: 268px;
    right: 79px;
  }
  .cid-shZIU9fNDU .text-wrap > * {
    text-align: center;
  }
  .cid-shZIU9fNDU .dragArea h5 {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-shZIU9fNDU .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-shZIU9fNDU H5 {
  color: #133996;
}
.cid-shZIU9fNDU .mbr-section-subtitle {
  color: #133996;
}
.cid-sicibNVQCI .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sicibNVQCI .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sicibNVQCI .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sicibNVQCI .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sicibNVQCI .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sicibNVQCI .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sicibNVQCI .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sicibNVQCI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sicibNVQCI .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sicibNVQCI .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sicibNVQCI .navbar.collapsed.opened .navbar-collapse.show,
.cid-sicibNVQCI .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sicibNVQCI .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sicibNVQCI .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sicibNVQCI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sicibNVQCI .navbar {
    flex-wrap: nowrap;
  }
  .cid-sicibNVQCI .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sicibNVQCI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sicibNVQCI .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sicibNVQCI .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sicibNVQCI .navbar.opened .navbar-collapse.show,
  .cid-sicibNVQCI .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sicibNVQCI .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sicibNVQCI .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sicibNVQCI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sicibNVQCI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sicibNVQCI .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sicibNVQCI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sicibNVQCI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sicibNVQCI .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sicibNVQCI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sicibNVQCI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sicibNVQCI .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sicibNVQCI .dropdown-item.active,
.cid-sicibNVQCI .dropdown-item:active {
  background-color: transparent;
}
.cid-sicibNVQCI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sicibNVQCI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sicibNVQCI .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sicibNVQCI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sicibNVQCI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sicibNVQCI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sicibNVQCI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sicibNVQCI .navbar-buttons {
  text-align: center;
}
.cid-sicibNVQCI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #133996;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sicibNVQCI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sicibNVQCI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sicibNVQCI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sicibNVQCI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sicibNVQCI .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sicibNVQCI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sicibNVQCI a.nav-link:focus {
  outline: none;
}
.cid-sicibNVQCI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sicibNVQCI .nav-link:hover,
.cid-sicibNVQCI .dropdown-item:hover {
  color: #bfebf3 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sicibNVQCI .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sicibNVQCI .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-si5sr0atM2 {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-si5sr0atM2 .mbr-section-title {
  color: #133996;
}
.cid-si5sr3rp1z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-si5sr3rp1z .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-si5sr3rp1z .item-wrapper {
    margin-bottom: 30px;
  }
}
.cid-si5sr3rp1z .item {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-si5sr3rp1z .item {
    margin-bottom: 5rem;
  }
  .cid-si5sr3rp1z .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-si5sr3rp1z .item:last-child {
    margin-bottom: 0;
  }
}
.cid-si5sr3rp1z .item:hover .mbr-section-title a {
  color: #fc643f !important;
}
.cid-si5sr3rp1z .mbr-section-title,
.cid-si5sr3rp1z .card_topic,
.cid-si5sr3rp1z .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-si5sr3rp1z .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-si5sr3rp1z .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-si5sr3rp1z .card_post {
    margin-top: 15px;
  }
}
.cid-si5sr3rp1z .image_post {
  display: inline-block;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-si5sr3rp1z .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-si5sr3rp1z .category_content,
.cid-si5sr3rp1z .date,
.cid-si5sr3rp1z .name_author {
  opacity: .8;
}
.cid-si5sr3rp1z .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #fc643f;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-si5sr3rp1z .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-si5sr3rp1z .mbr-section-btn .btn-secondary-outline:hover,
.cid-si5sr3rp1z .mbr-section-btn .btn-secondary-outline .active,
.cid-si5sr3rp1z .mbr-section-btn .btn-secondary-outline:focus {
  color: #133996 !important;
}
.cid-si5sr3rp1z .item-img {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-si5sr3rp1z .item-img {
    margin-bottom: 20px;
  }
}
.cid-si5sr3rp1z img,
.cid-si5sr3rp1z .item-img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-si5sr3rp1z .item:focus,
.cid-si5sr3rp1z span:focus {
  outline: none;
}
.cid-si5sr3rp1z .mbr-section-subtitle {
  color: #133996;
}
.cid-si5sr7NRCX {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #133996;
}
.cid-si5sr7NRCX img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-si5sr7NRCX .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-si5sr7NRCX .card:hover {
  opacity: 0.9;
}
.cid-si5sr7NRCX H1 {
  color: #ffffff;
}
.cid-si5sr7NRCX .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-si5sr7NRCX .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-si5sr7NRCX .row {
  justify-content: center!important;
}
.cid-sicibNVQCI .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sicibNVQCI .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sicibNVQCI .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sicibNVQCI .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sicibNVQCI .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sicibNVQCI .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sicibNVQCI .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sicibNVQCI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sicibNVQCI .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sicibNVQCI .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sicibNVQCI .navbar.collapsed.opened .navbar-collapse.show,
.cid-sicibNVQCI .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sicibNVQCI .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sicibNVQCI .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sicibNVQCI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sicibNVQCI .navbar {
    flex-wrap: nowrap;
  }
  .cid-sicibNVQCI .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sicibNVQCI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sicibNVQCI .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sicibNVQCI .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sicibNVQCI .navbar.opened .navbar-collapse.show,
  .cid-sicibNVQCI .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sicibNVQCI .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sicibNVQCI .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sicibNVQCI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sicibNVQCI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sicibNVQCI .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sicibNVQCI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sicibNVQCI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sicibNVQCI .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sicibNVQCI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sicibNVQCI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sicibNVQCI .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sicibNVQCI .dropdown-item.active,
.cid-sicibNVQCI .dropdown-item:active {
  background-color: transparent;
}
.cid-sicibNVQCI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sicibNVQCI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sicibNVQCI .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sicibNVQCI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sicibNVQCI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sicibNVQCI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sicibNVQCI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sicibNVQCI .navbar-buttons {
  text-align: center;
}
.cid-sicibNVQCI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #133996;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sicibNVQCI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sicibNVQCI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sicibNVQCI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sicibNVQCI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sicibNVQCI .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sicibNVQCI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sicibNVQCI a.nav-link:focus {
  outline: none;
}
.cid-sicibNVQCI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sicibNVQCI .nav-link:hover,
.cid-sicibNVQCI .dropdown-item:hover {
  color: #bfebf3 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sicibNVQCI .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sicibNVQCI .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sitOCBmkgp {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sitOCBmkgp .mbr-section-title {
  color: #133996;
}
.cid-sitOCC1Z7e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sitOCC1Z7e .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-sitOCC1Z7e .item-wrapper {
    margin-bottom: 30px;
  }
}
.cid-sitOCC1Z7e .item {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-sitOCC1Z7e .item {
    margin-bottom: 5rem;
  }
  .cid-sitOCC1Z7e .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-sitOCC1Z7e .item:last-child {
    margin-bottom: 0;
  }
}
.cid-sitOCC1Z7e .item:hover .mbr-section-title a {
  color: #fc643f !important;
}
.cid-sitOCC1Z7e .mbr-section-title,
.cid-sitOCC1Z7e .card_topic,
.cid-sitOCC1Z7e .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-sitOCC1Z7e .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-sitOCC1Z7e .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-sitOCC1Z7e .card_post {
    margin-top: 15px;
  }
}
.cid-sitOCC1Z7e .image_post {
  display: inline-block;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-sitOCC1Z7e .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-sitOCC1Z7e .category_content,
.cid-sitOCC1Z7e .date,
.cid-sitOCC1Z7e .name_author {
  opacity: .8;
}
.cid-sitOCC1Z7e .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #fc643f;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-sitOCC1Z7e .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sitOCC1Z7e .mbr-section-btn .btn-secondary-outline:hover,
.cid-sitOCC1Z7e .mbr-section-btn .btn-secondary-outline .active,
.cid-sitOCC1Z7e .mbr-section-btn .btn-secondary-outline:focus {
  color: #133996 !important;
}
.cid-sitOCC1Z7e .item-img {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-sitOCC1Z7e .item-img {
    margin-bottom: 20px;
  }
}
.cid-sitOCC1Z7e img,
.cid-sitOCC1Z7e .item-img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-sitOCC1Z7e .item:focus,
.cid-sitOCC1Z7e span:focus {
  outline: none;
}
.cid-sitOCC1Z7e .mbr-section-subtitle {
  color: #133996;
}
.cid-sitOCExiOi {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #133996;
}
.cid-sitOCExiOi img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-sitOCExiOi .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-sitOCExiOi .card:hover {
  opacity: 0.9;
}
.cid-sitOCExiOi H1 {
  color: #ffffff;
}
.cid-sitOCExiOi .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-sitOCExiOi .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-sitOCExiOi .row {
  justify-content: center!important;
}
.cid-sitOCEZRNY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sitOCEZRNY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sitOCEZRNY .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sitOCEZRNY .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sitOCEZRNY .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sitOCEZRNY .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sitOCEZRNY .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sitOCEZRNY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sitOCEZRNY .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sitOCEZRNY .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sitOCEZRNY .navbar.collapsed.opened .navbar-collapse.show,
.cid-sitOCEZRNY .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sitOCEZRNY .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sitOCEZRNY .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sitOCEZRNY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sitOCEZRNY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sitOCEZRNY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sitOCEZRNY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sitOCEZRNY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sitOCEZRNY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sitOCEZRNY .navbar {
    flex-wrap: nowrap;
  }
  .cid-sitOCEZRNY .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sitOCEZRNY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sitOCEZRNY .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sitOCEZRNY .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sitOCEZRNY .navbar.opened .navbar-collapse.show,
  .cid-sitOCEZRNY .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sitOCEZRNY .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sitOCEZRNY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sitOCEZRNY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sitOCEZRNY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sitOCEZRNY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sitOCEZRNY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sitOCEZRNY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sitOCEZRNY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sitOCEZRNY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sitOCEZRNY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sitOCEZRNY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sitOCEZRNY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sitOCEZRNY .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sitOCEZRNY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sitOCEZRNY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sitOCEZRNY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sitOCEZRNY .dropdown-item.active,
.cid-sitOCEZRNY .dropdown-item:active {
  background-color: transparent;
}
.cid-sitOCEZRNY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sitOCEZRNY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sitOCEZRNY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sitOCEZRNY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sitOCEZRNY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sitOCEZRNY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sitOCEZRNY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sitOCEZRNY .navbar-buttons {
  text-align: center;
}
.cid-sitOCEZRNY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sitOCEZRNY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #133996;
}
.cid-sitOCEZRNY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sitOCEZRNY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sitOCEZRNY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sitOCEZRNY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sitOCEZRNY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sitOCEZRNY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sitOCEZRNY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sitOCEZRNY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sitOCEZRNY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sitOCEZRNY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sitOCEZRNY a.nav-link:focus {
  outline: none;
}
.cid-sitOCEZRNY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sitOCEZRNY .nav-link:hover,
.cid-sitOCEZRNY .dropdown-item:hover {
  color: #bfebf3 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sitOCEZRNY .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sitOCEZRNY .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sitQ2OSpw4 {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sitQ2OSpw4 .mbr-section-title {
  color: #133996;
}
.cid-sitQ2PtjkZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sitQ2PtjkZ .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-sitQ2PtjkZ .item-wrapper {
    margin-bottom: 30px;
  }
}
.cid-sitQ2PtjkZ .item {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-sitQ2PtjkZ .item {
    margin-bottom: 5rem;
  }
  .cid-sitQ2PtjkZ .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-sitQ2PtjkZ .item:last-child {
    margin-bottom: 0;
  }
}
.cid-sitQ2PtjkZ .item:hover .mbr-section-title a {
  color: #fc643f !important;
}
.cid-sitQ2PtjkZ .mbr-section-title,
.cid-sitQ2PtjkZ .card_topic,
.cid-sitQ2PtjkZ .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-sitQ2PtjkZ .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-sitQ2PtjkZ .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-sitQ2PtjkZ .card_post {
    margin-top: 15px;
  }
}
.cid-sitQ2PtjkZ .image_post {
  display: inline-block;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-sitQ2PtjkZ .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-sitQ2PtjkZ .category_content,
.cid-sitQ2PtjkZ .date,
.cid-sitQ2PtjkZ .name_author {
  opacity: .8;
}
.cid-sitQ2PtjkZ .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #fc643f;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-sitQ2PtjkZ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sitQ2PtjkZ .mbr-section-btn .btn-secondary-outline:hover,
.cid-sitQ2PtjkZ .mbr-section-btn .btn-secondary-outline .active,
.cid-sitQ2PtjkZ .mbr-section-btn .btn-secondary-outline:focus {
  color: #133996 !important;
}
.cid-sitQ2PtjkZ .item-img {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-sitQ2PtjkZ .item-img {
    margin-bottom: 20px;
  }
}
.cid-sitQ2PtjkZ img,
.cid-sitQ2PtjkZ .item-img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-sitQ2PtjkZ .item:focus,
.cid-sitQ2PtjkZ span:focus {
  outline: none;
}
.cid-sitQ2PtjkZ .mbr-section-subtitle {
  color: #133996;
}
.cid-sitQ2RfnJO {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #133996;
}
.cid-sitQ2RfnJO img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-sitQ2RfnJO .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-sitQ2RfnJO .card:hover {
  opacity: 0.9;
}
.cid-sitQ2RfnJO H1 {
  color: #ffffff;
}
.cid-sitQ2RfnJO .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-sitQ2RfnJO .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-sitQ2RfnJO .row {
  justify-content: center!important;
}
.cid-sitQ2RFVu1 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sitQ2RFVu1 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sitQ2RFVu1 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sitQ2RFVu1 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sitQ2RFVu1 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sitQ2RFVu1 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sitQ2RFVu1 .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sitQ2RFVu1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sitQ2RFVu1 .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sitQ2RFVu1 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sitQ2RFVu1 .navbar.collapsed.opened .navbar-collapse.show,
.cid-sitQ2RFVu1 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sitQ2RFVu1 .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sitQ2RFVu1 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sitQ2RFVu1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sitQ2RFVu1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sitQ2RFVu1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sitQ2RFVu1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sitQ2RFVu1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sitQ2RFVu1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sitQ2RFVu1 .navbar {
    flex-wrap: nowrap;
  }
  .cid-sitQ2RFVu1 .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sitQ2RFVu1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sitQ2RFVu1 .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sitQ2RFVu1 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sitQ2RFVu1 .navbar.opened .navbar-collapse.show,
  .cid-sitQ2RFVu1 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sitQ2RFVu1 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sitQ2RFVu1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sitQ2RFVu1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sitQ2RFVu1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sitQ2RFVu1 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sitQ2RFVu1 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sitQ2RFVu1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sitQ2RFVu1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sitQ2RFVu1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sitQ2RFVu1 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sitQ2RFVu1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sitQ2RFVu1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sitQ2RFVu1 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sitQ2RFVu1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sitQ2RFVu1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sitQ2RFVu1 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sitQ2RFVu1 .dropdown-item.active,
.cid-sitQ2RFVu1 .dropdown-item:active {
  background-color: transparent;
}
.cid-sitQ2RFVu1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sitQ2RFVu1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sitQ2RFVu1 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sitQ2RFVu1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sitQ2RFVu1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sitQ2RFVu1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sitQ2RFVu1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sitQ2RFVu1 .navbar-buttons {
  text-align: center;
}
.cid-sitQ2RFVu1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sitQ2RFVu1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #133996;
}
.cid-sitQ2RFVu1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sitQ2RFVu1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sitQ2RFVu1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sitQ2RFVu1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sitQ2RFVu1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sitQ2RFVu1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sitQ2RFVu1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sitQ2RFVu1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sitQ2RFVu1 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sitQ2RFVu1 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sitQ2RFVu1 a.nav-link:focus {
  outline: none;
}
.cid-sitQ2RFVu1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sitQ2RFVu1 .nav-link:hover,
.cid-sitQ2RFVu1 .dropdown-item:hover {
  color: #bfebf3 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sitQ2RFVu1 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sitQ2RFVu1 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sitQH5iJ6w {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sitQH5iJ6w .mbr-section-title {
  color: #133996;
}
.cid-sitQH5NLMh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sitQH5NLMh .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-sitQH5NLMh .item-wrapper {
    margin-bottom: 30px;
  }
}
.cid-sitQH5NLMh .item {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-sitQH5NLMh .item {
    margin-bottom: 5rem;
  }
  .cid-sitQH5NLMh .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-sitQH5NLMh .item:last-child {
    margin-bottom: 0;
  }
}
.cid-sitQH5NLMh .item:hover .mbr-section-title a {
  color: #fc643f !important;
}
.cid-sitQH5NLMh .mbr-section-title,
.cid-sitQH5NLMh .card_topic,
.cid-sitQH5NLMh .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-sitQH5NLMh .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-sitQH5NLMh .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-sitQH5NLMh .card_post {
    margin-top: 15px;
  }
}
.cid-sitQH5NLMh .image_post {
  display: inline-block;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-sitQH5NLMh .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-sitQH5NLMh .category_content,
.cid-sitQH5NLMh .date,
.cid-sitQH5NLMh .name_author {
  opacity: .8;
}
.cid-sitQH5NLMh .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #fc643f;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-sitQH5NLMh .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sitQH5NLMh .mbr-section-btn .btn-secondary-outline:hover,
.cid-sitQH5NLMh .mbr-section-btn .btn-secondary-outline .active,
.cid-sitQH5NLMh .mbr-section-btn .btn-secondary-outline:focus {
  color: #133996 !important;
}
.cid-sitQH5NLMh .item-img {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-sitQH5NLMh .item-img {
    margin-bottom: 20px;
  }
}
.cid-sitQH5NLMh img,
.cid-sitQH5NLMh .item-img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-sitQH5NLMh .item:focus,
.cid-sitQH5NLMh span:focus {
  outline: none;
}
.cid-sitQH5NLMh .mbr-section-subtitle {
  color: #133996;
}
.cid-sitQH7uLuj {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #133996;
}
.cid-sitQH7uLuj img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-sitQH7uLuj .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-sitQH7uLuj .card:hover {
  opacity: 0.9;
}
.cid-sitQH7uLuj H1 {
  color: #ffffff;
}
.cid-sitQH7uLuj .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-sitQH7uLuj .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-sitQH7uLuj .row {
  justify-content: center!important;
}
.cid-sitQH7Wd3Z .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sitQH7Wd3Z .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sitQH7Wd3Z .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sitQH7Wd3Z .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sitQH7Wd3Z .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sitQH7Wd3Z .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sitQH7Wd3Z .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sitQH7Wd3Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sitQH7Wd3Z .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sitQH7Wd3Z .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sitQH7Wd3Z .navbar.collapsed.opened .navbar-collapse.show,
.cid-sitQH7Wd3Z .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sitQH7Wd3Z .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sitQH7Wd3Z .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sitQH7Wd3Z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sitQH7Wd3Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sitQH7Wd3Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sitQH7Wd3Z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sitQH7Wd3Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sitQH7Wd3Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sitQH7Wd3Z .navbar {
    flex-wrap: nowrap;
  }
  .cid-sitQH7Wd3Z .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sitQH7Wd3Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sitQH7Wd3Z .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sitQH7Wd3Z .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sitQH7Wd3Z .navbar.opened .navbar-collapse.show,
  .cid-sitQH7Wd3Z .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sitQH7Wd3Z .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sitQH7Wd3Z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sitQH7Wd3Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sitQH7Wd3Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sitQH7Wd3Z .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sitQH7Wd3Z .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sitQH7Wd3Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sitQH7Wd3Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sitQH7Wd3Z .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sitQH7Wd3Z .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sitQH7Wd3Z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sitQH7Wd3Z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sitQH7Wd3Z .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sitQH7Wd3Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sitQH7Wd3Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sitQH7Wd3Z .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sitQH7Wd3Z .dropdown-item.active,
.cid-sitQH7Wd3Z .dropdown-item:active {
  background-color: transparent;
}
.cid-sitQH7Wd3Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sitQH7Wd3Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sitQH7Wd3Z .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sitQH7Wd3Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sitQH7Wd3Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sitQH7Wd3Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sitQH7Wd3Z ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sitQH7Wd3Z .navbar-buttons {
  text-align: center;
}
.cid-sitQH7Wd3Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sitQH7Wd3Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #133996;
}
.cid-sitQH7Wd3Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sitQH7Wd3Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sitQH7Wd3Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sitQH7Wd3Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sitQH7Wd3Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sitQH7Wd3Z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sitQH7Wd3Z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sitQH7Wd3Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sitQH7Wd3Z .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sitQH7Wd3Z a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sitQH7Wd3Z a.nav-link:focus {
  outline: none;
}
.cid-sitQH7Wd3Z .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sitQH7Wd3Z .nav-link:hover,
.cid-sitQH7Wd3Z .dropdown-item:hover {
  color: #bfebf3 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sitQH7Wd3Z .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sitQH7Wd3Z .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sYrSgeq0sW .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sYrSgeq0sW .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sYrSgeq0sW .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sYrSgeq0sW .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sYrSgeq0sW .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sYrSgeq0sW .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sYrSgeq0sW .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sYrSgeq0sW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sYrSgeq0sW .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sYrSgeq0sW .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sYrSgeq0sW .navbar.collapsed.opened .navbar-collapse.show,
.cid-sYrSgeq0sW .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sYrSgeq0sW .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sYrSgeq0sW .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sYrSgeq0sW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sYrSgeq0sW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sYrSgeq0sW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sYrSgeq0sW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sYrSgeq0sW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sYrSgeq0sW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sYrSgeq0sW .navbar {
    flex-wrap: nowrap;
  }
  .cid-sYrSgeq0sW .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sYrSgeq0sW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYrSgeq0sW .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sYrSgeq0sW .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sYrSgeq0sW .navbar.opened .navbar-collapse.show,
  .cid-sYrSgeq0sW .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sYrSgeq0sW .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sYrSgeq0sW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sYrSgeq0sW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYrSgeq0sW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYrSgeq0sW .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sYrSgeq0sW .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sYrSgeq0sW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sYrSgeq0sW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sYrSgeq0sW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sYrSgeq0sW .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sYrSgeq0sW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sYrSgeq0sW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sYrSgeq0sW .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sYrSgeq0sW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYrSgeq0sW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sYrSgeq0sW .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sYrSgeq0sW .dropdown-item.active,
.cid-sYrSgeq0sW .dropdown-item:active {
  background-color: transparent;
}
.cid-sYrSgeq0sW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYrSgeq0sW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYrSgeq0sW .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYrSgeq0sW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sYrSgeq0sW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYrSgeq0sW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYrSgeq0sW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sYrSgeq0sW .navbar-buttons {
  text-align: center;
}
.cid-sYrSgeq0sW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sYrSgeq0sW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #133996;
}
.cid-sYrSgeq0sW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sYrSgeq0sW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYrSgeq0sW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYrSgeq0sW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sYrSgeq0sW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYrSgeq0sW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sYrSgeq0sW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sYrSgeq0sW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYrSgeq0sW .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sYrSgeq0sW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sYrSgeq0sW a.nav-link:focus {
  outline: none;
}
.cid-sYrSgeq0sW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sYrSgeq0sW .nav-link:hover,
.cid-sYrSgeq0sW .dropdown-item:hover {
  color: #bfebf3 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sYrSgeq0sW .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sYrSgeq0sW .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sYrSgfK5ku {
  padding-top: 315px;
  padding-bottom: 180px;
}
.cid-sYrSgfK5ku .mbr-section-title DIV {
  text-align: center;
}
.cid-sYrSgfK5ku .mbr-text,
.cid-sYrSgfK5ku .mbr-section-btn {
  text-align: center;
}
.cid-sYrSgfK5ku .mbr-section-title {
  text-align: center;
  color: #f2f6ff;
}
.cid-sYrSggcaB6 {
  background-color: #ffffff;
}
.cid-sYrSggcaB6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sYrSggcaB6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sYrSggcaB6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sYrSggcaB6 .mbr-section-title {
  color: #133996;
  text-align: left;
}
.cid-sYrSggcaB6 .mbr-text,
.cid-sYrSggcaB6 .mbr-section-btn {
  text-align: left;
}
.cid-sYrSggT8c3 .mbr-section-title div {
  text-align: center;
  color: #ffffff;
}
.cid-sYrSggT8c3 .mbr-text,
.cid-sYrSggT8c3 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-sYrSggT8c3 .card1,
.cid-sYrSggT8c3 .card2 {
  background-size: cover;
  background-position: center;
  padding-right: 5rem;
  padding-left: 5rem;
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sYrSggT8c3 .card1 {
  background-image: url("../../../assets/images/mbr-1920x1261.jpg");
}
.cid-sYrSggT8c3 .card2 {
  background-image: url("../../../assets/images/content-shutterstock-1157109742-800x450.jpg");
}
.cid-sYrSggT8c3 h1,
.cid-sYrSggT8c3 p,
.cid-sYrSggT8c3 a {
  position: relative;
  z-index: 99;
}
@media (max-width: 576px) {
  .cid-sYrSggT8c3 .card1,
  .cid-sYrSggT8c3 .card2 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.cid-sYrSggT8c3 p {
  line-height: 1.6;
}
.cid-sYrSgh7W75 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/graha-umi-1280x854.jpg");
  overflow: hidden;
}
.cid-sYrSgh7W75 H1 {
  color: #133996;
}
.cid-sYrSgh7W75 .mbr-text,
.cid-sYrSgh7W75 .mbr-section-btn {
  color: #232323;
}
.cid-sYrSgh7W75 .img1 {
  box-shadow: 0 10px 55px 5px rgba(253, 141, 113, 0.35);
  border-radius: 10px;
}
.cid-sYrSgh7W75 .relative {
  position: relative;
}
.cid-sYrSgh7W75 .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-sYrSgh7W75 .card-img2 {
  display: inline-block;
  width: 50%;
  float: left;
}
.cid-sYrSgh7W75 .card-img2 .img2 {
  width: 120%;
}
.cid-sYrSgh7W75 .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-sYrSgh7W75 .card-img1 .img1 {
  width: 180%;
  transform: translateX(-45%);
}
.cid-sYrSgh7W75 .img2 {
  box-shadow: 0 10px 55px 5px rgba(253, 141, 113, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-sYrSgh7W75 H3 {
  color: #57468b;
}
.cid-sYrSghoyVz {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sYrSghoyVz .mbr-section-title {
  color: #133996;
}
.cid-sYrSghAgqg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sYrSghAgqg .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #133996;
  margin-bottom: 2rem;
}
.cid-sYrSghAgqg .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sYrSghAgqg .card-title,
.cid-sYrSghAgqg .card-box {
  color: #133996;
}
.cid-sYrSgi1EGr {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sYrSgi1EGr .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #133996;
  margin-bottom: 2rem;
}
.cid-sYrSgi1EGr .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sYrSgi1EGr .card-title,
.cid-sYrSgi1EGr .card-box {
  color: #133996;
  text-align: center;
}
.cid-sYrSgilWDE {
  padding-top: 600px;
}
.cid-sYrSgixe5C {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sYrSgixe5C h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sYrSgixe5C p {
  color: #767676;
  text-align: left;
}
.cid-sYrSgixe5C .card-wrapper {
  height: 100%;
}
.cid-sYrSgixe5C .container-fluid {
  max-width: 1600px;
}
.cid-sYrSgixe5C .card-img {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-sYrSgixe5C img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-sYrSgixe5C .mbr-iconfont {
  position: absolute;
  font-size: 1.8rem;
  color: #149dcc;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-sYrSgixe5C .card:hover img {
  filter: blur(3px);
}
.cid-sYrSgixe5C .card:hover .mbr-iconfont {
  opacity: 1;
}
.cid-sYrSgixe5C .title {
  text-align: center;
  color: #133996;
}
@media (max-width: 767px) {
  .cid-sYrSgixe5C .mbr-iconfont {
    opacity: 1;
  }
  .cid-sYrSgixe5C img {
    filter: blur(3px);
  }
}
.cid-sYrSgiWR52.popup-builder {
  background-color: #ffffff;
}
.cid-sYrSgiWR52.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sYrSgiWR52.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sYrSgiWR52 .modal-content,
.cid-sYrSgiWR52 .modal-dialog {
  height: auto;
}
.cid-sYrSgiWR52 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sYrSgiWR52 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sYrSgiWR52 .form-wrapper .mbr-form .form-group,
  .cid-sYrSgiWR52 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sYrSgiWR52 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sYrSgiWR52 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sYrSgiWR52 .mbr-text {
  text-align: center;
}
.cid-sYrSgiWR52 .pt-0 {
  padding-top: 0 !important;
}
.cid-sYrSgiWR52 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sYrSgiWR52 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sYrSgiWR52 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sYrSgiWR52 .modal-open {
  overflow: hidden;
}
.cid-sYrSgiWR52 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sYrSgiWR52 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sYrSgiWR52 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sYrSgiWR52 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sYrSgiWR52 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sYrSgiWR52 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sYrSgiWR52 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sYrSgiWR52 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sYrSgiWR52 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sYrSgiWR52 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sYrSgiWR52 .modal-backdrop.show {
  opacity: .5;
}
.cid-sYrSgiWR52 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sYrSgiWR52 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sYrSgiWR52 .modal-header .close:hover {
  opacity: 1;
}
.cid-sYrSgiWR52 .modal-header .close:focus {
  outline: none;
}
.cid-sYrSgiWR52 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sYrSgiWR52 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sYrSgiWR52 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sYrSgiWR52 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sYrSgiWR52 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sYrSgiWR52 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sYrSgiWR52 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sYrSgiWR52 .modal-sm {
    max-width: 300px;
  }
  .cid-sYrSgiWR52 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sYrSgiWR52 .modal-lg,
  .cid-sYrSgiWR52 .modal-xl {
    max-width: 800px;
  }
  .cid-sYrSgiWR52 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sYrSgiWR52 .modal-xl {
    max-width: 1140px;
  }
  .cid-sYrSgiWR52 .container {
    max-width: 1140px;
  }
}
.cid-sYrSgiWR52 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sYrSgiWR52 .container {
    max-width: 720px;
  }
}
.cid-sYrSgiWR52 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sYrSgiWR52 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sYrSgiWR52 .form-group {
  margin-bottom: 1rem;
}
.cid-sYrSgiWR52 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sYrSgiWR52 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sYrSgiWR52 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sYrSgjl7Xa.popup-builder {
  background-color: #ffffff;
}
.cid-sYrSgjl7Xa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sYrSgjl7Xa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sYrSgjl7Xa .modal-content,
.cid-sYrSgjl7Xa .modal-dialog {
  height: auto;
}
.cid-sYrSgjl7Xa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sYrSgjl7Xa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sYrSgjl7Xa .form-wrapper .mbr-form .form-group,
  .cid-sYrSgjl7Xa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sYrSgjl7Xa .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sYrSgjl7Xa .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sYrSgjl7Xa .mbr-text {
  text-align: center;
}
.cid-sYrSgjl7Xa .pt-0 {
  padding-top: 0 !important;
}
.cid-sYrSgjl7Xa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sYrSgjl7Xa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sYrSgjl7Xa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sYrSgjl7Xa .modal-open {
  overflow: hidden;
}
.cid-sYrSgjl7Xa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sYrSgjl7Xa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sYrSgjl7Xa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sYrSgjl7Xa .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sYrSgjl7Xa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sYrSgjl7Xa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sYrSgjl7Xa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sYrSgjl7Xa .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sYrSgjl7Xa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sYrSgjl7Xa .modal-backdrop.fade {
  opacity: 0;
}
.cid-sYrSgjl7Xa .modal-backdrop.show {
  opacity: .5;
}
.cid-sYrSgjl7Xa .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sYrSgjl7Xa .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sYrSgjl7Xa .modal-header .close:hover {
  opacity: 1;
}
.cid-sYrSgjl7Xa .modal-header .close:focus {
  outline: none;
}
.cid-sYrSgjl7Xa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sYrSgjl7Xa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sYrSgjl7Xa .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sYrSgjl7Xa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sYrSgjl7Xa .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sYrSgjl7Xa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sYrSgjl7Xa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sYrSgjl7Xa .modal-sm {
    max-width: 300px;
  }
  .cid-sYrSgjl7Xa .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sYrSgjl7Xa .modal-lg,
  .cid-sYrSgjl7Xa .modal-xl {
    max-width: 800px;
  }
  .cid-sYrSgjl7Xa .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sYrSgjl7Xa .modal-xl {
    max-width: 1140px;
  }
  .cid-sYrSgjl7Xa .container {
    max-width: 1140px;
  }
}
.cid-sYrSgjl7Xa .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sYrSgjl7Xa .container {
    max-width: 720px;
  }
}
.cid-sYrSgjl7Xa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sYrSgjl7Xa .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sYrSgjl7Xa .form-group {
  margin-bottom: 1rem;
}
.cid-sYrSgjl7Xa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sYrSgjl7Xa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sYrSgjl7Xa .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sYrSgkmkrz.popup-builder {
  background-color: #ffffff;
}
.cid-sYrSgkmkrz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sYrSgkmkrz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sYrSgkmkrz .modal-content,
.cid-sYrSgkmkrz .modal-dialog {
  height: auto;
}
.cid-sYrSgkmkrz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sYrSgkmkrz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sYrSgkmkrz .form-wrapper .mbr-form .form-group,
  .cid-sYrSgkmkrz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sYrSgkmkrz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sYrSgkmkrz .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sYrSgkmkrz .mbr-text {
  text-align: center;
}
.cid-sYrSgkmkrz .pt-0 {
  padding-top: 0 !important;
}
.cid-sYrSgkmkrz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sYrSgkmkrz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sYrSgkmkrz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sYrSgkmkrz .modal-open {
  overflow: hidden;
}
.cid-sYrSgkmkrz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sYrSgkmkrz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sYrSgkmkrz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sYrSgkmkrz .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sYrSgkmkrz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sYrSgkmkrz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sYrSgkmkrz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sYrSgkmkrz .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sYrSgkmkrz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sYrSgkmkrz .modal-backdrop.fade {
  opacity: 0;
}
.cid-sYrSgkmkrz .modal-backdrop.show {
  opacity: .5;
}
.cid-sYrSgkmkrz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sYrSgkmkrz .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sYrSgkmkrz .modal-header .close:hover {
  opacity: 1;
}
.cid-sYrSgkmkrz .modal-header .close:focus {
  outline: none;
}
.cid-sYrSgkmkrz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sYrSgkmkrz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sYrSgkmkrz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sYrSgkmkrz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sYrSgkmkrz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sYrSgkmkrz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sYrSgkmkrz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sYrSgkmkrz .modal-sm {
    max-width: 300px;
  }
  .cid-sYrSgkmkrz .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sYrSgkmkrz .modal-lg,
  .cid-sYrSgkmkrz .modal-xl {
    max-width: 800px;
  }
  .cid-sYrSgkmkrz .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sYrSgkmkrz .modal-xl {
    max-width: 1140px;
  }
  .cid-sYrSgkmkrz .container {
    max-width: 1140px;
  }
}
.cid-sYrSgkmkrz .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sYrSgkmkrz .container {
    max-width: 720px;
  }
}
.cid-sYrSgkmkrz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sYrSgkmkrz .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sYrSgkmkrz .form-group {
  margin-bottom: 1rem;
}
.cid-sYrSgkmkrz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sYrSgkmkrz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sYrSgkmkrz .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sYrSgkTblT.popup-builder {
  background-color: #ffffff;
}
.cid-sYrSgkTblT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sYrSgkTblT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sYrSgkTblT .modal-content,
.cid-sYrSgkTblT .modal-dialog {
  height: auto;
}
.cid-sYrSgkTblT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sYrSgkTblT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sYrSgkTblT .form-wrapper .mbr-form .form-group,
  .cid-sYrSgkTblT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sYrSgkTblT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sYrSgkTblT .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sYrSgkTblT .mbr-text {
  text-align: center;
}
.cid-sYrSgkTblT .pt-0 {
  padding-top: 0 !important;
}
.cid-sYrSgkTblT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sYrSgkTblT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sYrSgkTblT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sYrSgkTblT .modal-open {
  overflow: hidden;
}
.cid-sYrSgkTblT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sYrSgkTblT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sYrSgkTblT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sYrSgkTblT .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sYrSgkTblT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sYrSgkTblT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sYrSgkTblT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sYrSgkTblT .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sYrSgkTblT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sYrSgkTblT .modal-backdrop.fade {
  opacity: 0;
}
.cid-sYrSgkTblT .modal-backdrop.show {
  opacity: .5;
}
.cid-sYrSgkTblT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sYrSgkTblT .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sYrSgkTblT .modal-header .close:hover {
  opacity: 1;
}
.cid-sYrSgkTblT .modal-header .close:focus {
  outline: none;
}
.cid-sYrSgkTblT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sYrSgkTblT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sYrSgkTblT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sYrSgkTblT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sYrSgkTblT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sYrSgkTblT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sYrSgkTblT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sYrSgkTblT .modal-sm {
    max-width: 300px;
  }
  .cid-sYrSgkTblT .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sYrSgkTblT .modal-lg,
  .cid-sYrSgkTblT .modal-xl {
    max-width: 800px;
  }
  .cid-sYrSgkTblT .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sYrSgkTblT .modal-xl {
    max-width: 1140px;
  }
  .cid-sYrSgkTblT .container {
    max-width: 1140px;
  }
}
.cid-sYrSgkTblT .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sYrSgkTblT .container {
    max-width: 720px;
  }
}
.cid-sYrSgkTblT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sYrSgkTblT .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sYrSgkTblT .form-group {
  margin-bottom: 1rem;
}
.cid-sYrSgkTblT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sYrSgkTblT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sYrSgkTblT .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sYrSgloriK {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYrSgloriK .common-wrap {
  overflow: hidden;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 3rem;
  border-radius: 50px;
  background-color: #f5f6fa;
}
.cid-sYrSgloriK .btn {
  margin: 1rem 0.5rem 2rem 0.5rem !important;
}
.cid-sYrSgloriK .card {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-sYrSgloriK .main-title {
  color: #133996;
  text-align: center;
}
.cid-sYrSgloriK h4 {
  margin-bottom: 0;
}
.cid-sYrSgloriK p {
  color: #fff;
}
.cid-sYrSgloriK .show-category > p {
  color: #46495f;
}
.cid-sYrSgloriK .btn-info-outline {
  border: none;
  color: #fdece8 !important;
  padding: 0;
  margin: 0 0.25rem !important;
}
.cid-sYrSgloriK .btn-info-outline span {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-sYrSgloriK .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-sYrSgloriK .btn-info-outline:hover {
  background-color: transparent !important;
  color: #133996 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.cid-sYrSgloriK .btn-info-outline:active,
.cid-sYrSgloriK .btn-info-outline:focus {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.cid-sYrSgloriK .card-wrapper {
  height: 600px;
  position: relative;
}
.cid-sYrSgloriK .card-wrapper .show-category {
  display: inline-block;
  padding: 10px 23px;
  border-radius: 50px;
  background-color: #ffffff;
  color: #46495f;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.cid-sYrSgloriK .card-wrapper .card-box {
  position: absolute;
  top: 10px;
  width: 100%;
  padding: 40px 40px 27px 30px;
}
.cid-sYrSgloriK .card-wrapper .bottom {
  position: absolute;
  bottom: 40px;
  padding: 0 30px 0 30px;
  width: 100%;
}
.cid-sYrSgloriK .card-wrapper .bottom .card-title {
  width: 100%;
}
.cid-sYrSgloriK .card-wrapper .bottom .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sYrSgloriK .card-wrapper .card-img {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  z-index: 0;
  border-radius: 30px;
}
.cid-sYrSgloriK .card-wrapper .card-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  pointer-events: none;
  left: 0;
  top: 0;
  border-radius: 30px;
  opacity: 0.3;
}
.cid-sYrSgloriK .card-wrapper .card-img img {
  transition: transform 0.8s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}
.cid-sYrSgloriK .card-wrapper img {
  border-radius: 30px;
  height: 400px;
}
.cid-sYrSgloriK .card-wrapper:hover .card-img,
.cid-sYrSgloriK .card-wrapper:focus .card-img {
  transition: transform 0.8s;
}
.cid-sYrSgloriK .card-wrapper:hover .card-img::before,
.cid-sYrSgloriK .card-wrapper:focus .card-img::before {
  opacity: 0.7;
  background-color: #121525;
}
@media (max-width: 991px) {
  .cid-sYrSgloriK .common-wrap {
    padding-left: 92px;
    padding-right: 92px;
  }
  .cid-sYrSgloriK .card-wrapper {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sYrSgloriK .bottom {
    width: 100%;
  }
  .cid-sYrSgloriK .common-wrap {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media (max-width: 480px) {
  .cid-sYrSgloriK .common-wrap {
    padding-left: 21px;
    padding-right: 21px;
  }
}
.cid-sYrSgmqzgW.popup-builder {
  background-color: #ffffff;
}
.cid-sYrSgmqzgW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sYrSgmqzgW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sYrSgmqzgW .modal-content,
.cid-sYrSgmqzgW .modal-dialog {
  height: auto;
}
.cid-sYrSgmqzgW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sYrSgmqzgW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sYrSgmqzgW .form-wrapper .mbr-form .form-group,
  .cid-sYrSgmqzgW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sYrSgmqzgW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sYrSgmqzgW .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sYrSgmqzgW .mbr-text {
  text-align: center;
}
.cid-sYrSgmqzgW .pt-0 {
  padding-top: 0 !important;
}
.cid-sYrSgmqzgW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sYrSgmqzgW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sYrSgmqzgW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sYrSgmqzgW .modal-open {
  overflow: hidden;
}
.cid-sYrSgmqzgW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sYrSgmqzgW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sYrSgmqzgW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sYrSgmqzgW .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sYrSgmqzgW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sYrSgmqzgW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sYrSgmqzgW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sYrSgmqzgW .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sYrSgmqzgW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sYrSgmqzgW .modal-backdrop.fade {
  opacity: 0;
}
.cid-sYrSgmqzgW .modal-backdrop.show {
  opacity: .5;
}
.cid-sYrSgmqzgW .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sYrSgmqzgW .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sYrSgmqzgW .modal-header .close:hover {
  opacity: 1;
}
.cid-sYrSgmqzgW .modal-header .close:focus {
  outline: none;
}
.cid-sYrSgmqzgW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sYrSgmqzgW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sYrSgmqzgW .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sYrSgmqzgW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sYrSgmqzgW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sYrSgmqzgW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sYrSgmqzgW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sYrSgmqzgW .modal-sm {
    max-width: 300px;
  }
  .cid-sYrSgmqzgW .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sYrSgmqzgW .modal-lg,
  .cid-sYrSgmqzgW .modal-xl {
    max-width: 800px;
  }
  .cid-sYrSgmqzgW .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sYrSgmqzgW .modal-xl {
    max-width: 1140px;
  }
  .cid-sYrSgmqzgW .container {
    max-width: 1140px;
  }
}
.cid-sYrSgmqzgW .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sYrSgmqzgW .container {
    max-width: 720px;
  }
}
.cid-sYrSgmqzgW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sYrSgmqzgW .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sYrSgmqzgW .form-group {
  margin-bottom: 1rem;
}
.cid-sYrSgmqzgW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sYrSgmqzgW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sYrSgmqzgW .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sYrSgmMDl4.popup-builder {
  background-color: #ffffff;
}
.cid-sYrSgmMDl4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sYrSgmMDl4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sYrSgmMDl4 .modal-content,
.cid-sYrSgmMDl4 .modal-dialog {
  height: auto;
}
.cid-sYrSgmMDl4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sYrSgmMDl4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sYrSgmMDl4 .form-wrapper .mbr-form .form-group,
  .cid-sYrSgmMDl4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sYrSgmMDl4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sYrSgmMDl4 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sYrSgmMDl4 .mbr-text {
  text-align: center;
}
.cid-sYrSgmMDl4 .pt-0 {
  padding-top: 0 !important;
}
.cid-sYrSgmMDl4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sYrSgmMDl4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sYrSgmMDl4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sYrSgmMDl4 .modal-open {
  overflow: hidden;
}
.cid-sYrSgmMDl4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sYrSgmMDl4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sYrSgmMDl4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sYrSgmMDl4 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sYrSgmMDl4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sYrSgmMDl4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sYrSgmMDl4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sYrSgmMDl4 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sYrSgmMDl4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sYrSgmMDl4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sYrSgmMDl4 .modal-backdrop.show {
  opacity: .5;
}
.cid-sYrSgmMDl4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sYrSgmMDl4 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sYrSgmMDl4 .modal-header .close:hover {
  opacity: 1;
}
.cid-sYrSgmMDl4 .modal-header .close:focus {
  outline: none;
}
.cid-sYrSgmMDl4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sYrSgmMDl4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sYrSgmMDl4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sYrSgmMDl4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sYrSgmMDl4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sYrSgmMDl4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sYrSgmMDl4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sYrSgmMDl4 .modal-sm {
    max-width: 300px;
  }
  .cid-sYrSgmMDl4 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sYrSgmMDl4 .modal-lg,
  .cid-sYrSgmMDl4 .modal-xl {
    max-width: 800px;
  }
  .cid-sYrSgmMDl4 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sYrSgmMDl4 .modal-xl {
    max-width: 1140px;
  }
  .cid-sYrSgmMDl4 .container {
    max-width: 1140px;
  }
}
.cid-sYrSgmMDl4 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sYrSgmMDl4 .container {
    max-width: 720px;
  }
}
.cid-sYrSgmMDl4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sYrSgmMDl4 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sYrSgmMDl4 .form-group {
  margin-bottom: 1rem;
}
.cid-sYrSgmMDl4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sYrSgmMDl4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sYrSgmMDl4 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sYrSgn4G6p.popup-builder {
  background-color: #ffffff;
}
.cid-sYrSgn4G6p.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sYrSgn4G6p.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sYrSgn4G6p .modal-content,
.cid-sYrSgn4G6p .modal-dialog {
  height: auto;
}
.cid-sYrSgn4G6p .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sYrSgn4G6p .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sYrSgn4G6p .form-wrapper .mbr-form .form-group,
  .cid-sYrSgn4G6p .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sYrSgn4G6p .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sYrSgn4G6p .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sYrSgn4G6p .mbr-text {
  text-align: center;
}
.cid-sYrSgn4G6p .pt-0 {
  padding-top: 0 !important;
}
.cid-sYrSgn4G6p .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sYrSgn4G6p .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sYrSgn4G6p .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sYrSgn4G6p .modal-open {
  overflow: hidden;
}
.cid-sYrSgn4G6p .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sYrSgn4G6p .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sYrSgn4G6p .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sYrSgn4G6p .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sYrSgn4G6p .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sYrSgn4G6p .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sYrSgn4G6p .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sYrSgn4G6p .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sYrSgn4G6p .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sYrSgn4G6p .modal-backdrop.fade {
  opacity: 0;
}
.cid-sYrSgn4G6p .modal-backdrop.show {
  opacity: .5;
}
.cid-sYrSgn4G6p .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sYrSgn4G6p .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sYrSgn4G6p .modal-header .close:hover {
  opacity: 1;
}
.cid-sYrSgn4G6p .modal-header .close:focus {
  outline: none;
}
.cid-sYrSgn4G6p .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sYrSgn4G6p .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sYrSgn4G6p .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sYrSgn4G6p .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sYrSgn4G6p .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sYrSgn4G6p .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sYrSgn4G6p .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sYrSgn4G6p .modal-sm {
    max-width: 300px;
  }
  .cid-sYrSgn4G6p .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sYrSgn4G6p .modal-lg,
  .cid-sYrSgn4G6p .modal-xl {
    max-width: 800px;
  }
  .cid-sYrSgn4G6p .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sYrSgn4G6p .modal-xl {
    max-width: 1140px;
  }
  .cid-sYrSgn4G6p .container {
    max-width: 1140px;
  }
}
.cid-sYrSgn4G6p .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sYrSgn4G6p .container {
    max-width: 720px;
  }
}
.cid-sYrSgn4G6p .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sYrSgn4G6p .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sYrSgn4G6p .form-group {
  margin-bottom: 1rem;
}
.cid-sYrSgn4G6p .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sYrSgn4G6p .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sYrSgn4G6p .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sYrSgnDnrg.popup-builder {
  background-color: #ffffff;
}
.cid-sYrSgnDnrg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sYrSgnDnrg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sYrSgnDnrg .modal-content,
.cid-sYrSgnDnrg .modal-dialog {
  height: auto;
}
.cid-sYrSgnDnrg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sYrSgnDnrg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sYrSgnDnrg .form-wrapper .mbr-form .form-group,
  .cid-sYrSgnDnrg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sYrSgnDnrg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sYrSgnDnrg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sYrSgnDnrg .mbr-text {
  text-align: center;
}
.cid-sYrSgnDnrg .pt-0 {
  padding-top: 0 !important;
}
.cid-sYrSgnDnrg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sYrSgnDnrg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sYrSgnDnrg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sYrSgnDnrg .modal-open {
  overflow: hidden;
}
.cid-sYrSgnDnrg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sYrSgnDnrg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sYrSgnDnrg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sYrSgnDnrg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sYrSgnDnrg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sYrSgnDnrg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sYrSgnDnrg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sYrSgnDnrg .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sYrSgnDnrg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sYrSgnDnrg .modal-backdrop.fade {
  opacity: 0;
}
.cid-sYrSgnDnrg .modal-backdrop.show {
  opacity: .5;
}
.cid-sYrSgnDnrg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sYrSgnDnrg .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sYrSgnDnrg .modal-header .close:hover {
  opacity: 1;
}
.cid-sYrSgnDnrg .modal-header .close:focus {
  outline: none;
}
.cid-sYrSgnDnrg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sYrSgnDnrg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sYrSgnDnrg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sYrSgnDnrg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sYrSgnDnrg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sYrSgnDnrg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sYrSgnDnrg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sYrSgnDnrg .modal-sm {
    max-width: 300px;
  }
  .cid-sYrSgnDnrg .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sYrSgnDnrg .modal-lg,
  .cid-sYrSgnDnrg .modal-xl {
    max-width: 800px;
  }
  .cid-sYrSgnDnrg .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sYrSgnDnrg .modal-xl {
    max-width: 1140px;
  }
  .cid-sYrSgnDnrg .container {
    max-width: 1140px;
  }
}
.cid-sYrSgnDnrg .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sYrSgnDnrg .container {
    max-width: 720px;
  }
}
.cid-sYrSgnDnrg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sYrSgnDnrg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sYrSgnDnrg .form-group {
  margin-bottom: 1rem;
}
.cid-sYrSgnDnrg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sYrSgnDnrg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sYrSgnDnrg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sYrSgo9gMj {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sYrSgo9gMj .mbr-section-title {
  color: #133996;
}
.cid-sYrSgooZF5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sYrSgooZF5 .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-sYrSgooZF5 .item-wrapper {
    margin-bottom: 30px;
  }
}
.cid-sYrSgooZF5 .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-sYrSgooZF5 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-sYrSgooZF5 .item:hover .mbr-section-title a {
  color: #fc643f !important;
}
.cid-sYrSgooZF5 .mbr-section-title,
.cid-sYrSgooZF5 .card_topic,
.cid-sYrSgooZF5 .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-sYrSgooZF5 .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-sYrSgooZF5 .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-sYrSgooZF5 .card_post {
    margin-top: 15px;
  }
}
.cid-sYrSgooZF5 .image_post {
  display: inline-block;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-sYrSgooZF5 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-sYrSgooZF5 .category_content,
.cid-sYrSgooZF5 .date,
.cid-sYrSgooZF5 .name_author {
  opacity: .8;
}
.cid-sYrSgooZF5 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #fc643f;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-sYrSgooZF5 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sYrSgooZF5 .mbr-section-btn .btn-secondary-outline:hover,
.cid-sYrSgooZF5 .mbr-section-btn .btn-secondary-outline .active,
.cid-sYrSgooZF5 .mbr-section-btn .btn-secondary-outline:focus {
  color: #133996 !important;
}
.cid-sYrSgooZF5 .item-img {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-sYrSgooZF5 .item-img {
    margin-bottom: 20px;
  }
}
.cid-sYrSgooZF5 img,
.cid-sYrSgooZF5 .item-img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-sYrSgooZF5 .item:focus,
.cid-sYrSgooZF5 span:focus {
  outline: none;
}
.cid-sYrSgooZF5 .mbr-section-subtitle {
  color: #133996;
}
.cid-sYrSgp7SvQ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sYrSgp7SvQ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-sYrSgp7SvQ .container {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 169px 92px;
  border-radius: 50px;
  background-color: #bfebf3;
  max-width: 80%;
}
@media (max-width: 768px) {
  .cid-sYrSgp7SvQ .container {
    padding: 100px 20px;
  }
}
.cid-sYrSgp7SvQ .wrap {
  display: none;
}
.cid-sYrSgp7SvQ .mbr-section-title {
  color: #133996;
}
.cid-sYrSgp7SvQ img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  width: 90%;
  border-radius: 8px;
}
.cid-sYrSgp7SvQ .wrap {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.cid-sYrSgp7SvQ .image-1 {
  position: absolute;
  left: -45px;
  bottom: 317px;
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  will-change: transform;
}
.cid-sYrSgp7SvQ .image-2 {
  position: absolute;
  left: -33px;
  top: 5px;
  -webkit-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}
.cid-sYrSgp7SvQ .image-3 {
  position: absolute;
  left: 229px;
  bottom: -271px;
  -webkit-transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.cid-sYrSgp7SvQ .image-4 {
  position: absolute;
  left: auto;
  right: -11px;
  bottom: 308px;
  -webkit-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
.cid-sYrSgp7SvQ .image-5 {
  position: absolute;
  left: 7px;
  top: 175px;
  -webkit-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.cid-sYrSgp7SvQ .image-6 {
  position: absolute;
  left: 215px;
  top: 40px;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}
.cid-sYrSgp7SvQ input,
.cid-sYrSgp7SvQ textarea {
  padding: 14px 30px !important;
  border-radius: 10px;
}
.cid-sYrSgp7SvQ .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem !important;
}
.cid-sYrSgp7SvQ textarea {
  min-height: 160px;
}
.cid-sYrSgp7SvQ .form-control,
.cid-sYrSgp7SvQ .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #232323;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.cid-sYrSgp7SvQ .form-control:hover,
.cid-sYrSgp7SvQ .field-input:hover,
.cid-sYrSgp7SvQ .form-control:focus,
.cid-sYrSgp7SvQ .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.cid-sYrSgp7SvQ input::-webkit-input-placeholder,
.cid-sYrSgp7SvQ textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-sYrSgp7SvQ input:-moz-placeholder,
.cid-sYrSgp7SvQ textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-sYrSgp7SvQ .jq-selectbox li,
.cid-sYrSgp7SvQ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sYrSgp7SvQ .jq-selectbox li:hover,
.cid-sYrSgp7SvQ .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sYrSgp7SvQ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sYrSgp7SvQ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sYrSgp7SvQ h5 {
  padding-bottom: 2rem;
}
@media (max-width: 1199px) {
  .cid-sYrSgp7SvQ .image-1 {
    bottom: 357px;
  }
  .cid-sYrSgp7SvQ .image-4 {
    bottom: 368px;
  }
}
@media (max-width: 991px) {
  .cid-sYrSgp7SvQ .image-1 {
    bottom: 277px;
  }
  .cid-sYrSgp7SvQ .image-4 {
    bottom: 268px;
    right: 79px;
  }
  .cid-sYrSgp7SvQ .text-wrap > * {
    text-align: center;
  }
  .cid-sYrSgp7SvQ .dragArea h5 {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-sYrSgp7SvQ .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-sYrSgp7SvQ H5 {
  color: #133996;
}
.cid-sYrSgptGcG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sYrSgptGcG .google-map {
  height: 25rem;
  position: relative;
}
.cid-sYrSgptGcG .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sYrSgptGcG .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-sYrSgptGcG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sYrSgptGcG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sYrSgptGcG .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-sYrSgptGcG .wrapper .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
}
.cid-sYrSgptGcG .wrapper .row .btn {
  border-radius: 30px;
  padding: 0.8rem 3rem !important;
}
.cid-sYrSgptGcG .wrapper .row .title {
  color: #133996;
}
.cid-sYrSgptGcG .wrapper .form-container {
  padding: 3rem;
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-sYrSgptGcG .content-panel {
  padding: 3rem;
  background: linear-gradient(45deg, #bfebf3, #e1e8ff);
  height: 100%;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  overflow: hidden;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cid-sYrSgptGcG .mbr-text {
  color: #133996;
  text-align: left;
}
.cid-sYrSgptGcG .form-control {
  border-radius: 10px !important;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-sYrSgptGcG textarea.form-control {
  min-height: 170px;
}
.cid-sYrSgptGcG .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.cid-sYrSgptGcG .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-sYrSgptGcG .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
  border-style: dotted;
}
.cid-sYrSgptGcG .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-sYrSgptGcG .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sYrSgptGcG .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sYrSgptGcG .container {
    max-width: 80% !important;
  }
  .cid-sYrSgptGcG .wrapper {
    margin-top: 0;
    border-radius: 40px;
  }
  .cid-sYrSgptGcG .wrapper .main-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sYrSgptGcG .wrapper .main-row .text-block .content-panel {
    border-radius: 0 0 30px 30px !important;
  }
  .cid-sYrSgptGcG .wrapper .main-row .text-block .content-panel .social-list {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sYrSgptGcG .form-container {
    border-radius: 30px 30px 0 0 !important;
  }
}
.cid-sYrSgptGcG .mbr-title {
  color: #133996;
  text-align: left;
}
.cid-sYrSgqiNmT {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #133996;
}
.cid-sYrSgqiNmT img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-sYrSgqiNmT .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-sYrSgqiNmT .card:hover {
  opacity: 0.9;
}
.cid-sYrSgqiNmT H1 {
  color: #ffffff;
}
.cid-sYrSgqiNmT .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-sYrSgqiNmT .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-sYrSgqiNmT .row {
  justify-content: center!important;
}
.cid-sicibNVQCI .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sicibNVQCI .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sicibNVQCI .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sicibNVQCI .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sicibNVQCI .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sicibNVQCI .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sicibNVQCI .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sicibNVQCI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sicibNVQCI .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sicibNVQCI .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sicibNVQCI .navbar.collapsed.opened .navbar-collapse.show,
.cid-sicibNVQCI .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sicibNVQCI .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sicibNVQCI .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sicibNVQCI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sicibNVQCI .navbar {
    flex-wrap: nowrap;
  }
  .cid-sicibNVQCI .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sicibNVQCI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sicibNVQCI .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sicibNVQCI .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sicibNVQCI .navbar.opened .navbar-collapse.show,
  .cid-sicibNVQCI .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sicibNVQCI .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sicibNVQCI .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sicibNVQCI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sicibNVQCI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sicibNVQCI .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sicibNVQCI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sicibNVQCI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sicibNVQCI .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sicibNVQCI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sicibNVQCI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sicibNVQCI .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sicibNVQCI .dropdown-item.active,
.cid-sicibNVQCI .dropdown-item:active {
  background-color: transparent;
}
.cid-sicibNVQCI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sicibNVQCI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sicibNVQCI .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sicibNVQCI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sicibNVQCI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sicibNVQCI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sicibNVQCI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sicibNVQCI .navbar-buttons {
  text-align: center;
}
.cid-sicibNVQCI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #133996;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sicibNVQCI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sicibNVQCI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sicibNVQCI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sicibNVQCI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sicibNVQCI .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sicibNVQCI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sicibNVQCI a.nav-link:focus {
  outline: none;
}
.cid-sicibNVQCI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sicibNVQCI .nav-link:hover,
.cid-sicibNVQCI .dropdown-item:hover {
  color: #bfebf3 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sicibNVQCI .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sicibNVQCI .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t0Mqbd0Gc0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t0Mqbd0Gc0 .row {
  border: 2px solid #ffffff;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-t0Mqbd0Gc0 .row {
    padding: 1rem;
  }
}
.cid-t0Mqbd0Gc0 .price-wrapper {
  position: absolute;
  z-index: 10;
  left: 1rem;
  top: 1rem;
  background: #ff7708;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.cid-t0Mqbd0Gc0 .price-wrapper h4,
.cid-t0Mqbd0Gc0 .price-wrapper h5 {
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-t0Mqbd0Gc0 .price-wrapper {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 992px) {
  .cid-t0Mqbd0Gc0 .col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-t0Mqbd0Gc0 .social-row {
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-t0Mqbd0Gc0 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  padding-right: 3px;
  transition: all 0.3s;
}
.cid-t0Mqbd0Gc0 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffc800;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-t0Mqbd0Gc0 .social-row {
    justify-content: center;
  }
}
.cid-t0Mqbd0Gc0 img {
  transition: all 0.3s;
}
.cid-t0Mqbd0Gc0 img:hover {
  transform: scale(1.1);
}
.cid-t0Mqbd0Gc0 .item-img {
  position: relative;
}
.cid-t0Mqbd0Gc0 img,
.cid-t0Mqbd0Gc0 .item-img {
  width: 100%;
  overflow: hidden;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-t0Mqbd0Gc0 .item:focus,
.cid-t0Mqbd0Gc0 span:focus {
  outline: none;
}
.cid-t0Mqbd0Gc0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t0Mqbd0Gc0 .item-content {
  padding: 1rem;
  border: 1px solid #efefef;
}
.cid-t0Mqbd0Gc0 .item-wrapper {
  position: relative;
  margin-right: -1px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t0Mqbd0Gc0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t0Mqbd0Gc0 .mbr-section-title {
  color: #103178;
}
.cid-t0Mqbd0Gc0 .item-title {
  color: #103178;
}
.cid-t0Mqbd0Gc0 .item-subtitle {
  color: #103178;
}
.cid-t0Mqbd0Gc0 .price {
  color: #ffffff;
}
.cid-t0Mqbd0Gc0 .mbr-count {
  color: #103178;
}
.cid-t0Mqbd0Gc0 .mbr-count-text {
  color: #5b6c8f;
}
.cid-t0pVk3mGw6 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t0pVk3mGw6 .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-t0pVk3mGw6 .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-t0pVk3mGw6 img,
.cid-t0pVk3mGw6 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t0pVk3mGw6 .item:focus,
.cid-t0pVk3mGw6 span:focus {
  outline: none;
}
.cid-t0pVk3mGw6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t0pVk3mGw6 .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t0pVk3mGw6 img {
  border-radius: 30px;
}
.cid-t0pVk3mGw6 .item-title {
  color: #133996;
}
.cid-t0pVk3mGw6 .item-subtitle {
  color: #00bf88;
}
.cid-seB6ps89Wt {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/graha-umi-1280x854.jpg");
  overflow: hidden;
}
.cid-seB6ps89Wt H1 {
  color: #133996;
}
.cid-seB6ps89Wt .mbr-text,
.cid-seB6ps89Wt .mbr-section-btn {
  color: #232323;
}
.cid-seB6ps89Wt .img1 {
  box-shadow: 0 10px 55px 5px rgba(253, 141, 113, 0.35);
  border-radius: 10px;
}
.cid-seB6ps89Wt .relative {
  position: relative;
}
.cid-seB6ps89Wt .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-seB6ps89Wt .card-img2 {
  display: inline-block;
  width: 50%;
  float: left;
}
.cid-seB6ps89Wt .card-img2 .img2 {
  width: 120%;
}
.cid-seB6ps89Wt .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-seB6ps89Wt .card-img1 .img1 {
  width: 180%;
  transform: translateX(-45%);
}
.cid-seB6ps89Wt .img2 {
  box-shadow: 0 10px 55px 5px rgba(253, 141, 113, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-seB6ps89Wt H3 {
  color: #343351;
}
.cid-sNzeDxdbc7 {
  background-color: #ffffff;
}
.cid-sNzeDxdbc7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sNzeDxdbc7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sNzeDxdbc7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sNzeDxdbc7 .mbr-section-title {
  color: #133996;
  text-align: left;
}
.cid-sNzeDxdbc7 .mbr-text,
.cid-sNzeDxdbc7 .mbr-section-btn {
  text-align: left;
  color: #0a1c44;
}
.cid-seAZOEgKiq .mbr-section-title div {
  text-align: center;
  color: #ffffff;
}
.cid-seAZOEgKiq .mbr-text,
.cid-seAZOEgKiq .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-seAZOEgKiq .card1,
.cid-seAZOEgKiq .card2 {
  background-size: cover;
  background-position: center;
  padding-right: 5rem;
  padding-left: 5rem;
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-seAZOEgKiq .card1 {
  background-image: url("../../../assets/images/mbr-1920x1261.jpg");
}
.cid-seAZOEgKiq .card2 {
  background-image: url("../../../assets/images/content-shutterstock-1157109742-800x450.jpg");
}
.cid-seAZOEgKiq h1,
.cid-seAZOEgKiq p,
.cid-seAZOEgKiq a {
  position: relative;
  z-index: 99;
}
@media (max-width: 576px) {
  .cid-seAZOEgKiq .card1,
  .cid-seAZOEgKiq .card2 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.cid-seAZOEgKiq p {
  line-height: 1.6;
}
.cid-seBhbhvACn {
  padding-top: 600px;
}
.cid-shvxb9M9Qz {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-shvxb9M9Qz .mbr-section-title {
  color: #133996;
}
.cid-shjZXeg4eH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-shjZXeg4eH .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #133996;
  margin-bottom: 2rem;
}
.cid-shjZXeg4eH .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-shjZXeg4eH .card-title,
.cid-shjZXeg4eH .card-box {
  color: #133996;
}
.cid-shvqcUzKjb {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-shvqcUzKjb .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #133996;
  margin-bottom: 2rem;
}
.cid-shvqcUzKjb .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-shvqcUzKjb .card-title,
.cid-shvqcUzKjb .card-box {
  color: #133996;
  text-align: center;
}
.cid-shx47Ol4w8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-shx47Ol4w8 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-shx47Ol4w8 p {
  color: #767676;
  text-align: left;
}
.cid-shx47Ol4w8 .card-wrapper {
  height: 100%;
}
.cid-shx47Ol4w8 .container-fluid {
  max-width: 1600px;
}
.cid-shx47Ol4w8 .card-img {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-shx47Ol4w8 img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-shx47Ol4w8 .mbr-iconfont {
  position: absolute;
  font-size: 1.8rem;
  color: #149dcc;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-shx47Ol4w8 .card:hover img {
  filter: blur(3px);
}
.cid-shx47Ol4w8 .card:hover .mbr-iconfont {
  opacity: 1;
}
.cid-shx47Ol4w8 .title {
  text-align: center;
  color: #133996;
}
@media (max-width: 767px) {
  .cid-shx47Ol4w8 .mbr-iconfont {
    opacity: 1;
  }
  .cid-shx47Ol4w8 img {
    filter: blur(3px);
  }
}
.cid-t0CdaJbyfg {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t0CdaJbyfg .card-wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #bfebf3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 15px 50px 10px rgba(62, 195, 219, 0.6);
}
.cid-t0CdaJbyfg .card-wrapper:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}
.cid-t0CdaJbyfg .card-wrapper:hover .ico2 {
  color: #133996 !important;
}
.cid-t0CdaJbyfg .ico2 {
  color: #fdece8 !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cid-t0CdaJbyfg .text-info:hover {
  color: inherit !important;
}
.cid-t0CdaJbyfg .card-box {
  padding: 0rem 1rem;
}
.cid-t0CdaJbyfg .ico1 {
  font-size: 2rem !important;
}
.cid-t0CdaJbyfg h3,
.cid-t0CdaJbyfg h4 {
  padding: 0;
  margin: 0;
}
.cid-t0CdaJbyfg .card-title {
  color: #133996;
}
.cid-t0CdaJbyfg .mbr-text {
  color: #133996;
}
.cid-sitHL97Qhy.popup-builder {
  background-color: #ffffff;
}
.cid-sitHL97Qhy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sitHL97Qhy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sitHL97Qhy .modal-content,
.cid-sitHL97Qhy .modal-dialog {
  height: auto;
}
.cid-sitHL97Qhy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sitHL97Qhy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sitHL97Qhy .form-wrapper .mbr-form .form-group,
  .cid-sitHL97Qhy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sitHL97Qhy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sitHL97Qhy .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sitHL97Qhy .mbr-text {
  text-align: center;
}
.cid-sitHL97Qhy .pt-0 {
  padding-top: 0 !important;
}
.cid-sitHL97Qhy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sitHL97Qhy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sitHL97Qhy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sitHL97Qhy .modal-open {
  overflow: hidden;
}
.cid-sitHL97Qhy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sitHL97Qhy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sitHL97Qhy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sitHL97Qhy .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sitHL97Qhy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sitHL97Qhy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sitHL97Qhy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sitHL97Qhy .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sitHL97Qhy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sitHL97Qhy .modal-backdrop.fade {
  opacity: 0;
}
.cid-sitHL97Qhy .modal-backdrop.show {
  opacity: .5;
}
.cid-sitHL97Qhy .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sitHL97Qhy .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sitHL97Qhy .modal-header .close:hover {
  opacity: 1;
}
.cid-sitHL97Qhy .modal-header .close:focus {
  outline: none;
}
.cid-sitHL97Qhy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sitHL97Qhy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sitHL97Qhy .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sitHL97Qhy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sitHL97Qhy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sitHL97Qhy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sitHL97Qhy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sitHL97Qhy .modal-sm {
    max-width: 300px;
  }
  .cid-sitHL97Qhy .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sitHL97Qhy .modal-lg,
  .cid-sitHL97Qhy .modal-xl {
    max-width: 800px;
  }
  .cid-sitHL97Qhy .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sitHL97Qhy .modal-xl {
    max-width: 1140px;
  }
  .cid-sitHL97Qhy .container {
    max-width: 1140px;
  }
}
.cid-sitHL97Qhy .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sitHL97Qhy .container {
    max-width: 720px;
  }
}
.cid-sitHL97Qhy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sitHL97Qhy .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sitHL97Qhy .form-group {
  margin-bottom: 1rem;
}
.cid-sitHL97Qhy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sitHL97Qhy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sitHL97Qhy .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sitI6S5wWY.popup-builder {
  background-color: #ffffff;
}
.cid-sitI6S5wWY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sitI6S5wWY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sitI6S5wWY .modal-content,
.cid-sitI6S5wWY .modal-dialog {
  height: auto;
}
.cid-sitI6S5wWY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sitI6S5wWY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sitI6S5wWY .form-wrapper .mbr-form .form-group,
  .cid-sitI6S5wWY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sitI6S5wWY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sitI6S5wWY .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sitI6S5wWY .mbr-text {
  text-align: center;
}
.cid-sitI6S5wWY .pt-0 {
  padding-top: 0 !important;
}
.cid-sitI6S5wWY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sitI6S5wWY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sitI6S5wWY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sitI6S5wWY .modal-open {
  overflow: hidden;
}
.cid-sitI6S5wWY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sitI6S5wWY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sitI6S5wWY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sitI6S5wWY .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sitI6S5wWY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sitI6S5wWY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sitI6S5wWY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sitI6S5wWY .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sitI6S5wWY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sitI6S5wWY .modal-backdrop.fade {
  opacity: 0;
}
.cid-sitI6S5wWY .modal-backdrop.show {
  opacity: .5;
}
.cid-sitI6S5wWY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sitI6S5wWY .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sitI6S5wWY .modal-header .close:hover {
  opacity: 1;
}
.cid-sitI6S5wWY .modal-header .close:focus {
  outline: none;
}
.cid-sitI6S5wWY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sitI6S5wWY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sitI6S5wWY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sitI6S5wWY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sitI6S5wWY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sitI6S5wWY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sitI6S5wWY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sitI6S5wWY .modal-sm {
    max-width: 300px;
  }
  .cid-sitI6S5wWY .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sitI6S5wWY .modal-lg,
  .cid-sitI6S5wWY .modal-xl {
    max-width: 800px;
  }
  .cid-sitI6S5wWY .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sitI6S5wWY .modal-xl {
    max-width: 1140px;
  }
  .cid-sitI6S5wWY .container {
    max-width: 1140px;
  }
}
.cid-sitI6S5wWY .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sitI6S5wWY .container {
    max-width: 720px;
  }
}
.cid-sitI6S5wWY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sitI6S5wWY .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sitI6S5wWY .form-group {
  margin-bottom: 1rem;
}
.cid-sitI6S5wWY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sitI6S5wWY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sitI6S5wWY .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sitI7x774v.popup-builder {
  background-color: #ffffff;
}
.cid-sitI7x774v.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sitI7x774v.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sitI7x774v .modal-content,
.cid-sitI7x774v .modal-dialog {
  height: auto;
}
.cid-sitI7x774v .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sitI7x774v .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sitI7x774v .form-wrapper .mbr-form .form-group,
  .cid-sitI7x774v .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sitI7x774v .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sitI7x774v .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sitI7x774v .mbr-text {
  text-align: center;
}
.cid-sitI7x774v .pt-0 {
  padding-top: 0 !important;
}
.cid-sitI7x774v .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sitI7x774v .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sitI7x774v .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sitI7x774v .modal-open {
  overflow: hidden;
}
.cid-sitI7x774v .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sitI7x774v .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sitI7x774v .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sitI7x774v .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sitI7x774v .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sitI7x774v .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sitI7x774v .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sitI7x774v .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sitI7x774v .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sitI7x774v .modal-backdrop.fade {
  opacity: 0;
}
.cid-sitI7x774v .modal-backdrop.show {
  opacity: .5;
}
.cid-sitI7x774v .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sitI7x774v .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sitI7x774v .modal-header .close:hover {
  opacity: 1;
}
.cid-sitI7x774v .modal-header .close:focus {
  outline: none;
}
.cid-sitI7x774v .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sitI7x774v .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sitI7x774v .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sitI7x774v .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sitI7x774v .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sitI7x774v .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sitI7x774v .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sitI7x774v .modal-sm {
    max-width: 300px;
  }
  .cid-sitI7x774v .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sitI7x774v .modal-lg,
  .cid-sitI7x774v .modal-xl {
    max-width: 800px;
  }
  .cid-sitI7x774v .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sitI7x774v .modal-xl {
    max-width: 1140px;
  }
  .cid-sitI7x774v .container {
    max-width: 1140px;
  }
}
.cid-sitI7x774v .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sitI7x774v .container {
    max-width: 720px;
  }
}
.cid-sitI7x774v .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sitI7x774v .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sitI7x774v .form-group {
  margin-bottom: 1rem;
}
.cid-sitI7x774v .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sitI7x774v .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sitI7x774v .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sitI8dO7QY.popup-builder {
  background-color: #ffffff;
}
.cid-sitI8dO7QY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sitI8dO7QY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sitI8dO7QY .modal-content,
.cid-sitI8dO7QY .modal-dialog {
  height: auto;
}
.cid-sitI8dO7QY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sitI8dO7QY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sitI8dO7QY .form-wrapper .mbr-form .form-group,
  .cid-sitI8dO7QY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sitI8dO7QY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sitI8dO7QY .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sitI8dO7QY .mbr-text {
  text-align: center;
}
.cid-sitI8dO7QY .pt-0 {
  padding-top: 0 !important;
}
.cid-sitI8dO7QY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sitI8dO7QY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sitI8dO7QY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sitI8dO7QY .modal-open {
  overflow: hidden;
}
.cid-sitI8dO7QY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sitI8dO7QY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sitI8dO7QY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sitI8dO7QY .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sitI8dO7QY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sitI8dO7QY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sitI8dO7QY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sitI8dO7QY .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sitI8dO7QY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sitI8dO7QY .modal-backdrop.fade {
  opacity: 0;
}
.cid-sitI8dO7QY .modal-backdrop.show {
  opacity: .5;
}
.cid-sitI8dO7QY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sitI8dO7QY .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sitI8dO7QY .modal-header .close:hover {
  opacity: 1;
}
.cid-sitI8dO7QY .modal-header .close:focus {
  outline: none;
}
.cid-sitI8dO7QY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sitI8dO7QY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sitI8dO7QY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sitI8dO7QY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sitI8dO7QY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sitI8dO7QY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sitI8dO7QY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sitI8dO7QY .modal-sm {
    max-width: 300px;
  }
  .cid-sitI8dO7QY .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sitI8dO7QY .modal-lg,
  .cid-sitI8dO7QY .modal-xl {
    max-width: 800px;
  }
  .cid-sitI8dO7QY .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sitI8dO7QY .modal-xl {
    max-width: 1140px;
  }
  .cid-sitI8dO7QY .container {
    max-width: 1140px;
  }
}
.cid-sitI8dO7QY .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sitI8dO7QY .container {
    max-width: 720px;
  }
}
.cid-sitI8dO7QY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sitI8dO7QY .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sitI8dO7QY .form-group {
  margin-bottom: 1rem;
}
.cid-sitI8dO7QY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sitI8dO7QY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sitI8dO7QY .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-s8DoSUnjO9 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s8DoSUnjO9 .common-wrap {
  overflow: hidden;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 3rem;
  border-radius: 50px;
  background-color: #f5f6fa;
}
.cid-s8DoSUnjO9 .btn {
  margin: 1rem 0.5rem 2rem 0.5rem !important;
}
.cid-s8DoSUnjO9 .card {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-s8DoSUnjO9 .main-title {
  color: #133996;
  text-align: center;
}
.cid-s8DoSUnjO9 h4 {
  margin-bottom: 0;
}
.cid-s8DoSUnjO9 p {
  color: #fff;
}
.cid-s8DoSUnjO9 .show-category > p {
  color: #46495f;
}
.cid-s8DoSUnjO9 .btn-info-outline {
  border: none;
  color: #fdece8 !important;
  padding: 0;
  margin: 0 0.25rem !important;
}
.cid-s8DoSUnjO9 .btn-info-outline span {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-s8DoSUnjO9 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-s8DoSUnjO9 .btn-info-outline:hover {
  background-color: transparent !important;
  color: #133996 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.cid-s8DoSUnjO9 .btn-info-outline:active,
.cid-s8DoSUnjO9 .btn-info-outline:focus {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.cid-s8DoSUnjO9 .card-wrapper {
  height: 600px;
  position: relative;
}
.cid-s8DoSUnjO9 .card-wrapper .show-category {
  display: inline-block;
  padding: 10px 23px;
  border-radius: 50px;
  background-color: #ffffff;
  color: #46495f;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.cid-s8DoSUnjO9 .card-wrapper .card-box {
  position: absolute;
  top: 10px;
  width: 100%;
  padding: 40px 40px 27px 30px;
}
.cid-s8DoSUnjO9 .card-wrapper .bottom {
  position: absolute;
  bottom: 40px;
  padding: 0 30px 0 30px;
  width: 100%;
}
.cid-s8DoSUnjO9 .card-wrapper .bottom .card-title {
  width: 100%;
}
.cid-s8DoSUnjO9 .card-wrapper .bottom .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-s8DoSUnjO9 .card-wrapper .card-img {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  z-index: 0;
  border-radius: 30px;
}
.cid-s8DoSUnjO9 .card-wrapper .card-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  pointer-events: none;
  left: 0;
  top: 0;
  border-radius: 30px;
  opacity: 0.3;
}
.cid-s8DoSUnjO9 .card-wrapper .card-img img {
  transition: transform 0.8s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}
.cid-s8DoSUnjO9 .card-wrapper img {
  border-radius: 30px;
  height: 400px;
}
.cid-s8DoSUnjO9 .card-wrapper:hover .card-img,
.cid-s8DoSUnjO9 .card-wrapper:focus .card-img {
  transition: transform 0.8s;
}
.cid-s8DoSUnjO9 .card-wrapper:hover .card-img::before,
.cid-s8DoSUnjO9 .card-wrapper:focus .card-img::before {
  opacity: 0.7;
  background-color: #121525;
}
@media (max-width: 991px) {
  .cid-s8DoSUnjO9 .common-wrap {
    padding-left: 92px;
    padding-right: 92px;
  }
  .cid-s8DoSUnjO9 .card-wrapper {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-s8DoSUnjO9 .bottom {
    width: 100%;
  }
  .cid-s8DoSUnjO9 .common-wrap {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media (max-width: 480px) {
  .cid-s8DoSUnjO9 .common-wrap {
    padding-left: 21px;
    padding-right: 21px;
  }
}
.cid-t0Cdg9pbf6 {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t0Cdg9pbf6 .card-wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #bfebf3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 15px 50px 10px rgba(62, 195, 219, 0.6);
}
.cid-t0Cdg9pbf6 .card-wrapper:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}
.cid-t0Cdg9pbf6 .card-wrapper:hover .ico2 {
  color: #133996 !important;
}
.cid-t0Cdg9pbf6 .ico2 {
  color: #fdece8 !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cid-t0Cdg9pbf6 .text-info:hover {
  color: inherit !important;
}
.cid-t0Cdg9pbf6 .card-box {
  padding: 0rem 1rem;
}
.cid-t0Cdg9pbf6 .ico1 {
  font-size: 2rem !important;
}
.cid-t0Cdg9pbf6 h3,
.cid-t0Cdg9pbf6 h4 {
  padding: 0;
  margin: 0;
}
.cid-t0Cdg9pbf6 .card-title {
  color: #133996;
}
.cid-t0Cdg9pbf6 .mbr-text {
  color: #133996;
}
.cid-si5dX7W38P.popup-builder {
  background-color: #ffffff;
}
.cid-si5dX7W38P.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-si5dX7W38P.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-si5dX7W38P .modal-content,
.cid-si5dX7W38P .modal-dialog {
  height: auto;
}
.cid-si5dX7W38P .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-si5dX7W38P .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-si5dX7W38P .form-wrapper .mbr-form .form-group,
  .cid-si5dX7W38P .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-si5dX7W38P .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-si5dX7W38P .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-si5dX7W38P .mbr-text {
  text-align: center;
}
.cid-si5dX7W38P .pt-0 {
  padding-top: 0 !important;
}
.cid-si5dX7W38P .pb-0 {
  padding-bottom: 0 !important;
}
.cid-si5dX7W38P .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-si5dX7W38P .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-si5dX7W38P .modal-open {
  overflow: hidden;
}
.cid-si5dX7W38P .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-si5dX7W38P .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-si5dX7W38P .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-si5dX7W38P .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-si5dX7W38P .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-si5dX7W38P .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-si5dX7W38P .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-si5dX7W38P .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-si5dX7W38P .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-si5dX7W38P .modal-backdrop.fade {
  opacity: 0;
}
.cid-si5dX7W38P .modal-backdrop.show {
  opacity: .5;
}
.cid-si5dX7W38P .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-si5dX7W38P .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-si5dX7W38P .modal-header .close:hover {
  opacity: 1;
}
.cid-si5dX7W38P .modal-header .close:focus {
  outline: none;
}
.cid-si5dX7W38P .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-si5dX7W38P .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-si5dX7W38P .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-si5dX7W38P .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-si5dX7W38P .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-si5dX7W38P .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-si5dX7W38P .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-si5dX7W38P .modal-sm {
    max-width: 300px;
  }
  .cid-si5dX7W38P .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-si5dX7W38P .modal-lg,
  .cid-si5dX7W38P .modal-xl {
    max-width: 800px;
  }
  .cid-si5dX7W38P .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-si5dX7W38P .modal-xl {
    max-width: 1140px;
  }
  .cid-si5dX7W38P .container {
    max-width: 1140px;
  }
}
.cid-si5dX7W38P .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-si5dX7W38P .container {
    max-width: 720px;
  }
}
.cid-si5dX7W38P .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-si5dX7W38P .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-si5dX7W38P .form-group {
  margin-bottom: 1rem;
}
.cid-si5dX7W38P .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-si5dX7W38P .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-si5dX7W38P .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sitL7qkKE4.popup-builder {
  background-color: #ffffff;
}
.cid-sitL7qkKE4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sitL7qkKE4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sitL7qkKE4 .modal-content,
.cid-sitL7qkKE4 .modal-dialog {
  height: auto;
}
.cid-sitL7qkKE4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sitL7qkKE4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sitL7qkKE4 .form-wrapper .mbr-form .form-group,
  .cid-sitL7qkKE4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sitL7qkKE4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sitL7qkKE4 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sitL7qkKE4 .mbr-text {
  text-align: center;
}
.cid-sitL7qkKE4 .pt-0 {
  padding-top: 0 !important;
}
.cid-sitL7qkKE4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sitL7qkKE4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sitL7qkKE4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sitL7qkKE4 .modal-open {
  overflow: hidden;
}
.cid-sitL7qkKE4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sitL7qkKE4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sitL7qkKE4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sitL7qkKE4 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sitL7qkKE4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sitL7qkKE4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sitL7qkKE4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sitL7qkKE4 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sitL7qkKE4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sitL7qkKE4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sitL7qkKE4 .modal-backdrop.show {
  opacity: .5;
}
.cid-sitL7qkKE4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sitL7qkKE4 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sitL7qkKE4 .modal-header .close:hover {
  opacity: 1;
}
.cid-sitL7qkKE4 .modal-header .close:focus {
  outline: none;
}
.cid-sitL7qkKE4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sitL7qkKE4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sitL7qkKE4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sitL7qkKE4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sitL7qkKE4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sitL7qkKE4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sitL7qkKE4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sitL7qkKE4 .modal-sm {
    max-width: 300px;
  }
  .cid-sitL7qkKE4 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sitL7qkKE4 .modal-lg,
  .cid-sitL7qkKE4 .modal-xl {
    max-width: 800px;
  }
  .cid-sitL7qkKE4 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sitL7qkKE4 .modal-xl {
    max-width: 1140px;
  }
  .cid-sitL7qkKE4 .container {
    max-width: 1140px;
  }
}
.cid-sitL7qkKE4 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sitL7qkKE4 .container {
    max-width: 720px;
  }
}
.cid-sitL7qkKE4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sitL7qkKE4 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sitL7qkKE4 .form-group {
  margin-bottom: 1rem;
}
.cid-sitL7qkKE4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sitL7qkKE4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sitL7qkKE4 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sitL86UAWK.popup-builder {
  background-color: #ffffff;
}
.cid-sitL86UAWK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sitL86UAWK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sitL86UAWK .modal-content,
.cid-sitL86UAWK .modal-dialog {
  height: auto;
}
.cid-sitL86UAWK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sitL86UAWK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sitL86UAWK .form-wrapper .mbr-form .form-group,
  .cid-sitL86UAWK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sitL86UAWK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sitL86UAWK .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sitL86UAWK .mbr-text {
  text-align: center;
}
.cid-sitL86UAWK .pt-0 {
  padding-top: 0 !important;
}
.cid-sitL86UAWK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sitL86UAWK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sitL86UAWK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sitL86UAWK .modal-open {
  overflow: hidden;
}
.cid-sitL86UAWK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sitL86UAWK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sitL86UAWK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sitL86UAWK .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sitL86UAWK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sitL86UAWK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sitL86UAWK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sitL86UAWK .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sitL86UAWK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sitL86UAWK .modal-backdrop.fade {
  opacity: 0;
}
.cid-sitL86UAWK .modal-backdrop.show {
  opacity: .5;
}
.cid-sitL86UAWK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sitL86UAWK .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sitL86UAWK .modal-header .close:hover {
  opacity: 1;
}
.cid-sitL86UAWK .modal-header .close:focus {
  outline: none;
}
.cid-sitL86UAWK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sitL86UAWK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sitL86UAWK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sitL86UAWK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sitL86UAWK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sitL86UAWK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sitL86UAWK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sitL86UAWK .modal-sm {
    max-width: 300px;
  }
  .cid-sitL86UAWK .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sitL86UAWK .modal-lg,
  .cid-sitL86UAWK .modal-xl {
    max-width: 800px;
  }
  .cid-sitL86UAWK .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sitL86UAWK .modal-xl {
    max-width: 1140px;
  }
  .cid-sitL86UAWK .container {
    max-width: 1140px;
  }
}
.cid-sitL86UAWK .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sitL86UAWK .container {
    max-width: 720px;
  }
}
.cid-sitL86UAWK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sitL86UAWK .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sitL86UAWK .form-group {
  margin-bottom: 1rem;
}
.cid-sitL86UAWK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sitL86UAWK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sitL86UAWK .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sitL8RpoMp.popup-builder {
  background-color: #ffffff;
}
.cid-sitL8RpoMp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sitL8RpoMp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sitL8RpoMp .modal-content,
.cid-sitL8RpoMp .modal-dialog {
  height: auto;
}
.cid-sitL8RpoMp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sitL8RpoMp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sitL8RpoMp .form-wrapper .mbr-form .form-group,
  .cid-sitL8RpoMp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sitL8RpoMp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sitL8RpoMp .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sitL8RpoMp .mbr-text {
  text-align: center;
}
.cid-sitL8RpoMp .pt-0 {
  padding-top: 0 !important;
}
.cid-sitL8RpoMp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sitL8RpoMp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sitL8RpoMp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sitL8RpoMp .modal-open {
  overflow: hidden;
}
.cid-sitL8RpoMp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sitL8RpoMp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sitL8RpoMp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sitL8RpoMp .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sitL8RpoMp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sitL8RpoMp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sitL8RpoMp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sitL8RpoMp .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sitL8RpoMp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sitL8RpoMp .modal-backdrop.fade {
  opacity: 0;
}
.cid-sitL8RpoMp .modal-backdrop.show {
  opacity: .5;
}
.cid-sitL8RpoMp .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sitL8RpoMp .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sitL8RpoMp .modal-header .close:hover {
  opacity: 1;
}
.cid-sitL8RpoMp .modal-header .close:focus {
  outline: none;
}
.cid-sitL8RpoMp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sitL8RpoMp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sitL8RpoMp .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sitL8RpoMp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sitL8RpoMp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sitL8RpoMp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sitL8RpoMp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sitL8RpoMp .modal-sm {
    max-width: 300px;
  }
  .cid-sitL8RpoMp .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sitL8RpoMp .modal-lg,
  .cid-sitL8RpoMp .modal-xl {
    max-width: 800px;
  }
  .cid-sitL8RpoMp .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sitL8RpoMp .modal-xl {
    max-width: 1140px;
  }
  .cid-sitL8RpoMp .container {
    max-width: 1140px;
  }
}
.cid-sitL8RpoMp .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sitL8RpoMp .container {
    max-width: 720px;
  }
}
.cid-sitL8RpoMp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sitL8RpoMp .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sitL8RpoMp .form-group {
  margin-bottom: 1rem;
}
.cid-sitL8RpoMp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sitL8RpoMp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sitL8RpoMp .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-shZ29YT940 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-shZ29YT940 .mbr-section-title {
  color: #133996;
}
.cid-shTa0DcnjQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-shTa0DcnjQ .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-shTa0DcnjQ .item-wrapper {
    margin-bottom: 30px;
  }
}
.cid-shTa0DcnjQ .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-shTa0DcnjQ .item:last-child {
    margin-bottom: 0;
  }
}
.cid-shTa0DcnjQ .item:hover .mbr-section-title a {
  color: #fc643f !important;
}
.cid-shTa0DcnjQ .mbr-section-title,
.cid-shTa0DcnjQ .card_topic,
.cid-shTa0DcnjQ .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-shTa0DcnjQ .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-shTa0DcnjQ .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-shTa0DcnjQ .card_post {
    margin-top: 15px;
  }
}
.cid-shTa0DcnjQ .image_post {
  display: inline-block;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-shTa0DcnjQ .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-shTa0DcnjQ .category_content,
.cid-shTa0DcnjQ .date,
.cid-shTa0DcnjQ .name_author {
  opacity: .8;
}
.cid-shTa0DcnjQ .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #fc643f;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-shTa0DcnjQ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-shTa0DcnjQ .mbr-section-btn .btn-secondary-outline:hover,
.cid-shTa0DcnjQ .mbr-section-btn .btn-secondary-outline .active,
.cid-shTa0DcnjQ .mbr-section-btn .btn-secondary-outline:focus {
  color: #133996 !important;
}
.cid-shTa0DcnjQ .item-img {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-shTa0DcnjQ .item-img {
    margin-bottom: 20px;
  }
}
.cid-shTa0DcnjQ img,
.cid-shTa0DcnjQ .item-img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-shTa0DcnjQ .item:focus,
.cid-shTa0DcnjQ span:focus {
  outline: none;
}
.cid-shTa0DcnjQ .mbr-section-subtitle {
  color: #133996;
}
.cid-t0CdhRHCOJ {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t0CdhRHCOJ .card-wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #bfebf3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 15px 50px 10px rgba(62, 195, 219, 0.6);
}
.cid-t0CdhRHCOJ .card-wrapper:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}
.cid-t0CdhRHCOJ .card-wrapper:hover .ico2 {
  color: #133996 !important;
}
.cid-t0CdhRHCOJ .ico2 {
  color: #fdece8 !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cid-t0CdhRHCOJ .text-info:hover {
  color: inherit !important;
}
.cid-t0CdhRHCOJ .card-box {
  padding: 0rem 1rem;
}
.cid-t0CdhRHCOJ .ico1 {
  font-size: 2rem !important;
}
.cid-t0CdhRHCOJ h3,
.cid-t0CdhRHCOJ h4 {
  padding: 0;
  margin: 0;
}
.cid-t0CdhRHCOJ .card-title {
  color: #133996;
}
.cid-t0CdhRHCOJ .mbr-text {
  color: #133996;
}
.cid-rOc2usnBhZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rOc2usnBhZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-rOc2usnBhZ .container {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 169px 92px;
  border-radius: 50px;
  background-color: #bfebf3;
  max-width: 80%;
}
@media (max-width: 768px) {
  .cid-rOc2usnBhZ .container {
    padding: 100px 20px;
  }
}
.cid-rOc2usnBhZ .wrap {
  display: none;
}
.cid-rOc2usnBhZ .mbr-section-title {
  color: #133996;
}
.cid-rOc2usnBhZ img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  width: 90%;
  border-radius: 8px;
}
.cid-rOc2usnBhZ .wrap {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.cid-rOc2usnBhZ .image-1 {
  position: absolute;
  left: -45px;
  bottom: 317px;
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  will-change: transform;
}
.cid-rOc2usnBhZ .image-2 {
  position: absolute;
  left: -33px;
  top: 5px;
  -webkit-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}
.cid-rOc2usnBhZ .image-3 {
  position: absolute;
  left: 229px;
  bottom: -271px;
  -webkit-transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.cid-rOc2usnBhZ .image-4 {
  position: absolute;
  left: auto;
  right: -11px;
  bottom: 308px;
  -webkit-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
.cid-rOc2usnBhZ .image-5 {
  position: absolute;
  left: 7px;
  top: 175px;
  -webkit-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.cid-rOc2usnBhZ .image-6 {
  position: absolute;
  left: 215px;
  top: 40px;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}
.cid-rOc2usnBhZ input,
.cid-rOc2usnBhZ textarea {
  padding: 14px 30px !important;
  border-radius: 10px;
}
.cid-rOc2usnBhZ .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem !important;
}
.cid-rOc2usnBhZ textarea {
  min-height: 160px;
}
.cid-rOc2usnBhZ .form-control,
.cid-rOc2usnBhZ .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #232323;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.cid-rOc2usnBhZ .form-control:hover,
.cid-rOc2usnBhZ .field-input:hover,
.cid-rOc2usnBhZ .form-control:focus,
.cid-rOc2usnBhZ .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.cid-rOc2usnBhZ input::-webkit-input-placeholder,
.cid-rOc2usnBhZ textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-rOc2usnBhZ input:-moz-placeholder,
.cid-rOc2usnBhZ textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-rOc2usnBhZ .jq-selectbox li,
.cid-rOc2usnBhZ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rOc2usnBhZ .jq-selectbox li:hover,
.cid-rOc2usnBhZ .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rOc2usnBhZ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-rOc2usnBhZ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-rOc2usnBhZ h5 {
  padding-bottom: 2rem;
}
@media (max-width: 1199px) {
  .cid-rOc2usnBhZ .image-1 {
    bottom: 357px;
  }
  .cid-rOc2usnBhZ .image-4 {
    bottom: 368px;
  }
}
@media (max-width: 991px) {
  .cid-rOc2usnBhZ .image-1 {
    bottom: 277px;
  }
  .cid-rOc2usnBhZ .image-4 {
    bottom: 268px;
    right: 79px;
  }
  .cid-rOc2usnBhZ .text-wrap > * {
    text-align: center;
  }
  .cid-rOc2usnBhZ .dragArea h5 {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-rOc2usnBhZ .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-rOc2usnBhZ H5 {
  color: #133996;
}
.cid-sf2Qz7blcs {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sf2Qz7blcs .google-map {
  height: 25rem;
  position: relative;
}
.cid-sf2Qz7blcs .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sf2Qz7blcs .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-sf2Qz7blcs .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sf2Qz7blcs .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sf2Qz7blcs .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-sf2Qz7blcs .wrapper .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
}
.cid-sf2Qz7blcs .wrapper .row .btn {
  border-radius: 30px;
  padding: 0.8rem 3rem !important;
}
.cid-sf2Qz7blcs .wrapper .row .title {
  color: #133996;
}
.cid-sf2Qz7blcs .wrapper .form-container {
  padding: 3rem;
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-sf2Qz7blcs .content-panel {
  padding: 3rem;
  background: linear-gradient(45deg, #bfebf3, #e1e8ff);
  height: 100%;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  overflow: hidden;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cid-sf2Qz7blcs .mbr-text {
  color: #133996;
  text-align: left;
}
.cid-sf2Qz7blcs .form-control {
  border-radius: 10px !important;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-sf2Qz7blcs textarea.form-control {
  min-height: 170px;
}
.cid-sf2Qz7blcs .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.cid-sf2Qz7blcs .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-sf2Qz7blcs .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
  border-style: dotted;
}
.cid-sf2Qz7blcs .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-sf2Qz7blcs .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sf2Qz7blcs .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sf2Qz7blcs .container {
    max-width: 80% !important;
  }
  .cid-sf2Qz7blcs .wrapper {
    margin-top: 0;
    border-radius: 40px;
  }
  .cid-sf2Qz7blcs .wrapper .main-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sf2Qz7blcs .wrapper .main-row .text-block .content-panel {
    border-radius: 0 0 30px 30px !important;
  }
  .cid-sf2Qz7blcs .wrapper .main-row .text-block .content-panel .social-list {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sf2Qz7blcs .form-container {
    border-radius: 30px 30px 0 0 !important;
  }
}
.cid-sf2Qz7blcs .mbr-title {
  color: #133996;
  text-align: left;
}
.cid-s8DJM7Ixcm {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #133996;
}
.cid-s8DJM7Ixcm img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-s8DJM7Ixcm .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-s8DJM7Ixcm .card:hover {
  opacity: 0.9;
}
.cid-s8DJM7Ixcm H1 {
  color: #ffffff;
}
.cid-s8DJM7Ixcm .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-s8DJM7Ixcm .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-s8DJM7Ixcm .row {
  justify-content: center!important;
}
.cid-t0ChE8Glpu {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t0ChE8Glpu .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-t0ChE8Glpu .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-t0ChE8Glpu img,
.cid-t0ChE8Glpu .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t0ChE8Glpu .item:focus,
.cid-t0ChE8Glpu span:focus {
  outline: none;
}
.cid-t0ChE8Glpu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t0ChE8Glpu .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t0ChE8Glpu img {
  border-radius: 30px;
}
.cid-t0ChE8Glpu .item-title {
  color: #133996;
}
.cid-t0ChE8Glpu .item-subtitle {
  color: #00bf88;
}
.cid-sRyVFDWeuy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sRyVFDWeuy .image {
    display: none !important;
  }
}
.cid-sRyVFDWeuy .image img {
  height: 910px;
}
.cid-sRyVFDWeuy .content__block {
  padding: 40px 0;
  height: 100%;
  align-items: center;
}
.cid-sRyVFDWeuy .mbr-section-title {
  margin-bottom: 15px;
  color: #133996;
}
.cid-sRyVFDWeuy .mbr-text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-sRyVFDWeuy .block__products {
  padding-top: 10px;
}
.cid-sRyVFDWeuy .product__item {
  margin-top: 40px;
}
.cid-sRyVFDWeuy .image__item {
  width: 230px;
  height: 190px;
  transition: all .25s;
}
.cid-sRyVFDWeuy .image__item img {
  border-radius: 10px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.cid-sRyVFDWeuy .image__item:hover {
  opacity: .8;
}
.cid-sRyVFDWeuy .item__text {
  margin: 20px 0 0 40px;
}
@media (min-width: 767px) {
  .cid-sRyVFDWeuy .item__text {
    margin-top: 0;
  }
}
.cid-sRyVFDWeuy .item__title {
  width: 270px;
  min-width: 100%;
}
.cid-sRyVFDWeuy .name__item {
  margin-bottom: 0;
  width: 100%;
  letter-spacing: 2px;
  color: #133996;
}
.cid-sRyVFDWeuy .item__price {
  font-weight: 500;
  color: #919dab;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}
.cid-sRyVFDWeuy .item__descr {
  margin-top: 10px;
}
.cid-sRyVFDWeuy .descr__text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sRyVFDWeuy .item__buttons {
  margin-top: 40px;
}
.cid-sRyVFDWeuy .mbr-section-btn {
  text-align: left;
}
.cid-sRyVFDWeuy .btn {
  height: 40px;
  font-weight: 500;
  margin-right: 10px;
}
.cid-sRyVFDWeuy .btn:nth-child(2) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-sRyVFDWeuy .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-sRyVFDWeuy .item__text {
    margin: 20px 0 0;
  }
  .cid-sRyVFDWeuy .mbr-text {
    text-align: center;
  }
}
.cid-sRyVFEk0eR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sRyVFEk0eR .row {
  border: 2px solid #bfebf3;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-sRyVFEk0eR .row {
    padding: 1rem;
  }
}
.cid-sRyVFEk0eR .price-wrapper {
  position: absolute;
  z-index: 10;
  left: 1rem;
  top: 1rem;
  background: #103178;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.cid-sRyVFEk0eR .price-wrapper h4,
.cid-sRyVFEk0eR .price-wrapper h5 {
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-sRyVFEk0eR .price-wrapper {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 992px) {
  .cid-sRyVFEk0eR .col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-sRyVFEk0eR .social-row {
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-sRyVFEk0eR .social-row .soc-item {
  display: inline-block;
  text-align: center;
  padding-right: 3px;
  transition: all 0.3s;
}
.cid-sRyVFEk0eR .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffc800;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-sRyVFEk0eR .social-row {
    justify-content: center;
  }
}
.cid-sRyVFEk0eR img {
  transition: all 0.3s;
}
.cid-sRyVFEk0eR img:hover {
  transform: scale(1.1);
}
.cid-sRyVFEk0eR .item-img {
  position: relative;
}
.cid-sRyVFEk0eR img,
.cid-sRyVFEk0eR .item-img {
  width: 100%;
  overflow: hidden;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sRyVFEk0eR .item:focus,
.cid-sRyVFEk0eR span:focus {
  outline: none;
}
.cid-sRyVFEk0eR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sRyVFEk0eR .item-content {
  padding: 1rem;
  border: 1px solid #efefef;
}
.cid-sRyVFEk0eR .item-wrapper {
  position: relative;
  margin-right: -1px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sRyVFEk0eR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sRyVFEk0eR .mbr-section-title {
  color: #103178;
}
.cid-sRyVFEk0eR .item-title {
  color: #103178;
}
.cid-sRyVFEk0eR .item-subtitle {
  color: #103178;
}
.cid-sRyVFEk0eR .price {
  color: #ffffff;
}
.cid-sRyVFEk0eR .mbr-count {
  color: #103178;
}
.cid-sRyVFEk0eR .mbr-count-text {
  color: #5b6c8f;
}
.cid-sRyVFFjxNW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-sRyVFFjxNW .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sRyVFFjxNW .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sRyVFFjxNW .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sRyVFFjxNW .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-sRyVFFjxNW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sRyVFFjxNW .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sRyVFFjxNW .price {
  color: #133996;
}
.cid-sRyVFFjxNW .card-title {
  color: #133996;
}
.cid-t0ChAUpeda {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t0ChAUpeda .title {
  border-bottom: 1px solid #ececec;
}
.cid-t0ChAUpeda .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border: 1px solid #ececec;
  transition: all 0.3s;
}
.cid-t0ChAUpeda .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-t0ChAUpeda .card-wrapper:hover .price-box {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  left: 5px;
  bottom: 15px;
}
.cid-t0ChAUpeda .display-4 {
  line-height: 1.1;
}
.cid-t0ChAUpeda .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 3px;
}
.cid-t0ChAUpeda .ico-line-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-t0ChAUpeda .ico-line {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-t0ChAUpeda p {
  line-height: 1.6;
}
.cid-t0ChAUpeda .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-t0ChAUpeda .card-title {
  color: #133996;
  margin: 0;
  line-height: 1.3;
  text-align: left;
}
.cid-t0ChAUpeda .card-img {
  overflow: hidden;
  max-height: 280px;
  position: relative;
  border-radius: 0;
}
.cid-t0ChAUpeda .price-box {
  position: absolute;
  background: #ff1d05;
  padding: 0.5rem 1rem;
  left: 0;
  bottom: 1rem;
  transition: all 0.3s;
}
.cid-t0ChAUpeda img {
  transition: all 0.3s;
}
.cid-t0ChAUpeda h5 {
  margin: 0;
}
.cid-t0ChAUpeda .card-box {
  padding: 1.5rem;
}
.cid-t0ChAUpeda .mbr-section-title {
  margin: 0 auto;
  color: #133996;
  text-align: center;
}
.cid-t0ChAUpeda .card-box > p,
.cid-t0ChAUpeda .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-t0ChAUpeda .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-t0ChAUpeda .price {
  color: #ffffff;
  text-align: left;
}
.cid-t0ChAUpeda .rev {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-t0ChAUpeda .ico-line-wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-t0ChAUpeda .ico-line {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-t0ChKpy9z7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t0ChKpy9z7 .title__wrap {
  margin-bottom: 30px;
}
.cid-t0ChKpy9z7 .title__block {
  margin-bottom: 10px;
}
.cid-t0ChKpy9z7 .mbr-section-title,
.cid-t0ChKpy9z7 .text__time,
.cid-t0ChKpy9z7 .mbr-text,
.cid-t0ChKpy9z7 .text__author,
.cid-t0ChKpy9z7 .text__hall {
  margin-bottom: 0;
}
.cid-t0ChKpy9z7 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #fc643f;
}
.cid-t0ChKpy9z7 .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-t0ChKpy9z7 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-t0ChKpy9z7 .mbr-section-btn .btn-secondary-outline:hover {
  color: #133996 !important;
}
.cid-t0ChKpy9z7 .wrap {
  margin: 0;
  padding: 25px 0;
  border-top: 1px solid rgba(19, 57, 150, 0.4);
}
.cid-t0ChKpy9z7 .wrap:last-child {
  border-bottom: 1px solid rgba(19, 57, 150, 0.4);
}
.cid-t0ChKpy9z7 .plpr_0 {
  padding-left: 0;
  padding-right: 0;
}
.cid-t0ChKpy9z7 .nav-tabs .nav-item.open .nav-link:focus,
.cid-t0ChKpy9z7 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t0ChKpy9z7 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-t0ChKpy9z7 .nav-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-t0ChKpy9z7 .nav-tabs .nav-link {
  border-radius: 0 !important;
  color: #133996;
  font-style: normal;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 25px;
  padding: 12px 0 !important;
}
.cid-t0ChKpy9z7 .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-t0ChKpy9z7 .nav-tabs .nav-link.active {
  font-weight: 700;
  font-style: normal;
  background-color: transparent !important;
  border-bottom: 2px solid #00c48c;
}
.cid-t0ChKpy9z7 .nav-tabs .nav-link.active:hover {
  background-color: #00c48c;
}
@media (max-width: 991px) {
  .cid-t0ChKpy9z7 .align-right {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .cid-t0ChKpy9z7 .buttons {
    justify-content: flex-start;
  }
}
.cid-t0ChKpy9z7 .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-t0ChKpy9z7 .mbr-section-title {
  color: #133996;
}
.cid-t0Ci4EqBuV {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t0Ci4EqBuV .google-map {
  height: 25rem;
  position: relative;
}
.cid-t0Ci4EqBuV .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t0Ci4EqBuV .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-t0Ci4EqBuV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t0Ci4EqBuV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t0Ci4EqBuV .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-t0Ci4EqBuV .wrapper .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
}
.cid-t0Ci4EqBuV .wrapper .row .btn {
  border-radius: 30px;
  padding: 0.8rem 3rem !important;
}
.cid-t0Ci4EqBuV .wrapper .row .title {
  color: #133996;
}
.cid-t0Ci4EqBuV .wrapper .form-container {
  padding: 3rem;
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-t0Ci4EqBuV .content-panel {
  padding: 3rem;
  background: linear-gradient(45deg, #bfebf3, #e1e8ff);
  height: 100%;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  overflow: hidden;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cid-t0Ci4EqBuV .mbr-text {
  color: #133996;
  text-align: left;
}
.cid-t0Ci4EqBuV .form-control {
  border-radius: 10px !important;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-t0Ci4EqBuV textarea.form-control {
  min-height: 170px;
}
.cid-t0Ci4EqBuV .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.cid-t0Ci4EqBuV .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-t0Ci4EqBuV .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
  border-style: dotted;
}
.cid-t0Ci4EqBuV .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-t0Ci4EqBuV .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t0Ci4EqBuV .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t0Ci4EqBuV .container {
    max-width: 80% !important;
  }
  .cid-t0Ci4EqBuV .wrapper {
    margin-top: 0;
    border-radius: 40px;
  }
  .cid-t0Ci4EqBuV .wrapper .main-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-t0Ci4EqBuV .wrapper .main-row .text-block .content-panel {
    border-radius: 0 0 30px 30px !important;
  }
  .cid-t0Ci4EqBuV .wrapper .main-row .text-block .content-panel .social-list {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-t0Ci4EqBuV .form-container {
    border-radius: 30px 30px 0 0 !important;
  }
}
.cid-t0Ci4EqBuV .mbr-title {
  color: #133996;
  text-align: left;
}
.cid-sRyVFGk86h {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #133996;
}
.cid-sRyVFGk86h img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-sRyVFGk86h .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-sRyVFGk86h .card:hover {
  opacity: 0.9;
}
.cid-sRyVFGk86h H1 {
  color: #ffffff;
}
.cid-sRyVFGk86h .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-sRyVFGk86h .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-sRyVFGk86h .row {
  justify-content: center!important;
}
.cid-sRyVFGUygH .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sRyVFGUygH .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sRyVFGUygH .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sRyVFGUygH .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sRyVFGUygH .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRyVFGUygH .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sRyVFGUygH .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sRyVFGUygH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sRyVFGUygH .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sRyVFGUygH .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sRyVFGUygH .navbar.collapsed.opened .navbar-collapse.show,
.cid-sRyVFGUygH .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sRyVFGUygH .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sRyVFGUygH .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sRyVFGUygH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sRyVFGUygH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRyVFGUygH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRyVFGUygH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sRyVFGUygH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRyVFGUygH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRyVFGUygH .navbar {
    flex-wrap: nowrap;
  }
  .cid-sRyVFGUygH .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sRyVFGUygH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRyVFGUygH .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sRyVFGUygH .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sRyVFGUygH .navbar.opened .navbar-collapse.show,
  .cid-sRyVFGUygH .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sRyVFGUygH .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sRyVFGUygH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sRyVFGUygH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRyVFGUygH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRyVFGUygH .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sRyVFGUygH .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sRyVFGUygH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRyVFGUygH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sRyVFGUygH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sRyVFGUygH .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sRyVFGUygH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sRyVFGUygH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRyVFGUygH .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRyVFGUygH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRyVFGUygH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRyVFGUygH .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sRyVFGUygH .dropdown-item.active,
.cid-sRyVFGUygH .dropdown-item:active {
  background-color: transparent;
}
.cid-sRyVFGUygH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRyVFGUygH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRyVFGUygH .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRyVFGUygH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sRyVFGUygH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRyVFGUygH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRyVFGUygH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sRyVFGUygH .navbar-buttons {
  text-align: center;
}
.cid-sRyVFGUygH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRyVFGUygH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #133996;
}
.cid-sRyVFGUygH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRyVFGUygH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRyVFGUygH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRyVFGUygH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRyVFGUygH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRyVFGUygH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRyVFGUygH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRyVFGUygH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRyVFGUygH .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sRyVFGUygH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sRyVFGUygH a.nav-link:focus {
  outline: none;
}
.cid-sRyVFGUygH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sRyVFGUygH .nav-link:hover,
.cid-sRyVFGUygH .dropdown-item:hover {
  color: #bfebf3 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRyVFGUygH .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sRyVFGUygH .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-shU4fiVsrn {
  padding-top: 240px;
  padding-bottom: 165px;
}
.cid-shU4fiVsrn .mbr-section-title DIV {
  text-align: center;
}
.cid-shU4fiVsrn .mbr-text,
.cid-shU4fiVsrn .mbr-section-btn {
  text-align: center;
}
.cid-shU4fiVsrn .mbr-section-title {
  text-align: center;
  color: #f2f6ff;
}
.cid-shU4fk6Hn1 {
  padding-top: 150px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
  overflow: hidden;
}
.cid-shU4fk6Hn1 H1 {
  color: #133996;
}
.cid-shU4fk6Hn1 .mbr-text,
.cid-shU4fk6Hn1 .mbr-section-btn {
  color: #232323;
}
.cid-shU4fk6Hn1 .img1 {
  box-shadow: 0 10px 55px 5px rgba(253, 141, 113, 0.35);
  border-radius: 10px;
}
.cid-shU4fk6Hn1 .relative {
  position: relative;
}
.cid-shU4fk6Hn1 .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-shU4fk6Hn1 .card-img2 {
  display: inline-block;
  width: 50%;
  float: left;
}
.cid-shU4fk6Hn1 .card-img2 .img2 {
  width: 120%;
}
.cid-shU4fk6Hn1 .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-shU4fk6Hn1 .card-img1 .img1 {
  width: 180%;
  transform: translateX(-45%);
}
.cid-shU4fk6Hn1 .img2 {
  box-shadow: 0 10px 55px 5px rgba(253, 141, 113, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-shU4fk6Hn1 H3 {
  color: #57468b;
}
.cid-t0Cb403dcf {
  background-color: #ffffff;
}
.cid-t0Cb403dcf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-t0Cb403dcf .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-t0Cb403dcf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t0Cb403dcf .mbr-section-title {
  color: #133996;
  text-align: left;
}
.cid-t0Cb403dcf .mbr-text,
.cid-t0Cb403dcf .mbr-section-btn {
  text-align: left;
  color: #0a1c44;
}
.cid-shUzVVADzt {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shUzVVADzt .container {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 15px;
  border-radius: 50px;
  background-color: #bfebf3;
  max-width: 80%;
}
@media (max-width: 768px) {
  .cid-shUzVVADzt .container {
    padding: 50px 15px !important;
  }
  .cid-shUzVVADzt .timelines-container {
    padding: 50px 21px !important;
  }
}
.cid-shUzVVADzt .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-shUzVVADzt .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #1ec6b6;
  margin-right: 2rem;
  border-radius: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-shUzVVADzt .timeline-text-content p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-shUzVVADzt .timeline-text-content {
    padding: 1.5rem 0.5rem;
  }
}
.cid-shUzVVADzt .mbr-timeline-title,
.cid-shUzVVADzt .mbr-timeline-text {
  color: #ffffff;
}
.cid-shUzVVADzt .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cid-shUzVVADzt .timeline-element:hover .timeline-text-content {
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
}
.cid-shUzVVADzt .timeline-element:hover .timeline-text-content h4,
.cid-shUzVVADzt .timeline-element:hover .timeline-text-content p {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #bfebf3 !important;
}
.cid-shUzVVADzt .timeline-element:hover .iconsBackground span {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #bfebf3 !important;
}
.cid-shUzVVADzt .timeline-element:hover:before {
  -webkit-transition: background-color 1s !important;
  transition: background-color 1s !important;
  background-color: #bfebf3 !important;
}
.cid-shUzVVADzt .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-shUzVVADzt .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-shUzVVADzt .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #1ec6b6;
  top: 20px;
  margin-left: -30px;
}
.cid-shUzVVADzt .iconsBackground span {
  color: #ffffff;
}
.cid-shUzVVADzt .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-shUzVVADzt .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #1ec6b6;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
.cid-shUzVVADzt .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .cid-shUzVVADzt .iconsBackground {
    left: 1.5rem;
  }
  .cid-shUzVVADzt .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-shUzVVADzt .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-shUzVVADzt .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-shUzVVADzt .mbr-section-title {
  color: #133996;
}
.cid-shUzVVADzt .mbr-timeline-title {
  color: #ffffff;
}
.cid-shUzVVADzt .mbr-timeline-text {
  color: #ffffff;
}
.cid-shU4fnP2jB {
  padding-top: 615px;
}
.cid-shUDQ9D9jT {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-shUDQ9D9jT .mbr-section-title {
  color: #133996;
}
.cid-shUFl9IcIb {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-shUFl9IcIb .mbr-section-title {
  color: #133996;
}
.cid-t0CbagytMu {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t0CbagytMu .google-map {
  height: 25rem;
  position: relative;
}
.cid-t0CbagytMu .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t0CbagytMu .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-t0CbagytMu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t0CbagytMu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t0CbagytMu .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-t0CbagytMu .wrapper .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
}
.cid-t0CbagytMu .wrapper .row .btn {
  border-radius: 30px;
  padding: 0.8rem 3rem !important;
}
.cid-t0CbagytMu .wrapper .row .title {
  color: #133996;
}
.cid-t0CbagytMu .wrapper .form-container {
  padding: 3rem;
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-t0CbagytMu .content-panel {
  padding: 3rem;
  background: linear-gradient(45deg, #bfebf3, #e1e8ff);
  height: 100%;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  overflow: hidden;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cid-t0CbagytMu .mbr-text {
  color: #133996;
  text-align: left;
}
.cid-t0CbagytMu .form-control {
  border-radius: 10px !important;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-t0CbagytMu textarea.form-control {
  min-height: 170px;
}
.cid-t0CbagytMu .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.cid-t0CbagytMu .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-t0CbagytMu .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
  border-style: dotted;
}
.cid-t0CbagytMu .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-t0CbagytMu .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t0CbagytMu .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t0CbagytMu .container {
    max-width: 80% !important;
  }
  .cid-t0CbagytMu .wrapper {
    margin-top: 0;
    border-radius: 40px;
  }
  .cid-t0CbagytMu .wrapper .main-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-t0CbagytMu .wrapper .main-row .text-block .content-panel {
    border-radius: 0 0 30px 30px !important;
  }
  .cid-t0CbagytMu .wrapper .main-row .text-block .content-panel .social-list {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-t0CbagytMu .form-container {
    border-radius: 30px 30px 0 0 !important;
  }
}
.cid-t0CbagytMu .mbr-title {
  color: #133996;
  text-align: left;
}
.cid-shU4fwObBq {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #133996;
}
.cid-shU4fwObBq img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-shU4fwObBq .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-shU4fwObBq .card:hover {
  opacity: 0.9;
}
.cid-shU4fwObBq H1 {
  color: #ffffff;
}
.cid-shU4fwObBq .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-shU4fwObBq .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-shU4fwObBq .row {
  justify-content: center!important;
}
.cid-sicibNVQCI .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sicibNVQCI .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sicibNVQCI .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sicibNVQCI .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sicibNVQCI .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sicibNVQCI .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sicibNVQCI .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sicibNVQCI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sicibNVQCI .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sicibNVQCI .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sicibNVQCI .navbar.collapsed.opened .navbar-collapse.show,
.cid-sicibNVQCI .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sicibNVQCI .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sicibNVQCI .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sicibNVQCI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sicibNVQCI .navbar {
    flex-wrap: nowrap;
  }
  .cid-sicibNVQCI .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sicibNVQCI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sicibNVQCI .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sicibNVQCI .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sicibNVQCI .navbar.opened .navbar-collapse.show,
  .cid-sicibNVQCI .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sicibNVQCI .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sicibNVQCI .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sicibNVQCI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sicibNVQCI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sicibNVQCI .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sicibNVQCI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sicibNVQCI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sicibNVQCI .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sicibNVQCI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sicibNVQCI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sicibNVQCI .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sicibNVQCI .dropdown-item.active,
.cid-sicibNVQCI .dropdown-item:active {
  background-color: transparent;
}
.cid-sicibNVQCI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sicibNVQCI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sicibNVQCI .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sicibNVQCI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sicibNVQCI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sicibNVQCI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sicibNVQCI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sicibNVQCI .navbar-buttons {
  text-align: center;
}
.cid-sicibNVQCI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #133996;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sicibNVQCI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sicibNVQCI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sicibNVQCI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sicibNVQCI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sicibNVQCI .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sicibNVQCI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sicibNVQCI a.nav-link:focus {
  outline: none;
}
.cid-sicibNVQCI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sicibNVQCI .nav-link:hover,
.cid-sicibNVQCI .dropdown-item:hover {
  color: #bfebf3 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sicibNVQCI .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sicibNVQCI .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sicibNVQCI .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sicibNVQCI .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sicibNVQCI .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sicibNVQCI .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sicibNVQCI .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sicibNVQCI .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sicibNVQCI .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sicibNVQCI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sicibNVQCI .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sicibNVQCI .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sicibNVQCI .navbar.collapsed.opened .navbar-collapse.show,
.cid-sicibNVQCI .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sicibNVQCI .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sicibNVQCI .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sicibNVQCI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sicibNVQCI .navbar {
    flex-wrap: nowrap;
  }
  .cid-sicibNVQCI .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sicibNVQCI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sicibNVQCI .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sicibNVQCI .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sicibNVQCI .navbar.opened .navbar-collapse.show,
  .cid-sicibNVQCI .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sicibNVQCI .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sicibNVQCI .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sicibNVQCI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sicibNVQCI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sicibNVQCI .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sicibNVQCI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sicibNVQCI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sicibNVQCI .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sicibNVQCI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sicibNVQCI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sicibNVQCI .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sicibNVQCI .dropdown-item.active,
.cid-sicibNVQCI .dropdown-item:active {
  background-color: transparent;
}
.cid-sicibNVQCI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sicibNVQCI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sicibNVQCI .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sicibNVQCI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sicibNVQCI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sicibNVQCI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sicibNVQCI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sicibNVQCI .navbar-buttons {
  text-align: center;
}
.cid-sicibNVQCI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #133996;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sicibNVQCI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sicibNVQCI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sicibNVQCI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sicibNVQCI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sicibNVQCI .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sicibNVQCI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sicibNVQCI a.nav-link:focus {
  outline: none;
}
.cid-sicibNVQCI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sicibNVQCI .nav-link:hover,
.cid-sicibNVQCI .dropdown-item:hover {
  color: #bfebf3 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sicibNVQCI .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sicibNVQCI .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t0qk6ppOLn {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t0qk6ppOLn .image-wrap {
  width: 100%;
  margin-bottom: 28px;
}
.cid-t0qk6ppOLn .image-wrap img {
  width: 100%;
  height: auto;
}
.cid-t0qk6ppOLn .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-t0qkFn959w {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t0qkFn959w .container {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 15px;
  border-radius: 50px;
  background-color: #bfebf3;
  max-width: 80%;
}
@media (max-width: 768px) {
  .cid-t0qkFn959w .container {
    padding: 50px 15px !important;
  }
  .cid-t0qkFn959w .timelines-container {
    padding: 50px 21px !important;
  }
}
.cid-t0qkFn959w .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-t0qkFn959w .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #1ec6b6;
  margin-right: 2rem;
  border-radius: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-t0qkFn959w .timeline-text-content p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-t0qkFn959w .timeline-text-content {
    padding: 1.5rem 0.5rem;
  }
}
.cid-t0qkFn959w .mbr-timeline-title,
.cid-t0qkFn959w .mbr-timeline-text {
  color: #ffffff;
}
.cid-t0qkFn959w .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cid-t0qkFn959w .timeline-element:hover .timeline-text-content {
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
}
.cid-t0qkFn959w .timeline-element:hover .timeline-text-content h4,
.cid-t0qkFn959w .timeline-element:hover .timeline-text-content p {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #e1e8ff !important;
}
.cid-t0qkFn959w .timeline-element:hover .iconsBackground span {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #e1e8ff !important;
}
.cid-t0qkFn959w .timeline-element:hover:before {
  -webkit-transition: background-color 1s !important;
  transition: background-color 1s !important;
  background-color: #e1e8ff !important;
}
.cid-t0qkFn959w .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-t0qkFn959w .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-t0qkFn959w .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #1ec6b6;
  top: 20px;
  margin-left: -30px;
}
.cid-t0qkFn959w .iconsBackground span {
  color: #ffffff;
}
.cid-t0qkFn959w .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-t0qkFn959w .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #1ec6b6;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
.cid-t0qkFn959w .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .cid-t0qkFn959w .iconsBackground {
    left: 1.5rem;
  }
  .cid-t0qkFn959w .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-t0qkFn959w .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-t0qkFn959w .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-t0qkFn959w .mbr-section-title {
  color: #133996;
}
.cid-t0qyA0f2po {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-t0qyA0f2po .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-t0qyA0f2po .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-t0qyA0f2po img,
.cid-t0qyA0f2po .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t0qyA0f2po .item:focus,
.cid-t0qyA0f2po span:focus {
  outline: none;
}
.cid-t0qyA0f2po .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t0qyA0f2po .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t0qyA0f2po img {
  border-radius: 30px;
}
.cid-t0qyA0f2po .item-title {
  color: #133996;
}
.cid-t0qyA0f2po .item-subtitle {
  color: #00bf88;
}
.cid-t0qyyagTO6 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t0qyyagTO6 .google-map {
  height: 25rem;
  position: relative;
}
.cid-t0qyyagTO6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t0qyyagTO6 .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-t0qyyagTO6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t0qyyagTO6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t0qyyagTO6 .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-t0qyyagTO6 .wrapper .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
}
.cid-t0qyyagTO6 .wrapper .row .btn {
  border-radius: 30px;
  padding: 0.8rem 3rem !important;
}
.cid-t0qyyagTO6 .wrapper .row .title {
  color: #133996;
}
.cid-t0qyyagTO6 .wrapper .form-container {
  padding: 3rem;
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-t0qyyagTO6 .content-panel {
  padding: 3rem;
  background: linear-gradient(45deg, #bfebf3, #e1e8ff);
  height: 100%;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  overflow: hidden;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cid-t0qyyagTO6 .mbr-text {
  color: #133996;
  text-align: left;
}
.cid-t0qyyagTO6 .form-control {
  border-radius: 10px !important;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-t0qyyagTO6 textarea.form-control {
  min-height: 170px;
}
.cid-t0qyyagTO6 .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.cid-t0qyyagTO6 .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-t0qyyagTO6 .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
  border-style: dotted;
}
.cid-t0qyyagTO6 .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-t0qyyagTO6 .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t0qyyagTO6 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t0qyyagTO6 .container {
    max-width: 80% !important;
  }
  .cid-t0qyyagTO6 .wrapper {
    margin-top: 0;
    border-radius: 40px;
  }
  .cid-t0qyyagTO6 .wrapper .main-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-t0qyyagTO6 .wrapper .main-row .text-block .content-panel {
    border-radius: 0 0 30px 30px !important;
  }
  .cid-t0qyyagTO6 .wrapper .main-row .text-block .content-panel .social-list {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-t0qyyagTO6 .form-container {
    border-radius: 30px 30px 0 0 !important;
  }
}
.cid-t0qyyagTO6 .mbr-title {
  color: #133996;
  text-align: left;
}
.cid-t0qyyTJa5k {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #133996;
}
.cid-t0qyyTJa5k img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-t0qyyTJa5k .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-t0qyyTJa5k .card:hover {
  opacity: 0.9;
}
.cid-t0qyyTJa5k H1 {
  color: #ffffff;
}
.cid-t0qyyTJa5k .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-t0qyyTJa5k .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-t0qyyTJa5k .row {
  justify-content: center!important;
}
.cid-shU400KVXB {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shU400KVXB .common-wrap {
  overflow: hidden;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 3rem;
  border-radius: 50px;
  background-color: #ffffff;
}
.cid-shU400KVXB .btn {
  margin: 1rem 0.5rem 2rem 0.5rem !important;
}
.cid-shU400KVXB .card {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-shU400KVXB .main-title {
  color: #133996;
  text-align: center;
}
.cid-shU400KVXB h4 {
  margin-bottom: 0;
}
.cid-shU400KVXB p {
  color: #fff;
}
.cid-shU400KVXB .show-category > p {
  color: #46495f;
}
.cid-shU400KVXB .btn-info-outline {
  border: none;
  color: #fdece8 !important;
  padding: 0;
  margin: 0 0.25rem !important;
}
.cid-shU400KVXB .btn-info-outline span {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-shU400KVXB .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shU400KVXB .btn-info-outline:hover {
  background-color: transparent !important;
  color: #133996 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.cid-shU400KVXB .btn-info-outline:active,
.cid-shU400KVXB .btn-info-outline:focus {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.cid-shU400KVXB .card-wrapper {
  height: 600px;
  position: relative;
}
.cid-shU400KVXB .card-wrapper .show-category {
  display: inline-block;
  padding: 10px 23px;
  border-radius: 50px;
  background-color: #ffffff;
  color: #46495f;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.cid-shU400KVXB .card-wrapper .card-box {
  position: absolute;
  top: 10px;
  width: 100%;
  padding: 40px 40px 27px 30px;
}
.cid-shU400KVXB .card-wrapper .bottom {
  position: absolute;
  bottom: 40px;
  padding: 0 30px 0 30px;
  width: 100%;
}
.cid-shU400KVXB .card-wrapper .bottom .card-title {
  width: 100%;
}
.cid-shU400KVXB .card-wrapper .bottom .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shU400KVXB .card-wrapper .card-img {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  z-index: 0;
  border-radius: 30px;
}
.cid-shU400KVXB .card-wrapper .card-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  pointer-events: none;
  left: 0;
  top: 0;
  border-radius: 30px;
  opacity: 0.3;
}
.cid-shU400KVXB .card-wrapper .card-img img {
  transition: transform 0.8s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}
.cid-shU400KVXB .card-wrapper img {
  border-radius: 30px;
  height: 400px;
}
.cid-shU400KVXB .card-wrapper:hover .card-img,
.cid-shU400KVXB .card-wrapper:focus .card-img {
  transition: transform 0.8s;
}
.cid-shU400KVXB .card-wrapper:hover .card-img::before,
.cid-shU400KVXB .card-wrapper:focus .card-img::before {
  opacity: 0.7;
  background-color: #121525;
}
@media (max-width: 991px) {
  .cid-shU400KVXB .common-wrap {
    padding-left: 92px;
    padding-right: 92px;
  }
  .cid-shU400KVXB .card-wrapper {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-shU400KVXB .bottom {
    width: 100%;
  }
  .cid-shU400KVXB .common-wrap {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media (max-width: 480px) {
  .cid-shU400KVXB .common-wrap {
    padding-left: 21px;
    padding-right: 21px;
  }
}
.cid-shULSAersY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shULSAersY .common-wrap {
  overflow: hidden;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 3rem;
  border-radius: 50px;
  background-color: #ffffff;
}
.cid-shULSAersY .btn {
  margin: 1rem 0.5rem 2rem 0.5rem !important;
}
.cid-shULSAersY .card {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-shULSAersY .main-title {
  color: #133996;
  text-align: center;
}
.cid-shULSAersY h4 {
  margin-bottom: 0;
}
.cid-shULSAersY p {
  color: #fff;
}
.cid-shULSAersY .show-category > p {
  color: #46495f;
}
.cid-shULSAersY .btn-info-outline {
  border: none;
  color: #fdece8 !important;
  padding: 0;
  margin: 0 0.25rem !important;
}
.cid-shULSAersY .btn-info-outline span {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-shULSAersY .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shULSAersY .btn-info-outline:hover {
  background-color: transparent !important;
  color: #133996 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.cid-shULSAersY .btn-info-outline:active,
.cid-shULSAersY .btn-info-outline:focus {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.cid-shULSAersY .card-wrapper {
  height: 600px;
  position: relative;
}
.cid-shULSAersY .card-wrapper .show-category {
  display: inline-block;
  padding: 10px 23px;
  border-radius: 50px;
  background-color: #ffffff;
  color: #46495f;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.cid-shULSAersY .card-wrapper .card-box {
  position: absolute;
  top: 10px;
  width: 100%;
  padding: 40px 40px 27px 30px;
}
.cid-shULSAersY .card-wrapper .bottom {
  position: absolute;
  bottom: 40px;
  padding: 0 30px 0 30px;
  width: 100%;
}
.cid-shULSAersY .card-wrapper .bottom .card-title {
  width: 100%;
}
.cid-shULSAersY .card-wrapper .bottom .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shULSAersY .card-wrapper .card-img {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  z-index: 0;
  border-radius: 30px;
}
.cid-shULSAersY .card-wrapper .card-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  pointer-events: none;
  left: 0;
  top: 0;
  border-radius: 30px;
  opacity: 0.3;
}
.cid-shULSAersY .card-wrapper .card-img img {
  transition: transform 0.8s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}
.cid-shULSAersY .card-wrapper img {
  border-radius: 30px;
  height: 400px;
}
.cid-shULSAersY .card-wrapper:hover .card-img,
.cid-shULSAersY .card-wrapper:focus .card-img {
  transition: transform 0.8s;
}
.cid-shULSAersY .card-wrapper:hover .card-img::before,
.cid-shULSAersY .card-wrapper:focus .card-img::before {
  opacity: 0.7;
  background-color: #121525;
}
@media (max-width: 991px) {
  .cid-shULSAersY .common-wrap {
    padding-left: 92px;
    padding-right: 92px;
  }
  .cid-shULSAersY .card-wrapper {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-shULSAersY .bottom {
    width: 100%;
  }
  .cid-shULSAersY .common-wrap {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media (max-width: 480px) {
  .cid-shULSAersY .common-wrap {
    padding-left: 21px;
    padding-right: 21px;
  }
}
.cid-shULVoV36E {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shULVoV36E .common-wrap {
  overflow: hidden;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 3rem;
  border-radius: 50px;
  background-color: #ffffff;
}
.cid-shULVoV36E .btn {
  margin: 1rem 0.5rem 2rem 0.5rem !important;
}
.cid-shULVoV36E .card {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-shULVoV36E .main-title {
  color: #133996;
  text-align: center;
}
.cid-shULVoV36E h4 {
  margin-bottom: 0;
}
.cid-shULVoV36E p {
  color: #fff;
}
.cid-shULVoV36E .show-category > p {
  color: #46495f;
}
.cid-shULVoV36E .btn-info-outline {
  border: none;
  color: #fdece8 !important;
  padding: 0;
  margin: 0 0.25rem !important;
}
.cid-shULVoV36E .btn-info-outline span {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-shULVoV36E .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shULVoV36E .btn-info-outline:hover {
  background-color: transparent !important;
  color: #133996 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.cid-shULVoV36E .btn-info-outline:active,
.cid-shULVoV36E .btn-info-outline:focus {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.cid-shULVoV36E .card-wrapper {
  height: 600px;
  position: relative;
}
.cid-shULVoV36E .card-wrapper .show-category {
  display: inline-block;
  padding: 10px 23px;
  border-radius: 50px;
  background-color: #ffffff;
  color: #46495f;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.cid-shULVoV36E .card-wrapper .card-box {
  position: absolute;
  top: 10px;
  width: 100%;
  padding: 40px 40px 27px 30px;
}
.cid-shULVoV36E .card-wrapper .bottom {
  position: absolute;
  bottom: 40px;
  padding: 0 30px 0 30px;
  width: 100%;
}
.cid-shULVoV36E .card-wrapper .bottom .card-title {
  width: 100%;
}
.cid-shULVoV36E .card-wrapper .bottom .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shULVoV36E .card-wrapper .card-img {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  z-index: 0;
  border-radius: 30px;
}
.cid-shULVoV36E .card-wrapper .card-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  pointer-events: none;
  left: 0;
  top: 0;
  border-radius: 30px;
  opacity: 0.3;
}
.cid-shULVoV36E .card-wrapper .card-img img {
  transition: transform 0.8s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}
.cid-shULVoV36E .card-wrapper img {
  border-radius: 30px;
  height: 400px;
}
.cid-shULVoV36E .card-wrapper:hover .card-img,
.cid-shULVoV36E .card-wrapper:focus .card-img {
  transition: transform 0.8s;
}
.cid-shULVoV36E .card-wrapper:hover .card-img::before,
.cid-shULVoV36E .card-wrapper:focus .card-img::before {
  opacity: 0.7;
  background-color: #121525;
}
@media (max-width: 991px) {
  .cid-shULVoV36E .common-wrap {
    padding-left: 92px;
    padding-right: 92px;
  }
  .cid-shULVoV36E .card-wrapper {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-shULVoV36E .bottom {
    width: 100%;
  }
  .cid-shULVoV36E .common-wrap {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media (max-width: 480px) {
  .cid-shULVoV36E .common-wrap {
    padding-left: 21px;
    padding-right: 21px;
  }
}
.cid-t0CeAyYPIi {
  background-color: #ffffff;
}
.cid-t0CeAyYPIi .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-t0CeAyYPIi .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-t0CeAyYPIi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t0CeAyYPIi .mbr-section-title {
  color: #133996;
  text-align: left;
}
.cid-t0CeAyYPIi .mbr-text,
.cid-t0CeAyYPIi .mbr-section-btn {
  text-align: left;
  color: #0a1c44;
}
.cid-t0CeaMsHPQ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t0CeaMsHPQ .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-t0CeaMsHPQ .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-t0CeaMsHPQ img,
.cid-t0CeaMsHPQ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t0CeaMsHPQ .item:focus,
.cid-t0CeaMsHPQ span:focus {
  outline: none;
}
.cid-t0CeaMsHPQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t0CeaMsHPQ .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t0CeaMsHPQ img {
  border-radius: 30px;
}
.cid-t0CeaMsHPQ .item-title {
  color: #133996;
}
.cid-t0CeaMsHPQ .item-subtitle {
  color: #00bf88;
}
.cid-t0CekEm53s {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t0CekEm53s .google-map {
  height: 25rem;
  position: relative;
}
.cid-t0CekEm53s .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t0CekEm53s .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-t0CekEm53s .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t0CekEm53s .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t0CekEm53s .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-t0CekEm53s .wrapper .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
}
.cid-t0CekEm53s .wrapper .row .btn {
  border-radius: 30px;
  padding: 0.8rem 3rem !important;
}
.cid-t0CekEm53s .wrapper .row .title {
  color: #133996;
}
.cid-t0CekEm53s .wrapper .form-container {
  padding: 3rem;
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-t0CekEm53s .content-panel {
  padding: 3rem;
  background: linear-gradient(45deg, #bfebf3, #e1e8ff);
  height: 100%;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  overflow: hidden;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cid-t0CekEm53s .mbr-text {
  color: #133996;
  text-align: left;
}
.cid-t0CekEm53s .form-control {
  border-radius: 10px !important;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-t0CekEm53s textarea.form-control {
  min-height: 170px;
}
.cid-t0CekEm53s .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.cid-t0CekEm53s .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-t0CekEm53s .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
  border-style: dotted;
}
.cid-t0CekEm53s .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-t0CekEm53s .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t0CekEm53s .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t0CekEm53s .container {
    max-width: 80% !important;
  }
  .cid-t0CekEm53s .wrapper {
    margin-top: 0;
    border-radius: 40px;
  }
  .cid-t0CekEm53s .wrapper .main-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-t0CekEm53s .wrapper .main-row .text-block .content-panel {
    border-radius: 0 0 30px 30px !important;
  }
  .cid-t0CekEm53s .wrapper .main-row .text-block .content-panel .social-list {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-t0CekEm53s .form-container {
    border-radius: 30px 30px 0 0 !important;
  }
}
.cid-t0CekEm53s .mbr-title {
  color: #133996;
  text-align: left;
}
.cid-shU405W2u9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #133996;
}
.cid-shU405W2u9 img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-shU405W2u9 .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-shU405W2u9 .card:hover {
  opacity: 0.9;
}
.cid-shU405W2u9 H1 {
  color: #ffffff;
}
.cid-shU405W2u9 .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-shU405W2u9 .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-shU405W2u9 .row {
  justify-content: center!important;
}
.cid-sicibNVQCI .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sicibNVQCI .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sicibNVQCI .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sicibNVQCI .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sicibNVQCI .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sicibNVQCI .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sicibNVQCI .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sicibNVQCI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sicibNVQCI .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sicibNVQCI .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sicibNVQCI .navbar.collapsed.opened .navbar-collapse.show,
.cid-sicibNVQCI .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sicibNVQCI .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sicibNVQCI .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sicibNVQCI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sicibNVQCI .navbar {
    flex-wrap: nowrap;
  }
  .cid-sicibNVQCI .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sicibNVQCI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sicibNVQCI .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sicibNVQCI .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sicibNVQCI .navbar.opened .navbar-collapse.show,
  .cid-sicibNVQCI .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sicibNVQCI .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sicibNVQCI .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sicibNVQCI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sicibNVQCI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sicibNVQCI .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sicibNVQCI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sicibNVQCI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sicibNVQCI .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sicibNVQCI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sicibNVQCI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sicibNVQCI .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sicibNVQCI .dropdown-item.active,
.cid-sicibNVQCI .dropdown-item:active {
  background-color: transparent;
}
.cid-sicibNVQCI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sicibNVQCI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sicibNVQCI .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sicibNVQCI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sicibNVQCI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sicibNVQCI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sicibNVQCI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sicibNVQCI .navbar-buttons {
  text-align: center;
}
.cid-sicibNVQCI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #133996;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sicibNVQCI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sicibNVQCI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sicibNVQCI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sicibNVQCI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sicibNVQCI .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sicibNVQCI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sicibNVQCI a.nav-link:focus {
  outline: none;
}
.cid-sicibNVQCI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sicibNVQCI .nav-link:hover,
.cid-sicibNVQCI .dropdown-item:hover {
  color: #bfebf3 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sicibNVQCI .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sicibNVQCI .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-shU4amH8hv {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
}
.cid-shU4amH8hv h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-shU4amH8hv p {
  color: #767676;
  text-align: left;
}
.cid-shU4amH8hv .card-wrapper {
  height: 100%;
}
.cid-shU4amH8hv .container-fluid {
  max-width: 1600px;
}
.cid-shU4amH8hv .card-img {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-shU4amH8hv img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-shU4amH8hv .mbr-iconfont {
  position: absolute;
  font-size: 1.8rem;
  color: #149dcc;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-shU4amH8hv .card:hover img {
  filter: blur(3px);
}
.cid-shU4amH8hv .card:hover .mbr-iconfont {
  opacity: 1;
}
.cid-shU4amH8hv .title {
  text-align: center;
  color: #133996;
}
@media (max-width: 767px) {
  .cid-shU4amH8hv .mbr-iconfont {
    opacity: 1;
  }
  .cid-shU4amH8hv img {
    filter: blur(3px);
  }
}
.cid-shUsnoD5lR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
}
.cid-shUsnoD5lR h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-shUsnoD5lR p {
  color: #767676;
  text-align: left;
}
.cid-shUsnoD5lR .card-wrapper {
  height: 100%;
}
.cid-shUsnoD5lR .container-fluid {
  max-width: 1600px;
}
.cid-shUsnoD5lR .card-img {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-shUsnoD5lR img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-shUsnoD5lR .mbr-iconfont {
  position: absolute;
  font-size: 1.8rem;
  color: #149dcc;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-shUsnoD5lR .card:hover img {
  filter: blur(3px);
}
.cid-shUsnoD5lR .card:hover .mbr-iconfont {
  opacity: 1;
}
.cid-shUsnoD5lR .title {
  text-align: center;
  color: #133996;
}
@media (max-width: 767px) {
  .cid-shUsnoD5lR .mbr-iconfont {
    opacity: 1;
  }
  .cid-shUsnoD5lR img {
    filter: blur(3px);
  }
}
.cid-shUsody36K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
}
.cid-shUsody36K h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-shUsody36K p {
  color: #767676;
  text-align: left;
}
.cid-shUsody36K .card-wrapper {
  height: 100%;
}
.cid-shUsody36K .container-fluid {
  max-width: 1600px;
}
.cid-shUsody36K .card-img {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-shUsody36K img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-shUsody36K .mbr-iconfont {
  position: absolute;
  font-size: 1.8rem;
  color: #149dcc;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-shUsody36K .card:hover img {
  filter: blur(3px);
}
.cid-shUsody36K .card:hover .mbr-iconfont {
  opacity: 1;
}
.cid-shUsody36K .title {
  text-align: center;
  color: #133996;
}
@media (max-width: 767px) {
  .cid-shUsody36K .mbr-iconfont {
    opacity: 1;
  }
  .cid-shUsody36K img {
    filter: blur(3px);
  }
}
.cid-shU4annfAX {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #f2f6ff;
}
.cid-shU4annfAX .card-wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #bfebf3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 15px 50px 10px rgba(62, 195, 219, 0.6);
}
.cid-shU4annfAX .card-wrapper:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}
.cid-shU4annfAX .card-wrapper:hover .ico2 {
  color: #133996 !important;
}
.cid-shU4annfAX .ico2 {
  color: #fdece8 !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cid-shU4annfAX .text-info:hover {
  color: inherit !important;
}
.cid-shU4annfAX .card-box {
  padding: 0rem 1rem;
}
.cid-shU4annfAX .ico1 {
  font-size: 2rem !important;
}
.cid-shU4annfAX h3,
.cid-shU4annfAX h4 {
  padding: 0;
  margin: 0;
}
.cid-shU4annfAX .card-title {
  color: #133996;
}
.cid-shU4annfAX .mbr-text {
  color: #133996;
}
.cid-t0CeSwnSE3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t0CeSwnSE3 .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-t0CeSwnSE3 .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-t0CeSwnSE3 img,
.cid-t0CeSwnSE3 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t0CeSwnSE3 .item:focus,
.cid-t0CeSwnSE3 span:focus {
  outline: none;
}
.cid-t0CeSwnSE3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t0CeSwnSE3 .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t0CeSwnSE3 img {
  border-radius: 30px;
}
.cid-t0CeSwnSE3 .item-title {
  color: #133996;
}
.cid-t0CeSwnSE3 .item-subtitle {
  color: #00bf88;
}
.cid-t0CeRn2WId {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t0CeRn2WId .google-map {
  height: 25rem;
  position: relative;
}
.cid-t0CeRn2WId .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t0CeRn2WId .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-t0CeRn2WId .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t0CeRn2WId .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t0CeRn2WId .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-t0CeRn2WId .wrapper .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
}
.cid-t0CeRn2WId .wrapper .row .btn {
  border-radius: 30px;
  padding: 0.8rem 3rem !important;
}
.cid-t0CeRn2WId .wrapper .row .title {
  color: #133996;
}
.cid-t0CeRn2WId .wrapper .form-container {
  padding: 3rem;
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-t0CeRn2WId .content-panel {
  padding: 3rem;
  background: linear-gradient(45deg, #bfebf3, #e1e8ff);
  height: 100%;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  overflow: hidden;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cid-t0CeRn2WId .mbr-text {
  color: #133996;
  text-align: left;
}
.cid-t0CeRn2WId .form-control {
  border-radius: 10px !important;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-t0CeRn2WId textarea.form-control {
  min-height: 170px;
}
.cid-t0CeRn2WId .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.cid-t0CeRn2WId .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-t0CeRn2WId .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
  border-style: dotted;
}
.cid-t0CeRn2WId .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-t0CeRn2WId .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t0CeRn2WId .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t0CeRn2WId .container {
    max-width: 80% !important;
  }
  .cid-t0CeRn2WId .wrapper {
    margin-top: 0;
    border-radius: 40px;
  }
  .cid-t0CeRn2WId .wrapper .main-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-t0CeRn2WId .wrapper .main-row .text-block .content-panel {
    border-radius: 0 0 30px 30px !important;
  }
  .cid-t0CeRn2WId .wrapper .main-row .text-block .content-panel .social-list {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-t0CeRn2WId .form-container {
    border-radius: 30px 30px 0 0 !important;
  }
}
.cid-t0CeRn2WId .mbr-title {
  color: #133996;
  text-align: left;
}
.cid-shU4at3Hc6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #133996;
}
.cid-shU4at3Hc6 img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-shU4at3Hc6 .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-shU4at3Hc6 .card:hover {
  opacity: 0.9;
}
.cid-shU4at3Hc6 H1 {
  color: #ffffff;
}
.cid-shU4at3Hc6 .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-shU4at3Hc6 .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-shU4at3Hc6 .row {
  justify-content: center!important;
}
.cid-sicibNVQCI .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sicibNVQCI .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sicibNVQCI .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sicibNVQCI .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sicibNVQCI .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sicibNVQCI .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sicibNVQCI .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sicibNVQCI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sicibNVQCI .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sicibNVQCI .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sicibNVQCI .navbar.collapsed.opened .navbar-collapse.show,
.cid-sicibNVQCI .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sicibNVQCI .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sicibNVQCI .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sicibNVQCI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sicibNVQCI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sicibNVQCI .navbar {
    flex-wrap: nowrap;
  }
  .cid-sicibNVQCI .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sicibNVQCI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sicibNVQCI .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sicibNVQCI .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sicibNVQCI .navbar.opened .navbar-collapse.show,
  .cid-sicibNVQCI .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sicibNVQCI .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sicibNVQCI .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sicibNVQCI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sicibNVQCI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sicibNVQCI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sicibNVQCI .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sicibNVQCI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sicibNVQCI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sicibNVQCI .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sicibNVQCI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sicibNVQCI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sicibNVQCI .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sicibNVQCI .dropdown-item.active,
.cid-sicibNVQCI .dropdown-item:active {
  background-color: transparent;
}
.cid-sicibNVQCI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sicibNVQCI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sicibNVQCI .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sicibNVQCI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sicibNVQCI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sicibNVQCI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sicibNVQCI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sicibNVQCI .navbar-buttons {
  text-align: center;
}
.cid-sicibNVQCI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #133996;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sicibNVQCI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sicibNVQCI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sicibNVQCI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sicibNVQCI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sicibNVQCI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sicibNVQCI .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sicibNVQCI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sicibNVQCI a.nav-link:focus {
  outline: none;
}
.cid-sicibNVQCI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sicibNVQCI .nav-link:hover,
.cid-sicibNVQCI .dropdown-item:hover {
  color: #bfebf3 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sicibNVQCI .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sicibNVQCI .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
