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





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 3.3rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.28rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.8rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.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.64rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  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 {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  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 {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !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: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ffffff;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ffffff;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #000000 !important;
  background-color: #ffffff !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: #ff3366 !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: 100px;
  height: 100px;
  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='%23ffffff' %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.3;
}
.cid-skwPxDBCVn .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-skwPxDBCVn .nav-item:focus,
.cid-skwPxDBCVn .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-skwPxDBCVn .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-skwPxDBCVn .nav-item .nav-link {
    position: relative;
  }
  .cid-skwPxDBCVn .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #ffffff, #ff3366);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-skwPxDBCVn .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-skwPxDBCVn .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skwPxDBCVn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-skwPxDBCVn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skwPxDBCVn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-skwPxDBCVn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-skwPxDBCVn .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-skwPxDBCVn .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-skwPxDBCVn .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-skwPxDBCVn .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-skwPxDBCVn .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-skwPxDBCVn .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-skwPxDBCVn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-skwPxDBCVn .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-skwPxDBCVn .navbar.collapsed .navbar-collapse.show,
.cid-skwPxDBCVn .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-skwPxDBCVn .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-skwPxDBCVn .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-skwPxDBCVn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-skwPxDBCVn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-skwPxDBCVn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-skwPxDBCVn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-skwPxDBCVn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-skwPxDBCVn .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-skwPxDBCVn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-skwPxDBCVn .navbar.collapsed .right-menu,
.cid-skwPxDBCVn .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-skwPxDBCVn .navbar .navbar-collapse.show,
  .cid-skwPxDBCVn .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-skwPxDBCVn .navbar .navbar-collapse.show .brand-container,
  .cid-skwPxDBCVn .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-skwPxDBCVn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skwPxDBCVn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-skwPxDBCVn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skwPxDBCVn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-skwPxDBCVn .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-skwPxDBCVn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-skwPxDBCVn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-skwPxDBCVn .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-skwPxDBCVn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-skwPxDBCVn .navbar .right-menu,
  .cid-skwPxDBCVn .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-skwPxDBCVn .navbar.navbar-short {
  min-height: 60px;
}
.cid-skwPxDBCVn .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-skwPxDBCVn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-skwPxDBCVn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-skwPxDBCVn .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skwPxDBCVn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skwPxDBCVn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skwPxDBCVn .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-skwPxDBCVn .dropdown-item.active,
.cid-skwPxDBCVn .dropdown-item:active {
  background-color: transparent;
}
.cid-skwPxDBCVn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skwPxDBCVn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-skwPxDBCVn .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-skwPxDBCVn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-skwPxDBCVn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skwPxDBCVn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skwPxDBCVn ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-skwPxDBCVn ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-skwPxDBCVn .navbar-buttons {
  margin-left: auto;
}
.cid-skwPxDBCVn button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-skwPxDBCVn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-skwPxDBCVn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-skwPxDBCVn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skwPxDBCVn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skwPxDBCVn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-skwPxDBCVn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skwPxDBCVn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-skwPxDBCVn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-skwPxDBCVn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skwPxDBCVn .navbar-dropdown {
  position: fixed;
}
.cid-skwPxDBCVn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skwPxDBCVn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-skwPxDBCVn .right-menu,
.cid-skwPxDBCVn .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-skwPxDBCVn .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-skwPxDBCVn .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-skwPxDBCVn .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-skwPxDBCVn .menu-top {
  text-align: center;
  width: 100%;
  background-color: #0f7699;
  padding: 0.5rem 0;
}
.cid-skwPxDBCVn .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-skwPxDBCVn .card-wrapper {
  z-index: 3;
}
.cid-skwPxDBCVn .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-skwPxDBCVn .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skwPxDBCVn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rZRwkIWi8e {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/woman-kissing-man-984935-2000x1335.jpeg");
}
.cid-s2sbEy1kI5 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2sbEy1kI5 .mbr-section-subtitle {
  color: #767676;
}
.cid-s2sfgCOK4c {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s2sfgCOK4c .mbr-text,
.cid-s2sfgCOK4c blockquote {
  color: #767676;
}
.cid-s2sfgCOK4c .mbr-text {
  text-align: center;
}
.cid-rYzi4dq6Yl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYzi4dq6Yl h3 {
  text-align: center;
}
.cid-rYzi4dq6Yl .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rYzi4dq6Yl .mbr-content-text {
  color: #767676;
}
.cid-rYzi4dq6Yl .panel-item {
  background: #ffffff;
}
.cid-rYzi4dq6Yl .card {
  word-wrap: break-word;
}
.cid-rYzi4dq6Yl .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-siGrxst8Gw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-siGrxst8Gw .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-siGrxst8Gw .mbr-figure img {
  height: 450px;
  width: 450px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-siGrxst8Gw .mbr-text,
.cid-siGrxst8Gw .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-siGrxst8Gw img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-rZkHCkUdZ8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rZkHCkUdZ8 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rZkHCkUdZ8 p {
  color: #767676;
  text-align: left;
}
.cid-rZkHCkUdZ8 .card-box {
  padding-top: 2rem;
}
.cid-rZkHCkUdZ8 .card-wrapper {
  height: 100%;
}
.cid-rYzj3rn8u8 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rYzj3rn8u8 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rYzj3rn8u8 .video-block {
    width: 100% !important;
  }
}
.cid-rYzjtux0H0 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rYzjtux0H0 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rYzjtux0H0 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rYzjtux0H0 .mbr-text {
  color: #767676;
}
.cid-rYzjw4b8W6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rYzjw4b8W6 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rYzjw4b8W6 .section-text {
  padding: 2rem 0;
}
.cid-rYzjw4b8W6 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rYzjw4b8W6 .inner-container {
    width: 100% !important;
  }
}
.cid-rZRkVJ1HE1 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rZRkVJ1HE1 .mbr-text,
.cid-rZRkVJ1HE1 blockquote {
  color: #767676;
}
.cid-rYzd7ciB0E {
  background-image: url("../../../assets/images/couple-3157067.jpeg");
}
.cid-rYzd7ciB0E h1 {
  color: #616161;
}
.cid-rYzd7ciB0E h2,
.cid-rYzd7ciB0E h3,
.cid-rYzd7ciB0E p {
  color: #767676;
}
.cid-rYzd7ciB0E .mbr-section-subtitle {
  font-style: italic;
}
.cid-rZR0vzNWM6 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rZR0vzNWM6 .mbr-text {
  color: #767676;
}
.cid-rZR0vzNWM6 .mbr-text p {
  background: #ffffff;
}
.cid-rZU4Yqx8uF {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rZU4Yqx8uF .mbr-text,
.cid-rZU4Yqx8uF .mbr-section-btn {
  color: #767676;
}
.cid-rZU4Yqx8uF p {
  z-index: 2;
  position: relative;
}
.cid-rZU4Yqx8uF .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rZU4Yqx8uF .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  padding: 1rem 1.5rem;
}
.cid-rZU4Yqx8uF .ico1 {
  font-size: 2rem;
}
.cid-rZU4Yqx8uF .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-rZU4Yqx8uF H3 {
  color: #149dcc;
}
.cid-sbln7S1CIO {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sbln7S1CIO P {
  color: #767676;
}
.cid-rZR0tTiKu6 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rZR0tTiKu6 .mbr-text {
  color: #767676;
}
.cid-rZR0tTiKu6 .mbr-text p {
  background: #ffffff;
}
.cid-s3jqPNJMk2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3jqPNJMk2 .mbr-section-subtitle {
  color: #767676;
}
.cid-s3jqPNJMk2 .formoid {
  margin: auto;
}
.cid-s3jqPNJMk2 .form-control {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-s3jqPNJMk2 .input-group-btn .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 !important;
}
.cid-s3jqPNJMk2 a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-s3jqPNJMk2 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
@media (max-width: 768px) {
  .cid-s3jqPNJMk2 .mbr-form .row {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s3jqPNJMk2 .form-group,
  .cid-s3jqPNJMk2 .input-group-btn,
  .cid-s3jqPNJMk2 .input-group-btn .btn {
    max-width: 300px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .cid-s3jqPNJMk2 .mbr-form .row > * {
    padding: 0 0.5rem;
  }
}
.cid-s3ykKVZTma {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s3ykKVZTma .mbr-text,
.cid-s3ykKVZTma blockquote {
  color: #767676;
}
.cid-rZSjxgGUqD {
  background-image: url("../../../assets/images/selective-focus-photo-of-woman-wearing-white-sweater-1927306-2000x1333.jpg");
}
.cid-rZRcD34uGz {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rZRcD34uGz P {
  color: #767676;
}
.cid-rZkHduPUiK {
  padding-top: 40px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rZkHduPUiK .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rZkHduPUiK .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rZkHduPUiK .text-content {
  padding-right: 1.5rem;
}
.cid-rZkHduPUiK .mbr-text,
.cid-rZkHduPUiK .mbr-section-btn {
  color: #767676;
}
.cid-rZkHduPUiK .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-rZkHduPUiK .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rZkHduPUiK .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rZkHduPUiK .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rZkHduPUiK .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-rZkHduPUiK .main-row {
    margin: 0;
  }
  .cid-rZkHduPUiK .mbr-section-title,
  .cid-rZkHduPUiK .mbr-text,
  .cid-rZkHduPUiK .list,
  .cid-rZkHduPUiK .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rZkHduPUiK .text-content {
    padding: 0;
  }
}
.cid-rZkHFIXLoR {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rZkHFIXLoR .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-rZkHFIXLoR h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rZkHFIXLoR p {
  color: #767676;
  text-align: left;
}
.cid-rZkHFIXLoR .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rZkHFIXLoR .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rZkHFIXLoR .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rYzmezdDve {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rYzmezdDve .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-rYzmezdDve .mbr-author-name {
  font-weight: bold;
}
.cid-rYzmezdDve .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rYzmezdDve .mbr-figure,
  .cid-rYzmezdDve img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rYzmezdDve .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-s039XBs7EF {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s039XBs7EF P {
  color: #767676;
}
.cid-rZSc0xmP4H {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rZSc0xmP4H .testimonials-container {
  margin: 0 auto;
}
.cid-rZSc0xmP4H .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
  -webkit-justify-content: center;
}
.cid-rZSc0xmP4H .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-rZSc0xmP4H .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-rZSc0xmP4H .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-rZSc0xmP4H .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rZSc0xmP4H .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
}
@media (max-width: 260px) {
  .cid-rZSc0xmP4H .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-s2nZFPUAAD {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-s2nZFPUAAD .mbr-text,
.cid-s2nZFPUAAD blockquote {
  color: #767676;
}
.cid-s2nZFPUAAD .mbr-text {
  text-align: center;
  color: #465052;
}
.cid-rZSdyJ2qbe {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rZSdyJ2qbe .image-block {
  margin: auto;
}
.cid-rZSdyJ2qbe figcaption {
  position: relative;
}
.cid-rZSdyJ2qbe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rZSdyJ2qbe .image-block {
    width: 100% !important;
  }
}
.cid-rZU7NI6rwG {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rZU7NI6rwG .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rZU7NI6rwG .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-rZU7NI6rwG .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rZU7NI6rwG .img-text {
  width: 68px;
  height: 68px;
  font-size: 34px;
  border: 2px solid #cccccc;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-rZU7NI6rwG .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-rZU7NI6rwG .cards-block {
    border-top: 2px solid #cccccc;
  }
}
.cid-rZU7NI6rwG .cards-block .card {
  border-bottom: 2px solid #cccccc;
  border-radius: 0;
}
.cid-rZU7NI6rwG .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-rZU7NI6rwG .panel-item {
    flex-direction: column;
    align-items: center;
  }
  .cid-rZU7NI6rwG .panel-item .card-img {
    padding: 0;
    padding-bottom: 1rem;
  }
}
.cid-s2nRVkAb4M {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-s2nRVkAb4M .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s2nRVkAb4M .section-text {
  padding: 2rem 0;
}
.cid-s2nRVkAb4M .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s2nRVkAb4M .inner-container {
    width: 100% !important;
  }
}
.cid-rYzmgEVMgc {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rYzmgEVMgc .testimonials-container {
  margin: 0 auto;
}
.cid-rYzmgEVMgc .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
  -webkit-justify-content: center;
}
.cid-rYzmgEVMgc .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-rYzmgEVMgc .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-rYzmgEVMgc .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-rYzmgEVMgc .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rYzmgEVMgc .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
}
@media (max-width: 260px) {
  .cid-rYzmgEVMgc .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rZU53q5GdF {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-rZU53q5GdF .mbr-text,
.cid-rZU53q5GdF .mbr-section-btn {
  color: #767676;
}
.cid-rZU53q5GdF p {
  z-index: 2;
  position: relative;
}
.cid-rZU53q5GdF .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rZU53q5GdF .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  padding: 1rem 1.5rem;
}
.cid-rZU53q5GdF .ico1 {
  font-size: 2rem;
}
.cid-rZU53q5GdF .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-rZU53q5GdF H3 {
  color: #149dcc;
}
.cid-rZU5R1Hhle {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rZU5R1Hhle .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-rZU5R1Hhle .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rZU5R1Hhle .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rZU5R1Hhle .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-rZU5R1Hhle .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-rZU5R1Hhle .brown {
  color: #ffffff;
}
.cid-rZU5R1Hhle .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rZU5R1Hhle .paragraphs-wrapper .first-paragraph,
.cid-rZU5R1Hhle .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-rZU5R1Hhle .text-element {
    padding-bottom: 0;
  }
  .cid-rZU5R1Hhle .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rZU5R1Hhle .paragraphs-wrapper .first-paragraph,
  .cid-rZU5R1Hhle .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-rZU5R1Hhle .first-paragraph,
  .cid-rZU5R1Hhle .second-paragraph {
    width: 50%;
  }
  .cid-rZU5R1Hhle .first-paragraph {
    padding-right: .5rem;
  }
  .cid-rZU5R1Hhle .second-paragraph {
    padding-left: .5rem;
  }
  .cid-rZU5R1Hhle .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-rZU5R1Hhle .mbr-section-title,
  .cid-rZU5R1Hhle .mbr-section-btn {
    text-align: left;
  }
}
.cid-rZU5R1Hhle .mbr-text,
.cid-rZU5R1Hhle .mbr-section-btn {
  color: #cccccc;
}
.cid-rZS40wVK3S {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rZS40wVK3S P {
  color: #767676;
}
.cid-rZRdAYNgXg {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rZRdAYNgXg .mbr-text {
  color: #767676;
}
.cid-rZkFXhaOUZ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rZkFXhaOUZ .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rZkFXhaOUZ .section-text {
  padding: 2rem 0;
}
.cid-rZkFXhaOUZ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rZkFXhaOUZ .inner-container {
    width: 100% !important;
  }
}
.cid-rZRdEtTPmZ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-rZRdEtTPmZ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rZRdEtTPmZ .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rZRdEtTPmZ .mbr-text {
  color: #767676;
}
.cid-rZU56K5Y0B {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rZU56K5Y0B .mbr-text,
.cid-rZU56K5Y0B .mbr-section-btn {
  color: #767676;
}
.cid-rZU56K5Y0B p {
  z-index: 2;
  position: relative;
}
.cid-rZU56K5Y0B .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rZU56K5Y0B .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  padding: 1rem 1.5rem;
}
.cid-rZU56K5Y0B .ico1 {
  font-size: 2rem;
}
.cid-rZU56K5Y0B .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-rZU56K5Y0B H3 {
  color: #149dcc;
}
.cid-s0afKb4BDz {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-s0afKb4BDz .testimonials-container {
  margin: 0 auto;
}
.cid-s0afKb4BDz .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
  -webkit-justify-content: center;
}
.cid-s0afKb4BDz .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-s0afKb4BDz .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-s0afKb4BDz .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-s0afKb4BDz .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s0afKb4BDz .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
}
@media (max-width: 260px) {
  .cid-s0afKb4BDz .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-s2si1NBS5k {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-s2si1NBS5k .mbr-text,
.cid-s2si1NBS5k blockquote {
  color: #767676;
}
.cid-s2si1NBS5k .mbr-text {
  text-align: center;
}
.cid-rYzjDl8x26 {
  background: #0f7699;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-rYzjDl8x26 .image-block {
  margin: auto;
}
.cid-rYzjDl8x26 figcaption {
  position: relative;
}
.cid-rYzjDl8x26 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rYzjDl8x26 .image-block {
    width: 100% !important;
  }
}
.cid-s0afLyhCeX {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-s0afLyhCeX .testimonials-container {
  margin: 0 auto;
}
.cid-s0afLyhCeX .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
  -webkit-justify-content: center;
}
.cid-s0afLyhCeX .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-s0afLyhCeX .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-s0afLyhCeX .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-s0afLyhCeX .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s0afLyhCeX .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
}
@media (max-width: 260px) {
  .cid-s0afLyhCeX .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-s035Oj0tp4 {
  background: #efefef;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-s035Oj0tp4 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-s035Oj0tp4 .video-block {
    width: 100% !important;
  }
}
.cid-rZU57ZhLM4 {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-rZU57ZhLM4 .mbr-text,
.cid-rZU57ZhLM4 .mbr-section-btn {
  color: #767676;
}
.cid-rZU57ZhLM4 p {
  z-index: 2;
  position: relative;
}
.cid-rZU57ZhLM4 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rZU57ZhLM4 .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  padding: 1rem 1.5rem;
}
.cid-rZU57ZhLM4 .ico1 {
  font-size: 2rem;
}
.cid-rZU57ZhLM4 .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-rZU57ZhLM4 H3 {
  color: #149dcc;
}
.cid-rYzjr1vptl {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-rYzjr1vptl .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rYzjr1vptl .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rYzjr1vptl .mbr-text {
  color: #767676;
}
.cid-rZRcyPLa35 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-rZRcyPLa35 P {
  color: #767676;
}
.cid-rZR4A3PzfI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-rZR4A3PzfI .card-box {
  padding: 0 2rem;
}
.cid-rZR4A3PzfI .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rZR4A3PzfI .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rZR4A3PzfI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rZR4A3PzfI p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rZR4A3PzfI .mbr-text {
  color: #767676;
}
.cid-rZR4A3PzfI .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rZR4A3PzfI .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-siyszmFo2d {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-siyszmFo2d .card-box {
  padding: 0 2rem;
}
.cid-siyszmFo2d .mbr-section-btn {
  padding-top: 1rem;
}
.cid-siyszmFo2d .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-siyszmFo2d h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-siyszmFo2d p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-siyszmFo2d .mbr-text {
  color: #767676;
}
.cid-siyszmFo2d .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-siyszmFo2d .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-siysCdobo9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-siysCdobo9 .card-box {
  padding: 0 2rem;
}
.cid-siysCdobo9 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-siysCdobo9 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-siysCdobo9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-siysCdobo9 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-siysCdobo9 .mbr-text {
  color: #767676;
}
.cid-siysCdobo9 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-siysCdobo9 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-siysDMzG8T {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-siysDMzG8T .card-box {
  padding: 0 2rem;
}
.cid-siysDMzG8T .mbr-section-btn {
  padding-top: 1rem;
}
.cid-siysDMzG8T .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-siysDMzG8T h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-siysDMzG8T p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-siysDMzG8T .mbr-text {
  color: #767676;
}
.cid-siysDMzG8T .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-siysDMzG8T .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-siysCWMML8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-siysCWMML8 .card-box {
  padding: 0 2rem;
}
.cid-siysCWMML8 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-siysCWMML8 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-siysCWMML8 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-siysCWMML8 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-siysCWMML8 .mbr-text {
  color: #767676;
}
.cid-siysCWMML8 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-siysCWMML8 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-siysGUtkqV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-siysGUtkqV .card-box {
  padding: 0 2rem;
}
.cid-siysGUtkqV .mbr-section-btn {
  padding-top: 1rem;
}
.cid-siysGUtkqV .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-siysGUtkqV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-siysGUtkqV p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-siysGUtkqV .mbr-text {
  color: #767676;
}
.cid-siysGUtkqV .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-siysGUtkqV .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-siysFZhfHT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-siysFZhfHT .card-box {
  padding: 0 2rem;
}
.cid-siysFZhfHT .mbr-section-btn {
  padding-top: 1rem;
}
.cid-siysFZhfHT .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-siysFZhfHT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-siysFZhfHT p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-siysFZhfHT .mbr-text {
  color: #767676;
}
.cid-siysFZhfHT .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-siysFZhfHT .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s0avAfI7Wp {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-s0avAfI7Wp .line {
  background-color: #cccccc;
  color: #cccccc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s0avAfI7Wp .section-text {
  padding: 2rem 0;
}
.cid-s0avAfI7Wp .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s0avAfI7Wp .inner-container {
    width: 100% !important;
  }
}
.cid-s0asd09kmS {
  background: #efefef;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #efefef, #cccccc);
}
.cid-s0asd09kmS .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-s0asd09kmS .video-block {
    width: 100% !important;
  }
}
.cid-s403efQHOx.popup-builder {
  background-color: #ffffff;
}
.cid-s403efQHOx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s403efQHOx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s403efQHOx .modal-content,
.cid-s403efQHOx .modal-dialog {
  height: auto;
}
.cid-s403efQHOx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s403efQHOx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s403efQHOx .form-wrapper .mbr-form .form-group,
  .cid-s403efQHOx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s403efQHOx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s403efQHOx .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-s403efQHOx .mbr-text {
  text-align: center;
}
.cid-s403efQHOx .pt-0 {
  padding-top: 0 !important;
}
.cid-s403efQHOx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s403efQHOx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s403efQHOx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s403efQHOx .modal-open {
  overflow: hidden;
}
.cid-s403efQHOx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s403efQHOx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s403efQHOx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s403efQHOx .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-s403efQHOx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s403efQHOx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s403efQHOx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s403efQHOx .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s403efQHOx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s403efQHOx .modal-backdrop.fade {
  opacity: 0;
}
.cid-s403efQHOx .modal-backdrop.show {
  opacity: .5;
}
.cid-s403efQHOx .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s403efQHOx .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s403efQHOx .modal-header .close:hover {
  opacity: 1;
}
.cid-s403efQHOx .modal-header .close:focus {
  outline: none;
}
.cid-s403efQHOx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s403efQHOx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s403efQHOx .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s403efQHOx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s403efQHOx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s403efQHOx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s403efQHOx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s403efQHOx .modal-sm {
    max-width: 300px;
  }
  .cid-s403efQHOx .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s403efQHOx .modal-lg,
  .cid-s403efQHOx .modal-xl {
    max-width: 800px;
  }
  .cid-s403efQHOx .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s403efQHOx .modal-xl {
    max-width: 1140px;
  }
  .cid-s403efQHOx .container {
    max-width: 1140px;
  }
}
.cid-s403efQHOx .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s403efQHOx .container {
    max-width: 720px;
  }
}
.cid-s403efQHOx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s403efQHOx .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-s403efQHOx .form-group {
  margin-bottom: 1rem;
}
.cid-s403efQHOx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s403efQHOx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s403efQHOx .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-rZkGXTnK2g {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rZkGXTnK2g .mbr-section-subtitle {
  color: #767676;
}
.cid-rZkGXTnK2g .btn {
  margin: 0 0 .5rem 0;
}
.cid-rYzhBWgpO0 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-rYzhBWgpO0 .content {
    text-align: center;
  }
  .cid-rYzhBWgpO0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rYzhBWgpO0 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rYzhBWgpO0 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rYzhBWgpO0 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rYzhBWgpO0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rYzhBWgpO0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rYzhBWgpO0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rYzhBWgpO0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rYzhBWgpO0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rYzhBWgpO0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rYzhBWgpO0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rYzhBWgpO0 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rYzhBWgpO0 P {
  color: #efefef;
}
.cid-skwQY3H6S6 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-skwQY3H6S6 .nav-item:focus,
.cid-skwQY3H6S6 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-skwQY3H6S6 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-skwQY3H6S6 .nav-item .nav-link {
    position: relative;
  }
  .cid-skwQY3H6S6 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #ffffff, #ff3366);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-skwQY3H6S6 .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-skwQY3H6S6 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skwQY3H6S6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-skwQY3H6S6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skwQY3H6S6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-skwQY3H6S6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-skwQY3H6S6 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-skwQY3H6S6 .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-skwQY3H6S6 .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-skwQY3H6S6 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-skwQY3H6S6 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-skwQY3H6S6 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-skwQY3H6S6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-skwQY3H6S6 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-skwQY3H6S6 .navbar.collapsed .navbar-collapse.show,
.cid-skwQY3H6S6 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-skwQY3H6S6 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-skwQY3H6S6 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-skwQY3H6S6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-skwQY3H6S6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-skwQY3H6S6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-skwQY3H6S6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-skwQY3H6S6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-skwQY3H6S6 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-skwQY3H6S6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-skwQY3H6S6 .navbar.collapsed .right-menu,
.cid-skwQY3H6S6 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-skwQY3H6S6 .navbar .navbar-collapse.show,
  .cid-skwQY3H6S6 .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-skwQY3H6S6 .navbar .navbar-collapse.show .brand-container,
  .cid-skwQY3H6S6 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-skwQY3H6S6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skwQY3H6S6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-skwQY3H6S6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skwQY3H6S6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-skwQY3H6S6 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-skwQY3H6S6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-skwQY3H6S6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-skwQY3H6S6 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-skwQY3H6S6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-skwQY3H6S6 .navbar .right-menu,
  .cid-skwQY3H6S6 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-skwQY3H6S6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-skwQY3H6S6 .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-skwQY3H6S6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-skwQY3H6S6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-skwQY3H6S6 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skwQY3H6S6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skwQY3H6S6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skwQY3H6S6 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-skwQY3H6S6 .dropdown-item.active,
.cid-skwQY3H6S6 .dropdown-item:active {
  background-color: transparent;
}
.cid-skwQY3H6S6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skwQY3H6S6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-skwQY3H6S6 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-skwQY3H6S6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-skwQY3H6S6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skwQY3H6S6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skwQY3H6S6 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-skwQY3H6S6 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-skwQY3H6S6 .navbar-buttons {
  margin-left: auto;
}
.cid-skwQY3H6S6 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-skwQY3H6S6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-skwQY3H6S6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-skwQY3H6S6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skwQY3H6S6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skwQY3H6S6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-skwQY3H6S6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skwQY3H6S6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-skwQY3H6S6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-skwQY3H6S6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skwQY3H6S6 .navbar-dropdown {
  position: fixed;
}
.cid-skwQY3H6S6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skwQY3H6S6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-skwQY3H6S6 .right-menu,
.cid-skwQY3H6S6 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-skwQY3H6S6 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-skwQY3H6S6 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-skwQY3H6S6 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-skwQY3H6S6 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #0f7699;
  padding: 0.5rem 0;
}
.cid-skwQY3H6S6 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-skwQY3H6S6 .card-wrapper {
  z-index: 3;
}
.cid-skwQY3H6S6 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-skwQY3H6S6 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skwQY3H6S6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skwQY4QFXP {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/woman-kissing-man-984935-2000x1335.jpeg");
}
.cid-skwQY6o8Nd {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-skwQY6o8Nd .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-skwQY6o8Nd .mbr-figure img {
  height: 450px;
  width: 450px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-skwQY6o8Nd .mbr-text,
.cid-skwQY6o8Nd .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-skwQY6o8Nd img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-skwQY5MwuE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-skwQY5MwuE h3 {
  text-align: center;
}
.cid-skwQY5MwuE .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-skwQY5MwuE .mbr-content-text {
  color: #767676;
}
.cid-skwQY5MwuE .panel-item {
  background: #ffffff;
}
.cid-skwQY5MwuE .card {
  word-wrap: break-word;
}
.cid-skwQY5MwuE .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-skwQY5fkv2 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-skwQY5fkv2 .mbr-section-subtitle {
  color: #767676;
}
.cid-skwQY6Lvbp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-skwQY6Lvbp h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-skwQY6Lvbp p {
  color: #767676;
  text-align: left;
}
.cid-skwQY6Lvbp .card-box {
  padding-top: 2rem;
}
.cid-skwQY6Lvbp .card-wrapper {
  height: 100%;
}
.cid-skwQY7uhQt {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-skwQY7uhQt .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-skwQY7uhQt .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-skwQY7uhQt .mbr-text {
  color: #767676;
}
.cid-skwQY7Yhsa {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-skwQY7Yhsa .mbr-text,
.cid-skwQY7Yhsa blockquote {
  color: #767676;
}
.cid-skwQY7KN2g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-skwQY7KN2g .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-skwQY7KN2g .section-text {
  padding: 2rem 0;
}
.cid-skwQY7KN2g .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-skwQY7KN2g .inner-container {
    width: 100% !important;
  }
}
.cid-skwQYjQ6qZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-skwQYjQ6qZ .testimonials-container {
  margin: 0 auto;
}
.cid-skwQYjQ6qZ .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
  -webkit-justify-content: center;
}
.cid-skwQYjQ6qZ .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-skwQYjQ6qZ .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-skwQYjQ6qZ .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-skwQYjQ6qZ .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-skwQYjQ6qZ .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
}
@media (max-width: 260px) {
  .cid-skwQYjQ6qZ .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-skwQYbzbth {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-skwQYbzbth .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-skwQYbzbth h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-skwQYbzbth p {
  color: #767676;
  text-align: left;
}
.cid-skwQYbzbth .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-skwQYbzbth .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-skwQYbzbth .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-skwQYbdjDq {
  padding-top: 40px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-skwQYbdjDq .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-skwQYbdjDq .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-skwQYbdjDq .text-content {
  padding-right: 1.5rem;
}
.cid-skwQYbdjDq .mbr-text,
.cid-skwQYbdjDq .mbr-section-btn {
  color: #767676;
}
.cid-skwQYbdjDq .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-skwQYbdjDq .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-skwQYbdjDq .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-skwQYbdjDq .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-skwQYbdjDq .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-skwQYbdjDq .main-row {
    margin: 0;
  }
  .cid-skwQYbdjDq .mbr-section-title,
  .cid-skwQYbdjDq .mbr-text,
  .cid-skwQYbdjDq .list,
  .cid-skwQYbdjDq .mbr-section-btn {
    text-align: center !important;
  }
  .cid-skwQYbdjDq .text-content {
    padding: 0;
  }
}
.cid-skwQYeUPUO {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-skwQYeUPUO .testimonials-container {
  margin: 0 auto;
}
.cid-skwQYeUPUO .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
  -webkit-justify-content: center;
}
.cid-skwQYeUPUO .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-skwQYeUPUO .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-skwQYeUPUO .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-skwQYeUPUO .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-skwQYeUPUO .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
}
@media (max-width: 260px) {
  .cid-skwQYeUPUO .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-skwQY7dk5R {
  background: #efefef;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-skwQY7dk5R .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-skwQY7dk5R .video-block {
    width: 100% !important;
  }
}
.cid-skwQYlWRd2 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-skwQYlWRd2 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-skwQYlWRd2 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-skwQYlWRd2 .mbr-text {
  color: #767676;
}
.cid-skwQY8gdk7 {
  background-image: url("../../../assets/images/couple-3157067.jpeg");
}
.cid-skwQY8gdk7 h1 {
  color: #616161;
}
.cid-skwQY8gdk7 h2,
.cid-skwQY8gdk7 h3,
.cid-skwQY8gdk7 p {
  color: #767676;
}
.cid-skwQY8gdk7 .mbr-section-subtitle {
  font-style: italic;
}
.cid-skwQY8zorz {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-skwQY8zorz .mbr-text {
  color: #767676;
}
.cid-skwQY8zorz .mbr-text p {
  background: #ffffff;
}
.cid-skwQY8W2G7 {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-skwQY8W2G7 .mbr-text,
.cid-skwQY8W2G7 .mbr-section-btn {
  color: #767676;
}
.cid-skwQY8W2G7 p {
  z-index: 2;
  position: relative;
}
.cid-skwQY8W2G7 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-skwQY8W2G7 .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  padding: 1rem 1.5rem;
}
.cid-skwQY8W2G7 .ico1 {
  font-size: 2rem;
}
.cid-skwQY8W2G7 .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-skwQY8W2G7 H3 {
  color: #149dcc;
}
.cid-skwQY9JZ3a {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-skwQY9JZ3a .mbr-text {
  color: #767676;
}
.cid-skwQY9JZ3a .mbr-text p {
  background: #ffffff;
}
.cid-skwQYa01f1 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-skwQYa01f1 .mbr-section-subtitle {
  color: #767676;
}
.cid-skwQYa01f1 .formoid {
  margin: auto;
}
.cid-skwQYa01f1 .form-control {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-skwQYa01f1 .input-group-btn .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 !important;
}
.cid-skwQYa01f1 a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-skwQYa01f1 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
@media (max-width: 768px) {
  .cid-skwQYa01f1 .mbr-form .row {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-skwQYa01f1 .form-group,
  .cid-skwQYa01f1 .input-group-btn,
  .cid-skwQYa01f1 .input-group-btn .btn {
    max-width: 300px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .cid-skwQYa01f1 .mbr-form .row > * {
    padding: 0 0.5rem;
  }
}
.cid-skwQYaksNh {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skwQYaksNh .mbr-text,
.cid-skwQYaksNh blockquote {
  color: #767676;
}
.cid-skwQYaBYUe {
  background-image: url("../../../assets/images/selective-focus-photo-of-woman-wearing-white-sweater-1927306-2000x1333.jpg");
}
.cid-skwQYcE6DN {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-skwQYcE6DN .testimonials-container {
  margin: 0 auto;
}
.cid-skwQYcE6DN .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
  -webkit-justify-content: center;
}
.cid-skwQYcE6DN .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-skwQYcE6DN .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-skwQYcE6DN .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-skwQYcE6DN .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-skwQYcE6DN .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
}
@media (max-width: 260px) {
  .cid-skwQYcE6DN .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-skwQYc2x86 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-skwQYc2x86 .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-skwQYc2x86 .mbr-author-name {
  font-weight: bold;
}
.cid-skwQYc2x86 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-skwQYc2x86 .mbr-figure,
  .cid-skwQYc2x86 img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-skwQYc2x86 .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-skwQYdsqOS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-skwQYdsqOS .mbr-text,
.cid-skwQYdsqOS blockquote {
  color: #767676;
}
.cid-skwQYdsqOS .mbr-text {
  text-align: center;
  color: #465052;
}
.cid-skwQYdKeYU {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-skwQYdKeYU .image-block {
  margin: auto;
}
.cid-skwQYdKeYU figcaption {
  position: relative;
}
.cid-skwQYdKeYU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skwQYdKeYU .image-block {
    width: 100% !important;
  }
}
.cid-skwQYe2pMG {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-skwQYe2pMG .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-skwQYe2pMG .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-skwQYe2pMG .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-skwQYe2pMG .img-text {
  width: 68px;
  height: 68px;
  font-size: 34px;
  border: 2px solid #cccccc;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-skwQYe2pMG .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-skwQYe2pMG .cards-block {
    border-top: 2px solid #cccccc;
  }
}
.cid-skwQYe2pMG .cards-block .card {
  border-bottom: 2px solid #cccccc;
  border-radius: 0;
}
.cid-skwQYe2pMG .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-skwQYe2pMG .panel-item {
    flex-direction: column;
    align-items: center;
  }
  .cid-skwQYe2pMG .panel-item .card-img {
    padding: 0;
    padding-bottom: 1rem;
  }
}
.cid-skwQYeBkQi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-skwQYeBkQi .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-skwQYeBkQi .section-text {
  padding: 2rem 0;
}
.cid-skwQYeBkQi .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-skwQYeBkQi .inner-container {
    width: 100% !important;
  }
}
.cid-skwQYg2Kea {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-skwQYg2Kea .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-skwQYg2Kea .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-skwQYg2Kea .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-skwQYg2Kea .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-skwQYg2Kea .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-skwQYg2Kea .brown {
  color: #ffffff;
}
.cid-skwQYg2Kea .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-skwQYg2Kea .paragraphs-wrapper .first-paragraph,
.cid-skwQYg2Kea .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-skwQYg2Kea .text-element {
    padding-bottom: 0;
  }
  .cid-skwQYg2Kea .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-skwQYg2Kea .paragraphs-wrapper .first-paragraph,
  .cid-skwQYg2Kea .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-skwQYg2Kea .first-paragraph,
  .cid-skwQYg2Kea .second-paragraph {
    width: 50%;
  }
  .cid-skwQYg2Kea .first-paragraph {
    padding-right: .5rem;
  }
  .cid-skwQYg2Kea .second-paragraph {
    padding-left: .5rem;
  }
  .cid-skwQYg2Kea .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-skwQYg2Kea .mbr-section-title,
  .cid-skwQYg2Kea .mbr-section-btn {
    text-align: left;
  }
}
.cid-skwQYg2Kea .mbr-text,
.cid-skwQYg2Kea .mbr-section-btn {
  color: #cccccc;
}
.cid-skwQYguxV6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-skwQYguxV6 P {
  color: #767676;
}
.cid-skwQYgQzov {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-skwQYgQzov .mbr-text {
  color: #767676;
}
.cid-skwQYhcsCF {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-skwQYhcsCF .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-skwQYhcsCF .section-text {
  padding: 2rem 0;
}
.cid-skwQYhcsCF .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-skwQYhcsCF .inner-container {
    width: 100% !important;
  }
}
.cid-skwQYhxZSf {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-skwQYhxZSf .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-skwQYhxZSf .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-skwQYhxZSf .mbr-text {
  color: #767676;
}
.cid-skwQYhQmhc {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-skwQYhQmhc .mbr-text,
.cid-skwQYhQmhc .mbr-section-btn {
  color: #767676;
}
.cid-skwQYhQmhc p {
  z-index: 2;
  position: relative;
}
.cid-skwQYhQmhc .author-box {
  display: flex;
  flex-direction: row;
}
.cid-skwQYhQmhc .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  padding: 1rem 1.5rem;
}
.cid-skwQYhQmhc .ico1 {
  font-size: 2rem;
}
.cid-skwQYhQmhc .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-skwQYhQmhc H3 {
  color: #149dcc;
}
.cid-skwQYifRnG {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-skwQYifRnG .testimonials-container {
  margin: 0 auto;
}
.cid-skwQYifRnG .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
  -webkit-justify-content: center;
}
.cid-skwQYifRnG .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-skwQYifRnG .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-skwQYifRnG .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-skwQYifRnG .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-skwQYifRnG .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
}
@media (max-width: 260px) {
  .cid-skwQYifRnG .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-skwQYiXe4Q {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-skwQYiXe4Q .mbr-text,
.cid-skwQYiXe4Q blockquote {
  color: #767676;
}
.cid-skwQYiXe4Q .mbr-text {
  text-align: center;
}
.cid-skwQYjsXii {
  background: #0f7699;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-skwQYjsXii .image-block {
  margin: auto;
}
.cid-skwQYjsXii figcaption {
  position: relative;
}
.cid-skwQYjsXii figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skwQYjsXii .image-block {
    width: 100% !important;
  }
}
.cid-skwQY5w0ip {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-skwQY5w0ip .mbr-text,
.cid-skwQY5w0ip blockquote {
  color: #767676;
}
.cid-skwQY5w0ip .mbr-text {
  text-align: center;
}
.cid-skwQYkt2L4 {
  background: #efefef;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skwQYkt2L4 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-skwQYkt2L4 .video-block {
    width: 100% !important;
  }
}
.cid-skwQYll0Ct {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-skwQYll0Ct .mbr-text,
.cid-skwQYll0Ct .mbr-section-btn {
  color: #767676;
}
.cid-skwQYll0Ct p {
  z-index: 2;
  position: relative;
}
.cid-skwQYll0Ct .author-box {
  display: flex;
  flex-direction: row;
}
.cid-skwQYll0Ct .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  padding: 1rem 1.5rem;
}
.cid-skwQYll0Ct .ico1 {
  font-size: 2rem;
}
.cid-skwQYll0Ct .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-skwQYll0Ct H3 {
  color: #149dcc;
}
.cid-skwQYmDQ9g {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-skwQYmDQ9g P {
  color: #767676;
}
.cid-skwQYn0pTt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-skwQYn0pTt .card-box {
  padding: 0 2rem;
}
.cid-skwQYn0pTt .mbr-section-btn {
  padding-top: 1rem;
}
.cid-skwQYn0pTt .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-skwQYn0pTt h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-skwQYn0pTt p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-skwQYn0pTt .mbr-text {
  color: #767676;
}
.cid-skwQYn0pTt .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-skwQYn0pTt .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-skwQYnDxaL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-skwQYnDxaL .card-box {
  padding: 0 2rem;
}
.cid-skwQYnDxaL .mbr-section-btn {
  padding-top: 1rem;
}
.cid-skwQYnDxaL .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-skwQYnDxaL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-skwQYnDxaL p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-skwQYnDxaL .mbr-text {
  color: #767676;
}
.cid-skwQYnDxaL .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-skwQYnDxaL .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-skwQYohPUp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-skwQYohPUp .card-box {
  padding: 0 2rem;
}
.cid-skwQYohPUp .mbr-section-btn {
  padding-top: 1rem;
}
.cid-skwQYohPUp .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-skwQYohPUp h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-skwQYohPUp p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-skwQYohPUp .mbr-text {
  color: #767676;
}
.cid-skwQYohPUp .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-skwQYohPUp .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-skwQYoQVdy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-skwQYoQVdy .card-box {
  padding: 0 2rem;
}
.cid-skwQYoQVdy .mbr-section-btn {
  padding-top: 1rem;
}
.cid-skwQYoQVdy .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-skwQYoQVdy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-skwQYoQVdy p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-skwQYoQVdy .mbr-text {
  color: #767676;
}
.cid-skwQYoQVdy .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-skwQYoQVdy .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-skwQYppaHM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-skwQYppaHM .card-box {
  padding: 0 2rem;
}
.cid-skwQYppaHM .mbr-section-btn {
  padding-top: 1rem;
}
.cid-skwQYppaHM .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-skwQYppaHM h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-skwQYppaHM p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-skwQYppaHM .mbr-text {
  color: #767676;
}
.cid-skwQYppaHM .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-skwQYppaHM .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-skwQYpYQXr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-skwQYpYQXr .card-box {
  padding: 0 2rem;
}
.cid-skwQYpYQXr .mbr-section-btn {
  padding-top: 1rem;
}
.cid-skwQYpYQXr .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-skwQYpYQXr h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-skwQYpYQXr p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-skwQYpYQXr .mbr-text {
  color: #767676;
}
.cid-skwQYpYQXr .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-skwQYpYQXr .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-skwQYqyG5s {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-skwQYqyG5s .card-box {
  padding: 0 2rem;
}
.cid-skwQYqyG5s .mbr-section-btn {
  padding-top: 1rem;
}
.cid-skwQYqyG5s .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-skwQYqyG5s h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-skwQYqyG5s p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-skwQYqyG5s .mbr-text {
  color: #767676;
}
.cid-skwQYqyG5s .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-skwQYqyG5s .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-skwQYrcOdd {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-skwQYrcOdd .line {
  background-color: #cccccc;
  color: #cccccc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-skwQYrcOdd .section-text {
  padding: 2rem 0;
}
.cid-skwQYrcOdd .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-skwQYrcOdd .inner-container {
    width: 100% !important;
  }
}
.cid-skwQYryOse {
  background: #efefef;
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #efefef, #cccccc);
}
.cid-skwQYryOse .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-skwQYryOse .video-block {
    width: 100% !important;
  }
}
.cid-skwQYsxUda {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-skwQYsxUda .mbr-section-subtitle {
  color: #767676;
}
.cid-skwQYsxUda .btn {
  margin: 0 0 .5rem 0;
}
.cid-skwQYsY7yk {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-skwQYsY7yk .content {
    text-align: center;
  }
  .cid-skwQYsY7yk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-skwQYsY7yk .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-skwQYsY7yk .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-skwQYsY7yk .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-skwQYsY7yk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-skwQYsY7yk .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-skwQYsY7yk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-skwQYsY7yk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-skwQYsY7yk .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-skwQYsY7yk .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-skwQYsY7yk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-skwQYsY7yk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-skwQYsY7yk P {
  color: #efefef;
}
.cid-skwR8rEGxp .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-skwR8rEGxp .nav-item:focus,
.cid-skwR8rEGxp .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-skwR8rEGxp .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-skwR8rEGxp .nav-item .nav-link {
    position: relative;
  }
  .cid-skwR8rEGxp .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #ffffff, #ff3366);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-skwR8rEGxp .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-skwR8rEGxp .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skwR8rEGxp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-skwR8rEGxp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skwR8rEGxp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-skwR8rEGxp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-skwR8rEGxp .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-skwR8rEGxp .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-skwR8rEGxp .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-skwR8rEGxp .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-skwR8rEGxp .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-skwR8rEGxp .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-skwR8rEGxp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-skwR8rEGxp .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-skwR8rEGxp .navbar.collapsed .navbar-collapse.show,
.cid-skwR8rEGxp .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-skwR8rEGxp .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-skwR8rEGxp .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-skwR8rEGxp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-skwR8rEGxp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-skwR8rEGxp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-skwR8rEGxp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-skwR8rEGxp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-skwR8rEGxp .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-skwR8rEGxp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-skwR8rEGxp .navbar.collapsed .right-menu,
.cid-skwR8rEGxp .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-skwR8rEGxp .navbar .navbar-collapse.show,
  .cid-skwR8rEGxp .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-skwR8rEGxp .navbar .navbar-collapse.show .brand-container,
  .cid-skwR8rEGxp .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-skwR8rEGxp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skwR8rEGxp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-skwR8rEGxp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skwR8rEGxp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-skwR8rEGxp .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-skwR8rEGxp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-skwR8rEGxp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-skwR8rEGxp .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-skwR8rEGxp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-skwR8rEGxp .navbar .right-menu,
  .cid-skwR8rEGxp .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-skwR8rEGxp .navbar.navbar-short {
  min-height: 60px;
}
.cid-skwR8rEGxp .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-skwR8rEGxp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-skwR8rEGxp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-skwR8rEGxp .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skwR8rEGxp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skwR8rEGxp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skwR8rEGxp .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-skwR8rEGxp .dropdown-item.active,
.cid-skwR8rEGxp .dropdown-item:active {
  background-color: transparent;
}
.cid-skwR8rEGxp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skwR8rEGxp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-skwR8rEGxp .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-skwR8rEGxp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-skwR8rEGxp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skwR8rEGxp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skwR8rEGxp ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-skwR8rEGxp ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-skwR8rEGxp .navbar-buttons {
  margin-left: auto;
}
.cid-skwR8rEGxp button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-skwR8rEGxp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-skwR8rEGxp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-skwR8rEGxp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skwR8rEGxp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skwR8rEGxp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-skwR8rEGxp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skwR8rEGxp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-skwR8rEGxp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-skwR8rEGxp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skwR8rEGxp .navbar-dropdown {
  position: fixed;
}
.cid-skwR8rEGxp a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skwR8rEGxp .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-skwR8rEGxp .right-menu,
.cid-skwR8rEGxp .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-skwR8rEGxp .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-skwR8rEGxp .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-skwR8rEGxp .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-skwR8rEGxp .menu-top {
  text-align: center;
  width: 100%;
  background-color: #0f7699;
  padding: 0.5rem 0;
}
.cid-skwR8rEGxp .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-skwR8rEGxp .card-wrapper {
  z-index: 3;
}
.cid-skwR8rEGxp .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-skwR8rEGxp .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skwR8rEGxp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skwR8sHxJV {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/woman-kissing-man-984935-2000x1335.jpeg");
}
.cid-skx3amfywx {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-skx3amfywx .mbr-section-subtitle {
  color: #767676;
}
.cid-skwR8t98lo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-skwR8t98lo .mbr-section-subtitle {
  color: #767676;
}
.cid-skwR8tqwxP {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-skwR8tqwxP .mbr-text,
.cid-skwR8tqwxP blockquote {
  color: #767676;
}
.cid-skwR8tqwxP .mbr-text {
  text-align: center;
}
.cid-skwR8tHgGA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-skwR8tHgGA h3 {
  text-align: center;
}
.cid-skwR8tHgGA .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-skwR8tHgGA .mbr-content-text {
  color: #767676;
}
.cid-skwR8tHgGA .panel-item {
  background: #ffffff;
}
.cid-skwR8tHgGA .card {
  word-wrap: break-word;
}
.cid-skwR8tHgGA .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-skwR8ufuWH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skwR8ufuWH .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-skwR8ufuWH .mbr-figure img {
  height: 450px;
  width: 450px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-skwR8ufuWH .mbr-text,
.cid-skwR8ufuWH .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-skwR8ufuWH img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-skwR8uyaWb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-skwR8uyaWb h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-skwR8uyaWb p {
  color: #767676;
  text-align: left;
}
.cid-skwR8uyaWb .card-box {
  padding-top: 2rem;
}
.cid-skwR8uyaWb .card-wrapper {
  height: 100%;
}
.cid-skwR8v1WBp {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-skwR8v1WBp .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-skwR8v1WBp .video-block {
    width: 100% !important;
  }
}
.cid-skwR8viQj4 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-skwR8viQj4 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-skwR8viQj4 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-skwR8viQj4 .mbr-text {
  color: #767676;
}
.cid-skwR8vDUYL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skwR8vDUYL .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-skwR8vDUYL .section-text {
  padding: 2rem 0;
}
.cid-skwR8vDUYL .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-skwR8vDUYL .inner-container {
    width: 100% !important;
  }
}
.cid-skwR8vUuCY {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skwR8vUuCY .mbr-text,
.cid-skwR8vUuCY blockquote {
  color: #767676;
}
.cid-skwR8wa2QT {
  background-image: url("../../../assets/images/couple-3157067.jpeg");
}
.cid-skwR8wa2QT h1 {
  color: #616161;
}
.cid-skwR8wa2QT h2,
.cid-skwR8wa2QT h3,
.cid-skwR8wa2QT p {
  color: #767676;
}
.cid-skwR8wa2QT .mbr-section-subtitle {
  font-style: italic;
}
.cid-skwR8wt7iu {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-skwR8wt7iu .mbr-text {
  color: #767676;
}
.cid-skwR8wt7iu .mbr-text p {
  background: #ffffff;
}
.cid-skwR8wNuWU {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-skwR8wNuWU .mbr-text,
.cid-skwR8wNuWU .mbr-section-btn {
  color: #767676;
}
.cid-skwR8wNuWU p {
  z-index: 2;
  position: relative;
}
.cid-skwR8wNuWU .author-box {
  display: flex;
  flex-direction: row;
}
.cid-skwR8wNuWU .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  padding: 1rem 1.5rem;
}
.cid-skwR8wNuWU .ico1 {
  font-size: 2rem;
}
.cid-skwR8wNuWU .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-skwR8wNuWU H3 {
  color: #149dcc;
}
.cid-skwR8xDJw1 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-skwR8xDJw1 .mbr-text {
  color: #767676;
}
.cid-skwR8xDJw1 .mbr-text p {
  background: #ffffff;
}
.cid-skwR8y0PzH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-skwR8y0PzH .mbr-section-subtitle {
  color: #767676;
}
.cid-skwR8y0PzH .formoid {
  margin: auto;
}
.cid-skwR8y0PzH .form-control {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-skwR8y0PzH .input-group-btn .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 !important;
}
.cid-skwR8y0PzH a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-skwR8y0PzH a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
@media (max-width: 768px) {
  .cid-skwR8y0PzH .mbr-form .row {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-skwR8y0PzH .form-group,
  .cid-skwR8y0PzH .input-group-btn,
  .cid-skwR8y0PzH .input-group-btn .btn {
    max-width: 300px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .cid-skwR8y0PzH .mbr-form .row > * {
    padding: 0 0.5rem;
  }
}
.cid-skwR8ymiY2 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skwR8ymiY2 .mbr-text,
.cid-skwR8ymiY2 blockquote {
  color: #767676;
}
.cid-skwR8yCtUi {
  background-image: url("../../../assets/images/selective-focus-photo-of-woman-wearing-white-sweater-1927306-2000x1333.jpg");
}
.cid-skwR8yWMHe {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-skwR8yWMHe P {
  color: #767676;
}
.cid-skwR8zeYJj {
  padding-top: 40px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-skwR8zeYJj .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-skwR8zeYJj .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-skwR8zeYJj .text-content {
  padding-right: 1.5rem;
}
.cid-skwR8zeYJj .mbr-text,
.cid-skwR8zeYJj .mbr-section-btn {
  color: #767676;
}
.cid-skwR8zeYJj .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-skwR8zeYJj .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-skwR8zeYJj .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-skwR8zeYJj .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-skwR8zeYJj .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-skwR8zeYJj .main-row {
    margin: 0;
  }
  .cid-skwR8zeYJj .mbr-section-title,
  .cid-skwR8zeYJj .mbr-text,
  .cid-skwR8zeYJj .list,
  .cid-skwR8zeYJj .mbr-section-btn {
    text-align: center !important;
  }
  .cid-skwR8zeYJj .text-content {
    padding: 0;
  }
}
.cid-skwR8zA2SB {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-skwR8zA2SB .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-skwR8zA2SB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-skwR8zA2SB p {
  color: #767676;
  text-align: left;
}
.cid-skwR8zA2SB .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-skwR8zA2SB .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-skwR8zA2SB .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-skwR8A6uWB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-skwR8A6uWB .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-skwR8A6uWB .mbr-author-name {
  font-weight: bold;
}
.cid-skwR8A6uWB .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-skwR8A6uWB .mbr-figure,
  .cid-skwR8A6uWB img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-skwR8A6uWB .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-skwR8Apf6B {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-skwR8Apf6B P {
  color: #767676;
}
.cid-skwR8AHPCE {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-skwR8AHPCE .testimonials-container {
  margin: 0 auto;
}
.cid-skwR8AHPCE .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
  -webkit-justify-content: center;
}
.cid-skwR8AHPCE .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-skwR8AHPCE .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-skwR8AHPCE .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-skwR8AHPCE .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-skwR8AHPCE .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
}
@media (max-width: 260px) {
  .cid-skwR8AHPCE .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-skwR8BlV1u {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-skwR8BlV1u .mbr-text,
.cid-skwR8BlV1u blockquote {
  color: #767676;
}
.cid-skwR8BlV1u .mbr-text {
  text-align: center;
  color: #465052;
}
.cid-skwR8BD7yR {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-skwR8BD7yR .image-block {
  margin: auto;
}
.cid-skwR8BD7yR figcaption {
  position: relative;
}
.cid-skwR8BD7yR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skwR8BD7yR .image-block {
    width: 100% !important;
  }
}
.cid-skwR8BV5X6 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-skwR8BV5X6 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-skwR8BV5X6 .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-skwR8BV5X6 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-skwR8BV5X6 .img-text {
  width: 68px;
  height: 68px;
  font-size: 34px;
  border: 2px solid #cccccc;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-skwR8BV5X6 .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-skwR8BV5X6 .cards-block {
    border-top: 2px solid #cccccc;
  }
}
.cid-skwR8BV5X6 .cards-block .card {
  border-bottom: 2px solid #cccccc;
  border-radius: 0;
}
.cid-skwR8BV5X6 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-skwR8BV5X6 .panel-item {
    flex-direction: column;
    align-items: center;
  }
  .cid-skwR8BV5X6 .panel-item .card-img {
    padding: 0;
    padding-bottom: 1rem;
  }
}
.cid-skwR8CGtKS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-skwR8CGtKS .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-skwR8CGtKS .section-text {
  padding: 2rem 0;
}
.cid-skwR8CGtKS .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-skwR8CGtKS .inner-container {
    width: 100% !important;
  }
}
.cid-skwR8D6mjt {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-skwR8D6mjt .testimonials-container {
  margin: 0 auto;
}
.cid-skwR8D6mjt .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
  -webkit-justify-content: center;
}
.cid-skwR8D6mjt .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-skwR8D6mjt .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-skwR8D6mjt .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-skwR8D6mjt .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-skwR8D6mjt .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
}
@media (max-width: 260px) {
  .cid-skwR8D6mjt .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-skwR8E5KJ1 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-skwR8E5KJ1 .mbr-text,
.cid-skwR8E5KJ1 .mbr-section-btn {
  color: #767676;
}
.cid-skwR8E5KJ1 p {
  z-index: 2;
  position: relative;
}
.cid-skwR8E5KJ1 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-skwR8E5KJ1 .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  padding: 1rem 1.5rem;
}
.cid-skwR8E5KJ1 .ico1 {
  font-size: 2rem;
}
.cid-skwR8E5KJ1 .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-skwR8E5KJ1 H3 {
  color: #149dcc;
}
.cid-skwR8EPwBO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-skwR8EPwBO .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-skwR8EPwBO .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-skwR8EPwBO .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-skwR8EPwBO .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-skwR8EPwBO .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-skwR8EPwBO .brown {
  color: #ffffff;
}
.cid-skwR8EPwBO .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-skwR8EPwBO .paragraphs-wrapper .first-paragraph,
.cid-skwR8EPwBO .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-skwR8EPwBO .text-element {
    padding-bottom: 0;
  }
  .cid-skwR8EPwBO .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-skwR8EPwBO .paragraphs-wrapper .first-paragraph,
  .cid-skwR8EPwBO .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-skwR8EPwBO .first-paragraph,
  .cid-skwR8EPwBO .second-paragraph {
    width: 50%;
  }
  .cid-skwR8EPwBO .first-paragraph {
    padding-right: .5rem;
  }
  .cid-skwR8EPwBO .second-paragraph {
    padding-left: .5rem;
  }
  .cid-skwR8EPwBO .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-skwR8EPwBO .mbr-section-title,
  .cid-skwR8EPwBO .mbr-section-btn {
    text-align: left;
  }
}
.cid-skwR8EPwBO .mbr-text,
.cid-skwR8EPwBO .mbr-section-btn {
  color: #cccccc;
}
.cid-skwR8FfBVW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-skwR8FfBVW P {
  color: #767676;
}
.cid-skwR8FBPYP {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-skwR8FBPYP .mbr-text {
  color: #767676;
}
.cid-skwR8FZoKC {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-skwR8FZoKC .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-skwR8FZoKC .section-text {
  padding: 2rem 0;
}
.cid-skwR8FZoKC .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-skwR8FZoKC .inner-container {
    width: 100% !important;
  }
}
.cid-skwR8Giq0U {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-skwR8Giq0U .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-skwR8Giq0U .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-skwR8Giq0U .mbr-text {
  color: #767676;
}
.cid-skwR8GBoZp {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-skwR8GBoZp .mbr-text,
.cid-skwR8GBoZp .mbr-section-btn {
  color: #767676;
}
.cid-skwR8GBoZp p {
  z-index: 2;
  position: relative;
}
.cid-skwR8GBoZp .author-box {
  display: flex;
  flex-direction: row;
}
.cid-skwR8GBoZp .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  padding: 1rem 1.5rem;
}
.cid-skwR8GBoZp .ico1 {
  font-size: 2rem;
}
.cid-skwR8GBoZp .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-skwR8GBoZp H3 {
  color: #149dcc;
}
.cid-skwR8GWtES {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-skwR8GWtES .testimonials-container {
  margin: 0 auto;
}
.cid-skwR8GWtES .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
  -webkit-justify-content: center;
}
.cid-skwR8GWtES .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-skwR8GWtES .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-skwR8GWtES .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-skwR8GWtES .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-skwR8GWtES .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
}
@media (max-width: 260px) {
  .cid-skwR8GWtES .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-skwR8HzFoy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-skwR8HzFoy .mbr-text,
.cid-skwR8HzFoy blockquote {
  color: #767676;
}
.cid-skwR8HzFoy .mbr-text {
  text-align: center;
}
.cid-skwR8HT5tP {
  background: #0f7699;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-skwR8HT5tP .image-block {
  margin: auto;
}
.cid-skwR8HT5tP figcaption {
  position: relative;
}
.cid-skwR8HT5tP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skwR8HT5tP .image-block {
    width: 100% !important;
  }
}
.cid-skwR8IbDVF {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-skwR8IbDVF .testimonials-container {
  margin: 0 auto;
}
.cid-skwR8IbDVF .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
  -webkit-justify-content: center;
}
.cid-skwR8IbDVF .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-skwR8IbDVF .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-skwR8IbDVF .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-skwR8IbDVF .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-skwR8IbDVF .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
}
@media (max-width: 260px) {
  .cid-skwR8IbDVF .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-skwR8INzSq {
  background: #efefef;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skwR8INzSq .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-skwR8INzSq .video-block {
    width: 100% !important;
  }
}
.cid-skwR8J7rHQ {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-skwR8J7rHQ .mbr-text,
.cid-skwR8J7rHQ .mbr-section-btn {
  color: #767676;
}
.cid-skwR8J7rHQ p {
  z-index: 2;
  position: relative;
}
.cid-skwR8J7rHQ .author-box {
  display: flex;
  flex-direction: row;
}
.cid-skwR8J7rHQ .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  padding: 1rem 1.5rem;
}
.cid-skwR8J7rHQ .ico1 {
  font-size: 2rem;
}
.cid-skwR8J7rHQ .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-skwR8J7rHQ H3 {
  color: #149dcc;
}
.cid-skwR8Jw0lV {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-skwR8Jw0lV .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-skwR8Jw0lV .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-skwR8Jw0lV .mbr-text {
  color: #767676;
}
.cid-skwR8JPrT7 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-skwR8JPrT7 P {
  color: #767676;
}
.cid-skwR8Kb97d {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-skwR8Kb97d .card-box {
  padding: 0 2rem;
}
.cid-skwR8Kb97d .mbr-section-btn {
  padding-top: 1rem;
}
.cid-skwR8Kb97d .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-skwR8Kb97d h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-skwR8Kb97d p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-skwR8Kb97d .mbr-text {
  color: #767676;
}
.cid-skwR8Kb97d .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-skwR8Kb97d .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-skwR8KKlEU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-skwR8KKlEU .card-box {
  padding: 0 2rem;
}
.cid-skwR8KKlEU .mbr-section-btn {
  padding-top: 1rem;
}
.cid-skwR8KKlEU .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-skwR8KKlEU h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-skwR8KKlEU p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-skwR8KKlEU .mbr-text {
  color: #767676;
}
.cid-skwR8KKlEU .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-skwR8KKlEU .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-skwR8Ll7NN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-skwR8Ll7NN .card-box {
  padding: 0 2rem;
}
.cid-skwR8Ll7NN .mbr-section-btn {
  padding-top: 1rem;
}
.cid-skwR8Ll7NN .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-skwR8Ll7NN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-skwR8Ll7NN p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-skwR8Ll7NN .mbr-text {
  color: #767676;
}
.cid-skwR8Ll7NN .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-skwR8Ll7NN .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-skwR8M1n99 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-skwR8M1n99 .card-box {
  padding: 0 2rem;
}
.cid-skwR8M1n99 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-skwR8M1n99 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-skwR8M1n99 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-skwR8M1n99 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-skwR8M1n99 .mbr-text {
  color: #767676;
}
.cid-skwR8M1n99 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-skwR8M1n99 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-skwR8Mxeb2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-skwR8Mxeb2 .card-box {
  padding: 0 2rem;
}
.cid-skwR8Mxeb2 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-skwR8Mxeb2 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-skwR8Mxeb2 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-skwR8Mxeb2 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-skwR8Mxeb2 .mbr-text {
  color: #767676;
}
.cid-skwR8Mxeb2 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-skwR8Mxeb2 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-skwR8N5wPw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-skwR8N5wPw .card-box {
  padding: 0 2rem;
}
.cid-skwR8N5wPw .mbr-section-btn {
  padding-top: 1rem;
}
.cid-skwR8N5wPw .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-skwR8N5wPw h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-skwR8N5wPw p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-skwR8N5wPw .mbr-text {
  color: #767676;
}
.cid-skwR8N5wPw .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-skwR8N5wPw .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-skwR8NE8T6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-skwR8NE8T6 .card-box {
  padding: 0 2rem;
}
.cid-skwR8NE8T6 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-skwR8NE8T6 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-skwR8NE8T6 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-skwR8NE8T6 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-skwR8NE8T6 .mbr-text {
  color: #767676;
}
.cid-skwR8NE8T6 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-skwR8NE8T6 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-skwR8ObIQy {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-skwR8ObIQy .line {
  background-color: #cccccc;
  color: #cccccc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-skwR8ObIQy .section-text {
  padding: 2rem 0;
}
.cid-skwR8ObIQy .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-skwR8ObIQy .inner-container {
    width: 100% !important;
  }
}
.cid-skwR8OvHOu {
  background: #efefef;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #efefef, #cccccc);
}
.cid-skwR8OvHOu .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-skwR8OvHOu .video-block {
    width: 100% !important;
  }
}
.cid-skwR8OQfxf.popup-builder {
  background-color: #ffffff;
}
.cid-skwR8OQfxf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-skwR8OQfxf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-skwR8OQfxf .modal-content,
.cid-skwR8OQfxf .modal-dialog {
  height: auto;
}
.cid-skwR8OQfxf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-skwR8OQfxf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-skwR8OQfxf .form-wrapper .mbr-form .form-group,
  .cid-skwR8OQfxf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-skwR8OQfxf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-skwR8OQfxf .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-skwR8OQfxf .mbr-text {
  text-align: center;
}
.cid-skwR8OQfxf .pt-0 {
  padding-top: 0 !important;
}
.cid-skwR8OQfxf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-skwR8OQfxf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-skwR8OQfxf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-skwR8OQfxf .modal-open {
  overflow: hidden;
}
.cid-skwR8OQfxf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-skwR8OQfxf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-skwR8OQfxf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-skwR8OQfxf .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-skwR8OQfxf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-skwR8OQfxf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-skwR8OQfxf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-skwR8OQfxf .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-skwR8OQfxf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-skwR8OQfxf .modal-backdrop.fade {
  opacity: 0;
}
.cid-skwR8OQfxf .modal-backdrop.show {
  opacity: .5;
}
.cid-skwR8OQfxf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-skwR8OQfxf .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-skwR8OQfxf .modal-header .close:hover {
  opacity: 1;
}
.cid-skwR8OQfxf .modal-header .close:focus {
  outline: none;
}
.cid-skwR8OQfxf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-skwR8OQfxf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-skwR8OQfxf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-skwR8OQfxf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-skwR8OQfxf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-skwR8OQfxf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-skwR8OQfxf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-skwR8OQfxf .modal-sm {
    max-width: 300px;
  }
  .cid-skwR8OQfxf .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-skwR8OQfxf .modal-lg,
  .cid-skwR8OQfxf .modal-xl {
    max-width: 800px;
  }
  .cid-skwR8OQfxf .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-skwR8OQfxf .modal-xl {
    max-width: 1140px;
  }
  .cid-skwR8OQfxf .container {
    max-width: 1140px;
  }
}
.cid-skwR8OQfxf .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-skwR8OQfxf .container {
    max-width: 720px;
  }
}
.cid-skwR8OQfxf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-skwR8OQfxf .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-skwR8OQfxf .form-group {
  margin-bottom: 1rem;
}
.cid-skwR8OQfxf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-skwR8OQfxf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-skwR8OQfxf .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-skwR8PoRNY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-skwR8PoRNY .mbr-section-subtitle {
  color: #767676;
}
.cid-skwR8PoRNY .btn {
  margin: 0 0 .5rem 0;
}
.cid-skwR8PMoRI {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-skwR8PMoRI .content {
    text-align: center;
  }
  .cid-skwR8PMoRI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-skwR8PMoRI .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-skwR8PMoRI .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-skwR8PMoRI .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-skwR8PMoRI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-skwR8PMoRI .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-skwR8PMoRI .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-skwR8PMoRI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-skwR8PMoRI .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-skwR8PMoRI .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-skwR8PMoRI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-skwR8PMoRI .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-skwR8PMoRI P {
  color: #efefef;
}
