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





body {
  font-family: Dosis;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Open 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.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #12375c !important;
}
.bg-success {
  background-color: #36d88a !important;
}
.bg-info {
  background-color: #ff4100 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #12375c !important;
  border-color: #12375c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #05111c !important;
  border-color: #05111c !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #05111c !important;
  border-color: #05111c !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #ff8f00 !important;
  border-color: #ff8f00 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #b36400 !important;
  border-color: #b36400 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b36400 !important;
  border-color: #b36400 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #36d88a !important;
  border-color: #36d88a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #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,
.btn-primary-outline.active {
  background: none;
  border-color: #010407;
  color: #010407 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #12375c;
  border-color: #12375c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #12375c !important;
  border-color: #12375c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #995600;
  color: #995600 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #ff8f00;
  border-color: #ff8f00;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8f00 !important;
  border-color: #ff8f00 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #992700;
  color: #992700 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #ff4100;
  border-color: #ff4100;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #1b8d56;
  color: #1b8d56 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #36d88a;
  border-color: #36d88a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #36d88a !important;
  border-color: #36d88a !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #111111;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  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 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #12375c !important;
}
.text-secondary {
  color: #ff8f00 !important;
}
.text-success {
  color: #36d88a !important;
}
.text-info {
  color: #ff4100 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #010407 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #995600 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1b8d56 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #992700 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !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: #ff4100;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #12375c;
  border-color: #12375c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #12375c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2777c7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1f9ed;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffd9cc;
}
.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: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #444444;
}
#scrollToTop a i:before {
  background: #ffffff;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #444444;
  opacity: .5;
  transition: .3s;
}
.mbr-arrow a {
  color: #ffffff;
}
.mbr-arrow:hover {
  opacity: .7;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #12375c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #12375c;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #12375c;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #12375c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #12375c;
  border-bottom-color: #12375c;
}
.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: #12375c !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: #ff8f00 !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='%2312375c' %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-reHRdyM97n {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-reHRdyM97n .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-reHRdyM97n .modal-body .close {
  background: #1b1b1b;
}
.cid-reHRdyM97n .modal-body .close span {
  font-style: normal;
}
.cid-reHRdyM97n .carousel-inner > .active,
.cid-reHRdyM97n .carousel-inner > .next,
.cid-reHRdyM97n .carousel-inner > .prev {
  display: flex;
}
.cid-reHRdyM97n .carousel-control .icon-next,
.cid-reHRdyM97n .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-reHRdyM97n .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-reHRdyM97n .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-reHRdyM97n .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-reHRdyM97n .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-reHRdyM97n .boxed-slider > div {
  position: relative;
}
.cid-reHRdyM97n .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-reHRdyM97n .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-reHRdyM97n .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-reHRdyM97n .mbr-table-cell {
  padding: 0;
}
.cid-reHRdyM97n .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-reHRdyM97n .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-reHRdyM97n .mbr-overlay {
  z-index: 1;
}
.cid-reHRdyM97n .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-reHRdyM97n .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-reHRdyM97n .carousel-item .container {
    width: 100%;
  }
}
.cid-reHRdyM97n .carousel-item-next.carousel-item-left,
.cid-reHRdyM97n .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-reHRdyM97n .active.carousel-item-right,
.cid-reHRdyM97n .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-reHRdyM97n .active.carousel-item-left,
.cid-reHRdyM97n .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-reHRdyM97n .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-reHRdyM97n .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-reHRdyM97n .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-reHRdyM97n .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-reHRdyM97n .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-reHRdyM97n .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-reHRdyM97n .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-reHRdyM97n .mbr-slider .carousel-indicators li.active,
.cid-reHRdyM97n .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-reHRdyM97n .mbr-slider .carousel-indicators li::after,
.cid-reHRdyM97n .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-reHRdyM97n .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-reHRdyM97n .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-reHRdyM97n .mbr-slider > .container img {
  width: 100%;
}
.cid-reHRdyM97n .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-reHRdyM97n .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-reHRdyM97n .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-reHRdyM97n .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-reHRdyM97n .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-reHRdyM97n .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-reHRdyM97n .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-reHRdyM97n .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-reHRdyM97n .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-reHRdyM97n .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-reHRdyM97n .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-reHRdyM97n .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-reHRdyM97n .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-reHRdyM97n .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-reHRdyM97n .carousel-inner {
  height: 100%;
}
.cid-reHRdyM97n .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-reHRdyM97n .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 350px;
  overflow: hidden;
}
.cid-reHRdyM97n .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-reHRdyM97n .content-slider-wrap {
  width: 100%;
}
.cid-reHRdyM97n H2 {
  color: #ff8f00;
}
.cid-rdYi8wcxPf {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rdYi8wcxPf blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
}
.cid-rdYi8wcxPf .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #a65c00;
  opacity: .1;
}
.cid-rdYi8wcxPf .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-rdYi8wcxPf DIV {
  text-align: left;
}
.cid-rdYi8wcxPf BLOCKQUOTE {
  color: #12375c;
}
.cid-revdzscakS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-revdzscakS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-revdzscakS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-revdzscakS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-revdzscakS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-revdzscakS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #12375c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #12375c, #ff8f00) !important;
}
.cid-revdzscakS .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-revdzscakS .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #ff8f00 !important;
}
.cid-revdzscakS .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-revdzscakS .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #ff8f00 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-revdzscakS .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-revdzscakS .mbr-gallery-filter ul {
  display: block;
}
.cid-revdzscakS .mbr-gallery-filter ul li {
  position: relative;
}
.cid-revdzscakS .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-revdzscakS .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-revdzscakS .mbr-gallery-filter li.active::after,
.cid-revdzscakS .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-revdzscakS .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-revdzscakS .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-revdzscakS .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-revdzscakS .icon-focus:before {
  content: '\e95e';
}
.cid-revdzscakS .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-revdzscakS .mbr-section-title {
  margin: 0;
}
.cid-revdzscakS .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-revdzscakS .underline .line {
  width: 3rem;
  height: 2px;
  background: #ff8f00;
  display: inline-block;
}
.cid-revdzscakS .mbr-section-title,
.cid-revdzscakS .underline {
  color: #ff8f00;
}
.cid-revdzscakS .mbr-section-subtitle {
  color: #12375c;
}
.cid-revdzscakS .mbr-gallery-item > div > span {
  color: #ff8f00;
  text-align: left;
}
.cid-re0pk160mF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #12375c;
}
.cid-re0pk160mF .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-reuNYLoKaN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #d6d6d6;
}
.cid-reuNYLoKaN a:link {
  text-decoration: none;
}
.cid-reuNYLoKaN .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-reuNYLoKaN .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-reuNYLoKaN .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-reuNYLoKaN .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-reuNYLoKaN .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-reuNYLoKaN .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-reuNYLoKaN .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #12375c;
  position: relative;
  top: -19px;
}
.cid-reuNYLoKaN .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #12375c;
}
.cid-reuNYLoKaN .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-reuNYLoKaN .plan-title,
.cid-reuNYLoKaN .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-reuNYLoKaN .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-reuNYLoKaN .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-reuNYLoKaN .mbr-section-title span {
  color: #ffbc00;
}
.cid-reuNYLoKaN .mbr-text {
  text-align: left;
  color: #12375c;
}
.cid-reuNYLoKaN .mbr-section-title {
  color: #12375c;
}
.cid-ryBkPYxsIG.popup-builder {
  background-color: #ffffff;
}
.cid-ryBkPYxsIG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ryBkPYxsIG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ryBkPYxsIG .modal-content,
.cid-ryBkPYxsIG .modal-dialog {
  height: auto;
}
.cid-ryBkPYxsIG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ryBkPYxsIG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ryBkPYxsIG .form-wrapper .mbr-form .form-group,
  .cid-ryBkPYxsIG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ryBkPYxsIG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ryBkPYxsIG .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-ryBkPYxsIG .mbr-text {
  text-align: center;
}
.cid-ryBkPYxsIG .pt-0 {
  padding-top: 0 !important;
}
.cid-ryBkPYxsIG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ryBkPYxsIG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ryBkPYxsIG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ryBkPYxsIG .modal-open {
  overflow: hidden;
}
.cid-ryBkPYxsIG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ryBkPYxsIG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ryBkPYxsIG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ryBkPYxsIG .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-ryBkPYxsIG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ryBkPYxsIG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ryBkPYxsIG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ryBkPYxsIG .modal-content {
  background: #ff8f00;
  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-ryBkPYxsIG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ryBkPYxsIG .modal-backdrop.fade {
  opacity: 0;
}
.cid-ryBkPYxsIG .modal-backdrop.show {
  opacity: .5;
}
.cid-ryBkPYxsIG .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-ryBkPYxsIG .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ryBkPYxsIG .modal-header .close:hover {
  opacity: 1;
}
.cid-ryBkPYxsIG .modal-header .close:focus {
  outline: none;
}
.cid-ryBkPYxsIG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #12375c;
}
.cid-ryBkPYxsIG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-ryBkPYxsIG .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-ryBkPYxsIG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ryBkPYxsIG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ryBkPYxsIG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ryBkPYxsIG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ryBkPYxsIG .modal-sm {
    max-width: 300px;
  }
  .cid-ryBkPYxsIG .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-ryBkPYxsIG .modal-lg,
  .cid-ryBkPYxsIG .modal-xl {
    max-width: 800px;
  }
  .cid-ryBkPYxsIG .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-ryBkPYxsIG .modal-xl {
    max-width: 1140px;
  }
  .cid-ryBkPYxsIG .container {
    max-width: 1140px;
  }
}
.cid-ryBkPYxsIG .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ryBkPYxsIG .container {
    max-width: 720px;
  }
}
.cid-ryBkPYxsIG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ryBkPYxsIG .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-ryBkPYxsIG .form-group {
  margin-bottom: 1rem;
}
.cid-ryBkPYxsIG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ryBkPYxsIG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ryBkPYxsIG .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-soOw4BcWcW .navbar {
  box-shadow: 0px 7px #ff8f00;
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
}
.cid-soOw4BcWcW .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-soOw4BcWcW .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #cc7200;
  color: #ffffff !important;
  background: #ff8f00 !important;
}
.cid-soOw4BcWcW .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-soOw4BcWcW .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-soOw4BcWcW .navbar .dropdown-itemx {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #0a1d31;
  color: #ffffff !important;
  background: #12375c !important;
}
.cid-soOw4BcWcW .navbar .dropdown-itemx:hover {
  padding-left: 2rem;
}
.cid-soOw4BcWcW .navbar .dropdown-itemx:focus border {
  outline: none;
}
.cid-soOw4BcWcW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-soOw4BcWcW .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-soOw4BcWcW .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #12375c;
}
.cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-soOw4BcWcW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-soOw4BcWcW .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-soOw4BcWcW .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-soOw4BcWcW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-soOw4BcWcW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-soOw4BcWcW .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-soOw4BcWcW .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-soOw4BcWcW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-soOw4BcWcW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-soOw4BcWcW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-soOw4BcWcW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-soOw4BcWcW .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-soOw4BcWcW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-soOw4BcWcW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-soOw4BcWcW .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soOw4BcWcW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soOw4BcWcW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soOw4BcWcW .dropdown-item.active,
.cid-soOw4BcWcW .dropdown-item:active {
  background-color: transparent;
}
.cid-soOw4BcWcW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soOw4BcWcW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soOw4BcWcW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soOw4BcWcW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-soOw4BcWcW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-soOw4BcWcW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soOw4BcWcW ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-soOw4BcWcW .navbar-buttons {
  text-align: center;
}
.cid-soOw4BcWcW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #12375c;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soOw4BcWcW .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-soOw4BcWcW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-soOw4BcWcW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-soOw4BcWcW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-soOw4BcWcW .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-soOw4BcWcW .nav-link:hover,
.cid-soOw4BcWcW .dropdown-item:hover {
  color: #12375c !important;
}
.cid-reI14QMAag {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-reI14QMAag .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-reI14QMAag .modal-body .close {
  background: #1b1b1b;
}
.cid-reI14QMAag .modal-body .close span {
  font-style: normal;
}
.cid-reI14QMAag .carousel-inner > .active,
.cid-reI14QMAag .carousel-inner > .next,
.cid-reI14QMAag .carousel-inner > .prev {
  display: flex;
}
.cid-reI14QMAag .carousel-control .icon-next,
.cid-reI14QMAag .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-reI14QMAag .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-reI14QMAag .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-reI14QMAag .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-reI14QMAag .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-reI14QMAag .boxed-slider > div {
  position: relative;
}
.cid-reI14QMAag .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-reI14QMAag .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-reI14QMAag .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-reI14QMAag .mbr-table-cell {
  padding: 0;
}
.cid-reI14QMAag .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-reI14QMAag .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-reI14QMAag .mbr-overlay {
  z-index: 1;
}
.cid-reI14QMAag .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-reI14QMAag .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-reI14QMAag .carousel-item .container {
    width: 100%;
  }
}
.cid-reI14QMAag .carousel-item-next.carousel-item-left,
.cid-reI14QMAag .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-reI14QMAag .active.carousel-item-right,
.cid-reI14QMAag .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-reI14QMAag .active.carousel-item-left,
.cid-reI14QMAag .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-reI14QMAag .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-reI14QMAag .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-reI14QMAag .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-reI14QMAag .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-reI14QMAag .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-reI14QMAag .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-reI14QMAag .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-reI14QMAag .mbr-slider .carousel-indicators li.active,
.cid-reI14QMAag .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-reI14QMAag .mbr-slider .carousel-indicators li::after,
.cid-reI14QMAag .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-reI14QMAag .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-reI14QMAag .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-reI14QMAag .mbr-slider > .container img {
  width: 100%;
}
.cid-reI14QMAag .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-reI14QMAag .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-reI14QMAag .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-reI14QMAag .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-reI14QMAag .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-reI14QMAag .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-reI14QMAag .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-reI14QMAag .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-reI14QMAag .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-reI14QMAag .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-reI14QMAag .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-reI14QMAag .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-reI14QMAag .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-reI14QMAag .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-reI14QMAag .carousel-inner {
  height: 100%;
}
.cid-reI14QMAag .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-reI14QMAag .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 350px;
  overflow: hidden;
}
.cid-reI14QMAag .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-reI14QMAag .content-slider-wrap {
  width: 100%;
}
.cid-reI14QMAag H2 {
  color: #ff8f00;
}
.cid-re0HERO6IH {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-re0HERO6IH blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
}
.cid-re0HERO6IH .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #a65c00;
  opacity: .1;
}
.cid-re0HERO6IH .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-re0HERO6IH DIV {
  text-align: left;
}
.cid-re0HERO6IH BLOCKQUOTE {
  color: #12375c;
}
.cid-re0HESSXTQ {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-re0HESSXTQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-re0HESSXTQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-re0HESSXTQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-re0HESSXTQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-re0HESSXTQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ff8f00;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #ff8f00, #12375c) !important;
}
.cid-re0HESSXTQ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-re0HESSXTQ .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-re0HESSXTQ .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-re0HESSXTQ .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #12375c !important;
}
.cid-re0HESSXTQ .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-re0HESSXTQ .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #12375c !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-re0HESSXTQ .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-re0HESSXTQ .mbr-gallery-filter ul {
  display: block;
}
.cid-re0HESSXTQ .mbr-gallery-filter ul li {
  position: relative;
}
.cid-re0HESSXTQ .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-re0HESSXTQ .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-re0HESSXTQ .mbr-gallery-filter li.active::after,
.cid-re0HESSXTQ .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-re0HESSXTQ .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-re0HESSXTQ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ff8f00 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #ff8f00, #12375c) !important;
}
.cid-re0HESSXTQ .icon-focus:before {
  content: '\e95e';
}
.cid-re0HESSXTQ .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-re0HESSXTQ .mbr-section-title {
  margin: 0;
}
.cid-re0HESSXTQ .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-re0HESSXTQ .underline .line {
  width: 3rem;
  height: 2px;
  background: #a65c00;
  display: inline-block;
}
.cid-re0HESSXTQ .mbr-section-subtitle {
  color: #12375c;
}
.cid-re0HESSXTQ .mbr-section-title,
.cid-re0HESSXTQ .underline {
  color: #ff8f00;
}
.cid-re0HEWh4qW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #12375c;
}
.cid-re0HEWh4qW .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-reuO6hwKdg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #d6d6d6;
}
.cid-reuO6hwKdg a:link {
  text-decoration: none;
}
.cid-reuO6hwKdg .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-reuO6hwKdg .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-reuO6hwKdg .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-reuO6hwKdg .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-reuO6hwKdg .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-reuO6hwKdg .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-reuO6hwKdg .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #12375c;
  position: relative;
  top: -19px;
}
.cid-reuO6hwKdg .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #12375c;
}
.cid-reuO6hwKdg .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-reuO6hwKdg .plan-title,
.cid-reuO6hwKdg .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-reuO6hwKdg .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-reuO6hwKdg .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-reuO6hwKdg .mbr-section-title span {
  color: #ffbc00;
}
.cid-reuO6hwKdg .mbr-text {
  text-align: left;
  color: #12375c;
}
.cid-reuO6hwKdg .mbr-section-title {
  color: #12375c;
}
.cid-ryBkWmIZi2.popup-builder {
  background-color: #ffffff;
}
.cid-ryBkWmIZi2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ryBkWmIZi2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ryBkWmIZi2 .modal-content,
.cid-ryBkWmIZi2 .modal-dialog {
  height: auto;
}
.cid-ryBkWmIZi2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ryBkWmIZi2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ryBkWmIZi2 .form-wrapper .mbr-form .form-group,
  .cid-ryBkWmIZi2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ryBkWmIZi2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ryBkWmIZi2 .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-ryBkWmIZi2 .mbr-text {
  text-align: center;
}
.cid-ryBkWmIZi2 .pt-0 {
  padding-top: 0 !important;
}
.cid-ryBkWmIZi2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ryBkWmIZi2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ryBkWmIZi2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ryBkWmIZi2 .modal-open {
  overflow: hidden;
}
.cid-ryBkWmIZi2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ryBkWmIZi2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ryBkWmIZi2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ryBkWmIZi2 .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-ryBkWmIZi2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ryBkWmIZi2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ryBkWmIZi2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ryBkWmIZi2 .modal-content {
  background: #ff8f00;
  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-ryBkWmIZi2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ryBkWmIZi2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-ryBkWmIZi2 .modal-backdrop.show {
  opacity: .5;
}
.cid-ryBkWmIZi2 .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-ryBkWmIZi2 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ryBkWmIZi2 .modal-header .close:hover {
  opacity: 1;
}
.cid-ryBkWmIZi2 .modal-header .close:focus {
  outline: none;
}
.cid-ryBkWmIZi2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #12375c;
}
.cid-ryBkWmIZi2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-ryBkWmIZi2 .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-ryBkWmIZi2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ryBkWmIZi2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ryBkWmIZi2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ryBkWmIZi2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ryBkWmIZi2 .modal-sm {
    max-width: 300px;
  }
  .cid-ryBkWmIZi2 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-ryBkWmIZi2 .modal-lg,
  .cid-ryBkWmIZi2 .modal-xl {
    max-width: 800px;
  }
  .cid-ryBkWmIZi2 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-ryBkWmIZi2 .modal-xl {
    max-width: 1140px;
  }
  .cid-ryBkWmIZi2 .container {
    max-width: 1140px;
  }
}
.cid-ryBkWmIZi2 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ryBkWmIZi2 .container {
    max-width: 720px;
  }
}
.cid-ryBkWmIZi2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ryBkWmIZi2 .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-ryBkWmIZi2 .form-group {
  margin-bottom: 1rem;
}
.cid-ryBkWmIZi2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ryBkWmIZi2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ryBkWmIZi2 .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-soOw4BcWcW .navbar {
  box-shadow: 0px 7px #ff8f00;
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
}
.cid-soOw4BcWcW .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-soOw4BcWcW .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #cc7200;
  color: #ffffff !important;
  background: #ff8f00 !important;
}
.cid-soOw4BcWcW .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-soOw4BcWcW .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-soOw4BcWcW .navbar .dropdown-itemx {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #0a1d31;
  color: #ffffff !important;
  background: #12375c !important;
}
.cid-soOw4BcWcW .navbar .dropdown-itemx:hover {
  padding-left: 2rem;
}
.cid-soOw4BcWcW .navbar .dropdown-itemx:focus border {
  outline: none;
}
.cid-soOw4BcWcW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-soOw4BcWcW .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-soOw4BcWcW .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #12375c;
}
.cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-soOw4BcWcW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-soOw4BcWcW .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-soOw4BcWcW .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-soOw4BcWcW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-soOw4BcWcW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-soOw4BcWcW .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-soOw4BcWcW .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-soOw4BcWcW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-soOw4BcWcW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-soOw4BcWcW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-soOw4BcWcW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-soOw4BcWcW .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-soOw4BcWcW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-soOw4BcWcW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-soOw4BcWcW .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soOw4BcWcW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soOw4BcWcW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soOw4BcWcW .dropdown-item.active,
.cid-soOw4BcWcW .dropdown-item:active {
  background-color: transparent;
}
.cid-soOw4BcWcW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soOw4BcWcW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soOw4BcWcW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soOw4BcWcW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-soOw4BcWcW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-soOw4BcWcW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soOw4BcWcW ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-soOw4BcWcW .navbar-buttons {
  text-align: center;
}
.cid-soOw4BcWcW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #12375c;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soOw4BcWcW .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-soOw4BcWcW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-soOw4BcWcW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-soOw4BcWcW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-soOw4BcWcW .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-soOw4BcWcW .nav-link:hover,
.cid-soOw4BcWcW .dropdown-item:hover {
  color: #12375c !important;
}
#custom-html-16 {
  width: auto;
  background: #ccc;
  height: 79px;
  /* Smaller than standard 960 (devices and browsers) */
  /* Tablet Portrait size to standard 960 (devices and browsers) */
  /* All Mobile Sizes (devices and browser) */
  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
}
@media only screen and (min-width: 1550px) {
  #custom-html-16 {
    width: auto;
    background: #ccc;
    height: 79px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  #custom-html-16 {
    width: auto;
    background: #ccc;
    height: 79px;
  }
}
@media only screen and (max-width: 959px) {
  #custom-html-16 {
    width: auto;
    background: #ccc;
    height: 79px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #custom-html-16 {
    width: auto;
    background: #ccc;
    height: 79px;
  }
}
@media only screen and (max-width: 767px) {
  #custom-html-16 {
    width: auto;
    background: #ccc;
    height: 79px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #custom-html-16 {
    width: auto;
    background: #ccc;
    height: 85px;
  }
}
@media only screen and (max-width: 479px) {
  #custom-html-16 {
    width: auto;
    background: #ccc;
    height: 85px;
  }
}
#custom-html-16 .novoTel {
  font-size: 20px;
  position: fixed;
  top: 25%;
  right: 0;
  background-color: rgba(246, 147, 29, 0.7);
  z-index: 100000;
  padding: 1rem;
  border-radius: 20px 0 0 20px;
}
#custom-html-16 .textoTel {
  color: white;
}
#custom-html-16 .close {
  color: #000;
  font-size: 20px;
  padding: 3px 1px;
}
#custom-html-16 #myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 10px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
#custom-html-16 #myBtn:hover {
  background-color: #555;
}
#custom-html-16 #botaocss {
  -moz-transform: rotate(-90deg);
  -moz-transition: all 0.1s ease-in-out;
  -ms-transform: rotate(-90deg);
  -ms-transition: all 0.1s ease-in-out;
  -o-transform: rotate(-90deg);
  -o-transition: all 0.1s ease-in-out;
  -webkit-box-shadow: #ae0400 0 0 10px;
  -webkit-transform: rotate(-90deg);
  -webkit-transition: all 0.1s ease-in-out;
  font: bold 15px;
  font-style: normal;
  color: #ffffff;
  border: none;
  box-shadow: 2px 2px 5px #000000;
  -moz-box-shadow: 2px 2px 5px #000000;
  -webkit-box-shadow: 2px 2px 5px #000000;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  font-size: 15px;
  position: fixed;
  top: 35%;
  right: -120px;
  background-color: #ae0400;
  z-index: 100000;
  border-radius: 0 0 0 0;
  text-decoration: none;
  transform: rotate(-90deg);
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  margin: 0 auto;
}
#custom-html-16 #botaocss a {
  display: block;
  /*Objeto único na linha*/
  background: #ae0400;
  /*Cor de fundo do objeto em espera*/
  color: #FFFFFF;
  /*Cor do texto*/
  text-shadow: 0px 0px 0px #111111;
  /*Disposição e cor da sombra do texto*/
  text-align: center;
  /*Alinhamento do texto*/
  border: none;
  border-radius: 0px;
  /*Define o arredondamento do objeto*/
  box-shadow: none;
  padding: 3px 10px 3px 10px;
  /*Espaçamento interno do objeto*/
  margin: 0px 0px 0px 0px;
  /*Espaçamento externo do objeto*/
  text-decoration: none;
  /*Decoração do texto ("none" = sem sublinhamento)*/
}
#custom-html-16 #botaocss a:hover {
  background: #e70400;
  /*Cor de fundo do objeto quando o mouse está sobre o mesmo*/
  border: solid 0px #e70400;
  /*Cor da linha do objeto quando o mouse está sobre o mesmo*/
  box-shadow: 0px 2px 3px #e70400;
  /*Disposição e cor da sombra do objeto quando o mouse está sobre o mesmo*/
}
#custom-html-16 #botaocss a:clicked {
  background: #e70400;
  /*Cor de fundo do objeto quando o mouse é clicado sobre o mesmo*/
  border: solid 0px #e70400;
  /*Cor da linha do objeto quando o mouse é clicado sobre o mesmo*/
}
.cid-revHNR6IXE {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-revHNR6IXE .images-container.container-fluid {
  padding: 0;
}
.cid-revHNR6IXE .media-container-row {
  margin: 0 auto;
  -webkit-align-items: center;
  align-items: center;
}
.cid-revHNR6IXE .media-container-row .img-item {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-revHNR6IXE .media-container-row .img-item img {
  width: 100%;
}
.cid-revHNR6IXE .media-container-row .img-item .img-caption {
  background: #ffbc00;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.cid-revHNR6IXE .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-revHNR6IXE .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
.cid-revHNR6IXE .media-container-row .img-item.item1 .img-caption {
  right: 2rem;
}
@media (max-width: 992px) {
  .cid-revHNR6IXE .img-item {
    width: 100% !important;
  }
  .cid-revHNR6IXE .img-item.item1 {
    width: 100%;
    -webkit-flex-basis: initial !important;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
  .cid-revHNR6IXE .img-item .img-caption {
    position: relative !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-revHNR6IXE .media-container-row .img-item {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
.cid-revHNR6IXE P {
  text-align: center;
  color: #12375c;
}
.cid-re57dHfimV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-re57dHfimV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-re57dHfimV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-re57dHfimV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-re57dHfimV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-re57dHfimV .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ff8f00;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #ff8f00, #12375c) !important;
}
.cid-re57dHfimV .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-re57dHfimV .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-re57dHfimV .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-re57dHfimV .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ff8f00 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #ff8f00, #12375c) !important;
}
.cid-re57dHfimV ul {
  font-size: 0;
}
.cid-re57dHfimV .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #03426a;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s;
}
.cid-re57dHfimV .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-bottom: 2px #03426a solid;
  border-radius: 0 !important;
}
.cid-re57dHfimV .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-re57dHfimV .mbr-gallery-item > div > span {
  text-align: center;
  color: #efefef;
}
.cid-re57dHfimV .mbr-gallery-item > div > span B {
  color: #efefef;
}
.cid-re567ehGHw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #12375c;
}
.cid-re567ehGHw .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-reuOf2hc4G {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #d6d6d6;
}
.cid-reuOf2hc4G a:link {
  text-decoration: none;
}
.cid-reuOf2hc4G .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-reuOf2hc4G .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-reuOf2hc4G .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-reuOf2hc4G .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-reuOf2hc4G .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-reuOf2hc4G .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-reuOf2hc4G .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #12375c;
  position: relative;
  top: -19px;
}
.cid-reuOf2hc4G .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #12375c;
}
.cid-reuOf2hc4G .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-reuOf2hc4G .plan-title,
.cid-reuOf2hc4G .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-reuOf2hc4G .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-reuOf2hc4G .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-reuOf2hc4G .mbr-section-title span {
  color: #ffbc00;
}
.cid-reuOf2hc4G .mbr-text {
  text-align: left;
  color: #12375c;
}
.cid-reuOf2hc4G .mbr-section-title {
  color: #12375c;
}
.cid-ryBlp4b1si.popup-builder {
  background-color: #ffffff;
}
.cid-ryBlp4b1si.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ryBlp4b1si.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ryBlp4b1si .modal-content,
.cid-ryBlp4b1si .modal-dialog {
  height: auto;
}
.cid-ryBlp4b1si .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ryBlp4b1si .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ryBlp4b1si .form-wrapper .mbr-form .form-group,
  .cid-ryBlp4b1si .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ryBlp4b1si .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ryBlp4b1si .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-ryBlp4b1si .mbr-text {
  text-align: center;
}
.cid-ryBlp4b1si .pt-0 {
  padding-top: 0 !important;
}
.cid-ryBlp4b1si .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ryBlp4b1si .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ryBlp4b1si .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ryBlp4b1si .modal-open {
  overflow: hidden;
}
.cid-ryBlp4b1si .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ryBlp4b1si .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ryBlp4b1si .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ryBlp4b1si .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-ryBlp4b1si .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ryBlp4b1si .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ryBlp4b1si .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ryBlp4b1si .modal-content {
  background: #ff8f00;
  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-ryBlp4b1si .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ryBlp4b1si .modal-backdrop.fade {
  opacity: 0;
}
.cid-ryBlp4b1si .modal-backdrop.show {
  opacity: .5;
}
.cid-ryBlp4b1si .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-ryBlp4b1si .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ryBlp4b1si .modal-header .close:hover {
  opacity: 1;
}
.cid-ryBlp4b1si .modal-header .close:focus {
  outline: none;
}
.cid-ryBlp4b1si .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #12375c;
}
.cid-ryBlp4b1si .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-ryBlp4b1si .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-ryBlp4b1si .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ryBlp4b1si .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ryBlp4b1si .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ryBlp4b1si .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ryBlp4b1si .modal-sm {
    max-width: 300px;
  }
  .cid-ryBlp4b1si .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-ryBlp4b1si .modal-lg,
  .cid-ryBlp4b1si .modal-xl {
    max-width: 800px;
  }
  .cid-ryBlp4b1si .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-ryBlp4b1si .modal-xl {
    max-width: 1140px;
  }
  .cid-ryBlp4b1si .container {
    max-width: 1140px;
  }
}
.cid-ryBlp4b1si .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ryBlp4b1si .container {
    max-width: 720px;
  }
}
.cid-ryBlp4b1si .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ryBlp4b1si .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-ryBlp4b1si .form-group {
  margin-bottom: 1rem;
}
.cid-ryBlp4b1si .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ryBlp4b1si .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ryBlp4b1si .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-soOw4BcWcW .navbar {
  box-shadow: 0px 7px #ff8f00;
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
}
.cid-soOw4BcWcW .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-soOw4BcWcW .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #cc7200;
  color: #ffffff !important;
  background: #ff8f00 !important;
}
.cid-soOw4BcWcW .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-soOw4BcWcW .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-soOw4BcWcW .navbar .dropdown-itemx {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #0a1d31;
  color: #ffffff !important;
  background: #12375c !important;
}
.cid-soOw4BcWcW .navbar .dropdown-itemx:hover {
  padding-left: 2rem;
}
.cid-soOw4BcWcW .navbar .dropdown-itemx:focus border {
  outline: none;
}
.cid-soOw4BcWcW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-soOw4BcWcW .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-soOw4BcWcW .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #12375c;
}
.cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-soOw4BcWcW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-soOw4BcWcW .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-soOw4BcWcW .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-soOw4BcWcW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-soOw4BcWcW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-soOw4BcWcW .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-soOw4BcWcW .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-soOw4BcWcW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-soOw4BcWcW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-soOw4BcWcW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-soOw4BcWcW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-soOw4BcWcW .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-soOw4BcWcW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-soOw4BcWcW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-soOw4BcWcW .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soOw4BcWcW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soOw4BcWcW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soOw4BcWcW .dropdown-item.active,
.cid-soOw4BcWcW .dropdown-item:active {
  background-color: transparent;
}
.cid-soOw4BcWcW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soOw4BcWcW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soOw4BcWcW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soOw4BcWcW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-soOw4BcWcW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-soOw4BcWcW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soOw4BcWcW ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-soOw4BcWcW .navbar-buttons {
  text-align: center;
}
.cid-soOw4BcWcW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #12375c;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soOw4BcWcW .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-soOw4BcWcW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-soOw4BcWcW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-soOw4BcWcW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-soOw4BcWcW .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-soOw4BcWcW .nav-link:hover,
.cid-soOw4BcWcW .dropdown-item:hover {
  color: #12375c !important;
}
#custom-html-1l {
  width: auto;
  background: #ccc;
  height: 79px;
  /* Smaller than standard 960 (devices and browsers) */
  /* Tablet Portrait size to standard 960 (devices and browsers) */
  /* All Mobile Sizes (devices and browser) */
  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
}
@media only screen and (min-width: 1550px) {
  #custom-html-1l {
    width: auto;
    background: #ccc;
    height: 79px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  #custom-html-1l {
    width: auto;
    background: #ccc;
    height: 79px;
  }
}
@media only screen and (max-width: 959px) {
  #custom-html-1l {
    width: auto;
    background: #ccc;
    height: 79px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #custom-html-1l {
    width: auto;
    background: #ccc;
    height: 79px;
  }
}
@media only screen and (max-width: 767px) {
  #custom-html-1l {
    width: auto;
    background: #ccc;
    height: 79px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #custom-html-1l {
    width: auto;
    background: #ccc;
    height: 85px;
  }
}
@media only screen and (max-width: 479px) {
  #custom-html-1l {
    width: auto;
    background: #ccc;
    height: 85px;
  }
}
#custom-html-1l .novoTel {
  font-size: 20px;
  position: fixed;
  top: 25%;
  right: 0;
  background-color: rgba(246, 147, 29, 0.7);
  z-index: 100000;
  padding: 1rem;
  border-radius: 20px 0 0 20px;
}
#custom-html-1l .textoTel {
  color: white;
}
#custom-html-1l .close {
  color: #000;
  font-size: 20px;
  padding: 3px 1px;
}
#custom-html-1l #myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 10px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
#custom-html-1l #myBtn:hover {
  background-color: #555;
}
#custom-html-1l #botaocss {
  -moz-transform: rotate(-90deg);
  -moz-transition: all 0.1s ease-in-out;
  -ms-transform: rotate(-90deg);
  -ms-transition: all 0.1s ease-in-out;
  -o-transform: rotate(-90deg);
  -o-transition: all 0.1s ease-in-out;
  -webkit-box-shadow: #ae0400 0 0 10px;
  -webkit-transform: rotate(-90deg);
  -webkit-transition: all 0.1s ease-in-out;
  font: bold 15px;
  font-style: normal;
  color: #ffffff;
  border: none;
  box-shadow: 2px 2px 5px #000000;
  -moz-box-shadow: 2px 2px 5px #000000;
  -webkit-box-shadow: 2px 2px 5px #000000;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  font-size: 15px;
  position: fixed;
  top: 35%;
  right: -120px;
  background-color: #ae0400;
  z-index: 100000;
  border-radius: 0 0 0 0;
  text-decoration: none;
  transform: rotate(-90deg);
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  margin: 0 auto;
}
#custom-html-1l #botaocss a {
  display: block;
  /*Objeto único na linha*/
  background: #ae0400;
  /*Cor de fundo do objeto em espera*/
  color: #FFFFFF;
  /*Cor do texto*/
  text-shadow: 0px 0px 0px #111111;
  /*Disposição e cor da sombra do texto*/
  text-align: center;
  /*Alinhamento do texto*/
  border: none;
  border-radius: 0px;
  /*Define o arredondamento do objeto*/
  box-shadow: none;
  padding: 3px 10px 3px 10px;
  /*Espaçamento interno do objeto*/
  margin: 0px 0px 0px 0px;
  /*Espaçamento externo do objeto*/
  text-decoration: none;
  /*Decoração do texto ("none" = sem sublinhamento)*/
}
#custom-html-1l #botaocss a:hover {
  background: #e70400;
  /*Cor de fundo do objeto quando o mouse está sobre o mesmo*/
  border: solid 0px #e70400;
  /*Cor da linha do objeto quando o mouse está sobre o mesmo*/
  box-shadow: 0px 2px 3px #e70400;
  /*Disposição e cor da sombra do objeto quando o mouse está sobre o mesmo*/
}
#custom-html-1l #botaocss a:clicked {
  background: #e70400;
  /*Cor de fundo do objeto quando o mouse é clicado sobre o mesmo*/
  border: solid 0px #e70400;
  /*Cor da linha do objeto quando o mouse é clicado sobre o mesmo*/
}
.cid-reuIKUg7K4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-reuIKUg7K4 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-reuIKUg7K4 .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-reuIKUg7K4 .photo-split {
  padding: 0;
}
.cid-reuIKUg7K4 .photo-split img {
  width: 100%;
}
.cid-reuIKUg7K4 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-reuIKUg7K4 .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-reuIKUg7K4 .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-reuIKUg7K4 .wrap-block {
  padding: 3rem 3rem;
}
.cid-reuIKUg7K4 .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-reuIKUg7K4 .wrap-block ul li {
  display: inline-block;
}
.cid-reuIKUg7K4 .wrap-block ul li span {
  text-align: center;
}
.cid-reuIKUg7K4 .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-reuIKUg7K4 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-reuIKUg7K4 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-reuIKUg7K4 .mbr-list,
.cid-reuIKUg7K4 .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-reuIKUg7K4 .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-reuIKUg7K4 .mbr-section-title,
  .cid-reuIKUg7K4 .mbr-section-subtitle,
  .cid-reuIKUg7K4 .mbr-text {
    text-align: center !important;
  }
  .cid-reuIKUg7K4 .social-list {
    text-align: center !important;
  }
}
.cid-reuIKUg7K4 .mbr-section-title {
  color: #12375c;
}
.cid-reuIKUg7K4 .mbr-section-subtitle {
  color: #12375c;
}
.cid-reuIKUg7K4 .mbr-text {
  color: #12375c;
}
.cid-reuKWqxwvE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-reuKWqxwvE .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-reuKWqxwvE .photo-split {
  padding: 0;
}
.cid-reuKWqxwvE .photo-split img {
  width: 100%;
}
.cid-reuKWqxwvE .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-reuKWqxwvE .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-reuKWqxwvE .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-reuKWqxwvE .wrap-block {
  padding: 3rem 3rem;
}
.cid-reuKWqxwvE .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-reuKWqxwvE .wrap-block ul li {
  display: inline-block;
}
.cid-reuKWqxwvE .wrap-block ul li span {
  text-align: center;
}
.cid-reuKWqxwvE .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-reuKWqxwvE .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-reuKWqxwvE .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-reuKWqxwvE .mbr-list,
.cid-reuKWqxwvE .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-reuKWqxwvE .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-reuKWqxwvE .mbr-section-title,
  .cid-reuKWqxwvE .mbr-section-subtitle,
  .cid-reuKWqxwvE .mbr-text {
    text-align: center !important;
  }
  .cid-reuKWqxwvE .social-list {
    text-align: center !important;
  }
}
.cid-reuKWqxwvE .mbr-section-title {
  color: #12375c;
}
.cid-reuKWqxwvE .mbr-section-subtitle {
  color: #12375c;
}
.cid-reuKWqxwvE .mbr-text {
  color: #12375c;
}
.cid-reuFjEvAsM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #12375c;
}
.cid-reuFjEvAsM .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-reuNOO4UnO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #d6d6d6;
}
.cid-reuNOO4UnO a:link {
  text-decoration: none;
}
.cid-reuNOO4UnO .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-reuNOO4UnO .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-reuNOO4UnO .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-reuNOO4UnO .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-reuNOO4UnO .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-reuNOO4UnO .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-reuNOO4UnO .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #12375c;
  position: relative;
  top: -19px;
}
.cid-reuNOO4UnO .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #12375c;
}
.cid-reuNOO4UnO .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-reuNOO4UnO .plan-title,
.cid-reuNOO4UnO .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-reuNOO4UnO .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-reuNOO4UnO .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-reuNOO4UnO .mbr-section-title span {
  color: #ffbc00;
}
.cid-reuNOO4UnO .mbr-text {
  text-align: left;
  color: #12375c;
}
.cid-reuNOO4UnO .mbr-section-title {
  color: #12375c;
}
.cid-ryBkI5fYM6.popup-builder {
  background-color: #ffffff;
}
.cid-ryBkI5fYM6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ryBkI5fYM6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ryBkI5fYM6 .modal-content,
.cid-ryBkI5fYM6 .modal-dialog {
  height: auto;
}
.cid-ryBkI5fYM6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ryBkI5fYM6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ryBkI5fYM6 .form-wrapper .mbr-form .form-group,
  .cid-ryBkI5fYM6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ryBkI5fYM6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ryBkI5fYM6 .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-ryBkI5fYM6 .mbr-text {
  text-align: center;
}
.cid-ryBkI5fYM6 .pt-0 {
  padding-top: 0 !important;
}
.cid-ryBkI5fYM6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ryBkI5fYM6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ryBkI5fYM6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ryBkI5fYM6 .modal-open {
  overflow: hidden;
}
.cid-ryBkI5fYM6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ryBkI5fYM6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ryBkI5fYM6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ryBkI5fYM6 .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-ryBkI5fYM6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ryBkI5fYM6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ryBkI5fYM6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ryBkI5fYM6 .modal-content {
  background: #ff8f00;
  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-ryBkI5fYM6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ryBkI5fYM6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-ryBkI5fYM6 .modal-backdrop.show {
  opacity: .5;
}
.cid-ryBkI5fYM6 .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-ryBkI5fYM6 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ryBkI5fYM6 .modal-header .close:hover {
  opacity: 1;
}
.cid-ryBkI5fYM6 .modal-header .close:focus {
  outline: none;
}
.cid-ryBkI5fYM6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #12375c;
}
.cid-ryBkI5fYM6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-ryBkI5fYM6 .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-ryBkI5fYM6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ryBkI5fYM6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ryBkI5fYM6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ryBkI5fYM6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ryBkI5fYM6 .modal-sm {
    max-width: 300px;
  }
  .cid-ryBkI5fYM6 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-ryBkI5fYM6 .modal-lg,
  .cid-ryBkI5fYM6 .modal-xl {
    max-width: 800px;
  }
  .cid-ryBkI5fYM6 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-ryBkI5fYM6 .modal-xl {
    max-width: 1140px;
  }
  .cid-ryBkI5fYM6 .container {
    max-width: 1140px;
  }
}
.cid-ryBkI5fYM6 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ryBkI5fYM6 .container {
    max-width: 720px;
  }
}
.cid-ryBkI5fYM6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ryBkI5fYM6 .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-ryBkI5fYM6 .form-group {
  margin-bottom: 1rem;
}
.cid-ryBkI5fYM6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ryBkI5fYM6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ryBkI5fYM6 .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-soOw4BcWcW .navbar {
  box-shadow: 0px 7px #ff8f00;
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
}
.cid-soOw4BcWcW .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-soOw4BcWcW .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #cc7200;
  color: #ffffff !important;
  background: #ff8f00 !important;
}
.cid-soOw4BcWcW .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-soOw4BcWcW .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-soOw4BcWcW .navbar .dropdown-itemx {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #0a1d31;
  color: #ffffff !important;
  background: #12375c !important;
}
.cid-soOw4BcWcW .navbar .dropdown-itemx:hover {
  padding-left: 2rem;
}
.cid-soOw4BcWcW .navbar .dropdown-itemx:focus border {
  outline: none;
}
.cid-soOw4BcWcW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-soOw4BcWcW .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-soOw4BcWcW .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #12375c;
}
.cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-soOw4BcWcW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-soOw4BcWcW .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-soOw4BcWcW .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-soOw4BcWcW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-soOw4BcWcW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-soOw4BcWcW .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-soOw4BcWcW .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-soOw4BcWcW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-soOw4BcWcW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-soOw4BcWcW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-soOw4BcWcW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-soOw4BcWcW .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-soOw4BcWcW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-soOw4BcWcW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-soOw4BcWcW .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soOw4BcWcW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soOw4BcWcW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soOw4BcWcW .dropdown-item.active,
.cid-soOw4BcWcW .dropdown-item:active {
  background-color: transparent;
}
.cid-soOw4BcWcW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soOw4BcWcW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soOw4BcWcW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soOw4BcWcW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-soOw4BcWcW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-soOw4BcWcW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soOw4BcWcW ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-soOw4BcWcW .navbar-buttons {
  text-align: center;
}
.cid-soOw4BcWcW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #12375c;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soOw4BcWcW .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-soOw4BcWcW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-soOw4BcWcW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-soOw4BcWcW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-soOw4BcWcW .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-soOw4BcWcW .nav-link:hover,
.cid-soOw4BcWcW .dropdown-item:hover {
  color: #12375c !important;
}
#custom-html-43 {
  width: auto;
  background: #ccc;
  height: 151px;
  /* Smaller than standard 960 (devices and browsers) */
  /* Tablet Portrait size to standard 960 (devices and browsers) */
  /* All Mobile Sizes (devices and browser) */
  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
}
@media only screen and (min-width: 1550px) {
  #custom-html-43 {
    width: auto;
    background: #ccc;
    height: 151px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  #custom-html-43 {
    width: auto;
    background: #ccc;
    height: 151px;
  }
}
@media only screen and (max-width: 959px) {
  #custom-html-43 {
    width: auto;
    background: #ccc;
    height: 77px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #custom-html-43 {
    width: auto;
    background: #ccc;
    height: 77px;
  }
}
@media only screen and (max-width: 767px) {
  #custom-html-43 {
    width: auto;
    background: #ccc;
    height: 77px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #custom-html-43 {
    width: auto;
    background: #ccc;
    height: 77px;
  }
}
@media only screen and (max-width: 479px) {
  #custom-html-43 {
    width: auto;
    background: #ccc;
    height: 77px;
  }
}
#custom-html-43 .novoTel {
  font-size: 20px;
  position: fixed;
  top: 25%;
  right: 0;
  background-color: rgba(246, 147, 29, 0.7);
  z-index: 100000;
  padding: 1rem;
  border-radius: 20px 0 0 20px;
}
#custom-html-43 .textoTel {
  color: white;
}
#custom-html-43 .close {
  color: #000;
  font-size: 20px;
  padding: 3px 1px;
}
#custom-html-43 #myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 10px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
#custom-html-43 #myBtn:hover {
  background-color: #555;
}
#custom-html-43 #botaocss {
  -moz-transform: rotate(-90deg);
  -moz-transition: all 0.1s ease-in-out;
  -ms-transform: rotate(-90deg);
  -ms-transition: all 0.1s ease-in-out;
  -o-transform: rotate(-90deg);
  -o-transition: all 0.1s ease-in-out;
  -webkit-box-shadow: #ae0400 0 0 10px;
  -webkit-transform: rotate(-90deg);
  -webkit-transition: all 0.1s ease-in-out;
  font: bold 15px;
  font-style: normal;
  color: #ffffff;
  border: none;
  box-shadow: 2px 2px 5px #000000;
  -moz-box-shadow: 2px 2px 5px #000000;
  -webkit-box-shadow: 2px 2px 5px #000000;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  font-size: 15px;
  position: fixed;
  top: 35%;
  right: -120px;
  background-color: #ae0400;
  z-index: 100000;
  border-radius: 0 0 0 0;
  text-decoration: none;
  transform: rotate(-90deg);
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  margin: 0 auto;
}
#custom-html-43 #botaocss a {
  display: block;
  /*Objeto único na linha*/
  background: #ae0400;
  /*Cor de fundo do objeto em espera*/
  color: #FFFFFF;
  /*Cor do texto*/
  text-shadow: 0px 0px 0px #111111;
  /*Disposição e cor da sombra do texto*/
  text-align: center;
  /*Alinhamento do texto*/
  border: none;
  border-radius: 0px;
  /*Define o arredondamento do objeto*/
  box-shadow: none;
  padding: 3px 10px 3px 10px;
  /*Espaçamento interno do objeto*/
  margin: 0px 0px 0px 0px;
  /*Espaçamento externo do objeto*/
  text-decoration: none;
  /*Decoração do texto ("none" = sem sublinhamento)*/
}
#custom-html-43 #botaocss a:hover {
  background: #e70400;
  /*Cor de fundo do objeto quando o mouse está sobre o mesmo*/
  border: solid 0px #e70400;
  /*Cor da linha do objeto quando o mouse está sobre o mesmo*/
  box-shadow: 0px 2px 3px #e70400;
  /*Disposição e cor da sombra do objeto quando o mouse está sobre o mesmo*/
}
#custom-html-43 #botaocss a:clicked {
  background: #e70400;
  /*Cor de fundo do objeto quando o mouse é clicado sobre o mesmo*/
  border: solid 0px #e70400;
  /*Cor da linha do objeto quando o mouse é clicado sobre o mesmo*/
}
.cid-snPUccyACW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/ef-quem-somos-fundo-01-2-1290x960.jpg");
}
.cid-snPUccyACW .underline .line {
  width: 2rem;
  height: 1px;
  background: #232323;
  display: inline-block;
}
.cid-snPUccyACW .mbr-section-subtitle,
.cid-snPUccyACW .mbr-text,
.cid-snPUccyACW .card-subtitle,
.cid-snPUccyACW .card-underline {
  color: #767676;
}
.cid-snPUccyACW .wrapper {
  position: relative;
  padding: 2rem;
}
.cid-snPUccyACW .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-snPUccyACW .wrapper .content-block {
  padding: 2rem;
  position: relative;
}
.cid-snPUccyACW .wrapper .content-block > *:not(.mbr-overlay) {
  position: relative;
}
.cid-snPUccyACW .wrapper .content-block .mbr-overlay {
  background: #ff8f00;
  opacity: 0.9;
}
.cid-snPUccyACW .wrapper .content-block .mbr-text {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-snPUccyACW .content-section {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-snPUccyACW .wrapper {
    padding: 1rem;
  }
  .cid-snPUccyACW .wrapper .content-block {
    padding: 1rem;
  }
}
.cid-snPUccyACW .main-title {
  color: #12375c;
}
.cid-snPUccyACW .mbr-text,
.cid-snPUccyACW .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-snPUccyACW .card-title {
  color: #12375c;
}
.cid-revVJs7Wsd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-revVJs7Wsd blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
}
.cid-revVJs7Wsd .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #ff8f00;
  opacity: .1;
}
.cid-revVJs7Wsd .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-revVJs7Wsd P {
  text-align: left;
}
.cid-reuOsOEmuT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #12375c;
}
.cid-reuOsOEmuT .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-reuOpTG7bq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #d6d6d6;
}
.cid-reuOpTG7bq a:link {
  text-decoration: none;
}
.cid-reuOpTG7bq .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-reuOpTG7bq .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-reuOpTG7bq .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-reuOpTG7bq .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-reuOpTG7bq .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-reuOpTG7bq .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-reuOpTG7bq .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #12375c;
  position: relative;
  top: -19px;
}
.cid-reuOpTG7bq .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #12375c;
}
.cid-reuOpTG7bq .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-reuOpTG7bq .plan-title,
.cid-reuOpTG7bq .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-reuOpTG7bq .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-reuOpTG7bq .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-reuOpTG7bq .mbr-section-title span {
  color: #ffbc00;
}
.cid-reuOpTG7bq .mbr-text {
  text-align: left;
  color: #12375c;
}
.cid-reuOpTG7bq .mbr-section-title {
  color: #12375c;
}
.cid-ryBkyZ3BHc.popup-builder {
  background-color: #ffffff;
}
.cid-ryBkyZ3BHc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ryBkyZ3BHc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ryBkyZ3BHc .modal-content,
.cid-ryBkyZ3BHc .modal-dialog {
  height: auto;
}
.cid-ryBkyZ3BHc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ryBkyZ3BHc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ryBkyZ3BHc .form-wrapper .mbr-form .form-group,
  .cid-ryBkyZ3BHc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ryBkyZ3BHc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ryBkyZ3BHc .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-ryBkyZ3BHc .mbr-text {
  text-align: center;
}
.cid-ryBkyZ3BHc .pt-0 {
  padding-top: 0 !important;
}
.cid-ryBkyZ3BHc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ryBkyZ3BHc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ryBkyZ3BHc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ryBkyZ3BHc .modal-open {
  overflow: hidden;
}
.cid-ryBkyZ3BHc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ryBkyZ3BHc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ryBkyZ3BHc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ryBkyZ3BHc .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-ryBkyZ3BHc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ryBkyZ3BHc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ryBkyZ3BHc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ryBkyZ3BHc .modal-content {
  background: #ff8f00;
  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-ryBkyZ3BHc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ryBkyZ3BHc .modal-backdrop.fade {
  opacity: 0;
}
.cid-ryBkyZ3BHc .modal-backdrop.show {
  opacity: .5;
}
.cid-ryBkyZ3BHc .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-ryBkyZ3BHc .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ryBkyZ3BHc .modal-header .close:hover {
  opacity: 1;
}
.cid-ryBkyZ3BHc .modal-header .close:focus {
  outline: none;
}
.cid-ryBkyZ3BHc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #12375c;
}
.cid-ryBkyZ3BHc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-ryBkyZ3BHc .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-ryBkyZ3BHc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ryBkyZ3BHc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ryBkyZ3BHc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ryBkyZ3BHc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ryBkyZ3BHc .modal-sm {
    max-width: 300px;
  }
  .cid-ryBkyZ3BHc .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-ryBkyZ3BHc .modal-lg,
  .cid-ryBkyZ3BHc .modal-xl {
    max-width: 800px;
  }
  .cid-ryBkyZ3BHc .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-ryBkyZ3BHc .modal-xl {
    max-width: 1140px;
  }
  .cid-ryBkyZ3BHc .container {
    max-width: 1140px;
  }
}
.cid-ryBkyZ3BHc .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ryBkyZ3BHc .container {
    max-width: 720px;
  }
}
.cid-ryBkyZ3BHc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ryBkyZ3BHc .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-ryBkyZ3BHc .form-group {
  margin-bottom: 1rem;
}
.cid-ryBkyZ3BHc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ryBkyZ3BHc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ryBkyZ3BHc .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-soOw4BcWcW .navbar {
  box-shadow: 0px 7px #ff8f00;
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
}
.cid-soOw4BcWcW .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-soOw4BcWcW .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #cc7200;
  color: #ffffff !important;
  background: #ff8f00 !important;
}
.cid-soOw4BcWcW .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-soOw4BcWcW .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-soOw4BcWcW .navbar .dropdown-itemx {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #0a1d31;
  color: #ffffff !important;
  background: #12375c !important;
}
.cid-soOw4BcWcW .navbar .dropdown-itemx:hover {
  padding-left: 2rem;
}
.cid-soOw4BcWcW .navbar .dropdown-itemx:focus border {
  outline: none;
}
.cid-soOw4BcWcW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-soOw4BcWcW .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-soOw4BcWcW .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #12375c;
}
.cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-soOw4BcWcW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-soOw4BcWcW .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-soOw4BcWcW .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-soOw4BcWcW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-soOw4BcWcW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-soOw4BcWcW .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-soOw4BcWcW .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-soOw4BcWcW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-soOw4BcWcW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-soOw4BcWcW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-soOw4BcWcW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-soOw4BcWcW .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-soOw4BcWcW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-soOw4BcWcW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-soOw4BcWcW .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soOw4BcWcW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soOw4BcWcW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soOw4BcWcW .dropdown-item.active,
.cid-soOw4BcWcW .dropdown-item:active {
  background-color: transparent;
}
.cid-soOw4BcWcW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soOw4BcWcW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soOw4BcWcW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soOw4BcWcW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-soOw4BcWcW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-soOw4BcWcW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soOw4BcWcW ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-soOw4BcWcW .navbar-buttons {
  text-align: center;
}
.cid-soOw4BcWcW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #12375c;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soOw4BcWcW .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-soOw4BcWcW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-soOw4BcWcW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-soOw4BcWcW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-soOw4BcWcW .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-soOw4BcWcW .nav-link:hover,
.cid-soOw4BcWcW .dropdown-item:hover {
  color: #12375c !important;
}
#custom-html-4 {
  width: auto;
  background: #ccc;
  height: 151px;
  /* Smaller than standard 960 (devices and browsers) */
  /* Tablet Portrait size to standard 960 (devices and browsers) */
  /* All Mobile Sizes (devices and browser) */
  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
}
@media only screen and (min-width: 1550px) {
  #custom-html-4 {
    width: auto;
    background: #ccc;
    height: 151px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  #custom-html-4 {
    width: auto;
    background: #ccc;
    height: 151px;
  }
}
@media only screen and (max-width: 959px) {
  #custom-html-4 {
    width: auto;
    background: #ccc;
    height: 77px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #custom-html-4 {
    width: auto;
    background: #ccc;
    height: 77px;
  }
}
@media only screen and (max-width: 767px) {
  #custom-html-4 {
    width: auto;
    background: #ccc;
    height: 77px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #custom-html-4 {
    width: auto;
    background: #ccc;
    height: 77px;
  }
}
@media only screen and (max-width: 479px) {
  #custom-html-4 {
    width: auto;
    background: #ccc;
    height: 77px;
  }
}
#custom-html-4 .novoTel {
  font-size: 20px;
  position: fixed;
  top: 25%;
  right: 0;
  background-color: rgba(246, 147, 29, 0.7);
  z-index: 100000;
  padding: 1rem;
  border-radius: 20px 0 0 20px;
}
#custom-html-4 .textoTel {
  color: white;
}
#custom-html-4 .close {
  color: #000;
  font-size: 20px;
  padding: 3px 1px;
}
#custom-html-4 #myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 10px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
#custom-html-4 #myBtn:hover {
  background-color: #555;
}
#custom-html-4 #botaocss {
  -moz-transform: rotate(-90deg);
  -moz-transition: all 0.1s ease-in-out;
  -ms-transform: rotate(-90deg);
  -ms-transition: all 0.1s ease-in-out;
  -o-transform: rotate(-90deg);
  -o-transition: all 0.1s ease-in-out;
  -webkit-box-shadow: #ae0400 0 0 10px;
  -webkit-transform: rotate(-90deg);
  -webkit-transition: all 0.1s ease-in-out;
  font: bold 15px;
  font-style: normal;
  color: #ffffff;
  border: none;
  box-shadow: 2px 2px 5px #000000;
  -moz-box-shadow: 2px 2px 5px #000000;
  -webkit-box-shadow: 2px 2px 5px #000000;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  font-size: 15px;
  position: fixed;
  top: 35%;
  right: -120px;
  background-color: #ae0400;
  z-index: 100000;
  border-radius: 0 0 0 0;
  text-decoration: none;
  transform: rotate(-90deg);
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  margin: 0 auto;
}
#custom-html-4 #botaocss a {
  display: block;
  /*Objeto único na linha*/
  background: #ae0400;
  /*Cor de fundo do objeto em espera*/
  color: #FFFFFF;
  /*Cor do texto*/
  text-shadow: 0px 0px 0px #111111;
  /*Disposição e cor da sombra do texto*/
  text-align: center;
  /*Alinhamento do texto*/
  border: none;
  border-radius: 0px;
  /*Define o arredondamento do objeto*/
  box-shadow: none;
  padding: 3px 10px 3px 10px;
  /*Espaçamento interno do objeto*/
  margin: 0px 0px 0px 0px;
  /*Espaçamento externo do objeto*/
  text-decoration: none;
  /*Decoração do texto ("none" = sem sublinhamento)*/
}
#custom-html-4 #botaocss a:hover {
  background: #e70400;
  /*Cor de fundo do objeto quando o mouse está sobre o mesmo*/
  border: solid 0px #e70400;
  /*Cor da linha do objeto quando o mouse está sobre o mesmo*/
  box-shadow: 0px 2px 3px #e70400;
  /*Disposição e cor da sombra do objeto quando o mouse está sobre o mesmo*/
}
#custom-html-4 #botaocss a:clicked {
  background: #e70400;
  /*Cor de fundo do objeto quando o mouse é clicado sobre o mesmo*/
  border: solid 0px #e70400;
  /*Cor da linha do objeto quando o mouse é clicado sobre o mesmo*/
}
.cid-reGbZ3jmOc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #c1c1c1;
}
.cid-reGbZ3jmOc .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-reGbZ3jmOc .modal-body .close {
  background: #1b1b1b;
}
.cid-reGbZ3jmOc .modal-body .close span {
  font-style: normal;
}
.cid-reGbZ3jmOc .carousel-inner > .active,
.cid-reGbZ3jmOc .carousel-inner > .next,
.cid-reGbZ3jmOc .carousel-inner > .prev {
  display: flex;
}
.cid-reGbZ3jmOc .carousel-control .icon-next,
.cid-reGbZ3jmOc .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-reGbZ3jmOc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-reGbZ3jmOc .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-reGbZ3jmOc .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-reGbZ3jmOc .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-reGbZ3jmOc .boxed-slider > div {
  position: relative;
}
.cid-reGbZ3jmOc .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-reGbZ3jmOc .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-reGbZ3jmOc .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-reGbZ3jmOc .mbr-table-cell {
  padding: 0;
}
.cid-reGbZ3jmOc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-reGbZ3jmOc .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-reGbZ3jmOc .mbr-overlay {
  z-index: 1;
}
.cid-reGbZ3jmOc .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-reGbZ3jmOc .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-reGbZ3jmOc .carousel-item .container {
    width: 100%;
  }
}
.cid-reGbZ3jmOc .carousel-item-next.carousel-item-left,
.cid-reGbZ3jmOc .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-reGbZ3jmOc .active.carousel-item-right,
.cid-reGbZ3jmOc .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-reGbZ3jmOc .active.carousel-item-left,
.cid-reGbZ3jmOc .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-reGbZ3jmOc .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-reGbZ3jmOc .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-reGbZ3jmOc .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-reGbZ3jmOc .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-reGbZ3jmOc .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-reGbZ3jmOc .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-reGbZ3jmOc .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-reGbZ3jmOc .mbr-slider .carousel-indicators li.active,
.cid-reGbZ3jmOc .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-reGbZ3jmOc .mbr-slider .carousel-indicators li::after,
.cid-reGbZ3jmOc .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-reGbZ3jmOc .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-reGbZ3jmOc .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-reGbZ3jmOc .mbr-slider > .container img {
  width: 100%;
}
.cid-reGbZ3jmOc .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-reGbZ3jmOc .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-reGbZ3jmOc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-reGbZ3jmOc .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-reGbZ3jmOc .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-reGbZ3jmOc .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-reGbZ3jmOc .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-reGbZ3jmOc .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-reGbZ3jmOc .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-reGbZ3jmOc .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-reGbZ3jmOc .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-reGbZ3jmOc .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-reGbZ3jmOc .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-reGbZ3jmOc .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-reGbZ3jmOc .carousel-inner {
  height: 100%;
}
.cid-reGbZ3jmOc .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-reGbZ3jmOc .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 320px;
  overflow: hidden;
}
.cid-reGbZ3jmOc .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-reGbZ3jmOc .content-slider-wrap {
  width: 100%;
}
.cid-reGbZ3jmOc H2 {
  color: #ff8f00;
}
.cid-re0s6ghHSe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #12375c;
}
.cid-re0s6ghHSe .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-sq7E4UAlPY {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sq7E4UAlPY .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
}
.cid-sq7E4UAlPY .card {
  margin-bottom: 2rem;
}
.cid-sq7E4UAlPY .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-sq7E4UAlPY .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-sq7E4UAlPY .btn {
  margin: .3rem;
}
.cid-sq7E4UAlPY .mbr-section-title {
  margin: 0;
}
.cid-sq7E4UAlPY .card-underline,
.cid-sq7E4UAlPY .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sq7E4UAlPY .card-underline .line,
.cid-sq7E4UAlPY .underline .line {
  width: 3rem;
  height: 2px;
  background: #a65c00;
  display: inline-block;
}
.cid-sq7E4UAlPY .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-sq7E4UAlPY .card-underline .line {
  background: #ffbc00;
}
@media (max-width: 767px) {
  .cid-sq7E4UAlPY .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sq7E4UAlPY .row-content {
    min-width: 100%;
  }
  .cid-sq7E4UAlPY .card {
    display: block;
  }
}
.cid-sq7E4UAlPY .mbr-section-title,
.cid-sq7E4UAlPY .underline {
  color: #ff8f00;
}
.cid-sq7E4UAlPY .mbr-section-subtitle {
  color: #12375c;
}
.cid-sq7E4UAlPY .card-title,
.cid-sq7E4UAlPY .card-underline {
  color: #ff8f00;
}
.cid-sq7E4UAlPY .card-box > p,
.cid-sq7E4UAlPY .mbr-section-btn {
  text-align: center;
}
.cid-ss7PF64wDB {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-ss7PF64wDB .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
}
.cid-ss7PF64wDB .card {
  margin-bottom: 2rem;
}
.cid-ss7PF64wDB .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-ss7PF64wDB .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-ss7PF64wDB .btn {
  margin: .3rem;
}
.cid-ss7PF64wDB .mbr-section-title {
  margin: 0;
}
.cid-ss7PF64wDB .card-underline,
.cid-ss7PF64wDB .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-ss7PF64wDB .card-underline .line,
.cid-ss7PF64wDB .underline .line {
  width: 3rem;
  height: 2px;
  background: #a65c00;
  display: inline-block;
}
.cid-ss7PF64wDB .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-ss7PF64wDB .card-underline .line {
  background: #ffbc00;
}
@media (max-width: 767px) {
  .cid-ss7PF64wDB .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ss7PF64wDB .row-content {
    min-width: 100%;
  }
  .cid-ss7PF64wDB .card {
    display: block;
  }
}
.cid-ss7PF64wDB .mbr-section-title,
.cid-ss7PF64wDB .underline {
  color: #ff8f00;
}
.cid-ss7PF64wDB .mbr-section-subtitle {
  color: #12375c;
}
.cid-ss7PF64wDB .card-title,
.cid-ss7PF64wDB .card-underline {
  color: #ff8f00;
}
.cid-ss7PF64wDB .card-box > p,
.cid-ss7PF64wDB .mbr-section-btn {
  text-align: center;
}
.cid-ssdS262nLA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #12375c;
}
.cid-ssdS262nLA .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-reysB2EE4C {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-reysB2EE4C .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-reysB2EE4C .input {
  margin-bottom: 15px;
}
.cid-reysB2EE4C .map {
  width: 100%;
  height: 40rem;
}
.cid-reysB2EE4C .map iframe {
  width: inherit;
  height: 100%;
}
.cid-reysB2EE4C .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-reysB2EE4C .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-reysB2EE4C .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-reysB2EE4C .mbr-text {
  color: #7f78a3;
}
.cid-reysB2EE4C a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-reysB2EE4C .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-reysB2EE4C .input-group-btn {
  display: block;
  text-align: center;
}
.cid-reysB2EE4C .google-map {
  height: 37rem;
  position: relative;
}
.cid-reysB2EE4C .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-reysB2EE4C .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-reysB2EE4C .google-map[data-state] {
  background: #e9e5dc;
}
.cid-reysB2EE4C .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-reysB2EE4C h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-reysB2EE4C .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-reysB2EE4C .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-reysB2EE4C H2 {
  color: #7f78a3;
}
.cid-reysB2EE4C H4 {
  color: #7f78a3;
  text-align: center;
}
.cid-reysB2EE4C H5 {
  color: #12375c;
}
.cid-reysB2EE4C SPAN {
  color: #ff8f00;
}
.cid-rdYyzJdTcC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #d6d6d6;
}
.cid-rdYyzJdTcC a:link {
  text-decoration: none;
}
.cid-rdYyzJdTcC .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rdYyzJdTcC .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rdYyzJdTcC .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rdYyzJdTcC .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rdYyzJdTcC .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-rdYyzJdTcC .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-rdYyzJdTcC .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #12375c;
  position: relative;
  top: -19px;
}
.cid-rdYyzJdTcC .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #12375c;
}
.cid-rdYyzJdTcC .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-rdYyzJdTcC .plan-title,
.cid-rdYyzJdTcC .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-rdYyzJdTcC .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-rdYyzJdTcC .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-rdYyzJdTcC .mbr-section-title span {
  color: #ffbc00;
}
.cid-rdYyzJdTcC .mbr-text {
  text-align: left;
  color: #12375c;
}
.cid-rdYyzJdTcC .mbr-section-title {
  color: #12375c;
}
#custom-html-50 .cbh-phone {
  position: fixed;
  right: 10px;
  bottom: 10px;
  visibility: hidden;
  background-color: transparent;
  width: 200px;
  height: 200px;
  cursor: pointer;
  z-index: 99;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility .5s;
  -moz-transition: visibility .5s;
  -o-transition: visibility .5s;
  transition: visibility .5s;
}
#custom-html-50 .cbh-phone {
  position: fixed;
  right: 10px;
  bottom: 10px;
  visibility: hidden;
  background-color: transparent;
  width: 200px;
  height: 200px;
  cursor: pointer;
  z-index: 99;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility .5s;
  -moz-transition: visibility .5s;
  -o-transition: visibility .5s;
  transition: visibility .5s;
}
#custom-html-50 #kmacb {
  position: fixed;
  display: none;
  background-color: transparent;
  width: 160px;
  height: 160px;
  z-index: 200000!important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility .5s;
  -moz-transition: visibility .5s;
  -o-transition: visibility .5s;
  transition: visibility .5s;
  right: 15px;
  bottom: 15px;
}
#custom-html-50 .cbh-phone {
  position: fixed;
  right: -50px;
  bottom: -55px;
  visibility: hidden;
  background-color: transparent;
  width: 200px;
  height: 200px;
  cursor: pointer;
  z-index: 99;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility .5s;
  -moz-transition: visibility .5s;
  -o-transition: visibility .5s;
  transition: visibility 0.5s;
}
#custom-html-50 .cbh-phone.cbh-show {
  visibility: visible;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
