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





body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Work Sans', sans-serif;
  font-size: 5.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.64rem;
}
.display-2 {
  font-family: 'Work Sans', sans-serif;
  font-size: 3.1rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.96rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Work Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 4.32rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((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: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #2ecc71 !important;
}
.bg-success {
  background-color: #f1a631 !important;
}
.bg-info {
  background-color: #fb7522 !important;
}
.bg-warning {
  background-color: #4da92e !important;
}
.bg-danger {
  background-color: #ff4e4e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #208e4e !important;
  border-color: #208e4e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #208e4e !important;
  border-color: #208e4e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #4580c5 !important;
  border-color: #4580c5 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4580c5 !important;
  border-color: #4580c5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fb7522 !important;
  border-color: #fb7522 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #cd5104 !important;
  border-color: #cd5104 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #cd5104 !important;
  border-color: #cd5104 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f1a631 !important;
  border-color: #f1a631 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c87f0e !important;
  border-color: #c87f0e !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c87f0e !important;
  border-color: #c87f0e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #4da92e !important;
  border-color: #4da92e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #326d1e !important;
  border-color: #326d1e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #326d1e !important;
  border-color: #326d1e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff4e4e !important;
  border-color: #ff4e4e !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff0101 !important;
  border-color: #ff0101 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff0101 !important;
  border-color: #ff0101 !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: #1b7943;
  color: #1b7943;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #2ecc71;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3974b7;
  color: #3974b7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #7fa8d7;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #b44703;
  color: #b44703;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #fb7522;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #fb7522 !important;
  border-color: #fb7522 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #b0700c;
  color: #b0700c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #f1a631;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f1a631 !important;
  border-color: #f1a631 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #285918;
  color: #285918;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #4da92e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #4da92e !important;
  border-color: #4da92e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #e70000;
  color: #e70000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #ff4e4e;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4e4e !important;
  border-color: #ff4e4e !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: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #000000 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #2ecc71 !important;
}
.text-secondary {
  color: #7fa8d7 !important;
}
.text-success {
  color: #f1a631 !important;
}
.text-info {
  color: #fb7522 !important;
}
.text-warning {
  color: #4da92e !important;
}
.text-danger {
  color: #ff4e4e !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #1b7943 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3974b7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #b0700c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b44703 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #285918 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e70000 !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: #fb7522;
}
.alert-warning {
  background-color: #4da92e;
}
.alert-danger {
  background-color: #ff4e4e;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2ecc71;
  border-color: #2ecc71;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2ecc71;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d1f5e0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fef9f0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff2ea;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #93db7b;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #2ecc71;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2ecc71;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2ecc71;
  border-bottom-color: #2ecc71;
}
.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: #2ecc71 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #7fa8d7 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-rKaUQAznw0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rKaUQAznw0 .nav-item:focus,
.cid-rKaUQAznw0 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rKaUQAznw0 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rKaUQAznw0 .nav-item {
    position: relative;
  }
  .cid-rKaUQAznw0 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #2ecc71, #7fa8d7);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-rKaUQAznw0 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-rKaUQAznw0 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rKaUQAznw0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rKaUQAznw0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rKaUQAznw0 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rKaUQAznw0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rKaUQAznw0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rKaUQAznw0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rKaUQAznw0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rKaUQAznw0 .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;
}
.cid-rKaUQAznw0 .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #2ecc71;
}
.cid-rKaUQAznw0 .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #2ecc71 !important;
}
.cid-rKaUQAznw0 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rKaUQAznw0 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-rKaUQAznw0 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-rKaUQAznw0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rKaUQAznw0 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rKaUQAznw0 .navbar.collapsed .navbar-collapse.show,
.cid-rKaUQAznw0 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rKaUQAznw0 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-rKaUQAznw0 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-rKaUQAznw0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rKaUQAznw0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rKaUQAznw0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rKaUQAznw0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rKaUQAznw0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rKaUQAznw0 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rKaUQAznw0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rKaUQAznw0 .navbar.collapsed .right-menu,
.cid-rKaUQAznw0 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-rKaUQAznw0 .navbar .navbar-collapse.show,
  .cid-rKaUQAznw0 .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rKaUQAznw0 .navbar .navbar-collapse.show .brand-container,
  .cid-rKaUQAznw0 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-rKaUQAznw0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rKaUQAznw0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rKaUQAznw0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rKaUQAznw0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rKaUQAznw0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rKaUQAznw0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rKaUQAznw0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rKaUQAznw0 .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-rKaUQAznw0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rKaUQAznw0 .navbar .right-menu,
  .cid-rKaUQAznw0 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rKaUQAznw0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-rKaUQAznw0 .navbar.navbar-short .mbr-overlay {
  background: #2ecc71 !important;
}
.cid-rKaUQAznw0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rKaUQAznw0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rKaUQAznw0 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rKaUQAznw0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rKaUQAznw0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rKaUQAznw0 .dropdown-item.active,
.cid-rKaUQAznw0 .dropdown-item:active {
  background-color: transparent;
}
.cid-rKaUQAznw0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rKaUQAznw0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rKaUQAznw0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rKaUQAznw0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2ecc71;
}
.cid-rKaUQAznw0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rKaUQAznw0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rKaUQAznw0 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rKaUQAznw0 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-rKaUQAznw0 .navbar-buttons {
  margin-left: auto;
}
.cid-rKaUQAznw0 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rKaUQAznw0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f2d;
}
.cid-rKaUQAznw0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rKaUQAznw0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rKaUQAznw0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rKaUQAznw0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rKaUQAznw0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rKaUQAznw0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-rKaUQAznw0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-rKaUQAznw0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rKaUQAznw0 .navbar-dropdown {
  position: fixed;
}
.cid-rKaUQAznw0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rKaUQAznw0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rKaUQAznw0 .right-menu,
.cid-rKaUQAznw0 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-rKaUQAznw0 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rKaUQAznw0 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rKaUQAznw0 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rKaUQAznw0 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #2ecc71;
  padding: .5rem 0;
}
.cid-rKaUQAznw0 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rKaUQAznw0 .card-wrapper {
  z-index: 3;
}
.cid-rKaUQAznw0 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-rKaUQAznw0 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rKaUQAznw0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rKkOk0crpY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-rKkOk0crpY section {
  padding-bottom: 0 !important;
}
.cid-rKkOk0crpY .container-fluid {
  position: relative;
  padding: 0 !important;
}
.cid-rKkOk0crpY h1 {
  line-height: 1.4;
}
.cid-rKkOk0crpY .second {
  display: none;
}
.cid-rKkOk0crpY .wrapper {
  position: relative;
}
.cid-rKkOk0crpY .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-rKkOk0crpY .img1 {
  width: calc(215%);
  object-fit: cover;
  height: 800px;
  margin-left: -37rem;
  overflow: hidden;
}
.cid-rKkOk0crpY .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-rKkOk0crpY .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-rKkOk0crpY .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-rKkOk0crpY .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-rKkOk0crpY .title:before {
  content: "";
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-rKkOk0crpY .img1 {
    width: calc(185%);
    margin-left: -16rem;
  }
  .cid-rKkOk0crpY .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-rKkOk0crpY .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-rKkOk0crpY .shape {
  width: 223px;
  height: 245px;
  border: 4px solid #2ecc71;
  color: #ffffff;
  display: block;
  position: absolute;
  top: 25rem;
  left: 0;
}
.cid-rKkOk0crpY .shape p {
  margin-left: 5rem;
  width: 154%;
  margin-top: 6rem;
}
@media (max-width: 992px) {
  .cid-rKkOk0crpY .shape {
    left: 55%;
  }
  .cid-rKkOk0crpY .left {
    display: none;
  }
  .cid-rKkOk0crpY .second {
    display: block;
    position: absolute;
    top: 36%;
    left: 12%;
  }
  .cid-rKkOk0crpY a.second {
    margin-top: 30%;
  }
  .cid-rKkOk0crpY .img1 {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 805px) {
  .cid-rKkOk0crpY .second {
    top: 20%;
  }
  .cid-rKkOk0crpY a.second {
    margin-top: 51%;
  }
}
@media (max-width: 767px) {
  .cid-rKkOk0crpY .shape {
    display: none;
  }
  .cid-rKkOk0crpY .second {
    left: 0;
  }
  .cid-rKkOk0crpY a.second {
    margin-top: 50%;
    width: 100%;
    text-align: center;
  }
  .cid-rKkOk0crpY a.second::after,
  .cid-rKkOk0crpY a.second ::before {
    display: none;
  }
}
@media (max-width: 500px) {
  .cid-rKkOk0crpY a.second {
    margin-top: 55% !important;
  }
}
.cid-rKkOk0crpY a {
  display: inline-block;
  color: #2ecc71;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-rKkOk0crpY a:after {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-rKkOk0crpY a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 9px;
}
.cid-rKkOk0crpY a:hover:after,
.cid-rKkOk0crpY a:focus:after {
  animation-duration: 1s;
  animation-name: slidein;
}
.cid-rKkOk0crpY a:hover:before,
.cid-rKkOk0crpY a:focus:before {
  animation-duration: 0.8s;
  animation-delay: 0.5s;
  animation-name: slideout;
}
.cid-rKkOk0crpY .right {
  padding: 0 !important;
}
.cid-rKkOk0crpY .left {
  z-index: 100;
}
.cid-rKkOk0crpY a.text-info:hover,
.cid-rKkOk0crpY a.text-info:focus {
  color: #fb7522 !important;
}
.cid-rIyXqSgtJT {
  background-color: #2ecc71;
}
.cid-rIyXqSgtJT .container-fluid {
  position: relative;
}
.cid-rIyXqSgtJT .page-title-content {
  width: 100%;
}
.cid-rIyXqSgtJT .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-rIyXqSgtJT .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-rIyXqSgtJT .page-title-content {
    text-align: center;
  }
}
.cid-rIyXqSgtJT .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-rIyXqSgtJT a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
}
.cid-rIyXqSgtJT a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-rIyXqSgtJT a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-rIyXqSgtJT a:hover:after,
.cid-rIyXqSgtJT a:focus:after {
  animation-duration: 1s;
  animation-name: slidein;
}
.cid-rIyXqSgtJT a:hover:before,
.cid-rIyXqSgtJT a:focus:before {
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-name: slideout;
}
.cid-rIyXqSgtJT a.text-white:hover,
.cid-rIyXqSgtJT a.text-white:focus {
  color: #ffffff !important;
}
.cid-rIyXqSgtJT .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-rIyXqSgtJT .page-title-content .title,
.cid-rIyXqSgtJT .icon-section,
.cid-rIyXqSgtJT .mbr-section-btn {
  color: #ffffff;
}
.cid-rKqgohi3Xb {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rKqgohi3Xb img {
  width: 90%;
}
.cid-rKqgohi3Xb .mbr-text,
.cid-rKqgohi3Xb .mbr-section-btn {
  color: black;
}
.cid-rKqgohi3Xb h2 {
  padding-left: 11rem;
}
.cid-rKqgohi3Xb p {
  padding-right: 8rem;
}
.cid-rKqgohi3Xb .separator {
  margin-bottom: 1px;
  margin-top: 38px;
  margin-left: 0;
  margin-right: auto;
  width: 30%;
}
.cid-rKqgohi3Xb .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  min-width: 10%;
}
.cid-rKqgohi3Xb .separator .sep-holder .sep-line {
  border-color: #5b69bb !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 2px solid #ebebeb;
  position: relative;
  top: 1px;
}
@media (max-width: 992px) {
  .cid-rKqgohi3Xb h2 {
    text-align: center;
    padding-left: 0;
  }
  .cid-rKqgohi3Xb img {
    width: 100%;
  }
  .cid-rKqgohi3Xb .pb-5 {
    padding-bottom: 1rem !important;
  }
  .cid-rKqgohi3Xb p {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-rKqgohi3Xb h2 {
    text-align: left !important;
    padding-left: 0 !important;
  }
  .cid-rKqgohi3Xb p {
    text-align: left !important;
    position: relative;
  }
}
.cid-rKqgohi3Xb H2 {
  color: #2ecc71;
}
.cid-rK3vMcgx7u {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rK3vMcgx7u .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-rK3vMcgx7u .mbr-section-title {
  margin: 0;
  color: #2ecc71;
}
.cid-rK3vMcgx7u .card-img {
  text-align: center;
}
.cid-rK3vMcgx7u .row-item {
  padding-bottom: 2rem;
  padding: 5rem 2rem;
}
.cid-rK3vMcgx7u .row-item.card1 {
  background: #efefef;
}
.cid-rK3vMcgx7u .row-item.card2 {
  background: #2ecc71;
}
.cid-rK3vMcgx7u .row-item.card3 {
  background: #efefef;
}
.cid-rK3vMcgx7u .row-item.card4 {
  background: #2bdc9d;
}
.cid-rK3vMcgx7u .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rK3vMcgx7u .card-img,
  .cid-rK3vMcgx7u .mbr-text,
  .cid-rK3vMcgx7u .mbr-card-title,
  .cid-rK3vMcgx7u .mbr-section-subtitle,
  .cid-rK3vMcgx7u .mbr-section-title,
  .cid-rK3vMcgx7u .underline {
    text-align: center !important;
  }
}
.cid-rK3vMcgx7u .mbr-section-subtitle {
  color: #343434;
}
.cid-rK3vMcgx7u .card1 > .mbr-text,
.cid-rK3vMcgx7u .card1 > .mbr-section-btn {
  color: #767676;
}
.cid-rK3vMcgx7u .card1 > .mbr-card-title,
.cid-rK3vMcgx7u .card1 > .card-img {
  color: #2ecc71;
}
.cid-rK3vMcgx7u .card3 > .mbr-text,
.cid-rK3vMcgx7u .card3 > .mbr-section-btn {
  color: #767676;
}
.cid-rK3vMcgx7u .card3 > .mbr-card-title,
.cid-rK3vMcgx7u .card3 > .card-img {
  color: #2ecc71;
}
.cid-rIz22rNkGe {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #ffffff;
}
@media (max-width: 2560px) {
  .cid-rIz22rNkGe .card5 {
    border-left: none !important;
  }
  .cid-rIz22rNkGe .card5,
  .cid-rIz22rNkGe .card6,
  .cid-rIz22rNkGe .card7,
  .cid-rIz22rNkGe .card8 {
    border-bottom: none !important;
  }
}
@media (max-width: 992px) {
  .cid-rIz22rNkGe .card4,
  .cid-rIz22rNkGe .card7 {
    border-left: none !important;
  }
  .cid-rIz22rNkGe .card5,
  .cid-rIz22rNkGe .card6 {
    border-left: 1px solid #ebebeb !important;
    border-bottom: 1px solid #ebebeb !important;
  }
  .cid-rIz22rNkGe .card7 {
    border-bottom: none !important;
  }
}
@media (max-width: 768px) {
  .cid-rIz22rNkGe .card3,
  .cid-rIz22rNkGe .card5 {
    border-left: none !important;
  }
  .cid-rIz22rNkGe .card4 {
    border-left: 1px solid #ebebeb !important;
  }
}
.cid-rIz22rNkGe .row {
  padding: 0 1rem;
}
.cid-rIz22rNkGe .row:nth-child(3) .card {
  border-bottom: none;
}
.cid-rIz22rNkGe .row .title {
  max-width: 800px;
}
.cid-rIz22rNkGe .row .subtitle {
  color: #767676;
}
.cid-rIz22rNkGe .row .card {
  padding: 5rem 1rem;
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-collapse: collapse;
  box-sizing: border-box;
  border-radius: 0 !important;
  transition: 0.2s all;
}
.cid-rIz22rNkGe .row .card:hover {
  background-color: #2ecc71;
}
.cid-rIz22rNkGe .row .card:hover span {
  color: #000000 !important;
}
.cid-rIz22rNkGe .row .card:hover .text-wrap .mbr-black {
  color: #000000 !important;
}
.cid-rIz22rNkGe .row .card:hover .text-wrap {
  color: #000000 !important;
}
.cid-rIz22rNkGe .row .card:hover .text-wrap h6,
.cid-rIz22rNkGe .row .card:hover .text-wrap p,
.cid-rIz22rNkGe .row .card:hover .text-wrap h4 {
  color: #000000 !important;
}
.cid-rIz22rNkGe .row .card:hover .text-wrap .link:before {
  color: #000000 !important;
}
.cid-rIz22rNkGe .row .card:hover .mbr-text {
  color: #000000 !important;
}
.cid-rIz22rNkGe .row .card:first-child {
  border-left: none;
}
.cid-rIz22rNkGe .row .card:last-child {
  border-bottom: none;
}
.cid-rIz22rNkGe .row .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-rIz22rNkGe .row .card .card-block .text-wrap {
  padding: 0 1rem;
}
.cid-rIz22rNkGe .row .card .card-block .text-wrap .link {
  position: relative;
  width: fit-content;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-rIz22rNkGe .row .card .card-block .text-wrap .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: #2ecc71;
}
.cid-rIz22rNkGe .row .card .card-block .text-wrap .link:hover:before {
  margin-right: -0.4rem;
}
.cid-rIz22rNkGe .row .card .card-block .photo {
  margin-bottom: 1.62rem;
  overflow: hidden;
  display: inline-block;
}
.cid-rIz22rNkGe .row .card .card-block .photo span {
  font-size: 6rem;
  color: #2ecc71;
  fill: #2ecc71;
}
.cid-rIz22rNkGe .row .btn {
  padding: 0.6rem 2.1rem 0.65rem 2.1rem !important;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  border-width: 1px;
}
.cid-rIz22rNkGe .row .btn ins {
  text-decoration: none;
}
.cid-rIz22rNkGe .row .btn .mbr-iconfont {
  padding-left: 15px !important;
  padding-top: 1px;
  margin-right: 4px;
  order: 5;
  transition: all 0s ease-in-out;
}
.cid-rIz22rNkGe .row .line {
  background-color: #2ecc71;
  color: #2ecc71;
  height: 1px;
  margin: 30px auto 20px auto;
}
@media (max-width: 992px) {
  .cid-rIz22rNkGe .row {
    padding: 0 0rem;
  }
  .cid-rIz22rNkGe .row .card {
    padding: 3rem 0rem;
  }
  .cid-rIz22rNkGe .md-pb {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 576px) {
  .cid-rIz22rNkGe .card {
    border: none !important;
  }
}
.cid-rIz22rNkGe .wrap0 {
  margin-bottom: 120px;
}
.cid-rIz22rNkGe .container-fluid .row .subtitle {
  color: #2ecc71;
}
.cid-rIz22rNkGe .title {
  color: #2ecc71;
}
.cid-rKaOYY7B6e {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rKaOYY7B6e img {
  width: 90%;
}
.cid-rKaOYY7B6e .mbr-text,
.cid-rKaOYY7B6e .mbr-section-btn {
  color: black;
}
.cid-rKaOYY7B6e h2 {
  padding-left: 11rem;
}
.cid-rKaOYY7B6e p {
  padding-right: 8rem;
}
.cid-rKaOYY7B6e .separator {
  margin-bottom: 1px;
  margin-top: 38px;
  margin-left: 0;
  margin-right: auto;
  width: 30%;
}
.cid-rKaOYY7B6e .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  min-width: 10%;
}
.cid-rKaOYY7B6e .separator .sep-holder .sep-line {
  border-color: #2ecc71 !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 2px solid #ebebeb;
  position: relative;
  top: 1px;
}
@media (max-width: 992px) {
  .cid-rKaOYY7B6e h2 {
    text-align: center;
    padding-left: 0;
  }
  .cid-rKaOYY7B6e img {
    width: 100%;
  }
  .cid-rKaOYY7B6e .pb-5 {
    padding-bottom: 1rem !important;
  }
  .cid-rKaOYY7B6e p {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-rKaOYY7B6e h2 {
    text-align: left !important;
    padding-left: 0 !important;
  }
  .cid-rKaOYY7B6e p {
    text-align: left !important;
    position: relative;
  }
}
.cid-rKaOYY7B6e H2 {
  color: #2ecc71;
}
.cid-rKaKoIvrcA {
  padding-top: 0px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-rKaKoIvrcA .plan-body .btn-bgr {
  z-index: 0;
}
.cid-rKaKoIvrcA .list-group-item {
  padding: .5rem 3.25rem;
}
.cid-rKaKoIvrcA .price-term {
  display: block;
  line-height: 1;
  margin-top: 0.45rem;
}
.cid-rKaKoIvrcA .plan-title {
  background-color: #2ecc71;
}
.cid-rKaKoIvrcA .plan-header {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.cid-rKaKoIvrcA .plan-body {
  border-radius: 0 0 8px 8px;
}
.cid-rKaKoIvrcA .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
}
.cid-rKaKoIvrcA .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: transparent;
}
.cid-rKaKoIvrcA .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-rKaKoIvrcA .plan:nth-child(2) .plan-title {
  background-color: #eb4e6f;
}
.cid-rKaKoIvrcA .plan-header,
.cid-rKaKoIvrcA .plan-body {
  background-color: #efefef;
  border-bottom: solid 2px rgba(0, 0, 0, 0.07);
}
.cid-rKaKoIvrcA .price-figure {
  font-weight: 600;
  color: #232323;
}
.cid-rKaKoIvrcA .price-value {
  font-weight: 700;
  vertical-align: top;
  line-height: 1;
  margin-right: 0.25rem;
}
@media (max-width: 550px) {
  .cid-rKaKoIvrcA .price-figure {
    font-size: 4.25rem;
  }
}
.cid-rKmFwvEBit {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rKmFwvEBit img {
  width: 90%;
}
.cid-rKmFwvEBit .mbr-text,
.cid-rKmFwvEBit .mbr-section-btn {
  color: black;
}
.cid-rKmFwvEBit h2 {
  padding-left: 11rem;
}
.cid-rKmFwvEBit p {
  padding-right: 8rem;
}
.cid-rKmFwvEBit .separator {
  margin-bottom: 1px;
  margin-top: 38px;
  margin-left: 0;
  margin-right: auto;
  width: 30%;
}
.cid-rKmFwvEBit .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  min-width: 10%;
}
.cid-rKmFwvEBit .separator .sep-holder .sep-line {
  border-color: #5b69bb !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 2px solid #ebebeb;
  position: relative;
  top: 1px;
}
@media (max-width: 992px) {
  .cid-rKmFwvEBit h2 {
    text-align: center;
    padding-left: 0;
  }
  .cid-rKmFwvEBit img {
    width: 100%;
  }
  .cid-rKmFwvEBit .pb-5 {
    padding-bottom: 1rem !important;
  }
  .cid-rKmFwvEBit p {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-rKmFwvEBit h2 {
    text-align: left !important;
    padding-left: 0 !important;
  }
  .cid-rKmFwvEBit p {
    text-align: left !important;
    position: relative;
  }
}
.cid-rKmFwvEBit H2 {
  color: #2ecc71;
}
.cid-rKmGPbwh0E {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rKmGPbwh0E .card-box {
  padding: 0 1.6rem;
}
@media (max-width: 767px) {
  .cid-rKmGPbwh0E .container {
    padding: 0 1.3rem;
  }
  .cid-rKmGPbwh0E .mbr-section-btn {
    opacity: 1;
  }
  .cid-rKmGPbwh0E .card-wrapper {
    padding: 4rem 0rem 4rem 0rem;
  }
  .cid-rKmGPbwh0E .card {
    padding: 0rem!important;
    padding-bottom: 1rem!important;
  }
}
@media (min-width: 992px) {
  .cid-rKmGPbwh0E .card:hover .card-wrapper {
    transform: rotateY(360deg);
  }
  .cid-rKmGPbwh0E .card:hover .mbr-section-btn {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-rKmGPbwh0E .card {
    padding-bottom: 1rem!important;
  }
  .cid-rKmGPbwh0E .card .mbr-section-btn {
    opacity: 1;
  }
}
.cid-rKmGPbwh0E .row {
  justify-content: center;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.cid-rKmGPbwh0E .mbr-section-btn {
  padding-top: 2rem;
  transition: all 1s;
  opacity: 0;
}
.cid-rKmGPbwh0E .mbr-iconfont {
  color: #ffffff !important;
  font-size: 3.5rem!important;
}
.cid-rKmGPbwh0E .card1 {
  background-image: url("../../../assets/images/partagence-1172x1696.jpg");
}
.cid-rKmGPbwh0E .card2 {
  background-image: url("../../../assets/images/dsc-1701-2019-serendipity-studio-1-2000x2382.jpg");
}
.cid-rKmGPbwh0E .card3 {
  background-image: url("../../../assets/images/marysmeals-1032x1030.jpg");
}
.cid-rKmGPbwh0E h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rKmGPbwh0E p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-rKmGPbwh0E .card-wrapper {
  transition: all 1s;
  height: 100%;
  padding: 4rem 2rem 4rem 2rem;
  background-size: cover;
}
.cid-rKmGPbwh0E .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
.cid-rKmGPbwh0E .card-title {
  color: #ffffff;
}
.cid-rKlvDVLcqy {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rKlvDVLcqy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rKlvDVLcqy .media-content {
  padding-left: 2rem;
}
.cid-rKlvDVLcqy textarea {
  min-height: 150px;
}
.cid-rKlvDVLcqy .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-rKlvDVLcqy .form-control,
.cid-rKlvDVLcqy .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-rKlvDVLcqy .form-control input::-webkit-input-placeholder,
.cid-rKlvDVLcqy .field-input input::-webkit-input-placeholder,
.cid-rKlvDVLcqy .form-control textarea::-webkit-input-placeholder,
.cid-rKlvDVLcqy .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-rKlvDVLcqy .form-control input:-moz-placeholder,
.cid-rKlvDVLcqy .field-input input:-moz-placeholder,
.cid-rKlvDVLcqy .form-control textarea:-moz-placeholder,
.cid-rKlvDVLcqy .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-rKlvDVLcqy .form-control:hover,
.cid-rKlvDVLcqy .field-input:hover,
.cid-rKlvDVLcqy .form-control:focus,
.cid-rKlvDVLcqy .field-input:focus {
  background-color: #cccccc;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rKlvDVLcqy .form-control:hover input::-webkit-input-placeholder,
.cid-rKlvDVLcqy .field-input:hover input::-webkit-input-placeholder,
.cid-rKlvDVLcqy .form-control:focus input::-webkit-input-placeholder,
.cid-rKlvDVLcqy .field-input:focus input::-webkit-input-placeholder,
.cid-rKlvDVLcqy .form-control:hover textarea::-webkit-input-placeholder,
.cid-rKlvDVLcqy .field-input:hover textarea::-webkit-input-placeholder,
.cid-rKlvDVLcqy .form-control:focus textarea::-webkit-input-placeholder,
.cid-rKlvDVLcqy .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rKlvDVLcqy .form-control:hover input:-moz-placeholder,
.cid-rKlvDVLcqy .field-input:hover input:-moz-placeholder,
.cid-rKlvDVLcqy .form-control:focus input:-moz-placeholder,
.cid-rKlvDVLcqy .field-input:focus input:-moz-placeholder,
.cid-rKlvDVLcqy .form-control:hover textarea:-moz-placeholder,
.cid-rKlvDVLcqy .field-input:hover textarea:-moz-placeholder,
.cid-rKlvDVLcqy .form-control:focus textarea:-moz-placeholder,
.cid-rKlvDVLcqy .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-rKlvDVLcqy .jq-number__spin:hover,
.cid-rKlvDVLcqy .jq-number__spin:focus {
  background-color: #cccccc;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rKlvDVLcqy .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rKlvDVLcqy .jq-selectbox li,
.cid-rKlvDVLcqy .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rKlvDVLcqy .jq-selectbox li:hover,
.cid-rKlvDVLcqy .jq-selectbox li.selected {
  background-color: #cccccc;
  color: #000000;
}
.cid-rKlvDVLcqy .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rKlvDVLcqy .jq-number__spin.minus:hover:after,
.cid-rKlvDVLcqy .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rKlvDVLcqy .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rKlvDVLcqy .jq-number__spin.minus:after,
.cid-rKlvDVLcqy .jq-number__spin.plus:after {
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
}
.cid-rKlvDVLcqy input::-webkit-clear-button {
  display: none;
}
.cid-rKlvDVLcqy input::-webkit-inner-spin-button {
  display: none;
}
.cid-rKlvDVLcqy input::-webkit-outer-spin-button {
  display: none;
}
.cid-rKlvDVLcqy input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rKlvDVLcqy .mbr-text,
.cid-rKlvDVLcqy .mbr-section-btn {
  color: #767676;
}
.cid-rKlvDVLcqy .text2,
.cid-rKlvDVLcqy .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-rKlvDVLcqy .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-rIyXvEz5Ak {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0d0f1c;
}
.cid-rIyXvEz5Ak .mbr-text {
  color: #2ecc71;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-rIyXvEz5Ak p {
    text-align: center;
  }
  .cid-rIyXvEz5Ak .row {
    justify-content: center;
  }
}
