:root {
	--color-primary:#7a7ede;
  --color-secondary: #ffa40a;
}
body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 4.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 3.3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.28rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 4rem;
    font-size: calc( 2rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    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-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.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.7rem 2.7rem;
  border-radius: 35px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ffbd39 !important;
}
.bg-success {
  background-color: #7578c4 !important;
}
.bg-info {
  background-color: #767cca !important;
}
.bg-warning {
  background-color: #ffa40a !important;
}
.bg-danger {
  background-color: #ffa40a !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ffbd39 !important;
  border-color: #ffbd39 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #ffa40a !important;
  border-color: #ffa40a !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffa40a !important;
  border-color: #ffa40a !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #ffa40a !important;
  border-color: #ffa40a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #ffa40a !important;
  border-color: #ffa40a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ffa40a !important;
  border-color: #ffa40a !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #767cca !important;
  border-color: #767cca !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #ffa40a !important;
  border-color: #ffa40a !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ffa40a !important;
  border-color: #ffa40a !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #7578c4 !important;
  border-color: #7578c4 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #ffa40a !important;
  border-color: #ffa40a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ffa40a !important;
  border-color: #ffa40a !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #ffa40a !important;
  border-color: #ffa40a !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #ffa40a !important;
  border-color: #ffa40a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffa40a !important;
  border-color: #ffa40a !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ffa40a !important;
  border-color: #ffa40a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #ffa40a !important;
  border-color: #ffa40a !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffa40a !important;
  border-color: #ffa40a !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #000000 !important;
  background-color: #ffa40a !important;
  border-color: #ffa40a !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #ffa40a !important;
  border-color: #ffa40a !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #ffa40a !important;
  border-color: #ffa40a !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #ffa40a !important;
  border-color: #ffa40a !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #ffbd39;
  color: #ffbd39 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #ffbd39;
  border-color: #ffbd39;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbd39 !important;
  border-color: #ffbd39 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #ffa40a;
  color: #ffa40a !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #ffa40a;
  border-color: #ffa40a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa40a !important;
  border-color: #ffa40a !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #767cca;
  color: #767cca !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #767cca;
  border-color: #767cca;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #767cca !important;
  border-color: #767cca !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #7578c4;
  color: #7578c4 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #7578c4;
  border-color: #7578c4;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7578c4 !important;
  border-color: #7578c4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #ffa40a;
  color: #ffa40a !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #ffa40a;
  border-color: #ffa40a;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa40a !important;
  border-color: #ffa40a !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #ffa40a;
  color: #ffa40a !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #ffa40a;
  border-color: #ffa40a;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa40a !important;
  border-color: #ffa40a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #333333;
  color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffbd39 !important;
}
.text-secondary {
  color: #ffa40a !important;
}
.text-success {
  color: #7578c4 !important;
}
.text-info {
  color: #767cca !important;
}
.text-warning {
  color: #ffa40a !important;
}
.text-danger {
  color: #ffa40a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a,
a:hover {
  color: #767cca;
  font-weight: 900;
  transition: 0.4s;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffbd39 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ffa40a !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #7578c4 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #ffa40a !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ffa40a !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ffa40a !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #1a1a1a !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #767cca;
}
.alert-warning {
  background-color: #ffa40a;
}
.alert-danger {
  background-color: #ffa40a;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffbd39;
  border-color: #ffbd39;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.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: #cecfea;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff0d6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff0d6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #ffbd39;
}
#scrollToTop a:after {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px dashed #ffbd39;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
#scrollToTop a:hover::after {
  animation-play-state: running;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #7a7ede;
}
.mbr-arrow a {
  color: #ffffff;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #ffbd39;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffbd39;
  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: #ffbd39;
  border-bottom-color: #ffbd39;
}
.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: #ffbd39 !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: #ffa40a !important;
  box-shadow: none !important;
}
.soc-item:hover::after {
  opacity: 1;
  visibility: visible;
  animation-play-state: running;
}
.soc-item::after {
  opacity: 0;
  transition: all .3s ease;
  position: absolute;
  content: '';
  height: calc(122%);
  width: calc(122%);
  border-width: 2px;
  box-sizing: border-box;
  border-style: dashed;
  top: -4px;
  left: -4px;
  border-radius: inherit;
  animation: spin_right 5s linear infinite;
  animation-play-state: paused;
}
@keyframes spin_right {
  0% {
    transform: rotate(-360deg);
  }
}
.line-bg-warning {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(255, 164, 10, 0.5), rgba(255, 164, 10, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.line-bg-primary {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(255, 189, 57, 0.5), rgba(255, 189, 57, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-rHd4LPs6LH {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-rHd4LPs6LH .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-rHd4LPs6LH .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #767cca;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rHd4LPs6LH .navbar-dropdown.bg-color.transparent.opened {
  background: #767cca;
}
.cid-rHd4LPs6LH a {
  font-style: normal;
}
.cid-rHd4LPs6LH .show {
  overflow: visible;
}
.cid-rHd4LPs6LH .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-rHd4LPs6LH .dropdown-item:active {
  background-color: transparent;
}
.cid-rHd4LPs6LH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rHd4LPs6LH .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-rHd4LPs6LH .nav-item:focus,
.cid-rHd4LPs6LH .nav-link:focus {
  outline: none;
}
.cid-rHd4LPs6LH .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  border: 1px solid #7a7b7e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-rHd4LPs6LH .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand {
  display: flex;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rHd4LPs6LH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rHd4LPs6LH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rHd4LPs6LH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rHd4LPs6LH .dropdown .dropdown-menu {
  background: red;
  display: none;
  position: absolute;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-rHd4LPs6LH .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-rHd4LPs6LH .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-rHd4LPs6LH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rHd4LPs6LH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rHd4LPs6LH .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: red;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rHd4LPs6LH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-rHd4LPs6LH button.navbar-toggler:focus {
  outline: none;
}
.cid-rHd4LPs6LH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rHd4LPs6LH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rHd4LPs6LH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rHd4LPs6LH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rHd4LPs6LH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rHd4LPs6LH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rHd4LPs6LH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rHd4LPs6LH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rHd4LPs6LH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rHd4LPs6LH .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rHd4LPs6LH .collapsed .btn {
  display: -webkit-flex;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rHd4LPs6LH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-rHd4LPs6LH .collapsed button.navbar-toggler {
  display: block;
}
.cid-rHd4LPs6LH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rHd4LPs6LH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rHd4LPs6LH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rHd4LPs6LH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rHd4LPs6LH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rHd4LPs6LH .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rHd4LPs6LH.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rHd4LPs6LH img {
    height: 3.8rem !important;
  }
  .cid-rHd4LPs6LH .btn {
    display: -webkit-flex;
  }
  .cid-rHd4LPs6LH button.navbar-toggler {
    display: block;
  }
  .cid-rHd4LPs6LH .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-rHd4LPs6LH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rHd4LPs6LH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing,
  .cid-rHd4LPs6LH .navbar-collapse.show {
    display: block !important;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing .navbar-nav,
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing .navbar-buttons,
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rHd4LPs6LH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rHd4LPs6LH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rHd4LPs6LH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rHd4LPs6LH .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rHd4LPs6LH .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-rHd4LPs6LH .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    color: #fff;
  }
  .cid-rHd4LPs6LH .nav-link {
    justify-content: start!important;
  }
  .cid-rHd4LPs6LH .navbar.opened {
    height: 100%;
  }
  .cid-rHd4LPs6LH .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rHd4LPs6LH .dropdown-menu {
    box-shadow: none !important;
    background: red !important;
  }
}
@media (min-width: 767px) {
  .cid-rHd4LPs6LH .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rHd4LPs6LH .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rHd4LPs6LH .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-rHd4LPs6LH .span-link {
  padding: 0 0.5rem;
}
.cid-rHd4LPs6LH .btn1::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #ffbd39;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-rHd4LPs6LH .btn2::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #ffa40a;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-rHd4LPs6LH .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-rHd4LPs6LH .navbar-caption {
  color: #767cca;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}
.cid-rHd4LPs6LH .navbar-caption:hover {
  color: #ffa40a;
}
.cid-rHd4LPs6LH .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-rHd4LPs6LH .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-rHd4LPs6LH .dropdown-item {
    color: #fff;
  }
  .cid-rHd4LPs6LH .nav-item.open .nav-link,
  .cid-rHd4LPs6LH .link:hover {
    color: #fff;
    background: #ffbd39;
    border-radius: 5px;
  }
  .cid-rHd4LPs6LH .link:active {
    color: #fff !important;
  }
  .cid-rHd4LPs6LH .logo-name {
    margin-top: 0.5rem;
  }
  .cid-rHd4LPs6LH .navbar-brand {
    justify-content: center;
  }
  .cid-rHd4LPs6LH .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-rHd4LPs6LH .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-rHd4LPs6LH .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-rHd4LPs6LH .navbar-collapse {
    background-color: #7f84f9;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-rHd4LPs6LH .navbar {
    height: 90px;
  }
  .cid-rHd4LPs6LH .menu-logo {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-rHd4LPs6LH .btn1 {
    display: none;
  }
  .cid-rHd4LPs6LH .mbr-section-title {
    color: #fff;
  }
  .cid-rHd4LPs6LH .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-rHd4LPs6LH .navbar-toggleable-sm {
    background-color: #7f84f9;
  }
  .cid-rHd4LPs6LH .span-link {
    color: #fff;
  }
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-rHd4LPs6LH .dropdown-item {
    color: #12265a;
  }
  .cid-rHd4LPs6LH .nav-item.open .nav-link,
  .cid-rHd4LPs6LH .link:hover {
    color: #767cca !important;
    background: #ffbd39;
    border-radius: 5px;
  }
  .cid-rHd4LPs6LH .logo-name {
    margin-top: 2rem;
  }
  .cid-rHd4LPs6LH .navbar-collapse {
    justify-content: space-between;
  }
  .cid-rHd4LPs6LH .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-rHd4LPs6LH .container-fluid {
    padding: 0 1rem;
  }
  .cid-rHd4LPs6LH .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #ffa40a;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-rHd4LPs6LH .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #767cca;
    z-index: -1;
  }
}
.cid-rHd4LPs6LH .mbr-section-title {
  font-weight: 900;
}
.cid-rHd4LPs6LH .mbr-section-subtitle {
  color: #fdd947;
}
.cid-rHd4LPs6LH .mbr-section-btn {
  display: flex;
}
.cid-rHd4LPs6LH .dropdown-item:hover {
  color: #ffbd39 !important;
}
.cid-rHd4LPs6LH .btn-primary:hover {
  background-color: #ffbd39 !important;
  border-color: #ffbd39 !important;
}
.cid-rHd4LPs6LH .btn-warning:hover {
  background-color: #ffa40a !important;
  border-color: #ffa40a !important;
}
.cid-rHd4LPs6LH .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-rHd4LPs6LH .nav-item a {
  padding: 0 0.5rem !important;
}
.cid-rHd4LPs6LH .nav-link {
  padding: 0rem 0.5rem !important;
}
.cid-rHd4LPs6LH .mbr-iconfont {
  margin: 0;
}
.cid-rHd4LPs6LH .btn-primary:focus {
  background-color: #ffbd39 !important;
  border-color: #ffbd39 !important;
}
.cid-rHd4LPs6LH .btn-warning:focus {
  background-color: #ffa40a !important;
  border-color: #ffa40a !important;
}
.cid-rHd4LPs6LH .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-rHd4LPs6LH .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-rHd4LPs6LH H3 {
  color: #ffffff;
}
.cid-rGu1lE6miU {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/kids2.jpg");
}
@media (max-width: 767px) {
  .cid-rGu1lE6miU {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.cid-rGu1lE6miU h3 {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  position: relative;
  color: #fff;
}
.cid-rGu1lE6miU .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-rGu1lE6miU .container-fluid {
    padding: 0 1rem;
  }
  .cid-rGu1lE6miU p {
    color: #343549;
  }
}
@media (min-width: 767px) {
  .cid-rGu1lE6miU .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-rGu1lE6miU .mbr-section-subtitle span {
  background-color: #ffbb47;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-rGu1lE6miU h1 {
  margin-left: -4px;
  margin-bottom: 0.1rem;
}
.cid-rGu1lE6miU p {
  margin-bottom: 1.3rem;
}
.cid-rGu1lE6miU .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-rGu1lE6miU .svg-1 path {
  fill: #ffffff;
}
.cid-rGu1lE6miU .container-fluid {
  max-width: 1200px;
}
.cid-rGu1lE6miU .mbr-arrow {
  position: absolute;
  z-index: 1;
}
.cid-rGu1lE6miU H1 {
  color: #7a7ede;
}
.cid-rGu1lE6miU .mbr-text,
.cid-rGu1lE6miU .mbr-section-btn {
  color: #000000;
}
.cid-szivK2M7Nc {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szivK2M7Nc .container-fluid {
  padding: 0 1.8rem;
  max-width: 1200px;
}
.cid-szivK2M7Nc .mbr-section-subtitle {
  color: #45b3df;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0.7rem;
}
@media (min-width: 992px) {
  .cid-szivK2M7Nc .right-block {
    padding-left: 4rem;
  }
}
.cid-szivK2M7Nc .color-block {
  background-color: #ffa40a;
  display: inline;
  padding: 0.5rem 0.8rem;
  color: #ffffff;
  float: left;
  border-radius: 10px;
  margin-right: 1rem;
  margin-top: 0.8rem;
}
.cid-szivK2M7Nc i,
.cid-szivK2M7Nc em {
  text-decoration: underline;
}
.cid-szivK2M7Nc .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-szivK2M7Nc .soc-item {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
  z-index: 1;
  background: #ffa40a;
  border-radius: 50%;
  position: relative;
  margin-right: 0.6rem;
}
.cid-szivK2M7Nc .soc-item span {
  color: #ffffff;
  transition: all 0.3s;
}
.cid-szivK2M7Nc .dot::before {
  content: '';
  margin: 0 10px 0 9px;
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  margin-top: -2.5px;
  border-radius: 50%;
  background: currentColor;
}
.cid-szivK2M7Nc .link-card {
  color: #45b3df;
  transition: 0.3s;
  font-weight: 700;
}
.cid-szivK2M7Nc .link-card:hover {
  color: #ffbd39;
}
.cid-szivK2M7Nc .block-flex {
  display: flex;
  margin-bottom: 1rem;
}
.cid-szivK2M7Nc .wrapper-block {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.cid-szivK2M7Nc .client-name {
  color: #12265a;
}
.cid-szivK2M7Nc .items {
  margin-right: 1rem;
  margin-bottom: 0;
  color: #12265a;
}
.cid-szivK2M7Nc .soc-item1 {
  color: #ffa40a;
}
.cid-szivK2M7Nc .soc-item2 {
  background-color: #f7f7fc;
  color: #f7f7fc;
}
.cid-szivK2M7Nc .soc-item3 {
  background-color: #f09700;
  color: #f09700;
}
.cid-szivK2M7Nc .block-column {
  display: flex;
  flex-direction: column;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-szivK2M7Nc {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .cid-szivK2M7Nc .social-list {
    justify-content: space-around;
  }
  .cid-szivK2M7Nc .container-fluid {
    padding: 0 1rem;
  }
  .cid-szivK2M7Nc .block-flex {
    justify-content: space-around;
  }
}
.cid-szivK2M7Nc .mbr-section-title {
  color: #7a7ede;
}
.cid-szivK2M7Nc .mbr-text {
  text-align: justify;
}
.cid-rHBaXeKpGa {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rHBaXeKpGa {
    padding-top: 70px;
    padding-bottom: 20px;
  }
}
.cid-rHBaXeKpGa img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-rHBaXeKpGa .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-rHBaXeKpGa .container-fluid {
    padding: 0 1rem;
  }
  .cid-rHBaXeKpGa .mbr-section-btn {
    text-align: center;
  }
  .cid-rHBaXeKpGa .mbr-section-title {
    text-align: center;
  }
  .cid-rHBaXeKpGa .mbr-section-subtitle {
    text-align: center;
  }
  .cid-rHBaXeKpGa .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-rHBaXeKpGa .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-rHBaXeKpGa .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rHBaXeKpGa .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-rHBaXeKpGa .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-rHBaXeKpGa img {
    width: 100%;
  }
  .cid-rHBaXeKpGa .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-rHBaXeKpGa .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-rHBaXeKpGa .container-fluid {
  max-width: 1200px;
}
.cid-rHBaXeKpGa .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  text-align: justify;
}
@media (max-width: 1200px) {
  .cid-rHBaXeKpGa .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-rHBaXeKpGa .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #ffa40a;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-rHBaXeKpGa .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-rHBaXeKpGa .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #ffa40a;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-rHBaXeKpGa .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-rHBaXeKpGa .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-rHBaXeKpGa .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-rHBaXeKpGa .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-rHBaXeKpGa .mbr-section-title {
  color: #7a7ede;
}
.cid-rHBaXeKpGa .mbr-section-subtitle {
  color: #7578c4;
}
.cid-szQK3QbHCF {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #e6e6ff;
}
.cid-szQK3QbHCF .mbr-section-subtitle {
  color: #70747f;
}
.cid-szQK3QbHCF .mbr-text {
  color: #70747f;
  text-align: justify;
}
.cid-szQK3QbHCF .nav-tabs {
  margin-bottom: 1rem;
  padding: 3px;
  display: table;
  border-bottom: none;
}
.cid-szQK3QbHCF .nav-tabs .nav-item {
  display: table-cell;
}
.cid-szQK3QbHCF .card-img img {
  width: 100%;
  border-radius: 30px;
}
.cid-szQK3QbHCF .tab-content {
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-szQK3QbHCF .nav-tabs .nav-link {
  display: flex;
  color: #767cca;
  box-sizing: border-box;
  font-style: normal;
  background: #ffc85b;
  font-weight: 900;
  border: 2px dashed #7a7ede;
  border-radius: 25px !important;
  transition: all .3s;
  text-align: center;
  flex-direction: column;
}
.cid-szQK3QbHCF .nav-tabs .nav-link:hover {
  background-color: transparent;
  color: #ffa40a;
}
.cid-szQK3QbHCF .nav-tabs .nav-link.active {
  color: #ffffff;
  background: #7a7ede;
}
.cid-szQK3QbHCF .icon-img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
.cid-szQK3QbHCF .wrapper {
  margin-bottom: 1.5rem;
}
.cid-szQK3QbHCF .card-title {
  color: #12265a;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 1rem;
  margin-bottom: 0;
}
.cid-szQK3QbHCF .container-fluid {
  max-width: 1200px;
}
.cid-szQK3QbHCF .row {
  align-items: center;
}
.cid-szQK3QbHCF .title-content {
  color: #7a7ede;
}
.cid-szQK3QbHCF .name {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .cid-szQK3QbHCF .nav-tabs {
    margin-right: auto;
    margin-left: auto;
  }
  .cid-szQK3QbHCF .nav-tabs .nav-link {
    margin: 0 1rem;
    padding: 1.5rem 2.5rem;
  }
  .cid-szQK3QbHCF .tab-content {
    padding: 3.5rem;
  }
  .cid-szQK3QbHCF .left-column {
    padding-right: 4rem;
  }
  .cid-szQK3QbHCF .right-column {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-szQK3QbHCF .tab-content {
    padding: 1rem;
  }
  .cid-szQK3QbHCF .nav-item {
    padding: 0.5rem;
  }
  .cid-szQK3QbHCF .card-img {
    margin-top: 0.6rem;
  }
  .cid-szQK3QbHCF .card-img2 {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-szQK3QbHCF {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .cid-szQK3QbHCF .nav-tabs {
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  .cid-szQK3QbHCF .nav-item {
    padding: 0;
  }
  .cid-szQK3QbHCF .last-navitem {
    width: 100%;
  }
  .cid-szQK3QbHCF li {
    width: 140px;
  }
  .cid-szQK3QbHCF .container-fluid {
    padding: 0;
  }
  .cid-szQK3QbHCF .nav-link {
    margin-bottom: 1rem !important;
  }
  .cid-szQK3QbHCF .mbr-iconfont {
    margin-top: 0.4rem;
  }
}
.cid-szQK3QbHCF .card-title,
.cid-szQK3QbHCF .wrapper {
  color: #7578c4;
}
.cid-szicwd4fr3 {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-szicwd4fr3 {
    padding-top: 35px;
    padding-bottom: 10px;
  }
}
.cid-szicwd4fr3 .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-szicwd4fr3 .container-fluid {
  max-width: 1200px;
}
.cid-szicwd4fr3 .row > div,
.cid-szicwd4fr3 .mbr-section-title {
  color: #7a7ede;
}
.cid-szicwd4fr3 .row > div,
.cid-szicwd4fr3 .mbr-section-subtitle {
  color: #7578c4;
}
.cid-syLteudHNK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-syLteudHNK .panel-text {
  margin: 0;
  line-height: 1.7;
  color: #12265a;
}
.cid-syLteudHNK .icon {
  background: #ffffff;
  width: 50px;
  height: 50px;
  border: 1px dashed #ff8f77;
  border-radius: 100%;
  color: #ff8f77 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  transition: 0.4s;
}
.cid-syLteudHNK .icon:before {
  font-weight: 900;
}
.cid-syLteudHNK .accordion-content {
  flex-basis: 100%;
}
.cid-syLteudHNK .panel-group {
  width: 100%;
}
.cid-syLteudHNK .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-syLteudHNK .card .card-header a.panel-title {
  margin-top: 0;
  border-radius: 0;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-syLteudHNK .card .card-header a.panel-title:hover .icon {
  background-color: #ff8f77;
  color: #ffffff !important;
}
.cid-syLteudHNK .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-syLteudHNK .header-text {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
  color: #12265a;
}
.cid-syLteudHNK .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-syLteudHNK .btn {
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-syLteudHNK svg {
  position: relative;
  left: 0;
  top: 0;
}
.cid-syLteudHNK .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-syLteudHNK .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-syLteudHNK .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-syLteudHNK .mbr-text {
  margin-top: 1.4rem;
  margin-bottom: 2.3rem;
}
.cid-syLteudHNK .card .panel-body {
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .cid-syLteudHNK {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .cid-syLteudHNK .mbr-text {
    margin-left: 1px;
  }
  .cid-syLteudHNK .mbr-section-title {
    text-align: center;
  }
  .cid-syLteudHNK .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-syLteudHNK .left-wrapper {
    padding-right: 5rem;
  }
  .cid-syLteudHNK .accordion-section {
    padding-left: 1.5rem;
  }
}
.cid-syLteudHNK .card-header {
  background: none !important;
}
.cid-syLteudHNK .mbr-section-title {
  color: #7a7ede;
}
.cid-syLteudHNK .mbr-section-subtitle {
  color: #ff8f77;
}
.cid-syLteudHNK .header-text,
.cid-syLteudHNK .sign {
  color: #7578c4;
}
.cid-syLteudHNK .mbr-text,
.cid-syLteudHNK .mbr-section-btn {
  color: #1e43a0;
}
.cid-szi7fjOpmH {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-szi7fjOpmH .panel-text {
  margin: 0;
  line-height: 1.7;
}
.cid-szi7fjOpmH .icon {
  background: #ffffff;
  width: 50px;
  height: 50px;
  border: 1px dashed #fa9db7;
  border-radius: 100%;
  color: #fa9db7 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  transition: 0.4s;
}
.cid-szi7fjOpmH .icon:before {
  font-weight: 900;
}
.cid-szi7fjOpmH .accordion-content {
  flex-basis: 100%;
}
.cid-szi7fjOpmH .panel-group {
  width: 100%;
}
.cid-szi7fjOpmH .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-szi7fjOpmH .card .card-header a.panel-title {
  margin-top: 0;
  border-radius: 0;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-szi7fjOpmH .card .card-header a.panel-title:hover .icon {
  background-color: #fa9db7;
  color: #ffffff !important;
}
.cid-szi7fjOpmH .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-szi7fjOpmH .header-text {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
  color: #12265a;
}
.cid-szi7fjOpmH .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-szi7fjOpmH .btn {
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-szi7fjOpmH svg {
  position: relative;
  left: 0;
  top: 0;
}
.cid-szi7fjOpmH .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-szi7fjOpmH .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-szi7fjOpmH .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-szi7fjOpmH .mbr-text {
  margin-top: 1.4rem;
  margin-bottom: 2.3rem;
}
.cid-szi7fjOpmH .card .panel-body {
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .cid-szi7fjOpmH {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .cid-szi7fjOpmH .mbr-text {
    margin-left: 1px;
  }
  .cid-szi7fjOpmH .mbr-section-title {
    text-align: center;
  }
  .cid-szi7fjOpmH .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-szi7fjOpmH .left-wrapper {
    padding-right: 5rem;
  }
  .cid-szi7fjOpmH .accordion-section {
    padding-left: 1.5rem;
  }
}
.cid-szi7fjOpmH .card-header {
  background: none !important;
}
.cid-szi7fjOpmH .header-text,
.cid-szi7fjOpmH .sign {
  color: #7578c4;
}
.cid-szi7fjOpmH .mbr-section-title {
  color: #7578c4;
}
.cid-szi7fjOpmH .mbr-section-subtitle {
  color: #fa6992;
}
.cid-szJ8fRuRcI {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-szJ8fRuRcI p {
  margin-bottom: 0;
}
.cid-szJ8fRuRcI .content-row {
  flex-direction: row-reverse;
}
.cid-szJ8fRuRcI .section-header {
  margin-bottom: 2rem;
}
.cid-szJ8fRuRcI .wrap {
  display: flex;
  align-items: center;
  padding-bottom: 2px;
}
.cid-szJ8fRuRcI .icon-wrapper {
  border-radius: 100%;
  border: 2px solid #fa6992;
}
.cid-szJ8fRuRcI .icon {
  min-width: 33px;
  height: 33px;
  font-size: .7rem;
  font-weight: 900;
  color: black;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-szJ8fRuRcI .icon:before {
  content: "\e908" !important;
}
.cid-szJ8fRuRcI .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-szJ8fRuRcI .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-szJ8fRuRcI .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-szJ8fRuRcI .accordion-content {
  max-width: 28rem !important;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.cid-szJ8fRuRcI .panel-group {
  width: 100%;
}
.cid-szJ8fRuRcI .panel-title {
  border-radius: 0px;
}
.cid-szJ8fRuRcI .card {
  margin-bottom: 1rem !important;
}
.cid-szJ8fRuRcI .card .card-header {
  background: none;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-szJ8fRuRcI .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 900;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-szJ8fRuRcI .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-szJ8fRuRcI .card .panel-body {
  padding: 1rem  0 1.5rem 0;
}
.cid-szJ8fRuRcI .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-szJ8fRuRcI .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-szJ8fRuRcI .header-text {
  color: #7a7ede;
  margin-left: .75rem;
}
.cid-szJ8fRuRcI .panel-text {
  color: #000000;
}
.cid-szJ8fRuRcI .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-szJ8fRuRcI .accordion-section {
    margin-top: 2rem;
  }
}
.cid-szJ8fRuRcI .sign {
  color: #fa6992;
}
.cid-szllzm9Gpr {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-szllzm9Gpr p {
  margin-bottom: 0;
}
.cid-szllzm9Gpr .section-header {
  margin-bottom: 2rem;
}
.cid-szllzm9Gpr .wrap {
  display: flex;
  align-items: center;
  padding-bottom: 2px;
}
.cid-szllzm9Gpr .icon-wrapper {
  border-radius: 100%;
  border: 2px solid #fa6992;
}
.cid-szllzm9Gpr .icon {
  min-width: 33px;
  height: 33px;
  font-size: .7rem;
  font-weight: 900;
  color: black;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-szllzm9Gpr .icon:before {
  content: "\e908" !important;
}
.cid-szllzm9Gpr .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-szllzm9Gpr .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-szllzm9Gpr .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-szllzm9Gpr .accordion-content {
  max-width: 28rem !important;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.cid-szllzm9Gpr .panel-group {
  width: 100%;
}
.cid-szllzm9Gpr .panel-title {
  border-radius: 0px;
}
.cid-szllzm9Gpr .card {
  margin-bottom: 1rem !important;
}
.cid-szllzm9Gpr .card .card-header {
  background: none;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-szllzm9Gpr .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 900;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-szllzm9Gpr .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-szllzm9Gpr .card .panel-body {
  padding: 1rem  0 1.5rem 0;
}
.cid-szllzm9Gpr .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-szllzm9Gpr .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-szllzm9Gpr .header-text {
  color: #7a7ede;
  margin-left: .75rem;
}
.cid-szllzm9Gpr .panel-text {
  color: #000000;
}
.cid-szllzm9Gpr .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-szllzm9Gpr .accordion-section {
    margin-top: 2rem;
  }
}
.cid-szllzm9Gpr .sign {
  color: #fa6992;
}
.cid-rGsvMlqqzL {
  background-color: #e6e6ff;
}
.cid-rGsvMlqqzL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rGsvMlqqzL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rGsvMlqqzL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rGsvMlqqzL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rGsvMlqqzL .row > .row {
  display: block;
}
.cid-rGsvMlqqzL .mbr-gallery-item {
  width: 100%;
}
.cid-rGsvMlqqzL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
  background: linear-gradient(to left, #fa9db7, #45b3df) !important;
}
.cid-rGsvMlqqzL .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-rGsvMlqqzL .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rGsvMlqqzL .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rGsvMlqqzL .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rGsvMlqqzL .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
  background: linear-gradient(to left, #fa9db7, #45b3df) !important;
}
.cid-rGsvMlqqzL .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-rGsvMlqqzL .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-rGsvMlqqzL {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .cid-rGsvMlqqzL .col-sm-12 {
    padding: 0 !important;
  }
}
@media (min-width: 767px) {
  .cid-rGsvMlqqzL {
    padding-top: 45px;
    padding-bottom: 30px;
  }
}
.cid-szfydWxP2T {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-szfydWxP2T .carousel-item {
  margin-top: 1.3rem;
  justify-content: center;
}
.cid-szfydWxP2T .carousel-item > div {
  width: 100%;
}
.cid-szfydWxP2T .carousel-item.active,
.cid-szfydWxP2T .carousel-item-next,
.cid-szfydWxP2T .carousel-item-prev {
  display: flex;
}
.cid-szfydWxP2T .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-szfydWxP2T .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: .9;
}
.cid-szfydWxP2T .carousel-controls a:hover span {
  opacity: 1;
}
.cid-szfydWxP2T .signature,
.cid-szfydWxP2T .desk {
  margin: 0;
}
.cid-szfydWxP2T .mbr-text {
  border-radius: 30px;
  color: #1e43a0;
  position: relative;
  padding: 2rem;
}
.cid-szfydWxP2T .mbr-text1 {
  background-color: #ffa40a;
}
.cid-szfydWxP2T .mbr-text2 {
  background-color: #ffa40a;
}
.cid-szfydWxP2T .mbr-text3 {
  background-color: #ffbd39;
}
.cid-szfydWxP2T .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 0;
  color: #70747f;
}
.cid-szfydWxP2T .img-block {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  align-items: center;
}
.cid-szfydWxP2T img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0;
}
.cid-szfydWxP2T .title-block {
  margin-left: 1rem;
}
.cid-szfydWxP2T .signature {
  font-weight: 900;
  color: #12265a;
}
.cid-szfydWxP2T .quote_svg {
  position: absolute;
  top: calc(96%);
  width: 30px;
  left: 40px;
}
.cid-szfydWxP2T .quote_svg1 {
  fill: #ffa40a;
}
.cid-szfydWxP2T .quote_svg2 {
  fill: #ffa40a;
}
.cid-szfydWxP2T .quote_svg3 {
  fill: #ffbd39;
}
.cid-szfydWxP2T .mbr-text::after {
  content: '“';
  display: inline-block;
  position: absolute;
  top: -1rem;
  left: 1rem;
  font-size: 15rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.23);
}
.cid-szfydWxP2T .carousel-indicators li {
  background-color: #45b3df;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
}
.cid-szfydWxP2T .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
}
.cid-szfydWxP2T ol {
  margin-bottom: 0;
}
.cid-szfydWxP2T .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-szfydWxP2T {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cid-szfydWxP2T .container-fluid {
    padding: 0 1rem;
  }
  .cid-szfydWxP2T .col-md-4 {
    padding: 0;
  }
  .cid-szfydWxP2T .mbr-text {
    padding: 1rem;
  }
}
.cid-szfydWxP2T .container-fluid {
  padding: 0 1rem;
  max-width: 1200px;
}
.cid-szfydWxP2T .mbr-section-title {
  color: #7a7ede;
}
.cid-syLuMxIgh3 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #7a7ede;
}
.cid-syLuMxIgh3 .mbr-section-subtitle {
  color: #767676;
}
.cid-syLuMxIgh3 H2 {
  color: #ffffff;
}
.cid-rH3cvyUC1g {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #e6e6ff;
}
@media (max-width: 767px) {
  .cid-rH3cvyUC1g {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.cid-rH3cvyUC1g img {
  width: 100%;
  border-radius: 50%;
}
.cid-rH3cvyUC1g h3 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-rH3cvyUC1g .img-wrapper {
    display: none;
  }
  .cid-rH3cvyUC1g .img-wrapper-2 {
    display: none;
  }
  .cid-rH3cvyUC1g .container-fluid {
    padding: 0 1rem;
  }
  .cid-rH3cvyUC1g .content-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
  }
  .cid-rH3cvyUC1g .content-row-2 {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
  }
  .cid-rH3cvyUC1g .content-row-3 {
    margin-top: 1.8rem;
  }
  .cid-rH3cvyUC1g .content-row-4 {
    margin-top: 2rem;
  }
  .cid-rH3cvyUC1g .imageContainer {
    display: flex;
    justify-content: center;
  }
  .cid-rH3cvyUC1g .imageContainer-2 {
    display: flex;
    justify-content: center;
  }
  .cid-rH3cvyUC1g .right-wrapper {
    text-align: left;
    padding-left: 4rem;
  }
  .cid-rH3cvyUC1g .left-wrapper {
    text-align: left;
    padding-left: 4rem;
  }
  .cid-rH3cvyUC1g .mbr-section-title {
    text-align: left;
  }
  .cid-rH3cvyUC1g .content-row:hover .tlv__pointer::after {
    transform: scale(1);
  }
  .cid-rH3cvyUC1g .content-row-2:hover .tlv__pointer-2::after {
    transform: scale(1);
  }
  .cid-rH3cvyUC1g .tlv__pointer {
    opacity: 1;
    transform: translateX(0);
    order: 2;
    position: absolute;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 3px solid #ffa40a;
    background: #ffffff;
    top: -100px;
    left: 8px;
  }
  .cid-rH3cvyUC1g .tlv__pointer::after {
    z-index: 1;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    transform: scale(0);
    content: '';
    position: absolute;
    background: #ffa40a;
    transition: 0.5s;
    left: 5px;
    bottom: 5px;
  }
  .cid-rH3cvyUC1g .tlv__pointer-2 {
    opacity: 1;
    transform: translateX(0);
    order: 2;
    position: absolute;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 3px solid #ffa40a;
    background: #ffffff;
    top: 50px;
    left: 8px;
  }
  .cid-rH3cvyUC1g .tlv__pointer-2::after {
    z-index: 1;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    transform: scale(0);
    content: '';
    position: absolute;
    background: #ffa40a;
    transition: 0.5s;
    left: 5px;
    bottom: 5px;
  }
  .cid-rH3cvyUC1g .container-fluid::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 20px;
    width: 4px;
    height: 100%;
    background: #ffa40a;
  }
  .cid-rH3cvyUC1g .tlv__item-first {
    position: relative;
    z-index: 1;
    left: -52px;
    width: 18px;
    height: 18px;
    background: #ffa40a;
    transform: rotate(45deg);
    top: -20px;
  }
  .cid-rH3cvyUC1g .tlv__item-first2 {
    position: absolute;
    z-index: 1;
    left: 13px;
    width: 18px;
    height: 18px;
    background: #ffa40a;
    transform: rotate(45deg);
    bottom: -20px;
  }
}
@media (min-width: 767px) {
  .cid-rH3cvyUC1g .right-wrapper {
    text-align: right;
    padding-right: 5rem;
  }
  .cid-rH3cvyUC1g .content-row {
    display: flex;
    flex-direction: row;
    position: relative;
  }
  .cid-rH3cvyUC1g .content-row-2 {
    margin-top: 3.5rem;
  }
  .cid-rH3cvyUC1g .content-row-3 {
    margin-top: 3.5rem;
  }
  .cid-rH3cvyUC1g .content-row-4 {
    margin-top: 3.5rem;
  }
  .cid-rH3cvyUC1g .content-row:hover .tlv__pointer::after {
    transform: scale(1);
  }
  .cid-rH3cvyUC1g .content-row-2:hover .tlv__pointer-2::after {
    transform: scale(1);
  }
  .cid-rH3cvyUC1g .img-wrapper {
    margin-left: 43px;
  }
  .cid-rH3cvyUC1g .tlv__pointer {
    opacity: 1;
    transform: translateX(0);
    order: 2;
    position: relative;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 3px solid #ffa40a;
    background: #ffffff;
    top: 0px;
    left: -290px;
  }
  .cid-rH3cvyUC1g .tlv__pointer::before {
    content: '';
    top: 8px;
    width: 47px;
    height: 3px;
    left: 21px;
    position: absolute;
    background: #ffa40a;
  }
  .cid-rH3cvyUC1g .tlv__pointer::after {
    z-index: 1;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    transform: scale(0);
    content: '';
    position: absolute;
    background: #ffa40a;
    transition: 0.5s;
    left: 5px;
    bottom: 5px;
  }
  .cid-rH3cvyUC1g .tlv__pointer-2 {
    opacity: 1;
    transform: translateX(0);
    order: 2;
    position: relative;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 3px solid #ffa40a;
    background: #ffffff;
    top: 100px;
    right: -30px;
  }
  .cid-rH3cvyUC1g .tlv__pointer-2::before {
    content: '';
    top: 8px;
    width: 47px;
    height: 3px;
    left: -50px;
    position: absolute;
    background: #ffa40a;
  }
  .cid-rH3cvyUC1g .tlv__pointer-2::after {
    z-index: 1;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    transform: scale(0);
    content: '';
    position: absolute;
    background: #ffa40a;
    transition: 0.5s;
    left: 5px;
    bottom: 5px;
  }
  .cid-rH3cvyUC1g .container-fluid::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    background: #ffa40a;
  }
  .cid-rH3cvyUC1g .tlv__item-first {
    position: absolute;
    z-index: 1;
    top: -54px;
    right: -11px;
    width: 18px;
    height: 18px;
    background: #ffa40a;
    transform: rotate(45deg);
  }
  .cid-rH3cvyUC1g .left-wrapper {
    text-align: left;
    padding-left: 5rem;
  }
  .cid-rH3cvyUC1g .img-wrapper-2 {
    margin-right: 16px;
  }
  .cid-rH3cvyUC1g .tlv__item-first2 {
    position: absolute;
    z-index: 1;
    left: 49%;
    width: 18px;
    height: 18px;
    background: #ffa40a;
    transform: rotate(45deg);
    bottom: -18px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-rH3cvyUC1g .tlv__item-first2 {
    left: 49.5%;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .cid-rH3cvyUC1g .tlv__item-first2 {
    left: 49.5%;
  }
}
@media (min-width: 1400px) {
  .cid-rH3cvyUC1g .tlv__item-first2 {
    left: 49.6%;
  }
}
.cid-rH3cvyUC1g .inner-dashed-border {
  stroke: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-rH3cvyUC1g .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-rH3cvyUC1g .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-rH3cvyUC1g .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-rH3cvyUC1g .mbr-section-title {
  color: #ff8f77;
}
.cid-rH3cvyUC1g .content-row {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-rH3cvyUC1g .content-row-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-rH3cvyUC1g .imageContainer {
  position: relative;
  display: flex;
  align-items: center;
}
.cid-rH3cvyUC1g .imageContainer-2 {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.cid-rH3cvyUC1g .img-wrapper {
  width: 220px;
  height: 220px;
  position: relative;
  border: 2px solid #ffa40a;
  border-radius: 50%;
  transition: 0.5s;
}
.cid-rH3cvyUC1g .img-wrapper-2 {
  width: 220px;
  height: 220px;
  position: relative;
  border: 2px solid #ffa40a;
  border-radius: 50%;
  transition: 0.5s;
}
.cid-rH3cvyUC1g .content-row:hover .img-wrapper {
  padding: 12px;
  border: 2px dashed #ffa40a;
}
.cid-rH3cvyUC1g .content-row-2:hover .img-wrapper-2 {
  padding: 12px;
  border: 2px dashed #ffa40a;
}
.cid-rH3cvyUC1g .mbr-section-subtitle {
  color: #7a7ede;
}
.cid-rHBb7VkcXz {
  background-color: #ffffff;
}
.cid-rHBb7VkcXz .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-rHBb7VkcXz img {
  width: 90%;
  border-radius: 8px;
}
.cid-rHBb7VkcXz .btn {
  border-radius: 30px;
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-rHBb7VkcXz textarea {
  min-height: 130px;
}
.cid-rHBb7VkcXz H5 {
  color: #12265a ;
}
@media (max-width: 992px) {
  .cid-rHBb7VkcXz img {
    width: 100%;
  }
  .cid-rHBb7VkcXz .map-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-rHBb7VkcXz .google-map {
  height: 95%;
  position: relative;
}
.cid-rHBb7VkcXz .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rHBb7VkcXz .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rHBb7VkcXz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rHBb7VkcXz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-rHBb7VkcXz .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-rHBb7VkcXz .container-fluid {
  max-width: 1200px;
}
.cid-rHBb7VkcXz svg {
  position: relative;
  left: 0;
  top: 0;
}
.cid-rHBb7VkcXz .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-rHBb7VkcXz .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-rHBb7VkcXz rect {
  position: absolute;
  width: 95%;
}
@media (max-width: 767px) {
  .cid-rHBb7VkcXz {
    padding-top: 60px;
    padding-bottom: 16px;
  }
  .cid-rHBb7VkcXz .title {
    text-align: left;
  }
  .cid-rHBb7VkcXz .dragArea {
    padding-left: 0rem;
  }
  .cid-rHBb7VkcXz .mbr-section-title {
    text-align: left;
  }
}
@media (min-width: 767px) {
  .cid-rHBb7VkcXz {
    padding-top: 90px;
    padding-bottom: 30px;
  }
  .cid-rHBb7VkcXz .container-fluid {
    padding: 0 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-rHBb7VkcXz .dragArea {
    padding-left: 2rem;
  }
}
.cid-rHBb7VkcXz .mbr-section-title span {
  display: inline-block;
}
.cid-rHBb7VkcXz .mbr-text {
  margin-top: 0.5rem;
}
.cid-rHBb7VkcXz .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-rHBb7VkcXz .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-rHBb7VkcXz .mbr-section-btn {
  margin-left: 5px;
}
.cid-rHBb7VkcXz iframe {
  border-radius: 30px;
}
.cid-rHBb7VkcXz .mbr-section-title {
  color: #7a7ede;
}
.cid-sGR6lGdeIB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sGR6lGdeIB .mbr-section-subtitle {
  color: #767676;
}
.cid-sGR6lGdeIB ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGR6lGdeIB ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-sGR6lGdeIB ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-sGR6lGdeIB ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-sGR6lGdeIB .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-sGR6lGdeIB .mbr-section-title {
  color: #767cca;
}
.cid-rGsvPFnWfW {
  background-color: #7578c4;
}
.cid-rGsvPFnWfW svg {
  position: absolute;
  top: 0;
}
.cid-rGsvPFnWfW .svg-1 {
  fill: #ffffff;
}
.cid-rGsvPFnWfW .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-rGsvPFnWfW {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 767px) {
  .cid-rGsvPFnWfW {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.cid-rGsvPFnWfW .mbr-text {
  color: #b1bee0;
}
.cid-rGsvPFnWfW a {
  text-decoration: underline;
}
.cid-rGsvPFnWfW a,
.cid-rGsvPFnWfW a:hover {
  font-weight: 400 !important;
}


/************ SliderRev ***********/
.cid-sLKzSmMSGj {
  padding-top: 0px;
  padding-bottom: 0px;
  display: flex;
  justify-content: center;
  background-color: #ffffff;
}
.cid-sLKzSmMSGj img {
  filter: grayscale(0);
}
.cid-sLKzSmMSGj .carousel-controls {
  display: none;
}
.cid-sLKzSmMSGj .mbri-arrow-prev::before {
  content: "\f053" !important;
}
.cid-sLKzSmMSGj .mbri-arrow-next::before {
  content: "\f054" !important;
}
.cid-sLKzSmMSGj .text-element {
  justify-content: center;
  display: flex;
  position: absolute;
}
.cid-sLKzSmMSGj .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(255, 255, 255, 0);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-sLKzSmMSGj .card-box-2 {
  z-index: 1;
  position: absolute;
  background-color: rgba(53, 68, 99, 0);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-sLKzSmMSGj .element-2 {
  font-family: 'Nunito', sans-serif;
}
.cid-sLKzSmMSGj .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
}
.cid-sLKzSmMSGj .image-element .img-wrap {
  width: 100% !important;
}
.cid-sLKzSmMSGj .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sLKzSmMSGj .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLKzSmMSGj .carousel-item.active,
.cid-sLKzSmMSGj .carousel-item-next,
.cid-sLKzSmMSGj .carousel-item-prev {
  display: flex;
}
.cid-sLKzSmMSGj .carousel-controls {
  display: none;
}
.cid-sLKzSmMSGj .carousel-controls a {
  transition: 0.3s;
  background-color: transparent;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
}
.cid-sLKzSmMSGj .carousel-controls a span {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-sLKzSmMSGj .carousel-controls a:hover {
  background: var(--color-primary);
}
.cid-sLKzSmMSGj .carousel-controls a:hover span {
  color: #1f91af;
}
.cid-sLKzSmMSGj .text-content {
  position: absolute;
  z-index: 10;
}
.cid-sLKzSmMSGj .text-element-3 {
  text-align: center;
}
.cid-sLKzSmMSGj .mbr-text-3 {
  text-align: center;
}
.cid-sLKzSmMSGj .mbr-section-subtitle span {
  background-color: #ffbb47;
  color: #ffffff;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
  font-weight: 800;
  font-family: 'Nunito', sans-serif;
}
.cid-sLKzSmMSGj .mbr-section-subtitle {
  margin-bottom: 1.6rem;

}
.cid-sLKzSmMSGj .mbr-section-btn {
  margin-top: 1.8rem;
  margin-right: 0rem;
}
.cid-sLKzSmMSGj .carousel {
  display: flex;
  justify-content: center;
}
.cid-sLKzSmMSGj .carousel-control-next,
.cid-sLKzSmMSGj .carousel-control-prev {
  opacity: 1;
  width: 45px;
  height: 45px;
  z-index: 20;
}
.cid-sLKzSmMSGj .title-2 {
  font-family: 'Nunito', sans-serif !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLKzSmMSGj .image-element {
    min-width: 50%;
  }
  .cid-sLKzSmMSGj .media-container-row {
    width: 100%;
  }
}
.cid-sLKzSmMSGj .bottom-block {
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding-bottom: 1.2rem;
  padding-left: 4.5rem;
}
.cid-sLKzSmMSGj .text-bottom-2 {
  margin-left: 0.5rem;
}
.cid-sLKzSmMSGj .text-bottom-3 {
  margin-left: 4rem;
}
.cid-sLKzSmMSGj .box {
  background-image: url("../../../assets/images/stock-photo-doctor-with-a-stethoscope-in-the-hands-and-hospital-background-1918252793-1500x1101.jpeg");
  background-size: cover;
  background-position: center;
  height: 200px;
  width: 335px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLKzSmMSGj .icon-wrap {
  background-color: #ffffff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-sLKzSmMSGj .icon-wrap span {
  padding-left: 4px;
}
.cid-sLKzSmMSGj .video-title {
  margin-right: 1.2rem;
}
.cid-sLKzSmMSGj .mbr-media {
  display: flex;
  align-items: center;
}
.cid-sLKzSmMSGj .mbr-media span {
  font-size: 15px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #1f91af !important;
}
.cid-sLKzSmMSGj .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sLKzSmMSGj .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sLKzSmMSGj .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sLKzSmMSGj .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sLKzSmMSGj a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sLKzSmMSGj a.close:hover {
  color: #ffffff;
}
.cid-sLKzSmMSGj ul {
  padding-left: 0rem;
}
.cid-sLKzSmMSGj li {
  list-style: none;
}
.cid-sLKzSmMSGj .sign {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sLKzSmMSGj .mbr-iconfont {
  transition: 0.3s;
}
.cid-sLKzSmMSGj .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sLKzSmMSGj .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #1f91af;
}
.cid-sLKzSmMSGj .social-list .mbr-iconfont-social:hover {
  opacity: 0.6;
}
.cid-sLKzSmMSGj .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sLKzSmMSGj .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sLKzSmMSGj .social-list a:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .cid-sLKzSmMSGj .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sLKzSmMSGj .item-wrap {
  margin-bottom: 14px;
}
.cid-sLKzSmMSGj .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: flex-start;
  margin: 0 -0.5rem;
}
.cid-sLKzSmMSGj .wrap {
  height: 700px;
}
@media (max-width: 767px) {
  .cid-sLKzSmMSGj .bottom-block {
    display: none;
  }
  .cid-sLKzSmMSGj .block-video {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .cid-sLKzSmMSGj .text-content {
    top: 6rem;
    padding: 0rem;
  }
  .cid-sLKzSmMSGj .carousel-control-prev {
    left: auto !important;
    right: 4.7rem !important;
    top: auto;
    bottom: 14rem !important;
  }
  .cid-sLKzSmMSGj .carousel-control-next {
    top: auto;
    right: 1rem !important;
    bottom: 14rem !important;
  }
  .cid-sLKzSmMSGj .wrap {
    height: 500px;
  }
}
.cid-sLKzSmMSGj .btn-primary-outline {
  color: #ffffff !important;
}
.cid-sLKzSmMSGj .btn-primary-outline:hover {
  color: #6d7a8c !important;
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sLKzSmMSGj .bottom-block {
    display: none;
  }
  .cid-sLKzSmMSGj .block-video {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .cid-sLKzSmMSGj .text-content {
    top: 10rem;
    padding: 0px;
  }
  .cid-sLKzSmMSGj .carousel-control-prev {
    left: auto !important;
    right: 4.7rem !important;
    top: auto;
    bottom: 2.5rem !important;
  }
  .cid-sLKzSmMSGj .carousel-control-next {
    top: auto;
    right: 1rem !important;
    bottom: 2.5rem !important;
  }
  .cid-sLKzSmMSGj .block-wrap {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sLKzSmMSGj .block-video {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
  }
  .cid-sLKzSmMSGj .text-content {
    top: 10rem;
    padding: 0px;
  }
  .cid-sLKzSmMSGj .carousel-control-prev {
    left: auto !important;
    right: 2.5rem !important;
    top: 45% !important;
  }
  .cid-sLKzSmMSGj .carousel-control-next {
    right: 2.5rem !important;
    top: 52% !important;
  }
  .cid-sLKzSmMSGj .block-wrap {
    padding: 0;
  }
}
.cid-sLKzSmMSGj .btn {
  margin-left: 0rem;
}
.cid-sLKzSmMSGj .icon-left {
  margin-right: 0.1rem;
}
.cid-sLKzSmMSGj .icon-right {
  margin-left: 0.1rem;
}
.cid-sLKzSmMSGj .video-title,
.cid-sLKzSmMSGj .icon-wrap {
  z-index: 10;
}
.cid-sLKzSmMSGj .text-shadow {
  color: rgba(0,0,0,0.6);
  text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
                 0px -5px 35px rgba(255,255,255,0.3);
}
.cid-sLKzSmMSGj .mbr-title,
.cid-sLKzSmMSGj .ornament {
  text-align: left;
  color: var(--color-primary); 
}
.cid-sLKzSmMSGj .mbr-title strong {
  font-weight: 800;
  font-family: 'Nunito', sans-serif;
}
.cid-sLKzSmMSGj .mbr-text,
.cid-sLKzSmMSGj .mbr-section-btn {
  color: var(--color-primary);
  text-align: left;
}
.cid-sLKzSmMSGj .mbr-subtitle {
  color: var(--color-primary);
  text-align: left;
}