#custom-html-50 .fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
#custom-html-50 .cbh-phone.cbh-static1 {
  opacity: 0.6;
}
#custom-html-50 .cbh-phone.cbh-hover1 {
  opacity: 1;
}
#custom-html-50 .cbh-ph-circle {
  width: 110px;
  height: 110px;
  top: 40px;
  left: 40px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: .1;
  -webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -o-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all 0.5s;
}
#custom-html-50 .cbh-phone.cbh-active .cbh-ph-circle1 {
  -webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
}
#custom-html-50 .cbh-phone.cbh-static .cbh-ph-circle {
  -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
}
#custom-html-50 .cbh-phone.cbh-hover .cbh-ph-circle {
  border-color: #00aff2;
  opacity: 0.5;
}
#custom-html-50 .cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
  border-color: #75eb50;
  opacity: 0.5;
}
#custom-html-50 .cbh-phone.cbh-green .cbh-ph-circle {
  border-color: #00aff2;
  opacity: 0.5;
}
#custom-html-50 .cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
  border-color: #cccccc;
  opacity: 0.5;
}
#custom-html-50 .cbh-phone.cbh-gray .cbh-ph-circle {
  border-color: #75eb50;
  opacity: 0.5;
}
#custom-html-50 .cbh-ph-circle-fill {
  width: 74px;
  height: 74px;
  top: 58px;
  left: 58px;
  position: absolute;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .1;
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all 0.5s;
}
#custom-html-50 .cbh-phone.cbh-active .cbh-ph-circle-fill {
  -webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
}
#custom-html-50 .cbh-phone.cbh-static .cbh-ph-circle-fill {
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  opacity: 0 !important;
}
#custom-html-50 .cbh-phone.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}
#custom-html-50 .cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}
#custom-html-50 .cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}
#custom-html-50 .cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(204, 204, 204, 0.5);
  opacity: 0.75 !important;
}
#custom-html-50 .cbh-phone.cbh-gray .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 1 !important;
}
#custom-html-50 .cbh-ph-img-circle1 {
  width: 50px;
  height: 50px;
  top: 70px;
  left: 70px;
  position: absolute;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==);
  background-size: 40px 40px;
  background-color: rgba(30, 30, 30, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  animation: cbh-circle-img-anim 1s infinite ease-in-out;
}
#custom-html-50 .cbh-phone.cbh-active .cbh-ph-img-circle1 {
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
}
#custom-html-50 .cbh-phone.cbh-static .cbh-ph-img-circle1 {
  -webkit-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
}
#custom-html-50 .cbh-phone.cbh-hover .cbh-ph-img-circle1 {
  background-color: #00aff2;
}
#custom-html-50 .cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
  background-color: #75eb50;
}
#custom-html-50 .cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: #00aff2;
}
#custom-html-50 .cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: #00aff2;
}
#custom-html-50 .cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
  background-color: #cccccc;
}
#custom-html-50 .cbh-phone.cbh-gray .cbh-ph-img-circle1 {
  background-color: #75eb50;
}
@-moz-keyframes cbh-circle-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: .1;
    -moz-opacity: .1;
    -webkit-opacity: .1;
    -o-opacity: 0.1;
  }
  30% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .5;
    -moz-opacity: .5;
    -webkit-opacity: .5;
    -o-opacity: 0.5;
  }
  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .6;
    -moz-opacity: .6;
    -webkit-opacity: .6;
    -o-opacity: 0.1;
  }
}
@-webkit-keyframes cbh-circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-o-keyframes cbh-circle-anim {
  0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: 0.1;
  }
  30% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    -o-opacity: 0.5;
  }
  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: 0.1;
  }
}
@keyframes cbh-circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-moz-keyframes cbh-circle-fill-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes cbh-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-o-keyframes cbh-circle-fill-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes cbh-circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-moz-keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-webkit-keyframes cbh-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-o-keyframes cbh-circle-img-anim {
  0% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }
}
#custom-html-50 .cbh-phone.cbh-green .cbh-ph-circle {
  border-color: #00f2a4;
}
#custom-html-50 .cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: #00f2a4;
}
#custom-html-50 .cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: #00f2a4;
}
#custom-html-50 .kmacb__manager-border {
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  margin-top: -39.5px;
  margin-left: -39.5px;
  border-radius: 100%;
  border: 2px solid #ffe787;
  -webkit-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  -moz-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  -ms-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  -o-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  opacity: .8;
  transform-origin: center;
}
#custom-html-50 .kmacb__manager-fill {
  background: #52aff7 center bottom no-repeat;
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  margin-top: -37.5px;
  margin-left: -37.5px;
  border-radius: 100%;
  opacity: .5;
  -webkit-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  -moz-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  -ms-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  -o-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  transform-origin: center;
}
#custom-html-50 .kmacb__manager-circle {
  background: #52aff7;
  position: absolute;
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  border-radius: 100%;
}
.cid-ryBjt3LyuJ.popup-builder {
  background-color: #ffffff;
}
.cid-ryBjt3LyuJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ryBjt3LyuJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ryBjt3LyuJ .modal-content,
.cid-ryBjt3LyuJ .modal-dialog {
  height: auto;
}
.cid-ryBjt3LyuJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ryBjt3LyuJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ryBjt3LyuJ .form-wrapper .mbr-form .form-group,
  .cid-ryBjt3LyuJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ryBjt3LyuJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ryBjt3LyuJ .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-ryBjt3LyuJ .mbr-text {
  text-align: center;
}
.cid-ryBjt3LyuJ .pt-0 {
  padding-top: 0 !important;
}
.cid-ryBjt3LyuJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ryBjt3LyuJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ryBjt3LyuJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ryBjt3LyuJ .modal-open {
  overflow: hidden;
}
.cid-ryBjt3LyuJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ryBjt3LyuJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ryBjt3LyuJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ryBjt3LyuJ .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-ryBjt3LyuJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ryBjt3LyuJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ryBjt3LyuJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ryBjt3LyuJ .modal-content {
  background: #ff8f00;
  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-ryBjt3LyuJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ryBjt3LyuJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-ryBjt3LyuJ .modal-backdrop.show {
  opacity: .5;
}
.cid-ryBjt3LyuJ .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-ryBjt3LyuJ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ryBjt3LyuJ .modal-header .close:hover {
  opacity: 1;
}
.cid-ryBjt3LyuJ .modal-header .close:focus {
  outline: none;
}
.cid-ryBjt3LyuJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #12375c;
}
.cid-ryBjt3LyuJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-ryBjt3LyuJ .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-ryBjt3LyuJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ryBjt3LyuJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ryBjt3LyuJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ryBjt3LyuJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ryBjt3LyuJ .modal-sm {
    max-width: 300px;
  }
  .cid-ryBjt3LyuJ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-ryBjt3LyuJ .modal-lg,
  .cid-ryBjt3LyuJ .modal-xl {
    max-width: 800px;
  }
  .cid-ryBjt3LyuJ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-ryBjt3LyuJ .modal-xl {
    max-width: 1140px;
  }
  .cid-ryBjt3LyuJ .container {
    max-width: 1140px;
  }
}
.cid-ryBjt3LyuJ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ryBjt3LyuJ .container {
    max-width: 720px;
  }
}
.cid-ryBjt3LyuJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ryBjt3LyuJ .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-ryBjt3LyuJ .form-group {
  margin-bottom: 1rem;
}
.cid-ryBjt3LyuJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ryBjt3LyuJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ryBjt3LyuJ .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-soOw4BcWcW .navbar {
  box-shadow: 0px 7px #ff8f00;
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
}
.cid-soOw4BcWcW .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-soOw4BcWcW .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #cc7200;
  color: #ffffff !important;
  background: #ff8f00 !important;
}
.cid-soOw4BcWcW .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-soOw4BcWcW .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-soOw4BcWcW .navbar .dropdown-itemx {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #0a1d31;
  color: #ffffff !important;
  background: #12375c !important;
}
.cid-soOw4BcWcW .navbar .dropdown-itemx:hover {
  padding-left: 2rem;
}
.cid-soOw4BcWcW .navbar .dropdown-itemx:focus border {
  outline: none;
}
.cid-soOw4BcWcW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-soOw4BcWcW .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-soOw4BcWcW .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #12375c;
}
.cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-soOw4BcWcW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-soOw4BcWcW .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-soOw4BcWcW .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-soOw4BcWcW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-soOw4BcWcW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-soOw4BcWcW .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-soOw4BcWcW .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-soOw4BcWcW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-soOw4BcWcW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-soOw4BcWcW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-soOw4BcWcW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-soOw4BcWcW .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-soOw4BcWcW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-soOw4BcWcW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-soOw4BcWcW .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soOw4BcWcW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soOw4BcWcW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soOw4BcWcW .dropdown-item.active,
.cid-soOw4BcWcW .dropdown-item:active {
  background-color: transparent;
}
.cid-soOw4BcWcW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soOw4BcWcW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soOw4BcWcW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soOw4BcWcW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-soOw4BcWcW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-soOw4BcWcW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soOw4BcWcW ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-soOw4BcWcW .navbar-buttons {
  text-align: center;
}
.cid-soOw4BcWcW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #12375c;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soOw4BcWcW .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-soOw4BcWcW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-soOw4BcWcW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-soOw4BcWcW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-soOw4BcWcW .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-soOw4BcWcW .nav-link:hover,
.cid-soOw4BcWcW .dropdown-item:hover {
  color: #12375c !important;
}
.cid-reIcTfZ3e5 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-reIcTfZ3e5 .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-reIcTfZ3e5 .modal-body .close {
  background: #1b1b1b;
}
.cid-reIcTfZ3e5 .modal-body .close span {
  font-style: normal;
}
.cid-reIcTfZ3e5 .carousel-inner > .active,
.cid-reIcTfZ3e5 .carousel-inner > .next,
.cid-reIcTfZ3e5 .carousel-inner > .prev {
  display: flex;
}
.cid-reIcTfZ3e5 .carousel-control .icon-next,
.cid-reIcTfZ3e5 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-reIcTfZ3e5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-reIcTfZ3e5 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-reIcTfZ3e5 .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-reIcTfZ3e5 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-reIcTfZ3e5 .boxed-slider > div {
  position: relative;
}
.cid-reIcTfZ3e5 .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-reIcTfZ3e5 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-reIcTfZ3e5 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-reIcTfZ3e5 .mbr-table-cell {
  padding: 0;
}
.cid-reIcTfZ3e5 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-reIcTfZ3e5 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-reIcTfZ3e5 .mbr-overlay {
  z-index: 1;
}
.cid-reIcTfZ3e5 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-reIcTfZ3e5 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-reIcTfZ3e5 .carousel-item .container {
    width: 100%;
  }
}
.cid-reIcTfZ3e5 .carousel-item-next.carousel-item-left,
.cid-reIcTfZ3e5 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-reIcTfZ3e5 .active.carousel-item-right,
.cid-reIcTfZ3e5 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-reIcTfZ3e5 .active.carousel-item-left,
.cid-reIcTfZ3e5 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-reIcTfZ3e5 .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-reIcTfZ3e5 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-reIcTfZ3e5 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-reIcTfZ3e5 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-reIcTfZ3e5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-reIcTfZ3e5 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-reIcTfZ3e5 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-reIcTfZ3e5 .mbr-slider .carousel-indicators li.active,
.cid-reIcTfZ3e5 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-reIcTfZ3e5 .mbr-slider .carousel-indicators li::after,
.cid-reIcTfZ3e5 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-reIcTfZ3e5 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-reIcTfZ3e5 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-reIcTfZ3e5 .mbr-slider > .container img {
  width: 100%;
}
.cid-reIcTfZ3e5 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-reIcTfZ3e5 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-reIcTfZ3e5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-reIcTfZ3e5 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-reIcTfZ3e5 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-reIcTfZ3e5 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-reIcTfZ3e5 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-reIcTfZ3e5 .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-reIcTfZ3e5 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-reIcTfZ3e5 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-reIcTfZ3e5 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-reIcTfZ3e5 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-reIcTfZ3e5 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-reIcTfZ3e5 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-reIcTfZ3e5 .carousel-inner {
  height: 100%;
}
.cid-reIcTfZ3e5 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-reIcTfZ3e5 .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 350px;
  overflow: hidden;
}
.cid-reIcTfZ3e5 .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-reIcTfZ3e5 .content-slider-wrap {
  width: 100%;
}
.cid-reIcTfZ3e5 H2 {
  color: #ff8f00;
}
.cid-revaeOUNed {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-revaeOUNed blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
}
.cid-revaeOUNed .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #a65c00;
  opacity: .1;
}
.cid-revaeOUNed .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-revaeOUNed DIV {
  text-align: left;
}
.cid-revaeOUNed BLOCKQUOTE {
  color: #12375c;
}
.cid-revaePzWsY {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-revaePzWsY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-revaePzWsY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-revaePzWsY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-revaePzWsY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-revaePzWsY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ff8f00;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #ff8f00, #12375c) !important;
}
.cid-revaePzWsY .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-revaePzWsY .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-revaePzWsY .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-revaePzWsY .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #12375c !important;
}
.cid-revaePzWsY .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-revaePzWsY .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #12375c !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-revaePzWsY .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-revaePzWsY .mbr-gallery-filter ul {
  display: block;
}
.cid-revaePzWsY .mbr-gallery-filter ul li {
  position: relative;
}
.cid-revaePzWsY .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-revaePzWsY .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-revaePzWsY .mbr-gallery-filter li.active::after,
.cid-revaePzWsY .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-revaePzWsY .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-revaePzWsY .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ff8f00 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #ff8f00, #12375c) !important;
}
.cid-revaePzWsY .icon-focus:before {
  content: '\e95e';
}
.cid-revaePzWsY .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-revaePzWsY .mbr-section-title {
  margin: 0;
}
.cid-revaePzWsY .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-revaePzWsY .underline .line {
  width: 3rem;
  height: 2px;
  background: #a65c00;
  display: inline-block;
}
.cid-revaePzWsY .mbr-section-subtitle {
  color: #12375c;
}
.cid-revaePzWsY .mbr-section-title,
.cid-revaePzWsY .underline {
  color: #ff8f00;
}
.cid-revaeRaIeN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #12375c;
}
.cid-revaeRaIeN .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-revaeS9wSk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #d6d6d6;
}
.cid-revaeS9wSk a:link {
  text-decoration: none;
}
.cid-revaeS9wSk .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-revaeS9wSk .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-revaeS9wSk .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-revaeS9wSk .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-revaeS9wSk .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-revaeS9wSk .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-revaeS9wSk .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #12375c;
  position: relative;
  top: -19px;
}
.cid-revaeS9wSk .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #12375c;
}
.cid-revaeS9wSk .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-revaeS9wSk .plan-title,
.cid-revaeS9wSk .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-revaeS9wSk .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-revaeS9wSk .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-revaeS9wSk .mbr-section-title span {
  color: #ffbc00;
}
.cid-revaeS9wSk .mbr-text {
  text-align: left;
  color: #12375c;
}
.cid-revaeS9wSk .mbr-section-title {
  color: #12375c;
}
.cid-ryBl2tOz0D.popup-builder {
  background-color: #ffffff;
}
.cid-ryBl2tOz0D.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ryBl2tOz0D.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ryBl2tOz0D .modal-content,
.cid-ryBl2tOz0D .modal-dialog {
  height: auto;
}
.cid-ryBl2tOz0D .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ryBl2tOz0D .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ryBl2tOz0D .form-wrapper .mbr-form .form-group,
  .cid-ryBl2tOz0D .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ryBl2tOz0D .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ryBl2tOz0D .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-ryBl2tOz0D .mbr-text {
  text-align: center;
}
.cid-ryBl2tOz0D .pt-0 {
  padding-top: 0 !important;
}
.cid-ryBl2tOz0D .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ryBl2tOz0D .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ryBl2tOz0D .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ryBl2tOz0D .modal-open {
  overflow: hidden;
}
.cid-ryBl2tOz0D .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ryBl2tOz0D .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ryBl2tOz0D .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ryBl2tOz0D .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-ryBl2tOz0D .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ryBl2tOz0D .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ryBl2tOz0D .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ryBl2tOz0D .modal-content {
  background: #ff8f00;
  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-ryBl2tOz0D .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ryBl2tOz0D .modal-backdrop.fade {
  opacity: 0;
}
.cid-ryBl2tOz0D .modal-backdrop.show {
  opacity: .5;
}
.cid-ryBl2tOz0D .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-ryBl2tOz0D .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ryBl2tOz0D .modal-header .close:hover {
  opacity: 1;
}
.cid-ryBl2tOz0D .modal-header .close:focus {
  outline: none;
}
.cid-ryBl2tOz0D .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #12375c;
}
.cid-ryBl2tOz0D .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-ryBl2tOz0D .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-ryBl2tOz0D .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ryBl2tOz0D .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ryBl2tOz0D .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ryBl2tOz0D .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ryBl2tOz0D .modal-sm {
    max-width: 300px;
  }
  .cid-ryBl2tOz0D .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-ryBl2tOz0D .modal-lg,
  .cid-ryBl2tOz0D .modal-xl {
    max-width: 800px;
  }
  .cid-ryBl2tOz0D .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-ryBl2tOz0D .modal-xl {
    max-width: 1140px;
  }
  .cid-ryBl2tOz0D .container {
    max-width: 1140px;
  }
}
.cid-ryBl2tOz0D .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ryBl2tOz0D .container {
    max-width: 720px;
  }
}
.cid-ryBl2tOz0D .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ryBl2tOz0D .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-ryBl2tOz0D .form-group {
  margin-bottom: 1rem;
}
.cid-ryBl2tOz0D .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ryBl2tOz0D .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ryBl2tOz0D .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-soOw4BcWcW .navbar {
  box-shadow: 0px 7px #ff8f00;
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
}
.cid-soOw4BcWcW .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-soOw4BcWcW .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #cc7200;
  color: #ffffff !important;
  background: #ff8f00 !important;
}
.cid-soOw4BcWcW .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-soOw4BcWcW .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-soOw4BcWcW .navbar .dropdown-itemx {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #0a1d31;
  color: #ffffff !important;
  background: #12375c !important;
}
.cid-soOw4BcWcW .navbar .dropdown-itemx:hover {
  padding-left: 2rem;
}
.cid-soOw4BcWcW .navbar .dropdown-itemx:focus border {
  outline: none;
}
.cid-soOw4BcWcW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-soOw4BcWcW .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-soOw4BcWcW .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #12375c;
}
.cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-soOw4BcWcW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-soOw4BcWcW .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-soOw4BcWcW .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-soOw4BcWcW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-soOw4BcWcW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-soOw4BcWcW .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-soOw4BcWcW .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-soOw4BcWcW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-soOw4BcWcW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-soOw4BcWcW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-soOw4BcWcW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-soOw4BcWcW .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-soOw4BcWcW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-soOw4BcWcW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-soOw4BcWcW .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soOw4BcWcW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soOw4BcWcW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soOw4BcWcW .dropdown-item.active,
.cid-soOw4BcWcW .dropdown-item:active {
  background-color: transparent;
}
.cid-soOw4BcWcW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soOw4BcWcW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soOw4BcWcW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soOw4BcWcW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-soOw4BcWcW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-soOw4BcWcW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soOw4BcWcW ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-soOw4BcWcW .navbar-buttons {
  text-align: center;
}
.cid-soOw4BcWcW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #12375c;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soOw4BcWcW .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-soOw4BcWcW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-soOw4BcWcW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-soOw4BcWcW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-soOw4BcWcW .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-soOw4BcWcW .nav-link:hover,
.cid-soOw4BcWcW .dropdown-item:hover {
  color: #12375c !important;
}
.cid-reIeuqq8IE {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-reIeuqq8IE .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-reIeuqq8IE .modal-body .close {
  background: #1b1b1b;
}
.cid-reIeuqq8IE .modal-body .close span {
  font-style: normal;
}
.cid-reIeuqq8IE .carousel-inner > .active,
.cid-reIeuqq8IE .carousel-inner > .next,
.cid-reIeuqq8IE .carousel-inner > .prev {
  display: flex;
}
.cid-reIeuqq8IE .carousel-control .icon-next,
.cid-reIeuqq8IE .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-reIeuqq8IE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-reIeuqq8IE .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-reIeuqq8IE .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-reIeuqq8IE .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-reIeuqq8IE .boxed-slider > div {
  position: relative;
}
.cid-reIeuqq8IE .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-reIeuqq8IE .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-reIeuqq8IE .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-reIeuqq8IE .mbr-table-cell {
  padding: 0;
}
.cid-reIeuqq8IE .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-reIeuqq8IE .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-reIeuqq8IE .mbr-overlay {
  z-index: 1;
}
.cid-reIeuqq8IE .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-reIeuqq8IE .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-reIeuqq8IE .carousel-item .container {
    width: 100%;
  }
}
.cid-reIeuqq8IE .carousel-item-next.carousel-item-left,
.cid-reIeuqq8IE .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-reIeuqq8IE .active.carousel-item-right,
.cid-reIeuqq8IE .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-reIeuqq8IE .active.carousel-item-left,
.cid-reIeuqq8IE .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-reIeuqq8IE .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-reIeuqq8IE .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-reIeuqq8IE .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-reIeuqq8IE .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-reIeuqq8IE .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-reIeuqq8IE .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-reIeuqq8IE .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-reIeuqq8IE .mbr-slider .carousel-indicators li.active,
.cid-reIeuqq8IE .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-reIeuqq8IE .mbr-slider .carousel-indicators li::after,
.cid-reIeuqq8IE .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-reIeuqq8IE .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-reIeuqq8IE .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-reIeuqq8IE .mbr-slider > .container img {
  width: 100%;
}
.cid-reIeuqq8IE .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-reIeuqq8IE .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-reIeuqq8IE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-reIeuqq8IE .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-reIeuqq8IE .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-reIeuqq8IE .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-reIeuqq8IE .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-reIeuqq8IE .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-reIeuqq8IE .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-reIeuqq8IE .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-reIeuqq8IE .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-reIeuqq8IE .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-reIeuqq8IE .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-reIeuqq8IE .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-reIeuqq8IE .carousel-inner {
  height: 100%;
}
.cid-reIeuqq8IE .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-reIeuqq8IE .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 350px;
  overflow: hidden;
}
.cid-reIeuqq8IE .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-reIeuqq8IE .content-slider-wrap {
  width: 100%;
}
.cid-reIeuqq8IE H2 {
  color: #ff8f00;
}
.cid-revasSv3wa {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-revasSv3wa blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
}
.cid-revasSv3wa .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #a65c00;
  opacity: .1;
}
.cid-revasSv3wa .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-revasSv3wa DIV {
  text-align: left;
}
.cid-revasSv3wa BLOCKQUOTE {
  color: #12375c;
}
.cid-revasTfukz {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-revasTfukz .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-revasTfukz .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-revasTfukz .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-revasTfukz .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-revasTfukz .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ff8f00;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #ff8f00, #12375c) !important;
}
.cid-revasTfukz .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-revasTfukz .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-revasTfukz .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-revasTfukz .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #12375c !important;
}
.cid-revasTfukz .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-revasTfukz .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #12375c !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-revasTfukz .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-revasTfukz .mbr-gallery-filter ul {
  display: block;
}
.cid-revasTfukz .mbr-gallery-filter ul li {
  position: relative;
}
.cid-revasTfukz .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-revasTfukz .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-revasTfukz .mbr-gallery-filter li.active::after,
.cid-revasTfukz .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-revasTfukz .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-revasTfukz .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ff8f00 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #ff8f00, #12375c) !important;
}
.cid-revasTfukz .icon-focus:before {
  content: '\e95e';
}
.cid-revasTfukz .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-revasTfukz .mbr-section-title {
  margin: 0;
}
.cid-revasTfukz .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-revasTfukz .underline .line {
  width: 3rem;
  height: 2px;
  background: #a65c00;
  display: inline-block;
}
.cid-revasTfukz .mbr-section-subtitle {
  color: #12375c;
}
.cid-revasTfukz .mbr-section-title,
.cid-revasTfukz .underline {
  color: #ff8f00;
}
.cid-revasVUXmC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #12375c;
}
.cid-revasVUXmC .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-revasXzMzi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #d6d6d6;
}
.cid-revasXzMzi a:link {
  text-decoration: none;
}
.cid-revasXzMzi .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-revasXzMzi .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-revasXzMzi .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-revasXzMzi .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-revasXzMzi .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-revasXzMzi .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-revasXzMzi .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #12375c;
  position: relative;
  top: -19px;
}
.cid-revasXzMzi .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #12375c;
}
.cid-revasXzMzi .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-revasXzMzi .plan-title,
.cid-revasXzMzi .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-revasXzMzi .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-revasXzMzi .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-revasXzMzi .mbr-section-title span {
  color: #ffbc00;
}
.cid-revasXzMzi .mbr-text {
  text-align: left;
  color: #12375c;
}
.cid-revasXzMzi .mbr-section-title {
  color: #12375c;
}
.cid-ryBla04w3X.popup-builder {
  background-color: #ffffff;
}
.cid-ryBla04w3X.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ryBla04w3X.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ryBla04w3X .modal-content,
.cid-ryBla04w3X .modal-dialog {
  height: auto;
}
.cid-ryBla04w3X .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ryBla04w3X .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ryBla04w3X .form-wrapper .mbr-form .form-group,
  .cid-ryBla04w3X .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ryBla04w3X .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ryBla04w3X .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-ryBla04w3X .mbr-text {
  text-align: center;
}
.cid-ryBla04w3X .pt-0 {
  padding-top: 0 !important;
}
.cid-ryBla04w3X .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ryBla04w3X .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ryBla04w3X .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ryBla04w3X .modal-open {
  overflow: hidden;
}
.cid-ryBla04w3X .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ryBla04w3X .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ryBla04w3X .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ryBla04w3X .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-ryBla04w3X .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ryBla04w3X .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ryBla04w3X .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ryBla04w3X .modal-content {
  background: #ff8f00;
  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-ryBla04w3X .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ryBla04w3X .modal-backdrop.fade {
  opacity: 0;
}
.cid-ryBla04w3X .modal-backdrop.show {
  opacity: .5;
}
.cid-ryBla04w3X .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-ryBla04w3X .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ryBla04w3X .modal-header .close:hover {
  opacity: 1;
}
.cid-ryBla04w3X .modal-header .close:focus {
  outline: none;
}
.cid-ryBla04w3X .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #12375c;
}
.cid-ryBla04w3X .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-ryBla04w3X .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-ryBla04w3X .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ryBla04w3X .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ryBla04w3X .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ryBla04w3X .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ryBla04w3X .modal-sm {
    max-width: 300px;
  }
  .cid-ryBla04w3X .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-ryBla04w3X .modal-lg,
  .cid-ryBla04w3X .modal-xl {
    max-width: 800px;
  }
  .cid-ryBla04w3X .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-ryBla04w3X .modal-xl {
    max-width: 1140px;
  }
  .cid-ryBla04w3X .container {
    max-width: 1140px;
  }
}
.cid-ryBla04w3X .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ryBla04w3X .container {
    max-width: 720px;
  }
}
.cid-ryBla04w3X .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ryBla04w3X .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-ryBla04w3X .form-group {
  margin-bottom: 1rem;
}
.cid-ryBla04w3X .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ryBla04w3X .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ryBla04w3X .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-soOw4BcWcW .navbar {
  box-shadow: 0px 7px #ff8f00;
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
}
.cid-soOw4BcWcW .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-soOw4BcWcW .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #cc7200;
  color: #ffffff !important;
  background: #ff8f00 !important;
}
.cid-soOw4BcWcW .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-soOw4BcWcW .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-soOw4BcWcW .navbar .dropdown-itemx {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #0a1d31;
  color: #ffffff !important;
  background: #12375c !important;
}
.cid-soOw4BcWcW .navbar .dropdown-itemx:hover {
  padding-left: 2rem;
}
.cid-soOw4BcWcW .navbar .dropdown-itemx:focus border {
  outline: none;
}
.cid-soOw4BcWcW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-soOw4BcWcW .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-soOw4BcWcW .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #12375c;
}
.cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-soOw4BcWcW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-soOw4BcWcW .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-soOw4BcWcW .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-soOw4BcWcW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-soOw4BcWcW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-soOw4BcWcW .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-soOw4BcWcW .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-soOw4BcWcW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-soOw4BcWcW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-soOw4BcWcW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-soOw4BcWcW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-soOw4BcWcW .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-soOw4BcWcW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-soOw4BcWcW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-soOw4BcWcW .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soOw4BcWcW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soOw4BcWcW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soOw4BcWcW .dropdown-item.active,
.cid-soOw4BcWcW .dropdown-item:active {
  background-color: transparent;
}
.cid-soOw4BcWcW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soOw4BcWcW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soOw4BcWcW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soOw4BcWcW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-soOw4BcWcW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-soOw4BcWcW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soOw4BcWcW ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-soOw4BcWcW .navbar-buttons {
  text-align: center;
}
.cid-soOw4BcWcW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #12375c;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soOw4BcWcW .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-soOw4BcWcW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-soOw4BcWcW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-soOw4BcWcW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-soOw4BcWcW .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-soOw4BcWcW .nav-link:hover,
.cid-soOw4BcWcW .dropdown-item:hover {
  color: #12375c !important;
}
.cid-reIgn63oLI {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-reIgn63oLI .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-reIgn63oLI .modal-body .close {
  background: #1b1b1b;
}
.cid-reIgn63oLI .modal-body .close span {
  font-style: normal;
}
.cid-reIgn63oLI .carousel-inner > .active,
.cid-reIgn63oLI .carousel-inner > .next,
.cid-reIgn63oLI .carousel-inner > .prev {
  display: flex;
}
.cid-reIgn63oLI .carousel-control .icon-next,
.cid-reIgn63oLI .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-reIgn63oLI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-reIgn63oLI .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-reIgn63oLI .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-reIgn63oLI .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-reIgn63oLI .boxed-slider > div {
  position: relative;
}
.cid-reIgn63oLI .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-reIgn63oLI .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-reIgn63oLI .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-reIgn63oLI .mbr-table-cell {
  padding: 0;
}
.cid-reIgn63oLI .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-reIgn63oLI .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-reIgn63oLI .mbr-overlay {
  z-index: 1;
}
.cid-reIgn63oLI .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-reIgn63oLI .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-reIgn63oLI .carousel-item .container {
    width: 100%;
  }
}
.cid-reIgn63oLI .carousel-item-next.carousel-item-left,
.cid-reIgn63oLI .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-reIgn63oLI .active.carousel-item-right,
.cid-reIgn63oLI .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-reIgn63oLI .active.carousel-item-left,
.cid-reIgn63oLI .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-reIgn63oLI .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-reIgn63oLI .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-reIgn63oLI .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-reIgn63oLI .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-reIgn63oLI .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-reIgn63oLI .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-reIgn63oLI .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-reIgn63oLI .mbr-slider .carousel-indicators li.active,
.cid-reIgn63oLI .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-reIgn63oLI .mbr-slider .carousel-indicators li::after,
.cid-reIgn63oLI .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-reIgn63oLI .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-reIgn63oLI .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-reIgn63oLI .mbr-slider > .container img {
  width: 100%;
}
.cid-reIgn63oLI .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-reIgn63oLI .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-reIgn63oLI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-reIgn63oLI .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-reIgn63oLI .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-reIgn63oLI .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-reIgn63oLI .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-reIgn63oLI .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-reIgn63oLI .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-reIgn63oLI .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-reIgn63oLI .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-reIgn63oLI .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-reIgn63oLI .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-reIgn63oLI .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-reIgn63oLI .carousel-inner {
  height: 100%;
}
.cid-reIgn63oLI .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-reIgn63oLI .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 350px;
  overflow: hidden;
}
.cid-reIgn63oLI .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-reIgn63oLI .content-slider-wrap {
  width: 100%;
}
.cid-reIgn63oLI H2 {
  color: #ff8f00;
}
.cid-revaLgzYwZ {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-revaLgzYwZ blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
}
.cid-revaLgzYwZ .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #a65c00;
  opacity: .1;
}
.cid-revaLgzYwZ .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-revaLgzYwZ DIV {
  text-align: left;
}
.cid-revaLgzYwZ BLOCKQUOTE {
  color: #12375c;
}
.cid-revaLhka8v {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-revaLhka8v .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-revaLhka8v .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-revaLhka8v .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-revaLhka8v .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-revaLhka8v .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ff8f00;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #ff8f00, #12375c) !important;
}
.cid-revaLhka8v .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-revaLhka8v .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-revaLhka8v .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-revaLhka8v .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #12375c !important;
}
.cid-revaLhka8v .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-revaLhka8v .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #12375c !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-revaLhka8v .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-revaLhka8v .mbr-gallery-filter ul {
  display: block;
}
.cid-revaLhka8v .mbr-gallery-filter ul li {
  position: relative;
}
.cid-revaLhka8v .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-revaLhka8v .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-revaLhka8v .mbr-gallery-filter li.active::after,
.cid-revaLhka8v .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-revaLhka8v .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-revaLhka8v .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ff8f00 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #ff8f00, #12375c) !important;
}
.cid-revaLhka8v .icon-focus:before {
  content: '\e95e';
}
.cid-revaLhka8v .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-revaLhka8v .mbr-section-title {
  margin: 0;
}
.cid-revaLhka8v .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-revaLhka8v .underline .line {
  width: 3rem;
  height: 2px;
  background: #a65c00;
  display: inline-block;
}
.cid-revaLhka8v .mbr-section-subtitle {
  color: #12375c;
}
.cid-revaLhka8v .mbr-section-title,
.cid-revaLhka8v .underline {
  color: #ff8f00;
}
.cid-revaLiYXiA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #12375c;
}
.cid-revaLiYXiA .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-revaLjYXpg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #d6d6d6;
}
.cid-revaLjYXpg a:link {
  text-decoration: none;
}
.cid-revaLjYXpg .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-revaLjYXpg .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-revaLjYXpg .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-revaLjYXpg .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-revaLjYXpg .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-revaLjYXpg .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-revaLjYXpg .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #12375c;
  position: relative;
  top: -19px;
}
.cid-revaLjYXpg .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #12375c;
}
.cid-revaLjYXpg .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-revaLjYXpg .plan-title,
.cid-revaLjYXpg .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-revaLjYXpg .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-revaLjYXpg .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-revaLjYXpg .mbr-section-title span {
  color: #ffbc00;
}
.cid-revaLjYXpg .mbr-text {
  text-align: left;
  color: #12375c;
}
.cid-revaLjYXpg .mbr-section-title {
  color: #12375c;
}
.cid-ryBlfJbigr.popup-builder {
  background-color: #ffffff;
}
.cid-ryBlfJbigr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ryBlfJbigr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ryBlfJbigr .modal-content,
.cid-ryBlfJbigr .modal-dialog {
  height: auto;
}
.cid-ryBlfJbigr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ryBlfJbigr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ryBlfJbigr .form-wrapper .mbr-form .form-group,
  .cid-ryBlfJbigr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ryBlfJbigr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ryBlfJbigr .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-ryBlfJbigr .mbr-text {
  text-align: center;
}
.cid-ryBlfJbigr .pt-0 {
  padding-top: 0 !important;
}
.cid-ryBlfJbigr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ryBlfJbigr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ryBlfJbigr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ryBlfJbigr .modal-open {
  overflow: hidden;
}
.cid-ryBlfJbigr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ryBlfJbigr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ryBlfJbigr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ryBlfJbigr .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-ryBlfJbigr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ryBlfJbigr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ryBlfJbigr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ryBlfJbigr .modal-content {
  background: #ff8f00;
  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-ryBlfJbigr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ryBlfJbigr .modal-backdrop.fade {
  opacity: 0;
}
.cid-ryBlfJbigr .modal-backdrop.show {
  opacity: .5;
}
.cid-ryBlfJbigr .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-ryBlfJbigr .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ryBlfJbigr .modal-header .close:hover {
  opacity: 1;
}
.cid-ryBlfJbigr .modal-header .close:focus {
  outline: none;
}
.cid-ryBlfJbigr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #12375c;
}
.cid-ryBlfJbigr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-ryBlfJbigr .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-ryBlfJbigr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ryBlfJbigr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ryBlfJbigr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ryBlfJbigr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ryBlfJbigr .modal-sm {
    max-width: 300px;
  }
  .cid-ryBlfJbigr .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-ryBlfJbigr .modal-lg,
  .cid-ryBlfJbigr .modal-xl {
    max-width: 800px;
  }
  .cid-ryBlfJbigr .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-ryBlfJbigr .modal-xl {
    max-width: 1140px;
  }
  .cid-ryBlfJbigr .container {
    max-width: 1140px;
  }
}
.cid-ryBlfJbigr .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ryBlfJbigr .container {
    max-width: 720px;
  }
}
.cid-ryBlfJbigr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ryBlfJbigr .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-ryBlfJbigr .form-group {
  margin-bottom: 1rem;
}
.cid-ryBlfJbigr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ryBlfJbigr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ryBlfJbigr .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-soOw4BcWcW .navbar {
  box-shadow: 0px 7px #ff8f00;
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
}
.cid-soOw4BcWcW .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-soOw4BcWcW .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #cc7200;
  color: #ffffff !important;
  background: #ff8f00 !important;
}
.cid-soOw4BcWcW .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-soOw4BcWcW .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-soOw4BcWcW .navbar .dropdown-itemx {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #0a1d31;
  color: #ffffff !important;
  background: #12375c !important;
}
.cid-soOw4BcWcW .navbar .dropdown-itemx:hover {
  padding-left: 2rem;
}
.cid-soOw4BcWcW .navbar .dropdown-itemx:focus border {
  outline: none;
}
.cid-soOw4BcWcW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-soOw4BcWcW .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-soOw4BcWcW .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #12375c;
}
.cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-soOw4BcWcW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-soOw4BcWcW .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-soOw4BcWcW .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-soOw4BcWcW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-soOw4BcWcW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-soOw4BcWcW .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-soOw4BcWcW .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-soOw4BcWcW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-soOw4BcWcW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-soOw4BcWcW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-soOw4BcWcW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-soOw4BcWcW .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-soOw4BcWcW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-soOw4BcWcW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-soOw4BcWcW .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soOw4BcWcW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soOw4BcWcW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soOw4BcWcW .dropdown-item.active,
.cid-soOw4BcWcW .dropdown-item:active {
  background-color: transparent;
}
.cid-soOw4BcWcW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soOw4BcWcW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soOw4BcWcW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soOw4BcWcW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-soOw4BcWcW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-soOw4BcWcW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soOw4BcWcW ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-soOw4BcWcW .navbar-buttons {
  text-align: center;
}
.cid-soOw4BcWcW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #12375c;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soOw4BcWcW .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-soOw4BcWcW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-soOw4BcWcW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-soOw4BcWcW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-soOw4BcWcW .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-soOw4BcWcW .nav-link:hover,
.cid-soOw4BcWcW .dropdown-item:hover {
  color: #12375c !important;
}
.cid-reIiFOZ5Zc {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-reIiFOZ5Zc .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-reIiFOZ5Zc .modal-body .close {
  background: #1b1b1b;
}
.cid-reIiFOZ5Zc .modal-body .close span {
  font-style: normal;
}
.cid-reIiFOZ5Zc .carousel-inner > .active,
.cid-reIiFOZ5Zc .carousel-inner > .next,
.cid-reIiFOZ5Zc .carousel-inner > .prev {
  display: flex;
}
.cid-reIiFOZ5Zc .carousel-control .icon-next,
.cid-reIiFOZ5Zc .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-reIiFOZ5Zc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-reIiFOZ5Zc .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-reIiFOZ5Zc .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-reIiFOZ5Zc .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-reIiFOZ5Zc .boxed-slider > div {
  position: relative;
}
.cid-reIiFOZ5Zc .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-reIiFOZ5Zc .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-reIiFOZ5Zc .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-reIiFOZ5Zc .mbr-table-cell {
  padding: 0;
}
.cid-reIiFOZ5Zc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-reIiFOZ5Zc .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-reIiFOZ5Zc .mbr-overlay {
  z-index: 1;
}
.cid-reIiFOZ5Zc .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-reIiFOZ5Zc .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-reIiFOZ5Zc .carousel-item .container {
    width: 100%;
  }
}
.cid-reIiFOZ5Zc .carousel-item-next.carousel-item-left,
.cid-reIiFOZ5Zc .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-reIiFOZ5Zc .active.carousel-item-right,
.cid-reIiFOZ5Zc .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-reIiFOZ5Zc .active.carousel-item-left,
.cid-reIiFOZ5Zc .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-reIiFOZ5Zc .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-reIiFOZ5Zc .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-reIiFOZ5Zc .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-reIiFOZ5Zc .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-reIiFOZ5Zc .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-reIiFOZ5Zc .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-reIiFOZ5Zc .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-reIiFOZ5Zc .mbr-slider .carousel-indicators li.active,
.cid-reIiFOZ5Zc .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-reIiFOZ5Zc .mbr-slider .carousel-indicators li::after,
.cid-reIiFOZ5Zc .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-reIiFOZ5Zc .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-reIiFOZ5Zc .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-reIiFOZ5Zc .mbr-slider > .container img {
  width: 100%;
}
.cid-reIiFOZ5Zc .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-reIiFOZ5Zc .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-reIiFOZ5Zc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-reIiFOZ5Zc .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-reIiFOZ5Zc .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-reIiFOZ5Zc .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-reIiFOZ5Zc .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-reIiFOZ5Zc .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-reIiFOZ5Zc .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-reIiFOZ5Zc .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-reIiFOZ5Zc .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-reIiFOZ5Zc .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-reIiFOZ5Zc .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-reIiFOZ5Zc .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-reIiFOZ5Zc .carousel-inner {
  height: 100%;
}
.cid-reIiFOZ5Zc .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-reIiFOZ5Zc .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 350px;
  overflow: hidden;
}
.cid-reIiFOZ5Zc .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-reIiFOZ5Zc .content-slider-wrap {
  width: 100%;
}
.cid-reIiFOZ5Zc H2 {
  color: #ff8f00;
}
.cid-reFWLD6D4e {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-reFWLD6D4e blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
}
.cid-reFWLD6D4e .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #a65c00;
  opacity: .1;
}
.cid-reFWLD6D4e .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-reFWLD6D4e DIV {
  text-align: left;
}
.cid-reFWLD6D4e BLOCKQUOTE {
  color: #12375c;
}
.cid-reFWLER9NU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #12375c;
}
.cid-reFWLER9NU .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-reFWLFR9zi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #d6d6d6;
}
.cid-reFWLFR9zi a:link {
  text-decoration: none;
}
.cid-reFWLFR9zi .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-reFWLFR9zi .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-reFWLFR9zi .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-reFWLFR9zi .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-reFWLFR9zi .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-reFWLFR9zi .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-reFWLFR9zi .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #12375c;
  position: relative;
  top: -19px;
}
.cid-reFWLFR9zi .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #12375c;
}
.cid-reFWLFR9zi .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-reFWLFR9zi .plan-title,
.cid-reFWLFR9zi .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-reFWLFR9zi .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-reFWLFR9zi .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-reFWLFR9zi .mbr-section-title span {
  color: #ffbc00;
}
.cid-reFWLFR9zi .mbr-text {
  text-align: left;
  color: #12375c;
}
.cid-reFWLFR9zi .mbr-section-title {
  color: #12375c;
}
.cid-ryBlk8ijfr.popup-builder {
  background-color: #ffffff;
}
.cid-ryBlk8ijfr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ryBlk8ijfr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ryBlk8ijfr .modal-content,
.cid-ryBlk8ijfr .modal-dialog {
  height: auto;
}
.cid-ryBlk8ijfr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ryBlk8ijfr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ryBlk8ijfr .form-wrapper .mbr-form .form-group,
  .cid-ryBlk8ijfr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ryBlk8ijfr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ryBlk8ijfr .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-ryBlk8ijfr .mbr-text {
  text-align: center;
}
.cid-ryBlk8ijfr .pt-0 {
  padding-top: 0 !important;
}
.cid-ryBlk8ijfr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ryBlk8ijfr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ryBlk8ijfr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ryBlk8ijfr .modal-open {
  overflow: hidden;
}
.cid-ryBlk8ijfr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ryBlk8ijfr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ryBlk8ijfr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ryBlk8ijfr .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-ryBlk8ijfr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ryBlk8ijfr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ryBlk8ijfr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ryBlk8ijfr .modal-content {
  background: #ff8f00;
  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-ryBlk8ijfr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ryBlk8ijfr .modal-backdrop.fade {
  opacity: 0;
}
.cid-ryBlk8ijfr .modal-backdrop.show {
  opacity: .5;
}
.cid-ryBlk8ijfr .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-ryBlk8ijfr .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ryBlk8ijfr .modal-header .close:hover {
  opacity: 1;
}
.cid-ryBlk8ijfr .modal-header .close:focus {
  outline: none;
}
.cid-ryBlk8ijfr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #12375c;
}
.cid-ryBlk8ijfr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-ryBlk8ijfr .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-ryBlk8ijfr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ryBlk8ijfr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ryBlk8ijfr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ryBlk8ijfr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ryBlk8ijfr .modal-sm {
    max-width: 300px;
  }
  .cid-ryBlk8ijfr .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-ryBlk8ijfr .modal-lg,
  .cid-ryBlk8ijfr .modal-xl {
    max-width: 800px;
  }
  .cid-ryBlk8ijfr .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-ryBlk8ijfr .modal-xl {
    max-width: 1140px;
  }
  .cid-ryBlk8ijfr .container {
    max-width: 1140px;
  }
}
.cid-ryBlk8ijfr .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ryBlk8ijfr .container {
    max-width: 720px;
  }
}
.cid-ryBlk8ijfr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ryBlk8ijfr .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-ryBlk8ijfr .form-group {
  margin-bottom: 1rem;
}
.cid-ryBlk8ijfr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ryBlk8ijfr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ryBlk8ijfr .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-soOw4BcWcW .navbar {
  box-shadow: 0px 7px #ff8f00;
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
}
.cid-soOw4BcWcW .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-soOw4BcWcW .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #cc7200;
  color: #ffffff !important;
  background: #ff8f00 !important;
}
.cid-soOw4BcWcW .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-soOw4BcWcW .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-soOw4BcWcW .navbar .dropdown-itemx {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #0a1d31;
  color: #ffffff !important;
  background: #12375c !important;
}
.cid-soOw4BcWcW .navbar .dropdown-itemx:hover {
  padding-left: 2rem;
}
.cid-soOw4BcWcW .navbar .dropdown-itemx:focus border {
  outline: none;
}
.cid-soOw4BcWcW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-soOw4BcWcW .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-soOw4BcWcW .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #12375c;
}
.cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-soOw4BcWcW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-soOw4BcWcW .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-soOw4BcWcW .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-soOw4BcWcW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-soOw4BcWcW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-soOw4BcWcW .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-soOw4BcWcW .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-soOw4BcWcW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-soOw4BcWcW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-soOw4BcWcW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-soOw4BcWcW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-soOw4BcWcW .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-soOw4BcWcW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-soOw4BcWcW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-soOw4BcWcW .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soOw4BcWcW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soOw4BcWcW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soOw4BcWcW .dropdown-item.active,
.cid-soOw4BcWcW .dropdown-item:active {
  background-color: transparent;
}
.cid-soOw4BcWcW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soOw4BcWcW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soOw4BcWcW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soOw4BcWcW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-soOw4BcWcW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-soOw4BcWcW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soOw4BcWcW ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-soOw4BcWcW .navbar-buttons {
  text-align: center;
}
.cid-soOw4BcWcW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #12375c;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soOw4BcWcW .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-soOw4BcWcW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-soOw4BcWcW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-soOw4BcWcW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-soOw4BcWcW .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-soOw4BcWcW .nav-link:hover,
.cid-soOw4BcWcW .dropdown-item:hover {
  color: #12375c !important;
}
#custom-html-4l {
  width: auto;
  background: #ccc;
  height: 151px;
  /* Smaller than standard 960 (devices and browsers) */
  /* Tablet Portrait size to standard 960 (devices and browsers) */
  /* All Mobile Sizes (devices and browser) */
  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
}
@media only screen and (min-width: 1550px) {
  #custom-html-4l {
    width: auto;
    background: #ccc;
    height: 151px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  #custom-html-4l {
    width: auto;
    background: #ccc;
    height: 151px;
  }
}
@media only screen and (max-width: 959px) {
  #custom-html-4l {
    width: auto;
    background: #ccc;
    height: 77px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #custom-html-4l {
    width: auto;
    background: #ccc;
    height: 77px;
  }
}
@media only screen and (max-width: 767px) {
  #custom-html-4l {
    width: auto;
    background: #ccc;
    height: 77px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #custom-html-4l {
    width: auto;
    background: #ccc;
    height: 77px;
  }
}
@media only screen and (max-width: 479px) {
  #custom-html-4l {
    width: auto;
    background: #ccc;
    height: 77px;
  }
}
#custom-html-4l .novoTel {
  font-size: 20px;
  position: fixed;
  top: 25%;
  right: 0;
  background-color: rgba(246, 147, 29, 0.7);
  z-index: 100000;
  padding: 1rem;
  border-radius: 20px 0 0 20px;
}
#custom-html-4l .textoTel {
  color: white;
}
#custom-html-4l .close {
  color: #000;
  font-size: 20px;
  padding: 3px 1px;
}
#custom-html-4l #myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 10px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
#custom-html-4l #myBtn:hover {
  background-color: #555;
}
#custom-html-4l #botaocss {
  -moz-transform: rotate(-90deg);
  -moz-transition: all 0.1s ease-in-out;
  -ms-transform: rotate(-90deg);
  -ms-transition: all 0.1s ease-in-out;
  -o-transform: rotate(-90deg);
  -o-transition: all 0.1s ease-in-out;
  -webkit-box-shadow: #ae0400 0 0 10px;
  -webkit-transform: rotate(-90deg);
  -webkit-transition: all 0.1s ease-in-out;
  font: bold 15px;
  font-style: normal;
  color: #ffffff;
  border: none;
  box-shadow: 2px 2px 5px #000000;
  -moz-box-shadow: 2px 2px 5px #000000;
  -webkit-box-shadow: 2px 2px 5px #000000;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  font-size: 15px;
  position: fixed;
  top: 35%;
  right: -120px;
  background-color: #ae0400;
  z-index: 100000;
  border-radius: 0 0 0 0;
  text-decoration: none;
  transform: rotate(-90deg);
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  margin: 0 auto;
}
#custom-html-4l #botaocss a {
  display: block;
  /*Objeto único na linha*/
  background: #ae0400;
  /*Cor de fundo do objeto em espera*/
  color: #FFFFFF;
  /*Cor do texto*/
  text-shadow: 0px 0px 0px #111111;
  /*Disposição e cor da sombra do texto*/
  text-align: center;
  /*Alinhamento do texto*/
  border: none;
  border-radius: 0px;
  /*Define o arredondamento do objeto*/
  box-shadow: none;
  padding: 3px 10px 3px 10px;
  /*Espaçamento interno do objeto*/
  margin: 0px 0px 0px 0px;
  /*Espaçamento externo do objeto*/
  text-decoration: none;
  /*Decoração do texto ("none" = sem sublinhamento)*/
}
#custom-html-4l #botaocss a:hover {
  background: #e70400;
  /*Cor de fundo do objeto quando o mouse está sobre o mesmo*/
  border: solid 0px #e70400;
  /*Cor da linha do objeto quando o mouse está sobre o mesmo*/
  box-shadow: 0px 2px 3px #e70400;
  /*Disposição e cor da sombra do objeto quando o mouse está sobre o mesmo*/
}
#custom-html-4l #botaocss a:clicked {
  background: #e70400;
  /*Cor de fundo do objeto quando o mouse é clicado sobre o mesmo*/
  border: solid 0px #e70400;
  /*Cor da linha do objeto quando o mouse é clicado sobre o mesmo*/
}
.cid-rffQidR6qY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1620x1080.jpg");
}
.cid-rffQidR6qY .mbr-text,
.cid-rffQidR6qY .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rffQidR6qY .mbr-section-title {
  margin-left: -0.2rem;
  color: #ff8f00;
}
.cid-rffQidR6qY .mbr-section-title span {
  color: #ffbc00;
}
.cid-rffQidR6qY .btn {
  margin: .4rem 4px !important;
}
@media (max-width: 767px) {
  .cid-rffQidR6qY .mbr-section-title {
    margin-left: -0.8rem;
  }
}
.cid-rffQc7hLMA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #d6d6d6;
}
.cid-rffQc7hLMA a:link {
  text-decoration: none;
}
.cid-rffQc7hLMA .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rffQc7hLMA .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rffQc7hLMA .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rffQc7hLMA .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rffQc7hLMA .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-rffQc7hLMA .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-rffQc7hLMA .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #12375c;
  position: relative;
  top: -19px;
}
.cid-rffQc7hLMA .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #12375c;
}
.cid-rffQc7hLMA .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-rffQc7hLMA .plan-title,
.cid-rffQc7hLMA .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-rffQc7hLMA .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-rffQc7hLMA .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-rffQc7hLMA .mbr-section-title span {
  color: #ffbc00;
}
.cid-rffQc7hLMA .mbr-text {
  text-align: left;
  color: #12375c;
}
.cid-rffQc7hLMA .mbr-section-title {
  color: #12375c;
}
.cid-ryCcoS1BMY.popup-builder {
  background-color: #ffffff;
}
.cid-ryCcoS1BMY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ryCcoS1BMY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ryCcoS1BMY .modal-content,
.cid-ryCcoS1BMY .modal-dialog {
  height: auto;
}
.cid-ryCcoS1BMY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ryCcoS1BMY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ryCcoS1BMY .form-wrapper .mbr-form .form-group,
  .cid-ryCcoS1BMY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ryCcoS1BMY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ryCcoS1BMY .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-ryCcoS1BMY .mbr-text {
  text-align: center;
}
.cid-ryCcoS1BMY .pt-0 {
  padding-top: 0 !important;
}
.cid-ryCcoS1BMY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ryCcoS1BMY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ryCcoS1BMY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ryCcoS1BMY .modal-open {
  overflow: hidden;
}
.cid-ryCcoS1BMY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ryCcoS1BMY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ryCcoS1BMY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ryCcoS1BMY .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-ryCcoS1BMY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ryCcoS1BMY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ryCcoS1BMY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ryCcoS1BMY .modal-content {
  background: #ff8f00;
  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-ryCcoS1BMY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ryCcoS1BMY .modal-backdrop.fade {
  opacity: 0;
}
.cid-ryCcoS1BMY .modal-backdrop.show {
  opacity: .5;
}
.cid-ryCcoS1BMY .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-ryCcoS1BMY .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ryCcoS1BMY .modal-header .close:hover {
  opacity: 1;
}
.cid-ryCcoS1BMY .modal-header .close:focus {
  outline: none;
}
.cid-ryCcoS1BMY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #12375c;
}
.cid-ryCcoS1BMY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-ryCcoS1BMY .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-ryCcoS1BMY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ryCcoS1BMY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ryCcoS1BMY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ryCcoS1BMY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ryCcoS1BMY .modal-sm {
    max-width: 300px;
  }
  .cid-ryCcoS1BMY .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-ryCcoS1BMY .modal-lg,
  .cid-ryCcoS1BMY .modal-xl {
    max-width: 800px;
  }
  .cid-ryCcoS1BMY .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-ryCcoS1BMY .modal-xl {
    max-width: 1140px;
  }
  .cid-ryCcoS1BMY .container {
    max-width: 1140px;
  }
}
.cid-ryCcoS1BMY .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ryCcoS1BMY .container {
    max-width: 720px;
  }
}
.cid-ryCcoS1BMY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ryCcoS1BMY .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-ryCcoS1BMY .form-group {
  margin-bottom: 1rem;
}
.cid-ryCcoS1BMY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ryCcoS1BMY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ryCcoS1BMY .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-soOw4BcWcW .navbar {
  box-shadow: 0px 7px #ff8f00;
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
}
.cid-soOw4BcWcW .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-soOw4BcWcW .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #cc7200;
  color: #ffffff !important;
  background: #ff8f00 !important;
}
.cid-soOw4BcWcW .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-soOw4BcWcW .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-soOw4BcWcW .navbar .dropdown-itemx {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #0a1d31;
  color: #ffffff !important;
  background: #12375c !important;
}
.cid-soOw4BcWcW .navbar .dropdown-itemx:hover {
  padding-left: 2rem;
}
.cid-soOw4BcWcW .navbar .dropdown-itemx:focus border {
  outline: none;
}
.cid-soOw4BcWcW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-soOw4BcWcW .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-soOw4BcWcW .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #12375c;
}
.cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-soOw4BcWcW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-soOw4BcWcW .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-soOw4BcWcW .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-soOw4BcWcW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-soOw4BcWcW .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-soOw4BcWcW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-soOw4BcWcW .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-soOw4BcWcW .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-soOw4BcWcW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-soOw4BcWcW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-soOw4BcWcW .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-soOw4BcWcW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-soOw4BcWcW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-soOw4BcWcW .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-soOw4BcWcW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-soOw4BcWcW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-soOw4BcWcW .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soOw4BcWcW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soOw4BcWcW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soOw4BcWcW .dropdown-item.active,
.cid-soOw4BcWcW .dropdown-item:active {
  background-color: transparent;
}
.cid-soOw4BcWcW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soOw4BcWcW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soOw4BcWcW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soOw4BcWcW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-soOw4BcWcW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-soOw4BcWcW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soOw4BcWcW ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-soOw4BcWcW .navbar-buttons {
  text-align: center;
}
.cid-soOw4BcWcW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #12375c;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-soOw4BcWcW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-soOw4BcWcW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soOw4BcWcW .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-soOw4BcWcW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-soOw4BcWcW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-soOw4BcWcW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-soOw4BcWcW .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-soOw4BcWcW .nav-link:hover,
.cid-soOw4BcWcW .dropdown-item:hover {
  color: #12375c !important;
}
#custom-html-7l .cbh-phone {
  position: fixed;
  right: 10px;
  bottom: 10px;
  visibility: hidden;
  background-color: transparent;
  width: 200px;
  height: 200px;
  cursor: pointer;
  z-index: 99;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility .5s;
  -moz-transition: visibility .5s;
  -o-transition: visibility .5s;
  transition: visibility .5s;
}
#custom-html-7l .cbh-phone {
  position: fixed;
  right: 10px;
  bottom: 10px;
  visibility: hidden;
  background-color: transparent;
  width: 200px;
  height: 200px;
  cursor: pointer;
  z-index: 99;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility .5s;
  -moz-transition: visibility .5s;
  -o-transition: visibility .5s;
  transition: visibility .5s;
}
#custom-html-7l #kmacb {
  position: fixed;
  display: none;
  background-color: transparent;
  width: 160px;
  height: 160px;
  z-index: 200000!important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility .5s;
  -moz-transition: visibility .5s;
  -o-transition: visibility .5s;
  transition: visibility .5s;
  right: 15px;
  bottom: 15px;
}
#custom-html-7l .cbh-phone {
  position: fixed;
  right: -50px;
  bottom: -55px;
  visibility: hidden;
  background-color: transparent;
  width: 200px;
  height: 200px;
  cursor: pointer;
  z-index: 99;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility .5s;
  -moz-transition: visibility .5s;
  -o-transition: visibility .5s;
  transition: visibility 0.5s;
}
#custom-html-7l .cbh-phone.cbh-show {
  visibility: visible;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
