body {
  font-family: Dosis;
}
.display-1 {
  font-family: 'Comfortaa', display;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Dosis', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Dosis', sans-serif;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Dosis', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.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: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #0a67a3 !important;
}
.bg-success {
  background-color: #01b436 !important;
}
.bg-info {
  background-color: #eb0100 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #0a67a3 !important;
  border-color: #0a67a3 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #06395b !important;
  border-color: #06395b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #06395b !important;
  border-color: #06395b !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #eb0100 !important;
  border-color: #eb0100 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #9f0100 !important;
  border-color: #9f0100 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #9f0100 !important;
  border-color: #9f0100 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #01b436 !important;
  border-color: #01b436 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #01681f !important;
  border-color: #01681f !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #01681f !important;
  border-color: #01681f !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: #042a43;
  color: #042a43 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #0a67a3;
  border-color: #0a67a3;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0a67a3 !important;
  border-color: #0a67a3 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #215f88;
  color: #215f88 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #3e97d1;
  border-color: #3e97d1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #850100;
  color: #850100 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #eb0100;
  border-color: #eb0100;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #eb0100 !important;
  border-color: #eb0100 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #004f18;
  color: #004f18 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #01b436;
  border-color: #01b436;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #01b436 !important;
  border-color: #01b436 !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: #0a67a3 !important;
}
.text-secondary {
  color: #3e97d1 !important;
}
.text-success {
  color: #01b436 !important;
}
.text-info {
  color: #eb0100 !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: #042a43 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #215f88 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #004f18 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #850100 !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: #eb0100;
}
.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: #0a67a3;
  border-color: #0a67a3;
  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: #0a67a3;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3aaaf3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #37fe72;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffb8b8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #444444;
}
#scrollToTop a i:before {
  background: #ffffff;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #444444;
  opacity: .5;
  transition: .3s;
}
.mbr-arrow a {
  color: #ffffff;
}
.mbr-arrow:hover {
  opacity: .7;
}
.form-control {
  font-family: 'Dosis', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #0a67a3;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #0a67a3;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #0a67a3;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0a67a3;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0a67a3;
  border-bottom-color: #0a67a3;
}
.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: #0a67a3 !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: #3e97d1 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230a67a3' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rRJaF8LGLb {
  background-image: url("../../../assets/images/amarao.jpg");
}
.cid-rRJaF8LGLb .mbr-text,
.cid-rRJaF8LGLb .typed-text,
.cid-rRJaF8LGLb .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rRJaF8LGLb .btn {
  margin-left: 4px !important;
}
.cid-rRJaF8LGLb .animated-element {
  color: #bf9a30;
}
.cid-rRJaF8LGLb .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #bf9a30;
}
@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-rRJaF8LGLb .mbr-section-text,
.cid-rRJaF8LGLb .mbr-section-btn {
  text-align: center;
}
.cid-sztq4yI2fv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(135deg, #000000 10%, #000000 100%) !important;
}
.cid-sztq4yI2fv .mbr-section-title {
  color: #ffffff;
}
.cid-rK4FbIMtEg {
  background-color: #ffcd40;
}
.cid-rK4FbIMtEg .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rK4FbIMtEg .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rK4FbIMtEg .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rK4FbIMtEg .mbr-text,
.cid-rK4FbIMtEg .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-rK4FbIMtEg H1 {
  color: #000000;
}
.cid-rK4FbIMtEg H3 {
  color: #000000;
}
.cid-rJH6yUi9GX .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rJH6yUi9GX .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rJH6yUi9GX .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-rJH6yUi9GX .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rJH6yUi9GX .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-rJH6yUi9GX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-rJH6yUi9GX .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-rJH6yUi9GX .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #0a67a3;
}
.cid-rJH6yUi9GX .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-rJH6yUi9GX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rJH6yUi9GX .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-rJH6yUi9GX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rJH6yUi9GX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rJH6yUi9GX .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-rJH6yUi9GX .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-rJH6yUi9GX .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-rJH6yUi9GX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rJH6yUi9GX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-rJH6yUi9GX .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-rJH6yUi9GX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rJH6yUi9GX .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-rJH6yUi9GX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rJH6yUi9GX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rJH6yUi9GX .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-rJH6yUi9GX .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-rJH6yUi9GX .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-rJH6yUi9GX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rJH6yUi9GX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rJH6yUi9GX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-rJH6yUi9GX .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-rJH6yUi9GX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    -webkit-flex-shrink: initial;
    -webkit-flex-basis: auto;
  }
  .cid-rJH6yUi9GX .navbar .navbar-toggler {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
}
.cid-rJH6yUi9GX .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rJH6yUi9GX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rJH6yUi9GX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rJH6yUi9GX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -webkit-align-items: center;
}
.cid-rJH6yUi9GX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rJH6yUi9GX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rJH6yUi9GX .dropdown-item.active,
.cid-rJH6yUi9GX .dropdown-item:active {
  background-color: transparent;
}
.cid-rJH6yUi9GX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rJH6yUi9GX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rJH6yUi9GX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rJH6yUi9GX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rJH6yUi9GX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-rJH6yUi9GX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rJH6yUi9GX ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-rJH6yUi9GX .navbar-buttons {
  text-align: center;
}
.cid-rJH6yUi9GX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
  -webkit-align-self: center;
}
.cid-rJH6yUi9GX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rJH6yUi9GX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rJH6yUi9GX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rJH6yUi9GX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rJH6yUi9GX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rJH6yUi9GX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJH6yUi9GX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rJH6yUi9GX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rJH6yUi9GX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJH6yUi9GX .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rJH6yUi9GX a.nav-link {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rJH6yUi9GX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rJH6yUi9GX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-rJH6yUi9GX .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-rJH6yUi9GX .nav-link:hover,
.cid-rJH6yUi9GX .dropdown-item:hover {
  color: #000000 !important;
}
.cid-rO9eQ65QP3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rO9eQ65QP3 .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
}
.cid-rO9eQ65QP3 .card {
  margin-bottom: 2rem;
}
.cid-rO9eQ65QP3 .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-rO9eQ65QP3 .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rO9eQ65QP3 .btn {
  margin: .3rem;
}
.cid-rO9eQ65QP3 .mbr-section-title {
  margin: 0;
}
.cid-rO9eQ65QP3 .card-underline,
.cid-rO9eQ65QP3 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rO9eQ65QP3 .card-underline .line,
.cid-rO9eQ65QP3 .underline .line {
  width: 3rem;
  height: 2px;
  background: #fbffa6;
  display: inline-block;
}
.cid-rO9eQ65QP3 .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-rO9eQ65QP3 .card-underline .line {
  background: #fbffa6;
}
@media (max-width: 767px) {
  .cid-rO9eQ65QP3 .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rO9eQ65QP3 .row-content {
    min-width: 100%;
  }
  .cid-rO9eQ65QP3 .card {
    display: block;
  }
}
.cid-rO9eQ65QP3 .mbr-section-title,
.cid-rO9eQ65QP3 .underline {
  color: #000000;
}
.cid-rO9eQ65QP3 .card-box > p,
.cid-rO9eQ65QP3 .mbr-section-btn {
  color: #000000;
}
.cid-rK4mRYhVFF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/love-1920x1080.jpg");
}
.cid-rK4mRYhVFF .mbr-section-title {
  margin: 0;
}
.cid-rK4mRYhVFF .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rK4mRYhVFF .underline .line {
  width: 3rem;
  height: 2px;
  background: #ffffff;
  display: inline-block;
}
.cid-rK4mRYhVFF .slider-testimonials {
  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;
  text-align: center;
}
.cid-rK4mRYhVFF .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rK4mRYhVFF .carousel-item.active,
.cid-rK4mRYhVFF .carousel-item-next,
.cid-rK4mRYhVFF .carousel-item-prev {
  display: -webkit-flex;
}
.cid-rK4mRYhVFF .carousel-control {
  transition: all .3s;
  opacity: 1;
  background-color: #000000;
  color: #ffffff;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 46%;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-rK4mRYhVFF .carousel-control.carousel-control-prev {
  left: -25px;
}
.cid-rK4mRYhVFF .carousel-control.carousel-control-prev:hover {
  left: -30px;
}
.cid-rK4mRYhVFF .carousel-control.carousel-control-next {
  right: -25px;
}
.cid-rK4mRYhVFF .carousel-control.carousel-control-next:hover {
  right: -30px;
}
.cid-rK4mRYhVFF .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-rK4mRYhVFF .carousel-control:hover {
  background-color: #0a67a3;
}
.cid-rK4mRYhVFF .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-rK4mRYhVFF .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 767px) {
  .cid-rK4mRYhVFF .carousel-control-prev,
  .cid-rK4mRYhVFF .carousel-control-next {
    display: none;
  }
  .cid-rK4mRYhVFF .mbr-section-title {
    padding-bottom: 0;
  }
  .cid-rK4mRYhVFF .slider-testimonials {
    padding: 2rem 1rem;
  }
}
@media (max-width: 230px) {
  .cid-rK4mRYhVFF .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-rK4mRYhVFF .carousel-row:hover .carousel-control {
  visibility: visible;
}
.cid-rK4mRYhVFF .user_name,
.cid-rK4mRYhVFF .user_desk {
  text-align: right;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rK4mRYhVFF .slider-testimonials {
    min-width: 100%;
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .cid-rK4mRYhVFF .carousel-control-prev {
    left: -40px !important;
  }
  .cid-rK4mRYhVFF .carousel-control-prev:hover {
    left: -45px !important;
  }
  .cid-rK4mRYhVFF .carousel-control-next {
    right: -40px !important;
  }
  .cid-rK4mRYhVFF .carousel-control-next:hover {
    right: -45px !important;
  }
}
.cid-sztq5Vb7l9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sztq5Vb7l9 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #3e97d1, #0a67a3);
}
.cid-sztq5Vb7l9 .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-sztq5Vb7l9 .btn-col {
    justify-content: center;
  }
}
.cid-sztq5Vb7l9 .mbr-text,
.cid-sztq5Vb7l9 .mbr-section-btn {
  color: #999999;
}
.cid-sztq5Vb7l9 p {
  margin: 0;
}
.cid-rK4F6VnLsc {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rK4F6VnLsc .content {
    text-align: center;
  }
  .cid-rK4F6VnLsc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rK4F6VnLsc .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rK4F6VnLsc .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rK4F6VnLsc .media-wrap img {
  height: 6rem;
}
.cid-rK4F6VnLsc .mbr-text {
  color: #8d97ad;
}
.cid-rK4F6VnLsc .p-title {
  font-size: 17px;
  color: #ffffff;
}
.cid-rK4F6VnLsc .p-title span {
  color: #111111;
}
.cid-rK4F6VnLsc .title-card {
  font-size: 1.3rem;
}
.cid-rK4F6VnLsc .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rK4F6VnLsc .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-rK4F6VnLsc .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-rK4F6VnLsc .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-rK4F6VnLsc .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-rK4F6VnLsc .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rK4F6VnLsc .copyright img {
  margin-right: 10px;
}
.cid-rK4F6VnLsc .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rK4F6VnLsc .icon-transition span:hover {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rK4F6VnLsc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rK4F6VnLsc .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rK4F6VnLsc .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rK4F6VnLsc .copyright > p {
  color: #ffffff;
}
.cid-rK4F6VnLsc H5 {
  color: #ffffff;
}
.cid-rK4F6VnLsc SPAN {
  color: #ffffff;
}
.cid-rK4F6VnLsc P {
  text-align: left;
}
.cid-rOa6ffqbkm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rOa6ffqbkm .block-text {
  text-align: center;
  color: #ffffff;
}
.cid-tg0cCvabik.popup-builder {
  background-color: #ffffff;
}
.cid-tg0cCvabik.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tg0cCvabik.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tg0cCvabik .modal-content,
.cid-tg0cCvabik .modal-dialog {
  height: auto;
}
.cid-tg0cCvabik .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tg0cCvabik .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tg0cCvabik .form-wrapper .mbr-form .form-group,
  .cid-tg0cCvabik .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tg0cCvabik .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tg0cCvabik .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tg0cCvabik .mbr-text {
  text-align: center;
}
.cid-tg0cCvabik .pt-0 {
  padding-top: 0 !important;
}
.cid-tg0cCvabik .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tg0cCvabik .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tg0cCvabik .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tg0cCvabik .modal-open {
  overflow: hidden;
}
.cid-tg0cCvabik .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tg0cCvabik .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tg0cCvabik .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tg0cCvabik .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tg0cCvabik .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tg0cCvabik .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tg0cCvabik .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tg0cCvabik .modal-content {
  background: #efefef;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tg0cCvabik .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tg0cCvabik .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tg0cCvabik .modal-backdrop.fade {
  opacity: 0;
}
.cid-tg0cCvabik .modal-backdrop.show {
  opacity: .5;
}
.cid-tg0cCvabik .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tg0cCvabik .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tg0cCvabik .modal-header {
    padding: 1rem;
  }
}
.cid-tg0cCvabik .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tg0cCvabik .modal-header .close svg {
  fill: #353535;
}
.cid-tg0cCvabik .modal-header .close:hover {
  opacity: 1;
}
.cid-tg0cCvabik .modal-header .close:focus {
  outline: none;
}
.cid-tg0cCvabik .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #eb0100;
}
.cid-tg0cCvabik .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tg0cCvabik .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tg0cCvabik .modal-body {
    padding: 1rem;
  }
}
.cid-tg0cCvabik .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tg0cCvabik .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tg0cCvabik .modal-footer {
    padding: 1rem;
  }
}
.cid-tg0cCvabik .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tg0cCvabik .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tg0cCvabik .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tg0cCvabik .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tg0cCvabik .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tg0cCvabik .modal-lg,
  .cid-tg0cCvabik .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tg0cCvabik .modal-xl {
    max-width: 1140px;
  }
}
.cid-tg0cCvabik .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tg0cCvabik .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tg0cCvabik .form-group {
  margin-bottom: 1rem;
}
.cid-tg0cCvabik .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tg0cCvabik .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tg0cCvabik .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tg0cCvabik .mbr-section-btn {
  margin: 0;
}
.cid-tg0cCvabik .mbr-section-btn .btn {
  margin: 0;
}
