@import url(https://fonts.googleapis.com/css?family=Arapey:400,400i);
@import url(https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);





body {
  font-family: Dosis;
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Arapey', serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Arapey', serif;
  font-size: 4rem;
}
.display-2 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Dosis', sans-serif;
  font-size: 2.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 4rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- 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.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  color: initial;
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 2px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  font-weight: 600;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  font-weight: 600;
  letter-spacing: 2px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  font-weight: 600;
  letter-spacing: 2px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #608faf !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #ff4100 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #608faf !important;
  border-color: #608faf !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #416781 !important;
  border-color: #416781 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #416781 !important;
  border-color: #416781 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #608faf !important;
  border-color: #608faf !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #416781 !important;
  border-color: #416781 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #416781 !important;
  border-color: #416781 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #395a70;
  color: #395a70 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #608faf;
  border-color: #608faf;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #608faf !important;
  border-color: #608faf !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #395a70;
  color: #395a70 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #608faf;
  border-color: #608faf;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #608faf !important;
  border-color: #608faf !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #992700;
  color: #992700 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #ff4100;
  border-color: #ff4100;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #111111;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #608faf !important;
}
.text-secondary {
  color: #608faf !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #ff4100 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #395a70 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #395a70 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #992700 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff4100;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #608faf;
  border-color: #608faf;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #608faf;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b5cbda;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffd9cc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #444444;
  opacity: .5;
}
#scrollToTop a:hover {
  opacity: .7;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #ffffff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow {
  background-color: #444444;
  opacity: .5;
  transition: .3s;
}
.mbr-arrow a {
  color: #ffffff;
}
.mbr-arrow:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 2.24rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #608faf;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #608faf;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #608faf;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #608faf;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #608faf;
}
/* Headers*/
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.cid-qMotqm7z0K {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/img-865-1550x1307.jpg");
}
.cid-qMotqm7z0K .mbr-text,
.cid-qMotqm7z0K .typed-text,
.cid-qMotqm7z0K .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-qMotqm7z0K .btn {
  margin-left: 4px !important;
}
.cid-qMotqm7z0K .animated-element {
  color: #ffbc00;
}
.cid-qMotqm7z0K .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-qMotqm7z0K .mbr-section-title {
  text-align: center;
  color: #333333;
}
.cid-qMotqm7z0K SPAN {
  text-align: left;
}
.cid-qMotqm7z0K P {
  text-align: center;
  color: #000000;
}
.cid-qMotqm7z0K .mbr-section-text,
.cid-qMotqm7z0K .mbr-section-btn {
  color: #646464;
  text-align: center;
}
.cid-qMotqm7z0K .mbr-section-text,
.cid-qMotqm7z0K .mbr-section-btn B {
  color: #444444;
}
.cid-qKAFLX7y3u {
  padding-top: 90px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/images-284x177.jpg");
}
.cid-qKAFLX7y3u .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-qKAFLX7y3u .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-qKAFLX7y3u .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qKAFLX7y3u .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-qKAFLX7y3u .process-icon,
.cid-qKAFLX7y3u .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-qKAFLX7y3u .wrapper,
.cid-qKAFLX7y3u .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-qKAFLX7y3u .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #608faf;
  opacity: .4;
}
.cid-qKAFLX7y3u .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-qKAFLX7y3u .icon-container a {
  display: inherit;
}
.cid-qKAFLX7y3u .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #ffbc00 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #000000;
  z-index: 1;
}
.cid-qKAFLX7y3u .icon-main {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-qKAFLX7y3u .icon-main:hover .icon-wrapper {
  background-color: #ffbc00 !important;
}
.cid-qKAFLX7y3u .icon-main:hover .icon-number {
  background-color: #608faf !important;
  color: #ffffff !important;
}
.cid-qKAFLX7y3u .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-qKAFLX7y3u .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-qKAFLX7y3u .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-qKAFLX7y3u .third-elem .wrapper:before {
    display: none;
  }
}
.cid-qKAFLX7y3u .mbr-section-title {
  margin: 0;
}
.cid-qKAFLX7y3u .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-qKAFKGpVhY {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/digital-ideators-light-blue-background-1920x1080.jpg");
}
.cid-qKAFKGpVhY .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
}
.cid-qKAFKGpVhY .card {
  margin-bottom: 2rem;
}
.cid-qKAFKGpVhY .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-qKAFKGpVhY .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qKAFKGpVhY .btn {
  margin: .3rem;
}
.cid-qKAFKGpVhY .mbr-section-title {
  margin: 0;
}
.cid-qKAFKGpVhY .card-underline,
.cid-qKAFKGpVhY .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qKAFKGpVhY .card-underline .line,
.cid-qKAFKGpVhY .underline .line {
  width: 3rem;
  height: 2px;
  background: #608faf;
  display: inline-block;
}
.cid-qKAFKGpVhY .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-qKAFKGpVhY .card-underline .line {
  background: #608faf;
}
@media (max-width: 767px) {
  .cid-qKAFKGpVhY .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qKAFKGpVhY .row-content {
    min-width: 100%;
  }
  .cid-qKAFKGpVhY .card {
    display: block;
  }
}
.cid-qKAFKGpVhY .card-title,
.cid-qKAFKGpVhY .card-underline {
  color: #444444;
}
.cid-qKAFKGpVhY .mbr-section-title,
.cid-qKAFKGpVhY .underline {
  color: #444444;
}
.cid-qMtE3hWdYg {
  overflow-x: hidden !important;
}
.cid-qMtE3hWdYg .mbr-section-title {
  color: #444444;
}
.cid-qMtE3hWdYg .mbr-section-title span {
  color: #ffbc00;
}
.cid-qMtE3hWdYg .mbr-text {
  color: #444444;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-qMtE3hWdYg .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 100% 0;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  background-image: url("../../../assets/images/encefalo-1633x1225.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  transform: translateZ(0);
}
.cid-qMtE3hWdYg .scroll-wrapper.second {
  left: calc(100% - 1px);
  background-position: 0 0;
}
.cid-qMtE3hWdYg .mbr-overlay {
  z-index: 1;
}
.cid-qMtE3hWdYg .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.cid-qMtE3hWdYg .mbr-section-title SPAN {
  color: #608faf;
}
.cid-qMtGvUmsIm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/corporate-or-moral-1920x1280.png");
}
.cid-qMtGvUmsIm .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-qMtGvUmsIm .mbr-text {
  width: 100%;
  height: auto;
  color: #444444;
}
@media (max-width: 991px) {
  .cid-qMtGvUmsIm .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-qMtGvUmsIm .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-qMtGvUmsIm .mbr-section-title {
  text-align: center;
  color: #608faf;
}
.cid-qMtGvUmsIm .mbr-section-title B {
  color: #608faf;
}
.cid-qMz7jYPkdS {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/wallpaper-ios-9-1368x912.jpg");
}
.cid-qMz7jYPkdS .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-qMz7jYPkdS .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
  color: #646464;
}
@media (max-width: 991px) {
  .cid-qMz7jYPkdS .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-qMz7jYPkdS .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-qMz7jYPkdS .mbr-section-title {
  text-align: center;
  color: #444444;
}
.cid-qMz7jYPkdS .mbr-section-title I {
  color: #444444;
}
.cid-qMd3LVIilN .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
}
.cid-qMd3LVIilN .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-qMd3LVIilN .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #0a0a0a;
  color: #ffffff !important;
  background: #232323 !important;
}
.cid-qMd3LVIilN .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-qMd3LVIilN .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-qMd3LVIilN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qMd3LVIilN .navbar .dropdown-menu {
  width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-qMd3LVIilN .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #608faf;
}
.cid-qMd3LVIilN .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-qMd3LVIilN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qMd3LVIilN .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-qMd3LVIilN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qMd3LVIilN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qMd3LVIilN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qMd3LVIilN .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-qMd3LVIilN .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-qMd3LVIilN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qMd3LVIilN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-qMd3LVIilN .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-qMd3LVIilN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qMd3LVIilN .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-qMd3LVIilN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qMd3LVIilN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qMd3LVIilN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qMd3LVIilN .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-qMd3LVIilN .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-qMd3LVIilN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qMd3LVIilN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qMd3LVIilN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-qMd3LVIilN .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-qMd3LVIilN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qMd3LVIilN .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-qMd3LVIilN .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-qMd3LVIilN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qMd3LVIilN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qMd3LVIilN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qMd3LVIilN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qMd3LVIilN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qMd3LVIilN .dropdown-item.active,
.cid-qMd3LVIilN .dropdown-item:active {
  background-color: transparent;
}
.cid-qMd3LVIilN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qMd3LVIilN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qMd3LVIilN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qMd3LVIilN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-qMd3LVIilN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-qMd3LVIilN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qMd3LVIilN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qMd3LVIilN .navbar-buttons {
  text-align: center;
}
.cid-qMd3LVIilN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qMd3LVIilN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qMd3LVIilN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qMd3LVIilN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qMd3LVIilN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qMd3LVIilN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qMd3LVIilN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMd3LVIilN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qMd3LVIilN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qMd3LVIilN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMd3LVIilN .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qMd3LVIilN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-qMd3LVIilN .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qMd3LVIilN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-qMd3LVIilN .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-qMd3LVIilN .nav-link:hover,
.cid-qMd3LVIilN .dropdown-item:hover {
  color: #608faf !important;
}
.cid-qMogrUzDqS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/blue-abstract-lights-bokeh-background-nyast7xxl-f0000-1920x1080.png");
}
.cid-qMogrUzDqS .main-heading-content {
  margin-bottom: 5rem;
}
.cid-qMogrUzDqS .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qMogrUzDqS .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-qMogrUzDqS .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  display: block;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.cid-qMogrUzDqS .form-control,
.cid-qMogrUzDqS textarea {
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.cid-qMogrUzDqS .google-map {
  width: 100%;
  height: 30rem;
}
.cid-qMogrUzDqS .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-qMogrUzDqS a:link {
  text-decoration: none;
}
.cid-qMogrUzDqS .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-qMogrUzDqS .mbr-section-title,
.cid-qMogrUzDqS .underline {
  text-align: center;
  color: #232323;
}
.cid-qMogrUzDqS .mbr-section-subtitle P {
  color: #444444;
}
.cid-qMoECAemJr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-qMoECAemJr a:link {
  text-decoration: none;
}
.cid-qMoECAemJr .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #608faf none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-qMoECAemJr .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-qMoECAemJr .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qMoECAemJr .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qMoECAemJr .foot-menu {
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-qMoECAemJr .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-qMoECAemJr .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-qMoECAemJr .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-qMoECAemJr .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-qMoECAemJr .plan-title,
.cid-qMoECAemJr .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-qMoECAemJr .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-qMoECAemJr .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-qMoECAemJr .mbr-section-title span {
  color: #ffbc00;
}
.cid-qMoECAemJr .mbr-section-title SPAN {
  color: #608faf;
}
.cid-qMoECAemJr .mbr-text {
  color: #ffffff;
}
.cid-qMoECAemJr .mbr-section-title I {
  color: #646464;
}
.cid-qMETz6n2nR {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/light-blue-circles-loopable-abstract-background-4k-4096x2304-4xvni540l-f0000-2000x1125.png");
}
.cid-qMETz6n2nR .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-qMETz6n2nR .mbr-section-title {
  margin: 0;
}
.cid-qMETz6n2nR .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qMETz6n2nR .underline .line {
  width: 3rem;
  height: 2px;
  background: #646464;
  display: inline-block;
}
.cid-qMETz6n2nR .card-img {
  text-align: left;
}
.cid-qMETz6n2nR .row-item {
  padding-bottom: 2rem;
}
.cid-qMETz6n2nR .row-item:hover .card-img .mbr-iconfont {
  color: #608faf !important;
}
@media (max-width: 767px) {
  .cid-qMETz6n2nR .card-img,
  .cid-qMETz6n2nR .mbr-text,
  .cid-qMETz6n2nR .mbr-card-title,
  .cid-qMETz6n2nR .mbr-section-subtitle,
  .cid-qMETz6n2nR .mbr-section-title,
  .cid-qMETz6n2nR .underline {
    text-align: center !important;
  }
}
.cid-qMETz6n2nR .mbr-section-title,
.cid-qMETz6n2nR .underline B {
  color: #608faf;
}
.cid-qMETz6n2nR .mbr-card-title,
.cid-qMETz6n2nR .card-img {
  color: #000000;
}
.cid-qMETz6n2nR .mbr-text {
  color: #444444;
}
.cid-qMyTlAiJsH {
  padding-top: 90px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/shutterstock-125276579-1000x669.jpg");
}
.cid-qMyTlAiJsH .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #608faf none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-qMyTlAiJsH .photo-split {
  padding: 0;
}
.cid-qMyTlAiJsH .photo-split img {
  width: 100%;
}
.cid-qMyTlAiJsH .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-qMyTlAiJsH .counter-container ul {
  display: flex;
  flex-direction: column;
}
.cid-qMyTlAiJsH .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-qMyTlAiJsH .wrap-block {
  padding: 3rem 3rem;
}
.cid-qMyTlAiJsH .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-qMyTlAiJsH .wrap-block ul li {
  display: inline-block;
}
.cid-qMyTlAiJsH .wrap-block ul li span {
  text-align: center;
}
.cid-qMyTlAiJsH .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-qMyTlAiJsH .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qMyTlAiJsH .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qMyTlAiJsH .mbr-list,
.cid-qMyTlAiJsH .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-qMyTlAiJsH .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-qMyTlAiJsH .mbr-section-title,
  .cid-qMyTlAiJsH .mbr-section-subtitle,
  .cid-qMyTlAiJsH .mbr-text {
    text-align: center !important;
  }
  .cid-qMyTlAiJsH .social-list {
    text-align: center !important;
  }
}
.cid-qMyTlAiJsH .mbr-section-title {
  color: #608faf;
}
.cid-qMyTlAiJsH .mbr-list,
.cid-qMyTlAiJsH .social-media UL {
  color: #444444;
}
.cid-qMd3LVIilN .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
}
.cid-qMd3LVIilN .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-qMd3LVIilN .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #0a0a0a;
  color: #ffffff !important;
  background: #232323 !important;
}
.cid-qMd3LVIilN .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-qMd3LVIilN .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-qMd3LVIilN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qMd3LVIilN .navbar .dropdown-menu {
  width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-qMd3LVIilN .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #608faf;
}
.cid-qMd3LVIilN .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-qMd3LVIilN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qMd3LVIilN .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-qMd3LVIilN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qMd3LVIilN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qMd3LVIilN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qMd3LVIilN .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-qMd3LVIilN .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-qMd3LVIilN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qMd3LVIilN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-qMd3LVIilN .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-qMd3LVIilN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qMd3LVIilN .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-qMd3LVIilN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qMd3LVIilN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qMd3LVIilN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qMd3LVIilN .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-qMd3LVIilN .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-qMd3LVIilN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qMd3LVIilN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qMd3LVIilN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-qMd3LVIilN .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-qMd3LVIilN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qMd3LVIilN .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-qMd3LVIilN .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-qMd3LVIilN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qMd3LVIilN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qMd3LVIilN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qMd3LVIilN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qMd3LVIilN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qMd3LVIilN .dropdown-item.active,
.cid-qMd3LVIilN .dropdown-item:active {
  background-color: transparent;
}
.cid-qMd3LVIilN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qMd3LVIilN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qMd3LVIilN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qMd3LVIilN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-qMd3LVIilN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-qMd3LVIilN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qMd3LVIilN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qMd3LVIilN .navbar-buttons {
  text-align: center;
}
.cid-qMd3LVIilN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qMd3LVIilN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qMd3LVIilN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qMd3LVIilN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qMd3LVIilN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qMd3LVIilN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qMd3LVIilN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMd3LVIilN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qMd3LVIilN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qMd3LVIilN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMd3LVIilN .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qMd3LVIilN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-qMd3LVIilN .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qMd3LVIilN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-qMd3LVIilN .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-qMd3LVIilN .nav-link:hover,
.cid-qMd3LVIilN .dropdown-item:hover {
  color: #608faf !important;
}
.cid-qMyS0J5Bc6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-24-1620x1080.jpg");
}
.cid-qMyS0J5Bc6 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #608faf none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-qMyS0J5Bc6 .content-row {
  flex-direction: row-reverse;
}
.cid-qMyS0J5Bc6 .photo-split {
  padding: 0;
}
.cid-qMyS0J5Bc6 .photo-split img {
  width: 100%;
}
.cid-qMyS0J5Bc6 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-qMyS0J5Bc6 .counter-container ul {
  display: flex;
  flex-direction: column;
}
.cid-qMyS0J5Bc6 .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-qMyS0J5Bc6 .wrap-block {
  padding: 3rem 3rem;
}
.cid-qMyS0J5Bc6 .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-qMyS0J5Bc6 .wrap-block ul li {
  display: inline-block;
}
.cid-qMyS0J5Bc6 .wrap-block ul li span {
  text-align: center;
}
.cid-qMyS0J5Bc6 .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-qMyS0J5Bc6 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qMyS0J5Bc6 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qMyS0J5Bc6 .mbr-list,
.cid-qMyS0J5Bc6 .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-qMyS0J5Bc6 .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-qMyS0J5Bc6 .mbr-section-title,
  .cid-qMyS0J5Bc6 .mbr-section-subtitle,
  .cid-qMyS0J5Bc6 .mbr-text {
    text-align: center !important;
  }
  .cid-qMyS0J5Bc6 .social-list {
    text-align: center !important;
  }
}
.cid-qMyS0J5Bc6 .mbr-list,
.cid-qMyS0J5Bc6 .social-media UL {
  color: #efefef;
  text-align: left;
}
.cid-qMyS0J5Bc6 .mbr-section-title {
  color: #608faf;
}
.cid-qMo08L6KJL {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-6-1620x1080.jpg");
}
.cid-qMo08L6KJL .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #608faf none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-qMo08L6KJL .photo-split {
  padding: 0;
}
.cid-qMo08L6KJL .photo-split img {
  width: 100%;
}
.cid-qMo08L6KJL .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-qMo08L6KJL .counter-container ul {
  display: flex;
  flex-direction: column;
}
.cid-qMo08L6KJL .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-qMo08L6KJL .counter-container ul li:before {
  color: #444444;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-qMo08L6KJL .wrap-block {
  padding: 3rem 3rem;
}
.cid-qMo08L6KJL .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-qMo08L6KJL .wrap-block ul li {
  display: inline-block;
}
.cid-qMo08L6KJL .wrap-block ul li span {
  text-align: center;
}
.cid-qMo08L6KJL .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-qMo08L6KJL .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qMo08L6KJL .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qMo08L6KJL .mbr-list,
.cid-qMo08L6KJL .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-qMo08L6KJL .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-qMo08L6KJL .mbr-section-title,
  .cid-qMo08L6KJL .mbr-section-subtitle,
  .cid-qMo08L6KJL .mbr-text {
    text-align: center !important;
  }
  .cid-qMo08L6KJL .social-list {
    text-align: center !important;
  }
}
.cid-qMo08L6KJL .mbr-section-title {
  color: #608faf;
  text-align: left;
}
.cid-qMo08L6KJL .mbr-list,
.cid-qMo08L6KJL .social-media DIV {
  color: #444444;
}
.cid-qMzobrBl0n {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/photo-1518159357049-bb438a340932-1500x1000.jpg");
}
.cid-qMzobrBl0n .row {
  margin-left: -5rem;
}
.cid-qMzobrBl0n .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
}
.cid-qMzobrBl0n .mbr-section-title,
.cid-qMzobrBl0n .mbr-section-subtitle {
  color: #232323;
}
.cid-qMzobrBl0n .mbr-section-subtitle span {
  font-weight: bold;
}
.cid-qMzobrBl0n .mbr-text {
  color: #232323;
  font-weight: 100;
}
.cid-qMzobrBl0n .mbr-section-btn {
  color: white;
}
@media (max-width: 767px) {
  .cid-qMzobrBl0n .row {
    margin-left: -15px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qMzobrBl0n .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-qMzobrBl0n .mbr-section-title {
  color: #444444;
}
.cid-qMzobrBl0n .mbr-section-subtitle DIV {
  color: #444444;
}
.cid-ri4VYLosfV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-ri4VYLosfV .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-ri4VQg4UhL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-ri4VQg4UhL a:link {
  text-decoration: none;
}
.cid-ri4VQg4UhL .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #608faf none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ri4VQg4UhL .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-ri4VQg4UhL .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-ri4VQg4UhL .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-ri4VQg4UhL .foot-menu {
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-ri4VQg4UhL .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-ri4VQg4UhL .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-ri4VQg4UhL .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-ri4VQg4UhL .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-ri4VQg4UhL .plan-title,
.cid-ri4VQg4UhL .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-ri4VQg4UhL .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-ri4VQg4UhL .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-ri4VQg4UhL .mbr-section-title span {
  color: #ffbc00;
}
.cid-ri4VQg4UhL .mbr-section-title SPAN {
  color: #608faf;
}
.cid-ri4VQg4UhL .mbr-text {
  color: #ffffff;
}
.cid-ri4VQg4UhL .mbr-section-title I {
  color: #646464;
}
.cid-t1hfxlrjpD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/digital-ideators-light-blue-background-1920x1080.jpg");
}
.cid-t1hfxlrjpD .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #5c9eca none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-t1hfxlrjpD .content-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-t1hfxlrjpD .photo-split {
  padding: 0;
}
.cid-t1hfxlrjpD .photo-split img {
  width: 100%;
}
.cid-t1hfxlrjpD .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-t1hfxlrjpD .counter-container ul {
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t1hfxlrjpD .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-t1hfxlrjpD .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-t1hfxlrjpD .wrap-block {
  padding: 3rem 3rem;
}
.cid-t1hfxlrjpD .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t1hfxlrjpD .wrap-block ul li {
  display: inline-block;
}
.cid-t1hfxlrjpD .wrap-block ul li span {
  text-align: center;
}
.cid-t1hfxlrjpD .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-t1hfxlrjpD .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-t1hfxlrjpD .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-t1hfxlrjpD .mbr-list,
.cid-t1hfxlrjpD .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-t1hfxlrjpD .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t1hfxlrjpD .mbr-section-title,
  .cid-t1hfxlrjpD .mbr-section-subtitle,
  .cid-t1hfxlrjpD .mbr-text {
    text-align: center !important;
  }
  .cid-t1hfxlrjpD .social-list {
    text-align: center !important;
  }
}
.cid-t1hfxlrjpD .mbr-section-subtitle {
  color: #608faf;
}
.cid-t1hfxlrjpD .mbr-section-title {
  color: #ffbc00;
}
.cid-t1hfxlrjpD .mbr-text {
  color: #232323;
}
.cid-qMd3LVIilN .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
}
.cid-qMd3LVIilN .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-qMd3LVIilN .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #0a0a0a;
  color: #ffffff !important;
  background: #232323 !important;
}
.cid-qMd3LVIilN .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-qMd3LVIilN .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-qMd3LVIilN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qMd3LVIilN .navbar .dropdown-menu {
  width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-qMd3LVIilN .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #608faf;
}
.cid-qMd3LVIilN .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-qMd3LVIilN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qMd3LVIilN .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-qMd3LVIilN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qMd3LVIilN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qMd3LVIilN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qMd3LVIilN .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-qMd3LVIilN .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-qMd3LVIilN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qMd3LVIilN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-qMd3LVIilN .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-qMd3LVIilN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qMd3LVIilN .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-qMd3LVIilN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qMd3LVIilN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qMd3LVIilN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qMd3LVIilN .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-qMd3LVIilN .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-qMd3LVIilN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qMd3LVIilN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qMd3LVIilN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-qMd3LVIilN .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-qMd3LVIilN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qMd3LVIilN .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-qMd3LVIilN .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-qMd3LVIilN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qMd3LVIilN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qMd3LVIilN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qMd3LVIilN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qMd3LVIilN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qMd3LVIilN .dropdown-item.active,
.cid-qMd3LVIilN .dropdown-item:active {
  background-color: transparent;
}
.cid-qMd3LVIilN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qMd3LVIilN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qMd3LVIilN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qMd3LVIilN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-qMd3LVIilN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-qMd3LVIilN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qMd3LVIilN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qMd3LVIilN .navbar-buttons {
  text-align: center;
}
.cid-qMd3LVIilN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qMd3LVIilN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qMd3LVIilN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qMd3LVIilN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qMd3LVIilN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qMd3LVIilN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qMd3LVIilN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMd3LVIilN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qMd3LVIilN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qMd3LVIilN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMd3LVIilN .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qMd3LVIilN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-qMd3LVIilN .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qMd3LVIilN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-qMd3LVIilN .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-qMd3LVIilN .nav-link:hover,
.cid-qMd3LVIilN .dropdown-item:hover {
  color: #608faf !important;
}
.cid-qMtsnGr13O {
  background-image: url("../../../assets/images/mbr-19-1620x1080.jpg");
}
.cid-qMtsnGr13O .mbr-text,
.cid-qMtsnGr13O .typed-text,
.cid-qMtsnGr13O .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-qMtsnGr13O .btn {
  margin-left: 4px !important;
}
.cid-qMtsnGr13O .animated-element {
  color: #608faf;
}
.cid-qMtsnGr13O .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #608faf;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-qMtsnGr13O .mbr-section-text,
.cid-qMtsnGr13O .mbr-section-btn {
  color: #444444;
}
.cid-t1p0CPxzk7 {
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-t1p0CPxzk7 .mbr-text,
.cid-t1p0CPxzk7 .typed-text,
.cid-t1p0CPxzk7 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-t1p0CPxzk7 .btn {
  margin-left: 4px !important;
}
.cid-t1p0CPxzk7 .animated-element {
  color: #ffbc00;
}
.cid-t1p0CPxzk7 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-t1p0CPxzk7 .mbr-section-title {
  color: #608faf;
}
.cid-t1p0CPxzk7 SPAN {
  color: #ffbc00;
}
.cid-t1p0CPxzk7 .mbr-section-text,
.cid-t1p0CPxzk7 .mbr-section-btn {
  color: #646464;
}
.cid-qMFYDd5A7q {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/blue-abstract-lights-bokeh-background-nyast7xxl-f0000-1920x1080.png");
}
.cid-qMFYDd5A7q .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-qMFYDd5A7q .mbr-text {
  width: 100%;
  height: auto;
  color: #444444;
}
@media (max-width: 991px) {
  .cid-qMFYDd5A7q .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-qMFYDd5A7q .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-qMFYDd5A7q .mbr-section-title {
  color: #608faf;
}
.cid-qMoXH0gK05 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-qMoXH0gK05 a:link {
  text-decoration: none;
}
.cid-qMoXH0gK05 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #608faf none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-qMoXH0gK05 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-qMoXH0gK05 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qMoXH0gK05 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qMoXH0gK05 .foot-menu {
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-qMoXH0gK05 .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-qMoXH0gK05 .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-qMoXH0gK05 .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-qMoXH0gK05 .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-qMoXH0gK05 .plan-title,
.cid-qMoXH0gK05 .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-qMoXH0gK05 .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-qMoXH0gK05 .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-qMoXH0gK05 .mbr-section-title span {
  color: #ffbc00;
}
.cid-qMoXH0gK05 .mbr-section-title SPAN {
  color: #608faf;
}
.cid-qMoXH0gK05 .mbr-section-title {
  color: #646464;
}
.cid-qMoXH0gK05 .mbr-text {
  color: #ffffff;
}
.cid-qMoXH0gK05 LI {
  color: #c1c1c1;
}
.cid-rgPuyd7AId {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rgPuyd7AId .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rgPuyd7AId .photo-split {
  padding: 0;
}
.cid-rgPuyd7AId .photo-split img {
  width: 100%;
}
.cid-rgPuyd7AId .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rgPuyd7AId .counter-container ul {
  display: flex;
  flex-direction: column;
}
.cid-rgPuyd7AId .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-rgPuyd7AId .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-rgPuyd7AId .wrap-block {
  padding: 3rem 3rem;
}
.cid-rgPuyd7AId .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-rgPuyd7AId .wrap-block ul li {
  display: inline-block;
}
.cid-rgPuyd7AId .wrap-block ul li span {
  text-align: center;
}
.cid-rgPuyd7AId .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-rgPuyd7AId .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rgPuyd7AId .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rgPuyd7AId .mbr-list,
.cid-rgPuyd7AId .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-rgPuyd7AId .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-rgPuyd7AId .mbr-section-title,
  .cid-rgPuyd7AId .mbr-section-subtitle,
  .cid-rgPuyd7AId .mbr-text {
    text-align: center !important;
  }
  .cid-rgPuyd7AId .social-list {
    text-align: center !important;
  }
}
.cid-rgPuyd7AId .mbr-list,
.cid-rgPuyd7AId .social-media UL {
  color: #608faf;
}
.cid-qMd3LVIilN .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
}
.cid-qMd3LVIilN .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-qMd3LVIilN .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #0a0a0a;
  color: #ffffff !important;
  background: #232323 !important;
}
.cid-qMd3LVIilN .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-qMd3LVIilN .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-qMd3LVIilN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qMd3LVIilN .navbar .dropdown-menu {
  width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-qMd3LVIilN .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #608faf;
}
.cid-qMd3LVIilN .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-qMd3LVIilN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qMd3LVIilN .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-qMd3LVIilN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qMd3LVIilN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qMd3LVIilN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qMd3LVIilN .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-qMd3LVIilN .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-qMd3LVIilN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qMd3LVIilN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-qMd3LVIilN .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-qMd3LVIilN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qMd3LVIilN .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-qMd3LVIilN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qMd3LVIilN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qMd3LVIilN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qMd3LVIilN .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-qMd3LVIilN .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-qMd3LVIilN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qMd3LVIilN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qMd3LVIilN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-qMd3LVIilN .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-qMd3LVIilN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qMd3LVIilN .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-qMd3LVIilN .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-qMd3LVIilN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qMd3LVIilN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qMd3LVIilN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qMd3LVIilN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qMd3LVIilN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qMd3LVIilN .dropdown-item.active,
.cid-qMd3LVIilN .dropdown-item:active {
  background-color: transparent;
}
.cid-qMd3LVIilN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qMd3LVIilN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qMd3LVIilN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qMd3LVIilN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-qMd3LVIilN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-qMd3LVIilN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qMd3LVIilN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qMd3LVIilN .navbar-buttons {
  text-align: center;
}
.cid-qMd3LVIilN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qMd3LVIilN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qMd3LVIilN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qMd3LVIilN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qMd3LVIilN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qMd3LVIilN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qMd3LVIilN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMd3LVIilN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qMd3LVIilN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qMd3LVIilN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMd3LVIilN .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qMd3LVIilN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-qMd3LVIilN .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qMd3LVIilN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-qMd3LVIilN .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-qMd3LVIilN .nav-link:hover,
.cid-qMd3LVIilN .dropdown-item:hover {
  color: #608faf !important;
}
.cid-rgPCvjpuE6 {
  background-image: url("../../../assets/images/mbr-28-1620x1080.jpg");
}
.cid-rgPCvjpuE6 .mbr-section {
  padding: 0;
}
.cid-rgPCvjpuE6 .first-col,
.cid-rgPCvjpuE6 .second-col {
  padding: 0 5%;
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-rgPCvjpuE6 .second-col {
  background-color: #000000;
}
.cid-rgPCvjpuE6 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rgPCvjpuE6 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rgPCvjpuE6 .social-media {
  display: flex;
  padding-left: 0;
}
.cid-rgPCvjpuE6 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rgPCvjpuE6 .social-media ul li {
  padding-right: 0.6rem;
  margin-bottom: .5rem;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rgPCvjpuE6 .about-content {
    padding: 0 1rem;
  }
  .cid-rgPCvjpuE6 .typed-text {
    text-align: center;
  }
  .cid-rgPCvjpuE6 .second-col {
    padding: 1rem;
  }
  .cid-rgPCvjpuE6 .social-media {
    justify-content: center;
    padding: 0 1rem;
  }
  .cid-rgPCvjpuE6 .social-media ul li {
    padding: 0 0.3rem;
  }
}
.cid-rgPCvjpuE6 .mbr-section-title {
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
.cid-rgPCvjpuE6 .mbr-section-title span {
  color: #ffbc00;
}
.cid-rgPCvjpuE6 .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 0.03em;
}
.cid-rgPCvjpuE6 .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.cid-rgPCvjpuE6 .progressbar-title {
  color: white;
}
.cid-rgPCvjpuE6 .progress {
  width: 100%;
  height: 5px;
  border-radius: 0;
}
.cid-rgPCvjpuE6 .progress_elements {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-rgPCvjpuE6 .progress_elements > div {
  flex: 0 0 100%;
  max-width: 100%;
}
.cid-rgPCvjpuE6 .progress-bar {
  height: 5px;
  background-color: #ffbc00;
}
.cid-rgPCvjpuE6 .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-rgPCvjpuE6 .progressbar-number {
  display: inline-block;
}
.cid-rgPCvjpuE6 .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rgPCvjpuE6 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rgPCvjpuE6 .progress_value {
  position: relative;
  color: #ffbc00;
}
.cid-rgPCvjpuE6 progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rgPCvjpuE6 progress::-webkit-progress-value {
  background: #ffbc00;
}
.cid-rgPCvjpuE6 progress[value]::-moz-progress-bar {
  background: #ffbc00;
}
.cid-rgPCvjpuE6 progress::-ms-fill {
  background: #ffbc00;
}
.cid-rgPCvjpuE6 .progress1 .progressbar-number:before {
  content: '22';
}
.cid-rgPCvjpuE6 .progress2 .progressbar-number:before {
  content: '17';
}
.cid-rgPCvjpuE6 .progress3 .progressbar-number:before {
  content: '34';
}
.cid-rgPCvjpuE6 .progress4 .progressbar-number:before {
  content: '73';
}
.cid-rgPCvjpuE6 .progress5 .progressbar-number:before {
  content: '100';
}
.cid-rgPCvjpuE6 .progress-bar-1 {
  width: 22%;
}
.cid-rgPCvjpuE6 .progress-bar-2 {
  width: 17%;
}
.cid-rgPCvjpuE6 .progress-bar-3 {
  width: 34%;
}
.cid-rgPCvjpuE6 .progress-bar-4 {
  width: 73%;
}
.cid-rgPCvjpuE6 .progress-bar-5 {
  width: 100%;
}
.cid-rgPCvjpuE6 .mbr-section-title SPAN {
  color: #ffbc00;
}
.cid-rgPCvjpuE6 .mbr-text,
.cid-rgPCvjpuE6 .mbr-section-btn {
  color: #efefef;
}
.cid-rgPCvjpuE6 .mbr-section-subtitle I {
  color: #ffffff;
}
.cid-rgPCvjpuE6 .mbr-section-subtitle B {
  color: #608faf;
}
.cid-rgPRH06SDB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e6f3fc;
}
.cid-rgPRH06SDB .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rgPRH06SDB .content-row {
  flex-direction: row-reverse;
}
.cid-rgPRH06SDB .photo-split {
  padding: 0;
}
.cid-rgPRH06SDB .photo-split img {
  width: 100%;
}
.cid-rgPRH06SDB .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rgPRH06SDB .counter-container ul {
  display: flex;
  flex-direction: column;
}
.cid-rgPRH06SDB .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-rgPRH06SDB .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-rgPRH06SDB .wrap-block {
  padding: 3rem 3rem;
}
.cid-rgPRH06SDB .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-rgPRH06SDB .wrap-block ul li {
  display: inline-block;
}
.cid-rgPRH06SDB .wrap-block ul li span {
  text-align: center;
}
.cid-rgPRH06SDB .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-rgPRH06SDB .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rgPRH06SDB .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rgPRH06SDB .mbr-list,
.cid-rgPRH06SDB .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-rgPRH06SDB .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-rgPRH06SDB .mbr-section-title,
  .cid-rgPRH06SDB .mbr-section-subtitle,
  .cid-rgPRH06SDB .mbr-text {
    text-align: center !important;
  }
  .cid-rgPRH06SDB .social-list {
    text-align: center !important;
  }
}
.cid-rgPRH06SDB .mbr-section-title {
  color: #ffbc00;
}
.cid-rgPRH06SDB .mbr-section-subtitle {
  color: #608faf;
}
.cid-rgPRH06SDB .mbr-text {
  color: #646464;
}
.cid-rgPU0YvFYF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1-1618x1080.jpg");
}
.cid-rgPU0YvFYF .row {
  margin-left: -5rem;
}
.cid-rgPU0YvFYF .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
}
.cid-rgPU0YvFYF .mbr-section-title,
.cid-rgPU0YvFYF .mbr-section-subtitle {
  color: #232323;
}
.cid-rgPU0YvFYF .mbr-section-subtitle span {
  font-weight: bold;
}
.cid-rgPU0YvFYF .mbr-text {
  color: #232323;
  font-weight: 100;
}
.cid-rgPU0YvFYF .mbr-section-btn {
  color: white;
}
@media (max-width: 767px) {
  .cid-rgPU0YvFYF .row {
    margin-left: -15px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rgPU0YvFYF .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-rgPW7lwZsv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rgPW7lwZsv .mbr-section-title {
  margin: 0;
  color: #608faf;
}
.cid-rgPW7lwZsv .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rgPW7lwZsv .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-rgPW7lwZsv .media-row {
  display: flex;
  justify-content: center;
}
.cid-rgPW7lwZsv .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-rgPW7lwZsv .team-item .item-image {
  position: relative !important;
}
.cid-rgPW7lwZsv .team-item .item-image img {
  width: 100%;
}
.cid-rgPW7lwZsv .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-rgPW7lwZsv .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgPW7lwZsv .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgPW7lwZsv .team-item .item-caption {
  background: #608faf;
}
.cid-rgPW7lwZsv .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-rgPW7lwZsv .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-rgPW7lwZsv .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-rgPW7lwZsv .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-rgPW7lwZsv .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-rgPW7lwZsv .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-rgPW7lwZsv .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-rgPW7lwZsv .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-rgPW7lwZsv .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-rgPW7lwZsv .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-rgPW7lwZsv .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-rgPW7lwZsv .item-name {
  color: #ffffff;
}
.cid-rPQiQ9biMZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9ecc8;
}
.cid-rPQiQ9biMZ .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rPQiQ9biMZ .photo-split {
  padding: 0;
}
.cid-rPQiQ9biMZ .photo-split img {
  width: 100%;
}
.cid-rPQiQ9biMZ .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rPQiQ9biMZ .counter-container ul {
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rPQiQ9biMZ .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-rPQiQ9biMZ .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-rPQiQ9biMZ .wrap-block {
  padding: 3rem 3rem;
}
.cid-rPQiQ9biMZ .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-rPQiQ9biMZ .wrap-block ul li {
  display: inline-block;
}
.cid-rPQiQ9biMZ .wrap-block ul li span {
  text-align: center;
}
.cid-rPQiQ9biMZ .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-rPQiQ9biMZ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rPQiQ9biMZ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rPQiQ9biMZ .mbr-list,
.cid-rPQiQ9biMZ .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-rPQiQ9biMZ .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-rPQiQ9biMZ .mbr-section-title,
  .cid-rPQiQ9biMZ .mbr-section-subtitle,
  .cid-rPQiQ9biMZ .mbr-text {
    text-align: center !important;
  }
  .cid-rPQiQ9biMZ .social-list {
    text-align: center !important;
  }
}
.cid-rPQiQ9biMZ .mbr-section-subtitle {
  color: #608faf;
}
.cid-rQzpS6CTV9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x841.jpg");
}
.cid-rQzpS6CTV9 .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-rQzpS6CTV9 .mbr-text {
  width: 100%;
  height: auto;
}
.cid-rQzpS6CTV9 .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-rQzpS6CTV9 .row {
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    -webkit-flex-direction: column;
    -webkit-align-items: center;
  }
  .cid-rQzpS6CTV9 .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    -webkit-flex: 0 0 100%;
  }
}
.cid-rQzpS6CTV9 .mbr-section-title B {
  color: #ffbc00;
}
.cid-rQzpS6CTV9 .mbr-section-title P {
  text-align: left;
  color: #ffffff;
}
.cid-ri4KQty6Yc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-ri4KQty6Yc a:link {
  text-decoration: none;
}
.cid-ri4KQty6Yc .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #608faf none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ri4KQty6Yc .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-ri4KQty6Yc .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-ri4KQty6Yc .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-ri4KQty6Yc .foot-menu {
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-ri4KQty6Yc .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-ri4KQty6Yc .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-ri4KQty6Yc .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-ri4KQty6Yc .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-ri4KQty6Yc .plan-title,
.cid-ri4KQty6Yc .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-ri4KQty6Yc .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-ri4KQty6Yc .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-ri4KQty6Yc .mbr-section-title span {
  color: #ffbc00;
}
.cid-ri4KQty6Yc .mbr-section-title SPAN {
  color: #608faf;
}
.cid-ri4KQty6Yc .mbr-text {
  color: #ffffff;
}
.cid-ri4KQty6Yc .mbr-section-title I {
  color: #646464;
}