#custom-html-7l .fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
#custom-html-7l .cbh-phone.cbh-static1 {
  opacity: 0.6;
}
#custom-html-7l .cbh-phone.cbh-hover1 {
  opacity: 1;
}
#custom-html-7l .cbh-ph-circle {
  width: 110px;
  height: 110px;
  top: 40px;
  left: 40px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: .1;
  -webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -o-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all 0.5s;
}
#custom-html-7l .cbh-phone.cbh-active .cbh-ph-circle1 {
  -webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
}
#custom-html-7l .cbh-phone.cbh-static .cbh-ph-circle {
  -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
}
#custom-html-7l .cbh-phone.cbh-hover .cbh-ph-circle {
  border-color: #00aff2;
  opacity: 0.5;
}
#custom-html-7l .cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
  border-color: #75eb50;
  opacity: 0.5;
}
#custom-html-7l .cbh-phone.cbh-green .cbh-ph-circle {
  border-color: #00aff2;
  opacity: 0.5;
}
#custom-html-7l .cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
  border-color: #cccccc;
  opacity: 0.5;
}
#custom-html-7l .cbh-phone.cbh-gray .cbh-ph-circle {
  border-color: #75eb50;
  opacity: 0.5;
}
#custom-html-7l .cbh-ph-circle-fill {
  width: 74px;
  height: 74px;
  top: 58px;
  left: 58px;
  position: absolute;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .1;
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all 0.5s;
}
#custom-html-7l .cbh-phone.cbh-active .cbh-ph-circle-fill {
  -webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
}
#custom-html-7l .cbh-phone.cbh-static .cbh-ph-circle-fill {
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  opacity: 0 !important;
}
#custom-html-7l .cbh-phone.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}
#custom-html-7l .cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}
#custom-html-7l .cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}
#custom-html-7l .cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(204, 204, 204, 0.5);
  opacity: 0.75 !important;
}
#custom-html-7l .cbh-phone.cbh-gray .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 1 !important;
}
#custom-html-7l .cbh-ph-img-circle1 {
  width: 50px;
  height: 50px;
  top: 70px;
  left: 70px;
  position: absolute;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==);
  background-size: 40px 40px;
  background-color: rgba(30, 30, 30, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  animation: cbh-circle-img-anim 1s infinite ease-in-out;
}
#custom-html-7l .cbh-phone.cbh-active .cbh-ph-img-circle1 {
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
}
#custom-html-7l .cbh-phone.cbh-static .cbh-ph-img-circle1 {
  -webkit-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
}
#custom-html-7l .cbh-phone.cbh-hover .cbh-ph-img-circle1 {
  background-color: #00aff2;
}
#custom-html-7l .cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
  background-color: #75eb50;
}
#custom-html-7l .cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: #00aff2;
}
#custom-html-7l .cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: #00aff2;
}
#custom-html-7l .cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
  background-color: #cccccc;
}
#custom-html-7l .cbh-phone.cbh-gray .cbh-ph-img-circle1 {
  background-color: #75eb50;
}
@-moz-keyframes cbh-circle-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: .1;
    -moz-opacity: .1;
    -webkit-opacity: .1;
    -o-opacity: 0.1;
  }
  30% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .5;
    -moz-opacity: .5;
    -webkit-opacity: .5;
    -o-opacity: 0.5;
  }
  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .6;
    -moz-opacity: .6;
    -webkit-opacity: .6;
    -o-opacity: 0.1;
  }
}
@-webkit-keyframes cbh-circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-o-keyframes cbh-circle-anim {
  0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: 0.1;
  }
  30% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    -o-opacity: 0.5;
  }
  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: 0.1;
  }
}
@keyframes cbh-circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-moz-keyframes cbh-circle-fill-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes cbh-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-o-keyframes cbh-circle-fill-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes cbh-circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-moz-keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-webkit-keyframes cbh-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-o-keyframes cbh-circle-img-anim {
  0% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }
}
#custom-html-7l .cbh-phone.cbh-green .cbh-ph-circle {
  border-color: #00f2a4;
}
#custom-html-7l .cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: #00f2a4;
}
#custom-html-7l .cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: #00f2a4;
}
#custom-html-7l .kmacb__manager-border {
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  margin-top: -39.5px;
  margin-left: -39.5px;
  border-radius: 100%;
  border: 2px solid #ffe787;
  -webkit-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  -moz-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  -ms-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  -o-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  opacity: .8;
  transform-origin: center;
}
#custom-html-7l .kmacb__manager-fill {
  background: #52aff7 center bottom no-repeat;
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  margin-top: -37.5px;
  margin-left: -37.5px;
  border-radius: 100%;
  opacity: .5;
  -webkit-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  -moz-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  -ms-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  -o-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  transform-origin: center;
}
#custom-html-7l .kmacb__manager-circle {
  background: #52aff7;
  position: absolute;
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  border-radius: 100%;
}
.cid-spLBSwczCJ {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-spLBSwczCJ .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-spLBSwczCJ .modal-body .close {
  background: #1b1b1b;
}
.cid-spLBSwczCJ .modal-body .close span {
  font-style: normal;
}
.cid-spLBSwczCJ .carousel-inner > .active,
.cid-spLBSwczCJ .carousel-inner > .next,
.cid-spLBSwczCJ .carousel-inner > .prev {
  display: flex;
}
.cid-spLBSwczCJ .carousel-control .icon-next,
.cid-spLBSwczCJ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-spLBSwczCJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spLBSwczCJ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-spLBSwczCJ .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-spLBSwczCJ .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-spLBSwczCJ .boxed-slider > div {
  position: relative;
}
.cid-spLBSwczCJ .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-spLBSwczCJ .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-spLBSwczCJ .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-spLBSwczCJ .mbr-table-cell {
  padding: 0;
}
.cid-spLBSwczCJ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-spLBSwczCJ .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-spLBSwczCJ .mbr-overlay {
  z-index: 1;
}
.cid-spLBSwczCJ .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-spLBSwczCJ .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-spLBSwczCJ .carousel-item .container {
    width: 100%;
  }
}
.cid-spLBSwczCJ .carousel-item-next.carousel-item-left,
.cid-spLBSwczCJ .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-spLBSwczCJ .active.carousel-item-right,
.cid-spLBSwczCJ .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-spLBSwczCJ .active.carousel-item-left,
.cid-spLBSwczCJ .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-spLBSwczCJ .mbr-slider .carousel-control {
  display: none;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-spLBSwczCJ .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spLBSwczCJ .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-spLBSwczCJ .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-spLBSwczCJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-spLBSwczCJ .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-spLBSwczCJ .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-spLBSwczCJ .mbr-slider .carousel-indicators li.active,
.cid-spLBSwczCJ .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-spLBSwczCJ .mbr-slider .carousel-indicators li::after,
.cid-spLBSwczCJ .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-spLBSwczCJ .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-spLBSwczCJ .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-spLBSwczCJ .mbr-slider > .container img {
  width: 100%;
}
.cid-spLBSwczCJ .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-spLBSwczCJ .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-spLBSwczCJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-spLBSwczCJ .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-spLBSwczCJ .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-spLBSwczCJ .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-spLBSwczCJ .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-spLBSwczCJ .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-spLBSwczCJ .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-spLBSwczCJ .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-spLBSwczCJ .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-spLBSwczCJ .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-spLBSwczCJ .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-spLBSwczCJ .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-spLBSwczCJ .carousel-inner {
  height: 100%;
}
.cid-spLBSwczCJ .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-spLBSwczCJ .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 350px;
  overflow: hidden;
}
.cid-spLBSwczCJ .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-spLBSwczCJ .content-slider-wrap {
  width: 100%;
}
.cid-spLBSwczCJ H2 {
  color: #ff8f00;
}
.cid-spLBSx2dAl {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-spLBSx2dAl blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
}
.cid-spLBSx2dAl .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #a65c00;
  opacity: .1;
}
.cid-spLBSx2dAl .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-spLBSx2dAl DIV {
  text-align: left;
}
.cid-spLBSx2dAl BLOCKQUOTE {
  color: #12375c;
}
.cid-ssecy4v2gA {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-ssecy4v2gA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ssecy4v2gA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssecy4v2gA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ssecy4v2gA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ssecy4v2gA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ff8f00;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #ff8f00, #12375c) !important;
}
.cid-ssecy4v2gA .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ssecy4v2gA .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-ssecy4v2gA .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-ssecy4v2gA .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #12375c !important;
}
.cid-ssecy4v2gA .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-ssecy4v2gA .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #12375c !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-ssecy4v2gA .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-ssecy4v2gA .mbr-gallery-filter ul {
  display: block;
}
.cid-ssecy4v2gA .mbr-gallery-filter ul li {
  position: relative;
}
.cid-ssecy4v2gA .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-ssecy4v2gA .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-ssecy4v2gA .mbr-gallery-filter li.active::after,
.cid-ssecy4v2gA .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-ssecy4v2gA .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ssecy4v2gA .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ff8f00 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #ff8f00, #12375c) !important;
}
.cid-ssecy4v2gA .icon-focus:before {
  content: '\e95e';
}
.cid-ssecy4v2gA .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-ssecy4v2gA .mbr-section-title {
  margin: 0;
}
.cid-ssecy4v2gA .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-ssecy4v2gA .underline .line {
  width: 3rem;
  height: 2px;
  background: #a65c00;
  display: inline-block;
}
.cid-ssecy4v2gA .mbr-section-subtitle {
  color: #12375c;
}
.cid-ssecy4v2gA .mbr-section-title,
.cid-ssecy4v2gA .underline {
  color: #ff8f00;
}
.cid-spLBSxsP3j {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #12375c;
}
.cid-spLBSxsP3j .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-spLBSxUpW7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #d6d6d6;
}
.cid-spLBSxUpW7 a:link {
  text-decoration: none;
}
.cid-spLBSxUpW7 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-spLBSxUpW7 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-spLBSxUpW7 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-spLBSxUpW7 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-spLBSxUpW7 .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-spLBSxUpW7 .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-spLBSxUpW7 .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #12375c;
  position: relative;
  top: -19px;
}
.cid-spLBSxUpW7 .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #12375c;
}
.cid-spLBSxUpW7 .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-spLBSxUpW7 .plan-title,
.cid-spLBSxUpW7 .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-spLBSxUpW7 .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-spLBSxUpW7 .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-spLBSxUpW7 .mbr-section-title span {
  color: #ffbc00;
}
.cid-spLBSxUpW7 .mbr-text {
  text-align: left;
  color: #12375c;
}
.cid-spLBSxUpW7 .mbr-section-title {
  color: #12375c;
}
.cid-spLBSyUet6.popup-builder {
  background-color: #ffffff;
}
.cid-spLBSyUet6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-spLBSyUet6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-spLBSyUet6 .modal-content,
.cid-spLBSyUet6 .modal-dialog {
  height: auto;
}
.cid-spLBSyUet6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-spLBSyUet6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-spLBSyUet6 .form-wrapper .mbr-form .form-group,
  .cid-spLBSyUet6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-spLBSyUet6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-spLBSyUet6 .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-spLBSyUet6 .mbr-text {
  text-align: center;
}
.cid-spLBSyUet6 .pt-0 {
  padding-top: 0 !important;
}
.cid-spLBSyUet6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-spLBSyUet6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-spLBSyUet6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-spLBSyUet6 .modal-open {
  overflow: hidden;
}
.cid-spLBSyUet6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-spLBSyUet6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-spLBSyUet6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-spLBSyUet6 .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-spLBSyUet6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-spLBSyUet6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-spLBSyUet6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-spLBSyUet6 .modal-content {
  background: #ff8f00;
  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-spLBSyUet6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-spLBSyUet6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-spLBSyUet6 .modal-backdrop.show {
  opacity: .5;
}
.cid-spLBSyUet6 .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-spLBSyUet6 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-spLBSyUet6 .modal-header .close:hover {
  opacity: 1;
}
.cid-spLBSyUet6 .modal-header .close:focus {
  outline: none;
}
.cid-spLBSyUet6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #12375c;
}
.cid-spLBSyUet6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-spLBSyUet6 .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-spLBSyUet6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-spLBSyUet6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-spLBSyUet6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-spLBSyUet6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-spLBSyUet6 .modal-sm {
    max-width: 300px;
  }
  .cid-spLBSyUet6 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-spLBSyUet6 .modal-lg,
  .cid-spLBSyUet6 .modal-xl {
    max-width: 800px;
  }
  .cid-spLBSyUet6 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-spLBSyUet6 .modal-xl {
    max-width: 1140px;
  }
  .cid-spLBSyUet6 .container {
    max-width: 1140px;
  }
}
.cid-spLBSyUet6 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-spLBSyUet6 .container {
    max-width: 720px;
  }
}
.cid-spLBSyUet6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-spLBSyUet6 .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-spLBSyUet6 .form-group {
  margin-bottom: 1rem;
}
.cid-spLBSyUet6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-spLBSyUet6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-spLBSyUet6 .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-spLBSzO9nt .navbar {
  box-shadow: 0px 7px #ff8f00;
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
}
.cid-spLBSzO9nt .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-spLBSzO9nt .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #cc7200;
  color: #ffffff !important;
  background: #ff8f00 !important;
}
.cid-spLBSzO9nt .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-spLBSzO9nt .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-spLBSzO9nt .navbar .dropdown-itemx {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #0a1d31;
  color: #ffffff !important;
  background: #12375c !important;
}
.cid-spLBSzO9nt .navbar .dropdown-itemx:hover {
  padding-left: 2rem;
}
.cid-spLBSzO9nt .navbar .dropdown-itemx:focus border {
  outline: none;
}
.cid-spLBSzO9nt .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-spLBSzO9nt .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-spLBSzO9nt .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #12375c;
}
.cid-spLBSzO9nt .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-spLBSzO9nt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-spLBSzO9nt .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-spLBSzO9nt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spLBSzO9nt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spLBSzO9nt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-spLBSzO9nt .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-spLBSzO9nt .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-spLBSzO9nt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spLBSzO9nt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-spLBSzO9nt .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-spLBSzO9nt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spLBSzO9nt .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-spLBSzO9nt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spLBSzO9nt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spLBSzO9nt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-spLBSzO9nt .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-spLBSzO9nt .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-spLBSzO9nt .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-spLBSzO9nt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spLBSzO9nt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-spLBSzO9nt .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-spLBSzO9nt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-spLBSzO9nt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-spLBSzO9nt .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-spLBSzO9nt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-spLBSzO9nt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-spLBSzO9nt .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spLBSzO9nt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spLBSzO9nt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spLBSzO9nt .dropdown-item.active,
.cid-spLBSzO9nt .dropdown-item:active {
  background-color: transparent;
}
.cid-spLBSzO9nt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spLBSzO9nt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spLBSzO9nt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spLBSzO9nt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-spLBSzO9nt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-spLBSzO9nt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spLBSzO9nt ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-spLBSzO9nt .navbar-buttons {
  text-align: center;
}
.cid-spLBSzO9nt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spLBSzO9nt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #12375c;
}
.cid-spLBSzO9nt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spLBSzO9nt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spLBSzO9nt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spLBSzO9nt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spLBSzO9nt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spLBSzO9nt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spLBSzO9nt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spLBSzO9nt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spLBSzO9nt .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-spLBSzO9nt a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-spLBSzO9nt .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-spLBSzO9nt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-spLBSzO9nt .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-spLBSzO9nt .nav-link:hover,
.cid-spLBSzO9nt .dropdown-item:hover {
  color: #12375c !important;
}
#custom-html-7k .cbh-phone {
  position: fixed;
  right: 10px;
  bottom: 10px;
  visibility: hidden;
  background-color: transparent;
  width: 200px;
  height: 200px;
  cursor: pointer;
  z-index: 99;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility .5s;
  -moz-transition: visibility .5s;
  -o-transition: visibility .5s;
  transition: visibility .5s;
}
#custom-html-7k .cbh-phone {
  position: fixed;
  right: 10px;
  bottom: 10px;
  visibility: hidden;
  background-color: transparent;
  width: 200px;
  height: 200px;
  cursor: pointer;
  z-index: 99;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility .5s;
  -moz-transition: visibility .5s;
  -o-transition: visibility .5s;
  transition: visibility .5s;
}
#custom-html-7k #kmacb {
  position: fixed;
  display: none;
  background-color: transparent;
  width: 160px;
  height: 160px;
  z-index: 200000!important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility .5s;
  -moz-transition: visibility .5s;
  -o-transition: visibility .5s;
  transition: visibility .5s;
  right: 15px;
  bottom: 15px;
}
#custom-html-7k .cbh-phone {
  position: fixed;
  right: -50px;
  bottom: -55px;
  visibility: hidden;
  background-color: transparent;
  width: 200px;
  height: 200px;
  cursor: pointer;
  z-index: 99;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility .5s;
  -moz-transition: visibility .5s;
  -o-transition: visibility .5s;
  transition: visibility 0.5s;
}
#custom-html-7k .cbh-phone.cbh-show {
  visibility: visible;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
