body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Gilroy-Light';
  font-size: 2.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 2.6rem;
}
.display-2 {
  font-family: 'Gilroy-Light';
  font-size: 1.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 1.8rem;
}
.display-4 {
  font-family: 'Gilroy-Light';
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.9rem;
}
.display-5 {
  font-family: 'Gilroy-Light';
  font-size: 1.35rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.35rem;
}
.display-7 {
  font-family: 'Gilroy-Light';
  font-size: 1.05rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.05rem;
}
/* ---- 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.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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.08rem;
    font-size: calc( 1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 18px 38px;
  border-radius: 6px;
}
.btn-md {
  padding: 18px 42px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 47px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #0b518a !important;
}
.bg-success {
  background-color: #29bfff !important;
}
.bg-info {
  background-color: #1c94c7 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #0b518a !important;
  border-color: #0b518a !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #052743 !important;
  border-color: #052743 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #052743 !important;
  border-color: #052743 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #1c8ecb !important;
  border-color: #1c8ecb !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #135f88 !important;
  border-color: #135f88 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #135f88 !important;
  border-color: #135f88 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #1c94c7 !important;
  border-color: #1c94c7 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #136284 !important;
  border-color: #136284 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #136284 !important;
  border-color: #136284 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #29bfff !important;
  border-color: #29bfff !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #009adc !important;
  border-color: #009adc !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #009adc !important;
  border-color: #009adc !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #031a2c;
  color: #031a2c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #0b518a;
  border-color: #0b518a;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0b518a !important;
  border-color: #0b518a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #104f71;
  color: #104f71;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #1c8ecb;
  border-color: #1c8ecb;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1c8ecb !important;
  border-color: #1c8ecb !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #0f516e;
  color: #0f516e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #1c94c7;
  border-color: #1c94c7;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1c94c7 !important;
  border-color: #1c94c7 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #0088c2;
  color: #0088c2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #29bfff;
  border-color: #29bfff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #29bfff !important;
  border-color: #29bfff !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #0b518a !important;
}
.text-secondary {
  color: #1c8ecb !important;
}
.text-success {
  color: #29bfff !important;
}
.text-info {
  color: #1c94c7 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #031a2c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #104f71 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #0088c2 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0f516e !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !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: #1c94c7;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #000000;
}
.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: #0b518a;
  border-color: #0b518a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0b518a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2794ee;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f5fcff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #77c9ec;
}
.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: #b3b3b3;
}
.scrollToTop_wraper {
  display: none !important;
}
.form-control {
  font-family: 'Gilroy-Light';
  font-size: 1.05rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.05rem;
}
blockquote {
  border-color: #0b518a;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.btn-primary:hover {
  color: #0b518a !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0b518a;
  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: #0b518a;
  border-bottom-color: #0b518a;
}
.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: #0b518a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #1c8ecb !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='%230b518a' %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-scE8hQfSUR {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-scE8hQfSUR .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-scE8hQfSUR .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-scE8hQfSUR .image-block {
    width: 100% !important;
  }
}
.cid-scE8hQfSUR .container-fluid {
  padding: 0;
}
.cid-s2V8IHwJ8J {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-s2V8IHwJ8J .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-s2V8IHwJ8J .contents .mbr-subtitle {
  color: #1c8ecb;
  margin-bottom: 10px;
}
.cid-s2V8IHwJ8J .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #0b518a;
}
.cid-s2V8IHwJ8J .contents .mbr-text {
  color: #1c94c7;
}
.cid-s2V8IHwJ8J .card.accentCard .card-wrapper {
  background-color: #1c94c7;
}
.cid-s2V8IHwJ8J .card.accentCard .card-wrapper .card-box .card-title {
  color: #ffffff;
}
.cid-s2V8IHwJ8J .card.accentCard .card-wrapper .card-box .mbr-text {
  color: #ffffff;
}
.cid-s2V8IHwJ8J .card.accentCard .card-wrapper .card-img {
  box-shadow: -10px -10px 0 0 #29bfff;
  background-color: #ffffff;
}
.cid-s2V8IHwJ8J .card.accentCard .card-wrapper .card-img .mbr-iconfont {
  color: #1c8ecb !important;
}
.cid-s2V8IHwJ8J .card.accentCard .card-wrapper .btn.btn-primary-outline {
  color: #ffffff;
}
.cid-s2V8IHwJ8J .card-wrapper {
  height: 100%;
  border-radius: 5px;
  border: 1px solid #dcdfe2;
  padding: 50px 35px 31px;
  transition: all 0.3s;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.cid-s2V8IHwJ8J .card-wrapper .card-box .card-title {
  color: #0b518a;
}
.cid-s2V8IHwJ8J .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #1c94c7;
}
.cid-s2V8IHwJ8J .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
  display: inline-block;
}
.cid-s2V8IHwJ8J .card-wrapper .card-img {
  margin-bottom: 40px;
  transition: all .3s linear 0s;
  display: inline-flex;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  padding: 13px;
  box-shadow: -10px -10px 0 0 #eeeff2;
  align-items: center;
  justify-content: center;
  background-color: #0b518a;
  cursor: pointer;
  position: relative;
}
.cid-s2V8IHwJ8J .card-wrapper .card-img .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-s2V8IHwJ8J .card-wrapper .mbr-link-btn {
  transition: all 0.3s;
  margin-bottom: 20px;
}
.cid-s2V8IHwJ8J .card-wrapper .mbr-link-btn .btn {
  transition: all 0.3s;
  font-weight: 700;
}
.cid-s2V8IHwJ8J .card-wrapper .mbr-link-btn .btn.btn-primary-outline {
  color: #0b518a;
}
.cid-s2V8IHwJ8J .card-wrapper .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-s2V8IHwJ8J .card-wrapper .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-s2V8IHwJ8J .card-wrapper:hover .card-img {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
}
.cid-s2V8IHwJ8J .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-s2V8IHwJ8J .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-s2V8IHwJ8J .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-s2V8IHwJ8J .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #0b518a !important;
  box-shadow: none !important;
}
.cid-s2V8IHwJ8J .btn[class*="-outline"]:active,
.cid-s2V8IHwJ8J .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-s2V8IHwJ8J .card {
    margin-bottom: 15px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-s2V8IHwJ8J .card-wrapper .card-box .mbr-text {
  color: #0b518a;
}
.cid-s2V8IHwJ8J .contents .mbr-subtitle {
  color: #1c94c7;
}
.cid-scE8LlCEAF {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-scE8LlCEAF .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-scE8LlCEAF .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-scE8LlCEAF .image-block {
    width: 100% !important;
  }
}
.cid-scE8LlCEAF .container-fluid {
  padding: 0;
}
.cid-scF3oxiOKt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff2f7;
}
.cid-scF3oxiOKt .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-scF3oxiOKt .contents .mbr-subtitle {
  color: #1c8ecb;
  margin-bottom: 10px;
}
.cid-scF3oxiOKt .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #0b518a;
}
.cid-scF3oxiOKt .contents .mbr-text {
  color: #1c94c7;
}
.cid-scF3oxiOKt .card-wrapper {
  height: 100%;
  border-radius: 5px;
  border: 1px solid #dcdfe2;
  padding: 55px 50px 41px 45px;
  transition: all 0.3s;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-scF3oxiOKt .card-wrapper .card-box .card-title {
  color: #0b518a;
}
.cid-scF3oxiOKt .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #1c94c7;
}
.cid-scF3oxiOKt .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
  display: inline-block;
}
.cid-scF3oxiOKt .card-wrapper .card-img {
  margin-bottom: 40px;
  transition: all .9s;
}
.cid-scF3oxiOKt .card-wrapper .card-img .mbr-iconfont {
  font-size: 77px;
  color: #1c8ecb;
}
.cid-scF3oxiOKt .card-wrapper .mbr-link-btn {
  transition: all 0.3s;
}
.cid-scF3oxiOKt .card-wrapper .mbr-link-btn .btn {
  transition: all 0.3s;
  font-weight: 700;
}
.cid-scF3oxiOKt .card-wrapper .mbr-link-btn .btn.btn-primary-outline {
  color: #0b518a;
}
.cid-scF3oxiOKt .card-wrapper .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-scF3oxiOKt .card-wrapper .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-scF3oxiOKt .card-wrapper:hover {
  background-color: #1c94c7;
  border-color: #1c94c7;
}
.cid-scF3oxiOKt .card-wrapper:hover .card-box .card-title {
  color: #e9e9e9;
}
.cid-scF3oxiOKt .card-wrapper:hover .card-box .mbr-text {
  color: #e9e9e9;
}
.cid-scF3oxiOKt .card-wrapper:hover .card-img {
  transform: rotateY(360deg);
}
.cid-scF3oxiOKt .card-wrapper:hover .card-img .mbr-iconfont {
  color: #e9e9e9;
}
.cid-scF3oxiOKt .card-wrapper:hover .mbr-link-btn .btn {
  color: #e9e9e9;
}
.cid-scF3oxiOKt .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-scF3oxiOKt .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-scF3oxiOKt .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-scF3oxiOKt .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #0b518a !important;
  box-shadow: none !important;
}
.cid-scF3oxiOKt .btn[class*="-outline"]:active,
.cid-scF3oxiOKt .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-scF3oxiOKt .card {
    margin-bottom: 15px;
  }
}
.cid-scF3oxiOKt .contents .mbr-subtitle {
  color: #1c94c7;
}
.cid-scF3oxiOKt .contents .mbr-section-title {
  color: #1c94c7;
}
.cid-scF3oxiOKt .card-wrapper .card-box .mbr-text {
  color: #1c94c7;
  text-align: left;
}
.cid-scF3oxiOKt .card-wrapper .card-box .card-title {
  text-align: left;
}
.cid-scE9qRlb4D {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 767px) {
  .cid-scE9qRlb4D .container {
    padding: 1rem;
  }
}
.cid-scE9qRlb4D .card-box {
  padding: 0 2rem;
}
.cid-scE9qRlb4D .card {
  padding: 0!important;
}
.cid-scE9qRlb4D .mbr-section-btn {
  padding-top: 2rem;
}
.cid-scE9qRlb4D .container-fluid {
  padding: 0;
}
.cid-scE9qRlb4D .card1 {
  background-image: url("../../../assets/images/ink-vs-toner-1-836x500.jpg");
}
.cid-scE9qRlb4D .card2 {
  background-image: url("../../../assets/images/wholesale-high-visibility-safety-wear-vest-800x642.jpg");
}
.cid-scE9qRlb4D .card3 {
  background-image: url("../../../assets/images/kit1-750x502.jpg");
}
.cid-scE9qRlb4D .card4 {
  background-image: url("../../../assets/images/fb45b195ab97dd9e25654f51c8983714-1080x1080.jpg");
}
.cid-scE9qRlb4D h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-scE9qRlb4D p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-scE9qRlb4D .card-wrapper {
  height: 100%;
  padding: 25rem 2rem 5rem 2rem;
  background-size: cover;
}
.cid-scE9qRlb4D .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-scE9qRlb4D .card-wrapper {
    padding: 15rem 1rem 3rem 1rem;
  }
}
.cid-scE9qRlb4D .mbr-text,
.cid-scE9qRlb4D .mbr-section-btn {
  text-align: center;
}
.cid-scE9qRlb4D .card-title {
  text-align: center;
}
.cid-scEOsUkMPH {
  background-image: url("../../../assets/images/mobalt2-2000x1333.jpg");
}
@media (max-width: 768px) {
  .cid-scEOsUkMPH .mbr-text,
  .cid-scEOsUkMPH .mbr-section-subtitle,
  .cid-scEOsUkMPH .mbr-section-title {
    text-align: center !important;
  }
}
.cid-scE9CaM3zS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-scE9CaM3zS p {
  text-align: center;
}
.cid-scE9CaM3zS .text-copyright {
  width: 100%;
  margin-bottom: 0;
  color: #0b518a;
}
.cid-scE9CaM3zS .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-scE9CaM3zS .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #0b518a;
}
.cid-scE9CaM3zS .logo-footer {
  line-height: normal;
}
.cid-scE9CaM3zS .copyright {
  display: flex;
  align-items: center;
}
.cid-scE9CaM3zS .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-scE9CaM3zS .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-scE9CaM3zS .icon-transition span {
  color: #1c94c7;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #1c94c7;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-scE9CaM3zS .icon-transition span:hover {
  background-color: #1c94c7;
  color: #29bfff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-scE9CaM3zS .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-scE9CaM3zS .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-scE9CaM3zS .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-scE9CaM3zS .logo-footer {
    text-align: center;
  }
  .cid-scE9CaM3zS .social-media {
    justify-content: center;
  }
}
.cid-scNXEKX4x3 {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mobaltt-179x105.png");
}
.cid-scNXEKX4x3 .container-fluid {
  padding: 0 3rem;
}
.cid-scNXEKX4x3 .animated-element {
  color: #1c94c7;
}
@media (max-width: 767px) {
  .cid-scNXEKX4x3 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-scNXEKX4x3 H4 {
  color: #1c94c7;
}
.cid-scNXEKX4x3 .mbr-text,
.cid-scNXEKX4x3 .mbr-section-btn {
  color: #1c94c7;
}
.cid-scNXEKX4x3 .mbr-section-title {
  color: #1c94c7;
}
.cid-scFof9sUef.popup-builder {
  background-color: #ffffff;
}
.cid-scFof9sUef.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-scFof9sUef.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-scFof9sUef .modal-content,
.cid-scFof9sUef .modal-dialog {
  height: auto;
}
.cid-scFof9sUef .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-scFof9sUef .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-scFof9sUef .form-wrapper .mbr-form .form-group,
  .cid-scFof9sUef .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-scFof9sUef .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-scFof9sUef .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-scFof9sUef .mbr-text {
  text-align: center;
  color: #1c94c7;
}
.cid-scFof9sUef .pt-0 {
  padding-top: 0 !important;
}
.cid-scFof9sUef .pb-0 {
  padding-bottom: 0 !important;
}
.cid-scFof9sUef .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-scFof9sUef .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-scFof9sUef .modal-open {
  overflow: hidden;
}
.cid-scFof9sUef .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-scFof9sUef .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-scFof9sUef .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-scFof9sUef .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-scFof9sUef .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-scFof9sUef .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-scFof9sUef .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-scFof9sUef .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-scFof9sUef .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-scFof9sUef .modal-backdrop.fade {
  opacity: 0;
}
.cid-scFof9sUef .modal-backdrop.show {
  opacity: .5;
}
.cid-scFof9sUef .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-scFof9sUef .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-scFof9sUef .modal-header .close:hover {
  opacity: 1;
}
.cid-scFof9sUef .modal-header .close:focus {
  outline: none;
}
.cid-scFof9sUef .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #1c94c7;
}
.cid-scFof9sUef .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-scFof9sUef .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-scFof9sUef .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-scFof9sUef .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-scFof9sUef .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-scFof9sUef .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-scFof9sUef .modal-sm {
    max-width: 300px;
  }
  .cid-scFof9sUef .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-scFof9sUef .modal-lg,
  .cid-scFof9sUef .modal-xl {
    max-width: 800px;
  }
  .cid-scFof9sUef .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-scFof9sUef .modal-xl {
    max-width: 1140px;
  }
  .cid-scFof9sUef .container {
    max-width: 1140px;
  }
}
.cid-scFof9sUef .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-scFof9sUef .container {
    max-width: 720px;
  }
}
.cid-scFof9sUef .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-scFof9sUef .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-scFof9sUef .form-group {
  margin-bottom: 1rem;
}
.cid-scFof9sUef .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-scFof9sUef .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-scFof9sUef .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-scFqABTcuT.popup-builder {
  background-color: #ffffff;
}
.cid-scFqABTcuT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-scFqABTcuT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-scFqABTcuT .modal-content,
.cid-scFqABTcuT .modal-dialog {
  height: auto;
}
.cid-scFqABTcuT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-scFqABTcuT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-scFqABTcuT .form-wrapper .mbr-form .form-group,
  .cid-scFqABTcuT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-scFqABTcuT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-scFqABTcuT .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-scFqABTcuT .mbr-text {
  text-align: center;
  color: #1c94c7;
}
.cid-scFqABTcuT .pt-0 {
  padding-top: 0 !important;
}
.cid-scFqABTcuT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-scFqABTcuT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-scFqABTcuT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-scFqABTcuT .modal-open {
  overflow: hidden;
}
.cid-scFqABTcuT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-scFqABTcuT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-scFqABTcuT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-scFqABTcuT .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-scFqABTcuT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-scFqABTcuT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-scFqABTcuT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-scFqABTcuT .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-scFqABTcuT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-scFqABTcuT .modal-backdrop.fade {
  opacity: 0;
}
.cid-scFqABTcuT .modal-backdrop.show {
  opacity: .5;
}
.cid-scFqABTcuT .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-scFqABTcuT .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-scFqABTcuT .modal-header .close:hover {
  opacity: 1;
}
.cid-scFqABTcuT .modal-header .close:focus {
  outline: none;
}
.cid-scFqABTcuT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #1c94c7;
}
.cid-scFqABTcuT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-scFqABTcuT .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-scFqABTcuT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-scFqABTcuT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-scFqABTcuT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-scFqABTcuT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-scFqABTcuT .modal-sm {
    max-width: 300px;
  }
  .cid-scFqABTcuT .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-scFqABTcuT .modal-lg,
  .cid-scFqABTcuT .modal-xl {
    max-width: 800px;
  }
  .cid-scFqABTcuT .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-scFqABTcuT .modal-xl {
    max-width: 1140px;
  }
  .cid-scFqABTcuT .container {
    max-width: 1140px;
  }
}
.cid-scFqABTcuT .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-scFqABTcuT .container {
    max-width: 720px;
  }
}
.cid-scFqABTcuT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-scFqABTcuT .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-scFqABTcuT .form-group {
  margin-bottom: 1rem;
}
.cid-scFqABTcuT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-scFqABTcuT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-scFqABTcuT .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-scNZ5f0jrY.popup-builder {
  background-color: #ffffff;
}
.cid-scNZ5f0jrY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-scNZ5f0jrY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-scNZ5f0jrY .modal-content,
.cid-scNZ5f0jrY .modal-dialog {
  height: auto;
}
.cid-scNZ5f0jrY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-scNZ5f0jrY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-scNZ5f0jrY .form-wrapper .mbr-form .form-group,
  .cid-scNZ5f0jrY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-scNZ5f0jrY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-scNZ5f0jrY .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-scNZ5f0jrY .mbr-text {
  text-align: center;
  color: #1c94c7;
}
.cid-scNZ5f0jrY .pt-0 {
  padding-top: 0 !important;
}
.cid-scNZ5f0jrY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-scNZ5f0jrY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-scNZ5f0jrY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-scNZ5f0jrY .modal-open {
  overflow: hidden;
}
.cid-scNZ5f0jrY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-scNZ5f0jrY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-scNZ5f0jrY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-scNZ5f0jrY .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-scNZ5f0jrY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-scNZ5f0jrY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-scNZ5f0jrY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-scNZ5f0jrY .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-scNZ5f0jrY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-scNZ5f0jrY .modal-backdrop.fade {
  opacity: 0;
}
.cid-scNZ5f0jrY .modal-backdrop.show {
  opacity: .5;
}
.cid-scNZ5f0jrY .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-scNZ5f0jrY .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-scNZ5f0jrY .modal-header .close:hover {
  opacity: 1;
}
.cid-scNZ5f0jrY .modal-header .close:focus {
  outline: none;
}
.cid-scNZ5f0jrY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #1c94c7;
}
.cid-scNZ5f0jrY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-scNZ5f0jrY .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-scNZ5f0jrY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-scNZ5f0jrY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-scNZ5f0jrY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-scNZ5f0jrY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-scNZ5f0jrY .modal-sm {
    max-width: 300px;
  }
  .cid-scNZ5f0jrY .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-scNZ5f0jrY .modal-lg,
  .cid-scNZ5f0jrY .modal-xl {
    max-width: 800px;
  }
  .cid-scNZ5f0jrY .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-scNZ5f0jrY .modal-xl {
    max-width: 1140px;
  }
  .cid-scNZ5f0jrY .container {
    max-width: 1140px;
  }
}
.cid-scNZ5f0jrY .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-scNZ5f0jrY .container {
    max-width: 720px;
  }
}
.cid-scNZ5f0jrY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-scNZ5f0jrY .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-scNZ5f0jrY .form-group {
  margin-bottom: 1rem;
}
.cid-scNZ5f0jrY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-scNZ5f0jrY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-scNZ5f0jrY .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-scQokoXCu3 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-scQokoXCu3 .navbar-fixed-top {
  padding-top: 0;
}
.cid-scQokoXCu3 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-scQokoXCu3 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-scQokoXCu3 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-scQokoXCu3 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scQokoXCu3 .menu-content-top {
  background: #1c94c7;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-scQokoXCu3 .dropdown-item {
  padding: 0;
  color: #1c94c7;
  line-height: 2.6;
}
.cid-scQokoXCu3 .dropdown-item:hover {
  color: #29bfff !important;
}
.cid-scQokoXCu3 .nav-link,
.cid-scQokoXCu3 .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-scQokoXCu3 .nav-link:hover,
.cid-scQokoXCu3 .brand-name:hover {
  color: #29bfff !important;
}
.cid-scQokoXCu3 .dropdown-menu {
  background-color: #ffffff;
}
.cid-scQokoXCu3 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-scQokoXCu3 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-scQokoXCu3 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-scQokoXCu3 .nav-item {
  position: relative;
}
.cid-scQokoXCu3 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-scQokoXCu3 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-scQokoXCu3 .nav-item .nav-link:focus {
  outline: none;
}
.cid-scQokoXCu3 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-scQokoXCu3 .content-text {
  margin-bottom: 0;
}
.cid-scQokoXCu3 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-scQokoXCu3 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0b518a;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-scQokoXCu3 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-scQokoXCu3 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-scQokoXCu3 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-scQokoXCu3 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-scQokoXCu3 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-scQokoXCu3 .content-right-side {
  text-align: center;
}
.cid-scQokoXCu3 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-scQokoXCu3 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-scQokoXCu3 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-scQokoXCu3 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-scQokoXCu3 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-scQokoXCu3 .info-widget:first-child {
  margin-left: 0;
}
.cid-scQokoXCu3 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-scQokoXCu3 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-scQokoXCu3 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-scQokoXCu3 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-scQokoXCu3 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-scQokoXCu3 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-scQokoXCu3 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #1c8ecb;
}
@media (min-width: 992px) {
  .cid-scQokoXCu3 .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-scQokoXCu3 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #29bfff;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-scQokoXCu3 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-scQokoXCu3 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-scQokoXCu3 .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-scQokoXCu3 .navbar {
    display: block;
    padding: 0;
  }
  .cid-scQokoXCu3 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-scQokoXCu3 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-scQokoXCu3 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-scQokoXCu3 .navbar-toggler {
    display: none;
  }
  .cid-scQokoXCu3 .navbar-collapse {
    justify-content: center;
  }
}
.cid-scQokoXCu3 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-scQokoXCu3 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-scQokoXCu3 .btn-sm {
  padding: 13px 29px;
}
.cid-scQokoXCu3 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-scQokoXCu3 .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-scQokoXCu3 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-scQokoXCu3 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-scQokoXCu3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-scQokoXCu3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-scQokoXCu3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-scQokoXCu3 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scQokoXCu3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scQokoXCu3 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-scQokoXCu3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-scQokoXCu3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scQokoXCu3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scQokoXCu3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scQokoXCu3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-scQokoXCu3 button.navbar-toggler:focus {
  outline: none;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c8ecb;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-scQokoXCu3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-scQokoXCu3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-scQokoXCu3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-scQokoXCu3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-scQokoXCu3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-scQokoXCu3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-scQokoXCu3 .collapsed .btn {
  display: flex;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-scQokoXCu3 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-scQokoXCu3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-scQokoXCu3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-scQokoXCu3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-scQokoXCu3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-scQokoXCu3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scQokoXCu3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scQokoXCu3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-scQokoXCu3 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-scQokoXCu3 .menu-content-top {
    display: flex;
  }
  .cid-scQokoXCu3 .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-scQokoXCu3 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-scQokoXCu3 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-scQokoXCu3 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-scQokoXCu3 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-scQokoXCu3 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-scQokoXCu3 .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing,
  .cid-scQokoXCu3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-nav,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #0b518a;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scQokoXCu3 img {
    height: 3.8rem !important;
  }
  .cid-scQokoXCu3 .btn {
    display: flex;
  }
  .cid-scQokoXCu3 button.navbar-toggler {
    display: block;
  }
  .cid-scQokoXCu3 .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-scQokoXCu3 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-scQokoXCu3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-scQokoXCu3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scQokoXCu3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scQokoXCu3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-scQokoXCu3 .nav-link:focus {
  outline: none;
}
.cid-scQokoXCu3 .navbar-toggler {
  position: relative;
}
.cid-scQokoXCu3 .widget-title,
.cid-scQokoXCu3 .widget-icon {
  color: #ffffff;
}
.cid-scQokoXCu3 .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-scQokoXCu3 .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-scQokoXCu3 .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-scQokoXCu3 .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-scQokoXCu3 .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-scQokoXCu3 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-scQokoXCu3 .menu-content-top,
  .cid-scQokoXCu3 .menu-bottom {
    padding: 0 15px;
  }
  .cid-scQokoXCu3 button.navbar-toggler {
    align-self: center;
  }
  .cid-scQokoXCu3 .btn {
    margin-left: 0;
  }
  .cid-scQokoXCu3 .widget-icon {
    padding-right: 0;
  }
}
.cid-scQokoXCu3 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-scQokoXCu3 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #1c8ecb;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-scQokoXCu3 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-scQokoXCu3 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #29bfff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-scQokoXCu3 .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-scQokoXCu3 .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-scF4ybpNlU {
  overflow-x: hidden !important;
}
.cid-scF4ybpNlU,
.cid-scF4ybpNlU .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 30px;
}
.cid-scF4ybpNlU .mbr-section-title {
  color: #ffffff;
}
.cid-scF4ybpNlU .mbr-section-title span {
  color: #0b518a;
}
.cid-scF4ybpNlU .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-scF4ybpNlU .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/trippywhitespacetop-seamless.gif");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-scF4ybpNlU .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-scF4ybpNlU .mbr-overlay {
  z-index: 1;
}
.cid-scF4ybpNlU .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-scF3Wk8oeE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-scF3Wk8oeE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-scF3Wk8oeE .media-content {
  padding-left: 2rem;
}
.cid-scF3Wk8oeE textarea {
  min-height: 150px;
}
.cid-scF3Wk8oeE .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #1c8ecb;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-scF3Wk8oeE .form-control,
.cid-scF3Wk8oeE .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #0b518a;
  color: #0b518a !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-scF3Wk8oeE .form-control input::-webkit-input-placeholder,
.cid-scF3Wk8oeE .field-input input::-webkit-input-placeholder,
.cid-scF3Wk8oeE .form-control textarea::-webkit-input-placeholder,
.cid-scF3Wk8oeE .field-input textarea::-webkit-input-placeholder {
  color: #1c8ecb !important;
}
.cid-scF3Wk8oeE .form-control input:-moz-placeholder,
.cid-scF3Wk8oeE .field-input input:-moz-placeholder,
.cid-scF3Wk8oeE .form-control textarea:-moz-placeholder,
.cid-scF3Wk8oeE .field-input textarea:-moz-placeholder {
  color: #1c8ecb !important;
}
.cid-scF3Wk8oeE .form-control:hover,
.cid-scF3Wk8oeE .field-input:hover,
.cid-scF3Wk8oeE .form-control:focus,
.cid-scF3Wk8oeE .field-input:focus {
  background-color: #eeeff2;
  border-color: #0b518a;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-scF3Wk8oeE .form-control:hover input::-webkit-input-placeholder,
.cid-scF3Wk8oeE .field-input:hover input::-webkit-input-placeholder,
.cid-scF3Wk8oeE .form-control:focus input::-webkit-input-placeholder,
.cid-scF3Wk8oeE .field-input:focus input::-webkit-input-placeholder,
.cid-scF3Wk8oeE .form-control:hover textarea::-webkit-input-placeholder,
.cid-scF3Wk8oeE .field-input:hover textarea::-webkit-input-placeholder,
.cid-scF3Wk8oeE .form-control:focus textarea::-webkit-input-placeholder,
.cid-scF3Wk8oeE .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-scF3Wk8oeE .form-control:hover input:-moz-placeholder,
.cid-scF3Wk8oeE .field-input:hover input:-moz-placeholder,
.cid-scF3Wk8oeE .form-control:focus input:-moz-placeholder,
.cid-scF3Wk8oeE .field-input:focus input:-moz-placeholder,
.cid-scF3Wk8oeE .form-control:hover textarea:-moz-placeholder,
.cid-scF3Wk8oeE .field-input:hover textarea:-moz-placeholder,
.cid-scF3Wk8oeE .form-control:focus textarea:-moz-placeholder,
.cid-scF3Wk8oeE .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-scF3Wk8oeE .jq-number__spin:hover,
.cid-scF3Wk8oeE .jq-number__spin:focus {
  background-color: #eeeff2;
  border-color: #0b518a;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-scF3Wk8oeE .jq-number__spin {
  background-color: #ffffff;
  border-color: #0b518a;
  color: #0b518a;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-scF3Wk8oeE .jq-selectbox li,
.cid-scF3Wk8oeE .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-scF3Wk8oeE .jq-selectbox li:hover,
.cid-scF3Wk8oeE .jq-selectbox li.selected {
  background-color: #eeeff2;
  color: #000000;
}
.cid-scF3Wk8oeE .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-scF3Wk8oeE .jq-number__spin.minus:hover:after,
.cid-scF3Wk8oeE .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-scF3Wk8oeE .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-scF3Wk8oeE .jq-number__spin.minus:after,
.cid-scF3Wk8oeE .jq-number__spin.plus:after {
  border-top-color: #eeeff2;
  border-bottom-color: #eeeff2;
}
.cid-scF3Wk8oeE input::-webkit-clear-button {
  display: none;
}
.cid-scF3Wk8oeE input::-webkit-inner-spin-button {
  display: none;
}
.cid-scF3Wk8oeE input::-webkit-outer-spin-button {
  display: none;
}
.cid-scF3Wk8oeE input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-scF3Wk8oeE .mbr-text,
.cid-scF3Wk8oeE .mbr-section-btn {
  color: #1c94c7;
  text-align: right;
}
.cid-scF3Wk8oeE .text2,
.cid-scF3Wk8oeE .mbr-section-btn {
  color: #1c94c7;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-scF3Wk8oeE .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-scF3Wk8oeE H3 {
  color: #1c94c7;
  text-align: center;
}
.cid-scNY6O22ha {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mobaltt-179x105.png");
}
.cid-scNY6O22ha .container-fluid {
  padding: 0 3rem;
}
.cid-scNY6O22ha .animated-element {
  color: #1c94c7;
}
@media (max-width: 767px) {
  .cid-scNY6O22ha .container-fluid {
    padding: 0 1rem;
  }
}
.cid-scNY6O22ha H4 {
  color: #1c94c7;
}
.cid-scNY6O22ha .mbr-text,
.cid-scNY6O22ha .mbr-section-btn {
  color: #1c94c7;
}
.cid-scNY6O22ha .mbr-section-title {
  color: #1c94c7;
}
.cid-scF2RQlPf5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-scF2RQlPf5 p {
  text-align: center;
}
.cid-scF2RQlPf5 .text-copyright {
  width: 100%;
  margin-bottom: 0;
  color: #0b518a;
}
.cid-scF2RQlPf5 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-scF2RQlPf5 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #0b518a;
}
.cid-scF2RQlPf5 .logo-footer {
  line-height: normal;
}
.cid-scF2RQlPf5 .copyright {
  display: flex;
  align-items: center;
}
.cid-scF2RQlPf5 .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-scF2RQlPf5 .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-scF2RQlPf5 .icon-transition span {
  color: #1c94c7;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #1c94c7;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-scF2RQlPf5 .icon-transition span:hover {
  background-color: #1c94c7;
  color: #29bfff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-scF2RQlPf5 .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-scF2RQlPf5 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-scF2RQlPf5 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-scF2RQlPf5 .logo-footer {
    text-align: center;
  }
  .cid-scF2RQlPf5 .social-media {
    justify-content: center;
  }
}
.cid-scFt7j4qdq.popup-builder {
  background-color: #ffffff;
}
.cid-scFt7j4qdq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-scFt7j4qdq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-scFt7j4qdq .modal-content,
.cid-scFt7j4qdq .modal-dialog {
  height: auto;
}
.cid-scFt7j4qdq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-scFt7j4qdq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-scFt7j4qdq .form-wrapper .mbr-form .form-group,
  .cid-scFt7j4qdq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-scFt7j4qdq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-scFt7j4qdq .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-scFt7j4qdq .mbr-text {
  text-align: center;
  color: #1c94c7;
}
.cid-scFt7j4qdq .pt-0 {
  padding-top: 0 !important;
}
.cid-scFt7j4qdq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-scFt7j4qdq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-scFt7j4qdq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-scFt7j4qdq .modal-open {
  overflow: hidden;
}
.cid-scFt7j4qdq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-scFt7j4qdq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-scFt7j4qdq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-scFt7j4qdq .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-scFt7j4qdq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-scFt7j4qdq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-scFt7j4qdq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-scFt7j4qdq .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-scFt7j4qdq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-scFt7j4qdq .modal-backdrop.fade {
  opacity: 0;
}
.cid-scFt7j4qdq .modal-backdrop.show {
  opacity: .5;
}
.cid-scFt7j4qdq .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-scFt7j4qdq .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-scFt7j4qdq .modal-header .close:hover {
  opacity: 1;
}
.cid-scFt7j4qdq .modal-header .close:focus {
  outline: none;
}
.cid-scFt7j4qdq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #1c94c7;
}
.cid-scFt7j4qdq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-scFt7j4qdq .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-scFt7j4qdq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-scFt7j4qdq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-scFt7j4qdq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-scFt7j4qdq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-scFt7j4qdq .modal-sm {
    max-width: 300px;
  }
  .cid-scFt7j4qdq .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-scFt7j4qdq .modal-lg,
  .cid-scFt7j4qdq .modal-xl {
    max-width: 800px;
  }
  .cid-scFt7j4qdq .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-scFt7j4qdq .modal-xl {
    max-width: 1140px;
  }
  .cid-scFt7j4qdq .container {
    max-width: 1140px;
  }
}
.cid-scFt7j4qdq .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-scFt7j4qdq .container {
    max-width: 720px;
  }
}
.cid-scFt7j4qdq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-scFt7j4qdq .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-scFt7j4qdq .form-group {
  margin-bottom: 1rem;
}
.cid-scFt7j4qdq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-scFt7j4qdq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-scFt7j4qdq .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-scNZpHNMi3.popup-builder {
  background-color: #ffffff;
}
.cid-scNZpHNMi3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-scNZpHNMi3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-scNZpHNMi3 .modal-content,
.cid-scNZpHNMi3 .modal-dialog {
  height: auto;
}
.cid-scNZpHNMi3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-scNZpHNMi3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-scNZpHNMi3 .form-wrapper .mbr-form .form-group,
  .cid-scNZpHNMi3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-scNZpHNMi3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-scNZpHNMi3 .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-scNZpHNMi3 .mbr-text {
  text-align: center;
  color: #1c94c7;
}
.cid-scNZpHNMi3 .pt-0 {
  padding-top: 0 !important;
}
.cid-scNZpHNMi3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-scNZpHNMi3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-scNZpHNMi3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-scNZpHNMi3 .modal-open {
  overflow: hidden;
}
.cid-scNZpHNMi3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-scNZpHNMi3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-scNZpHNMi3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-scNZpHNMi3 .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-scNZpHNMi3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-scNZpHNMi3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-scNZpHNMi3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-scNZpHNMi3 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-scNZpHNMi3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-scNZpHNMi3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-scNZpHNMi3 .modal-backdrop.show {
  opacity: .5;
}
.cid-scNZpHNMi3 .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-scNZpHNMi3 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-scNZpHNMi3 .modal-header .close:hover {
  opacity: 1;
}
.cid-scNZpHNMi3 .modal-header .close:focus {
  outline: none;
}
.cid-scNZpHNMi3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #1c94c7;
}
.cid-scNZpHNMi3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-scNZpHNMi3 .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-scNZpHNMi3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-scNZpHNMi3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-scNZpHNMi3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-scNZpHNMi3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-scNZpHNMi3 .modal-sm {
    max-width: 300px;
  }
  .cid-scNZpHNMi3 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-scNZpHNMi3 .modal-lg,
  .cid-scNZpHNMi3 .modal-xl {
    max-width: 800px;
  }
  .cid-scNZpHNMi3 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-scNZpHNMi3 .modal-xl {
    max-width: 1140px;
  }
  .cid-scNZpHNMi3 .container {
    max-width: 1140px;
  }
}
.cid-scNZpHNMi3 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-scNZpHNMi3 .container {
    max-width: 720px;
  }
}
.cid-scNZpHNMi3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-scNZpHNMi3 .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-scNZpHNMi3 .form-group {
  margin-bottom: 1rem;
}
.cid-scNZpHNMi3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-scNZpHNMi3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-scNZpHNMi3 .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-scQokoXCu3 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-scQokoXCu3 .navbar-fixed-top {
  padding-top: 0;
}
.cid-scQokoXCu3 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-scQokoXCu3 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-scQokoXCu3 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-scQokoXCu3 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scQokoXCu3 .menu-content-top {
  background: #1c94c7;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-scQokoXCu3 .dropdown-item {
  padding: 0;
  color: #1c94c7;
  line-height: 2.6;
}
.cid-scQokoXCu3 .dropdown-item:hover {
  color: #29bfff !important;
}
.cid-scQokoXCu3 .nav-link,
.cid-scQokoXCu3 .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-scQokoXCu3 .nav-link:hover,
.cid-scQokoXCu3 .brand-name:hover {
  color: #29bfff !important;
}
.cid-scQokoXCu3 .dropdown-menu {
  background-color: #ffffff;
}
.cid-scQokoXCu3 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-scQokoXCu3 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-scQokoXCu3 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-scQokoXCu3 .nav-item {
  position: relative;
}
.cid-scQokoXCu3 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-scQokoXCu3 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-scQokoXCu3 .nav-item .nav-link:focus {
  outline: none;
}
.cid-scQokoXCu3 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-scQokoXCu3 .content-text {
  margin-bottom: 0;
}
.cid-scQokoXCu3 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-scQokoXCu3 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0b518a;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-scQokoXCu3 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-scQokoXCu3 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-scQokoXCu3 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-scQokoXCu3 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-scQokoXCu3 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-scQokoXCu3 .content-right-side {
  text-align: center;
}
.cid-scQokoXCu3 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-scQokoXCu3 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-scQokoXCu3 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-scQokoXCu3 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-scQokoXCu3 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-scQokoXCu3 .info-widget:first-child {
  margin-left: 0;
}
.cid-scQokoXCu3 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-scQokoXCu3 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-scQokoXCu3 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-scQokoXCu3 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-scQokoXCu3 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-scQokoXCu3 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-scQokoXCu3 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #1c8ecb;
}
@media (min-width: 992px) {
  .cid-scQokoXCu3 .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-scQokoXCu3 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #29bfff;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-scQokoXCu3 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-scQokoXCu3 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-scQokoXCu3 .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-scQokoXCu3 .navbar {
    display: block;
    padding: 0;
  }
  .cid-scQokoXCu3 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-scQokoXCu3 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-scQokoXCu3 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-scQokoXCu3 .navbar-toggler {
    display: none;
  }
  .cid-scQokoXCu3 .navbar-collapse {
    justify-content: center;
  }
}
.cid-scQokoXCu3 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-scQokoXCu3 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-scQokoXCu3 .btn-sm {
  padding: 13px 29px;
}
.cid-scQokoXCu3 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-scQokoXCu3 .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-scQokoXCu3 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-scQokoXCu3 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-scQokoXCu3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-scQokoXCu3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-scQokoXCu3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-scQokoXCu3 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scQokoXCu3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scQokoXCu3 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-scQokoXCu3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-scQokoXCu3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scQokoXCu3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scQokoXCu3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scQokoXCu3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-scQokoXCu3 button.navbar-toggler:focus {
  outline: none;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c8ecb;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-scQokoXCu3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-scQokoXCu3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-scQokoXCu3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-scQokoXCu3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-scQokoXCu3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-scQokoXCu3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-scQokoXCu3 .collapsed .btn {
  display: flex;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-scQokoXCu3 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-scQokoXCu3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-scQokoXCu3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-scQokoXCu3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-scQokoXCu3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-scQokoXCu3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scQokoXCu3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scQokoXCu3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-scQokoXCu3 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-scQokoXCu3 .menu-content-top {
    display: flex;
  }
  .cid-scQokoXCu3 .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-scQokoXCu3 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-scQokoXCu3 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-scQokoXCu3 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-scQokoXCu3 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-scQokoXCu3 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-scQokoXCu3 .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing,
  .cid-scQokoXCu3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-nav,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #0b518a;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scQokoXCu3 img {
    height: 3.8rem !important;
  }
  .cid-scQokoXCu3 .btn {
    display: flex;
  }
  .cid-scQokoXCu3 button.navbar-toggler {
    display: block;
  }
  .cid-scQokoXCu3 .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-scQokoXCu3 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-scQokoXCu3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-scQokoXCu3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scQokoXCu3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scQokoXCu3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-scQokoXCu3 .nav-link:focus {
  outline: none;
}
.cid-scQokoXCu3 .navbar-toggler {
  position: relative;
}
.cid-scQokoXCu3 .widget-title,
.cid-scQokoXCu3 .widget-icon {
  color: #ffffff;
}
.cid-scQokoXCu3 .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-scQokoXCu3 .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-scQokoXCu3 .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-scQokoXCu3 .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-scQokoXCu3 .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-scQokoXCu3 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-scQokoXCu3 .menu-content-top,
  .cid-scQokoXCu3 .menu-bottom {
    padding: 0 15px;
  }
  .cid-scQokoXCu3 button.navbar-toggler {
    align-self: center;
  }
  .cid-scQokoXCu3 .btn {
    margin-left: 0;
  }
  .cid-scQokoXCu3 .widget-icon {
    padding-right: 0;
  }
}
.cid-scQokoXCu3 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-scQokoXCu3 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #1c8ecb;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-scQokoXCu3 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-scQokoXCu3 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #29bfff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-scQokoXCu3 .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-scQokoXCu3 .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-scQokoXCu3 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-scQokoXCu3 .navbar-fixed-top {
  padding-top: 0;
}
.cid-scQokoXCu3 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-scQokoXCu3 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-scQokoXCu3 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-scQokoXCu3 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scQokoXCu3 .menu-content-top {
  background: #1c94c7;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-scQokoXCu3 .dropdown-item {
  padding: 0;
  color: #1c94c7;
  line-height: 2.6;
}
.cid-scQokoXCu3 .dropdown-item:hover {
  color: #29bfff !important;
}
.cid-scQokoXCu3 .nav-link,
.cid-scQokoXCu3 .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-scQokoXCu3 .nav-link:hover,
.cid-scQokoXCu3 .brand-name:hover {
  color: #29bfff !important;
}
.cid-scQokoXCu3 .dropdown-menu {
  background-color: #ffffff;
}
.cid-scQokoXCu3 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-scQokoXCu3 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-scQokoXCu3 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-scQokoXCu3 .nav-item {
  position: relative;
}
.cid-scQokoXCu3 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-scQokoXCu3 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-scQokoXCu3 .nav-item .nav-link:focus {
  outline: none;
}
.cid-scQokoXCu3 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-scQokoXCu3 .content-text {
  margin-bottom: 0;
}
.cid-scQokoXCu3 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-scQokoXCu3 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0b518a;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-scQokoXCu3 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-scQokoXCu3 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-scQokoXCu3 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-scQokoXCu3 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-scQokoXCu3 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-scQokoXCu3 .content-right-side {
  text-align: center;
}
.cid-scQokoXCu3 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-scQokoXCu3 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-scQokoXCu3 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-scQokoXCu3 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-scQokoXCu3 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-scQokoXCu3 .info-widget:first-child {
  margin-left: 0;
}
.cid-scQokoXCu3 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-scQokoXCu3 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-scQokoXCu3 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-scQokoXCu3 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-scQokoXCu3 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-scQokoXCu3 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-scQokoXCu3 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #1c8ecb;
}
@media (min-width: 992px) {
  .cid-scQokoXCu3 .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-scQokoXCu3 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #29bfff;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-scQokoXCu3 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-scQokoXCu3 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-scQokoXCu3 .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-scQokoXCu3 .navbar {
    display: block;
    padding: 0;
  }
  .cid-scQokoXCu3 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-scQokoXCu3 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-scQokoXCu3 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-scQokoXCu3 .navbar-toggler {
    display: none;
  }
  .cid-scQokoXCu3 .navbar-collapse {
    justify-content: center;
  }
}
.cid-scQokoXCu3 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-scQokoXCu3 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-scQokoXCu3 .btn-sm {
  padding: 13px 29px;
}
.cid-scQokoXCu3 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-scQokoXCu3 .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-scQokoXCu3 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-scQokoXCu3 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-scQokoXCu3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-scQokoXCu3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-scQokoXCu3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-scQokoXCu3 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scQokoXCu3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scQokoXCu3 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-scQokoXCu3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-scQokoXCu3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scQokoXCu3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scQokoXCu3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scQokoXCu3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-scQokoXCu3 button.navbar-toggler:focus {
  outline: none;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c8ecb;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-scQokoXCu3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-scQokoXCu3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-scQokoXCu3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-scQokoXCu3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-scQokoXCu3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-scQokoXCu3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-scQokoXCu3 .collapsed .btn {
  display: flex;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-scQokoXCu3 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-scQokoXCu3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-scQokoXCu3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-scQokoXCu3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-scQokoXCu3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-scQokoXCu3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scQokoXCu3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scQokoXCu3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-scQokoXCu3 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-scQokoXCu3 .menu-content-top {
    display: flex;
  }
  .cid-scQokoXCu3 .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-scQokoXCu3 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-scQokoXCu3 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-scQokoXCu3 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-scQokoXCu3 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-scQokoXCu3 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-scQokoXCu3 .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing,
  .cid-scQokoXCu3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-nav,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #0b518a;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scQokoXCu3 img {
    height: 3.8rem !important;
  }
  .cid-scQokoXCu3 .btn {
    display: flex;
  }
  .cid-scQokoXCu3 button.navbar-toggler {
    display: block;
  }
  .cid-scQokoXCu3 .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-scQokoXCu3 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-scQokoXCu3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-scQokoXCu3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scQokoXCu3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scQokoXCu3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-scQokoXCu3 .nav-link:focus {
  outline: none;
}
.cid-scQokoXCu3 .navbar-toggler {
  position: relative;
}
.cid-scQokoXCu3 .widget-title,
.cid-scQokoXCu3 .widget-icon {
  color: #ffffff;
}
.cid-scQokoXCu3 .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-scQokoXCu3 .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-scQokoXCu3 .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-scQokoXCu3 .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-scQokoXCu3 .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-scQokoXCu3 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-scQokoXCu3 .menu-content-top,
  .cid-scQokoXCu3 .menu-bottom {
    padding: 0 15px;
  }
  .cid-scQokoXCu3 button.navbar-toggler {
    align-self: center;
  }
  .cid-scQokoXCu3 .btn {
    margin-left: 0;
  }
  .cid-scQokoXCu3 .widget-icon {
    padding-right: 0;
  }
}
.cid-scQokoXCu3 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-scQokoXCu3 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #1c8ecb;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-scQokoXCu3 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-scQokoXCu3 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #29bfff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-scQokoXCu3 .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-scQokoXCu3 .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-scF8fHupIM {
  overflow-x: hidden !important;
}
.cid-scF8fHupIM,
.cid-scF8fHupIM .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 30px;
}
.cid-scF8fHupIM .mbr-section-title {
  color: #ffffff;
}
.cid-scF8fHupIM .mbr-section-title span {
  color: #0b518a;
}
.cid-scF8fHupIM .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-scF8fHupIM .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/trippywhitespacetop-seamless.gif");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-scF8fHupIM .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-scF8fHupIM .mbr-overlay {
  z-index: 1;
}
.cid-scF8fHupIM .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-scFdxsedS7 {
  background-image: url("../../../assets/images/mobalt1-2000x1333.jpg");
}
@media (max-width: 768px) {
  .cid-scFdxsedS7 .mbr-text,
  .cid-scFdxsedS7 .mbr-section-subtitle,
  .cid-scFdxsedS7 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-scF98SkmSq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-scF98SkmSq .mbr-text {
  position: relative;
  color: #0b518a;
}
.cid-scF98SkmSq .mbr-text:before {
  color: #0b518a;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-scF98SkmSq img {
  object-fit: contain;
}
.cid-scF98SkmSq .mbr-text:after {
  color: #0b518a;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-scF98SkmSq .mbr-text:after,
  .cid-scF98SkmSq .mbr-text:before {
    display: none;
  }
}
.cid-scFcwdFxaS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scFcwdFxaS .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-scFcwdFxaS .mbr-section-title {
  margin: 0;
}
.cid-scFcwdFxaS .card-img {
  text-align: center;
}
.cid-scFcwdFxaS .row-item {
  padding-bottom: 2rem;
  padding: 5rem 2rem;
}
.cid-scFcwdFxaS .row-item.card1 {
  background: #0b518a;
}
.cid-scFcwdFxaS .row-item.card2 {
  background: #1c94c7;
}
.cid-scFcwdFxaS .row-item.card3 {
  background: #ff695c;
}
.cid-scFcwdFxaS .row-item.card4 {
  background: #2bdc9d;
}
.cid-scFcwdFxaS .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-scFcwdFxaS .card-img,
  .cid-scFcwdFxaS .mbr-text,
  .cid-scFcwdFxaS .mbr-card-title,
  .cid-scFcwdFxaS .mbr-section-subtitle,
  .cid-scFcwdFxaS .mbr-section-title,
  .cid-scFcwdFxaS .underline {
    text-align: center !important;
  }
}
.cid-scFcwdFxaS .card1 > .mbr-text,
.cid-scFcwdFxaS .card1 > .mbr-section-btn {
  text-align: left;
}
.cid-scFcwdFxaS .card2 > .mbr-text,
.cid-scFcwdFxaS .card2 > .mbr-section-btn {
  text-align: left;
}
.cid-scFcwdFxaS .card1 > .mbr-card-title,
.cid-scFcwdFxaS .card1 > .card-img {
  text-align: left;
}
.cid-scFcwdFxaS .card2 > .mbr-card-title,
.cid-scFcwdFxaS .card2 > .card-img {
  text-align: left;
}
.cid-scOiJ1eDF6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 767px) {
  .cid-scOiJ1eDF6 .container {
    padding: 1rem;
  }
}
.cid-scOiJ1eDF6 .card-box {
  padding: 0 2rem;
}
.cid-scOiJ1eDF6 .card {
  padding: 0!important;
}
.cid-scOiJ1eDF6 .mbr-section-btn {
  padding-top: 2rem;
}
.cid-scOiJ1eDF6 .container-fluid {
  padding: 0;
}
.cid-scOiJ1eDF6 .card1 {
  background-image: url("../../../assets/images/ink-vs-toner-1-836x500.jpg");
}
.cid-scOiJ1eDF6 .card2 {
  background-image: url("../../../assets/images/wholesale-high-visibility-safety-wear-vest-800x642.jpg");
}
.cid-scOiJ1eDF6 .card3 {
  background-image: url("../../../assets/images/kit1-750x502.jpg");
}
.cid-scOiJ1eDF6 .card4 {
  background-image: url("../../../assets/images/fb45b195ab97dd9e25654f51c8983714-1080x1080.jpg");
}
.cid-scOiJ1eDF6 h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-scOiJ1eDF6 p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-scOiJ1eDF6 .card-wrapper {
  height: 100%;
  padding: 25rem 2rem 5rem 2rem;
  background-size: cover;
}
.cid-scOiJ1eDF6 .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-scOiJ1eDF6 .card-wrapper {
    padding: 15rem 1rem 3rem 1rem;
  }
}
.cid-scOiJ1eDF6 .mbr-text,
.cid-scOiJ1eDF6 .mbr-section-btn {
  text-align: center;
}
.cid-scOiJ1eDF6 .card-title {
  text-align: center;
}
.cid-sdTepyhhML {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-sdTepyhhML .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdTepyhhML .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sdTepyhhML .panel-group {
  width: 100%;
}
.cid-sdTepyhhML .panel-text,
.cid-sdTepyhhML .mbr-section-subtitle {
  color: #767676;
}
.cid-sdTepyhhML .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sdTepyhhML .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sdTepyhhML .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #1c8ecb;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sdTepyhhML .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sdTepyhhML .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sdTepyhhML .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-sdTepyhhML .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sdTepyhhML .card .panel-body {
  background: #1c8ecb;
}
.cid-sdTepyhhML .header-text,
.cid-sdTepyhhML .sign {
  color: #ffffff;
  text-align: left;
}
.cid-sdTepyhhML .panel-text {
  text-align: left;
  color: #ffffff;
}
.cid-sdTepyhhML .mbr-section-title {
  color: #0b518a;
}
.cid-sdTepyhhML .mbr-section-subtitle {
  color: #0b518a;
}
.cid-sdTepyhhML .header-text,
.cid-sdTepyhhML .sign DIV {
  text-align: left;
}
.cid-scF8fJEQdJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-scF8fJEQdJ p {
  text-align: center;
}
.cid-scF8fJEQdJ .text-copyright {
  width: 100%;
  margin-bottom: 0;
  color: #0b518a;
}
.cid-scF8fJEQdJ .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-scF8fJEQdJ .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #0b518a;
}
.cid-scF8fJEQdJ .logo-footer {
  line-height: normal;
}
.cid-scF8fJEQdJ .copyright {
  display: flex;
  align-items: center;
}
.cid-scF8fJEQdJ .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-scF8fJEQdJ .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-scF8fJEQdJ .icon-transition span {
  color: #1c94c7;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #1c94c7;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-scF8fJEQdJ .icon-transition span:hover {
  background-color: #1c94c7;
  color: #29bfff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-scF8fJEQdJ .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-scF8fJEQdJ .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-scF8fJEQdJ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-scF8fJEQdJ .logo-footer {
    text-align: center;
  }
  .cid-scF8fJEQdJ .social-media {
    justify-content: center;
  }
}
.cid-sdUQXWl6Mj.popup-builder {
  background-color: #ffffff;
}
.cid-sdUQXWl6Mj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sdUQXWl6Mj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sdUQXWl6Mj .modal-content,
.cid-sdUQXWl6Mj .modal-dialog {
  height: auto;
}
.cid-sdUQXWl6Mj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sdUQXWl6Mj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sdUQXWl6Mj .form-wrapper .mbr-form .form-group,
  .cid-sdUQXWl6Mj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sdUQXWl6Mj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sdUQXWl6Mj .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-sdUQXWl6Mj .mbr-text {
  text-align: center;
  color: #1c8ecb;
}
.cid-sdUQXWl6Mj .pt-0 {
  padding-top: 0 !important;
}
.cid-sdUQXWl6Mj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sdUQXWl6Mj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sdUQXWl6Mj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sdUQXWl6Mj .modal-open {
  overflow: hidden;
}
.cid-sdUQXWl6Mj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sdUQXWl6Mj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sdUQXWl6Mj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sdUQXWl6Mj .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-sdUQXWl6Mj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sdUQXWl6Mj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sdUQXWl6Mj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sdUQXWl6Mj .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sdUQXWl6Mj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sdUQXWl6Mj .modal-backdrop.fade {
  opacity: 0;
}
.cid-sdUQXWl6Mj .modal-backdrop.show {
  opacity: .5;
}
.cid-sdUQXWl6Mj .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-sdUQXWl6Mj .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sdUQXWl6Mj .modal-header .close:hover {
  opacity: 1;
}
.cid-sdUQXWl6Mj .modal-header .close:focus {
  outline: none;
}
.cid-sdUQXWl6Mj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #1c8ecb;
}
.cid-sdUQXWl6Mj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sdUQXWl6Mj .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-sdUQXWl6Mj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sdUQXWl6Mj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sdUQXWl6Mj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sdUQXWl6Mj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sdUQXWl6Mj .modal-sm {
    max-width: 300px;
  }
  .cid-sdUQXWl6Mj .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sdUQXWl6Mj .modal-lg,
  .cid-sdUQXWl6Mj .modal-xl {
    max-width: 800px;
  }
  .cid-sdUQXWl6Mj .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sdUQXWl6Mj .modal-xl {
    max-width: 1140px;
  }
  .cid-sdUQXWl6Mj .container {
    max-width: 1140px;
  }
}
.cid-sdUQXWl6Mj .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sdUQXWl6Mj .container {
    max-width: 720px;
  }
}
.cid-sdUQXWl6Mj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sdUQXWl6Mj .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-sdUQXWl6Mj .form-group {
  margin-bottom: 1rem;
}
.cid-sdUQXWl6Mj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sdUQXWl6Mj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sdUQXWl6Mj .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-scNWGSEgrS.popup-builder {
  background-color: #ffffff;
}
.cid-scNWGSEgrS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-scNWGSEgrS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-scNWGSEgrS .modal-content,
.cid-scNWGSEgrS .modal-dialog {
  height: auto;
}
.cid-scNWGSEgrS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-scNWGSEgrS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-scNWGSEgrS .form-wrapper .mbr-form .form-group,
  .cid-scNWGSEgrS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-scNWGSEgrS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-scNWGSEgrS .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-scNWGSEgrS .mbr-text {
  text-align: center;
  color: #1c94c7;
}
.cid-scNWGSEgrS .pt-0 {
  padding-top: 0 !important;
}
.cid-scNWGSEgrS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-scNWGSEgrS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-scNWGSEgrS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-scNWGSEgrS .modal-open {
  overflow: hidden;
}
.cid-scNWGSEgrS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-scNWGSEgrS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-scNWGSEgrS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-scNWGSEgrS .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-scNWGSEgrS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-scNWGSEgrS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-scNWGSEgrS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-scNWGSEgrS .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-scNWGSEgrS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-scNWGSEgrS .modal-backdrop.fade {
  opacity: 0;
}
.cid-scNWGSEgrS .modal-backdrop.show {
  opacity: .5;
}
.cid-scNWGSEgrS .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-scNWGSEgrS .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-scNWGSEgrS .modal-header .close:hover {
  opacity: 1;
}
.cid-scNWGSEgrS .modal-header .close:focus {
  outline: none;
}
.cid-scNWGSEgrS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #1c94c7;
}
.cid-scNWGSEgrS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-scNWGSEgrS .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-scNWGSEgrS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-scNWGSEgrS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-scNWGSEgrS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-scNWGSEgrS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-scNWGSEgrS .modal-sm {
    max-width: 300px;
  }
  .cid-scNWGSEgrS .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-scNWGSEgrS .modal-lg,
  .cid-scNWGSEgrS .modal-xl {
    max-width: 800px;
  }
  .cid-scNWGSEgrS .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-scNWGSEgrS .modal-xl {
    max-width: 1140px;
  }
  .cid-scNWGSEgrS .container {
    max-width: 1140px;
  }
}
.cid-scNWGSEgrS .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-scNWGSEgrS .container {
    max-width: 720px;
  }
}
.cid-scNWGSEgrS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-scNWGSEgrS .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-scNWGSEgrS .form-group {
  margin-bottom: 1rem;
}
.cid-scNWGSEgrS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-scNWGSEgrS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-scNWGSEgrS .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-scFt7j5ifY.popup-builder {
  background-color: #ffffff;
}
.cid-scFt7j5ifY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-scFt7j5ifY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-scFt7j5ifY .modal-content,
.cid-scFt7j5ifY .modal-dialog {
  height: auto;
}
.cid-scFt7j5ifY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-scFt7j5ifY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-scFt7j5ifY .form-wrapper .mbr-form .form-group,
  .cid-scFt7j5ifY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-scFt7j5ifY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-scFt7j5ifY .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-scFt7j5ifY .mbr-text {
  text-align: center;
  color: #1c94c7;
}
.cid-scFt7j5ifY .pt-0 {
  padding-top: 0 !important;
}
.cid-scFt7j5ifY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-scFt7j5ifY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-scFt7j5ifY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-scFt7j5ifY .modal-open {
  overflow: hidden;
}
.cid-scFt7j5ifY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-scFt7j5ifY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-scFt7j5ifY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-scFt7j5ifY .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-scFt7j5ifY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-scFt7j5ifY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-scFt7j5ifY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-scFt7j5ifY .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-scFt7j5ifY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-scFt7j5ifY .modal-backdrop.fade {
  opacity: 0;
}
.cid-scFt7j5ifY .modal-backdrop.show {
  opacity: .5;
}
.cid-scFt7j5ifY .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-scFt7j5ifY .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-scFt7j5ifY .modal-header .close:hover {
  opacity: 1;
}
.cid-scFt7j5ifY .modal-header .close:focus {
  outline: none;
}
.cid-scFt7j5ifY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #1c94c7;
}
.cid-scFt7j5ifY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-scFt7j5ifY .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-scFt7j5ifY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-scFt7j5ifY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-scFt7j5ifY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-scFt7j5ifY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-scFt7j5ifY .modal-sm {
    max-width: 300px;
  }
  .cid-scFt7j5ifY .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-scFt7j5ifY .modal-lg,
  .cid-scFt7j5ifY .modal-xl {
    max-width: 800px;
  }
  .cid-scFt7j5ifY .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-scFt7j5ifY .modal-xl {
    max-width: 1140px;
  }
  .cid-scFt7j5ifY .container {
    max-width: 1140px;
  }
}
.cid-scFt7j5ifY .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-scFt7j5ifY .container {
    max-width: 720px;
  }
}
.cid-scFt7j5ifY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-scFt7j5ifY .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-scFt7j5ifY .form-group {
  margin-bottom: 1rem;
}
.cid-scFt7j5ifY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-scFt7j5ifY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-scFt7j5ifY .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-scFhT4HO5O {
  overflow-x: hidden !important;
}
.cid-scFhT4HO5O,
.cid-scFhT4HO5O .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 30px;
}
.cid-scFhT4HO5O .mbr-section-title {
  color: #ffffff;
}
.cid-scFhT4HO5O .mbr-section-title span {
  color: #0b518a;
}
.cid-scFhT4HO5O .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-scFhT4HO5O .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/trippywhitespacetop-seamless.gif");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-scFhT4HO5O .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-scFhT4HO5O .mbr-overlay {
  z-index: 1;
}
.cid-scFhT4HO5O .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-scKOjxD2pG {
  background-image: url("../../../assets/images/mobalt-download.gif");
}
.cid-scKOjxD2pG .mbr-section-title {
  letter-spacing: .1em;
}
.cid-scKOjxD2pG .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-scKOjxD2pG .card-img span {
  font-size: 100px;
}
.cid-scKOjxD2pG .mbr-text,
.cid-scKOjxD2pG .mbr-section-btn {
  color: #0b518a;
}
.cid-scKOjxD2pG .mbr-section-title,
.cid-scKOjxD2pG .card-img {
  color: #1c94c7;
}
.cid-scFgA0uh8B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-scFgA0uh8B p {
  text-align: center;
}
.cid-scFgA0uh8B .text-copyright {
  width: 100%;
  margin-bottom: 0;
  color: #0b518a;
}
.cid-scFgA0uh8B .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-scFgA0uh8B .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #0b518a;
}
.cid-scFgA0uh8B .logo-footer {
  line-height: normal;
}
.cid-scFgA0uh8B .copyright {
  display: flex;
  align-items: center;
}
.cid-scFgA0uh8B .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-scFgA0uh8B .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-scFgA0uh8B .icon-transition span {
  color: #1c94c7;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #1c94c7;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-scFgA0uh8B .icon-transition span:hover {
  background-color: #1c94c7;
  color: #29bfff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-scFgA0uh8B .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-scFgA0uh8B .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-scFgA0uh8B .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-scFgA0uh8B .logo-footer {
    text-align: center;
  }
  .cid-scFgA0uh8B .social-media {
    justify-content: center;
  }
}
.cid-scFt7j531U.popup-builder {
  background-color: #ffffff;
}
.cid-scFt7j531U.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-scFt7j531U.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-scFt7j531U .modal-content,
.cid-scFt7j531U .modal-dialog {
  height: auto;
}
.cid-scFt7j531U .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-scFt7j531U .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-scFt7j531U .form-wrapper .mbr-form .form-group,
  .cid-scFt7j531U .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-scFt7j531U .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-scFt7j531U .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-scFt7j531U .mbr-text {
  text-align: center;
  color: #1c94c7;
}
.cid-scFt7j531U .pt-0 {
  padding-top: 0 !important;
}
.cid-scFt7j531U .pb-0 {
  padding-bottom: 0 !important;
}
.cid-scFt7j531U .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-scFt7j531U .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-scFt7j531U .modal-open {
  overflow: hidden;
}
.cid-scFt7j531U .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-scFt7j531U .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-scFt7j531U .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-scFt7j531U .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-scFt7j531U .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-scFt7j531U .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-scFt7j531U .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-scFt7j531U .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-scFt7j531U .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-scFt7j531U .modal-backdrop.fade {
  opacity: 0;
}
.cid-scFt7j531U .modal-backdrop.show {
  opacity: .5;
}
.cid-scFt7j531U .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-scFt7j531U .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-scFt7j531U .modal-header .close:hover {
  opacity: 1;
}
.cid-scFt7j531U .modal-header .close:focus {
  outline: none;
}
.cid-scFt7j531U .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #1c94c7;
}
.cid-scFt7j531U .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-scFt7j531U .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-scFt7j531U .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-scFt7j531U .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-scFt7j531U .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-scFt7j531U .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-scFt7j531U .modal-sm {
    max-width: 300px;
  }
  .cid-scFt7j531U .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-scFt7j531U .modal-lg,
  .cid-scFt7j531U .modal-xl {
    max-width: 800px;
  }
  .cid-scFt7j531U .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-scFt7j531U .modal-xl {
    max-width: 1140px;
  }
  .cid-scFt7j531U .container {
    max-width: 1140px;
  }
}
.cid-scFt7j531U .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-scFt7j531U .container {
    max-width: 720px;
  }
}
.cid-scFt7j531U .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-scFt7j531U .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-scFt7j531U .form-group {
  margin-bottom: 1rem;
}
.cid-scFt7j531U .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-scFt7j531U .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-scFt7j531U .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-scNZlm0CY4.popup-builder {
  background-color: #ffffff;
}
.cid-scNZlm0CY4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-scNZlm0CY4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-scNZlm0CY4 .modal-content,
.cid-scNZlm0CY4 .modal-dialog {
  height: auto;
}
.cid-scNZlm0CY4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-scNZlm0CY4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-scNZlm0CY4 .form-wrapper .mbr-form .form-group,
  .cid-scNZlm0CY4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-scNZlm0CY4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-scNZlm0CY4 .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-scNZlm0CY4 .mbr-text {
  text-align: center;
  color: #1c94c7;
}
.cid-scNZlm0CY4 .pt-0 {
  padding-top: 0 !important;
}
.cid-scNZlm0CY4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-scNZlm0CY4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-scNZlm0CY4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-scNZlm0CY4 .modal-open {
  overflow: hidden;
}
.cid-scNZlm0CY4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-scNZlm0CY4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-scNZlm0CY4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-scNZlm0CY4 .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-scNZlm0CY4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-scNZlm0CY4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-scNZlm0CY4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-scNZlm0CY4 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-scNZlm0CY4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-scNZlm0CY4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-scNZlm0CY4 .modal-backdrop.show {
  opacity: .5;
}
.cid-scNZlm0CY4 .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-scNZlm0CY4 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-scNZlm0CY4 .modal-header .close:hover {
  opacity: 1;
}
.cid-scNZlm0CY4 .modal-header .close:focus {
  outline: none;
}
.cid-scNZlm0CY4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #1c94c7;
}
.cid-scNZlm0CY4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-scNZlm0CY4 .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-scNZlm0CY4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-scNZlm0CY4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-scNZlm0CY4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-scNZlm0CY4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-scNZlm0CY4 .modal-sm {
    max-width: 300px;
  }
  .cid-scNZlm0CY4 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-scNZlm0CY4 .modal-lg,
  .cid-scNZlm0CY4 .modal-xl {
    max-width: 800px;
  }
  .cid-scNZlm0CY4 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-scNZlm0CY4 .modal-xl {
    max-width: 1140px;
  }
  .cid-scNZlm0CY4 .container {
    max-width: 1140px;
  }
}
.cid-scNZlm0CY4 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-scNZlm0CY4 .container {
    max-width: 720px;
  }
}
.cid-scNZlm0CY4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-scNZlm0CY4 .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-scNZlm0CY4 .form-group {
  margin-bottom: 1rem;
}
.cid-scNZlm0CY4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-scNZlm0CY4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-scNZlm0CY4 .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-scQokoXCu3 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-scQokoXCu3 .navbar-fixed-top {
  padding-top: 0;
}
.cid-scQokoXCu3 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-scQokoXCu3 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-scQokoXCu3 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-scQokoXCu3 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scQokoXCu3 .menu-content-top {
  background: #1c94c7;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-scQokoXCu3 .dropdown-item {
  padding: 0;
  color: #1c94c7;
  line-height: 2.6;
}
.cid-scQokoXCu3 .dropdown-item:hover {
  color: #29bfff !important;
}
.cid-scQokoXCu3 .nav-link,
.cid-scQokoXCu3 .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-scQokoXCu3 .nav-link:hover,
.cid-scQokoXCu3 .brand-name:hover {
  color: #29bfff !important;
}
.cid-scQokoXCu3 .dropdown-menu {
  background-color: #ffffff;
}
.cid-scQokoXCu3 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-scQokoXCu3 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-scQokoXCu3 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-scQokoXCu3 .nav-item {
  position: relative;
}
.cid-scQokoXCu3 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-scQokoXCu3 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-scQokoXCu3 .nav-item .nav-link:focus {
  outline: none;
}
.cid-scQokoXCu3 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-scQokoXCu3 .content-text {
  margin-bottom: 0;
}
.cid-scQokoXCu3 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-scQokoXCu3 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0b518a;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-scQokoXCu3 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-scQokoXCu3 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-scQokoXCu3 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-scQokoXCu3 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-scQokoXCu3 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-scQokoXCu3 .content-right-side {
  text-align: center;
}
.cid-scQokoXCu3 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-scQokoXCu3 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-scQokoXCu3 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-scQokoXCu3 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-scQokoXCu3 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-scQokoXCu3 .info-widget:first-child {
  margin-left: 0;
}
.cid-scQokoXCu3 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-scQokoXCu3 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-scQokoXCu3 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-scQokoXCu3 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-scQokoXCu3 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-scQokoXCu3 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-scQokoXCu3 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #1c8ecb;
}
@media (min-width: 992px) {
  .cid-scQokoXCu3 .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-scQokoXCu3 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #29bfff;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-scQokoXCu3 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-scQokoXCu3 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-scQokoXCu3 .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-scQokoXCu3 .navbar {
    display: block;
    padding: 0;
  }
  .cid-scQokoXCu3 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-scQokoXCu3 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-scQokoXCu3 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-scQokoXCu3 .navbar-toggler {
    display: none;
  }
  .cid-scQokoXCu3 .navbar-collapse {
    justify-content: center;
  }
}
.cid-scQokoXCu3 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-scQokoXCu3 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-scQokoXCu3 .btn-sm {
  padding: 13px 29px;
}
.cid-scQokoXCu3 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-scQokoXCu3 .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-scQokoXCu3 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-scQokoXCu3 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-scQokoXCu3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-scQokoXCu3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-scQokoXCu3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-scQokoXCu3 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scQokoXCu3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scQokoXCu3 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-scQokoXCu3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-scQokoXCu3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scQokoXCu3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scQokoXCu3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scQokoXCu3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-scQokoXCu3 button.navbar-toggler:focus {
  outline: none;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c8ecb;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-scQokoXCu3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-scQokoXCu3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-scQokoXCu3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-scQokoXCu3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-scQokoXCu3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-scQokoXCu3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-scQokoXCu3 .collapsed .btn {
  display: flex;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-scQokoXCu3 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-scQokoXCu3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-scQokoXCu3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-scQokoXCu3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-scQokoXCu3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-scQokoXCu3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scQokoXCu3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scQokoXCu3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-scQokoXCu3 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-scQokoXCu3 .menu-content-top {
    display: flex;
  }
  .cid-scQokoXCu3 .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-scQokoXCu3 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-scQokoXCu3 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-scQokoXCu3 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-scQokoXCu3 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-scQokoXCu3 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-scQokoXCu3 .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing,
  .cid-scQokoXCu3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-nav,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #0b518a;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scQokoXCu3 img {
    height: 3.8rem !important;
  }
  .cid-scQokoXCu3 .btn {
    display: flex;
  }
  .cid-scQokoXCu3 button.navbar-toggler {
    display: block;
  }
  .cid-scQokoXCu3 .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-scQokoXCu3 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-scQokoXCu3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-scQokoXCu3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scQokoXCu3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scQokoXCu3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-scQokoXCu3 .nav-link:focus {
  outline: none;
}
.cid-scQokoXCu3 .navbar-toggler {
  position: relative;
}
.cid-scQokoXCu3 .widget-title,
.cid-scQokoXCu3 .widget-icon {
  color: #ffffff;
}
.cid-scQokoXCu3 .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-scQokoXCu3 .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-scQokoXCu3 .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-scQokoXCu3 .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-scQokoXCu3 .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-scQokoXCu3 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-scQokoXCu3 .menu-content-top,
  .cid-scQokoXCu3 .menu-bottom {
    padding: 0 15px;
  }
  .cid-scQokoXCu3 button.navbar-toggler {
    align-self: center;
  }
  .cid-scQokoXCu3 .btn {
    margin-left: 0;
  }
  .cid-scQokoXCu3 .widget-icon {
    padding-right: 0;
  }
}
.cid-scQokoXCu3 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-scQokoXCu3 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #1c8ecb;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-scQokoXCu3 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-scQokoXCu3 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #29bfff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-scQokoXCu3 .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-scQokoXCu3 .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-scFjmmiyTb {
  overflow-x: hidden !important;
}
.cid-scFjmmiyTb,
.cid-scFjmmiyTb .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 30px;
}
.cid-scFjmmiyTb .mbr-section-title {
  color: #ffffff;
}
.cid-scFjmmiyTb .mbr-section-title span {
  color: #0b518a;
}
.cid-scFjmmiyTb .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-scFjmmiyTb .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/trippywhitespacetop-seamless.gif");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-scFjmmiyTb .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-scFjmmiyTb .mbr-overlay {
  z-index: 1;
}
.cid-scFjmmiyTb .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-scFjmmVyew {
  background-color: #ffffff;
}
.cid-scFjmmVyew .mbr-section-title {
  letter-spacing: .1em;
}
.cid-scFjmmVyew .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-scFjmmVyew .card-img span {
  font-size: 100px;
}
.cid-scFjmmVyew .mbr-text,
.cid-scFjmmVyew .mbr-section-btn {
  color: #1c94c7;
}
.cid-scFjmmVyew .mbr-section-title,
.cid-scFjmmVyew .card-img {
  color: #1c94c7;
}
.cid-scFjmnRTcD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-scFjmnRTcD p {
  text-align: center;
}
.cid-scFjmnRTcD .text-copyright {
  width: 100%;
  margin-bottom: 0;
  color: #0b518a;
}
.cid-scFjmnRTcD .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-scFjmnRTcD .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #0b518a;
}
.cid-scFjmnRTcD .logo-footer {
  line-height: normal;
}
.cid-scFjmnRTcD .copyright {
  display: flex;
  align-items: center;
}
.cid-scFjmnRTcD .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-scFjmnRTcD .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-scFjmnRTcD .icon-transition span {
  color: #1c94c7;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #1c94c7;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-scFjmnRTcD .icon-transition span:hover {
  background-color: #1c94c7;
  color: #29bfff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-scFjmnRTcD .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-scFjmnRTcD .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-scFjmnRTcD .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-scFjmnRTcD .logo-footer {
    text-align: center;
  }
  .cid-scFjmnRTcD .social-media {
    justify-content: center;
  }
}
.cid-scFt7j5hoU.popup-builder {
  background-color: #ffffff;
}
.cid-scFt7j5hoU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-scFt7j5hoU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-scFt7j5hoU .modal-content,
.cid-scFt7j5hoU .modal-dialog {
  height: auto;
}
.cid-scFt7j5hoU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-scFt7j5hoU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-scFt7j5hoU .form-wrapper .mbr-form .form-group,
  .cid-scFt7j5hoU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-scFt7j5hoU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-scFt7j5hoU .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-scFt7j5hoU .mbr-text {
  text-align: center;
  color: #1c94c7;
}
.cid-scFt7j5hoU .pt-0 {
  padding-top: 0 !important;
}
.cid-scFt7j5hoU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-scFt7j5hoU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-scFt7j5hoU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-scFt7j5hoU .modal-open {
  overflow: hidden;
}
.cid-scFt7j5hoU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-scFt7j5hoU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-scFt7j5hoU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-scFt7j5hoU .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-scFt7j5hoU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-scFt7j5hoU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-scFt7j5hoU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-scFt7j5hoU .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-scFt7j5hoU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-scFt7j5hoU .modal-backdrop.fade {
  opacity: 0;
}
.cid-scFt7j5hoU .modal-backdrop.show {
  opacity: .5;
}
.cid-scFt7j5hoU .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-scFt7j5hoU .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-scFt7j5hoU .modal-header .close:hover {
  opacity: 1;
}
.cid-scFt7j5hoU .modal-header .close:focus {
  outline: none;
}
.cid-scFt7j5hoU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #1c94c7;
}
.cid-scFt7j5hoU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-scFt7j5hoU .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-scFt7j5hoU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-scFt7j5hoU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-scFt7j5hoU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-scFt7j5hoU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-scFt7j5hoU .modal-sm {
    max-width: 300px;
  }
  .cid-scFt7j5hoU .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-scFt7j5hoU .modal-lg,
  .cid-scFt7j5hoU .modal-xl {
    max-width: 800px;
  }
  .cid-scFt7j5hoU .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-scFt7j5hoU .modal-xl {
    max-width: 1140px;
  }
  .cid-scFt7j5hoU .container {
    max-width: 1140px;
  }
}
.cid-scFt7j5hoU .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-scFt7j5hoU .container {
    max-width: 720px;
  }
}
.cid-scFt7j5hoU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-scFt7j5hoU .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-scFt7j5hoU .form-group {
  margin-bottom: 1rem;
}
.cid-scFt7j5hoU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-scFt7j5hoU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-scFt7j5hoU .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-scG0tQiwI5.popup-builder {
  background-color: #ffffff;
}
.cid-scG0tQiwI5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-scG0tQiwI5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-scG0tQiwI5 .modal-content,
.cid-scG0tQiwI5 .modal-dialog {
  height: auto;
}
.cid-scG0tQiwI5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-scG0tQiwI5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-scG0tQiwI5 .form-wrapper .mbr-form .form-group,
  .cid-scG0tQiwI5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-scG0tQiwI5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-scG0tQiwI5 .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-scG0tQiwI5 .mbr-text {
  text-align: center;
  color: #1c94c7;
}
.cid-scG0tQiwI5 .pt-0 {
  padding-top: 0 !important;
}
.cid-scG0tQiwI5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-scG0tQiwI5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-scG0tQiwI5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-scG0tQiwI5 .modal-open {
  overflow: hidden;
}
.cid-scG0tQiwI5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-scG0tQiwI5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-scG0tQiwI5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-scG0tQiwI5 .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-scG0tQiwI5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-scG0tQiwI5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-scG0tQiwI5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-scG0tQiwI5 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-scG0tQiwI5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-scG0tQiwI5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-scG0tQiwI5 .modal-backdrop.show {
  opacity: .5;
}
.cid-scG0tQiwI5 .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-scG0tQiwI5 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-scG0tQiwI5 .modal-header .close:hover {
  opacity: 1;
}
.cid-scG0tQiwI5 .modal-header .close:focus {
  outline: none;
}
.cid-scG0tQiwI5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #1c94c7;
}
.cid-scG0tQiwI5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-scG0tQiwI5 .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-scG0tQiwI5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-scG0tQiwI5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-scG0tQiwI5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-scG0tQiwI5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-scG0tQiwI5 .modal-sm {
    max-width: 300px;
  }
  .cid-scG0tQiwI5 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-scG0tQiwI5 .modal-lg,
  .cid-scG0tQiwI5 .modal-xl {
    max-width: 800px;
  }
  .cid-scG0tQiwI5 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-scG0tQiwI5 .modal-xl {
    max-width: 1140px;
  }
  .cid-scG0tQiwI5 .container {
    max-width: 1140px;
  }
}
.cid-scG0tQiwI5 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-scG0tQiwI5 .container {
    max-width: 720px;
  }
}
.cid-scG0tQiwI5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-scG0tQiwI5 .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-scG0tQiwI5 .form-group {
  margin-bottom: 1rem;
}
.cid-scG0tQiwI5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-scG0tQiwI5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-scG0tQiwI5 .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-scQokoXCu3 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-scQokoXCu3 .navbar-fixed-top {
  padding-top: 0;
}
.cid-scQokoXCu3 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-scQokoXCu3 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-scQokoXCu3 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-scQokoXCu3 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scQokoXCu3 .menu-content-top {
  background: #1c94c7;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-scQokoXCu3 .dropdown-item {
  padding: 0;
  color: #1c94c7;
  line-height: 2.6;
}
.cid-scQokoXCu3 .dropdown-item:hover {
  color: #29bfff !important;
}
.cid-scQokoXCu3 .nav-link,
.cid-scQokoXCu3 .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-scQokoXCu3 .nav-link:hover,
.cid-scQokoXCu3 .brand-name:hover {
  color: #29bfff !important;
}
.cid-scQokoXCu3 .dropdown-menu {
  background-color: #ffffff;
}
.cid-scQokoXCu3 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-scQokoXCu3 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-scQokoXCu3 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-scQokoXCu3 .nav-item {
  position: relative;
}
.cid-scQokoXCu3 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-scQokoXCu3 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-scQokoXCu3 .nav-item .nav-link:focus {
  outline: none;
}
.cid-scQokoXCu3 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-scQokoXCu3 .content-text {
  margin-bottom: 0;
}
.cid-scQokoXCu3 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-scQokoXCu3 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0b518a;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-scQokoXCu3 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-scQokoXCu3 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-scQokoXCu3 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-scQokoXCu3 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-scQokoXCu3 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-scQokoXCu3 .content-right-side {
  text-align: center;
}
.cid-scQokoXCu3 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-scQokoXCu3 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-scQokoXCu3 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-scQokoXCu3 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-scQokoXCu3 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-scQokoXCu3 .info-widget:first-child {
  margin-left: 0;
}
.cid-scQokoXCu3 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-scQokoXCu3 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-scQokoXCu3 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-scQokoXCu3 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-scQokoXCu3 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-scQokoXCu3 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-scQokoXCu3 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #1c8ecb;
}
@media (min-width: 992px) {
  .cid-scQokoXCu3 .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-scQokoXCu3 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #29bfff;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-scQokoXCu3 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-scQokoXCu3 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-scQokoXCu3 .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-scQokoXCu3 .navbar {
    display: block;
    padding: 0;
  }
  .cid-scQokoXCu3 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-scQokoXCu3 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-scQokoXCu3 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-scQokoXCu3 .navbar-toggler {
    display: none;
  }
  .cid-scQokoXCu3 .navbar-collapse {
    justify-content: center;
  }
}
.cid-scQokoXCu3 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-scQokoXCu3 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-scQokoXCu3 .btn-sm {
  padding: 13px 29px;
}
.cid-scQokoXCu3 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-scQokoXCu3 .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-scQokoXCu3 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-scQokoXCu3 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-scQokoXCu3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-scQokoXCu3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-scQokoXCu3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-scQokoXCu3 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scQokoXCu3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scQokoXCu3 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-scQokoXCu3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-scQokoXCu3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scQokoXCu3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scQokoXCu3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scQokoXCu3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-scQokoXCu3 button.navbar-toggler:focus {
  outline: none;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c8ecb;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-scQokoXCu3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-scQokoXCu3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-scQokoXCu3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-scQokoXCu3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-scQokoXCu3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-scQokoXCu3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-scQokoXCu3 .collapsed .btn {
  display: flex;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-scQokoXCu3 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-scQokoXCu3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-scQokoXCu3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-scQokoXCu3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-scQokoXCu3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-scQokoXCu3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scQokoXCu3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scQokoXCu3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-scQokoXCu3 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-scQokoXCu3 .menu-content-top {
    display: flex;
  }
  .cid-scQokoXCu3 .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-scQokoXCu3 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-scQokoXCu3 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-scQokoXCu3 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-scQokoXCu3 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-scQokoXCu3 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-scQokoXCu3 .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing,
  .cid-scQokoXCu3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-nav,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #0b518a;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scQokoXCu3 img {
    height: 3.8rem !important;
  }
  .cid-scQokoXCu3 .btn {
    display: flex;
  }
  .cid-scQokoXCu3 button.navbar-toggler {
    display: block;
  }
  .cid-scQokoXCu3 .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-scQokoXCu3 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-scQokoXCu3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-scQokoXCu3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scQokoXCu3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scQokoXCu3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-scQokoXCu3 .nav-link:focus {
  outline: none;
}
.cid-scQokoXCu3 .navbar-toggler {
  position: relative;
}
.cid-scQokoXCu3 .widget-title,
.cid-scQokoXCu3 .widget-icon {
  color: #ffffff;
}
.cid-scQokoXCu3 .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-scQokoXCu3 .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-scQokoXCu3 .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-scQokoXCu3 .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-scQokoXCu3 .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-scQokoXCu3 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-scQokoXCu3 .menu-content-top,
  .cid-scQokoXCu3 .menu-bottom {
    padding: 0 15px;
  }
  .cid-scQokoXCu3 button.navbar-toggler {
    align-self: center;
  }
  .cid-scQokoXCu3 .btn {
    margin-left: 0;
  }
  .cid-scQokoXCu3 .widget-icon {
    padding-right: 0;
  }
}
.cid-scQokoXCu3 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-scQokoXCu3 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #1c8ecb;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-scQokoXCu3 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-scQokoXCu3 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #29bfff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-scQokoXCu3 .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-scQokoXCu3 .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-scFxAs78DZ {
  overflow-x: hidden !important;
}
.cid-scFxAs78DZ,
.cid-scFxAs78DZ .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 30px;
}
.cid-scFxAs78DZ .mbr-section-title {
  color: #ffffff;
}
.cid-scFxAs78DZ .mbr-section-title span {
  color: #0b518a;
}
.cid-scFxAs78DZ .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-scFxAs78DZ .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/trippywhitespacetop-seamless.gif");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-scFxAs78DZ .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-scFxAs78DZ .mbr-overlay {
  z-index: 1;
}
.cid-scFxAs78DZ .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-scQCzjAUaa {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background4-1.jpg");
}
.cid-scQCzjAUaa .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-scQCzjAUaa .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-scQCzjAUaa .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-scQCzjAUaa .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-scQCzjAUaa .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-scQCzjAUaa .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1c8ecb;
  margin-left: 0.6rem;
}
.cid-scQCzjAUaa .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-scQCzjAUaa .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-scQCzjAUaa .separator,
  .cid-scQCzjAUaa .sep-holder,
  .cid-scQCzjAUaa .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-scQCzjAUaa .buttons-wrap {
    flex-direction: column;
  }
}
.cid-scQCzjAUaa .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-scQCzjAUaa .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-scQCzjAUaa .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-scQCzjAUaa .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-scQCzjAUaa .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-scQCzjAUaa .items .list-item:last-child .listico {
  display: none;
}
.cid-scQCzjAUaa .mbr-section-title,
.cid-scQCzjAUaa .mbr-section-btn {
  color: #1c94c7;
}
.cid-sdQSBTVxZL {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdQSBTVxZL .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-sdQSBTVxZL .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #0b518a;
}
.cid-sdQSBTVxZL .contents .mbr-subtitle {
  color: #1c8ecb;
  margin-bottom: 10px;
}
.cid-sdQSBTVxZL .contents .mbr-section-text {
  margin-top: 20px;
  color: #1c94c7;
}
.cid-sdQSBTVxZL .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sdQSBTVxZL .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #1c94c7;
  border-top: none;
}
.cid-sdQSBTVxZL .card-wrapper .card-box .card-title {
  color: #0b518a;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sdQSBTVxZL .card-wrapper .card-box .card-title:hover {
  color: #0b518a;
  transition: 0.3s all;
}
.cid-sdQSBTVxZL .card-wrapper .card-box .card-subtitle {
  color: #0b518a;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sdQSBTVxZL .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-sdQSBTVxZL .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #1c94c7;
}
.cid-sdQSBTVxZL .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sdQSBTVxZL .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #1c8ecb;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sdQSBTVxZL .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0b518a;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sdQSBTVxZL .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sdQSBTVxZL .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sdQSBTVxZL .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #0b518a;
}
.cid-sdQSBTVxZL .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.cid-sdQSBTVxZL .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-sdQSBTVxZL .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-sdQSBTVxZL .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-sdQSBTVxZL .card-wrapper .card-box .card-title,
.cid-sdQSBTVxZL .mbr-section-btn {
  text-align: center;
}
.cid-sdQSDdC4xn {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdQSDdC4xn .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-sdQSDdC4xn .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #0b518a;
}
.cid-sdQSDdC4xn .contents .mbr-subtitle {
  color: #1c8ecb;
  margin-bottom: 10px;
}
.cid-sdQSDdC4xn .contents .mbr-section-text {
  margin-top: 20px;
  color: #1c94c7;
}
.cid-sdQSDdC4xn .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sdQSDdC4xn .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #1c94c7;
  border-top: none;
}
.cid-sdQSDdC4xn .card-wrapper .card-box .card-title {
  color: #0b518a;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sdQSDdC4xn .card-wrapper .card-box .card-title:hover {
  color: #0b518a;
  transition: 0.3s all;
}
.cid-sdQSDdC4xn .card-wrapper .card-box .card-subtitle {
  color: #0b518a;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sdQSDdC4xn .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-sdQSDdC4xn .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #1c94c7;
}
.cid-sdQSDdC4xn .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sdQSDdC4xn .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #1c8ecb;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sdQSDdC4xn .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0b518a;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sdQSDdC4xn .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sdQSDdC4xn .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sdQSDdC4xn .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #0b518a;
}
.cid-sdQSDdC4xn .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.cid-sdQSDdC4xn .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-sdQSDdC4xn .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-sdQSDdC4xn .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-sdQSDdC4xn .card-wrapper .card-box .card-title,
.cid-sdQSDdC4xn .mbr-section-btn {
  text-align: center;
}
.cid-sdQSKYcKuG {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdQSKYcKuG .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-sdQSKYcKuG .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #0b518a;
}
.cid-sdQSKYcKuG .contents .mbr-subtitle {
  color: #1c8ecb;
  margin-bottom: 10px;
}
.cid-sdQSKYcKuG .contents .mbr-section-text {
  margin-top: 20px;
  color: #1c94c7;
}
.cid-sdQSKYcKuG .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sdQSKYcKuG .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #1c94c7;
  border-top: none;
}
.cid-sdQSKYcKuG .card-wrapper .card-box .card-title {
  color: #0b518a;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sdQSKYcKuG .card-wrapper .card-box .card-title:hover {
  color: #0b518a;
  transition: 0.3s all;
}
.cid-sdQSKYcKuG .card-wrapper .card-box .card-subtitle {
  color: #0b518a;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sdQSKYcKuG .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-sdQSKYcKuG .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #1c94c7;
}
.cid-sdQSKYcKuG .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sdQSKYcKuG .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #1c8ecb;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sdQSKYcKuG .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0b518a;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sdQSKYcKuG .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sdQSKYcKuG .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sdQSKYcKuG .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #0b518a;
}
.cid-sdQSKYcKuG .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.cid-sdQSKYcKuG .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-sdQSKYcKuG .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-sdQSKYcKuG .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-sdQSKYcKuG .card-wrapper .card-box .card-title,
.cid-sdQSKYcKuG .mbr-section-btn {
  text-align: center;
}
.cid-scNXMHnU4b {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mobaltt-179x105.png");
}
.cid-scNXMHnU4b .container-fluid {
  padding: 0 3rem;
}
.cid-scNXMHnU4b .animated-element {
  color: #1c94c7;
}
@media (max-width: 767px) {
  .cid-scNXMHnU4b .container-fluid {
    padding: 0 1rem;
  }
}
.cid-scNXMHnU4b H4 {
  color: #1c94c7;
}
.cid-scNXMHnU4b .mbr-text,
.cid-scNXMHnU4b .mbr-section-btn {
  color: #1c94c7;
}
.cid-scNXMHnU4b .mbr-section-title {
  color: #1c94c7;
}
.cid-scFxAtnF9B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-scFxAtnF9B p {
  text-align: center;
}
.cid-scFxAtnF9B .text-copyright {
  width: 100%;
  margin-bottom: 0;
  color: #0b518a;
}
.cid-scFxAtnF9B .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-scFxAtnF9B .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #0b518a;
}
.cid-scFxAtnF9B .logo-footer {
  line-height: normal;
}
.cid-scFxAtnF9B .copyright {
  display: flex;
  align-items: center;
}
.cid-scFxAtnF9B .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-scFxAtnF9B .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-scFxAtnF9B .icon-transition span {
  color: #1c94c7;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #1c94c7;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-scFxAtnF9B .icon-transition span:hover {
  background-color: #1c94c7;
  color: #29bfff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-scFxAtnF9B .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-scFxAtnF9B .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-scFxAtnF9B .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-scFxAtnF9B .logo-footer {
    text-align: center;
  }
  .cid-scFxAtnF9B .social-media {
    justify-content: center;
  }
}
.cid-scFxAtWfYa.popup-builder {
  background-color: #ffffff;
}
.cid-scFxAtWfYa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-scFxAtWfYa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-scFxAtWfYa .modal-content,
.cid-scFxAtWfYa .modal-dialog {
  height: auto;
}
.cid-scFxAtWfYa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-scFxAtWfYa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-scFxAtWfYa .form-wrapper .mbr-form .form-group,
  .cid-scFxAtWfYa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-scFxAtWfYa .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-scFxAtWfYa .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-scFxAtWfYa .mbr-text {
  text-align: center;
  color: #1c94c7;
}
.cid-scFxAtWfYa .pt-0 {
  padding-top: 0 !important;
}
.cid-scFxAtWfYa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-scFxAtWfYa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-scFxAtWfYa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-scFxAtWfYa .modal-open {
  overflow: hidden;
}
.cid-scFxAtWfYa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-scFxAtWfYa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-scFxAtWfYa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-scFxAtWfYa .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-scFxAtWfYa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-scFxAtWfYa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-scFxAtWfYa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-scFxAtWfYa .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-scFxAtWfYa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-scFxAtWfYa .modal-backdrop.fade {
  opacity: 0;
}
.cid-scFxAtWfYa .modal-backdrop.show {
  opacity: .5;
}
.cid-scFxAtWfYa .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-scFxAtWfYa .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-scFxAtWfYa .modal-header .close:hover {
  opacity: 1;
}
.cid-scFxAtWfYa .modal-header .close:focus {
  outline: none;
}
.cid-scFxAtWfYa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #1c94c7;
}
.cid-scFxAtWfYa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-scFxAtWfYa .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-scFxAtWfYa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-scFxAtWfYa .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-scFxAtWfYa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-scFxAtWfYa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-scFxAtWfYa .modal-sm {
    max-width: 300px;
  }
  .cid-scFxAtWfYa .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-scFxAtWfYa .modal-lg,
  .cid-scFxAtWfYa .modal-xl {
    max-width: 800px;
  }
  .cid-scFxAtWfYa .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-scFxAtWfYa .modal-xl {
    max-width: 1140px;
  }
  .cid-scFxAtWfYa .container {
    max-width: 1140px;
  }
}
.cid-scFxAtWfYa .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-scFxAtWfYa .container {
    max-width: 720px;
  }
}
.cid-scFxAtWfYa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-scFxAtWfYa .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-scFxAtWfYa .form-group {
  margin-bottom: 1rem;
}
.cid-scFxAtWfYa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-scFxAtWfYa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-scFxAtWfYa .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-scQUirm3Rb.popup-builder {
  background-color: #ffffff;
}
.cid-scQUirm3Rb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-scQUirm3Rb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-scQUirm3Rb .modal-content,
.cid-scQUirm3Rb .modal-dialog {
  height: auto;
}
.cid-scQUirm3Rb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-scQUirm3Rb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-scQUirm3Rb .form-wrapper .mbr-form .form-group,
  .cid-scQUirm3Rb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-scQUirm3Rb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-scQUirm3Rb .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-scQUirm3Rb .mbr-text {
  text-align: center;
  color: #1c94c7;
}
.cid-scQUirm3Rb .pt-0 {
  padding-top: 0 !important;
}
.cid-scQUirm3Rb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-scQUirm3Rb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-scQUirm3Rb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-scQUirm3Rb .modal-open {
  overflow: hidden;
}
.cid-scQUirm3Rb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-scQUirm3Rb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-scQUirm3Rb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-scQUirm3Rb .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-scQUirm3Rb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-scQUirm3Rb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-scQUirm3Rb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-scQUirm3Rb .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-scQUirm3Rb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-scQUirm3Rb .modal-backdrop.fade {
  opacity: 0;
}
.cid-scQUirm3Rb .modal-backdrop.show {
  opacity: .5;
}
.cid-scQUirm3Rb .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-scQUirm3Rb .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-scQUirm3Rb .modal-header .close:hover {
  opacity: 1;
}
.cid-scQUirm3Rb .modal-header .close:focus {
  outline: none;
}
.cid-scQUirm3Rb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #1c94c7;
}
.cid-scQUirm3Rb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-scQUirm3Rb .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-scQUirm3Rb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-scQUirm3Rb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-scQUirm3Rb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-scQUirm3Rb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-scQUirm3Rb .modal-sm {
    max-width: 300px;
  }
  .cid-scQUirm3Rb .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-scQUirm3Rb .modal-lg,
  .cid-scQUirm3Rb .modal-xl {
    max-width: 800px;
  }
  .cid-scQUirm3Rb .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-scQUirm3Rb .modal-xl {
    max-width: 1140px;
  }
  .cid-scQUirm3Rb .container {
    max-width: 1140px;
  }
}
.cid-scQUirm3Rb .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-scQUirm3Rb .container {
    max-width: 720px;
  }
}
.cid-scQUirm3Rb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-scQUirm3Rb .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-scQUirm3Rb .form-group {
  margin-bottom: 1rem;
}
.cid-scQUirm3Rb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-scQUirm3Rb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-scQUirm3Rb .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-scNZbd7NTy.popup-builder {
  background-color: #ffffff;
}
.cid-scNZbd7NTy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-scNZbd7NTy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-scNZbd7NTy .modal-content,
.cid-scNZbd7NTy .modal-dialog {
  height: auto;
}
.cid-scNZbd7NTy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-scNZbd7NTy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-scNZbd7NTy .form-wrapper .mbr-form .form-group,
  .cid-scNZbd7NTy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-scNZbd7NTy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-scNZbd7NTy .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-scNZbd7NTy .mbr-text {
  text-align: center;
  color: #1c94c7;
}
.cid-scNZbd7NTy .pt-0 {
  padding-top: 0 !important;
}
.cid-scNZbd7NTy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-scNZbd7NTy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-scNZbd7NTy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-scNZbd7NTy .modal-open {
  overflow: hidden;
}
.cid-scNZbd7NTy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-scNZbd7NTy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-scNZbd7NTy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-scNZbd7NTy .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-scNZbd7NTy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-scNZbd7NTy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-scNZbd7NTy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-scNZbd7NTy .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-scNZbd7NTy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-scNZbd7NTy .modal-backdrop.fade {
  opacity: 0;
}
.cid-scNZbd7NTy .modal-backdrop.show {
  opacity: .5;
}
.cid-scNZbd7NTy .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-scNZbd7NTy .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-scNZbd7NTy .modal-header .close:hover {
  opacity: 1;
}
.cid-scNZbd7NTy .modal-header .close:focus {
  outline: none;
}
.cid-scNZbd7NTy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #1c94c7;
}
.cid-scNZbd7NTy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-scNZbd7NTy .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-scNZbd7NTy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-scNZbd7NTy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-scNZbd7NTy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-scNZbd7NTy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-scNZbd7NTy .modal-sm {
    max-width: 300px;
  }
  .cid-scNZbd7NTy .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-scNZbd7NTy .modal-lg,
  .cid-scNZbd7NTy .modal-xl {
    max-width: 800px;
  }
  .cid-scNZbd7NTy .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-scNZbd7NTy .modal-xl {
    max-width: 1140px;
  }
  .cid-scNZbd7NTy .container {
    max-width: 1140px;
  }
}
.cid-scNZbd7NTy .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-scNZbd7NTy .container {
    max-width: 720px;
  }
}
.cid-scNZbd7NTy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-scNZbd7NTy .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-scNZbd7NTy .form-group {
  margin-bottom: 1rem;
}
.cid-scNZbd7NTy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-scNZbd7NTy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-scNZbd7NTy .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-scQokoXCu3 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-scQokoXCu3 .navbar-fixed-top {
  padding-top: 0;
}
.cid-scQokoXCu3 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-scQokoXCu3 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-scQokoXCu3 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-scQokoXCu3 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scQokoXCu3 .menu-content-top {
  background: #1c94c7;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-scQokoXCu3 .dropdown-item {
  padding: 0;
  color: #1c94c7;
  line-height: 2.6;
}
.cid-scQokoXCu3 .dropdown-item:hover {
  color: #29bfff !important;
}
.cid-scQokoXCu3 .nav-link,
.cid-scQokoXCu3 .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-scQokoXCu3 .nav-link:hover,
.cid-scQokoXCu3 .brand-name:hover {
  color: #29bfff !important;
}
.cid-scQokoXCu3 .dropdown-menu {
  background-color: #ffffff;
}
.cid-scQokoXCu3 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-scQokoXCu3 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-scQokoXCu3 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-scQokoXCu3 .nav-item {
  position: relative;
}
.cid-scQokoXCu3 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-scQokoXCu3 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-scQokoXCu3 .nav-item .nav-link:focus {
  outline: none;
}
.cid-scQokoXCu3 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-scQokoXCu3 .content-text {
  margin-bottom: 0;
}
.cid-scQokoXCu3 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-scQokoXCu3 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0b518a;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-scQokoXCu3 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-scQokoXCu3 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-scQokoXCu3 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-scQokoXCu3 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-scQokoXCu3 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-scQokoXCu3 .content-right-side {
  text-align: center;
}
.cid-scQokoXCu3 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-scQokoXCu3 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-scQokoXCu3 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-scQokoXCu3 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-scQokoXCu3 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-scQokoXCu3 .info-widget:first-child {
  margin-left: 0;
}
.cid-scQokoXCu3 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-scQokoXCu3 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-scQokoXCu3 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-scQokoXCu3 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-scQokoXCu3 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-scQokoXCu3 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-scQokoXCu3 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #1c8ecb;
}
@media (min-width: 992px) {
  .cid-scQokoXCu3 .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-scQokoXCu3 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #29bfff;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-scQokoXCu3 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-scQokoXCu3 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-scQokoXCu3 .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-scQokoXCu3 .navbar {
    display: block;
    padding: 0;
  }
  .cid-scQokoXCu3 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-scQokoXCu3 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-scQokoXCu3 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-scQokoXCu3 .navbar-toggler {
    display: none;
  }
  .cid-scQokoXCu3 .navbar-collapse {
    justify-content: center;
  }
}
.cid-scQokoXCu3 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-scQokoXCu3 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-scQokoXCu3 .btn-sm {
  padding: 13px 29px;
}
.cid-scQokoXCu3 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-scQokoXCu3 .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-scQokoXCu3 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-scQokoXCu3 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-scQokoXCu3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-scQokoXCu3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-scQokoXCu3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-scQokoXCu3 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scQokoXCu3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scQokoXCu3 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-scQokoXCu3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-scQokoXCu3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scQokoXCu3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scQokoXCu3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scQokoXCu3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-scQokoXCu3 button.navbar-toggler:focus {
  outline: none;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c8ecb;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-scQokoXCu3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-scQokoXCu3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-scQokoXCu3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-scQokoXCu3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-scQokoXCu3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-scQokoXCu3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-scQokoXCu3 .collapsed .btn {
  display: flex;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-scQokoXCu3 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-scQokoXCu3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-scQokoXCu3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-scQokoXCu3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-scQokoXCu3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-scQokoXCu3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scQokoXCu3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scQokoXCu3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-scQokoXCu3 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-scQokoXCu3 .menu-content-top {
    display: flex;
  }
  .cid-scQokoXCu3 .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-scQokoXCu3 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-scQokoXCu3 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-scQokoXCu3 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-scQokoXCu3 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-scQokoXCu3 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-scQokoXCu3 .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing,
  .cid-scQokoXCu3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-nav,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #0b518a;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scQokoXCu3 img {
    height: 3.8rem !important;
  }
  .cid-scQokoXCu3 .btn {
    display: flex;
  }
  .cid-scQokoXCu3 button.navbar-toggler {
    display: block;
  }
  .cid-scQokoXCu3 .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-scQokoXCu3 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-scQokoXCu3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-scQokoXCu3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scQokoXCu3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scQokoXCu3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-scQokoXCu3 .nav-link:focus {
  outline: none;
}
.cid-scQokoXCu3 .navbar-toggler {
  position: relative;
}
.cid-scQokoXCu3 .widget-title,
.cid-scQokoXCu3 .widget-icon {
  color: #ffffff;
}
.cid-scQokoXCu3 .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-scQokoXCu3 .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-scQokoXCu3 .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-scQokoXCu3 .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-scQokoXCu3 .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-scQokoXCu3 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-scQokoXCu3 .menu-content-top,
  .cid-scQokoXCu3 .menu-bottom {
    padding: 0 15px;
  }
  .cid-scQokoXCu3 button.navbar-toggler {
    align-self: center;
  }
  .cid-scQokoXCu3 .btn {
    margin-left: 0;
  }
  .cid-scQokoXCu3 .widget-icon {
    padding-right: 0;
  }
}
.cid-scQokoXCu3 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-scQokoXCu3 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #1c8ecb;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-scQokoXCu3 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-scQokoXCu3 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #29bfff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-scQokoXCu3 .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-scQokoXCu3 .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-scFxOMkLT9 {
  overflow-x: hidden !important;
}
.cid-scFxOMkLT9,
.cid-scFxOMkLT9 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 30px;
}
.cid-scFxOMkLT9 .mbr-section-title {
  color: #ffffff;
}
.cid-scFxOMkLT9 .mbr-section-title span {
  color: #0b518a;
}
.cid-scFxOMkLT9 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-scFxOMkLT9 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/trippywhitespacetop-seamless.gif");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-scFxOMkLT9 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-scFxOMkLT9 .mbr-overlay {
  z-index: 1;
}
.cid-scFxOMkLT9 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sdQTQ63UaS {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdQTQ63UaS .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-sdQTQ63UaS .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #0b518a;
}
.cid-sdQTQ63UaS .contents .mbr-subtitle {
  color: #1c8ecb;
  margin-bottom: 10px;
}
.cid-sdQTQ63UaS .contents .mbr-section-text {
  margin-top: 20px;
  color: #1c94c7;
}
.cid-sdQTQ63UaS .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sdQTQ63UaS .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #1c94c7;
  border-top: none;
}
.cid-sdQTQ63UaS .card-wrapper .card-box .card-title {
  color: #0b518a;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sdQTQ63UaS .card-wrapper .card-box .card-title:hover {
  color: #0b518a;
  transition: 0.3s all;
}
.cid-sdQTQ63UaS .card-wrapper .card-box .card-subtitle {
  color: #0b518a;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sdQTQ63UaS .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-sdQTQ63UaS .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #1c94c7;
}
.cid-sdQTQ63UaS .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sdQTQ63UaS .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #1c8ecb;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sdQTQ63UaS .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0b518a;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sdQTQ63UaS .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sdQTQ63UaS .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sdQTQ63UaS .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #0b518a;
}
.cid-sdQTQ63UaS .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.cid-sdQTQ63UaS .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-sdQTQ63UaS .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-sdQTQ63UaS .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-sdQTQ63UaS .card-wrapper .card-box .card-title,
.cid-sdQTQ63UaS .mbr-section-btn {
  text-align: center;
}
.cid-sdQU0ANryN {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdQU0ANryN .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-sdQU0ANryN .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #0b518a;
}
.cid-sdQU0ANryN .contents .mbr-subtitle {
  color: #1c8ecb;
  margin-bottom: 10px;
}
.cid-sdQU0ANryN .contents .mbr-section-text {
  margin-top: 20px;
  color: #1c94c7;
}
.cid-sdQU0ANryN .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sdQU0ANryN .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #1c94c7;
  border-top: none;
}
.cid-sdQU0ANryN .card-wrapper .card-box .card-title {
  color: #0b518a;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sdQU0ANryN .card-wrapper .card-box .card-title:hover {
  color: #0b518a;
  transition: 0.3s all;
}
.cid-sdQU0ANryN .card-wrapper .card-box .card-subtitle {
  color: #0b518a;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sdQU0ANryN .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-sdQU0ANryN .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #1c94c7;
}
.cid-sdQU0ANryN .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sdQU0ANryN .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #1c8ecb;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sdQU0ANryN .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0b518a;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sdQU0ANryN .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sdQU0ANryN .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sdQU0ANryN .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #0b518a;
}
.cid-sdQU0ANryN .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.cid-sdQU0ANryN .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-sdQU0ANryN .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-sdQU0ANryN .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-sdQU0ANryN .card-wrapper .card-box .card-title,
.cid-sdQU0ANryN .mbr-section-btn {
  text-align: center;
}
.cid-sdQU1h4ADg {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdQU1h4ADg .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-sdQU1h4ADg .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #0b518a;
}
.cid-sdQU1h4ADg .contents .mbr-subtitle {
  color: #1c8ecb;
  margin-bottom: 10px;
}
.cid-sdQU1h4ADg .contents .mbr-section-text {
  margin-top: 20px;
  color: #1c94c7;
}
.cid-sdQU1h4ADg .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sdQU1h4ADg .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #1c94c7;
  border-top: none;
}
.cid-sdQU1h4ADg .card-wrapper .card-box .card-title {
  color: #0b518a;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sdQU1h4ADg .card-wrapper .card-box .card-title:hover {
  color: #0b518a;
  transition: 0.3s all;
}
.cid-sdQU1h4ADg .card-wrapper .card-box .card-subtitle {
  color: #0b518a;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sdQU1h4ADg .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-sdQU1h4ADg .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #1c94c7;
}
.cid-sdQU1h4ADg .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sdQU1h4ADg .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #1c8ecb;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sdQU1h4ADg .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0b518a;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sdQU1h4ADg .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sdQU1h4ADg .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sdQU1h4ADg .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #0b518a;
}
.cid-sdQU1h4ADg .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.cid-sdQU1h4ADg .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-sdQU1h4ADg .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-sdQU1h4ADg .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-sdQU1h4ADg .card-wrapper .card-box .card-title,
.cid-sdQU1h4ADg .mbr-section-btn {
  text-align: center;
}
.cid-sdQU34pTsx {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdQU34pTsx .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-sdQU34pTsx .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #0b518a;
}
.cid-sdQU34pTsx .contents .mbr-subtitle {
  color: #1c8ecb;
  margin-bottom: 10px;
}
.cid-sdQU34pTsx .contents .mbr-section-text {
  margin-top: 20px;
  color: #1c94c7;
}
.cid-sdQU34pTsx .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sdQU34pTsx .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #1c94c7;
  border-top: none;
}
.cid-sdQU34pTsx .card-wrapper .card-box .card-title {
  color: #0b518a;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sdQU34pTsx .card-wrapper .card-box .card-title:hover {
  color: #0b518a;
  transition: 0.3s all;
}
.cid-sdQU34pTsx .card-wrapper .card-box .card-subtitle {
  color: #0b518a;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sdQU34pTsx .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-sdQU34pTsx .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #1c94c7;
}
.cid-sdQU34pTsx .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sdQU34pTsx .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #1c8ecb;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sdQU34pTsx .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0b518a;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sdQU34pTsx .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sdQU34pTsx .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sdQU34pTsx .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #0b518a;
}
.cid-sdQU34pTsx .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.cid-sdQU34pTsx .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-sdQU34pTsx .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-sdQU34pTsx .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-sdQU34pTsx .card-wrapper .card-box .card-title,
.cid-sdQU34pTsx .mbr-section-btn {
  text-align: center;
}
.cid-sdQU3JwpXR {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdQU3JwpXR .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-sdQU3JwpXR .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #0b518a;
}
.cid-sdQU3JwpXR .contents .mbr-subtitle {
  color: #1c8ecb;
  margin-bottom: 10px;
}
.cid-sdQU3JwpXR .contents .mbr-section-text {
  margin-top: 20px;
  color: #1c94c7;
}
.cid-sdQU3JwpXR .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sdQU3JwpXR .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #1c94c7;
  border-top: none;
}
.cid-sdQU3JwpXR .card-wrapper .card-box .card-title {
  color: #0b518a;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sdQU3JwpXR .card-wrapper .card-box .card-title:hover {
  color: #0b518a;
  transition: 0.3s all;
}
.cid-sdQU3JwpXR .card-wrapper .card-box .card-subtitle {
  color: #0b518a;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sdQU3JwpXR .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-sdQU3JwpXR .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #1c94c7;
}
.cid-sdQU3JwpXR .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sdQU3JwpXR .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #1c8ecb;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sdQU3JwpXR .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0b518a;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sdQU3JwpXR .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sdQU3JwpXR .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sdQU3JwpXR .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #0b518a;
}
.cid-sdQU3JwpXR .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.cid-sdQU3JwpXR .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-sdQU3JwpXR .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-sdQU3JwpXR .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-sdQU3JwpXR .card-wrapper .card-box .card-title,
.cid-sdQU3JwpXR .mbr-section-btn {
  text-align: center;
}
.cid-scNXPIPPzM {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mobaltt-179x105.png");
}
.cid-scNXPIPPzM .container-fluid {
  padding: 0 3rem;
}
.cid-scNXPIPPzM .animated-element {
  color: #1c94c7;
}
@media (max-width: 767px) {
  .cid-scNXPIPPzM .container-fluid {
    padding: 0 1rem;
  }
}
.cid-scNXPIPPzM H4 {
  color: #1c94c7;
}
.cid-scNXPIPPzM .mbr-text,
.cid-scNXPIPPzM .mbr-section-btn {
  color: #1c94c7;
}
.cid-scNXPIPPzM .mbr-section-title {
  color: #1c94c7;
}
.cid-scFxONfCNY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-scFxONfCNY p {
  text-align: center;
}
.cid-scFxONfCNY .text-copyright {
  width: 100%;
  margin-bottom: 0;
  color: #0b518a;
}
.cid-scFxONfCNY .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-scFxONfCNY .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #0b518a;
}
.cid-scFxONfCNY .logo-footer {
  line-height: normal;
}
.cid-scFxONfCNY .copyright {
  display: flex;
  align-items: center;
}
.cid-scFxONfCNY .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-scFxONfCNY .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-scFxONfCNY .icon-transition span {
  color: #1c94c7;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #1c94c7;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-scFxONfCNY .icon-transition span:hover {
  background-color: #1c94c7;
  color: #29bfff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-scFxONfCNY .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-scFxONfCNY .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-scFxONfCNY .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-scFxONfCNY .logo-footer {
    text-align: center;
  }
  .cid-scFxONfCNY .social-media {
    justify-content: center;
  }
}
.cid-scFxONEAJC.popup-builder {
  background-color: #ffffff;
}
.cid-scFxONEAJC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-scFxONEAJC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-scFxONEAJC .modal-content,
.cid-scFxONEAJC .modal-dialog {
  height: auto;
}
.cid-scFxONEAJC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-scFxONEAJC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-scFxONEAJC .form-wrapper .mbr-form .form-group,
  .cid-scFxONEAJC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-scFxONEAJC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-scFxONEAJC .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-scFxONEAJC .mbr-text {
  text-align: center;
  color: #1c94c7;
}
.cid-scFxONEAJC .pt-0 {
  padding-top: 0 !important;
}
.cid-scFxONEAJC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-scFxONEAJC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-scFxONEAJC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-scFxONEAJC .modal-open {
  overflow: hidden;
}
.cid-scFxONEAJC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-scFxONEAJC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-scFxONEAJC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-scFxONEAJC .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-scFxONEAJC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-scFxONEAJC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-scFxONEAJC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-scFxONEAJC .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-scFxONEAJC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-scFxONEAJC .modal-backdrop.fade {
  opacity: 0;
}
.cid-scFxONEAJC .modal-backdrop.show {
  opacity: .5;
}
.cid-scFxONEAJC .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-scFxONEAJC .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-scFxONEAJC .modal-header .close:hover {
  opacity: 1;
}
.cid-scFxONEAJC .modal-header .close:focus {
  outline: none;
}
.cid-scFxONEAJC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #1c94c7;
}
.cid-scFxONEAJC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-scFxONEAJC .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-scFxONEAJC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-scFxONEAJC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-scFxONEAJC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-scFxONEAJC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-scFxONEAJC .modal-sm {
    max-width: 300px;
  }
  .cid-scFxONEAJC .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-scFxONEAJC .modal-lg,
  .cid-scFxONEAJC .modal-xl {
    max-width: 800px;
  }
  .cid-scFxONEAJC .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-scFxONEAJC .modal-xl {
    max-width: 1140px;
  }
  .cid-scFxONEAJC .container {
    max-width: 1140px;
  }
}
.cid-scFxONEAJC .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-scFxONEAJC .container {
    max-width: 720px;
  }
}
.cid-scFxONEAJC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-scFxONEAJC .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-scFxONEAJC .form-group {
  margin-bottom: 1rem;
}
.cid-scFxONEAJC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-scFxONEAJC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-scFxONEAJC .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-scQYcAcbZm.popup-builder {
  background-color: #ffffff;
}
.cid-scQYcAcbZm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-scQYcAcbZm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-scQYcAcbZm .modal-content,
.cid-scQYcAcbZm .modal-dialog {
  height: auto;
}
.cid-scQYcAcbZm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-scQYcAcbZm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-scQYcAcbZm .form-wrapper .mbr-form .form-group,
  .cid-scQYcAcbZm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-scQYcAcbZm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-scQYcAcbZm .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-scQYcAcbZm .mbr-text {
  text-align: center;
  color: #1c94c7;
}
.cid-scQYcAcbZm .pt-0 {
  padding-top: 0 !important;
}
.cid-scQYcAcbZm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-scQYcAcbZm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-scQYcAcbZm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-scQYcAcbZm .modal-open {
  overflow: hidden;
}
.cid-scQYcAcbZm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-scQYcAcbZm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-scQYcAcbZm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-scQYcAcbZm .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-scQYcAcbZm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-scQYcAcbZm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-scQYcAcbZm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-scQYcAcbZm .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-scQYcAcbZm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-scQYcAcbZm .modal-backdrop.fade {
  opacity: 0;
}
.cid-scQYcAcbZm .modal-backdrop.show {
  opacity: .5;
}
.cid-scQYcAcbZm .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-scQYcAcbZm .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-scQYcAcbZm .modal-header .close:hover {
  opacity: 1;
}
.cid-scQYcAcbZm .modal-header .close:focus {
  outline: none;
}
.cid-scQYcAcbZm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #1c94c7;
}
.cid-scQYcAcbZm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-scQYcAcbZm .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-scQYcAcbZm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-scQYcAcbZm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-scQYcAcbZm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-scQYcAcbZm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-scQYcAcbZm .modal-sm {
    max-width: 300px;
  }
  .cid-scQYcAcbZm .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-scQYcAcbZm .modal-lg,
  .cid-scQYcAcbZm .modal-xl {
    max-width: 800px;
  }
  .cid-scQYcAcbZm .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-scQYcAcbZm .modal-xl {
    max-width: 1140px;
  }
  .cid-scQYcAcbZm .container {
    max-width: 1140px;
  }
}
.cid-scQYcAcbZm .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-scQYcAcbZm .container {
    max-width: 720px;
  }
}
.cid-scQYcAcbZm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-scQYcAcbZm .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-scQYcAcbZm .form-group {
  margin-bottom: 1rem;
}
.cid-scQYcAcbZm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-scQYcAcbZm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-scQYcAcbZm .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-scNZdUjd6A.popup-builder {
  background-color: #ffffff;
}
.cid-scNZdUjd6A.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-scNZdUjd6A.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-scNZdUjd6A .modal-content,
.cid-scNZdUjd6A .modal-dialog {
  height: auto;
}
.cid-scNZdUjd6A .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-scNZdUjd6A .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-scNZdUjd6A .form-wrapper .mbr-form .form-group,
  .cid-scNZdUjd6A .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-scNZdUjd6A .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-scNZdUjd6A .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-scNZdUjd6A .mbr-text {
  text-align: center;
  color: #1c94c7;
}
.cid-scNZdUjd6A .pt-0 {
  padding-top: 0 !important;
}
.cid-scNZdUjd6A .pb-0 {
  padding-bottom: 0 !important;
}
.cid-scNZdUjd6A .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-scNZdUjd6A .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-scNZdUjd6A .modal-open {
  overflow: hidden;
}
.cid-scNZdUjd6A .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-scNZdUjd6A .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-scNZdUjd6A .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-scNZdUjd6A .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-scNZdUjd6A .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-scNZdUjd6A .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-scNZdUjd6A .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-scNZdUjd6A .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-scNZdUjd6A .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-scNZdUjd6A .modal-backdrop.fade {
  opacity: 0;
}
.cid-scNZdUjd6A .modal-backdrop.show {
  opacity: .5;
}
.cid-scNZdUjd6A .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-scNZdUjd6A .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-scNZdUjd6A .modal-header .close:hover {
  opacity: 1;
}
.cid-scNZdUjd6A .modal-header .close:focus {
  outline: none;
}
.cid-scNZdUjd6A .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #1c94c7;
}
.cid-scNZdUjd6A .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-scNZdUjd6A .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-scNZdUjd6A .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-scNZdUjd6A .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-scNZdUjd6A .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-scNZdUjd6A .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-scNZdUjd6A .modal-sm {
    max-width: 300px;
  }
  .cid-scNZdUjd6A .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-scNZdUjd6A .modal-lg,
  .cid-scNZdUjd6A .modal-xl {
    max-width: 800px;
  }
  .cid-scNZdUjd6A .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-scNZdUjd6A .modal-xl {
    max-width: 1140px;
  }
  .cid-scNZdUjd6A .container {
    max-width: 1140px;
  }
}
.cid-scNZdUjd6A .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-scNZdUjd6A .container {
    max-width: 720px;
  }
}
.cid-scNZdUjd6A .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-scNZdUjd6A .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-scNZdUjd6A .form-group {
  margin-bottom: 1rem;
}
.cid-scNZdUjd6A .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-scNZdUjd6A .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-scNZdUjd6A .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-scQokoXCu3 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-scQokoXCu3 .navbar-fixed-top {
  padding-top: 0;
}
.cid-scQokoXCu3 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-scQokoXCu3 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-scQokoXCu3 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-scQokoXCu3 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scQokoXCu3 .menu-content-top {
  background: #1c94c7;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-scQokoXCu3 .dropdown-item {
  padding: 0;
  color: #1c94c7;
  line-height: 2.6;
}
.cid-scQokoXCu3 .dropdown-item:hover {
  color: #29bfff !important;
}
.cid-scQokoXCu3 .nav-link,
.cid-scQokoXCu3 .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-scQokoXCu3 .nav-link:hover,
.cid-scQokoXCu3 .brand-name:hover {
  color: #29bfff !important;
}
.cid-scQokoXCu3 .dropdown-menu {
  background-color: #ffffff;
}
.cid-scQokoXCu3 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-scQokoXCu3 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-scQokoXCu3 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-scQokoXCu3 .nav-item {
  position: relative;
}
.cid-scQokoXCu3 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-scQokoXCu3 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-scQokoXCu3 .nav-item .nav-link:focus {
  outline: none;
}
.cid-scQokoXCu3 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-scQokoXCu3 .content-text {
  margin-bottom: 0;
}
.cid-scQokoXCu3 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-scQokoXCu3 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0b518a;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-scQokoXCu3 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-scQokoXCu3 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-scQokoXCu3 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-scQokoXCu3 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-scQokoXCu3 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-scQokoXCu3 .content-right-side {
  text-align: center;
}
.cid-scQokoXCu3 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-scQokoXCu3 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-scQokoXCu3 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-scQokoXCu3 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-scQokoXCu3 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-scQokoXCu3 .info-widget:first-child {
  margin-left: 0;
}
.cid-scQokoXCu3 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-scQokoXCu3 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-scQokoXCu3 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-scQokoXCu3 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-scQokoXCu3 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-scQokoXCu3 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-scQokoXCu3 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #1c8ecb;
}
@media (min-width: 992px) {
  .cid-scQokoXCu3 .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-scQokoXCu3 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #29bfff;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-scQokoXCu3 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-scQokoXCu3 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-scQokoXCu3 .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-scQokoXCu3 .navbar {
    display: block;
    padding: 0;
  }
  .cid-scQokoXCu3 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-scQokoXCu3 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-scQokoXCu3 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-scQokoXCu3 .navbar-toggler {
    display: none;
  }
  .cid-scQokoXCu3 .navbar-collapse {
    justify-content: center;
  }
}
.cid-scQokoXCu3 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-scQokoXCu3 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-scQokoXCu3 .btn-sm {
  padding: 13px 29px;
}
.cid-scQokoXCu3 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-scQokoXCu3 .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-scQokoXCu3 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-scQokoXCu3 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-scQokoXCu3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-scQokoXCu3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-scQokoXCu3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-scQokoXCu3 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scQokoXCu3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scQokoXCu3 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-scQokoXCu3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-scQokoXCu3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scQokoXCu3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scQokoXCu3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scQokoXCu3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-scQokoXCu3 button.navbar-toggler:focus {
  outline: none;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c8ecb;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-scQokoXCu3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-scQokoXCu3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-scQokoXCu3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-scQokoXCu3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-scQokoXCu3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-scQokoXCu3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-scQokoXCu3 .collapsed .btn {
  display: flex;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-scQokoXCu3 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-scQokoXCu3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-scQokoXCu3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-scQokoXCu3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-scQokoXCu3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-scQokoXCu3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scQokoXCu3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scQokoXCu3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-scQokoXCu3 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-scQokoXCu3 .menu-content-top {
    display: flex;
  }
  .cid-scQokoXCu3 .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-scQokoXCu3 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-scQokoXCu3 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-scQokoXCu3 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-scQokoXCu3 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-scQokoXCu3 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-scQokoXCu3 .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing,
  .cid-scQokoXCu3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-nav,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #0b518a;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scQokoXCu3 img {
    height: 3.8rem !important;
  }
  .cid-scQokoXCu3 .btn {
    display: flex;
  }
  .cid-scQokoXCu3 button.navbar-toggler {
    display: block;
  }
  .cid-scQokoXCu3 .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-scQokoXCu3 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-scQokoXCu3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-scQokoXCu3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scQokoXCu3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scQokoXCu3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-scQokoXCu3 .nav-link:focus {
  outline: none;
}
.cid-scQokoXCu3 .navbar-toggler {
  position: relative;
}
.cid-scQokoXCu3 .widget-title,
.cid-scQokoXCu3 .widget-icon {
  color: #ffffff;
}
.cid-scQokoXCu3 .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-scQokoXCu3 .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-scQokoXCu3 .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-scQokoXCu3 .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-scQokoXCu3 .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-scQokoXCu3 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-scQokoXCu3 .menu-content-top,
  .cid-scQokoXCu3 .menu-bottom {
    padding: 0 15px;
  }
  .cid-scQokoXCu3 button.navbar-toggler {
    align-self: center;
  }
  .cid-scQokoXCu3 .btn {
    margin-left: 0;
  }
  .cid-scQokoXCu3 .widget-icon {
    padding-right: 0;
  }
}
.cid-scQokoXCu3 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-scQokoXCu3 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #1c8ecb;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-scQokoXCu3 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-scQokoXCu3 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #29bfff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-scQokoXCu3 .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-scQokoXCu3 .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-sdSBnYCSMB.popup-builder {
  background-color: #ffffff;
}
.cid-sdSBnYCSMB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sdSBnYCSMB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sdSBnYCSMB .modal-content,
.cid-sdSBnYCSMB .modal-dialog {
  height: auto;
}
.cid-sdSBnYCSMB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sdSBnYCSMB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sdSBnYCSMB .form-wrapper .mbr-form .form-group,
  .cid-sdSBnYCSMB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sdSBnYCSMB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sdSBnYCSMB .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-sdSBnYCSMB .mbr-text {
  text-align: center;
  color: #1c94c7;
}
.cid-sdSBnYCSMB .pt-0 {
  padding-top: 0 !important;
}
.cid-sdSBnYCSMB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sdSBnYCSMB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sdSBnYCSMB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sdSBnYCSMB .modal-open {
  overflow: hidden;
}
.cid-sdSBnYCSMB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sdSBnYCSMB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sdSBnYCSMB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sdSBnYCSMB .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-sdSBnYCSMB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sdSBnYCSMB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sdSBnYCSMB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sdSBnYCSMB .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sdSBnYCSMB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sdSBnYCSMB .modal-backdrop.fade {
  opacity: 0;
}
.cid-sdSBnYCSMB .modal-backdrop.show {
  opacity: .5;
}
.cid-sdSBnYCSMB .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-sdSBnYCSMB .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sdSBnYCSMB .modal-header .close:hover {
  opacity: 1;
}
.cid-sdSBnYCSMB .modal-header .close:focus {
  outline: none;
}
.cid-sdSBnYCSMB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #1c94c7;
}
.cid-sdSBnYCSMB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sdSBnYCSMB .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-sdSBnYCSMB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sdSBnYCSMB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sdSBnYCSMB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sdSBnYCSMB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sdSBnYCSMB .modal-sm {
    max-width: 300px;
  }
  .cid-sdSBnYCSMB .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sdSBnYCSMB .modal-lg,
  .cid-sdSBnYCSMB .modal-xl {
    max-width: 800px;
  }
  .cid-sdSBnYCSMB .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sdSBnYCSMB .modal-xl {
    max-width: 1140px;
  }
  .cid-sdSBnYCSMB .container {
    max-width: 1140px;
  }
}
.cid-sdSBnYCSMB .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sdSBnYCSMB .container {
    max-width: 720px;
  }
}
.cid-sdSBnYCSMB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sdSBnYCSMB .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-sdSBnYCSMB .form-group {
  margin-bottom: 1rem;
}
.cid-sdSBnYCSMB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sdSBnYCSMB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sdSBnYCSMB .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-scFygEBJxm {
  overflow-x: hidden !important;
}
.cid-scFygEBJxm,
.cid-scFygEBJxm .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 30px;
}
.cid-scFygEBJxm .mbr-section-title {
  color: #ffffff;
}
.cid-scFygEBJxm .mbr-section-title span {
  color: #0b518a;
}
.cid-scFygEBJxm .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-scFygEBJxm .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/trippywhitespacetop-seamless.gif");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-scFygEBJxm .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-scFygEBJxm .mbr-overlay {
  z-index: 1;
}
.cid-scFygEBJxm .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-scQBoghIpf {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-scQBoghIpf .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-scQBoghIpf .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-scQBoghIpf .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-scQBoghIpf .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-scQBoghIpf .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-scQBoghIpf .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1c8ecb;
  margin-left: 0.6rem;
}
.cid-scQBoghIpf .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-scQBoghIpf .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-scQBoghIpf .separator,
  .cid-scQBoghIpf .sep-holder,
  .cid-scQBoghIpf .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-scQBoghIpf .buttons-wrap {
    flex-direction: column;
  }
}
.cid-scQBoghIpf .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-scQBoghIpf .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-scQBoghIpf .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-scQBoghIpf .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-scQBoghIpf .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-scQBoghIpf .items .list-item:last-child .listico {
  display: none;
}
.cid-scQBoghIpf .mbr-section-title,
.cid-scQBoghIpf .mbr-section-btn {
  color: #1c94c7;
}
.cid-sdQYdTUDMz {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdQYdTUDMz .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-sdQYdTUDMz .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #0b518a;
}
.cid-sdQYdTUDMz .contents .mbr-subtitle {
  color: #1c8ecb;
  margin-bottom: 10px;
}
.cid-sdQYdTUDMz .contents .mbr-section-text {
  margin-top: 20px;
  color: #1c94c7;
}
.cid-sdQYdTUDMz .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sdQYdTUDMz .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #1c94c7;
  border-top: none;
}
.cid-sdQYdTUDMz .card-wrapper .card-box .card-title {
  color: #0b518a;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sdQYdTUDMz .card-wrapper .card-box .card-title:hover {
  color: #0b518a;
  transition: 0.3s all;
}
.cid-sdQYdTUDMz .card-wrapper .card-box .card-subtitle {
  color: #0b518a;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sdQYdTUDMz .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-sdQYdTUDMz .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #1c94c7;
}
.cid-sdQYdTUDMz .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sdQYdTUDMz .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #1c8ecb;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sdQYdTUDMz .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0b518a;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sdQYdTUDMz .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sdQYdTUDMz .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sdQYdTUDMz .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #0b518a;
}
.cid-sdQYdTUDMz .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.cid-sdQYdTUDMz .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-sdQYdTUDMz .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-sdQYdTUDMz .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-sdQYdTUDMz .card-wrapper .card-box .card-title,
.cid-sdQYdTUDMz .mbr-section-btn {
  text-align: center;
}
.cid-sdQYeHICqA {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdQYeHICqA .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-sdQYeHICqA .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #0b518a;
}
.cid-sdQYeHICqA .contents .mbr-subtitle {
  color: #1c8ecb;
  margin-bottom: 10px;
}
.cid-sdQYeHICqA .contents .mbr-section-text {
  margin-top: 20px;
  color: #1c94c7;
}
.cid-sdQYeHICqA .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sdQYeHICqA .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #1c94c7;
  border-top: none;
}
.cid-sdQYeHICqA .card-wrapper .card-box .card-title {
  color: #0b518a;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sdQYeHICqA .card-wrapper .card-box .card-title:hover {
  color: #0b518a;
  transition: 0.3s all;
}
.cid-sdQYeHICqA .card-wrapper .card-box .card-subtitle {
  color: #0b518a;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sdQYeHICqA .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-sdQYeHICqA .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #1c94c7;
}
.cid-sdQYeHICqA .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sdQYeHICqA .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #1c8ecb;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sdQYeHICqA .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0b518a;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sdQYeHICqA .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sdQYeHICqA .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sdQYeHICqA .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #0b518a;
}
.cid-sdQYeHICqA .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.cid-sdQYeHICqA .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-sdQYeHICqA .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-sdQYeHICqA .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-sdQYeHICqA .card-wrapper .card-box .card-title,
.cid-sdQYeHICqA .mbr-section-btn {
  text-align: center;
}
.cid-scQBNXnfdR {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background4-1.jpg");
}
.cid-scQBNXnfdR .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-scQBNXnfdR .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-scQBNXnfdR .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-scQBNXnfdR .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-scQBNXnfdR .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-scQBNXnfdR .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1c8ecb;
  margin-left: 0.6rem;
}
.cid-scQBNXnfdR .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-scQBNXnfdR .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-scQBNXnfdR .separator,
  .cid-scQBNXnfdR .sep-holder,
  .cid-scQBNXnfdR .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-scQBNXnfdR .buttons-wrap {
    flex-direction: column;
  }
}
.cid-scQBNXnfdR .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-scQBNXnfdR .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-scQBNXnfdR .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-scQBNXnfdR .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-scQBNXnfdR .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-scQBNXnfdR .items .list-item:last-child .listico {
  display: none;
}
.cid-scQBNXnfdR .mbr-section-title,
.cid-scQBNXnfdR .mbr-section-btn {
  color: #1c94c7;
}
.cid-sdQYo7ODtS {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdQYo7ODtS .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-sdQYo7ODtS .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #0b518a;
}
.cid-sdQYo7ODtS .contents .mbr-subtitle {
  color: #1c8ecb;
  margin-bottom: 10px;
}
.cid-sdQYo7ODtS .contents .mbr-section-text {
  margin-top: 20px;
  color: #1c94c7;
}
.cid-sdQYo7ODtS .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sdQYo7ODtS .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #1c94c7;
  border-top: none;
}
.cid-sdQYo7ODtS .card-wrapper .card-box .card-title {
  color: #0b518a;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sdQYo7ODtS .card-wrapper .card-box .card-title:hover {
  color: #0b518a;
  transition: 0.3s all;
}
.cid-sdQYo7ODtS .card-wrapper .card-box .card-subtitle {
  color: #0b518a;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sdQYo7ODtS .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-sdQYo7ODtS .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #1c94c7;
}
.cid-sdQYo7ODtS .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sdQYo7ODtS .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #1c8ecb;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sdQYo7ODtS .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0b518a;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sdQYo7ODtS .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sdQYo7ODtS .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sdQYo7ODtS .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #0b518a;
}
.cid-sdQYo7ODtS .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.cid-sdQYo7ODtS .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-sdQYo7ODtS .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-sdQYo7ODtS .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-sdQYo7ODtS .card-wrapper .card-box .card-title,
.cid-sdQYo7ODtS .mbr-section-btn {
  text-align: center;
}
.cid-sdQYoZ0dGc {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdQYoZ0dGc .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-sdQYoZ0dGc .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #0b518a;
}
.cid-sdQYoZ0dGc .contents .mbr-subtitle {
  color: #1c8ecb;
  margin-bottom: 10px;
}
.cid-sdQYoZ0dGc .contents .mbr-section-text {
  margin-top: 20px;
  color: #1c94c7;
}
.cid-sdQYoZ0dGc .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sdQYoZ0dGc .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #1c94c7;
  border-top: none;
}
.cid-sdQYoZ0dGc .card-wrapper .card-box .card-title {
  color: #0b518a;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sdQYoZ0dGc .card-wrapper .card-box .card-title:hover {
  color: #0b518a;
  transition: 0.3s all;
}
.cid-sdQYoZ0dGc .card-wrapper .card-box .card-subtitle {
  color: #0b518a;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sdQYoZ0dGc .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-sdQYoZ0dGc .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #1c94c7;
}
.cid-sdQYoZ0dGc .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sdQYoZ0dGc .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #1c8ecb;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sdQYoZ0dGc .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0b518a;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sdQYoZ0dGc .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sdQYoZ0dGc .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sdQYoZ0dGc .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #0b518a;
}
.cid-sdQYoZ0dGc .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.cid-sdQYoZ0dGc .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-sdQYoZ0dGc .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-sdQYoZ0dGc .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-sdQYoZ0dGc .card-wrapper .card-box .card-title,
.cid-sdQYoZ0dGc .mbr-section-btn {
  text-align: center;
}
.cid-scNXYkWyLd {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mobaltt-179x105.png");
}
.cid-scNXYkWyLd .container-fluid {
  padding: 0 3rem;
}
.cid-scNXYkWyLd .animated-element {
  color: #1c94c7;
}
@media (max-width: 767px) {
  .cid-scNXYkWyLd .container-fluid {
    padding: 0 1rem;
  }
}
.cid-scNXYkWyLd H4 {
  color: #1c94c7;
}
.cid-scNXYkWyLd .mbr-text,
.cid-scNXYkWyLd .mbr-section-btn {
  color: #1c94c7;
}
.cid-scNXYkWyLd .mbr-section-title {
  color: #1c94c7;
}
.cid-scFygFGpyt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-scFygFGpyt p {
  text-align: center;
}
.cid-scFygFGpyt .text-copyright {
  width: 100%;
  margin-bottom: 0;
  color: #0b518a;
}
.cid-scFygFGpyt .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-scFygFGpyt .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #0b518a;
}
.cid-scFygFGpyt .logo-footer {
  line-height: normal;
}
.cid-scFygFGpyt .copyright {
  display: flex;
  align-items: center;
}
.cid-scFygFGpyt .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-scFygFGpyt .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-scFygFGpyt .icon-transition span {
  color: #1c94c7;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #1c94c7;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-scFygFGpyt .icon-transition span:hover {
  background-color: #1c94c7;
  color: #29bfff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-scFygFGpyt .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-scFygFGpyt .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-scFygFGpyt .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-scFygFGpyt .logo-footer {
    text-align: center;
  }
  .cid-scFygFGpyt .social-media {
    justify-content: center;
  }
}
.cid-sdT7EM7aIt.popup-builder {
  background-color: #ffffff;
}
.cid-sdT7EM7aIt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sdT7EM7aIt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sdT7EM7aIt .modal-content,
.cid-sdT7EM7aIt .modal-dialog {
  height: auto;
}
.cid-sdT7EM7aIt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sdT7EM7aIt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sdT7EM7aIt .form-wrapper .mbr-form .form-group,
  .cid-sdT7EM7aIt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sdT7EM7aIt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sdT7EM7aIt .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-sdT7EM7aIt .mbr-text {
  text-align: center;
  color: #1c94c7;
}
.cid-sdT7EM7aIt .pt-0 {
  padding-top: 0 !important;
}
.cid-sdT7EM7aIt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sdT7EM7aIt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sdT7EM7aIt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sdT7EM7aIt .modal-open {
  overflow: hidden;
}
.cid-sdT7EM7aIt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sdT7EM7aIt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sdT7EM7aIt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sdT7EM7aIt .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-sdT7EM7aIt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sdT7EM7aIt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sdT7EM7aIt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sdT7EM7aIt .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sdT7EM7aIt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sdT7EM7aIt .modal-backdrop.fade {
  opacity: 0;
}
.cid-sdT7EM7aIt .modal-backdrop.show {
  opacity: .5;
}
.cid-sdT7EM7aIt .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-sdT7EM7aIt .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sdT7EM7aIt .modal-header .close:hover {
  opacity: 1;
}
.cid-sdT7EM7aIt .modal-header .close:focus {
  outline: none;
}
.cid-sdT7EM7aIt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #1c94c7;
}
.cid-sdT7EM7aIt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sdT7EM7aIt .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-sdT7EM7aIt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sdT7EM7aIt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sdT7EM7aIt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sdT7EM7aIt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sdT7EM7aIt .modal-sm {
    max-width: 300px;
  }
  .cid-sdT7EM7aIt .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sdT7EM7aIt .modal-lg,
  .cid-sdT7EM7aIt .modal-xl {
    max-width: 800px;
  }
  .cid-sdT7EM7aIt .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sdT7EM7aIt .modal-xl {
    max-width: 1140px;
  }
  .cid-sdT7EM7aIt .container {
    max-width: 1140px;
  }
}
.cid-sdT7EM7aIt .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sdT7EM7aIt .container {
    max-width: 720px;
  }
}
.cid-sdT7EM7aIt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sdT7EM7aIt .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-sdT7EM7aIt .form-group {
  margin-bottom: 1rem;
}
.cid-sdT7EM7aIt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sdT7EM7aIt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sdT7EM7aIt .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-scFygGcO6Q.popup-builder {
  background-color: #ffffff;
}
.cid-scFygGcO6Q.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-scFygGcO6Q.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-scFygGcO6Q .modal-content,
.cid-scFygGcO6Q .modal-dialog {
  height: auto;
}
.cid-scFygGcO6Q .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-scFygGcO6Q .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-scFygGcO6Q .form-wrapper .mbr-form .form-group,
  .cid-scFygGcO6Q .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-scFygGcO6Q .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-scFygGcO6Q .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-scFygGcO6Q .mbr-text {
  text-align: center;
  color: #1c94c7;
}
.cid-scFygGcO6Q .pt-0 {
  padding-top: 0 !important;
}
.cid-scFygGcO6Q .pb-0 {
  padding-bottom: 0 !important;
}
.cid-scFygGcO6Q .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-scFygGcO6Q .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-scFygGcO6Q .modal-open {
  overflow: hidden;
}
.cid-scFygGcO6Q .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-scFygGcO6Q .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-scFygGcO6Q .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-scFygGcO6Q .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-scFygGcO6Q .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-scFygGcO6Q .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-scFygGcO6Q .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-scFygGcO6Q .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-scFygGcO6Q .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-scFygGcO6Q .modal-backdrop.fade {
  opacity: 0;
}
.cid-scFygGcO6Q .modal-backdrop.show {
  opacity: .5;
}
.cid-scFygGcO6Q .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-scFygGcO6Q .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-scFygGcO6Q .modal-header .close:hover {
  opacity: 1;
}
.cid-scFygGcO6Q .modal-header .close:focus {
  outline: none;
}
.cid-scFygGcO6Q .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #1c94c7;
}
.cid-scFygGcO6Q .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-scFygGcO6Q .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-scFygGcO6Q .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-scFygGcO6Q .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-scFygGcO6Q .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-scFygGcO6Q .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-scFygGcO6Q .modal-sm {
    max-width: 300px;
  }
  .cid-scFygGcO6Q .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-scFygGcO6Q .modal-lg,
  .cid-scFygGcO6Q .modal-xl {
    max-width: 800px;
  }
  .cid-scFygGcO6Q .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-scFygGcO6Q .modal-xl {
    max-width: 1140px;
  }
  .cid-scFygGcO6Q .container {
    max-width: 1140px;
  }
}
.cid-scFygGcO6Q .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-scFygGcO6Q .container {
    max-width: 720px;
  }
}
.cid-scFygGcO6Q .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-scFygGcO6Q .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-scFygGcO6Q .form-group {
  margin-bottom: 1rem;
}
.cid-scFygGcO6Q .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-scFygGcO6Q .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-scFygGcO6Q .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-scNZiOyTJ8.popup-builder {
  background-color: #ffffff;
}
.cid-scNZiOyTJ8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-scNZiOyTJ8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-scNZiOyTJ8 .modal-content,
.cid-scNZiOyTJ8 .modal-dialog {
  height: auto;
}
.cid-scNZiOyTJ8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-scNZiOyTJ8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-scNZiOyTJ8 .form-wrapper .mbr-form .form-group,
  .cid-scNZiOyTJ8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-scNZiOyTJ8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-scNZiOyTJ8 .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-scNZiOyTJ8 .mbr-text {
  text-align: center;
  color: #1c94c7;
}
.cid-scNZiOyTJ8 .pt-0 {
  padding-top: 0 !important;
}
.cid-scNZiOyTJ8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-scNZiOyTJ8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-scNZiOyTJ8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-scNZiOyTJ8 .modal-open {
  overflow: hidden;
}
.cid-scNZiOyTJ8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-scNZiOyTJ8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-scNZiOyTJ8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-scNZiOyTJ8 .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-scNZiOyTJ8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-scNZiOyTJ8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-scNZiOyTJ8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-scNZiOyTJ8 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-scNZiOyTJ8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-scNZiOyTJ8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-scNZiOyTJ8 .modal-backdrop.show {
  opacity: .5;
}
.cid-scNZiOyTJ8 .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-scNZiOyTJ8 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-scNZiOyTJ8 .modal-header .close:hover {
  opacity: 1;
}
.cid-scNZiOyTJ8 .modal-header .close:focus {
  outline: none;
}
.cid-scNZiOyTJ8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #1c94c7;
}
.cid-scNZiOyTJ8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-scNZiOyTJ8 .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-scNZiOyTJ8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-scNZiOyTJ8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-scNZiOyTJ8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-scNZiOyTJ8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-scNZiOyTJ8 .modal-sm {
    max-width: 300px;
  }
  .cid-scNZiOyTJ8 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-scNZiOyTJ8 .modal-lg,
  .cid-scNZiOyTJ8 .modal-xl {
    max-width: 800px;
  }
  .cid-scNZiOyTJ8 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-scNZiOyTJ8 .modal-xl {
    max-width: 1140px;
  }
  .cid-scNZiOyTJ8 .container {
    max-width: 1140px;
  }
}
.cid-scNZiOyTJ8 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-scNZiOyTJ8 .container {
    max-width: 720px;
  }
}
.cid-scNZiOyTJ8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-scNZiOyTJ8 .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-scNZiOyTJ8 .form-group {
  margin-bottom: 1rem;
}
.cid-scNZiOyTJ8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-scNZiOyTJ8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-scNZiOyTJ8 .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-scQokoXCu3 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-scQokoXCu3 .navbar-fixed-top {
  padding-top: 0;
}
.cid-scQokoXCu3 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-scQokoXCu3 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-scQokoXCu3 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-scQokoXCu3 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scQokoXCu3 .menu-content-top {
  background: #1c94c7;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-scQokoXCu3 .dropdown-item {
  padding: 0;
  color: #1c94c7;
  line-height: 2.6;
}
.cid-scQokoXCu3 .dropdown-item:hover {
  color: #29bfff !important;
}
.cid-scQokoXCu3 .nav-link,
.cid-scQokoXCu3 .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-scQokoXCu3 .nav-link:hover,
.cid-scQokoXCu3 .brand-name:hover {
  color: #29bfff !important;
}
.cid-scQokoXCu3 .dropdown-menu {
  background-color: #ffffff;
}
.cid-scQokoXCu3 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-scQokoXCu3 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-scQokoXCu3 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-scQokoXCu3 .nav-item {
  position: relative;
}
.cid-scQokoXCu3 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-scQokoXCu3 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-scQokoXCu3 .nav-item .nav-link:focus {
  outline: none;
}
.cid-scQokoXCu3 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-scQokoXCu3 .content-text {
  margin-bottom: 0;
}
.cid-scQokoXCu3 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-scQokoXCu3 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0b518a;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-scQokoXCu3 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-scQokoXCu3 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-scQokoXCu3 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-scQokoXCu3 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-scQokoXCu3 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-scQokoXCu3 .content-right-side {
  text-align: center;
}
.cid-scQokoXCu3 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-scQokoXCu3 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-scQokoXCu3 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-scQokoXCu3 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-scQokoXCu3 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-scQokoXCu3 .info-widget:first-child {
  margin-left: 0;
}
.cid-scQokoXCu3 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-scQokoXCu3 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-scQokoXCu3 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-scQokoXCu3 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-scQokoXCu3 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-scQokoXCu3 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-scQokoXCu3 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #1c8ecb;
}
@media (min-width: 992px) {
  .cid-scQokoXCu3 .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-scQokoXCu3 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #29bfff;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-scQokoXCu3 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-scQokoXCu3 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-scQokoXCu3 .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-scQokoXCu3 .navbar {
    display: block;
    padding: 0;
  }
  .cid-scQokoXCu3 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-scQokoXCu3 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-scQokoXCu3 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-scQokoXCu3 .navbar-toggler {
    display: none;
  }
  .cid-scQokoXCu3 .navbar-collapse {
    justify-content: center;
  }
}
.cid-scQokoXCu3 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-scQokoXCu3 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-scQokoXCu3 .btn-sm {
  padding: 13px 29px;
}
.cid-scQokoXCu3 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-scQokoXCu3 .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-scQokoXCu3 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-scQokoXCu3 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-scQokoXCu3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-scQokoXCu3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-scQokoXCu3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-scQokoXCu3 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scQokoXCu3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scQokoXCu3 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-scQokoXCu3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-scQokoXCu3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scQokoXCu3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scQokoXCu3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scQokoXCu3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-scQokoXCu3 button.navbar-toggler:focus {
  outline: none;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c8ecb;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-scQokoXCu3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-scQokoXCu3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-scQokoXCu3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-scQokoXCu3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-scQokoXCu3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-scQokoXCu3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-scQokoXCu3 .collapsed .btn {
  display: flex;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-scQokoXCu3 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-scQokoXCu3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-scQokoXCu3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-scQokoXCu3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-scQokoXCu3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-scQokoXCu3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scQokoXCu3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scQokoXCu3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-scQokoXCu3 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-scQokoXCu3 .menu-content-top {
    display: flex;
  }
  .cid-scQokoXCu3 .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-scQokoXCu3 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-scQokoXCu3 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-scQokoXCu3 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-scQokoXCu3 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-scQokoXCu3 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-scQokoXCu3 .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing,
  .cid-scQokoXCu3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-nav,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #0b518a;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scQokoXCu3 img {
    height: 3.8rem !important;
  }
  .cid-scQokoXCu3 .btn {
    display: flex;
  }
  .cid-scQokoXCu3 button.navbar-toggler {
    display: block;
  }
  .cid-scQokoXCu3 .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-scQokoXCu3 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-scQokoXCu3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-scQokoXCu3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scQokoXCu3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scQokoXCu3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-scQokoXCu3 .nav-link:focus {
  outline: none;
}
.cid-scQokoXCu3 .navbar-toggler {
  position: relative;
}
.cid-scQokoXCu3 .widget-title,
.cid-scQokoXCu3 .widget-icon {
  color: #ffffff;
}
.cid-scQokoXCu3 .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-scQokoXCu3 .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-scQokoXCu3 .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-scQokoXCu3 .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-scQokoXCu3 .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-scQokoXCu3 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-scQokoXCu3 .menu-content-top,
  .cid-scQokoXCu3 .menu-bottom {
    padding: 0 15px;
  }
  .cid-scQokoXCu3 button.navbar-toggler {
    align-self: center;
  }
  .cid-scQokoXCu3 .btn {
    margin-left: 0;
  }
  .cid-scQokoXCu3 .widget-icon {
    padding-right: 0;
  }
}
.cid-scQokoXCu3 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-scQokoXCu3 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #1c8ecb;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-scQokoXCu3 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-scQokoXCu3 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #29bfff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-scQokoXCu3 .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-scQokoXCu3 .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-scFy2zMTT0 {
  overflow-x: hidden !important;
}
.cid-scFy2zMTT0,
.cid-scFy2zMTT0 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 30px;
}
.cid-scFy2zMTT0 .mbr-section-title {
  color: #ffffff;
}
.cid-scFy2zMTT0 .mbr-section-title span {
  color: #0b518a;
}
.cid-scFy2zMTT0 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-scFy2zMTT0 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/trippywhitespacetop-seamless.gif");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-scFy2zMTT0 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-scFy2zMTT0 .mbr-overlay {
  z-index: 1;
}
.cid-scFy2zMTT0 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sdQWbCE5Fc {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdQWbCE5Fc .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-sdQWbCE5Fc .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #0b518a;
}
.cid-sdQWbCE5Fc .contents .mbr-subtitle {
  color: #1c8ecb;
  margin-bottom: 10px;
}
.cid-sdQWbCE5Fc .contents .mbr-section-text {
  margin-top: 20px;
  color: #1c94c7;
}
.cid-sdQWbCE5Fc .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sdQWbCE5Fc .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #1c94c7;
  border-top: none;
}
.cid-sdQWbCE5Fc .card-wrapper .card-box .card-title {
  color: #0b518a;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sdQWbCE5Fc .card-wrapper .card-box .card-title:hover {
  color: #0b518a;
  transition: 0.3s all;
}
.cid-sdQWbCE5Fc .card-wrapper .card-box .card-subtitle {
  color: #0b518a;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sdQWbCE5Fc .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-sdQWbCE5Fc .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #1c94c7;
}
.cid-sdQWbCE5Fc .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sdQWbCE5Fc .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #1c8ecb;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sdQWbCE5Fc .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0b518a;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sdQWbCE5Fc .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sdQWbCE5Fc .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sdQWbCE5Fc .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #0b518a;
}
.cid-sdQWbCE5Fc .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.cid-sdQWbCE5Fc .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-sdQWbCE5Fc .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-sdQWbCE5Fc .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-sdQWbCE5Fc .card-wrapper .card-box .card-title,
.cid-sdQWbCE5Fc .mbr-section-btn {
  text-align: center;
}
.cid-sdQWiv0UFW {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdQWiv0UFW .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-sdQWiv0UFW .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #0b518a;
}
.cid-sdQWiv0UFW .contents .mbr-subtitle {
  color: #1c8ecb;
  margin-bottom: 10px;
}
.cid-sdQWiv0UFW .contents .mbr-section-text {
  margin-top: 20px;
  color: #1c94c7;
}
.cid-sdQWiv0UFW .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sdQWiv0UFW .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #1c94c7;
  border-top: none;
}
.cid-sdQWiv0UFW .card-wrapper .card-box .card-title {
  color: #0b518a;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sdQWiv0UFW .card-wrapper .card-box .card-title:hover {
  color: #0b518a;
  transition: 0.3s all;
}
.cid-sdQWiv0UFW .card-wrapper .card-box .card-subtitle {
  color: #0b518a;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sdQWiv0UFW .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-sdQWiv0UFW .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #1c94c7;
}
.cid-sdQWiv0UFW .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sdQWiv0UFW .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #1c8ecb;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sdQWiv0UFW .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0b518a;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sdQWiv0UFW .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sdQWiv0UFW .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sdQWiv0UFW .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #0b518a;
}
.cid-sdQWiv0UFW .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.cid-sdQWiv0UFW .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-sdQWiv0UFW .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-sdQWiv0UFW .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-sdQWiv0UFW .card-wrapper .card-box .card-title,
.cid-sdQWiv0UFW .mbr-section-btn {
  text-align: center;
}
.cid-sdQWjaZ2WB {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdQWjaZ2WB .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-sdQWjaZ2WB .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #0b518a;
}
.cid-sdQWjaZ2WB .contents .mbr-subtitle {
  color: #1c8ecb;
  margin-bottom: 10px;
}
.cid-sdQWjaZ2WB .contents .mbr-section-text {
  margin-top: 20px;
  color: #1c94c7;
}
.cid-sdQWjaZ2WB .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sdQWjaZ2WB .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #1c94c7;
  border-top: none;
}
.cid-sdQWjaZ2WB .card-wrapper .card-box .card-title {
  color: #0b518a;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sdQWjaZ2WB .card-wrapper .card-box .card-title:hover {
  color: #0b518a;
  transition: 0.3s all;
}
.cid-sdQWjaZ2WB .card-wrapper .card-box .card-subtitle {
  color: #0b518a;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sdQWjaZ2WB .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-sdQWjaZ2WB .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #1c94c7;
}
.cid-sdQWjaZ2WB .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sdQWjaZ2WB .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #1c8ecb;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sdQWjaZ2WB .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0b518a;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sdQWjaZ2WB .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sdQWjaZ2WB .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sdQWjaZ2WB .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #0b518a;
}
.cid-sdQWjaZ2WB .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.cid-sdQWjaZ2WB .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-sdQWjaZ2WB .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-sdQWjaZ2WB .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-sdQWjaZ2WB .card-wrapper .card-box .card-title,
.cid-sdQWjaZ2WB .mbr-section-btn {
  text-align: center;
}
.cid-sdQWlcWHp0 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdQWlcWHp0 .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-sdQWlcWHp0 .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #0b518a;
}
.cid-sdQWlcWHp0 .contents .mbr-subtitle {
  color: #1c8ecb;
  margin-bottom: 10px;
}
.cid-sdQWlcWHp0 .contents .mbr-section-text {
  margin-top: 20px;
  color: #1c94c7;
}
.cid-sdQWlcWHp0 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sdQWlcWHp0 .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #1c94c7;
  border-top: none;
}
.cid-sdQWlcWHp0 .card-wrapper .card-box .card-title {
  color: #0b518a;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sdQWlcWHp0 .card-wrapper .card-box .card-title:hover {
  color: #0b518a;
  transition: 0.3s all;
}
.cid-sdQWlcWHp0 .card-wrapper .card-box .card-subtitle {
  color: #0b518a;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sdQWlcWHp0 .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-sdQWlcWHp0 .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #1c94c7;
}
.cid-sdQWlcWHp0 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sdQWlcWHp0 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #1c8ecb;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sdQWlcWHp0 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0b518a;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sdQWlcWHp0 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sdQWlcWHp0 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sdQWlcWHp0 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #0b518a;
}
.cid-sdQWlcWHp0 .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.cid-sdQWlcWHp0 .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-sdQWlcWHp0 .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-sdQWlcWHp0 .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-sdQWlcWHp0 .card-wrapper .card-box .card-title,
.cid-sdQWlcWHp0 .mbr-section-btn {
  text-align: center;
}
.cid-scNXURWBn9 {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mobaltt-179x105.png");
}
.cid-scNXURWBn9 .container-fluid {
  padding: 0 3rem;
}
.cid-scNXURWBn9 .animated-element {
  color: #1c94c7;
}
@media (max-width: 767px) {
  .cid-scNXURWBn9 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-scNXURWBn9 H4 {
  color: #1c94c7;
}
.cid-scNXURWBn9 .mbr-text,
.cid-scNXURWBn9 .mbr-section-btn {
  color: #1c94c7;
}
.cid-scNXURWBn9 .mbr-section-title {
  color: #1c94c7;
}
.cid-scFy2AGLaT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-scFy2AGLaT p {
  text-align: center;
}
.cid-scFy2AGLaT .text-copyright {
  width: 100%;
  margin-bottom: 0;
  color: #0b518a;
}
.cid-scFy2AGLaT .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-scFy2AGLaT .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #0b518a;
}
.cid-scFy2AGLaT .logo-footer {
  line-height: normal;
}
.cid-scFy2AGLaT .copyright {
  display: flex;
  align-items: center;
}
.cid-scFy2AGLaT .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-scFy2AGLaT .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-scFy2AGLaT .icon-transition span {
  color: #1c94c7;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #1c94c7;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-scFy2AGLaT .icon-transition span:hover {
  background-color: #1c94c7;
  color: #29bfff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-scFy2AGLaT .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-scFy2AGLaT .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-scFy2AGLaT .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-scFy2AGLaT .logo-footer {
    text-align: center;
  }
  .cid-scFy2AGLaT .social-media {
    justify-content: center;
  }
}
.cid-scFy2B8aiu.popup-builder {
  background-color: #ffffff;
}
.cid-scFy2B8aiu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-scFy2B8aiu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-scFy2B8aiu .modal-content,
.cid-scFy2B8aiu .modal-dialog {
  height: auto;
}
.cid-scFy2B8aiu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-scFy2B8aiu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-scFy2B8aiu .form-wrapper .mbr-form .form-group,
  .cid-scFy2B8aiu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-scFy2B8aiu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-scFy2B8aiu .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-scFy2B8aiu .mbr-text {
  text-align: center;
  color: #1c94c7;
}
.cid-scFy2B8aiu .pt-0 {
  padding-top: 0 !important;
}
.cid-scFy2B8aiu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-scFy2B8aiu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-scFy2B8aiu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-scFy2B8aiu .modal-open {
  overflow: hidden;
}
.cid-scFy2B8aiu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-scFy2B8aiu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-scFy2B8aiu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-scFy2B8aiu .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-scFy2B8aiu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-scFy2B8aiu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-scFy2B8aiu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-scFy2B8aiu .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-scFy2B8aiu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-scFy2B8aiu .modal-backdrop.fade {
  opacity: 0;
}
.cid-scFy2B8aiu .modal-backdrop.show {
  opacity: .5;
}
.cid-scFy2B8aiu .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-scFy2B8aiu .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-scFy2B8aiu .modal-header .close:hover {
  opacity: 1;
}
.cid-scFy2B8aiu .modal-header .close:focus {
  outline: none;
}
.cid-scFy2B8aiu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #1c94c7;
}
.cid-scFy2B8aiu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-scFy2B8aiu .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-scFy2B8aiu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-scFy2B8aiu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-scFy2B8aiu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-scFy2B8aiu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-scFy2B8aiu .modal-sm {
    max-width: 300px;
  }
  .cid-scFy2B8aiu .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-scFy2B8aiu .modal-lg,
  .cid-scFy2B8aiu .modal-xl {
    max-width: 800px;
  }
  .cid-scFy2B8aiu .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-scFy2B8aiu .modal-xl {
    max-width: 1140px;
  }
  .cid-scFy2B8aiu .container {
    max-width: 1140px;
  }
}
.cid-scFy2B8aiu .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-scFy2B8aiu .container {
    max-width: 720px;
  }
}
.cid-scFy2B8aiu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-scFy2B8aiu .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-scFy2B8aiu .form-group {
  margin-bottom: 1rem;
}
.cid-scFy2B8aiu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-scFy2B8aiu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-scFy2B8aiu .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-scR4ZiWh6H.popup-builder {
  background-color: #ffffff;
}
.cid-scR4ZiWh6H.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-scR4ZiWh6H.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-scR4ZiWh6H .modal-content,
.cid-scR4ZiWh6H .modal-dialog {
  height: auto;
}
.cid-scR4ZiWh6H .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-scR4ZiWh6H .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-scR4ZiWh6H .form-wrapper .mbr-form .form-group,
  .cid-scR4ZiWh6H .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-scR4ZiWh6H .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-scR4ZiWh6H .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-scR4ZiWh6H .mbr-text {
  text-align: center;
  color: #1c94c7;
}
.cid-scR4ZiWh6H .pt-0 {
  padding-top: 0 !important;
}
.cid-scR4ZiWh6H .pb-0 {
  padding-bottom: 0 !important;
}
.cid-scR4ZiWh6H .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-scR4ZiWh6H .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-scR4ZiWh6H .modal-open {
  overflow: hidden;
}
.cid-scR4ZiWh6H .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-scR4ZiWh6H .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-scR4ZiWh6H .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-scR4ZiWh6H .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-scR4ZiWh6H .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-scR4ZiWh6H .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-scR4ZiWh6H .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-scR4ZiWh6H .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-scR4ZiWh6H .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-scR4ZiWh6H .modal-backdrop.fade {
  opacity: 0;
}
.cid-scR4ZiWh6H .modal-backdrop.show {
  opacity: .5;
}
.cid-scR4ZiWh6H .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-scR4ZiWh6H .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-scR4ZiWh6H .modal-header .close:hover {
  opacity: 1;
}
.cid-scR4ZiWh6H .modal-header .close:focus {
  outline: none;
}
.cid-scR4ZiWh6H .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #1c94c7;
}
.cid-scR4ZiWh6H .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-scR4ZiWh6H .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-scR4ZiWh6H .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-scR4ZiWh6H .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-scR4ZiWh6H .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-scR4ZiWh6H .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-scR4ZiWh6H .modal-sm {
    max-width: 300px;
  }
  .cid-scR4ZiWh6H .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-scR4ZiWh6H .modal-lg,
  .cid-scR4ZiWh6H .modal-xl {
    max-width: 800px;
  }
  .cid-scR4ZiWh6H .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-scR4ZiWh6H .modal-xl {
    max-width: 1140px;
  }
  .cid-scR4ZiWh6H .container {
    max-width: 1140px;
  }
}
.cid-scR4ZiWh6H .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-scR4ZiWh6H .container {
    max-width: 720px;
  }
}
.cid-scR4ZiWh6H .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-scR4ZiWh6H .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-scR4ZiWh6H .form-group {
  margin-bottom: 1rem;
}
.cid-scR4ZiWh6H .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-scR4ZiWh6H .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-scR4ZiWh6H .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-scNZgdbe4B.popup-builder {
  background-color: #ffffff;
}
.cid-scNZgdbe4B.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-scNZgdbe4B.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-scNZgdbe4B .modal-content,
.cid-scNZgdbe4B .modal-dialog {
  height: auto;
}
.cid-scNZgdbe4B .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-scNZgdbe4B .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-scNZgdbe4B .form-wrapper .mbr-form .form-group,
  .cid-scNZgdbe4B .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-scNZgdbe4B .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-scNZgdbe4B .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-scNZgdbe4B .mbr-text {
  text-align: center;
  color: #1c94c7;
}
.cid-scNZgdbe4B .pt-0 {
  padding-top: 0 !important;
}
.cid-scNZgdbe4B .pb-0 {
  padding-bottom: 0 !important;
}
.cid-scNZgdbe4B .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-scNZgdbe4B .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-scNZgdbe4B .modal-open {
  overflow: hidden;
}
.cid-scNZgdbe4B .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-scNZgdbe4B .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-scNZgdbe4B .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-scNZgdbe4B .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-scNZgdbe4B .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-scNZgdbe4B .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-scNZgdbe4B .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-scNZgdbe4B .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-scNZgdbe4B .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-scNZgdbe4B .modal-backdrop.fade {
  opacity: 0;
}
.cid-scNZgdbe4B .modal-backdrop.show {
  opacity: .5;
}
.cid-scNZgdbe4B .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-scNZgdbe4B .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-scNZgdbe4B .modal-header .close:hover {
  opacity: 1;
}
.cid-scNZgdbe4B .modal-header .close:focus {
  outline: none;
}
.cid-scNZgdbe4B .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #1c94c7;
}
.cid-scNZgdbe4B .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-scNZgdbe4B .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-scNZgdbe4B .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-scNZgdbe4B .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-scNZgdbe4B .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-scNZgdbe4B .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-scNZgdbe4B .modal-sm {
    max-width: 300px;
  }
  .cid-scNZgdbe4B .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-scNZgdbe4B .modal-lg,
  .cid-scNZgdbe4B .modal-xl {
    max-width: 800px;
  }
  .cid-scNZgdbe4B .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-scNZgdbe4B .modal-xl {
    max-width: 1140px;
  }
  .cid-scNZgdbe4B .container {
    max-width: 1140px;
  }
}
.cid-scNZgdbe4B .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-scNZgdbe4B .container {
    max-width: 720px;
  }
}
.cid-scNZgdbe4B .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-scNZgdbe4B .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-scNZgdbe4B .form-group {
  margin-bottom: 1rem;
}
.cid-scNZgdbe4B .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-scNZgdbe4B .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-scNZgdbe4B .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-scQokoXCu3 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-scQokoXCu3 .navbar-fixed-top {
  padding-top: 0;
}
.cid-scQokoXCu3 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-scQokoXCu3 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-scQokoXCu3 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-scQokoXCu3 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scQokoXCu3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scQokoXCu3 .menu-content-top {
  background: #1c94c7;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-scQokoXCu3 .dropdown-item {
  padding: 0;
  color: #1c94c7;
  line-height: 2.6;
}
.cid-scQokoXCu3 .dropdown-item:hover {
  color: #29bfff !important;
}
.cid-scQokoXCu3 .nav-link,
.cid-scQokoXCu3 .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-scQokoXCu3 .nav-link:hover,
.cid-scQokoXCu3 .brand-name:hover {
  color: #29bfff !important;
}
.cid-scQokoXCu3 .dropdown-menu {
  background-color: #ffffff;
}
.cid-scQokoXCu3 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-scQokoXCu3 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-scQokoXCu3 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-scQokoXCu3 .nav-item {
  position: relative;
}
.cid-scQokoXCu3 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-scQokoXCu3 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-scQokoXCu3 .nav-item .nav-link:focus {
  outline: none;
}
.cid-scQokoXCu3 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-scQokoXCu3 .content-text {
  margin-bottom: 0;
}
.cid-scQokoXCu3 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-scQokoXCu3 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0b518a;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-scQokoXCu3 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-scQokoXCu3 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-scQokoXCu3 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-scQokoXCu3 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-scQokoXCu3 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-scQokoXCu3 .content-right-side {
  text-align: center;
}
.cid-scQokoXCu3 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-scQokoXCu3 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-scQokoXCu3 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-scQokoXCu3 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-scQokoXCu3 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-scQokoXCu3 .info-widget:first-child {
  margin-left: 0;
}
.cid-scQokoXCu3 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-scQokoXCu3 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-scQokoXCu3 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-scQokoXCu3 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-scQokoXCu3 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-scQokoXCu3 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-scQokoXCu3 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #1c8ecb;
}
@media (min-width: 992px) {
  .cid-scQokoXCu3 .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-scQokoXCu3 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #29bfff;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-scQokoXCu3 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-scQokoXCu3 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-scQokoXCu3 .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-scQokoXCu3 .navbar {
    display: block;
    padding: 0;
  }
  .cid-scQokoXCu3 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-scQokoXCu3 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-scQokoXCu3 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-scQokoXCu3 .navbar-toggler {
    display: none;
  }
  .cid-scQokoXCu3 .navbar-collapse {
    justify-content: center;
  }
}
.cid-scQokoXCu3 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-scQokoXCu3 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-scQokoXCu3 .btn-sm {
  padding: 13px 29px;
}
.cid-scQokoXCu3 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-scQokoXCu3 .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-scQokoXCu3 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-scQokoXCu3 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-scQokoXCu3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-scQokoXCu3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-scQokoXCu3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-scQokoXCu3 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scQokoXCu3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scQokoXCu3 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-scQokoXCu3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-scQokoXCu3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scQokoXCu3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scQokoXCu3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scQokoXCu3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-scQokoXCu3 button.navbar-toggler:focus {
  outline: none;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c8ecb;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-scQokoXCu3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-scQokoXCu3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-scQokoXCu3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-scQokoXCu3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-scQokoXCu3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-scQokoXCu3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-scQokoXCu3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-scQokoXCu3 .collapsed .btn {
  display: flex;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-scQokoXCu3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scQokoXCu3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-scQokoXCu3 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-scQokoXCu3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-scQokoXCu3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-scQokoXCu3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-scQokoXCu3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-scQokoXCu3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scQokoXCu3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scQokoXCu3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-scQokoXCu3 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-scQokoXCu3 .menu-content-top {
    display: flex;
  }
  .cid-scQokoXCu3 .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-scQokoXCu3 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-scQokoXCu3 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-scQokoXCu3 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-scQokoXCu3 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-scQokoXCu3 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-scQokoXCu3 .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing,
  .cid-scQokoXCu3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-nav,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #0b518a;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-scQokoXCu3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scQokoXCu3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scQokoXCu3 img {
    height: 3.8rem !important;
  }
  .cid-scQokoXCu3 .btn {
    display: flex;
  }
  .cid-scQokoXCu3 button.navbar-toggler {
    display: block;
  }
  .cid-scQokoXCu3 .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-scQokoXCu3 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-scQokoXCu3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-scQokoXCu3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scQokoXCu3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scQokoXCu3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-scQokoXCu3 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-scQokoXCu3 .nav-link:focus {
  outline: none;
}
.cid-scQokoXCu3 .navbar-toggler {
  position: relative;
}
.cid-scQokoXCu3 .widget-title,
.cid-scQokoXCu3 .widget-icon {
  color: #ffffff;
}
.cid-scQokoXCu3 .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-scQokoXCu3 .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-scQokoXCu3 .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-scQokoXCu3 .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-scQokoXCu3 .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-scQokoXCu3 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-scQokoXCu3 .menu-content-top,
  .cid-scQokoXCu3 .menu-bottom {
    padding: 0 15px;
  }
  .cid-scQokoXCu3 button.navbar-toggler {
    align-self: center;
  }
  .cid-scQokoXCu3 .btn {
    margin-left: 0;
  }
  .cid-scQokoXCu3 .widget-icon {
    padding-right: 0;
  }
}
.cid-scQokoXCu3 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-scQokoXCu3 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #1c8ecb;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-scQokoXCu3 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-scQokoXCu3 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #29bfff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-scQokoXCu3 .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-scQokoXCu3 .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-scQCV2moq6 {
  overflow-x: hidden !important;
}
.cid-scQCV2moq6,
.cid-scQCV2moq6 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 30px;
}
.cid-scQCV2moq6 .mbr-section-title {
  color: #ffffff;
}
.cid-scQCV2moq6 .mbr-section-title span {
  color: #0b518a;
}
.cid-scQCV2moq6 .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-scQCV2moq6 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/trippywhitespacetop-seamless.gif");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-scQCV2moq6 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-scQCV2moq6 .mbr-overlay {
  z-index: 1;
}
.cid-scQCV2moq6 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sdQNEkrkxM {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdQNEkrkxM .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-sdQNEkrkxM .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #0b518a;
}
.cid-sdQNEkrkxM .contents .mbr-subtitle {
  color: #1c8ecb;
  margin-bottom: 10px;
}
.cid-sdQNEkrkxM .contents .mbr-section-text {
  margin-top: 20px;
  color: #1c94c7;
}
.cid-sdQNEkrkxM .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sdQNEkrkxM .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #1c94c7;
  border-top: none;
}
.cid-sdQNEkrkxM .card-wrapper .card-box .card-title {
  color: #0b518a;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sdQNEkrkxM .card-wrapper .card-box .card-title:hover {
  color: #0b518a;
  transition: 0.3s all;
}
.cid-sdQNEkrkxM .card-wrapper .card-box .card-subtitle {
  color: #0b518a;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sdQNEkrkxM .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-sdQNEkrkxM .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #1c94c7;
}
.cid-sdQNEkrkxM .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sdQNEkrkxM .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #1c8ecb;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sdQNEkrkxM .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0b518a;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sdQNEkrkxM .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sdQNEkrkxM .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sdQNEkrkxM .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #0b518a;
}
.cid-sdQNEkrkxM .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.cid-sdQNEkrkxM .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-sdQNEkrkxM .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-sdQNEkrkxM .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-sdQNEkrkxM .card-wrapper .card-box .card-title,
.cid-sdQNEkrkxM .mbr-section-btn {
  text-align: center;
}
.cid-sdQPzYieZu {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdQPzYieZu .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-sdQPzYieZu .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #0b518a;
}
.cid-sdQPzYieZu .contents .mbr-subtitle {
  color: #1c8ecb;
  margin-bottom: 10px;
}
.cid-sdQPzYieZu .contents .mbr-section-text {
  margin-top: 20px;
  color: #1c94c7;
}
.cid-sdQPzYieZu .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sdQPzYieZu .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #1c94c7;
  border-top: none;
}
.cid-sdQPzYieZu .card-wrapper .card-box .card-title {
  color: #0b518a;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sdQPzYieZu .card-wrapper .card-box .card-title:hover {
  color: #0b518a;
  transition: 0.3s all;
}
.cid-sdQPzYieZu .card-wrapper .card-box .card-subtitle {
  color: #0b518a;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sdQPzYieZu .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-sdQPzYieZu .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #1c94c7;
}
.cid-sdQPzYieZu .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sdQPzYieZu .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #1c8ecb;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sdQPzYieZu .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0b518a;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sdQPzYieZu .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sdQPzYieZu .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sdQPzYieZu .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #0b518a;
}
.cid-sdQPzYieZu .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.cid-sdQPzYieZu .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-sdQPzYieZu .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-sdQPzYieZu .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-sdQPzYieZu .card-wrapper .card-box .card-title,
.cid-sdQPzYieZu .mbr-section-btn {
  text-align: center;
}
.cid-sdQQ56GaKr {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdQQ56GaKr .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-sdQQ56GaKr .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #0b518a;
}
.cid-sdQQ56GaKr .contents .mbr-subtitle {
  color: #1c8ecb;
  margin-bottom: 10px;
}
.cid-sdQQ56GaKr .contents .mbr-section-text {
  margin-top: 20px;
  color: #1c94c7;
}
.cid-sdQQ56GaKr .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sdQQ56GaKr .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #1c94c7;
  border-top: none;
}
.cid-sdQQ56GaKr .card-wrapper .card-box .card-title {
  color: #0b518a;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sdQQ56GaKr .card-wrapper .card-box .card-title:hover {
  color: #0b518a;
  transition: 0.3s all;
}
.cid-sdQQ56GaKr .card-wrapper .card-box .card-subtitle {
  color: #0b518a;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sdQQ56GaKr .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-sdQQ56GaKr .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #1c94c7;
}
.cid-sdQQ56GaKr .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sdQQ56GaKr .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #1c8ecb;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sdQQ56GaKr .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0b518a;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sdQQ56GaKr .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sdQQ56GaKr .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sdQQ56GaKr .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #0b518a;
}
.cid-sdQQ56GaKr .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.cid-sdQQ56GaKr .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-sdQQ56GaKr .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-sdQQ56GaKr .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-sdQQ56GaKr .card-wrapper .card-box .card-title,
.cid-sdQQ56GaKr .mbr-section-btn {
  text-align: center;
}
.cid-sdQRni8cv9 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdQRni8cv9 .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-sdQRni8cv9 .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #0b518a;
}
.cid-sdQRni8cv9 .contents .mbr-subtitle {
  color: #1c8ecb;
  margin-bottom: 10px;
}
.cid-sdQRni8cv9 .contents .mbr-section-text {
  margin-top: 20px;
  color: #1c94c7;
}
.cid-sdQRni8cv9 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sdQRni8cv9 .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #1c94c7;
  border-top: none;
}
.cid-sdQRni8cv9 .card-wrapper .card-box .card-title {
  color: #0b518a;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sdQRni8cv9 .card-wrapper .card-box .card-title:hover {
  color: #0b518a;
  transition: 0.3s all;
}
.cid-sdQRni8cv9 .card-wrapper .card-box .card-subtitle {
  color: #0b518a;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sdQRni8cv9 .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-sdQRni8cv9 .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #1c94c7;
}
.cid-sdQRni8cv9 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sdQRni8cv9 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #1c8ecb;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sdQRni8cv9 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0b518a;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sdQRni8cv9 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sdQRni8cv9 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sdQRni8cv9 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #0b518a;
}
.cid-sdQRni8cv9 .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.cid-sdQRni8cv9 .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-sdQRni8cv9 .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-sdQRni8cv9 .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-sdQRni8cv9 .card-wrapper .card-box .card-title,
.cid-sdQRni8cv9 .mbr-section-btn {
  text-align: center;
}
.cid-sdQRoSG1z7 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdQRoSG1z7 .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-sdQRoSG1z7 .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #0b518a;
}
.cid-sdQRoSG1z7 .contents .mbr-subtitle {
  color: #1c8ecb;
  margin-bottom: 10px;
}
.cid-sdQRoSG1z7 .contents .mbr-section-text {
  margin-top: 20px;
  color: #1c94c7;
}
.cid-sdQRoSG1z7 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sdQRoSG1z7 .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #1c94c7;
  border-top: none;
}
.cid-sdQRoSG1z7 .card-wrapper .card-box .card-title {
  color: #0b518a;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sdQRoSG1z7 .card-wrapper .card-box .card-title:hover {
  color: #0b518a;
  transition: 0.3s all;
}
.cid-sdQRoSG1z7 .card-wrapper .card-box .card-subtitle {
  color: #0b518a;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sdQRoSG1z7 .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-sdQRoSG1z7 .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #1c94c7;
}
.cid-sdQRoSG1z7 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sdQRoSG1z7 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #1c8ecb;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sdQRoSG1z7 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0b518a;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sdQRoSG1z7 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sdQRoSG1z7 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sdQRoSG1z7 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #0b518a;
}
.cid-sdQRoSG1z7 .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.cid-sdQRoSG1z7 .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-sdQRoSG1z7 .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-sdQRoSG1z7 .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-sdQRoSG1z7 .card-wrapper .card-box .card-title,
.cid-sdQRoSG1z7 .mbr-section-btn {
  text-align: center;
}
.cid-scQCV6TuaM {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mobaltt-179x105.png");
}
.cid-scQCV6TuaM .container-fluid {
  padding: 0 3rem;
}
.cid-scQCV6TuaM .animated-element {
  color: #1c94c7;
}
@media (max-width: 767px) {
  .cid-scQCV6TuaM .container-fluid {
    padding: 0 1rem;
  }
}
.cid-scQCV6TuaM H4 {
  color: #1c94c7;
}
.cid-scQCV6TuaM .mbr-text,
.cid-scQCV6TuaM .mbr-section-btn {
  color: #1c94c7;
}
.cid-scQCV6TuaM .mbr-section-title {
  color: #1c94c7;
}
.cid-scQCV7tCq7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-scQCV7tCq7 p {
  text-align: center;
}
.cid-scQCV7tCq7 .text-copyright {
  width: 100%;
  margin-bottom: 0;
  color: #0b518a;
}
.cid-scQCV7tCq7 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-scQCV7tCq7 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #0b518a;
}
.cid-scQCV7tCq7 .logo-footer {
  line-height: normal;
}
.cid-scQCV7tCq7 .copyright {
  display: flex;
  align-items: center;
}
.cid-scQCV7tCq7 .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-scQCV7tCq7 .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-scQCV7tCq7 .icon-transition span {
  color: #1c94c7;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #1c94c7;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-scQCV7tCq7 .icon-transition span:hover {
  background-color: #1c94c7;
  color: #29bfff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-scQCV7tCq7 .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-scQCV7tCq7 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-scQCV7tCq7 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-scQCV7tCq7 .logo-footer {
    text-align: center;
  }
  .cid-scQCV7tCq7 .social-media {
    justify-content: center;
  }
}
.cid-scQM9nF1bU.popup-builder {
  background-color: #ffffff;
}
.cid-scQM9nF1bU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-scQM9nF1bU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-scQM9nF1bU .modal-content,
.cid-scQM9nF1bU .modal-dialog {
  height: auto;
}
.cid-scQM9nF1bU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-scQM9nF1bU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-scQM9nF1bU .form-wrapper .mbr-form .form-group,
  .cid-scQM9nF1bU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-scQM9nF1bU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-scQM9nF1bU .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-scQM9nF1bU .mbr-text {
  text-align: center;
  color: #1c94c7;
}
.cid-scQM9nF1bU .pt-0 {
  padding-top: 0 !important;
}
.cid-scQM9nF1bU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-scQM9nF1bU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-scQM9nF1bU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-scQM9nF1bU .modal-open {
  overflow: hidden;
}
.cid-scQM9nF1bU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-scQM9nF1bU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-scQM9nF1bU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-scQM9nF1bU .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-scQM9nF1bU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-scQM9nF1bU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-scQM9nF1bU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-scQM9nF1bU .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-scQM9nF1bU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-scQM9nF1bU .modal-backdrop.fade {
  opacity: 0;
}
.cid-scQM9nF1bU .modal-backdrop.show {
  opacity: .5;
}
.cid-scQM9nF1bU .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-scQM9nF1bU .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-scQM9nF1bU .modal-header .close:hover {
  opacity: 1;
}
.cid-scQM9nF1bU .modal-header .close:focus {
  outline: none;
}
.cid-scQM9nF1bU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #1c94c7;
}
.cid-scQM9nF1bU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-scQM9nF1bU .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-scQM9nF1bU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-scQM9nF1bU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-scQM9nF1bU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-scQM9nF1bU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-scQM9nF1bU .modal-sm {
    max-width: 300px;
  }
  .cid-scQM9nF1bU .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-scQM9nF1bU .modal-lg,
  .cid-scQM9nF1bU .modal-xl {
    max-width: 800px;
  }
  .cid-scQM9nF1bU .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-scQM9nF1bU .modal-xl {
    max-width: 1140px;
  }
  .cid-scQM9nF1bU .container {
    max-width: 1140px;
  }
}
.cid-scQM9nF1bU .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-scQM9nF1bU .container {
    max-width: 720px;
  }
}
.cid-scQM9nF1bU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-scQM9nF1bU .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-scQM9nF1bU .form-group {
  margin-bottom: 1rem;
}
.cid-scQM9nF1bU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-scQM9nF1bU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-scQM9nF1bU .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-scQCV83PqR.popup-builder {
  background-color: #ffffff;
}
.cid-scQCV83PqR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-scQCV83PqR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-scQCV83PqR .modal-content,
.cid-scQCV83PqR .modal-dialog {
  height: auto;
}
.cid-scQCV83PqR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-scQCV83PqR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-scQCV83PqR .form-wrapper .mbr-form .form-group,
  .cid-scQCV83PqR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-scQCV83PqR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-scQCV83PqR .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-scQCV83PqR .mbr-text {
  text-align: center;
  color: #1c94c7;
}
.cid-scQCV83PqR .pt-0 {
  padding-top: 0 !important;
}
.cid-scQCV83PqR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-scQCV83PqR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-scQCV83PqR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-scQCV83PqR .modal-open {
  overflow: hidden;
}
.cid-scQCV83PqR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-scQCV83PqR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-scQCV83PqR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-scQCV83PqR .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-scQCV83PqR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-scQCV83PqR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-scQCV83PqR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-scQCV83PqR .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-scQCV83PqR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-scQCV83PqR .modal-backdrop.fade {
  opacity: 0;
}
.cid-scQCV83PqR .modal-backdrop.show {
  opacity: .5;
}
.cid-scQCV83PqR .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-scQCV83PqR .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-scQCV83PqR .modal-header .close:hover {
  opacity: 1;
}
.cid-scQCV83PqR .modal-header .close:focus {
  outline: none;
}
.cid-scQCV83PqR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #1c94c7;
}
.cid-scQCV83PqR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-scQCV83PqR .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-scQCV83PqR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-scQCV83PqR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-scQCV83PqR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-scQCV83PqR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-scQCV83PqR .modal-sm {
    max-width: 300px;
  }
  .cid-scQCV83PqR .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-scQCV83PqR .modal-lg,
  .cid-scQCV83PqR .modal-xl {
    max-width: 800px;
  }
  .cid-scQCV83PqR .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-scQCV83PqR .modal-xl {
    max-width: 1140px;
  }
  .cid-scQCV83PqR .container {
    max-width: 1140px;
  }
}
.cid-scQCV83PqR .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-scQCV83PqR .container {
    max-width: 720px;
  }
}
.cid-scQCV83PqR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-scQCV83PqR .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-scQCV83PqR .form-group {
  margin-bottom: 1rem;
}
.cid-scQCV83PqR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-scQCV83PqR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-scQCV83PqR .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-scQCV8MIdx.popup-builder {
  background-color: #ffffff;
}
.cid-scQCV8MIdx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-scQCV8MIdx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-scQCV8MIdx .modal-content,
.cid-scQCV8MIdx .modal-dialog {
  height: auto;
}
.cid-scQCV8MIdx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-scQCV8MIdx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-scQCV8MIdx .form-wrapper .mbr-form .form-group,
  .cid-scQCV8MIdx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-scQCV8MIdx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-scQCV8MIdx .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-scQCV8MIdx .mbr-text {
  text-align: center;
  color: #1c94c7;
}
.cid-scQCV8MIdx .pt-0 {
  padding-top: 0 !important;
}
.cid-scQCV8MIdx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-scQCV8MIdx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-scQCV8MIdx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-scQCV8MIdx .modal-open {
  overflow: hidden;
}
.cid-scQCV8MIdx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-scQCV8MIdx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-scQCV8MIdx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-scQCV8MIdx .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-scQCV8MIdx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-scQCV8MIdx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-scQCV8MIdx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-scQCV8MIdx .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-scQCV8MIdx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-scQCV8MIdx .modal-backdrop.fade {
  opacity: 0;
}
.cid-scQCV8MIdx .modal-backdrop.show {
  opacity: .5;
}
.cid-scQCV8MIdx .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-scQCV8MIdx .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-scQCV8MIdx .modal-header .close:hover {
  opacity: 1;
}
.cid-scQCV8MIdx .modal-header .close:focus {
  outline: none;
}
.cid-scQCV8MIdx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #1c94c7;
}
.cid-scQCV8MIdx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-scQCV8MIdx .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-scQCV8MIdx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-scQCV8MIdx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-scQCV8MIdx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-scQCV8MIdx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-scQCV8MIdx .modal-sm {
    max-width: 300px;
  }
  .cid-scQCV8MIdx .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-scQCV8MIdx .modal-lg,
  .cid-scQCV8MIdx .modal-xl {
    max-width: 800px;
  }
  .cid-scQCV8MIdx .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-scQCV8MIdx .modal-xl {
    max-width: 1140px;
  }
  .cid-scQCV8MIdx .container {
    max-width: 1140px;
  }
}
.cid-scQCV8MIdx .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-scQCV8MIdx .container {
    max-width: 720px;
  }
}
.cid-scQCV8MIdx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-scQCV8MIdx .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-scQCV8MIdx .form-group {
  margin-bottom: 1rem;
}
.cid-scQCV8MIdx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-scQCV8MIdx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-scQCV8MIdx .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-scQCV9s8KM .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-scQCV9s8KM .navbar-fixed-top {
  padding-top: 0;
}
.cid-scQCV9s8KM .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-scQCV9s8KM .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-scQCV9s8KM .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-scQCV9s8KM .navbar-buttons {
  flex-wrap: wrap;
}
.cid-scQCV9s8KM .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-scQCV9s8KM .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-scQCV9s8KM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-scQCV9s8KM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scQCV9s8KM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scQCV9s8KM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scQCV9s8KM .menu-content-top {
  background: #1c94c7;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-scQCV9s8KM .dropdown-item {
  padding: 0;
  color: #1c94c7;
  line-height: 2.6;
}
.cid-scQCV9s8KM .dropdown-item:hover {
  color: #29bfff !important;
}
.cid-scQCV9s8KM .nav-link,
.cid-scQCV9s8KM .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-scQCV9s8KM .nav-link:hover,
.cid-scQCV9s8KM .brand-name:hover {
  color: #29bfff !important;
}
.cid-scQCV9s8KM .dropdown-menu {
  background-color: #ffffff;
}
.cid-scQCV9s8KM .dropdown-item:active {
  background-color: #ffffff;
}
.cid-scQCV9s8KM .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-scQCV9s8KM .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-scQCV9s8KM .nav-item {
  position: relative;
}
.cid-scQCV9s8KM .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-scQCV9s8KM .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-scQCV9s8KM .nav-item .nav-link:focus {
  outline: none;
}
.cid-scQCV9s8KM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-scQCV9s8KM .content-text {
  margin-bottom: 0;
}
.cid-scQCV9s8KM .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-scQCV9s8KM .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0b518a;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-scQCV9s8KM .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-scQCV9s8KM .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-scQCV9s8KM .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-scQCV9s8KM .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-scQCV9s8KM .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-scQCV9s8KM .content-right-side {
  text-align: center;
}
.cid-scQCV9s8KM .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-scQCV9s8KM .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-scQCV9s8KM .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-scQCV9s8KM .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-scQCV9s8KM .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-scQCV9s8KM .info-widget:first-child {
  margin-left: 0;
}
.cid-scQCV9s8KM .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-scQCV9s8KM .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-scQCV9s8KM .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-scQCV9s8KM .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-scQCV9s8KM .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-scQCV9s8KM .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-scQCV9s8KM .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #1c8ecb;
}
@media (min-width: 992px) {
  .cid-scQCV9s8KM .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-scQCV9s8KM .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #29bfff;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-scQCV9s8KM .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-scQCV9s8KM .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-scQCV9s8KM .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-scQCV9s8KM .navbar {
    display: block;
    padding: 0;
  }
  .cid-scQCV9s8KM .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-scQCV9s8KM .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-scQCV9s8KM .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-scQCV9s8KM .navbar-toggler {
    display: none;
  }
  .cid-scQCV9s8KM .navbar-collapse {
    justify-content: center;
  }
}
.cid-scQCV9s8KM .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-scQCV9s8KM .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-scQCV9s8KM .btn-sm {
  padding: 13px 29px;
}
.cid-scQCV9s8KM .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-scQCV9s8KM .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-scQCV9s8KM .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-scQCV9s8KM .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-scQCV9s8KM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-scQCV9s8KM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-scQCV9s8KM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scQCV9s8KM .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-scQCV9s8KM .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-scQCV9s8KM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-scQCV9s8KM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scQCV9s8KM .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-scQCV9s8KM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-scQCV9s8KM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-scQCV9s8KM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scQCV9s8KM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scQCV9s8KM .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-scQCV9s8KM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-scQCV9s8KM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scQCV9s8KM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scQCV9s8KM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scQCV9s8KM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-scQCV9s8KM button.navbar-toggler:focus {
  outline: none;
}
.cid-scQCV9s8KM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c8ecb;
}
.cid-scQCV9s8KM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-scQCV9s8KM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-scQCV9s8KM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-scQCV9s8KM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-scQCV9s8KM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-scQCV9s8KM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-scQCV9s8KM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-scQCV9s8KM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-scQCV9s8KM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-scQCV9s8KM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-scQCV9s8KM .collapsed .btn {
  display: flex;
}
.cid-scQCV9s8KM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scQCV9s8KM .collapsed .navbar-collapse.collapsing,
.cid-scQCV9s8KM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scQCV9s8KM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scQCV9s8KM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scQCV9s8KM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scQCV9s8KM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scQCV9s8KM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scQCV9s8KM .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-scQCV9s8KM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scQCV9s8KM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-scQCV9s8KM .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-scQCV9s8KM .collapsed button.navbar-toggler {
  display: block;
}
.cid-scQCV9s8KM .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-scQCV9s8KM .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-scQCV9s8KM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-scQCV9s8KM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scQCV9s8KM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scQCV9s8KM .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-scQCV9s8KM .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-scQCV9s8KM .menu-content-top {
    display: flex;
  }
  .cid-scQCV9s8KM .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-scQCV9s8KM .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-scQCV9s8KM .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-scQCV9s8KM .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-scQCV9s8KM .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-scQCV9s8KM .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-scQCV9s8KM .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-scQCV9s8KM .navbar-collapse.collapsing,
  .cid-scQCV9s8KM .navbar-collapse.show {
    display: block !important;
  }
  .cid-scQCV9s8KM .navbar-collapse.collapsing .navbar-nav,
  .cid-scQCV9s8KM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scQCV9s8KM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scQCV9s8KM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scQCV9s8KM .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-scQCV9s8KM .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #0b518a;
  }
  .cid-scQCV9s8KM .navbar-collapse.collapsing .navbar-buttons,
  .cid-scQCV9s8KM .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-scQCV9s8KM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scQCV9s8KM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scQCV9s8KM img {
    height: 3.8rem !important;
  }
  .cid-scQCV9s8KM .btn {
    display: flex;
  }
  .cid-scQCV9s8KM button.navbar-toggler {
    display: block;
  }
  .cid-scQCV9s8KM .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-scQCV9s8KM .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-scQCV9s8KM .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-scQCV9s8KM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scQCV9s8KM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scQCV9s8KM .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-scQCV9s8KM .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-scQCV9s8KM .nav-link:focus {
  outline: none;
}
.cid-scQCV9s8KM .navbar-toggler {
  position: relative;
}
.cid-scQCV9s8KM .widget-title,
.cid-scQCV9s8KM .widget-icon {
  color: #ffffff;
}
.cid-scQCV9s8KM .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-scQCV9s8KM .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-scQCV9s8KM .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-scQCV9s8KM .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-scQCV9s8KM .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-scQCV9s8KM .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-scQCV9s8KM .menu-content-top,
  .cid-scQCV9s8KM .menu-bottom {
    padding: 0 15px;
  }
  .cid-scQCV9s8KM button.navbar-toggler {
    align-self: center;
  }
  .cid-scQCV9s8KM .btn {
    margin-left: 0;
  }
  .cid-scQCV9s8KM .widget-icon {
    padding-right: 0;
  }
}
.cid-scQCV9s8KM .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-scQCV9s8KM .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #1c8ecb;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-scQCV9s8KM .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-scQCV9s8KM .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #29bfff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-scQCV9s8KM .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-scQCV9s8KM .menu-content-top .right-wrap p {
  color: #ffffff;
}
