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





body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #007af1 !important;
}
.bg-success {
  background-color: #3bb828 !important;
}
.bg-info {
  background-color: #a2e6f9 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #007af1 !important;
  border-color: #007af1 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #004e9a !important;
  border-color: #004e9a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #004e9a !important;
  border-color: #004e9a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0048fe !important;
  border-color: #0048fe !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #002fa7 !important;
  border-color: #002fa7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #002fa7 !important;
  border-color: #002fa7 !important;
}
.btn-info,
.btn-info:active {
  background-color: #a2e6f9 !important;
  border-color: #a2e6f9 !important;
  color: #097593 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #51d0f4 !important;
  border-color: #51d0f4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #097593 !important;
  background-color: #51d0f4 !important;
  border-color: #51d0f4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3bb828 !important;
  border-color: #3bb828 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #247119 !important;
  border-color: #247119 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #247119 !important;
  border-color: #247119 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #007af1;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #004e9a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #007af1 !important;
  border-color: #007af1 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0048fe;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #002fa7 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0048fe !important;
  border-color: #0048fe !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a2e6f9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #51d0f4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #097593 !important;
  background-color: #a2e6f9 !important;
  border-color: #a2e6f9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3bb828;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #247119 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3bb828 !important;
  border-color: #3bb828 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.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 {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #007af1 !important;
}
.text-secondary {
  color: #0048fe !important;
}
.text-success {
  color: #3bb828 !important;
}
.text-info {
  color: #a2e6f9 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #00468b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #002b98 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #206416 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #42ccf3 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #007af1;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #a2e6f9;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #007af1;
  border-color: #007af1;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #007af1;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bedfff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8ae37d;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #007af1 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #007af1;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #007af1;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #007af1;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #007af1;
  border-bottom-color: #007af1;
}
.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: #007af1 !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: #0048fe !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%;
  width: 100%;
  height: auto;
}
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='%23007af1' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-shMfyxx1aX {
  padding-top: 165px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-shMfyxx1aX H1 {
  color: #232323;
}
.cid-shMfyxx1aX .mbr-text,
.cid-shMfyxx1aX .mbr-section-btn {
  color: #767676;
}
.cid-shMfyxx1aX .img1 {
  box-shadow: 0 10px 55px 5px rgba(50, 108, 255, 0.35);
  border-radius: 10px;
}
.cid-shMfyxx1aX .relative {
  position: relative;
}
.cid-shMfyxx1aX .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-shMfyxx1aX .card-img2 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-shMfyxx1aX .card-img2 .img2 {
  width: 120%;
  left: -20%;
}
.cid-shMfyxx1aX .card-img1 {
  display: inline-block;
  width: 50%;
}
.cid-shMfyxx1aX .card-img1 .img1 {
  width: 180%;
}
.cid-shMfyxx1aX .img2 {
  box-shadow: 0 10px 55px 5px rgba(50, 108, 255, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-shMfyxx1aX H3 {
  color: #0048fe;
}
.cid-shMGNecbFa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-shMGNecbFa .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-shMGNecbFa .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-shMiSQOvSz .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-shMiSQOvSz .navbar-fixed-top {
  padding-top: 0;
}
.cid-shMiSQOvSz .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-shMiSQOvSz .dropdown-item {
  padding: 0;
}
.cid-shMiSQOvSz .dropdown-menu {
  border: 0px solid lightgray;
  background: #3b5abb !important;
}
.cid-shMiSQOvSz .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-shMiSQOvSz .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3b5abb;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shMiSQOvSz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-shMiSQOvSz a {
  font-style: normal;
}
.cid-shMiSQOvSz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-shMiSQOvSz .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-shMiSQOvSz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shMiSQOvSz .content-text {
  margin-bottom: 0;
}
.cid-shMiSQOvSz .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-shMiSQOvSz .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #007af1;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-shMiSQOvSz .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-shMiSQOvSz .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-shMiSQOvSz .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-shMiSQOvSz .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shMiSQOvSz .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shMiSQOvSz .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-shMiSQOvSz .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shMiSQOvSz .nav-dropdown .link {
  font-weight: 400;
}
.cid-shMiSQOvSz .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-shMiSQOvSz .content-right-side {
  text-align: center;
}
.cid-shMiSQOvSz .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-shMiSQOvSz .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-shMiSQOvSz .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-shMiSQOvSz .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-shMiSQOvSz .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shMiSQOvSz .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-shMiSQOvSz .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-shMiSQOvSz .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-shMiSQOvSz .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-shMiSQOvSz .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-shMiSQOvSz .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-shMiSQOvSz .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shMiSQOvSz .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-shMiSQOvSz .navbar {
    display: block;
    padding: 0;
  }
  .cid-shMiSQOvSz .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shMiSQOvSz .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-shMiSQOvSz .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-shMiSQOvSz .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-shMiSQOvSz .navbar-toggler {
    display: none;
  }
  .cid-shMiSQOvSz .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shMiSQOvSz .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-shMiSQOvSz .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shMiSQOvSz .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-shMiSQOvSz .menu-logo {
  margin-right: auto;
}
.cid-shMiSQOvSz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shMiSQOvSz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-shMiSQOvSz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-shMiSQOvSz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shMiSQOvSz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-shMiSQOvSz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shMiSQOvSz .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-shMiSQOvSz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-shMiSQOvSz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shMiSQOvSz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shMiSQOvSz .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-shMiSQOvSz .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shMiSQOvSz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shMiSQOvSz .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-shMiSQOvSz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shMiSQOvSz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shMiSQOvSz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shMiSQOvSz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shMiSQOvSz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shMiSQOvSz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-shMiSQOvSz .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-shMiSQOvSz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shMiSQOvSz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shMiSQOvSz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-shMiSQOvSz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shMiSQOvSz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shMiSQOvSz button.navbar-toggler:focus {
  outline: none;
}
.cid-shMiSQOvSz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-shMiSQOvSz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shMiSQOvSz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shMiSQOvSz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shMiSQOvSz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shMiSQOvSz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shMiSQOvSz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shMiSQOvSz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shMiSQOvSz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shMiSQOvSz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shMiSQOvSz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shMiSQOvSz .collapsed .btn {
  display: flex;
}
.cid-shMiSQOvSz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shMiSQOvSz .collapsed .navbar-collapse.collapsing,
.cid-shMiSQOvSz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shMiSQOvSz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shMiSQOvSz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shMiSQOvSz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shMiSQOvSz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shMiSQOvSz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-shMiSQOvSz .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-shMiSQOvSz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shMiSQOvSz .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-shMiSQOvSz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shMiSQOvSz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-shMiSQOvSz .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shMiSQOvSz .collapsed button.navbar-toggler {
  display: block;
}
.cid-shMiSQOvSz .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-shMiSQOvSz .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-shMiSQOvSz .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-shMiSQOvSz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shMiSQOvSz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shMiSQOvSz .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-shMiSQOvSz .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-shMiSQOvSz .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shMiSQOvSz .navbar-collapse.collapsing,
  .cid-shMiSQOvSz .navbar-collapse.show {
    display: block !important;
  }
  .cid-shMiSQOvSz .navbar-collapse.collapsing .navbar-nav,
  .cid-shMiSQOvSz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shMiSQOvSz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shMiSQOvSz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shMiSQOvSz .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-shMiSQOvSz .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-shMiSQOvSz .navbar-collapse.collapsing .navbar-buttons,
  .cid-shMiSQOvSz .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-shMiSQOvSz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shMiSQOvSz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shMiSQOvSz .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-shMiSQOvSz img {
    height: 3.8rem !important;
  }
  .cid-shMiSQOvSz .btn {
    display: flex;
  }
  .cid-shMiSQOvSz button.navbar-toggler {
    display: block;
  }
  .cid-shMiSQOvSz .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-shMiSQOvSz .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shMiSQOvSz .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-shMiSQOvSz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shMiSQOvSz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shMiSQOvSz .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-shMiSQOvSz .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-shMiSQOvSz .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-shMiSQOvSz .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-shMiSQOvSz .nav-link:focus {
  outline: none;
}
.cid-shMiSQOvSz .navbar-toggler {
  position: relative;
}
.cid-shMiSQOvSz .dropdown-item.active,
.cid-shMiSQOvSz .dropdown-item:active {
  background: #3b5abb;
  color: initial;
}
.cid-shMlr9yh9i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-shMlr9yh9i .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-shMIi7n8Z4 {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shMIi7n8Z4 .mbr-text,
.cid-shMIi7n8Z4 .mbr-section-subtitle {
  color: #767676;
}
.cid-shMIi7n8Z4 .card-title {
  color: #66458e;
}
.cid-shMIi7n8Z4 .card .card-img span {
  color: #a2e6f9;
  font-size: 60px;
  background: linear-gradient(45deg, #a2e6f9, #0048fe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-shMIi7n8Z4 .mbr-section-subtitle,
  .cid-shMIi7n8Z4 .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shMIi7n8Z4 .card .card-img span {
    background: none;
  }
}
.cid-shMIi7n8Z4 .mbr-section-subtitle {
  color: #0048fe;
}
.cid-shMIi7n8Z4 .card-title,
.cid-shMIi7n8Z4 .card-img {
  color: #3bb828;
}
.cid-shMKKGu0e2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-shMKKGu0e2 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sjPI7bLxkI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjPJNRRODD {
  background-image: url("../../../assets/images/portada-1920x1080.jpeg");
}
.cid-sjPJNRRODD .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-sjPJNRRODD .mbr-section-title {
  color: #232323;
}
.cid-sjPJNRRODD .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjPJNRRODD .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-shMKDkloLi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3fbff;
}
.cid-shMKDkloLi .mbr-text {
  color: #767676;
}
.cid-shMKDkloLi .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(50, 108, 255, 0.35);
}
.cid-shMKDkloLi .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-shMKDkloLi .card-wrapper:hover .ico2 {
  color: #007af1 !important;
}
.cid-shMKDkloLi .text-info:hover {
  color: inherit!important;
}
.cid-shMKDkloLi .ico2 {
  color: #ffffff !important;
  transition: all 0.6s;
}
.cid-shMKDkloLi .card-box {
  padding: 0rem 1rem;
}
.cid-shMKDkloLi .card-img {
  width: auto;
}
.cid-shMKDkloLi .ico1 {
  font-size: 3rem !important;
}
.cid-shMKDkloLi h3,
.cid-shMKDkloLi h4 {
  padding: 0;
  margin: 0;
}
.cid-shMKDkloLi .card-title,
.cid-shMKDkloLi .card-img {
  color: #232323;
}
.cid-shMKDkloLi H3 {
  color: #767676;
}
.cid-shMKDkloLi H1 {
  color: #232323;
}
.cid-sjtriPYedF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #007af1;
}
.cid-sjtriPYedF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sjtriPYedF .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sjtriPYedF .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sjtriPYedF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sjtriPYedF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sjtriPYedF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sjtriPYedF .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sjtriPYedF .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sjtriPYedF .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sjtriPYedF .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sjtriPYedF .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sjtriPYedF .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sjtriPYedF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sjtriPYedF .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sjtriPYedF .media-container-row .mbr-text {
  color: #6592e6;
}
.cid-shMiSQOvSz .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-shMiSQOvSz .navbar-fixed-top {
  padding-top: 0;
}
.cid-shMiSQOvSz .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-shMiSQOvSz .dropdown-item {
  padding: 0;
}
.cid-shMiSQOvSz .dropdown-menu {
  border: 0px solid lightgray;
  background: #3b5abb !important;
}
.cid-shMiSQOvSz .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-shMiSQOvSz .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3b5abb;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shMiSQOvSz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-shMiSQOvSz a {
  font-style: normal;
}
.cid-shMiSQOvSz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-shMiSQOvSz .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-shMiSQOvSz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shMiSQOvSz .content-text {
  margin-bottom: 0;
}
.cid-shMiSQOvSz .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-shMiSQOvSz .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #007af1;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-shMiSQOvSz .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-shMiSQOvSz .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-shMiSQOvSz .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-shMiSQOvSz .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shMiSQOvSz .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shMiSQOvSz .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-shMiSQOvSz .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shMiSQOvSz .nav-dropdown .link {
  font-weight: 400;
}
.cid-shMiSQOvSz .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-shMiSQOvSz .content-right-side {
  text-align: center;
}
.cid-shMiSQOvSz .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-shMiSQOvSz .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-shMiSQOvSz .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-shMiSQOvSz .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-shMiSQOvSz .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shMiSQOvSz .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-shMiSQOvSz .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-shMiSQOvSz .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-shMiSQOvSz .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-shMiSQOvSz .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-shMiSQOvSz .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-shMiSQOvSz .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shMiSQOvSz .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-shMiSQOvSz .navbar {
    display: block;
    padding: 0;
  }
  .cid-shMiSQOvSz .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shMiSQOvSz .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-shMiSQOvSz .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-shMiSQOvSz .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-shMiSQOvSz .navbar-toggler {
    display: none;
  }
  .cid-shMiSQOvSz .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shMiSQOvSz .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-shMiSQOvSz .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shMiSQOvSz .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-shMiSQOvSz .menu-logo {
  margin-right: auto;
}
.cid-shMiSQOvSz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shMiSQOvSz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-shMiSQOvSz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-shMiSQOvSz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shMiSQOvSz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-shMiSQOvSz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shMiSQOvSz .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-shMiSQOvSz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-shMiSQOvSz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shMiSQOvSz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shMiSQOvSz .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-shMiSQOvSz .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shMiSQOvSz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shMiSQOvSz .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-shMiSQOvSz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shMiSQOvSz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shMiSQOvSz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shMiSQOvSz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shMiSQOvSz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shMiSQOvSz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-shMiSQOvSz .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-shMiSQOvSz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shMiSQOvSz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shMiSQOvSz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-shMiSQOvSz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shMiSQOvSz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shMiSQOvSz button.navbar-toggler:focus {
  outline: none;
}
.cid-shMiSQOvSz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-shMiSQOvSz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shMiSQOvSz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shMiSQOvSz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shMiSQOvSz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shMiSQOvSz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shMiSQOvSz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shMiSQOvSz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shMiSQOvSz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shMiSQOvSz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shMiSQOvSz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shMiSQOvSz .collapsed .btn {
  display: flex;
}
.cid-shMiSQOvSz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shMiSQOvSz .collapsed .navbar-collapse.collapsing,
.cid-shMiSQOvSz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shMiSQOvSz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shMiSQOvSz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shMiSQOvSz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shMiSQOvSz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shMiSQOvSz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-shMiSQOvSz .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-shMiSQOvSz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shMiSQOvSz .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-shMiSQOvSz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shMiSQOvSz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-shMiSQOvSz .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shMiSQOvSz .collapsed button.navbar-toggler {
  display: block;
}
.cid-shMiSQOvSz .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-shMiSQOvSz .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-shMiSQOvSz .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-shMiSQOvSz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shMiSQOvSz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shMiSQOvSz .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-shMiSQOvSz .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-shMiSQOvSz .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shMiSQOvSz .navbar-collapse.collapsing,
  .cid-shMiSQOvSz .navbar-collapse.show {
    display: block !important;
  }
  .cid-shMiSQOvSz .navbar-collapse.collapsing .navbar-nav,
  .cid-shMiSQOvSz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shMiSQOvSz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shMiSQOvSz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shMiSQOvSz .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-shMiSQOvSz .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-shMiSQOvSz .navbar-collapse.collapsing .navbar-buttons,
  .cid-shMiSQOvSz .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-shMiSQOvSz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shMiSQOvSz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shMiSQOvSz .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-shMiSQOvSz img {
    height: 3.8rem !important;
  }
  .cid-shMiSQOvSz .btn {
    display: flex;
  }
  .cid-shMiSQOvSz button.navbar-toggler {
    display: block;
  }
  .cid-shMiSQOvSz .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-shMiSQOvSz .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shMiSQOvSz .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-shMiSQOvSz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shMiSQOvSz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shMiSQOvSz .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-shMiSQOvSz .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-shMiSQOvSz .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-shMiSQOvSz .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-shMiSQOvSz .nav-link:focus {
  outline: none;
}
.cid-shMiSQOvSz .navbar-toggler {
  position: relative;
}
.cid-shMiSQOvSz .dropdown-item.active,
.cid-shMiSQOvSz .dropdown-item:active {
  background: #3b5abb;
  color: initial;
}
.cid-sjtriPYedF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #007af1;
}
.cid-sjtriPYedF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sjtriPYedF .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sjtriPYedF .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sjtriPYedF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sjtriPYedF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sjtriPYedF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sjtriPYedF .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sjtriPYedF .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sjtriPYedF .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sjtriPYedF .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sjtriPYedF .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sjtriPYedF .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sjtriPYedF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sjtriPYedF .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sjtriPYedF .media-container-row .mbr-text {
  color: #6592e6;
}
.cid-sjtyCbFQwr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #4284df;
}
.cid-sjtyCbFQwr h2,
.cid-sjtyCbFQwr h3,
.cid-sjtyCbFQwr h4,
.cid-sjtyCbFQwr p {
  color: #ffffff;
}
.cid-sjtyCbFQwr .mbr-overlay {
  z-index: -1;
}
.cid-sjtyCbFQwr .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sjtyCbFQwr .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sjtyCbFQwr .form-control:focus,
.cid-sjtyCbFQwr .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sjtyCbFQwr .form-group {
  margin-bottom: 1rem;
}
.cid-sjtyCbFQwr input::-webkit-input-placeholder,
.cid-sjtyCbFQwr textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sjtyCbFQwr input:-moz-placeholder,
.cid-sjtyCbFQwr textarea:-moz-placeholder {
  color: #656565;
}
.cid-sjtyCbFQwr .jq-selectbox li,
.cid-sjtyCbFQwr .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sjtyCbFQwr .jq-selectbox li:hover,
.cid-sjtyCbFQwr .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sjtyCbFQwr .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sjtyCbFQwr .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sjtyCbFQwr .subtext {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.cid-sjtyCbFQwr .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sjtyCbFQwr .mbr-text {
  color: #767676;
}
.cid-sjtyCbFQwr .form-block {
  padding: 3rem;
  position: relative;
}
.cid-sjtyCbFQwr .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2c1616;
  opacity: 0.5;
  z-index: 0;
}
.cid-sjtyCbFQwr .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-sjtyCbFQwr a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sjtyCbFQwr .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sjtyCbFQwr .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sjtyCbFQwr textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-sjtyCbFQwr .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sjtyCbFQwr .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sjtyCbFQwr .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sjtyCbFQwr h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sjtyCbFQwr .block-content {
    padding: 0;
  }
  .cid-sjtyCbFQwr .form-block {
    padding: 1rem;
  }
}
.cid-sjtyFdcnyV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sjtyFdcnyV h2,
.cid-sjtyFdcnyV h3,
.cid-sjtyFdcnyV p,
.cid-sjtyFdcnyV h4 {
  color: #0a0a0a;
}
.cid-sjtyFdcnyV .img-block img {
  height: 100%;
  max-height: 600px;
}
.cid-sjtyFdcnyV .mbr-iconfont {
  color: #007af1;
  font-size: 2rem;
}
.cid-sjtyFdcnyV .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sjtyFdcnyV .form-control:focus,
.cid-sjtyFdcnyV .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sjtyFdcnyV .form-group {
  margin-bottom: 1rem;
}
.cid-sjtyFdcnyV input::-webkit-input-placeholder,
.cid-sjtyFdcnyV textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sjtyFdcnyV input:-moz-placeholder,
.cid-sjtyFdcnyV textarea:-moz-placeholder {
  color: #656565;
}
.cid-sjtyFdcnyV .jq-selectbox li,
.cid-sjtyFdcnyV .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sjtyFdcnyV .jq-selectbox li:hover,
.cid-sjtyFdcnyV .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sjtyFdcnyV .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sjtyFdcnyV .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sjtyFdcnyV .mbr-text {
  color: #767676;
}
.cid-sjtyFdcnyV a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sjtyFdcnyV .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sjtyFdcnyV .form-block {
  padding: 2rem;
  box-shadow: 0 0 5px #a8a8a8;
  background-color: #ffffff;
}
.cid-sjtyFdcnyV textarea.form-control {
  resize: none;
}
.cid-sjtyFdcnyV .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-sjtyFdcnyV .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cid-sjtyFdcnyV .list-block {
  position: relative;
}
.cid-sjtyFdcnyV .list-block h4,
.cid-sjtyFdcnyV .list-block p {
  padding-left: 3.5rem;
}
.cid-sjtyFdcnyV .card-img {
  display: block;
}
@media (max-width: 767px) {
  .cid-sjtyFdcnyV h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sjtyFdcnyV .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sjtyFdcnyV .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
  .cid-sjtyFdcnyV .img-block-wrap {
    position: relative;
  }
  .cid-sjtyFdcnyV .img-block-wrap .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .cid-sjtyFdcnyV .img-block-wrap .img-block img {
    height: 100%;
  }
  .cid-sjtyFdcnyV .text-content {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjtyFdcnyV .google-map {
    padding-bottom: 2rem;
  }
  .cid-sjtyFdcnyV .img-block {
    overflow: hidden;
  }
}
.cid-sjtyJ47Xcx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-sjtyJ47Xcx .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sjtyJ47Xcx input,
.cid-sjtyJ47Xcx textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-sjtyJ47Xcx input:focus,
.cid-sjtyJ47Xcx textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sjtyJ47Xcx .form-control,
.cid-sjtyJ47Xcx .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sjtyJ47Xcx .form-control:hover,
.cid-sjtyJ47Xcx .field-input:hover,
.cid-sjtyJ47Xcx .form-control:focus,
.cid-sjtyJ47Xcx .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sjtyJ47Xcx input::-webkit-input-placeholder,
.cid-sjtyJ47Xcx textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-sjtyJ47Xcx input:-moz-placeholder,
.cid-sjtyJ47Xcx textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-sjtyJ47Xcx .jq-selectbox li,
.cid-sjtyJ47Xcx .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-sjtyJ47Xcx .jq-selectbox li:hover,
.cid-sjtyJ47Xcx .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-sjtyJ47Xcx .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-sjtyJ47Xcx .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-sjtyJ47Xcx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sjtyJ47Xcx .mbr-form {
  max-width: 450px;
}
.cid-sjtyJ47Xcx textarea {
  min-height: 150px;
}
.cid-sjtyJ47Xcx .mbr-text {
  color: #cccccc;
}
.cid-sjtyJ47Xcx .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-sjtyJ47Xcx .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-sjtyJiBwoA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background16.jpg");
}
.cid-sjtyJiBwoA .mbr-overlay {
  background-color: #4f4943;
  opacity: 0.5;
}
.cid-sjtyJiBwoA textarea {
  min-height: 150px;
}
.cid-sjtyJiBwoA .form-col {
  background: #ffffff;
  padding: 3rem 1rem;
}
.cid-sjtyJiBwoA .form-wrap {
  max-width: 520px;
  margin: auto;
}
.cid-sjtyJiBwoA .text-wrap {
  max-width: 400px;
  border: 2px solid #ffffff;
  padding: 3rem;
  margin: 4rem auto!important;
}
@media (max-width: 992px) {
  .cid-sjtyJiBwoA .form-wrap {
    max-width: 690px;
  }
  .cid-sjtyJiBwoA .md-pb {
    padding-bottom: 3rem;
  }
  .cid-sjtyJiBwoA .text-wrap {
    max-width: 690px;
  }
}
.cid-sjtyJiBwoA .input-group-btn {
  margin: 0.4rem;
  padding-top: 1.5rem;
}
.cid-sjtyJiBwoA .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sjtyJiBwoA .form-control,
.cid-sjtyJiBwoA .field-input {
  padding: 0.5rem 1.2rem;
  background-color: #ffffff;
  border: 3px solid #ebeced;
  color: #767676;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
}
.cid-sjtyJiBwoA .form-control:hover,
.cid-sjtyJiBwoA .field-input:hover,
.cid-sjtyJiBwoA .form-control:focus,
.cid-sjtyJiBwoA .field-input:focus {
  background-color: #f5f5f7;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}
.cid-sjtyJiBwoA input::-webkit-input-placeholder,
.cid-sjtyJiBwoA textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-sjtyJiBwoA input:-moz-placeholder,
.cid-sjtyJiBwoA textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-sjtyJiBwoA .jq-selectbox li,
.cid-sjtyJiBwoA .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sjtyJiBwoA .jq-selectbox li:hover,
.cid-sjtyJiBwoA .jq-selectbox li.selected {
  background-color: #f5f5f7;
  color: #000000;
}
.cid-sjtyJiBwoA .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sjtyJiBwoA .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f7;
}
.cid-sjtyJiBwoA H2 {
  color: #36404c;
}
@media (max-width: 767px) {
  .cid-sjtyJiBwoA .col-auto {
    margin: auto;
  }
}
.cid-sjtyJiBwoA H3 {
  color: #ffffff;
}
.cid-sjtyJiBwoA H4 {
  color: #36404c;
}