#custom-html-7k .fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
#custom-html-7k .cbh-phone.cbh-static1 {
  opacity: 0.6;
}
#custom-html-7k .cbh-phone.cbh-hover1 {
  opacity: 1;
}
#custom-html-7k .cbh-ph-circle {
  width: 110px;
  height: 110px;
  top: 40px;
  left: 40px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: .1;
  -webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -o-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all 0.5s;
}
#custom-html-7k .cbh-phone.cbh-active .cbh-ph-circle1 {
  -webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
}
#custom-html-7k .cbh-phone.cbh-static .cbh-ph-circle {
  -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
}
#custom-html-7k .cbh-phone.cbh-hover .cbh-ph-circle {
  border-color: #00aff2;
  opacity: 0.5;
}
#custom-html-7k .cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
  border-color: #75eb50;
  opacity: 0.5;
}
#custom-html-7k .cbh-phone.cbh-green .cbh-ph-circle {
  border-color: #00aff2;
  opacity: 0.5;
}
#custom-html-7k .cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
  border-color: #cccccc;
  opacity: 0.5;
}
#custom-html-7k .cbh-phone.cbh-gray .cbh-ph-circle {
  border-color: #75eb50;
  opacity: 0.5;
}
#custom-html-7k .cbh-ph-circle-fill {
  width: 74px;
  height: 74px;
  top: 58px;
  left: 58px;
  position: absolute;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .1;
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all 0.5s;
}
#custom-html-7k .cbh-phone.cbh-active .cbh-ph-circle-fill {
  -webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
}
#custom-html-7k .cbh-phone.cbh-static .cbh-ph-circle-fill {
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  opacity: 0 !important;
}
#custom-html-7k .cbh-phone.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}
#custom-html-7k .cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}
#custom-html-7k .cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}
#custom-html-7k .cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(204, 204, 204, 0.5);
  opacity: 0.75 !important;
}
#custom-html-7k .cbh-phone.cbh-gray .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 1 !important;
}
#custom-html-7k .cbh-ph-img-circle1 {
  width: 50px;
  height: 50px;
  top: 70px;
  left: 70px;
  position: absolute;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==);
  background-size: 40px 40px;
  background-color: rgba(30, 30, 30, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  animation: cbh-circle-img-anim 1s infinite ease-in-out;
}
#custom-html-7k .cbh-phone.cbh-active .cbh-ph-img-circle1 {
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
}
#custom-html-7k .cbh-phone.cbh-static .cbh-ph-img-circle1 {
  -webkit-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
}
#custom-html-7k .cbh-phone.cbh-hover .cbh-ph-img-circle1 {
  background-color: #00aff2;
}
#custom-html-7k .cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
  background-color: #75eb50;
}
#custom-html-7k .cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: #00aff2;
}
#custom-html-7k .cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: #00aff2;
}
#custom-html-7k .cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
  background-color: #cccccc;
}
#custom-html-7k .cbh-phone.cbh-gray .cbh-ph-img-circle1 {
  background-color: #75eb50;
}
@-moz-keyframes cbh-circle-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: .1;
    -moz-opacity: .1;
    -webkit-opacity: .1;
    -o-opacity: 0.1;
  }
  30% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .5;
    -moz-opacity: .5;
    -webkit-opacity: .5;
    -o-opacity: 0.5;
  }
  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .6;
    -moz-opacity: .6;
    -webkit-opacity: .6;
    -o-opacity: 0.1;
  }
}
@-webkit-keyframes cbh-circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-o-keyframes cbh-circle-anim {
  0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: 0.1;
  }
  30% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    -o-opacity: 0.5;
  }
  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: 0.1;
  }
}
@keyframes cbh-circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-moz-keyframes cbh-circle-fill-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes cbh-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-o-keyframes cbh-circle-fill-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes cbh-circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-moz-keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-webkit-keyframes cbh-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-o-keyframes cbh-circle-img-anim {
  0% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }
}
#custom-html-7k .cbh-phone.cbh-green .cbh-ph-circle {
  border-color: #00f2a4;
}
#custom-html-7k .cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: #00f2a4;
}
#custom-html-7k .cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: #00f2a4;
}
#custom-html-7k .kmacb__manager-border {
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  margin-top: -39.5px;
  margin-left: -39.5px;
  border-radius: 100%;
  border: 2px solid #ffe787;
  -webkit-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  -moz-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  -ms-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  -o-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  opacity: .8;
  transform-origin: center;
}
#custom-html-7k .kmacb__manager-fill {
  background: #52aff7 center bottom no-repeat;
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  margin-top: -37.5px;
  margin-left: -37.5px;
  border-radius: 100%;
  opacity: .5;
  -webkit-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  -moz-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  -ms-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  -o-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  transform-origin: center;
}
#custom-html-7k .kmacb__manager-circle {
  background: #52aff7;
  position: absolute;
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  border-radius: 100%;
}
#custom-html-7o .cbh-phone {
  position: fixed;
  right: 10px;
  bottom: 10px;
  visibility: hidden;
  background-color: transparent;
  width: 200px;
  height: 200px;
  cursor: pointer;
  z-index: 99;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility .5s;
  -moz-transition: visibility .5s;
  -o-transition: visibility .5s;
  transition: visibility .5s;
}
#custom-html-7o .cbh-phone {
  position: fixed;
  right: 10px;
  bottom: 10px;
  visibility: hidden;
  background-color: transparent;
  width: 200px;
  height: 200px;
  cursor: pointer;
  z-index: 99;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility .5s;
  -moz-transition: visibility .5s;
  -o-transition: visibility .5s;
  transition: visibility .5s;
}
#custom-html-7o #kmacb {
  position: fixed;
  display: none;
  background-color: transparent;
  width: 160px;
  height: 160px;
  z-index: 200000!important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility .5s;
  -moz-transition: visibility .5s;
  -o-transition: visibility .5s;
  transition: visibility .5s;
  right: 15px;
  bottom: 15px;
}
#custom-html-7o .cbh-phone {
  position: fixed;
  right: -50px;
  bottom: -55px;
  visibility: hidden;
  background-color: transparent;
  width: 200px;
  height: 200px;
  cursor: pointer;
  z-index: 99;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility .5s;
  -moz-transition: visibility .5s;
  -o-transition: visibility .5s;
  transition: visibility 0.5s;
}
#custom-html-7o .cbh-phone.cbh-show {
  visibility: visible;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
#custom-html-7o .fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
#custom-html-7o .cbh-phone.cbh-static1 {
  opacity: 0.6;
}
#custom-html-7o .cbh-phone.cbh-hover1 {
  opacity: 1;
}
#custom-html-7o .cbh-ph-circle {
  width: 110px;
  height: 110px;
  top: 40px;
  left: 40px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: .1;
  -webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -o-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all 0.5s;
}
#custom-html-7o .cbh-phone.cbh-active .cbh-ph-circle1 {
  -webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
}
#custom-html-7o .cbh-phone.cbh-static .cbh-ph-circle {
  -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
}
#custom-html-7o .cbh-phone.cbh-hover .cbh-ph-circle {
  border-color: #00aff2;
  opacity: 0.5;
}
#custom-html-7o .cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
  border-color: #75eb50;
  opacity: 0.5;
}
#custom-html-7o .cbh-phone.cbh-green .cbh-ph-circle {
  border-color: #00aff2;
  opacity: 0.5;
}
#custom-html-7o .cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
  border-color: #cccccc;
  opacity: 0.5;
}
#custom-html-7o .cbh-phone.cbh-gray .cbh-ph-circle {
  border-color: #75eb50;
  opacity: 0.5;
}
#custom-html-7o .cbh-ph-circle-fill {
  width: 74px;
  height: 74px;
  top: 58px;
  left: 58px;
  position: absolute;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .1;
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all 0.5s;
}
#custom-html-7o .cbh-phone.cbh-active .cbh-ph-circle-fill {
  -webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
}
#custom-html-7o .cbh-phone.cbh-static .cbh-ph-circle-fill {
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  opacity: 0 !important;
}
#custom-html-7o .cbh-phone.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}
#custom-html-7o .cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}
#custom-html-7o .cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}
#custom-html-7o .cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(204, 204, 204, 0.5);
  opacity: 0.75 !important;
}
#custom-html-7o .cbh-phone.cbh-gray .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 1 !important;
}
#custom-html-7o .cbh-ph-img-circle1 {
  width: 50px;
  height: 50px;
  top: 70px;
  left: 70px;
  position: absolute;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==);
  background-size: 40px 40px;
  background-color: rgba(30, 30, 30, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  animation: cbh-circle-img-anim 1s infinite ease-in-out;
}
#custom-html-7o .cbh-phone.cbh-active .cbh-ph-img-circle1 {
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
}
#custom-html-7o .cbh-phone.cbh-static .cbh-ph-img-circle1 {
  -webkit-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
}
#custom-html-7o .cbh-phone.cbh-hover .cbh-ph-img-circle1 {
  background-color: #00aff2;
}
#custom-html-7o .cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
  background-color: #75eb50;
}
#custom-html-7o .cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: #00aff2;
}
#custom-html-7o .cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: #00aff2;
}
#custom-html-7o .cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
  background-color: #cccccc;
}
#custom-html-7o .cbh-phone.cbh-gray .cbh-ph-img-circle1 {
  background-color: #75eb50;
}
@-moz-keyframes cbh-circle-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: .1;
    -moz-opacity: .1;
    -webkit-opacity: .1;
    -o-opacity: 0.1;
  }
  30% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .5;
    -moz-opacity: .5;
    -webkit-opacity: .5;
    -o-opacity: 0.5;
  }
  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .6;
    -moz-opacity: .6;
    -webkit-opacity: .6;
    -o-opacity: 0.1;
  }
}
@-webkit-keyframes cbh-circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-o-keyframes cbh-circle-anim {
  0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: 0.1;
  }
  30% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    -o-opacity: 0.5;
  }
  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: 0.1;
  }
}
@keyframes cbh-circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-moz-keyframes cbh-circle-fill-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes cbh-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-o-keyframes cbh-circle-fill-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes cbh-circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-moz-keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-webkit-keyframes cbh-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-o-keyframes cbh-circle-img-anim {
  0% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }
}
#custom-html-7o .cbh-phone.cbh-green .cbh-ph-circle {
  border-color: #00f2a4;
}
#custom-html-7o .cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: #00f2a4;
}
#custom-html-7o .cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: #00f2a4;
}
#custom-html-7o .kmacb__manager-border {
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  margin-top: -39.5px;
  margin-left: -39.5px;
  border-radius: 100%;
  border: 2px solid #ffe787;
  -webkit-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  -moz-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  -ms-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  -o-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  opacity: .8;
  transform-origin: center;
}
#custom-html-7o .kmacb__manager-fill {
  background: #52aff7 center bottom no-repeat;
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  margin-top: -37.5px;
  margin-left: -37.5px;
  border-radius: 100%;
  opacity: .5;
  -webkit-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  -moz-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  -ms-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  -o-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  transform-origin: center;
}
#custom-html-7o .kmacb__manager-circle {
  background: #52aff7;
  position: absolute;
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  border-radius: 100%;
}
.cid-spLBuptQie {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-spLBuptQie .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-spLBuptQie .modal-body .close {
  background: #1b1b1b;
}
.cid-spLBuptQie .modal-body .close span {
  font-style: normal;
}
.cid-spLBuptQie .carousel-inner > .active,
.cid-spLBuptQie .carousel-inner > .next,
.cid-spLBuptQie .carousel-inner > .prev {
  display: flex;
}
.cid-spLBuptQie .carousel-control .icon-next,
.cid-spLBuptQie .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-spLBuptQie .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spLBuptQie .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-spLBuptQie .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-spLBuptQie .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-spLBuptQie .boxed-slider > div {
  position: relative;
}
.cid-spLBuptQie .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-spLBuptQie .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-spLBuptQie .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-spLBuptQie .mbr-table-cell {
  padding: 0;
}
.cid-spLBuptQie .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-spLBuptQie .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-spLBuptQie .mbr-overlay {
  z-index: 1;
}
.cid-spLBuptQie .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-spLBuptQie .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-spLBuptQie .carousel-item .container {
    width: 100%;
  }
}
.cid-spLBuptQie .carousel-item-next.carousel-item-left,
.cid-spLBuptQie .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-spLBuptQie .active.carousel-item-right,
.cid-spLBuptQie .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-spLBuptQie .active.carousel-item-left,
.cid-spLBuptQie .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-spLBuptQie .mbr-slider .carousel-control {
  display: none;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-spLBuptQie .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spLBuptQie .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-spLBuptQie .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-spLBuptQie .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-spLBuptQie .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-spLBuptQie .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-spLBuptQie .mbr-slider .carousel-indicators li.active,
.cid-spLBuptQie .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-spLBuptQie .mbr-slider .carousel-indicators li::after,
.cid-spLBuptQie .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-spLBuptQie .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-spLBuptQie .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-spLBuptQie .mbr-slider > .container img {
  width: 100%;
}
.cid-spLBuptQie .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-spLBuptQie .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-spLBuptQie .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-spLBuptQie .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-spLBuptQie .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-spLBuptQie .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-spLBuptQie .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-spLBuptQie .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-spLBuptQie .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-spLBuptQie .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-spLBuptQie .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-spLBuptQie .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-spLBuptQie .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-spLBuptQie .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-spLBuptQie .carousel-inner {
  height: 100%;
}
.cid-spLBuptQie .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-spLBuptQie .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 350px;
  overflow: hidden;
}
.cid-spLBuptQie .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-spLBuptQie .content-slider-wrap {
  width: 100%;
}
.cid-spLBuptQie H2 {
  color: #ff8f00;
}
.cid-spLBuqm3zF {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-spLBuqm3zF blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
}
.cid-spLBuqm3zF .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #a65c00;
  opacity: .1;
}
.cid-spLBuqm3zF .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-spLBuqm3zF DIV {
  text-align: left;
}
.cid-spLBuqm3zF BLOCKQUOTE {
  color: #12375c;
}
.cid-ssediC1tEH {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-ssediC1tEH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ssediC1tEH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssediC1tEH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ssediC1tEH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ssediC1tEH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ff8f00;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #ff8f00, #12375c) !important;
}
.cid-ssediC1tEH .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ssediC1tEH .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-ssediC1tEH .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-ssediC1tEH .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #12375c !important;
}
.cid-ssediC1tEH .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-ssediC1tEH .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #12375c !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-ssediC1tEH .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-ssediC1tEH .mbr-gallery-filter ul {
  display: block;
}
.cid-ssediC1tEH .mbr-gallery-filter ul li {
  position: relative;
}
.cid-ssediC1tEH .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-ssediC1tEH .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-ssediC1tEH .mbr-gallery-filter li.active::after,
.cid-ssediC1tEH .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-ssediC1tEH .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ssediC1tEH .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ff8f00 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #ff8f00, #12375c) !important;
}
.cid-ssediC1tEH .icon-focus:before {
  content: '\e95e';
}
.cid-ssediC1tEH .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-ssediC1tEH .mbr-section-title {
  margin: 0;
}
.cid-ssediC1tEH .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-ssediC1tEH .underline .line {
  width: 3rem;
  height: 2px;
  background: #a65c00;
  display: inline-block;
}
.cid-ssediC1tEH .mbr-section-subtitle {
  color: #12375c;
}
.cid-ssediC1tEH .mbr-section-title,
.cid-ssediC1tEH .underline {
  color: #ff8f00;
}
.cid-spLBuqFQtk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #12375c;
}
.cid-spLBuqFQtk .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-spLBur90Te {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #d6d6d6;
}
.cid-spLBur90Te a:link {
  text-decoration: none;
}
.cid-spLBur90Te .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-spLBur90Te .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-spLBur90Te .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-spLBur90Te .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-spLBur90Te .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-spLBur90Te .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-spLBur90Te .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #12375c;
  position: relative;
  top: -19px;
}
.cid-spLBur90Te .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #12375c;
}
.cid-spLBur90Te .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-spLBur90Te .plan-title,
.cid-spLBur90Te .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-spLBur90Te .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-spLBur90Te .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-spLBur90Te .mbr-section-title span {
  color: #ffbc00;
}
.cid-spLBur90Te .mbr-text {
  text-align: left;
  color: #12375c;
}
.cid-spLBur90Te .mbr-section-title {
  color: #12375c;
}
.cid-spLBusbFg1.popup-builder {
  background-color: #ffffff;
}
.cid-spLBusbFg1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-spLBusbFg1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-spLBusbFg1 .modal-content,
.cid-spLBusbFg1 .modal-dialog {
  height: auto;
}
.cid-spLBusbFg1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-spLBusbFg1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-spLBusbFg1 .form-wrapper .mbr-form .form-group,
  .cid-spLBusbFg1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-spLBusbFg1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-spLBusbFg1 .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-spLBusbFg1 .mbr-text {
  text-align: center;
}
.cid-spLBusbFg1 .pt-0 {
  padding-top: 0 !important;
}
.cid-spLBusbFg1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-spLBusbFg1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-spLBusbFg1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-spLBusbFg1 .modal-open {
  overflow: hidden;
}
.cid-spLBusbFg1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-spLBusbFg1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-spLBusbFg1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-spLBusbFg1 .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-spLBusbFg1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-spLBusbFg1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-spLBusbFg1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-spLBusbFg1 .modal-content {
  background: #ff8f00;
  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-spLBusbFg1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-spLBusbFg1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-spLBusbFg1 .modal-backdrop.show {
  opacity: .5;
}
.cid-spLBusbFg1 .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-spLBusbFg1 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-spLBusbFg1 .modal-header .close:hover {
  opacity: 1;
}
.cid-spLBusbFg1 .modal-header .close:focus {
  outline: none;
}
.cid-spLBusbFg1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #12375c;
}
.cid-spLBusbFg1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-spLBusbFg1 .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-spLBusbFg1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-spLBusbFg1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-spLBusbFg1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-spLBusbFg1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-spLBusbFg1 .modal-sm {
    max-width: 300px;
  }
  .cid-spLBusbFg1 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-spLBusbFg1 .modal-lg,
  .cid-spLBusbFg1 .modal-xl {
    max-width: 800px;
  }
  .cid-spLBusbFg1 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-spLBusbFg1 .modal-xl {
    max-width: 1140px;
  }
  .cid-spLBusbFg1 .container {
    max-width: 1140px;
  }
}
.cid-spLBusbFg1 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-spLBusbFg1 .container {
    max-width: 720px;
  }
}
.cid-spLBusbFg1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-spLBusbFg1 .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-spLBusbFg1 .form-group {
  margin-bottom: 1rem;
}
.cid-spLBusbFg1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-spLBusbFg1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-spLBusbFg1 .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-spLButoSNX .navbar {
  box-shadow: 0px 7px #ff8f00;
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
}
.cid-spLButoSNX .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-spLButoSNX .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #cc7200;
  color: #ffffff !important;
  background: #ff8f00 !important;
}
.cid-spLButoSNX .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-spLButoSNX .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-spLButoSNX .navbar .dropdown-itemx {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #0a1d31;
  color: #ffffff !important;
  background: #12375c !important;
}
.cid-spLButoSNX .navbar .dropdown-itemx:hover {
  padding-left: 2rem;
}
.cid-spLButoSNX .navbar .dropdown-itemx:focus border {
  outline: none;
}
.cid-spLButoSNX .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-spLButoSNX .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-spLButoSNX .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #12375c;
}
.cid-spLButoSNX .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-spLButoSNX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-spLButoSNX .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-spLButoSNX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spLButoSNX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spLButoSNX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-spLButoSNX .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-spLButoSNX .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-spLButoSNX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spLButoSNX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-spLButoSNX .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-spLButoSNX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spLButoSNX .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-spLButoSNX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spLButoSNX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spLButoSNX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-spLButoSNX .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-spLButoSNX .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-spLButoSNX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-spLButoSNX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spLButoSNX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-spLButoSNX .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-spLButoSNX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-spLButoSNX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-spLButoSNX .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-spLButoSNX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-spLButoSNX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-spLButoSNX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spLButoSNX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spLButoSNX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spLButoSNX .dropdown-item.active,
.cid-spLButoSNX .dropdown-item:active {
  background-color: transparent;
}
.cid-spLButoSNX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spLButoSNX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spLButoSNX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spLButoSNX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-spLButoSNX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-spLButoSNX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spLButoSNX ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-spLButoSNX .navbar-buttons {
  text-align: center;
}
.cid-spLButoSNX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spLButoSNX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #12375c;
}
.cid-spLButoSNX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spLButoSNX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spLButoSNX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spLButoSNX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spLButoSNX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spLButoSNX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spLButoSNX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spLButoSNX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spLButoSNX .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-spLButoSNX a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-spLButoSNX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-spLButoSNX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-spLButoSNX .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-spLButoSNX .nav-link:hover,
.cid-spLButoSNX .dropdown-item:hover {
  color: #12375c !important;
}
#custom-html-7p .cbh-phone {
  position: fixed;
  right: 10px;
  bottom: 10px;
  visibility: hidden;
  background-color: transparent;
  width: 200px;
  height: 200px;
  cursor: pointer;
  z-index: 99;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility .5s;
  -moz-transition: visibility .5s;
  -o-transition: visibility .5s;
  transition: visibility .5s;
}
#custom-html-7p .cbh-phone {
  position: fixed;
  right: 10px;
  bottom: 10px;
  visibility: hidden;
  background-color: transparent;
  width: 200px;
  height: 200px;
  cursor: pointer;
  z-index: 99;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility .5s;
  -moz-transition: visibility .5s;
  -o-transition: visibility .5s;
  transition: visibility .5s;
}
#custom-html-7p #kmacb {
  position: fixed;
  display: none;
  background-color: transparent;
  width: 160px;
  height: 160px;
  z-index: 200000!important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility .5s;
  -moz-transition: visibility .5s;
  -o-transition: visibility .5s;
  transition: visibility .5s;
  right: 15px;
  bottom: 15px;
}
#custom-html-7p .cbh-phone {
  position: fixed;
  right: -50px;
  bottom: -55px;
  visibility: hidden;
  background-color: transparent;
  width: 200px;
  height: 200px;
  cursor: pointer;
  z-index: 99;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility .5s;
  -moz-transition: visibility .5s;
  -o-transition: visibility .5s;
  transition: visibility 0.5s;
}
#custom-html-7p .cbh-phone.cbh-show {
  visibility: visible;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
#custom-html-7p .fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
#custom-html-7p .cbh-phone.cbh-static1 {
  opacity: 0.6;
}
#custom-html-7p .cbh-phone.cbh-hover1 {
  opacity: 1;
}
#custom-html-7p .cbh-ph-circle {
  width: 110px;
  height: 110px;
  top: 40px;
  left: 40px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: .1;
  -webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -o-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all 0.5s;
}
#custom-html-7p .cbh-phone.cbh-active .cbh-ph-circle1 {
  -webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
}
#custom-html-7p .cbh-phone.cbh-static .cbh-ph-circle {
  -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
}
#custom-html-7p .cbh-phone.cbh-hover .cbh-ph-circle {
  border-color: #00aff2;
  opacity: 0.5;
}
#custom-html-7p .cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
  border-color: #75eb50;
  opacity: 0.5;
}
#custom-html-7p .cbh-phone.cbh-green .cbh-ph-circle {
  border-color: #00aff2;
  opacity: 0.5;
}
#custom-html-7p .cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
  border-color: #cccccc;
  opacity: 0.5;
}
#custom-html-7p .cbh-phone.cbh-gray .cbh-ph-circle {
  border-color: #75eb50;
  opacity: 0.5;
}
#custom-html-7p .cbh-ph-circle-fill {
  width: 74px;
  height: 74px;
  top: 58px;
  left: 58px;
  position: absolute;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .1;
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all 0.5s;
}
#custom-html-7p .cbh-phone.cbh-active .cbh-ph-circle-fill {
  -webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
}
#custom-html-7p .cbh-phone.cbh-static .cbh-ph-circle-fill {
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  opacity: 0 !important;
}
#custom-html-7p .cbh-phone.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}
#custom-html-7p .cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}
#custom-html-7p .cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}
#custom-html-7p .cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(204, 204, 204, 0.5);
  opacity: 0.75 !important;
}
#custom-html-7p .cbh-phone.cbh-gray .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 1 !important;
}
#custom-html-7p .cbh-ph-img-circle1 {
  width: 50px;
  height: 50px;
  top: 70px;
  left: 70px;
  position: absolute;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==);
  background-size: 40px 40px;
  background-color: rgba(30, 30, 30, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  animation: cbh-circle-img-anim 1s infinite ease-in-out;
}
#custom-html-7p .cbh-phone.cbh-active .cbh-ph-img-circle1 {
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
}
#custom-html-7p .cbh-phone.cbh-static .cbh-ph-img-circle1 {
  -webkit-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
}
#custom-html-7p .cbh-phone.cbh-hover .cbh-ph-img-circle1 {
  background-color: #00aff2;
}
#custom-html-7p .cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
  background-color: #75eb50;
}
#custom-html-7p .cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: #00aff2;
}
#custom-html-7p .cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: #00aff2;
}
#custom-html-7p .cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
  background-color: #cccccc;
}
#custom-html-7p .cbh-phone.cbh-gray .cbh-ph-img-circle1 {
  background-color: #75eb50;
}
@-moz-keyframes cbh-circle-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: .1;
    -moz-opacity: .1;
    -webkit-opacity: .1;
    -o-opacity: 0.1;
  }
  30% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .5;
    -moz-opacity: .5;
    -webkit-opacity: .5;
    -o-opacity: 0.5;
  }
  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .6;
    -moz-opacity: .6;
    -webkit-opacity: .6;
    -o-opacity: 0.1;
  }
}
@-webkit-keyframes cbh-circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-o-keyframes cbh-circle-anim {
  0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: 0.1;
  }
  30% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    -o-opacity: 0.5;
  }
  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: 0.1;
  }
}
@keyframes cbh-circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-moz-keyframes cbh-circle-fill-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes cbh-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-o-keyframes cbh-circle-fill-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes cbh-circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-moz-keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-webkit-keyframes cbh-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-o-keyframes cbh-circle-img-anim {
  0% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }
}
#custom-html-7p .cbh-phone.cbh-green .cbh-ph-circle {
  border-color: #00f2a4;
}
#custom-html-7p .cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: #00f2a4;
}
#custom-html-7p .cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: #00f2a4;
}
#custom-html-7p .kmacb__manager-border {
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  margin-top: -39.5px;
  margin-left: -39.5px;
  border-radius: 100%;
  border: 2px solid #ffe787;
  -webkit-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  -moz-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  -ms-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  -o-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  opacity: .8;
  transform-origin: center;
}
#custom-html-7p .kmacb__manager-fill {
  background: #52aff7 center bottom no-repeat;
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  margin-top: -37.5px;
  margin-left: -37.5px;
  border-radius: 100%;
  opacity: .5;
  -webkit-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  -moz-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  -ms-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  -o-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  transform-origin: center;
}
#custom-html-7p .kmacb__manager-circle {
  background: #52aff7;
  position: absolute;
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  border-radius: 100%;
}
.cid-sragbbi8Aj {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sragbbi8Aj .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-sragbbi8Aj .modal-body .close {
  background: #1b1b1b;
}
.cid-sragbbi8Aj .modal-body .close span {
  font-style: normal;
}
.cid-sragbbi8Aj .carousel-inner > .active,
.cid-sragbbi8Aj .carousel-inner > .next,
.cid-sragbbi8Aj .carousel-inner > .prev {
  display: flex;
}
.cid-sragbbi8Aj .carousel-control .icon-next,
.cid-sragbbi8Aj .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sragbbi8Aj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sragbbi8Aj .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sragbbi8Aj .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-sragbbi8Aj .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sragbbi8Aj .boxed-slider > div {
  position: relative;
}
.cid-sragbbi8Aj .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-sragbbi8Aj .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sragbbi8Aj .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sragbbi8Aj .mbr-table-cell {
  padding: 0;
}
.cid-sragbbi8Aj .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sragbbi8Aj .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sragbbi8Aj .mbr-overlay {
  z-index: 1;
}
.cid-sragbbi8Aj .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-sragbbi8Aj .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sragbbi8Aj .carousel-item .container {
    width: 100%;
  }
}
.cid-sragbbi8Aj .carousel-item-next.carousel-item-left,
.cid-sragbbi8Aj .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sragbbi8Aj .active.carousel-item-right,
.cid-sragbbi8Aj .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sragbbi8Aj .active.carousel-item-left,
.cid-sragbbi8Aj .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sragbbi8Aj .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  display: none;
}
.cid-sragbbi8Aj .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sragbbi8Aj .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sragbbi8Aj .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sragbbi8Aj .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sragbbi8Aj .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sragbbi8Aj .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sragbbi8Aj .mbr-slider .carousel-indicators li.active,
.cid-sragbbi8Aj .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sragbbi8Aj .mbr-slider .carousel-indicators li::after,
.cid-sragbbi8Aj .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sragbbi8Aj .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sragbbi8Aj .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sragbbi8Aj .mbr-slider > .container img {
  width: 100%;
}
.cid-sragbbi8Aj .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sragbbi8Aj .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sragbbi8Aj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sragbbi8Aj .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sragbbi8Aj .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sragbbi8Aj .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sragbbi8Aj .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sragbbi8Aj .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-sragbbi8Aj .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sragbbi8Aj .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sragbbi8Aj .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sragbbi8Aj .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sragbbi8Aj .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sragbbi8Aj .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sragbbi8Aj .carousel-inner {
  height: 100%;
}
.cid-sragbbi8Aj .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sragbbi8Aj .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 350px;
  overflow: hidden;
}
.cid-sragbbi8Aj .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-sragbbi8Aj .content-slider-wrap {
  width: 100%;
}
.cid-sragbbi8Aj H2 {
  color: #ff8f00;
}
.cid-sragbcgzmO {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #efefef;
  background: linear-gradient(0deg, #efefef, #efefef);
}
.cid-sragbcgzmO .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sragbcgzmO .mbr-text {
  color: #8d97ad;
}
.cid-sragbcgzmO .nav {
  border: none;
}
.cid-sragbcgzmO .nav-tabs {
  width: 100%;
}
.cid-sragbcgzmO .nav-tabs .nav-item {
  margin-bottom: 1rem;
  width: 100%;
}
.cid-sragbcgzmO .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(159, 125, 96, 0.3);
  box-shadow: 0px 0px 30px rgba(159, 125, 96, 0.3);
}
.cid-sragbcgzmO .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sragbcgzmO .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 500;
  padding: 1rem;
  border: 1px solid #deeaf0;
  margin: 0px;
  border-radius: 0px !important;
  transition: all .3s;
}
.cid-sragbcgzmO .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-sragbcgzmO .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-sragbcgzmO .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-sragbcgzmO .nav-item {
    display: table-row !important;
  }
}
.cid-sragbcgzmO .mbr-text,
.cid-sragbcgzmO .mbr-section-btn {
  color: #232323;
}
.cid-sragbcgzmO .title-content {
  color: #000000;
}
.cid-sragbdEyTh {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sragbdEyTh H1 {
  color: #000000;
}
.cid-sragbdEyTh .mbr-text,
.cid-sragbdEyTh .mbr-section-btn {
  color: #000000;
}
.cid-sragbdEyTh img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sragbdEyTh .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-sragbeiNXH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sragbeiNXH .row {
  border-top: 1px solid #ff8f00;
  padding-top: 2rem;
}
.cid-sragbeiNXH .mbr-text {
  line-height: 1.5;
}
.cid-sragbeiNXH .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sragbeiNXH .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sragbeiNXH .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sragbeiNXH .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sragbeiNXH .container2 input:checked ~ .checkmark {
  background-color: #12375c;
}
.cid-sragbeiNXH .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sragbeiNXH .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sragbeiNXH .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sragbeiNXH .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sragbfyEIz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
  background: linear-gradient(0deg, #efefef, #efefef);
}
.cid-sragbfyEIz .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sragbfyEIz .mbr-text {
  color: #8d97ad;
}
.cid-sragbfyEIz .nav {
  border: none;
}
.cid-sragbfyEIz .nav-tabs {
  width: 100%;
}
.cid-sragbfyEIz .nav-tabs .nav-item {
  margin-bottom: 1rem;
  width: 100%;
}
.cid-sragbfyEIz .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(159, 125, 96, 0.3);
  box-shadow: 0px 0px 30px rgba(159, 125, 96, 0.3);
}
.cid-sragbfyEIz .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sragbfyEIz .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 500;
  padding: 1rem;
  border: 1px solid #deeaf0;
  margin: 0px;
  border-radius: 0px !important;
  transition: all .3s;
}
.cid-sragbfyEIz .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-sragbfyEIz .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-sragbfyEIz .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-sragbfyEIz .nav-item {
    display: table-row !important;
  }
}
.cid-sragbfyEIz .mbr-text,
.cid-sragbfyEIz .mbr-section-btn {
  color: #232323;
}
.cid-sragbfyEIz .title-content {
  color: #000000;
}
.cid-sragbfyEIz .mbr-section-title {
  text-align: left;
}
.cid-sragbgst28 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-sragbgst28 H1 {
  color: #000000;
}
.cid-sragbgst28 .mbr-text,
.cid-sragbgst28 .mbr-section-btn {
  color: #000000;
}
.cid-sragbgst28 img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sragbgst28 .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-sragbh8peH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sragbh8peH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sragbh8peH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sragbh8peH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sragbh8peH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sragbh8peH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #12375c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #12375c, #ff8f00) !important;
}
.cid-sragbh8peH .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-sragbh8peH .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #ff8f00 !important;
}
.cid-sragbh8peH .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sragbh8peH .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #ff8f00 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-sragbh8peH .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-sragbh8peH .mbr-gallery-filter ul {
  display: block;
}
.cid-sragbh8peH .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sragbh8peH .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-sragbh8peH .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-sragbh8peH .mbr-gallery-filter li.active::after,
.cid-sragbh8peH .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-sragbh8peH .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-sragbh8peH .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-sragbh8peH .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sragbh8peH .icon-focus:before {
  content: '\e95e';
}
.cid-sragbh8peH .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-sragbh8peH .mbr-section-title {
  margin: 0;
}
.cid-sragbh8peH .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sragbh8peH .underline .line {
  width: 3rem;
  height: 2px;
  background: #ff8f00;
  display: inline-block;
}
.cid-sragbh8peH .mbr-section-title,
.cid-sragbh8peH .underline {
  color: #ff8f00;
}
.cid-sragbh8peH .mbr-section-subtitle {
  color: #12375c;
}
.cid-sragbh8peH .mbr-gallery-item > div > span {
  color: #ff8f00;
  text-align: left;
}
.cid-sragbi6beb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #12375c;
}
.cid-sragbi6beb .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-sragbiu01C {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #d6d6d6;
}
.cid-sragbiu01C a:link {
  text-decoration: none;
}
.cid-sragbiu01C .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sragbiu01C .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sragbiu01C .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sragbiu01C .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sragbiu01C .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-sragbiu01C .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-sragbiu01C .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #12375c;
  position: relative;
  top: -19px;
}
.cid-sragbiu01C .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #12375c;
}
.cid-sragbiu01C .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-sragbiu01C .plan-title,
.cid-sragbiu01C .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-sragbiu01C .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-sragbiu01C .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-sragbiu01C .mbr-section-title span {
  color: #ffbc00;
}
.cid-sragbiu01C .mbr-text {
  text-align: left;
  color: #12375c;
}
.cid-sragbiu01C .mbr-section-title {
  color: #12375c;
}
.cid-sragbjqIgq.popup-builder {
  background-color: #ffffff;
}
.cid-sragbjqIgq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sragbjqIgq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sragbjqIgq .modal-content,
.cid-sragbjqIgq .modal-dialog {
  height: auto;
}
.cid-sragbjqIgq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sragbjqIgq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sragbjqIgq .form-wrapper .mbr-form .form-group,
  .cid-sragbjqIgq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sragbjqIgq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sragbjqIgq .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-sragbjqIgq .mbr-text {
  text-align: center;
}
.cid-sragbjqIgq .pt-0 {
  padding-top: 0 !important;
}
.cid-sragbjqIgq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sragbjqIgq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sragbjqIgq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sragbjqIgq .modal-open {
  overflow: hidden;
}
.cid-sragbjqIgq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sragbjqIgq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sragbjqIgq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sragbjqIgq .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-sragbjqIgq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sragbjqIgq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sragbjqIgq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sragbjqIgq .modal-content {
  background: #ff8f00;
  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-sragbjqIgq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sragbjqIgq .modal-backdrop.fade {
  opacity: 0;
}
.cid-sragbjqIgq .modal-backdrop.show {
  opacity: .5;
}
.cid-sragbjqIgq .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-sragbjqIgq .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sragbjqIgq .modal-header .close:hover {
  opacity: 1;
}
.cid-sragbjqIgq .modal-header .close:focus {
  outline: none;
}
.cid-sragbjqIgq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #12375c;
}
.cid-sragbjqIgq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sragbjqIgq .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-sragbjqIgq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sragbjqIgq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sragbjqIgq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sragbjqIgq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sragbjqIgq .modal-sm {
    max-width: 300px;
  }
  .cid-sragbjqIgq .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sragbjqIgq .modal-lg,
  .cid-sragbjqIgq .modal-xl {
    max-width: 800px;
  }
  .cid-sragbjqIgq .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sragbjqIgq .modal-xl {
    max-width: 1140px;
  }
  .cid-sragbjqIgq .container {
    max-width: 1140px;
  }
}
.cid-sragbjqIgq .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sragbjqIgq .container {
    max-width: 720px;
  }
}
.cid-sragbjqIgq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sragbjqIgq .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-sragbjqIgq .form-group {
  margin-bottom: 1rem;
}
.cid-sragbjqIgq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sragbjqIgq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sragbjqIgq .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-sragbkjJkx .navbar {
  box-shadow: 0px 7px #ff8f00;
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
}
.cid-sragbkjJkx .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-sragbkjJkx .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #cc7200;
  color: #ffffff !important;
  background: #ff8f00 !important;
}
.cid-sragbkjJkx .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sragbkjJkx .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sragbkjJkx .navbar .dropdown-itemx {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #0a1d31;
  color: #ffffff !important;
  background: #12375c !important;
}
.cid-sragbkjJkx .navbar .dropdown-itemx:hover {
  padding-left: 2rem;
}
.cid-sragbkjJkx .navbar .dropdown-itemx:focus border {
  outline: none;
}
.cid-sragbkjJkx .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sragbkjJkx .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sragbkjJkx .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #12375c;
}
.cid-sragbkjJkx .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sragbkjJkx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sragbkjJkx .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sragbkjJkx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sragbkjJkx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sragbkjJkx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sragbkjJkx .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sragbkjJkx .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sragbkjJkx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sragbkjJkx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sragbkjJkx .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sragbkjJkx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sragbkjJkx .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sragbkjJkx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sragbkjJkx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sragbkjJkx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sragbkjJkx .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sragbkjJkx .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sragbkjJkx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sragbkjJkx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sragbkjJkx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sragbkjJkx .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sragbkjJkx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sragbkjJkx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sragbkjJkx .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-sragbkjJkx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sragbkjJkx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sragbkjJkx .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sragbkjJkx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sragbkjJkx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sragbkjJkx .dropdown-item.active,
.cid-sragbkjJkx .dropdown-item:active {
  background-color: transparent;
}
.cid-sragbkjJkx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sragbkjJkx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sragbkjJkx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sragbkjJkx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sragbkjJkx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sragbkjJkx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sragbkjJkx ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sragbkjJkx .navbar-buttons {
  text-align: center;
}
.cid-sragbkjJkx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sragbkjJkx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #12375c;
}
.cid-sragbkjJkx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sragbkjJkx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sragbkjJkx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sragbkjJkx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sragbkjJkx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sragbkjJkx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sragbkjJkx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sragbkjJkx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sragbkjJkx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sragbkjJkx a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sragbkjJkx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sragbkjJkx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sragbkjJkx .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sragbkjJkx .nav-link:hover,
.cid-sragbkjJkx .dropdown-item:hover {
  color: #12375c !important;
}
.cid-sq7MunqbbK {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sq7MunqbbK .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-sq7MunqbbK .modal-body .close {
  background: #1b1b1b;
}
.cid-sq7MunqbbK .modal-body .close span {
  font-style: normal;
}
.cid-sq7MunqbbK .carousel-inner > .active,
.cid-sq7MunqbbK .carousel-inner > .next,
.cid-sq7MunqbbK .carousel-inner > .prev {
  display: flex;
}
.cid-sq7MunqbbK .carousel-control .icon-next,
.cid-sq7MunqbbK .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sq7MunqbbK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sq7MunqbbK .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sq7MunqbbK .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-sq7MunqbbK .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sq7MunqbbK .boxed-slider > div {
  position: relative;
}
.cid-sq7MunqbbK .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-sq7MunqbbK .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sq7MunqbbK .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sq7MunqbbK .mbr-table-cell {
  padding: 0;
}
.cid-sq7MunqbbK .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sq7MunqbbK .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sq7MunqbbK .mbr-overlay {
  z-index: 1;
}
.cid-sq7MunqbbK .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-sq7MunqbbK .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sq7MunqbbK .carousel-item .container {
    width: 100%;
  }
}
.cid-sq7MunqbbK .carousel-item-next.carousel-item-left,
.cid-sq7MunqbbK .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sq7MunqbbK .active.carousel-item-right,
.cid-sq7MunqbbK .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sq7MunqbbK .active.carousel-item-left,
.cid-sq7MunqbbK .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sq7MunqbbK .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sq7MunqbbK .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq7MunqbbK .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sq7MunqbbK .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sq7MunqbbK .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sq7MunqbbK .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sq7MunqbbK .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sq7MunqbbK .mbr-slider .carousel-indicators li.active,
.cid-sq7MunqbbK .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sq7MunqbbK .mbr-slider .carousel-indicators li::after,
.cid-sq7MunqbbK .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sq7MunqbbK .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sq7MunqbbK .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sq7MunqbbK .mbr-slider > .container img {
  width: 100%;
}
.cid-sq7MunqbbK .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sq7MunqbbK .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sq7MunqbbK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sq7MunqbbK .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sq7MunqbbK .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sq7MunqbbK .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sq7MunqbbK .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sq7MunqbbK .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-sq7MunqbbK .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sq7MunqbbK .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sq7MunqbbK .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sq7MunqbbK .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sq7MunqbbK .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sq7MunqbbK .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sq7MunqbbK .carousel-inner {
  height: 100%;
}
.cid-sq7MunqbbK .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sq7MunqbbK .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 350px;
  overflow: hidden;
}
.cid-sq7MunqbbK .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-sq7MunqbbK .content-slider-wrap {
  width: 100%;
}
.cid-sq7MunqbbK H2 {
  color: #ff8f00;
}
.cid-sq8zmn1R8d {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #efefef;
  background: linear-gradient(0deg, #efefef, #efefef);
}
.cid-sq8zmn1R8d .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sq8zmn1R8d .mbr-text {
  color: #8d97ad;
}
.cid-sq8zmn1R8d .nav {
  border: none;
}
.cid-sq8zmn1R8d .nav-tabs {
  width: 100%;
}
.cid-sq8zmn1R8d .nav-tabs .nav-item {
  margin-bottom: 1rem;
  width: 100%;
}
.cid-sq8zmn1R8d .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(159, 125, 96, 0.3);
  box-shadow: 0px 0px 30px rgba(159, 125, 96, 0.3);
}
.cid-sq8zmn1R8d .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sq8zmn1R8d .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 500;
  padding: 1rem;
  border: 1px solid #deeaf0;
  margin: 0px;
  border-radius: 0px !important;
  transition: all .3s;
}
.cid-sq8zmn1R8d .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-sq8zmn1R8d .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-sq8zmn1R8d .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-sq8zmn1R8d .nav-item {
    display: table-row !important;
  }
}
.cid-sq8zmn1R8d .mbr-text,
.cid-sq8zmn1R8d .mbr-section-btn {
  color: #232323;
}
.cid-sq8zmn1R8d .title-content {
  color: #000000;
}
.cid-sqBpFb6YzR {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sqBpFb6YzR H1 {
  color: #000000;
}
.cid-sqBpFb6YzR .mbr-text,
.cid-sqBpFb6YzR .mbr-section-btn {
  color: #000000;
}
.cid-sqBpFb6YzR img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sqBpFb6YzR .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-sq86yhnebT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sq86yhnebT .row {
  border-top: 1px solid #ff8f00;
  padding-top: 2rem;
}
.cid-sq86yhnebT .mbr-text {
  line-height: 1.5;
}
.cid-sq86yhnebT .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sq86yhnebT .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sq86yhnebT .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sq86yhnebT .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sq86yhnebT .container2 input:checked ~ .checkmark {
  background-color: #12375c;
}
.cid-sq86yhnebT .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sq86yhnebT .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sq86yhnebT .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sq86yhnebT .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sq9glqy4uJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
  background: linear-gradient(0deg, #efefef, #efefef);
}
.cid-sq9glqy4uJ .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sq9glqy4uJ .mbr-text {
  color: #8d97ad;
}
.cid-sq9glqy4uJ .nav {
  border: none;
}
.cid-sq9glqy4uJ .nav-tabs {
  width: 100%;
}
.cid-sq9glqy4uJ .nav-tabs .nav-item {
  margin-bottom: 1rem;
  width: 100%;
}
.cid-sq9glqy4uJ .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(159, 125, 96, 0.3);
  box-shadow: 0px 0px 30px rgba(159, 125, 96, 0.3);
}
.cid-sq9glqy4uJ .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sq9glqy4uJ .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 500;
  padding: 1rem;
  border: 1px solid #deeaf0;
  margin: 0px;
  border-radius: 0px !important;
  transition: all .3s;
}
.cid-sq9glqy4uJ .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-sq9glqy4uJ .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-sq9glqy4uJ .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-sq9glqy4uJ .nav-item {
    display: table-row !important;
  }
}
.cid-sq9glqy4uJ .mbr-text,
.cid-sq9glqy4uJ .mbr-section-btn {
  color: #232323;
}
.cid-sq9glqy4uJ .title-content {
  color: #000000;
}
.cid-sq9glqy4uJ .mbr-section-title {
  text-align: left;
}
.cid-sqBmw5rQn8 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-sqBmw5rQn8 H1 {
  color: #000000;
}
.cid-sqBmw5rQn8 .mbr-text,
.cid-sqBmw5rQn8 .mbr-section-btn {
  color: #000000;
}
.cid-sqBmw5rQn8 img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sqBmw5rQn8 .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-sq7MuoKsTC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sq7MuoKsTC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sq7MuoKsTC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq7MuoKsTC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sq7MuoKsTC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sq7MuoKsTC .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #12375c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #12375c, #ff8f00) !important;
}
.cid-sq7MuoKsTC .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-sq7MuoKsTC .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #ff8f00 !important;
}
.cid-sq7MuoKsTC .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sq7MuoKsTC .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #ff8f00 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-sq7MuoKsTC .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-sq7MuoKsTC .mbr-gallery-filter ul {
  display: block;
}
.cid-sq7MuoKsTC .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sq7MuoKsTC .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-sq7MuoKsTC .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-sq7MuoKsTC .mbr-gallery-filter li.active::after,
.cid-sq7MuoKsTC .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-sq7MuoKsTC .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-sq7MuoKsTC .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-sq7MuoKsTC .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sq7MuoKsTC .icon-focus:before {
  content: '\e95e';
}
.cid-sq7MuoKsTC .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-sq7MuoKsTC .mbr-section-title {
  margin: 0;
}
.cid-sq7MuoKsTC .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sq7MuoKsTC .underline .line {
  width: 3rem;
  height: 2px;
  background: #ff8f00;
  display: inline-block;
}
.cid-sq7MuoKsTC .mbr-section-title,
.cid-sq7MuoKsTC .underline {
  color: #ff8f00;
}
.cid-sq7MuoKsTC .mbr-section-subtitle {
  color: #12375c;
}
.cid-sq7MuoKsTC .mbr-gallery-item > div > span {
  color: #ff8f00;
  text-align: left;
}
.cid-srafQPMzfb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #12375c;
}
.cid-srafQPMzfb .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-sq7MuqrKze {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #d6d6d6;
}
.cid-sq7MuqrKze a:link {
  text-decoration: none;
}
.cid-sq7MuqrKze .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sq7MuqrKze .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sq7MuqrKze .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sq7MuqrKze .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sq7MuqrKze .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-sq7MuqrKze .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-sq7MuqrKze .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #12375c;
  position: relative;
  top: -19px;
}
.cid-sq7MuqrKze .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #12375c;
}
.cid-sq7MuqrKze .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-sq7MuqrKze .plan-title,
.cid-sq7MuqrKze .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-sq7MuqrKze .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-sq7MuqrKze .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-sq7MuqrKze .mbr-section-title span {
  color: #ffbc00;
}
.cid-sq7MuqrKze .mbr-text {
  text-align: left;
  color: #12375c;
}
.cid-sq7MuqrKze .mbr-section-title {
  color: #12375c;
}
.cid-sq7MurhVLE.popup-builder {
  background-color: #ffffff;
}
.cid-sq7MurhVLE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sq7MurhVLE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sq7MurhVLE .modal-content,
.cid-sq7MurhVLE .modal-dialog {
  height: auto;
}
.cid-sq7MurhVLE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sq7MurhVLE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sq7MurhVLE .form-wrapper .mbr-form .form-group,
  .cid-sq7MurhVLE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sq7MurhVLE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sq7MurhVLE .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-sq7MurhVLE .mbr-text {
  text-align: center;
}
.cid-sq7MurhVLE .pt-0 {
  padding-top: 0 !important;
}
.cid-sq7MurhVLE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sq7MurhVLE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sq7MurhVLE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sq7MurhVLE .modal-open {
  overflow: hidden;
}
.cid-sq7MurhVLE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sq7MurhVLE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sq7MurhVLE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sq7MurhVLE .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-sq7MurhVLE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sq7MurhVLE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sq7MurhVLE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sq7MurhVLE .modal-content {
  background: #ff8f00;
  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-sq7MurhVLE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sq7MurhVLE .modal-backdrop.fade {
  opacity: 0;
}
.cid-sq7MurhVLE .modal-backdrop.show {
  opacity: .5;
}
.cid-sq7MurhVLE .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-sq7MurhVLE .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sq7MurhVLE .modal-header .close:hover {
  opacity: 1;
}
.cid-sq7MurhVLE .modal-header .close:focus {
  outline: none;
}
.cid-sq7MurhVLE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #12375c;
}
.cid-sq7MurhVLE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sq7MurhVLE .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-sq7MurhVLE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sq7MurhVLE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sq7MurhVLE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sq7MurhVLE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sq7MurhVLE .modal-sm {
    max-width: 300px;
  }
  .cid-sq7MurhVLE .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sq7MurhVLE .modal-lg,
  .cid-sq7MurhVLE .modal-xl {
    max-width: 800px;
  }
  .cid-sq7MurhVLE .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sq7MurhVLE .modal-xl {
    max-width: 1140px;
  }
  .cid-sq7MurhVLE .container {
    max-width: 1140px;
  }
}
.cid-sq7MurhVLE .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sq7MurhVLE .container {
    max-width: 720px;
  }
}
.cid-sq7MurhVLE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sq7MurhVLE .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-sq7MurhVLE .form-group {
  margin-bottom: 1rem;
}
.cid-sq7MurhVLE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sq7MurhVLE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sq7MurhVLE .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-sq7Musapz2 .navbar {
  box-shadow: 0px 7px #ff8f00;
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
}
.cid-sq7Musapz2 .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-sq7Musapz2 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #cc7200;
  color: #ffffff !important;
  background: #ff8f00 !important;
}
.cid-sq7Musapz2 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sq7Musapz2 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sq7Musapz2 .navbar .dropdown-itemx {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #0a1d31;
  color: #ffffff !important;
  background: #12375c !important;
}
.cid-sq7Musapz2 .navbar .dropdown-itemx:hover {
  padding-left: 2rem;
}
.cid-sq7Musapz2 .navbar .dropdown-itemx:focus border {
  outline: none;
}
.cid-sq7Musapz2 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sq7Musapz2 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sq7Musapz2 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #12375c;
}
.cid-sq7Musapz2 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sq7Musapz2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sq7Musapz2 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sq7Musapz2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sq7Musapz2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sq7Musapz2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sq7Musapz2 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sq7Musapz2 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sq7Musapz2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sq7Musapz2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sq7Musapz2 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sq7Musapz2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sq7Musapz2 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sq7Musapz2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sq7Musapz2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sq7Musapz2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sq7Musapz2 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sq7Musapz2 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sq7Musapz2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sq7Musapz2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sq7Musapz2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sq7Musapz2 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sq7Musapz2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sq7Musapz2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sq7Musapz2 .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-sq7Musapz2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sq7Musapz2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sq7Musapz2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sq7Musapz2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sq7Musapz2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sq7Musapz2 .dropdown-item.active,
.cid-sq7Musapz2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sq7Musapz2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sq7Musapz2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sq7Musapz2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sq7Musapz2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sq7Musapz2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sq7Musapz2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sq7Musapz2 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sq7Musapz2 .navbar-buttons {
  text-align: center;
}
.cid-sq7Musapz2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sq7Musapz2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #12375c;
}
.cid-sq7Musapz2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sq7Musapz2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sq7Musapz2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sq7Musapz2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sq7Musapz2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sq7Musapz2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sq7Musapz2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sq7Musapz2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sq7Musapz2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sq7Musapz2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sq7Musapz2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sq7Musapz2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sq7Musapz2 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sq7Musapz2 .nav-link:hover,
.cid-sq7Musapz2 .dropdown-item:hover {
  color: #12375c !important;
}
.cid-sraknAimUW {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sraknAimUW .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-sraknAimUW .modal-body .close {
  background: #1b1b1b;
}
.cid-sraknAimUW .modal-body .close span {
  font-style: normal;
}
.cid-sraknAimUW .carousel-inner > .active,
.cid-sraknAimUW .carousel-inner > .next,
.cid-sraknAimUW .carousel-inner > .prev {
  display: flex;
}
.cid-sraknAimUW .carousel-control .icon-next,
.cid-sraknAimUW .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sraknAimUW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sraknAimUW .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sraknAimUW .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-sraknAimUW .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sraknAimUW .boxed-slider > div {
  position: relative;
}
.cid-sraknAimUW .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-sraknAimUW .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sraknAimUW .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sraknAimUW .mbr-table-cell {
  padding: 0;
}
.cid-sraknAimUW .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sraknAimUW .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sraknAimUW .mbr-overlay {
  z-index: 1;
}
.cid-sraknAimUW .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-sraknAimUW .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sraknAimUW .carousel-item .container {
    width: 100%;
  }
}
.cid-sraknAimUW .carousel-item-next.carousel-item-left,
.cid-sraknAimUW .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sraknAimUW .active.carousel-item-right,
.cid-sraknAimUW .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sraknAimUW .active.carousel-item-left,
.cid-sraknAimUW .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sraknAimUW .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  display: none;
}
.cid-sraknAimUW .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sraknAimUW .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sraknAimUW .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sraknAimUW .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sraknAimUW .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sraknAimUW .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sraknAimUW .mbr-slider .carousel-indicators li.active,
.cid-sraknAimUW .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sraknAimUW .mbr-slider .carousel-indicators li::after,
.cid-sraknAimUW .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sraknAimUW .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sraknAimUW .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sraknAimUW .mbr-slider > .container img {
  width: 100%;
}
.cid-sraknAimUW .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sraknAimUW .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sraknAimUW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sraknAimUW .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sraknAimUW .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sraknAimUW .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sraknAimUW .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sraknAimUW .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-sraknAimUW .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sraknAimUW .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sraknAimUW .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sraknAimUW .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sraknAimUW .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sraknAimUW .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sraknAimUW .carousel-inner {
  height: 100%;
}
.cid-sraknAimUW .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sraknAimUW .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 350px;
  overflow: hidden;
}
.cid-sraknAimUW .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-sraknAimUW .content-slider-wrap {
  width: 100%;
}
.cid-sraknAimUW H2 {
  color: #ff8f00;
}
.cid-sraknB2USC {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #efefef;
  background: linear-gradient(0deg, #efefef, #efefef);
}
.cid-sraknB2USC .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sraknB2USC .mbr-text {
  color: #8d97ad;
}
.cid-sraknB2USC .nav {
  border: none;
}
.cid-sraknB2USC .nav-tabs {
  width: 100%;
}
.cid-sraknB2USC .nav-tabs .nav-item {
  margin-bottom: 1rem;
  width: 100%;
}
.cid-sraknB2USC .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(159, 125, 96, 0.3);
  box-shadow: 0px 0px 30px rgba(159, 125, 96, 0.3);
}
.cid-sraknB2USC .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sraknB2USC .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 500;
  padding: 1rem;
  border: 1px solid #deeaf0;
  margin: 0px;
  border-radius: 0px !important;
  transition: all .3s;
}
.cid-sraknB2USC .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-sraknB2USC .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-sraknB2USC .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-sraknB2USC .nav-item {
    display: table-row !important;
  }
}
.cid-sraknB2USC .mbr-text,
.cid-sraknB2USC .mbr-section-btn {
  color: #232323;
}
.cid-sraknB2USC .title-content {
  color: #000000;
}
.cid-sraknD2GXq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sraknD2GXq .row {
  border-top: 1px solid #ff8f00;
  padding-top: 2rem;
}
.cid-sraknD2GXq .mbr-text {
  line-height: 1.5;
}
.cid-sraknD2GXq .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sraknD2GXq .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sraknD2GXq .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sraknD2GXq .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sraknD2GXq .container2 input:checked ~ .checkmark {
  background-color: #12375c;
}
.cid-sraknD2GXq .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sraknD2GXq .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sraknD2GXq .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sraknD2GXq .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sram7G7ioj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sram7G7ioj .row {
  border-top: 1px solid #ff8f00;
  padding-top: 2rem;
}
.cid-sram7G7ioj .mbr-text {
  line-height: 1.5;
}
.cid-sram7G7ioj .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sram7G7ioj .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sram7G7ioj .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sram7G7ioj .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sram7G7ioj .container2 input:checked ~ .checkmark {
  background-color: #a62a00;
}
.cid-sram7G7ioj .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sram7G7ioj .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sram7G7ioj .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sram7G7ioj .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sraknClw9L {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sraknClw9L H1 {
  color: #000000;
}
.cid-sraknClw9L .mbr-text,
.cid-sraknClw9L .mbr-section-btn {
  color: #000000;
}
.cid-sraknClw9L img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sraknClw9L .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-sraknE6EfR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
  background: linear-gradient(0deg, #efefef, #efefef);
}
.cid-sraknE6EfR .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sraknE6EfR .mbr-text {
  color: #8d97ad;
}
.cid-sraknE6EfR .nav {
  border: none;
}
.cid-sraknE6EfR .nav-tabs {
  width: 100%;
}
.cid-sraknE6EfR .nav-tabs .nav-item {
  margin-bottom: 1rem;
  width: 100%;
}
.cid-sraknE6EfR .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(159, 125, 96, 0.3);
  box-shadow: 0px 0px 30px rgba(159, 125, 96, 0.3);
}
.cid-sraknE6EfR .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sraknE6EfR .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 500;
  padding: 1rem;
  border: 1px solid #deeaf0;
  margin: 0px;
  border-radius: 0px !important;
  transition: all .3s;
}
.cid-sraknE6EfR .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-sraknE6EfR .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-sraknE6EfR .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-sraknE6EfR .nav-item {
    display: table-row !important;
  }
}
.cid-sraknE6EfR .mbr-text,
.cid-sraknE6EfR .mbr-section-btn {
  color: #232323;
}
.cid-sraknE6EfR .title-content {
  color: #000000;
}
.cid-sraknE6EfR .mbr-section-title {
  text-align: left;
}
.cid-sraknEZsK3 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-sraknEZsK3 H1 {
  color: #000000;
}
.cid-sraknEZsK3 .mbr-text,
.cid-sraknEZsK3 .mbr-section-btn {
  color: #000000;
}
.cid-sraknEZsK3 img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sraknEZsK3 .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-sraknFNeVh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sraknFNeVh .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sraknFNeVh .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sraknFNeVh .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sraknFNeVh .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sraknFNeVh .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #12375c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #12375c, #ff8f00) !important;
}
.cid-sraknFNeVh .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-sraknFNeVh .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #ff8f00 !important;
}
.cid-sraknFNeVh .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sraknFNeVh .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #ff8f00 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-sraknFNeVh .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-sraknFNeVh .mbr-gallery-filter ul {
  display: block;
}
.cid-sraknFNeVh .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sraknFNeVh .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-sraknFNeVh .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-sraknFNeVh .mbr-gallery-filter li.active::after,
.cid-sraknFNeVh .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-sraknFNeVh .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-sraknFNeVh .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-sraknFNeVh .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sraknFNeVh .icon-focus:before {
  content: '\e95e';
}
.cid-sraknFNeVh .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-sraknFNeVh .mbr-section-title {
  margin: 0;
}
.cid-sraknFNeVh .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sraknFNeVh .underline .line {
  width: 3rem;
  height: 2px;
  background: #ff8f00;
  display: inline-block;
}
.cid-sraknFNeVh .mbr-section-title,
.cid-sraknFNeVh .underline {
  color: #ff8f00;
}
.cid-sraknFNeVh .mbr-section-subtitle {
  color: #12375c;
}
.cid-sraknFNeVh .mbr-gallery-item > div > span {
  color: #ff8f00;
  text-align: left;
}
.cid-sraknGSjFR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #12375c;
}
.cid-sraknGSjFR .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-sraknHrSHc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #d6d6d6;
}
.cid-sraknHrSHc a:link {
  text-decoration: none;
}
.cid-sraknHrSHc .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sraknHrSHc .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sraknHrSHc .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sraknHrSHc .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sraknHrSHc .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-sraknHrSHc .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-sraknHrSHc .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #12375c;
  position: relative;
  top: -19px;
}
.cid-sraknHrSHc .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #12375c;
}
.cid-sraknHrSHc .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-sraknHrSHc .plan-title,
.cid-sraknHrSHc .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-sraknHrSHc .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-sraknHrSHc .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-sraknHrSHc .mbr-section-title span {
  color: #ffbc00;
}
.cid-sraknHrSHc .mbr-text {
  text-align: left;
  color: #12375c;
}
.cid-sraknHrSHc .mbr-section-title {
  color: #12375c;
}
.cid-sraknIyfD9.popup-builder {
  background-color: #ffffff;
}
.cid-sraknIyfD9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sraknIyfD9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sraknIyfD9 .modal-content,
.cid-sraknIyfD9 .modal-dialog {
  height: auto;
}
.cid-sraknIyfD9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sraknIyfD9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sraknIyfD9 .form-wrapper .mbr-form .form-group,
  .cid-sraknIyfD9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sraknIyfD9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sraknIyfD9 .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-sraknIyfD9 .mbr-text {
  text-align: center;
}
.cid-sraknIyfD9 .pt-0 {
  padding-top: 0 !important;
}
.cid-sraknIyfD9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sraknIyfD9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sraknIyfD9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sraknIyfD9 .modal-open {
  overflow: hidden;
}
.cid-sraknIyfD9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sraknIyfD9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sraknIyfD9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sraknIyfD9 .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-sraknIyfD9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sraknIyfD9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sraknIyfD9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sraknIyfD9 .modal-content {
  background: #ff8f00;
  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-sraknIyfD9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sraknIyfD9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sraknIyfD9 .modal-backdrop.show {
  opacity: .5;
}
.cid-sraknIyfD9 .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-sraknIyfD9 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sraknIyfD9 .modal-header .close:hover {
  opacity: 1;
}
.cid-sraknIyfD9 .modal-header .close:focus {
  outline: none;
}
.cid-sraknIyfD9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #12375c;
}
.cid-sraknIyfD9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sraknIyfD9 .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-sraknIyfD9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sraknIyfD9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sraknIyfD9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sraknIyfD9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sraknIyfD9 .modal-sm {
    max-width: 300px;
  }
  .cid-sraknIyfD9 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sraknIyfD9 .modal-lg,
  .cid-sraknIyfD9 .modal-xl {
    max-width: 800px;
  }
  .cid-sraknIyfD9 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sraknIyfD9 .modal-xl {
    max-width: 1140px;
  }
  .cid-sraknIyfD9 .container {
    max-width: 1140px;
  }
}
.cid-sraknIyfD9 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sraknIyfD9 .container {
    max-width: 720px;
  }
}
.cid-sraknIyfD9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sraknIyfD9 .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-sraknIyfD9 .form-group {
  margin-bottom: 1rem;
}
.cid-sraknIyfD9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sraknIyfD9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sraknIyfD9 .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-sraknJscvr .navbar {
  box-shadow: 0px 7px #ff8f00;
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
}
.cid-sraknJscvr .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-sraknJscvr .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #cc7200;
  color: #ffffff !important;
  background: #ff8f00 !important;
}
.cid-sraknJscvr .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sraknJscvr .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sraknJscvr .navbar .dropdown-itemx {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #0a1d31;
  color: #ffffff !important;
  background: #12375c !important;
}
.cid-sraknJscvr .navbar .dropdown-itemx:hover {
  padding-left: 2rem;
}
.cid-sraknJscvr .navbar .dropdown-itemx:focus border {
  outline: none;
}
.cid-sraknJscvr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sraknJscvr .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sraknJscvr .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #12375c;
}
.cid-sraknJscvr .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sraknJscvr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sraknJscvr .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sraknJscvr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sraknJscvr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sraknJscvr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sraknJscvr .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sraknJscvr .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sraknJscvr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sraknJscvr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sraknJscvr .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sraknJscvr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sraknJscvr .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sraknJscvr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sraknJscvr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sraknJscvr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sraknJscvr .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sraknJscvr .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sraknJscvr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sraknJscvr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sraknJscvr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sraknJscvr .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sraknJscvr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sraknJscvr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sraknJscvr .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-sraknJscvr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sraknJscvr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sraknJscvr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sraknJscvr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sraknJscvr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sraknJscvr .dropdown-item.active,
.cid-sraknJscvr .dropdown-item:active {
  background-color: transparent;
}
.cid-sraknJscvr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sraknJscvr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sraknJscvr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sraknJscvr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sraknJscvr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sraknJscvr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sraknJscvr ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sraknJscvr .navbar-buttons {
  text-align: center;
}
.cid-sraknJscvr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sraknJscvr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #12375c;
}
.cid-sraknJscvr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sraknJscvr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sraknJscvr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sraknJscvr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sraknJscvr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sraknJscvr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sraknJscvr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sraknJscvr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sraknJscvr .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sraknJscvr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sraknJscvr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sraknJscvr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sraknJscvr .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sraknJscvr .nav-link:hover,
.cid-sraknJscvr .dropdown-item:hover {
  color: #12375c !important;
}
.cid-ssoDnfUi4X {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #12375c;
}
.cid-ssoDnfUi4X .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ssoDnfUi4X .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ssoDnfUi4X .photo-split {
  padding: 0;
}
.cid-ssoDnfUi4X .photo-split img {
  width: 100%;
}
.cid-ssoDnfUi4X .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-ssoDnfUi4X .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ssoDnfUi4X .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-ssoDnfUi4X .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-ssoDnfUi4X .wrap-block {
  padding: 3rem 3rem;
}
.cid-ssoDnfUi4X .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-ssoDnfUi4X .wrap-block ul li {
  display: inline-block;
}
.cid-ssoDnfUi4X .wrap-block ul li span {
  text-align: center;
}
.cid-ssoDnfUi4X .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-ssoDnfUi4X .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-ssoDnfUi4X .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-ssoDnfUi4X .mbr-list,
.cid-ssoDnfUi4X .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-ssoDnfUi4X .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ssoDnfUi4X .mbr-section-title,
  .cid-ssoDnfUi4X .mbr-section-subtitle,
  .cid-ssoDnfUi4X .mbr-text {
    text-align: center !important;
  }
  .cid-ssoDnfUi4X .social-list {
    text-align: center !important;
  }
}
.cid-ssoDnfUi4X .mbr-section-title {
  text-align: center;
  color: #ffc173;
}
.cid-ssoDnfUi4X .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ssoUYd1gMh {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-ssoUYd1gMh h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-ssoUYd1gMh .mbr-section-subtitle {
  color: #767676;
}
.cid-ssoUYd1gMh .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-ssoUYd1gMh .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-ssoUYd1gMh .mbr-text-right {
  color: #767676;
}
.cid-ssoUYd1gMh .article-title-left {
  text-align: center;
  color: #12375c;
}
.cid-ssoUYd1gMh H2 {
  color: #12375c;
}
.cid-ssoUYd1gMh .article-title-right {
  color: #ff8f00;
  text-align: center;
}
.cid-ssoXfaXre3 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-ssoXfaXre3 h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-ssoXfaXre3 .mbr-section-subtitle {
  color: #767676;
}
.cid-ssoXfaXre3 .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-ssoXfaXre3 .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-ssoXfaXre3 .mbr-text-right {
  color: #a65c00;
}
.cid-ssoXfaXre3 .article-title-left {
  text-align: center;
  color: #12375c;
}
.cid-ssoXfaXre3 H2 {
  color: #12375c;
}
.cid-ssoXfaXre3 .article-title-right {
  color: #12375c;
  text-align: center;
}
.cid-ssoXfaXre3 .mbr-text-left {
  text-align: left;
  color: #12375c;
}
.cid-ssp5s20Dna {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-ssp5s20Dna h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-ssp5s20Dna .mbr-section-subtitle {
  color: #767676;
}
.cid-ssp5s20Dna .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-ssp5s20Dna .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-ssp5s20Dna .mbr-text-right {
  color: #a65c00;
}
.cid-ssp5s20Dna .article-title-left {
  text-align: center;
  color: #12375c;
}
.cid-ssp5s20Dna H2 {
  color: #12375c;
}
.cid-ssp5s20Dna .article-title-right {
  color: #12375c;
  text-align: center;
}
.cid-ssp5s20Dna .mbr-text-left {
  text-align: left;
  color: #12375c;
}
.cid-ssp617nRRx {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-ssp617nRRx h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-ssp617nRRx .mbr-section-subtitle {
  color: #767676;
}
.cid-ssp617nRRx .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-ssp617nRRx .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-ssp617nRRx .mbr-text-right {
  color: #a65c00;
}
.cid-ssp617nRRx .article-title-left {
  text-align: center;
  color: #12375c;
}
.cid-ssp617nRRx H2 {
  color: #12375c;
}
.cid-ssp617nRRx .article-title-right {
  color: #12375c;
  text-align: center;
}
.cid-ssp617nRRx .mbr-text-left {
  text-align: left;
  color: #12375c;
}
.cid-ssp6m4INcn {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-ssp6m4INcn h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-ssp6m4INcn .mbr-section-subtitle {
  color: #767676;
}
.cid-ssp6m4INcn .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-ssp6m4INcn .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-ssp6m4INcn .mbr-text-right {
  color: #a65c00;
}
.cid-ssp6m4INcn .article-title-left {
  text-align: center;
  color: #12375c;
}
.cid-ssp6m4INcn H2 {
  color: #12375c;
}
.cid-ssp6m4INcn .article-title-right {
  color: #12375c;
  text-align: center;
}
.cid-ssp6m4INcn .mbr-text-left {
  text-align: left;
  color: #12375c;
}
.cid-ssp6XK8npj {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-ssp6XK8npj h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-ssp6XK8npj .mbr-section-subtitle {
  color: #767676;
}
.cid-ssp6XK8npj .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-ssp6XK8npj .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-ssp6XK8npj .mbr-text-right {
  color: #a65c00;
}
.cid-ssp6XK8npj .article-title-left {
  text-align: center;
  color: #12375c;
}
.cid-ssp6XK8npj H2 {
  color: #12375c;
}
.cid-ssp6XK8npj .article-title-right {
  color: #12375c;
  text-align: center;
}
.cid-ssp6XK8npj .mbr-text-left {
  text-align: left;
  color: #12375c;
}
.cid-ssp7slAjsl {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-ssp7slAjsl h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-ssp7slAjsl .mbr-section-subtitle {
  color: #767676;
}
.cid-ssp7slAjsl .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-ssp7slAjsl .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-ssp7slAjsl .mbr-text-right {
  color: #a65c00;
}
.cid-ssp7slAjsl .article-title-left {
  text-align: center;
  color: #12375c;
}
.cid-ssp7slAjsl H2 {
  color: #12375c;
}
.cid-ssp7slAjsl .article-title-right {
  color: #12375c;
  text-align: center;
}
.cid-ssp7slAjsl .mbr-text-left {
  text-align: left;
  color: #12375c;
}
.cid-ssp8cyCYbS {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-ssp8cyCYbS h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-ssp8cyCYbS .mbr-section-subtitle {
  color: #767676;
}
.cid-ssp8cyCYbS .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-ssp8cyCYbS .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-ssp8cyCYbS .mbr-text-right {
  color: #a65c00;
}
.cid-ssp8cyCYbS .article-title-left {
  text-align: center;
  color: #12375c;
}
.cid-ssp8cyCYbS H2 {
  color: #12375c;
}
.cid-ssp8cyCYbS .article-title-right {
  color: #12375c;
  text-align: center;
}
.cid-ssp8cyCYbS .mbr-text-left {
  text-align: left;
  color: #12375c;
}
.cid-sspate1EHg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #d8e1ea;
}
.cid-sspate1EHg .container-fluid {
  padding: 0 3rem;
}
.cid-sspate1EHg .mbr-section-subtitle {
  color: #767676;
}
.cid-sspate1EHg .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sspate1EHg .table-wrapper {
  margin: 0 auto;
}
.cid-sspate1EHg table {
  width: 83% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sspate1EHg table thead tr {
  border: none !important;
}
.cid-sspate1EHg table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #000000;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sspate1EHg table tr td {
  border-color: #12375c;
}
.cid-sspate1EHg table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sspate1EHg tr:hover {
  background-color: #ffffff !important;
}
.cid-sspate1EHg th:after,
.cid-sspate1EHg th:before {
  display: none !important;
}
.cid-sspate1EHg .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sspate1EHg .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sspate1EHg table th,
  .cid-sspate1EHg table td {
    padding: .75rem;
  }
}
.cid-sspate1EHg .body-item {
  text-align: center;
}
.cid-sspate1EHg .mbr-text {
  color: #767676;
}
.cid-sspate1EHg .head-item {
  color: #232323;
}
.cid-sspate1EHg .mbr-section-title,
.cid-sspate1EHg .head-item {
  color: #12375c;
}
.cid-sspcY0geXM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fad9b1;
}
.cid-sspcY0geXM .container-fluid {
  padding: 0 3rem;
}
.cid-sspcY0geXM .mbr-section-subtitle {
  color: #767676;
}
.cid-sspcY0geXM .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sspcY0geXM .table-wrapper {
  margin: 0 auto;
}
.cid-sspcY0geXM table {
  width: 83% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sspcY0geXM table thead tr {
  border: none !important;
}
.cid-sspcY0geXM table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #000000;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sspcY0geXM table tr td {
  border-color: #a65c00;
}
.cid-sspcY0geXM table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sspcY0geXM tr:hover {
  background-color: #ffffff !important;
}
.cid-sspcY0geXM th:after,
.cid-sspcY0geXM th:before {
  display: none !important;
}
.cid-sspcY0geXM .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sspcY0geXM .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sspcY0geXM table th,
  .cid-sspcY0geXM table td {
    padding: .75rem;
  }
}
.cid-sspcY0geXM .body-item {
  text-align: center;
  color: #a65c00;
}
.cid-sspcY0geXM .mbr-text {
  color: #767676;
}
.cid-sspcY0geXM .head-item {
  color: #232323;
}
.cid-sspcY0geXM .mbr-section-title,
.cid-sspcY0geXM .head-item {
  color: #a65c00;
}
.cid-ss7IzkQ3uY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #12375c;
}
.cid-ss7IzkQ3uY .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-ss7Izlhvu0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #d6d6d6;
}
.cid-ss7Izlhvu0 a:link {
  text-decoration: none;
}
.cid-ss7Izlhvu0 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ss7Izlhvu0 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-ss7Izlhvu0 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-ss7Izlhvu0 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-ss7Izlhvu0 .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-ss7Izlhvu0 .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-ss7Izlhvu0 .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #12375c;
  position: relative;
  top: -19px;
}
.cid-ss7Izlhvu0 .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #12375c;
}
.cid-ss7Izlhvu0 .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-ss7Izlhvu0 .plan-title,
.cid-ss7Izlhvu0 .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-ss7Izlhvu0 .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-ss7Izlhvu0 .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-ss7Izlhvu0 .mbr-section-title span {
  color: #ffbc00;
}
.cid-ss7Izlhvu0 .mbr-text {
  text-align: left;
  color: #12375c;
}
.cid-ss7Izlhvu0 .mbr-section-title {
  color: #12375c;
}
.cid-ss7IzmhFUo.popup-builder {
  background-color: #ffffff;
}
.cid-ss7IzmhFUo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ss7IzmhFUo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ss7IzmhFUo .modal-content,
.cid-ss7IzmhFUo .modal-dialog {
  height: auto;
}
.cid-ss7IzmhFUo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ss7IzmhFUo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ss7IzmhFUo .form-wrapper .mbr-form .form-group,
  .cid-ss7IzmhFUo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ss7IzmhFUo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ss7IzmhFUo .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-ss7IzmhFUo .mbr-text {
  text-align: center;
}
.cid-ss7IzmhFUo .pt-0 {
  padding-top: 0 !important;
}
.cid-ss7IzmhFUo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ss7IzmhFUo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ss7IzmhFUo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ss7IzmhFUo .modal-open {
  overflow: hidden;
}
.cid-ss7IzmhFUo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ss7IzmhFUo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ss7IzmhFUo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ss7IzmhFUo .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-ss7IzmhFUo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ss7IzmhFUo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ss7IzmhFUo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ss7IzmhFUo .modal-content {
  background: #ff8f00;
  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-ss7IzmhFUo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ss7IzmhFUo .modal-backdrop.fade {
  opacity: 0;
}
.cid-ss7IzmhFUo .modal-backdrop.show {
  opacity: .5;
}
.cid-ss7IzmhFUo .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-ss7IzmhFUo .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ss7IzmhFUo .modal-header .close:hover {
  opacity: 1;
}
.cid-ss7IzmhFUo .modal-header .close:focus {
  outline: none;
}
.cid-ss7IzmhFUo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #12375c;
}
.cid-ss7IzmhFUo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-ss7IzmhFUo .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-ss7IzmhFUo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ss7IzmhFUo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ss7IzmhFUo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ss7IzmhFUo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ss7IzmhFUo .modal-sm {
    max-width: 300px;
  }
  .cid-ss7IzmhFUo .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-ss7IzmhFUo .modal-lg,
  .cid-ss7IzmhFUo .modal-xl {
    max-width: 800px;
  }
  .cid-ss7IzmhFUo .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-ss7IzmhFUo .modal-xl {
    max-width: 1140px;
  }
  .cid-ss7IzmhFUo .container {
    max-width: 1140px;
  }
}
.cid-ss7IzmhFUo .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ss7IzmhFUo .container {
    max-width: 720px;
  }
}
.cid-ss7IzmhFUo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ss7IzmhFUo .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-ss7IzmhFUo .form-group {
  margin-bottom: 1rem;
}
.cid-ss7IzmhFUo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ss7IzmhFUo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ss7IzmhFUo .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-ss7IznaFkX .navbar {
  box-shadow: 0px 7px #ff8f00;
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
}
.cid-ss7IznaFkX .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-ss7IznaFkX .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #cc7200;
  color: #ffffff !important;
  background: #ff8f00 !important;
}
.cid-ss7IznaFkX .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ss7IznaFkX .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ss7IznaFkX .navbar .dropdown-itemx {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #0a1d31;
  color: #ffffff !important;
  background: #12375c !important;
}
.cid-ss7IznaFkX .navbar .dropdown-itemx:hover {
  padding-left: 2rem;
}
.cid-ss7IznaFkX .navbar .dropdown-itemx:focus border {
  outline: none;
}
.cid-ss7IznaFkX .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ss7IznaFkX .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-ss7IznaFkX .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #12375c;
}
.cid-ss7IznaFkX .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ss7IznaFkX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ss7IznaFkX .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ss7IznaFkX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ss7IznaFkX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ss7IznaFkX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ss7IznaFkX .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ss7IznaFkX .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-ss7IznaFkX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ss7IznaFkX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ss7IznaFkX .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ss7IznaFkX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ss7IznaFkX .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ss7IznaFkX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ss7IznaFkX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ss7IznaFkX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ss7IznaFkX .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ss7IznaFkX .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-ss7IznaFkX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ss7IznaFkX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ss7IznaFkX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-ss7IznaFkX .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ss7IznaFkX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ss7IznaFkX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ss7IznaFkX .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-ss7IznaFkX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ss7IznaFkX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ss7IznaFkX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ss7IznaFkX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ss7IznaFkX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ss7IznaFkX .dropdown-item.active,
.cid-ss7IznaFkX .dropdown-item:active {
  background-color: transparent;
}
.cid-ss7IznaFkX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ss7IznaFkX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ss7IznaFkX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ss7IznaFkX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ss7IznaFkX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ss7IznaFkX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ss7IznaFkX ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ss7IznaFkX .navbar-buttons {
  text-align: center;
}
.cid-ss7IznaFkX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ss7IznaFkX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #12375c;
}
.cid-ss7IznaFkX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ss7IznaFkX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ss7IznaFkX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ss7IznaFkX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ss7IznaFkX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ss7IznaFkX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ss7IznaFkX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ss7IznaFkX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ss7IznaFkX .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ss7IznaFkX a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-ss7IznaFkX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ss7IznaFkX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ss7IznaFkX .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-ss7IznaFkX .nav-link:hover,
.cid-ss7IznaFkX .dropdown-item:hover {
  color: #12375c !important;
}
