body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 3.6rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-4 {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.8rem;
  }
}
/* ---- 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.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 1.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #4d1145 !important;
}
.bg-success {
  background-color: #af6d16 !important;
}
.bg-info {
  background-color: #181818 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #d28125 !important;
}
.btn-primary {
  box-shadow: 0 0 0 100px #4d1145 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4d1145 !important;
  border-color: #4d1145 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0e030d !important;
  border-color: #0e030d !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0e030d !important;
  border-color: #0e030d !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 0 0 2px #4d1145 inset !important;
  background: transparent !important;
  border: none !important;
  color: #4d1145 !important;
}
.btn-primary span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-primary {
    width: -webkit-fill-available;
  }
}
.btn-secondary {
  box-shadow: 0 0 0 100px #9511a9 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #9511a9 !important;
  border-color: #9511a9 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #580a63 !important;
  border-color: #580a63 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #580a63 !important;
  border-color: #580a63 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 0 0 2px #9511a9 inset !important;
  background: transparent !important;
  border: none !important;
  color: #9511a9 !important;
}
.btn-secondary span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-secondary {
    width: -webkit-fill-available;
  }
}
.btn-info {
  box-shadow: 0 0 0 100px #181818 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-info,
.btn-info:active {
  background-color: #181818 !important;
  border-color: #181818 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info:hover,
.btn-info:focus {
  box-shadow: 0 0 0 2px #181818 inset !important;
  background: transparent !important;
  border: none !important;
  color: #181818 !important;
}
.btn-info span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-info {
    width: -webkit-fill-available;
  }
}
.btn-success {
  box-shadow: 0 0 0 100px #af6d16 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-success,
.btn-success:active {
  background-color: #af6d16 !important;
  border-color: #af6d16 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #6b430d !important;
  border-color: #6b430d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6b430d !important;
  border-color: #6b430d !important;
}
.btn-success:hover,
.btn-success:focus {
  box-shadow: 0 0 0 2px #af6d16 inset !important;
  background: transparent !important;
  border: none !important;
  color: #af6d16 !important;
}
.btn-success span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-success {
    width: -webkit-fill-available;
  }
}
.btn-warning {
  box-shadow: 0 0 0 100px #ffffff inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  box-shadow: 0 0 0 2px #ffffff inset !important;
  background: transparent !important;
  border: none !important;
  color: #ffffff !important;
}
.btn-warning span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-warning {
    width: -webkit-fill-available;
  }
}
.btn-danger {
  box-shadow: 0 0 0 100px #d28125 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d28125 !important;
  border-color: #d28125 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #91591a !important;
  border-color: #91591a !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #91591a !important;
  border-color: #91591a !important;
}
.btn-danger:hover,
.btn-danger:focus {
  box-shadow: 0 0 0 2px #d28125 inset !important;
  background: transparent !important;
  border: none !important;
  color: #d28125 !important;
}
.btn-danger span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-danger {
    width: -webkit-fill-available;
  }
}
.btn-white {
  box-shadow: 0 0 0 100px #ffffff inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
  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-white:hover,
.btn-white:focus {
  box-shadow: 0 0 0 2px #ffffff inset !important;
  background: transparent !important;
  border: none !important;
  color: #ffffff !important;
}
.btn-white span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-white {
    width: -webkit-fill-available;
  }
}
.btn-black {
  box-shadow: 0 0 0 100px #333333 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !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-black:hover,
.btn-black:focus {
  box-shadow: 0 0 0 2px #333333 inset !important;
  background: transparent !important;
  border: none !important;
  color: #333333 !important;
}
.btn-black span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-black {
    width: -webkit-fill-available;
  }
}
.btn-primary-outline {
  box-shadow: 0 0 0 2px #4d1145 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #4d1145;
  border-color: #4d1145;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4d1145 !important;
  border-color: #4d1145 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  box-shadow: 0 0 0 100px #4d1145 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-primary-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-primary-outline span:after {
  content: '';
  position: absolute;
  background: #4d1145;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-primary-outline {
    width: -webkit-fill-available;
  }
}
.btn-secondary-outline {
  box-shadow: 0 0 0 2px #9511a9 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #43084c;
  color: #43084c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #9511a9;
  border-color: #9511a9;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #9511a9 !important;
  border-color: #9511a9 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  box-shadow: 0 0 0 100px #9511a9 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-secondary-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-secondary-outline span:after {
  content: '';
  position: absolute;
  background: #9511a9;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-secondary-outline {
    width: -webkit-fill-available;
  }
}
.btn-info-outline {
  box-shadow: 0 0 0 2px #181818 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #181818;
  border-color: #181818;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #181818 !important;
  border-color: #181818 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  box-shadow: 0 0 0 100px #181818 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-info-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-info-outline span:after {
  content: '';
  position: absolute;
  background: #181818;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-info-outline {
    width: -webkit-fill-available;
  }
}
.btn-success-outline {
  box-shadow: 0 0 0 2px #af6d16 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #54350b;
  color: #54350b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #af6d16;
  border-color: #af6d16;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #af6d16 !important;
  border-color: #af6d16 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  box-shadow: 0 0 0 100px #af6d16 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-success-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-success-outline span:after {
  content: '';
  position: absolute;
  background: #af6d16;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-success-outline {
    width: -webkit-fill-available;
  }
}
.btn-warning-outline {
  box-shadow: 0 0 0 2px #ffffff inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  box-shadow: 0 0 0 100px #ffffff inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-warning-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-warning-outline span:after {
  content: '';
  position: absolute;
  background: #ffffff;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-warning-outline {
    width: -webkit-fill-available;
  }
}
.btn-danger-outline {
  box-shadow: 0 0 0 2px #d28125 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7b4c16;
  color: #7b4c16;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #d28125;
  border-color: #d28125;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d28125 !important;
  border-color: #d28125 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  box-shadow: 0 0 0 100px #d28125 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-danger-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-danger-outline span:after {
  content: '';
  position: absolute;
  background: #d28125;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-danger-outline {
    width: -webkit-fill-available;
  }
}
.btn-black-outline {
  box-shadow: 0 0 0 2px #333333 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  box-shadow: 0 0 0 100px #333333 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-black-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-black-outline span:after {
  content: '';
  position: absolute;
  background: #333333;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-black-outline {
    width: -webkit-fill-available;
  }
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #4d1145 !important;
}
.text-secondary {
  color: #9511a9 !important;
}
.text-success {
  color: #af6d16 !important;
}
.text-info {
  color: #181818 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #d28125 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #181818 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #4d1145 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #9511a9 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #54350b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7b4c16 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #181818;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #d28125;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4d1145;
  border-color: #4d1145;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4d1145;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dd66cd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #eaac5a;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cbcbcb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f6e3cd;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #4d1145;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4d1145;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4d1145;
  border-bottom-color: #4d1145;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #4d1145 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #9511a9 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section) {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%234d1145' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-sfaod8WWCq {
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/sajo-cars-2-1800x1200.webp");
}
.cid-sfaod8WWCq .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-sfaod8WWCq .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-sfaod8WWCq .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sfaod8WWCq .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-sfaod8WWCq .container {
  max-width: 1600px;
}
.cid-sfaod8WWCq .mbr-bold,
.cid-sfaod8WWCq b {
  font-weight: 900;
}
.cid-sfaod8WWCq .btn {
  color: white !important;
}
.cid-sfaod8WWCq svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-sfaod8WWCq svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sfaod8WWCq svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-sfaod8WWCq svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-sfaod8WWCq svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-sfaod8WWCq .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-sfaod8WWCq H1 {
  text-align: left;
}
.cid-rGzgKFej0G {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rGzgKFej0G .content {
  max-width: 700px;
  margin: auto 0;
}
@media (min-width: 767px) {
  .cid-rGzgKFej0G .content {
    padding: 0 2rem;
  }
}
.cid-rGzgKFej0G .logo {
  width: 80px;
}
.cid-rGzgKFej0G .img-col img {
  transform: scaleX(-1);
}
.cid-rGzgKFej0G .link-wrap,
.cid-rGzgKFej0G .count-wrap {
  display: inline-block;
}
.cid-rGzgKFej0G .img-col {
  margin: auto 0;
  padding: 0;
}
.cid-rGzgKFej0G .link {
  display: flex;
  position: relative;
  height: 130px;
  width: 250px;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rGzgKFej0G .link .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-rGzgKFej0G .link h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rGzgKFej0G .link:hover {
  transform: rotate(12deg);
}
.cid-rGzgKFej0G .row {
  justify-content: flex-start;
}
.cid-rGzgKFej0G .icon-wrap {
  width: fit-content;
  display: inline-block;
  margin-bottom: 2rem;
}
.cid-rGzgKFej0G .mbr-iconfont {
  font-size: 1.8rem;
  color: #181818 !important;
  padding: 10px;
  margin: 0 0.3rem;
  background: #7aba59;
  height: 53px;
  display: inline-block;
  width: 53px;
  border-radius: 100%;
  transition: all 0.3s;
}
.cid-rGzgKFej0G .mbr-iconfont:hover {
  background: #181818;
  color: #832075 !important;
}
.cid-rGzgKFej0G .number-wrap {
  color: #4d1145;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 10px 0;
  margin: 0;
  min-width: 100px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-rGzgKFej0G .countdown-cont {
  margin: 0 auto;
}
.cid-rGzgKFej0G .countdown-cont div:not(:last-child) {
  border-right: 2px solid lightgray;
}
.cid-rGzgKFej0G .number {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #4d1145;
}
.cid-rGzgKFej0G .period {
  display: block;
  padding-top: 2px;
}
.cid-rGzgKFej0G .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: none;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #4d1145;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-rGzgKFej0G .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-rGzgKFej0G .dot {
    right: -1em;
  }
  .cid-rGzgKFej0G .row {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .cid-rGzgKFej0G .dot {
    display: none;
  }
  .cid-rGzgKFej0G .number {
    white-space: nowrap;
  }
  .cid-rGzgKFej0G .countdown-cont {
    margin: 0 auto;
  }
  .cid-rGzgKFej0G .countdown-cont div:not(:last-child) {
    border-right: 0px solid lightgray;
  }
  .cid-rGzgKFej0G .countdown-cont .row {
    -webkit-flex-wrap: nowrap;
  }
  .cid-rGzgKFej0G .col-sm-3 {
    padding: 10px;
  }
}
@media (max-width: 550px) {
  .cid-rGzgKFej0G .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-rGzgKFej0G .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-rGzgKFej0G .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-rGzgKFej0G .number {
    font-size: 25px;
  }
  .cid-rGzgKFej0G .period {
    font-size: 0.7rem;
  }
}
.cid-rGzgKFej0G .mbr-section-title,
.cid-rGzgKFej0G .content {
  text-align: center;
  color: #181818;
}
.cid-tKaIWTay5v {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tKaIWTay5v .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tKaIWTay5v .content {
    padding: 0 2rem;
  }
}
.cid-tKaIWTay5v .row {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-tKaIWTay5v .img-col {
  padding: 0;
}
.cid-tKaIWTay5v .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tKaIWTay5v .mbr-iconfont {
  font-size: 3rem;
  color: #383838 !important;
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tKaIWTay5v .icon-title,
.cid-tKaIWTay5v .icon-wrap {
  color: #832075;
}
.cid-tKaIWTay5v .mbr-text,
.cid-tKaIWTay5v .mbr-section-btn,
.cid-tKaIWTay5v .content {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tKaIWTay5v .content {
    margin: auto;
  }
}
.cid-tKaIWTay5v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKaIWTay5v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKaIWTay5v H1 {
  color: #181818;
}
.cid-tK5wFDI07k {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tK5wFDI07k h3 {
  text-align: center;
}
.cid-tK5wFDI07k .pie_progress {
  position: relative;
}
.cid-tK5wFDI07k .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-tK5wFDI07k p {
  line-height: 1.6;
}
.cid-tK5wFDI07k .card {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-tK5wFDI07k .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tK5wFDI07k .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-tK5wFDI07k .mbr-section-subtitle {
  color: #832075;
}
.cid-tK5wFDI07k .pie_progress__number {
  text-align: center !important;
}
.cid-tK5wFDI07k .card-title {
  margin-bottom: 0;
}
.cid-tK5wFDI07k .svg-gradient {
  position: absolute;
}
.cid-tK5wFDI07k ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-tK5wFDI07k path {
  stroke: #832075;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tK5wFDI07k .card {
    flex-basis: 50%;
  }
}
.cid-tK5wFDI07k H4 {
  color: #832075;
}
.cid-tK5wFDI07k .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-tK5wFDI07k .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tK5wFDI07k .content {
    padding-left: 0rem;
  }
  .cid-tK5wFDI07k .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-tK5wFDI07k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK5wFDI07k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rGtUjO6bAE {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGtUjO6bAE .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rGtUjO6bAE h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rGtUjO6bAE .svg11 path {
  fill: #181818;
}
.cid-rGtUjO6bAE .svg21 path {
  fill: #d28125;
}
.cid-rGtUjO6bAE .svg31 path {
  fill: #832075;
}
.cid-rGtUjO6bAE .svg4 path {
  fill: #4d1145 !important;
}
.cid-rGtUjO6bAE .svg12 path,
.cid-rGtUjO6bAE .svg22 path,
.cid-rGtUjO6bAE .svg32 path {
  fill: #f2f2f4;
  stroke: #181818;
}
.cid-rGtUjO6bAE .card {
  position: relative;
  height: 300px;
}
.cid-rGtUjO6bAE .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rGtUjO6bAE .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rGtUjO6bAE .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rGtUjO6bAE .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rGtUjO6bAE .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rGtUjO6bAE .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rGtUjO6bAE .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rGtUjO6bAE .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rGtUjO6bAE .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rGtUjO6bAE .card .svg22,
.cid-rGtUjO6bAE .card .svg32,
.cid-rGtUjO6bAE .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rGtUjO6bAE .card .svg21,
.cid-rGtUjO6bAE .card .svg31,
.cid-rGtUjO6bAE .card .svg11 {
  z-index: 2;
}
.cid-rGtUjO6bAE .card div {
  z-index: 3;
}
.cid-rGtUjO6bAE .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rGtUjO6bAE .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rGtUjO6bAE .mbr-iconfont {
  color: #9511a9 !important;
  font-size: 2.5rem!important;
}
.cid-rGtUjO6bAE .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rGtUjO6bAE .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rGtUjO6bAE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rGtUjO6bAE .card {
    margin-bottom: 2rem;
  }
  .cid-rGtUjO6bAE .card svg {
    left: 30px;
  }
  .cid-rGtUjO6bAE .card:hover h4 {
    animation: none;
  }
  .cid-rGtUjO6bAE .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rGtUjO6bAE h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rGtUjO6bAE .card {
    max-width: 330px;
  }
  .cid-rGtUjO6bAE .card svg {
    left: 0px;
  }
}
.cid-rGtUjO6bAE H2 {
  color: #181818;
}
.cid-rGtUl4qFAX {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rGtUl4qFAX li {
  list-style: none;
}
.cid-rGtUl4qFAX .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.cid-rGtUl4qFAX .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-rGtUl4qFAX .mbr-iconfont {
  font-size: 22px;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #832075 !important;
}
.cid-rGtUl4qFAX h4 {
  margin: 0;
}
.cid-rGtUl4qFAX ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-rGtUl4qFAX .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-rGtUl4qFAX .col-title2 {
  color: #ed6436;
}
.cid-rGtUl4qFAX .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.cid-rGtUl4qFAX .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rGtUl4qFAX .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rGtUl4qFAX .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
@media (max-width: 767px) {
  .cid-rGtUl4qFAX .icon-wrap {
    flex-direction: column;
  }
  .cid-rGtUl4qFAX .align-wrap {
    width: 100%;
  }
  .cid-rGtUl4qFAX .icon-wrap .mbr-iconfont {
    border-right: 0px solid #181818;
    margin-right: 0px;
    padding-right: 0;
    margin-bottom: 1rem;
  }
}
.cid-tKaDEPFcYE {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tKaDEPFcYE li {
  list-style: none;
}
.cid-tKaDEPFcYE .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.cid-tKaDEPFcYE .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-tKaDEPFcYE .mbr-iconfont {
  font-size: 22px;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #832075 !important;
}
.cid-tKaDEPFcYE h4 {
  margin: 0;
}
.cid-tKaDEPFcYE ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tKaDEPFcYE .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tKaDEPFcYE .col-title2 {
  color: #ed6436;
}
.cid-tKaDEPFcYE .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.cid-tKaDEPFcYE .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tKaDEPFcYE .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tKaDEPFcYE .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
@media (max-width: 767px) {
  .cid-tKaDEPFcYE .icon-wrap {
    flex-direction: column;
  }
  .cid-tKaDEPFcYE .align-wrap {
    width: 100%;
  }
  .cid-tKaDEPFcYE .icon-wrap .mbr-iconfont {
    border-right: 0px solid #181818;
    margin-right: 0px;
    padding-right: 0;
    margin-bottom: 1rem;
  }
}
.cid-tK5wO7IOLV {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tK5wO7IOLV .progress {
  width: 100%;
}
.cid-tK5wO7IOLV .container {
  max-width: 1400px;
}
.cid-tK5wO7IOLV .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-tK5wO7IOLV .progress_value {
  position: relative;
  display: none;
}
.cid-tK5wO7IOLV .img-wrap {
  height: 100%;
  overflow: hidden;
  -webkit-box-pack: center;
  justify-content: center;
  display: flex;
}
.cid-tK5wO7IOLV .img-wrap img {
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tK5wO7IOLV progress {
  height: 16px;
  border-radius: 0px;
}
.cid-tK5wO7IOLV .progressbar-number {
  display: inline-block;
}
.cid-tK5wO7IOLV .progress-primary {
  background: #181818;
  border: none;
  outline: none;
}
.cid-tK5wO7IOLV .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tK5wO7IOLV .section-content-title {
  font-weight: 500;
}
.cid-tK5wO7IOLV .progress1 .progressbar-number:before,
.cid-tK5wO7IOLV .progress2 .progressbar-number:before,
.cid-tK5wO7IOLV .progress3 .progressbar-number:before,
.cid-tK5wO7IOLV .progress4 .progressbar-number:before,
.cid-tK5wO7IOLV .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-tK5wO7IOLV progress[value]::-webkit-progress-bar {
  background: #181818;
}
.cid-tK5wO7IOLV progress::-webkit-progress-value {
  background: #9511a9;
}
.cid-tK5wO7IOLV progress[value]::-moz-progress-bar {
  background: #9511a9;
}
.cid-tK5wO7IOLV progress::-ms-fill {
  background: #9511a9;
}
.cid-tK5wO7IOLV .progress1 .progressbar-number:before {
  content: '96';
}
.cid-tK5wO7IOLV .progress2 .progressbar-number:before {
  content: '100';
}
.cid-tK5wO7IOLV .progress3 .progressbar-number:before {
  content: '96';
}
.cid-tK5wO7IOLV .progress4 .progressbar-number:before {
  content: '96';
}
.cid-tK5wO7IOLV .progress5 .progressbar-number:before {
  content: '100';
}
@media (min-width: 767px) {
  .cid-tK5wO7IOLV .progress_elements,
  .cid-tK5wO7IOLV .img-col {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tK5wO7IOLV .progress_elements {
    padding-bottom: 3rem;
  }
}
.cid-tK5wO7IOLV .progressbar-title p,
.cid-tK5wO7IOLV .progress_value {
  color: #181818;
}
.cid-tK5wO7IOLV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK5wO7IOLV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tK5wO7IOLV .mbr-section-title {
  color: #181818;
}
.cid-tKaEZd4kZI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tKaEZd4kZI h3 {
  text-align: center;
}
.cid-tKaEZd4kZI .pie_progress {
  position: relative;
}
.cid-tKaEZd4kZI .pb-5 {
  padding-bottom: 5rem !important;
}
.cid-tKaEZd4kZI .card {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-tKaEZd4kZI .mbr-iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  font-size: 3rem;
  color: #181818 !important;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tKaEZd4kZI .wrap {
  width: 150px;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
.cid-tKaEZd4kZI .mbr-section-subtitle {
  color: #383838;
}
.cid-tKaEZd4kZI .pie_progress__number {
  text-align: center !important;
}
.cid-tKaEZd4kZI .card-title {
  margin-bottom: 0;
}
.cid-tKaEZd4kZI .svg-gradient {
  position: absolute;
}
.cid-tKaEZd4kZI ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tKaEZd4kZI .card {
    flex-basis: 50%;
  }
}
.cid-tKaEZd4kZI H4 {
  color: #4d1145;
}
.cid-tKaEZd4kZI .mbr-section-title {
  color: #181818;
}
.cid-tKaEZd4kZI .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: auto;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-tKaEZd4kZI .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-tKaEZd4kZI .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-tKaEZd4kZI .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
@media (max-width: 767px) {
  .cid-tKaEZd4kZI .link-wrap {
    margin: auto;
  }
  .cid-tKaEZd4kZI .pb-5 {
    padding-bottom: 2rem !important;
  }
}
.cid-tKaEZd4kZI H3 {
  color: #ffffff;
}
.cid-tKaEZd4kZI .card-text {
  color: #383838;
}
.cid-tKaEZd4kZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKaEZd4kZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKaEZd4kZI H2 {
  color: #181818;
}
.cid-tKaKrGj305 {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
}
.cid-tKaKrGj305 .accordion .card {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-tKaKrGj305 .acc {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tKaKrGj305 .acc {
    padding: 0 2rem;
  }
}
.cid-tKaKrGj305 .img-col {
  padding: 0;
}
.cid-tKaKrGj305 .card {
  border: 1px solid lightgray !important;
  border-radius: 20px !important;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-tKaKrGj305 .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-tKaKrGj305 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-tKaKrGj305 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tKaKrGj305 .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
}
.cid-tKaKrGj305 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tKaKrGj305 .card .panel-body {
  color: #767676;
}
.cid-tKaKrGj305 .card:hover {
  background: #f2f2f4;
}
.cid-tKaKrGj305 .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #d28125;
}
.cid-tKaKrGj305 .panel-title {
  display: flex !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tKaKrGj305 .mbri-arrow-down:before {
  content: '\e960';
}
.cid-tKaKrGj305 .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-tKaKrGj305 .panel-collapse {
  margin-top: -1px;
}
.cid-tKaKrGj305 H4 {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tKaKrGj305 .img-col {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tKaKrGj305 .panel-text {
    padding: 0 0.5rem;
  }
  .cid-tKaKrGj305 .icon-left {
    margin-left: 0.5rem;
  }
  .cid-tKaKrGj305 .sign {
    margin-right: 0.5rem;
  }
}
.cid-tKaKrGj305 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKaKrGj305 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKaKrGj305 H2 {
  color: #181818;
}
.cid-tKaMJuu4uH {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
}
.cid-tKaMJuu4uH .accordion .card {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-tKaMJuu4uH .acc {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tKaMJuu4uH .acc {
    padding: 0 2rem;
  }
}
.cid-tKaMJuu4uH .img-col {
  padding: 0;
}
.cid-tKaMJuu4uH .card {
  border: 1px solid lightgray !important;
  border-radius: 20px !important;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-tKaMJuu4uH .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-tKaMJuu4uH .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-tKaMJuu4uH .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tKaMJuu4uH .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
}
.cid-tKaMJuu4uH .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tKaMJuu4uH .card .panel-body {
  color: #767676;
}
.cid-tKaMJuu4uH .card:hover {
  background: #f2f2f4;
}
.cid-tKaMJuu4uH .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #d28125;
}
.cid-tKaMJuu4uH .panel-title {
  display: flex !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tKaMJuu4uH .mbri-arrow-down:before {
  content: '\e960';
}
.cid-tKaMJuu4uH .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-tKaMJuu4uH .panel-collapse {
  margin-top: -1px;
}
.cid-tKaMJuu4uH H4 {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tKaMJuu4uH .img-col {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tKaMJuu4uH .panel-text {
    padding: 0 0.5rem;
  }
  .cid-tKaMJuu4uH .icon-left {
    margin-left: 0.5rem;
  }
  .cid-tKaMJuu4uH .sign {
    margin-right: 0.5rem;
  }
}
.cid-tKaMJuu4uH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKaMJuu4uH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKaMJuu4uH H2 {
  color: #181818;
}
.cid-tKaKKdZoEj {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tKaKKdZoEj .link {
  opacity: 0;
  -webkit-transform: translate(-10px, 40px);
  transform: translate(-10px, 40px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-tKaKKdZoEj h4 {
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  -webkit-animation: animationFramesOut linear 0.6s;
  animation: animationFramesOut linear 0.6s;
}
.cid-tKaKKdZoEj .svg11 path {
  fill: #832075;
}
.cid-tKaKKdZoEj .svg21 path {
  fill: #f9b945;
}
.cid-tKaKKdZoEj .svg31 path {
  fill: #181818;
}
.cid-tKaKKdZoEj .svg12 path,
.cid-tKaKKdZoEj .svg22 path,
.cid-tKaKKdZoEj .svg32 path {
  fill: #f2f2f4;
}
.cid-tKaKKdZoEj .card {
  position: relative;
  height: 300px;
}
.cid-tKaKKdZoEj .card:hover .link {
  opacity: 1;
  -webkit-transform: translate(-10px, 10px);
  transform: translate(-10px, 10px);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.cid-tKaKKdZoEj .card:hover h4 {
  -webkit-animation: animationFrames linear 0.6s;
  animation: animationFrames linear 0.6s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}
.cid-tKaKKdZoEj .card:hover .svg11 {
  -webkit-transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-tKaKKdZoEj .card:hover .svg12 {
  -webkit-transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(30deg);
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(30deg);
}
.cid-tKaKKdZoEj .card:hover .svg21 {
  -webkit-transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-tKaKKdZoEj .card:hover .svg22 {
  -webkit-transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(20deg);
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(20deg);
}
.cid-tKaKKdZoEj .card:hover .svg31 {
  -webkit-transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-tKaKKdZoEj .card:hover .svg32 {
  -webkit-transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(70deg);
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(70deg);
}
.cid-tKaKKdZoEj .card svg {
  position: absolute;
  top: -10px;
  left: 40px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5), -webkit-transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-tKaKKdZoEj .card .svg22,
.cid-tKaKKdZoEj .card .svg32,
.cid-tKaKKdZoEj .card .svg12 {
  z-index: 1;
  -webkit-transform: scale(0.9) rotate(60deg);
  transform: scale(0.9) rotate(60deg);
}
.cid-tKaKKdZoEj .card .svg21,
.cid-tKaKKdZoEj .card .svg31,
.cid-tKaKKdZoEj .card .svg11 {
  z-index: 2;
}
.cid-tKaKKdZoEj .card div {
  z-index: 3;
}
.cid-tKaKKdZoEj .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@-webkit-keyframes animationFramesOut {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-tKaKKdZoEj .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-tKaKKdZoEj .mbr-iconfont {
  color: #383838 !important;
  font-size: 2.5rem !important;
}
.cid-tKaKKdZoEj .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-tKaKKdZoEj .link a:after {
  position: absolute;
  content: '\e967';
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-tKaKKdZoEj .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tKaKKdZoEj .card {
    margin-bottom: 2rem;
  }
  .cid-tKaKKdZoEj .card svg {
    left: 30px;
  }
  .cid-tKaKKdZoEj .card:hover h4 {
    -webkit-animation: none;
    animation: none;
  }
  .cid-tKaKKdZoEj .link {
    opacity: 1;
    -webkit-transform: translate(-10px, 10px);
    transform: translate(-10px, 10px);
  }
  .cid-tKaKKdZoEj h4 {
    -webkit-animation: none;
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-tKaKKdZoEj .card {
    max-width: 360px;
  }
  .cid-tKaKKdZoEj .card svg {
    left: 10px;
  }
}
.cid-tKaKKdZoEj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKaKKdZoEj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKaKKdZoEj H2 {
  color: #181818;
}
.cid-tO6Sk4gYV8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f2f2f4;
}
.cid-tO6Sk4gYV8 .content {
  max-width: 800px;
  margin: auto 0;
  padding: 0 2rem;
}
@media (min-width: 1400px) {
  .cid-tO6Sk4gYV8 .content {
    padding: 0 6rem;
  }
}
.cid-tO6Sk4gYV8 .mbr-figure {
  height: 100%;
}
.cid-tO6Sk4gYV8 img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tO6Sk4gYV8 .img-col {
  padding: 0;
}
.cid-tO6Sk4gYV8 .icon-wrap {
  width: fit-content;
  padding-bottom: 1.5rem;
  display: inline-block;
}
.cid-tO6Sk4gYV8 p {
  font-weight: 700;
  line-height: 1.6;
}
.cid-tO6Sk4gYV8 .mbr-iconfont {
  font-size: 5rem;
  color: #832075 !important;
}
.cid-tO6Sk4gYV8 .icon-title,
.cid-tO6Sk4gYV8 .mbr-iconfont {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tO6Sk4gYV8 .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tO6Sk4gYV8 .icon-wrap {
    margin: auto;
  }
}
.cid-tO6Sk4gYV8 H3 {
  color: #ed6436;
}
.cid-tO6Sk4gYV8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO6Sk4gYV8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKmZDIEskO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tKmZDIEskO .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-tKmZDIEskO img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-tKmZDIEskO h3 {
  margin: 0;
}
.cid-tKmZDIEskO .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-tKmZDIEskO .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tKmZDIEskO .text-wrap {
  width: 100%;
}
.cid-tKmZDIEskO .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-tKmZDIEskO .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tKmZDIEskO .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #832075;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #832075;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tKmZDIEskO .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #832075 !important;
  border: 2px solid #832075;
}
.cid-tKmZDIEskO .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tKmZDIEskO .jq-selectbox__dropdown,
.cid-tKmZDIEskO ul {
  border-radius: 20px!important;
}
.cid-tKmZDIEskO .jq-selectbox {
  border-radius: 30px;
}
.cid-tKmZDIEskO .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-tKmZDIEskO .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-tKmZDIEskO input,
.cid-tKmZDIEskO textarea,
.cid-tKmZDIEskO .select {
  border-radius: 30px;
}
.cid-tKmZDIEskO input,
.cid-tKmZDIEskO textarea {
  padding: 1rem 2rem;
}
.cid-tKmZDIEskO textarea {
  min-height: 10rem;
}
.cid-tKmZDIEskO .form-control,
.cid-tKmZDIEskO .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #4d1145;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tKmZDIEskO .form-control::-webkit-input-placeholder,
.cid-tKmZDIEskO .field-input::-webkit-input-placeholder,
.cid-tKmZDIEskO .form-control::-webkit-input-placeholder,
.cid-tKmZDIEskO .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-tKmZDIEskO .form-control:-moz-placeholder,
.cid-tKmZDIEskO .field-input:-moz-placeholder,
.cid-tKmZDIEskO .form-control:-moz-placeholder,
.cid-tKmZDIEskO .field-input:-moz-placeholder {
  color: #383838;
}
.cid-tKmZDIEskO .form-control:hover,
.cid-tKmZDIEskO .field-input:hover,
.cid-tKmZDIEskO .form-control:focus,
.cid-tKmZDIEskO .field-input:focus {
  background-color: #ffffff;
  border-color: #9511a9;
  color: #832075;
  box-shadow: none;
  outline: none;
}
.cid-tKmZDIEskO .form-control:hover::-webkit-input-placeholder,
.cid-tKmZDIEskO .field-input:hover::-webkit-input-placeholder,
.cid-tKmZDIEskO .form-control:focus::-webkit-input-placeholder,
.cid-tKmZDIEskO .field-input:focus::-webkit-input-placeholder,
.cid-tKmZDIEskO .form-control:hover::-webkit-input-placeholder,
.cid-tKmZDIEskO .field-input:hover::-webkit-input-placeholder,
.cid-tKmZDIEskO .form-control:focus::-webkit-input-placeholder,
.cid-tKmZDIEskO .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-tKmZDIEskO .form-control:hover:-moz-placeholder,
.cid-tKmZDIEskO .field-input:hover:-moz-placeholder,
.cid-tKmZDIEskO .form-control:focus:-moz-placeholder,
.cid-tKmZDIEskO .field-input:focus:-moz-placeholder,
.cid-tKmZDIEskO .form-control:hover:-moz-placeholder,
.cid-tKmZDIEskO .field-input:hover:-moz-placeholder,
.cid-tKmZDIEskO .form-control:focus:-moz-placeholder,
.cid-tKmZDIEskO .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-tKmZDIEskO .jq-number__spin:hover,
.cid-tKmZDIEskO .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #9511a9;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tKmZDIEskO .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #4d1145;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tKmZDIEskO .jq-selectbox li,
.cid-tKmZDIEskO .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tKmZDIEskO .jq-selectbox li:hover,
.cid-tKmZDIEskO .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tKmZDIEskO .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tKmZDIEskO .jq-number__spin.minus:hover:after,
.cid-tKmZDIEskO .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tKmZDIEskO .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tKmZDIEskO .jq-number__spin.minus:after,
.cid-tKmZDIEskO .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tKmZDIEskO input::-webkit-clear-button {
  display: none;
}
.cid-tKmZDIEskO input::-webkit-inner-spin-button {
  display: none;
}
.cid-tKmZDIEskO input::-webkit-outer-spin-button {
  display: none;
}
.cid-tKmZDIEskO input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tKmZDIEskO .col-md-6 {
  margin-bottom: 2rem;
}
.cid-tKmZDIEskO .form-group {
  margin-bottom: 0.4rem;
}
.cid-tKmZDIEskO .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-tKmZDIEskO .title1 {
  margin: 0;
}
.cid-tKmZDIEskO .align-wrap {
  display: block;
}
.cid-tKmZDIEskO .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tKmZDIEskO form {
    padding: 0;
  }
  .cid-tKmZDIEskO .socicon-wrap {
    margin: auto;
  }
}
.cid-tKmZDIEskO .title {
  color: #832075;
}
.cid-rGtUo6gJTl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #181818;
}
.cid-sfaot0WkH7 .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;
  transition: all 0.25s ease-in-out;
}
.cid-sfaot0WkH7 .nav-item:focus,
.cid-sfaot0WkH7 .nav-link:focus {
  outline: none;
}
.cid-sfaot0WkH7 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sfaot0WkH7 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sfaot0WkH7 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sfaot0WkH7 .dropdown .dropdown-menu .dropdown-item:active,
.cid-sfaot0WkH7 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #4d1145 !important;
}
.cid-sfaot0WkH7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfaot0WkH7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sfaot0WkH7 .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;
  transition: all 0.25s ease-in-out;
}
.cid-sfaot0WkH7 .navbar-caption:hover {
  color: inherit !important;
}
.cid-sfaot0WkH7 .container {
  max-width: 1380px;
}
.cid-sfaot0WkH7 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sfaot0WkH7 .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sfaot0WkH7 .nav-link:hover,
.cid-sfaot0WkH7 .nav-link:active,
.cid-sfaot0WkH7 .nav-link:focus {
  border-bottom: 3px solid #4d1145;
  color: #4d1145 !important;
}
.cid-sfaot0WkH7 .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-sfaot0WkH7 .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sfaot0WkH7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sfaot0WkH7 .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfaot0WkH7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfaot0WkH7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfaot0WkH7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sfaot0WkH7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sfaot0WkH7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfaot0WkH7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfaot0WkH7 .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-sfaot0WkH7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfaot0WkH7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sfaot0WkH7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sfaot0WkH7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfaot0WkH7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfaot0WkH7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sfaot0WkH7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfaot0WkH7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfaot0WkH7 .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-sfaot0WkH7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sfaot0WkH7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfaot0WkH7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfaot0WkH7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sfaot0WkH7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfaot0WkH7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sfaot0WkH7 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sfaot0WkH7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sfaot0WkH7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sfaot0WkH7 .icons-menu span {
  color: #832075 !important;
}
.cid-sfaot0WkH7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfaot0WkH7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-sfaot0WkH7 .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfaot0WkH7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfaot0WkH7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfaot0WkH7 .dropdown-item.active,
.cid-sfaot0WkH7 .dropdown-item:active {
  background-color: transparent;
}
.cid-sfaot0WkH7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfaot0WkH7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfaot0WkH7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfaot0WkH7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sfaot0WkH7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfaot0WkH7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfaot0WkH7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfaot0WkH7 .navbar-buttons {
  text-align: center;
}
.cid-sfaot0WkH7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfaot0WkH7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9511a9;
}
.cid-sfaot0WkH7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sfaot0WkH7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-sfaot0WkH7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-sfaot0WkH7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sfaot0WkH7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sfaot0WkH7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-sfaot0WkH7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-sfaot0WkH7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sfaot0WkH7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sfaot0WkH7 a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sfaot0WkH7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sfaot0WkH7 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sfaot0WkH7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sfaot0WkH7 .navbar {
    height: 77px;
  }
  .cid-sfaot0WkH7 .navbar.opened {
    height: auto;
  }
  .cid-sfaot0WkH7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKaPz1irYj {
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/sajo-cars-4-1800x1282.webp");
}
.cid-tKaPz1irYj .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-tKaPz1irYj .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-tKaPz1irYj .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tKaPz1irYj .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-tKaPz1irYj .container {
  max-width: 1600px;
}
.cid-tKaPz1irYj .mbr-bold,
.cid-tKaPz1irYj b {
  font-weight: 900;
}
.cid-tKaPz1irYj .btn {
  color: white !important;
}
.cid-tKaPz1irYj svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-tKaPz1irYj svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-tKaPz1irYj svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-tKaPz1irYj svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-tKaPz1irYj svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-tKaPz1irYj .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-tKaPz1irYj H1 {
  text-align: left;
}
.cid-tKaQy0Mfxz {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tKaQy0Mfxz .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-tKaQy0Mfxz h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-tKaQy0Mfxz .svg11 path {
  fill: #181818;
}
.cid-tKaQy0Mfxz .svg21 path {
  fill: #d28125;
}
.cid-tKaQy0Mfxz .svg31 path {
  fill: #832075;
}
.cid-tKaQy0Mfxz .svg4 path {
  fill: #4d1145 !important;
}
.cid-tKaQy0Mfxz .svg12 path,
.cid-tKaQy0Mfxz .svg22 path,
.cid-tKaQy0Mfxz .svg32 path {
  fill: #f2f2f4;
  stroke: #181818;
}
.cid-tKaQy0Mfxz .card {
  position: relative;
  height: 300px;
}
.cid-tKaQy0Mfxz .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-tKaQy0Mfxz .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-tKaQy0Mfxz .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-tKaQy0Mfxz .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-tKaQy0Mfxz .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-tKaQy0Mfxz .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-tKaQy0Mfxz .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-tKaQy0Mfxz .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-tKaQy0Mfxz .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-tKaQy0Mfxz .card .svg22,
.cid-tKaQy0Mfxz .card .svg32,
.cid-tKaQy0Mfxz .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-tKaQy0Mfxz .card .svg21,
.cid-tKaQy0Mfxz .card .svg31,
.cid-tKaQy0Mfxz .card .svg11 {
  z-index: 2;
}
.cid-tKaQy0Mfxz .card div {
  z-index: 3;
}
.cid-tKaQy0Mfxz .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-tKaQy0Mfxz .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-tKaQy0Mfxz .mbr-iconfont {
  color: #9511a9 !important;
  font-size: 2.5rem!important;
}
.cid-tKaQy0Mfxz .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-tKaQy0Mfxz .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-tKaQy0Mfxz .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tKaQy0Mfxz .card {
    margin-bottom: 2rem;
  }
  .cid-tKaQy0Mfxz .card svg {
    left: 30px;
  }
  .cid-tKaQy0Mfxz .card:hover h4 {
    animation: none;
  }
  .cid-tKaQy0Mfxz .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-tKaQy0Mfxz h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-tKaQy0Mfxz .card {
    max-width: 330px;
  }
  .cid-tKaQy0Mfxz .card svg {
    left: 0px;
  }
}
.cid-tKaQy0Mfxz H2 {
  color: #181818;
}
.cid-tKger1KBIX {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tKger1KBIX .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-tKger1KBIX h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-tKger1KBIX .svg11 path {
  fill: #181818;
}
.cid-tKger1KBIX .svg21 path {
  fill: #d28125;
}
.cid-tKger1KBIX .svg31 path {
  fill: #832075;
}
.cid-tKger1KBIX .svg4 path {
  fill: #4d1145 !important;
}
.cid-tKger1KBIX .svg12 path,
.cid-tKger1KBIX .svg22 path,
.cid-tKger1KBIX .svg32 path {
  fill: #f2f2f4;
  stroke: #181818;
}
.cid-tKger1KBIX .card {
  position: relative;
  height: 300px;
}
.cid-tKger1KBIX .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-tKger1KBIX .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-tKger1KBIX .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-tKger1KBIX .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-tKger1KBIX .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-tKger1KBIX .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-tKger1KBIX .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-tKger1KBIX .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-tKger1KBIX .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-tKger1KBIX .card .svg22,
.cid-tKger1KBIX .card .svg32,
.cid-tKger1KBIX .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-tKger1KBIX .card .svg21,
.cid-tKger1KBIX .card .svg31,
.cid-tKger1KBIX .card .svg11 {
  z-index: 2;
}
.cid-tKger1KBIX .card div {
  z-index: 3;
}
.cid-tKger1KBIX .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-tKger1KBIX .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-tKger1KBIX .mbr-iconfont {
  color: #9511a9 !important;
  font-size: 2.5rem!important;
}
.cid-tKger1KBIX .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-tKger1KBIX .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-tKger1KBIX .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tKger1KBIX .card {
    margin-bottom: 2rem;
  }
  .cid-tKger1KBIX .card svg {
    left: 30px;
  }
  .cid-tKger1KBIX .card:hover h4 {
    animation: none;
  }
  .cid-tKger1KBIX .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-tKger1KBIX h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-tKger1KBIX .card {
    max-width: 330px;
  }
  .cid-tKger1KBIX .card svg {
    left: 0px;
  }
}
.cid-tKger1KBIX H2 {
  color: #181818;
}
.cid-tKaRrXxbuL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tKaRrXxbuL .mbr-text {
  color: #767676;
}
.cid-tKaRrXxbuL .mbr-iconfont {
  color: #383838 !important;
  font-size: 3rem !important;
  position: relative;
}
.cid-tKaRrXxbuL .card-img {
  margin-bottom: 3rem;
}
.cid-tKaRrXxbuL .card-wrapper {
  padding: 3rem 2rem;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.cid-tKaRrXxbuL .card-wrapper svg {
  position: absolute;
  top: 0px;
  left: 0;
  opacity: 0.3;
  -webkit-transform: rotate(-3deg) scale(1.15);
  transform: rotate(-3deg) scale(1.15);
}
.cid-tKaRrXxbuL .card1 {
  background: #832075;
}
.cid-tKaRrXxbuL .card2 {
  background: #181818;
}
.cid-tKaRrXxbuL .card3 {
  background: #d28125;
}
.cid-tKaRrXxbuL .card4 {
  background: #4d1145;
}
.cid-tKaRrXxbuL .link {
  margin: 0;
}
.cid-tKaRrXxbuL p {
  font-weight: 400;
}
.cid-tKaRrXxbuL .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tKaRrXxbuL .link a:hover {
  color: #ffffff !important;
}
.cid-tKaRrXxbuL .link a:after {
  position: absolute;
  content: '\e967';
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-tKaRrXxbuL .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tKaRrXxbuL .card {
    margin-bottom: 3rem;
  }
}
.cid-tKaRrXxbuL .mbr-text,
.cid-tKaRrXxbuL .link {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tKaRrXxbuL .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tKaRrXxbuL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKaRrXxbuL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKaRrXxbuL .card-title,
.cid-tKaRrXxbuL .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-tKggBBMjr8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tKggBBMjr8 .mbr-text {
  color: #767676;
}
.cid-tKggBBMjr8 .mbr-iconfont {
  color: #383838 !important;
  font-size: 3rem !important;
  position: relative;
}
.cid-tKggBBMjr8 .card-img {
  margin-bottom: 3rem;
}
.cid-tKggBBMjr8 .card-wrapper {
  padding: 3rem 2rem;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.cid-tKggBBMjr8 .card-wrapper svg {
  position: absolute;
  top: 0px;
  left: 0;
  opacity: 0.3;
  -webkit-transform: rotate(-3deg) scale(1.15);
  transform: rotate(-3deg) scale(1.15);
}
.cid-tKggBBMjr8 .card1 {
  background: #832075;
}
.cid-tKggBBMjr8 .card2 {
  background: #181818;
}
.cid-tKggBBMjr8 .card3 {
  background: #d28125;
}
.cid-tKggBBMjr8 .card4 {
  background: #4d1145;
}
.cid-tKggBBMjr8 .link {
  margin: 0;
}
.cid-tKggBBMjr8 p {
  font-weight: 400;
}
.cid-tKggBBMjr8 .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tKggBBMjr8 .link a:hover {
  color: #ed6436 !important;
}
.cid-tKggBBMjr8 .link a:after {
  position: absolute;
  content: '\e967';
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-tKggBBMjr8 .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tKggBBMjr8 .card {
    margin-bottom: 3rem;
  }
}
.cid-tKggBBMjr8 .mbr-text,
.cid-tKggBBMjr8 .link {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tKggBBMjr8 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tKggBBMjr8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKggBBMjr8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKggBBMjr8 .card-title,
.cid-tKggBBMjr8 .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-tKhvmc0LlQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tKhvmc0LlQ .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tKhvmc0LlQ .content {
    padding: 0 2rem;
  }
}
.cid-tKhvmc0LlQ .row {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-tKhvmc0LlQ .img-col {
  padding: 0;
}
.cid-tKhvmc0LlQ .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tKhvmc0LlQ .mbr-iconfont {
  font-size: 3rem;
  color: #383838 !important;
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tKhvmc0LlQ .icon-title,
.cid-tKhvmc0LlQ .icon-wrap {
  color: #832075;
}
.cid-tKhvmc0LlQ .mbr-text,
.cid-tKhvmc0LlQ .mbr-section-btn,
.cid-tKhvmc0LlQ .content {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tKhvmc0LlQ .content {
    margin: auto;
  }
}
.cid-tKhvmc0LlQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhvmc0LlQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhvmc0LlQ H1 {
  color: #181818;
}
.cid-tKaRRuTNUo {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tKaRRuTNUo .progress {
  width: 100%;
}
.cid-tKaRRuTNUo .container {
  max-width: 1400px;
}
.cid-tKaRRuTNUo .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-tKaRRuTNUo .progress_value {
  position: relative;
  display: none;
}
.cid-tKaRRuTNUo .img-wrap {
  height: 100%;
  overflow: hidden;
  -webkit-box-pack: center;
  justify-content: center;
  display: flex;
}
.cid-tKaRRuTNUo .img-wrap img {
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tKaRRuTNUo progress {
  height: 16px;
  border-radius: 0px;
}
.cid-tKaRRuTNUo .progressbar-number {
  display: inline-block;
}
.cid-tKaRRuTNUo .progress-primary {
  background: #181818;
  border: none;
  outline: none;
}
.cid-tKaRRuTNUo .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tKaRRuTNUo .section-content-title {
  font-weight: 500;
}
.cid-tKaRRuTNUo .progress1 .progressbar-number:before,
.cid-tKaRRuTNUo .progress2 .progressbar-number:before,
.cid-tKaRRuTNUo .progress3 .progressbar-number:before,
.cid-tKaRRuTNUo .progress4 .progressbar-number:before,
.cid-tKaRRuTNUo .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-tKaRRuTNUo progress[value]::-webkit-progress-bar {
  background: #181818;
}
.cid-tKaRRuTNUo progress::-webkit-progress-value {
  background: #9511a9;
}
.cid-tKaRRuTNUo progress[value]::-moz-progress-bar {
  background: #9511a9;
}
.cid-tKaRRuTNUo progress::-ms-fill {
  background: #9511a9;
}
.cid-tKaRRuTNUo .progress1 .progressbar-number:before {
  content: '97';
}
.cid-tKaRRuTNUo .progress2 .progressbar-number:before {
  content: '97';
}
.cid-tKaRRuTNUo .progress3 .progressbar-number:before {
  content: '97';
}
.cid-tKaRRuTNUo .progress4 .progressbar-number:before {
  content: '97';
}
.cid-tKaRRuTNUo .progress5 .progressbar-number:before {
  content: '97';
}
@media (min-width: 767px) {
  .cid-tKaRRuTNUo .progress_elements,
  .cid-tKaRRuTNUo .img-col {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tKaRRuTNUo .progress_elements {
    padding-bottom: 3rem;
  }
}
.cid-tKaRRuTNUo .progressbar-title p,
.cid-tKaRRuTNUo .progress_value {
  color: #181818;
}
.cid-tKaRRuTNUo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKaRRuTNUo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKaRBjhM2e {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tKaRBjhM2e .mbr-shop {
  display: table;
  width: 100%;
}
.cid-tKaRBjhM2e .mbr-shop .row {
  margin: 0;
}
.cid-tKaRBjhM2e .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-tKaRBjhM2e .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-tKaRBjhM2e .categories {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-tKaRBjhM2e .mbr-gallery-item {
    width: 33.33%;
  }
}
.cid-tKaRBjhM2e li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-tKaRBjhM2e .container {
  max-width: 1400px;
}
.cid-tKaRBjhM2e .mbr-shop .mbr-gallery-filter ul li:before {
  content: none;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-tKaRBjhM2e .sidebar_wraper {
  padding: 1rem 0;
}
.cid-tKaRBjhM2e .galleryItem {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  overflow: hidden;
}
.cid-tKaRBjhM2e .item-title {
  padding-bottom: 0.4rem;
  font-weight: 700;
  color: #4d1145;
}
.cid-tKaRBjhM2e .display-5 {
  font-size: 1.4rem;
}
.cid-tKaRBjhM2e .shop-item-price,
.cid-tKaRBjhM2e .oldprice {
  font-size: 1.1rem;
  font-weight: 600!important;
}
.cid-tKaRBjhM2e .mbr-shop .sidebar-background:after {
  background: transparent!important;
  background-color: rgba(0, 0, 0, 0.05);
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  top: -20px;
  right: 3px;
}
.cid-tKaRBjhM2e .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-tKaRBjhM2e .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-tKaRBjhM2e .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-tKaRBjhM2e .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-tKaRBjhM2e .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-tKaRBjhM2e .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-tKaRBjhM2e .mbr-shop .hide-modal {
  display: none;
}
.cid-tKaRBjhM2e .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-tKaRBjhM2e .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-tKaRBjhM2e .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-tKaRBjhM2e .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-tKaRBjhM2e .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-tKaRBjhM2e .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-tKaRBjhM2e .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-tKaRBjhM2e .mbr-shop .filter-by-pu,
.cid-tKaRBjhM2e .mbr-shop .filter-by-pd,
.cid-tKaRBjhM2e .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-tKaRBjhM2e .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-tKaRBjhM2e .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-tKaRBjhM2e .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-tKaRBjhM2e .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-tKaRBjhM2e .mbr-shop .galleryItem h4,
.cid-tKaRBjhM2e .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-tKaRBjhM2e .mbr-shop .galleryItem h5,
.cid-tKaRBjhM2e .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-tKaRBjhM2e .mbr-shop .galleryItem p,
.cid-tKaRBjhM2e .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-tKaRBjhM2e .mbr-shop .item-button {
  text-align: center;
}
.cid-tKaRBjhM2e .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-tKaRBjhM2e .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-tKaRBjhM2e .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-tKaRBjhM2e .mbr-shop .sidebar-block {
  position: relative;
}
.cid-tKaRBjhM2e .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-tKaRBjhM2e .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-tKaRBjhM2e .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-tKaRBjhM2e .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-tKaRBjhM2e .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-tKaRBjhM2e .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-tKaRBjhM2e .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-tKaRBjhM2e .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-tKaRBjhM2e .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-tKaRBjhM2e .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-tKaRBjhM2e .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-tKaRBjhM2e .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-tKaRBjhM2e .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-tKaRBjhM2e .mbr-shop .mbr-gallery-item__hided h4,
.cid-tKaRBjhM2e .mbr-shop .mbr-gallery-item__hided h5,
.cid-tKaRBjhM2e .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-tKaRBjhM2e .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-tKaRBjhM2e .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-tKaRBjhM2e .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-tKaRBjhM2e .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-tKaRBjhM2e .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 10px 0 10px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-tKaRBjhM2e .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-tKaRBjhM2e .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-tKaRBjhM2e .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-tKaRBjhM2e .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-tKaRBjhM2e .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-tKaRBjhM2e .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-tKaRBjhM2e .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-tKaRBjhM2e .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-tKaRBjhM2e .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-tKaRBjhM2e .mbr-shop .range-controls {
  position: relative;
}
.cid-tKaRBjhM2e .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-tKaRBjhM2e .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-tKaRBjhM2e .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-tKaRBjhM2e .mbr-shop .toggle:hover,
.cid-tKaRBjhM2e .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-tKaRBjhM2e .mbr-shop .min-toggle {
  left: 0;
}
.cid-tKaRBjhM2e .mbr-shop .max-toggle {
  right: 0;
}
.cid-tKaRBjhM2e .mbr-shop .hided-by-price {
  display: none;
}
.cid-tKaRBjhM2e .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-tKaRBjhM2e .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-tKaRBjhM2e .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-tKaRBjhM2e .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-tKaRBjhM2e .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-tKaRBjhM2e .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-tKaRBjhM2e .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-tKaRBjhM2e .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-tKaRBjhM2e .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-tKaRBjhM2e .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-tKaRBjhM2e .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-tKaRBjhM2e .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-tKaRBjhM2e .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-tKaRBjhM2e .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-tKaRBjhM2e .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-tKaRBjhM2e .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-tKaRBjhM2e .mbr-shop .shop-items .onsale,
.cid-tKaRBjhM2e .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-tKaRBjhM2e .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-tKaRBjhM2e .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-tKaRBjhM2e .mbr-shop .price-range {
  display: inline-block;
}
.cid-tKaRBjhM2e .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-tKaRBjhM2e .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-tKaRBjhM2e .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-tKaRBjhM2e .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-tKaRBjhM2e .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-tKaRBjhM2e .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-tKaRBjhM2e .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-tKaRBjhM2e .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-tKaRBjhM2e .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-tKaRBjhM2e .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-tKaRBjhM2e .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-tKaRBjhM2e .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-tKaRBjhM2e .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-tKaRBjhM2e .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-tKaRBjhM2e .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tKaRBjhM2e .mbr-shop .mbr-gallery-item {
    width: 50%;
  }
  .cid-tKaRBjhM2e .mbr-shop__row {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .cid-tKaRBjhM2e .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-tKaRBjhM2e .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-tKaRBjhM2e .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-tKaRBjhM2e .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-tKaRBjhM2e .wrapper-shop-items {
    order: 1;
  }
  .cid-tKaRBjhM2e .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tKaRBjhM2e .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-tKaRBjhM2e .wrapper-shop-items,
  .cid-tKaRBjhM2e .mbr-shop__row {
    padding: 0;
  }
  .cid-tKaRBjhM2e .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-tKaRBjhM2e .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-tKaRBjhM2e .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-tKaRBjhM2e .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-tKaRBjhM2e .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-tKaRBjhM2e .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-tKaRBjhM2e .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-tKaRBjhM2e .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-tKaRBjhM2e .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-tKaRBjhM2e .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-tKaRBjhM2e .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-tKaRBjhM2e .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-tKaRBjhM2e .oldprice {
  color: #767676;
  padding-left: .8rem;
  text-decoration: line-through;
}
.cid-tKaRBjhM2e .range-controls {
  display: block !important;
}
.cid-tKaRBjhM2e .sort-buttons {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKaRBjhM2e .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-tKaRBjhM2e .shop-item-price,
.cid-tKaRBjhM2e .price-block {
  color: #4d1145;
}
.cid-tO6R0V5MAe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f2f2f4;
}
.cid-tO6R0V5MAe .content {
  max-width: 800px;
  margin: auto 0;
  padding: 0 2rem;
}
@media (min-width: 1400px) {
  .cid-tO6R0V5MAe .content {
    padding: 0 6rem;
  }
}
.cid-tO6R0V5MAe .mbr-figure {
  height: 100%;
}
.cid-tO6R0V5MAe img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tO6R0V5MAe .img-col {
  padding: 0;
}
.cid-tO6R0V5MAe .icon-wrap {
  width: fit-content;
  padding-bottom: 1.5rem;
  display: inline-block;
}
.cid-tO6R0V5MAe p {
  font-weight: 700;
  line-height: 1.6;
}
.cid-tO6R0V5MAe .mbr-iconfont {
  font-size: 5rem;
  color: #832075 !important;
}
.cid-tO6R0V5MAe .icon-title,
.cid-tO6R0V5MAe .mbr-iconfont {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tO6R0V5MAe .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tO6R0V5MAe .icon-wrap {
    margin: auto;
  }
}
.cid-tO6R0V5MAe H3 {
  color: #ed6436;
}
.cid-tO6R0V5MAe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO6R0V5MAe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKaUU5lsKI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tKaUU5lsKI .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tKaUU5lsKI .content {
    padding: 0 2rem;
  }
}
.cid-tKaUU5lsKI .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tKaUU5lsKI .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tKaUU5lsKI .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-tKaUU5lsKI .icon-title,
.cid-tKaUU5lsKI .mbr-iconfont {
  color: #832075;
}
.cid-tKaUU5lsKI .icons-wrap {
  display: flex;
}
.cid-tKaUU5lsKI .google-map {
  height: 100%;
  position: relative;
}
.cid-tKaUU5lsKI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tKaUU5lsKI .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-tKaUU5lsKI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tKaUU5lsKI .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-tKaUU5lsKI .content {
    margin: auto;
  }
  .cid-tKaUU5lsKI .google-map {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .cid-tKaUU5lsKI .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tKaUU5lsKI .icon-wrap {
    margin-right: 0rem;
  }
  .cid-tKaUU5lsKI .google-map {
    height: 20rem;
  }
}
.cid-tKaUU5lsKI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKaUU5lsKI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLdmlmdI9s {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tLdmlmdI9s .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-tLdmlmdI9s img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-tLdmlmdI9s h3 {
  margin: 0;
}
.cid-tLdmlmdI9s .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-tLdmlmdI9s .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tLdmlmdI9s .text-wrap {
  width: 100%;
}
.cid-tLdmlmdI9s .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-tLdmlmdI9s .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tLdmlmdI9s .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #832075;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #832075;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tLdmlmdI9s .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #832075 !important;
  border: 2px solid #832075;
}
.cid-tLdmlmdI9s .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tLdmlmdI9s .jq-selectbox__dropdown,
.cid-tLdmlmdI9s ul {
  border-radius: 20px!important;
}
.cid-tLdmlmdI9s .jq-selectbox {
  border-radius: 30px;
}
.cid-tLdmlmdI9s .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-tLdmlmdI9s .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-tLdmlmdI9s input,
.cid-tLdmlmdI9s textarea,
.cid-tLdmlmdI9s .select {
  border-radius: 30px;
}
.cid-tLdmlmdI9s input,
.cid-tLdmlmdI9s textarea {
  padding: 1rem 2rem;
}
.cid-tLdmlmdI9s textarea {
  min-height: 10rem;
}
.cid-tLdmlmdI9s .form-control,
.cid-tLdmlmdI9s .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #4d1145;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tLdmlmdI9s .form-control::-webkit-input-placeholder,
.cid-tLdmlmdI9s .field-input::-webkit-input-placeholder,
.cid-tLdmlmdI9s .form-control::-webkit-input-placeholder,
.cid-tLdmlmdI9s .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-tLdmlmdI9s .form-control:-moz-placeholder,
.cid-tLdmlmdI9s .field-input:-moz-placeholder,
.cid-tLdmlmdI9s .form-control:-moz-placeholder,
.cid-tLdmlmdI9s .field-input:-moz-placeholder {
  color: #383838;
}
.cid-tLdmlmdI9s .form-control:hover,
.cid-tLdmlmdI9s .field-input:hover,
.cid-tLdmlmdI9s .form-control:focus,
.cid-tLdmlmdI9s .field-input:focus {
  background-color: #ffffff;
  border-color: #9511a9;
  color: #832075;
  box-shadow: none;
  outline: none;
}
.cid-tLdmlmdI9s .form-control:hover::-webkit-input-placeholder,
.cid-tLdmlmdI9s .field-input:hover::-webkit-input-placeholder,
.cid-tLdmlmdI9s .form-control:focus::-webkit-input-placeholder,
.cid-tLdmlmdI9s .field-input:focus::-webkit-input-placeholder,
.cid-tLdmlmdI9s .form-control:hover::-webkit-input-placeholder,
.cid-tLdmlmdI9s .field-input:hover::-webkit-input-placeholder,
.cid-tLdmlmdI9s .form-control:focus::-webkit-input-placeholder,
.cid-tLdmlmdI9s .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-tLdmlmdI9s .form-control:hover:-moz-placeholder,
.cid-tLdmlmdI9s .field-input:hover:-moz-placeholder,
.cid-tLdmlmdI9s .form-control:focus:-moz-placeholder,
.cid-tLdmlmdI9s .field-input:focus:-moz-placeholder,
.cid-tLdmlmdI9s .form-control:hover:-moz-placeholder,
.cid-tLdmlmdI9s .field-input:hover:-moz-placeholder,
.cid-tLdmlmdI9s .form-control:focus:-moz-placeholder,
.cid-tLdmlmdI9s .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-tLdmlmdI9s .jq-number__spin:hover,
.cid-tLdmlmdI9s .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #9511a9;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tLdmlmdI9s .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #4d1145;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tLdmlmdI9s .jq-selectbox li,
.cid-tLdmlmdI9s .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tLdmlmdI9s .jq-selectbox li:hover,
.cid-tLdmlmdI9s .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tLdmlmdI9s .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tLdmlmdI9s .jq-number__spin.minus:hover:after,
.cid-tLdmlmdI9s .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tLdmlmdI9s .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tLdmlmdI9s .jq-number__spin.minus:after,
.cid-tLdmlmdI9s .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tLdmlmdI9s input::-webkit-clear-button {
  display: none;
}
.cid-tLdmlmdI9s input::-webkit-inner-spin-button {
  display: none;
}
.cid-tLdmlmdI9s input::-webkit-outer-spin-button {
  display: none;
}
.cid-tLdmlmdI9s input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tLdmlmdI9s .col-md-6 {
  margin-bottom: 2rem;
}
.cid-tLdmlmdI9s .form-group {
  margin-bottom: 0.4rem;
}
.cid-tLdmlmdI9s .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-tLdmlmdI9s .title1 {
  margin: 0;
}
.cid-tLdmlmdI9s .align-wrap {
  display: block;
}
.cid-tLdmlmdI9s .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tLdmlmdI9s form {
    padding: 0;
  }
  .cid-tLdmlmdI9s .socicon-wrap {
    margin: auto;
  }
}
.cid-tLdmlmdI9s .title {
  color: #832075;
}
.cid-tKaPzbxCxG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #181818;
}
.cid-tKaPzbUV9X .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;
  transition: all 0.25s ease-in-out;
}
.cid-tKaPzbUV9X .nav-item:focus,
.cid-tKaPzbUV9X .nav-link:focus {
  outline: none;
}
.cid-tKaPzbUV9X .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-tKaPzbUV9X .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tKaPzbUV9X .dropdown .dropdown-menu .dropdown-item:hover,
.cid-tKaPzbUV9X .dropdown .dropdown-menu .dropdown-item:active,
.cid-tKaPzbUV9X .dropdown .dropdown-menu .dropdown-item:focus {
  color: #4d1145 !important;
}
.cid-tKaPzbUV9X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKaPzbUV9X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tKaPzbUV9X .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;
  transition: all 0.25s ease-in-out;
}
.cid-tKaPzbUV9X .navbar-caption:hover {
  color: inherit !important;
}
.cid-tKaPzbUV9X .container {
  max-width: 1380px;
}
.cid-tKaPzbUV9X .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-tKaPzbUV9X .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tKaPzbUV9X .nav-link:hover,
.cid-tKaPzbUV9X .nav-link:active,
.cid-tKaPzbUV9X .nav-link:focus {
  border-bottom: 3px solid #4d1145;
  color: #4d1145 !important;
}
.cid-tKaPzbUV9X .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-tKaPzbUV9X .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tKaPzbUV9X .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tKaPzbUV9X .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKaPzbUV9X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKaPzbUV9X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKaPzbUV9X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tKaPzbUV9X .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tKaPzbUV9X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKaPzbUV9X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKaPzbUV9X .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-tKaPzbUV9X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKaPzbUV9X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tKaPzbUV9X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tKaPzbUV9X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKaPzbUV9X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKaPzbUV9X .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tKaPzbUV9X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKaPzbUV9X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKaPzbUV9X .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-tKaPzbUV9X .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tKaPzbUV9X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKaPzbUV9X .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKaPzbUV9X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tKaPzbUV9X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKaPzbUV9X .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tKaPzbUV9X .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tKaPzbUV9X .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tKaPzbUV9X .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tKaPzbUV9X .icons-menu span {
  color: #832075 !important;
}
.cid-tKaPzbUV9X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKaPzbUV9X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-tKaPzbUV9X .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKaPzbUV9X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKaPzbUV9X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKaPzbUV9X .dropdown-item.active,
.cid-tKaPzbUV9X .dropdown-item:active {
  background-color: transparent;
}
.cid-tKaPzbUV9X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKaPzbUV9X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKaPzbUV9X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKaPzbUV9X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tKaPzbUV9X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKaPzbUV9X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKaPzbUV9X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKaPzbUV9X .navbar-buttons {
  text-align: center;
}
.cid-tKaPzbUV9X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tKaPzbUV9X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9511a9;
}
.cid-tKaPzbUV9X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tKaPzbUV9X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-tKaPzbUV9X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-tKaPzbUV9X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tKaPzbUV9X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tKaPzbUV9X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-tKaPzbUV9X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-tKaPzbUV9X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tKaPzbUV9X .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tKaPzbUV9X a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tKaPzbUV9X .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tKaPzbUV9X .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tKaPzbUV9X .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKaPzbUV9X .navbar {
    height: 77px;
  }
  .cid-tKaPzbUV9X .navbar.opened {
    height: auto;
  }
  .cid-tKaPzbUV9X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKaWfc2RSj {
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/drivers-get-to-work-a1-1800x1200.webp");
}
.cid-tKaWfc2RSj .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-tKaWfc2RSj .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-tKaWfc2RSj .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tKaWfc2RSj .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-tKaWfc2RSj .container {
  max-width: 1600px;
}
.cid-tKaWfc2RSj .mbr-bold,
.cid-tKaWfc2RSj b {
  font-weight: 900;
}
.cid-tKaWfc2RSj .btn {
  color: white !important;
}
.cid-tKaWfc2RSj svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-tKaWfc2RSj svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-tKaWfc2RSj svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-tKaWfc2RSj svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-tKaWfc2RSj svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-tKaWfc2RSj .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-tKaWfc2RSj H1 {
  text-align: left;
}
.cid-tKgneYE51t {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tKgneYE51t .mbr-text {
  color: #767676;
}
.cid-tKgneYE51t .mbr-iconfont {
  color: #383838 !important;
  font-size: 3rem !important;
  position: relative;
}
.cid-tKgneYE51t .card-img {
  margin-bottom: 3rem;
}
.cid-tKgneYE51t .card-wrapper {
  padding: 3rem 2rem;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.cid-tKgneYE51t .card-wrapper svg {
  position: absolute;
  top: 0px;
  left: 0;
  opacity: 0.3;
  -webkit-transform: rotate(-3deg) scale(1.15);
  transform: rotate(-3deg) scale(1.15);
}
.cid-tKgneYE51t .card1 {
  background: #832075;
}
.cid-tKgneYE51t .card2 {
  background: #181818;
}
.cid-tKgneYE51t .card3 {
  background: #d28125;
}
.cid-tKgneYE51t .card4 {
  background: #4d1145;
}
.cid-tKgneYE51t .link {
  margin: 0;
}
.cid-tKgneYE51t p {
  font-weight: 400;
}
.cid-tKgneYE51t .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tKgneYE51t .link a:hover {
  color: #ffffff !important;
}
.cid-tKgneYE51t .link a:after {
  position: absolute;
  content: '\e967';
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-tKgneYE51t .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tKgneYE51t .card {
    margin-bottom: 3rem;
  }
}
.cid-tKgneYE51t .mbr-text,
.cid-tKgneYE51t .link {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tKgneYE51t .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tKgneYE51t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKgneYE51t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKgneYE51t .card-title,
.cid-tKgneYE51t .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-tKgnqJQLCK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tKgnqJQLCK .mbr-text {
  color: #767676;
}
.cid-tKgnqJQLCK .mbr-iconfont {
  color: #383838 !important;
  font-size: 3rem !important;
  position: relative;
}
.cid-tKgnqJQLCK .card-img {
  margin-bottom: 3rem;
}
.cid-tKgnqJQLCK .card-wrapper {
  padding: 3rem 2rem;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.cid-tKgnqJQLCK .card-wrapper svg {
  position: absolute;
  top: 0px;
  left: 0;
  opacity: 0.3;
  -webkit-transform: rotate(-3deg) scale(1.15);
  transform: rotate(-3deg) scale(1.15);
}
.cid-tKgnqJQLCK .card1 {
  background: #832075;
}
.cid-tKgnqJQLCK .card2 {
  background: #181818;
}
.cid-tKgnqJQLCK .card3 {
  background: #d28125;
}
.cid-tKgnqJQLCK .card4 {
  background: #4d1145;
}
.cid-tKgnqJQLCK .link {
  margin: 0;
}
.cid-tKgnqJQLCK p {
  font-weight: 400;
}
.cid-tKgnqJQLCK .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tKgnqJQLCK .link a:hover {
  color: #ffffff !important;
}
.cid-tKgnqJQLCK .link a:after {
  position: absolute;
  content: '\e967';
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-tKgnqJQLCK .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tKgnqJQLCK .card {
    margin-bottom: 3rem;
  }
}
.cid-tKgnqJQLCK .mbr-text,
.cid-tKgnqJQLCK .link {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tKgnqJQLCK .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tKgnqJQLCK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKgnqJQLCK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKgnqJQLCK .card-title,
.cid-tKgnqJQLCK .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-tKgoobx9OP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tKgoobx9OP h3 {
  text-align: center;
}
.cid-tKgoobx9OP .pie_progress {
  position: relative;
}
.cid-tKgoobx9OP .pb-5 {
  padding-bottom: 5rem !important;
}
.cid-tKgoobx9OP .card {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-tKgoobx9OP .mbr-iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  font-size: 3rem;
  color: #181818 !important;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tKgoobx9OP .wrap {
  width: 150px;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
.cid-tKgoobx9OP .mbr-section-subtitle {
  color: #383838;
}
.cid-tKgoobx9OP .pie_progress__number {
  text-align: center !important;
}
.cid-tKgoobx9OP .card-title {
  margin-bottom: 0;
}
.cid-tKgoobx9OP .svg-gradient {
  position: absolute;
}
.cid-tKgoobx9OP ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-tKgoobx9OP path {
  stroke: #832075;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tKgoobx9OP .card {
    flex-basis: 50%;
  }
}
.cid-tKgoobx9OP H4 {
  color: #832075;
}
.cid-tKgoobx9OP .mbr-section-title {
  color: #181818;
}
.cid-tKgoobx9OP .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: auto;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-tKgoobx9OP .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-tKgoobx9OP .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-tKgoobx9OP .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
@media (max-width: 767px) {
  .cid-tKgoobx9OP .link-wrap {
    margin: auto;
  }
  .cid-tKgoobx9OP .pb-5 {
    padding-bottom: 2rem !important;
  }
}
.cid-tKgoobx9OP H3 {
  color: #ffffff;
}
.cid-tKgoobx9OP .card-text {
  color: #383838;
}
.cid-tKgoobx9OP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKgoobx9OP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKgo61ZDJE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tKgo61ZDJE h3 {
  text-align: center;
}
.cid-tKgo61ZDJE .pie_progress {
  position: relative;
}
.cid-tKgo61ZDJE .pb-5 {
  padding-bottom: 5rem !important;
}
.cid-tKgo61ZDJE .card {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-tKgo61ZDJE .mbr-iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  font-size: 3rem;
  color: #181818 !important;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tKgo61ZDJE .wrap {
  width: 150px;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
.cid-tKgo61ZDJE .mbr-section-subtitle {
  color: #383838;
}
.cid-tKgo61ZDJE .pie_progress__number {
  text-align: center !important;
}
.cid-tKgo61ZDJE .card-title {
  margin-bottom: 0;
}
.cid-tKgo61ZDJE .svg-gradient {
  position: absolute;
}
.cid-tKgo61ZDJE ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-tKgo61ZDJE path {
  stroke: #832075;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tKgo61ZDJE .card {
    flex-basis: 50%;
  }
}
.cid-tKgo61ZDJE H4 {
  color: #832075;
}
.cid-tKgo61ZDJE .mbr-section-title {
  color: #181818;
}
.cid-tKgo61ZDJE .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: auto;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-tKgo61ZDJE .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-tKgo61ZDJE .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-tKgo61ZDJE .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
@media (max-width: 767px) {
  .cid-tKgo61ZDJE .link-wrap {
    margin: auto;
  }
  .cid-tKgo61ZDJE .pb-5 {
    padding-bottom: 2rem !important;
  }
}
.cid-tKgo61ZDJE H3 {
  color: #ffffff;
}
.cid-tKgo61ZDJE .card-text {
  color: #383838;
}
.cid-tKgo61ZDJE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKgo61ZDJE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKaWfhREt3 {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
}
.cid-tKaWfhREt3 .accordion .card {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-tKaWfhREt3 .acc {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tKaWfhREt3 .acc {
    padding: 0 2rem;
  }
}
.cid-tKaWfhREt3 .img-col {
  padding: 0;
}
.cid-tKaWfhREt3 .card {
  border: 1px solid lightgray !important;
  border-radius: 20px !important;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-tKaWfhREt3 .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-tKaWfhREt3 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-tKaWfhREt3 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tKaWfhREt3 .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
}
.cid-tKaWfhREt3 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tKaWfhREt3 .card .panel-body {
  color: #767676;
}
.cid-tKaWfhREt3 .card:hover {
  background: #f2f2f4;
}
.cid-tKaWfhREt3 .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #d28125;
}
.cid-tKaWfhREt3 .panel-title {
  display: flex !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tKaWfhREt3 .mbri-arrow-down:before {
  content: '\e960';
}
.cid-tKaWfhREt3 .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-tKaWfhREt3 .panel-collapse {
  margin-top: -1px;
}
.cid-tKaWfhREt3 H4 {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tKaWfhREt3 .img-col {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tKaWfhREt3 .panel-text {
    padding: 0 0.5rem;
  }
  .cid-tKaWfhREt3 .icon-left {
    margin-left: 0.5rem;
  }
  .cid-tKaWfhREt3 .sign {
    margin-right: 0.5rem;
  }
}
.cid-tKaWfhREt3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKaWfhREt3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKaWfhREt3 H2 {
  color: #181818;
}
.cid-tKhT1i7ySJ {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
}
.cid-tKhT1i7ySJ .accordion .card {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-tKhT1i7ySJ .acc {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tKhT1i7ySJ .acc {
    padding: 0 2rem;
  }
}
.cid-tKhT1i7ySJ .img-col {
  padding: 0;
}
.cid-tKhT1i7ySJ .card {
  border: 1px solid lightgray !important;
  border-radius: 20px !important;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-tKhT1i7ySJ .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-tKhT1i7ySJ .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-tKhT1i7ySJ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tKhT1i7ySJ .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
}
.cid-tKhT1i7ySJ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tKhT1i7ySJ .card .panel-body {
  color: #767676;
}
.cid-tKhT1i7ySJ .card:hover {
  background: #f2f2f4;
}
.cid-tKhT1i7ySJ .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #d28125;
}
.cid-tKhT1i7ySJ .panel-title {
  display: flex !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tKhT1i7ySJ .mbri-arrow-down:before {
  content: '\e960';
}
.cid-tKhT1i7ySJ .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-tKhT1i7ySJ .panel-collapse {
  margin-top: -1px;
}
.cid-tKhT1i7ySJ H4 {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tKhT1i7ySJ .img-col {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tKhT1i7ySJ .panel-text {
    padding: 0 0.5rem;
  }
  .cid-tKhT1i7ySJ .icon-left {
    margin-left: 0.5rem;
  }
  .cid-tKhT1i7ySJ .sign {
    margin-right: 0.5rem;
  }
}
.cid-tKhT1i7ySJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhT1i7ySJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhT1i7ySJ H2 {
  color: #181818;
}
.cid-tO6IKHdvw0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f2f2f4;
}
.cid-tO6IKHdvw0 .content {
  max-width: 800px;
  margin: auto 0;
  padding: 0 2rem;
}
@media (min-width: 1400px) {
  .cid-tO6IKHdvw0 .content {
    padding: 0 6rem;
  }
}
.cid-tO6IKHdvw0 .mbr-figure {
  height: 100%;
}
.cid-tO6IKHdvw0 img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tO6IKHdvw0 .img-col {
  padding: 0;
}
.cid-tO6IKHdvw0 .icon-wrap {
  width: fit-content;
  padding-bottom: 1.5rem;
  display: inline-block;
}
.cid-tO6IKHdvw0 p {
  font-weight: 700;
  line-height: 1.6;
}
.cid-tO6IKHdvw0 .mbr-iconfont {
  font-size: 5rem;
  color: #832075 !important;
}
.cid-tO6IKHdvw0 .icon-title,
.cid-tO6IKHdvw0 .mbr-iconfont {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tO6IKHdvw0 .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tO6IKHdvw0 .icon-wrap {
    margin: auto;
  }
}
.cid-tO6IKHdvw0 H3 {
  color: #ed6436;
}
.cid-tO6IKHdvw0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO6IKHdvw0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLdmu5o5yV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tLdmu5o5yV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-tLdmu5o5yV img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-tLdmu5o5yV h3 {
  margin: 0;
}
.cid-tLdmu5o5yV .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-tLdmu5o5yV .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tLdmu5o5yV .text-wrap {
  width: 100%;
}
.cid-tLdmu5o5yV .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-tLdmu5o5yV .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tLdmu5o5yV .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #832075;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #832075;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tLdmu5o5yV .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #832075 !important;
  border: 2px solid #832075;
}
.cid-tLdmu5o5yV .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tLdmu5o5yV .jq-selectbox__dropdown,
.cid-tLdmu5o5yV ul {
  border-radius: 20px!important;
}
.cid-tLdmu5o5yV .jq-selectbox {
  border-radius: 30px;
}
.cid-tLdmu5o5yV .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-tLdmu5o5yV .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-tLdmu5o5yV input,
.cid-tLdmu5o5yV textarea,
.cid-tLdmu5o5yV .select {
  border-radius: 30px;
}
.cid-tLdmu5o5yV input,
.cid-tLdmu5o5yV textarea {
  padding: 1rem 2rem;
}
.cid-tLdmu5o5yV textarea {
  min-height: 10rem;
}
.cid-tLdmu5o5yV .form-control,
.cid-tLdmu5o5yV .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #4d1145;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tLdmu5o5yV .form-control::-webkit-input-placeholder,
.cid-tLdmu5o5yV .field-input::-webkit-input-placeholder,
.cid-tLdmu5o5yV .form-control::-webkit-input-placeholder,
.cid-tLdmu5o5yV .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-tLdmu5o5yV .form-control:-moz-placeholder,
.cid-tLdmu5o5yV .field-input:-moz-placeholder,
.cid-tLdmu5o5yV .form-control:-moz-placeholder,
.cid-tLdmu5o5yV .field-input:-moz-placeholder {
  color: #383838;
}
.cid-tLdmu5o5yV .form-control:hover,
.cid-tLdmu5o5yV .field-input:hover,
.cid-tLdmu5o5yV .form-control:focus,
.cid-tLdmu5o5yV .field-input:focus {
  background-color: #ffffff;
  border-color: #9511a9;
  color: #832075;
  box-shadow: none;
  outline: none;
}
.cid-tLdmu5o5yV .form-control:hover::-webkit-input-placeholder,
.cid-tLdmu5o5yV .field-input:hover::-webkit-input-placeholder,
.cid-tLdmu5o5yV .form-control:focus::-webkit-input-placeholder,
.cid-tLdmu5o5yV .field-input:focus::-webkit-input-placeholder,
.cid-tLdmu5o5yV .form-control:hover::-webkit-input-placeholder,
.cid-tLdmu5o5yV .field-input:hover::-webkit-input-placeholder,
.cid-tLdmu5o5yV .form-control:focus::-webkit-input-placeholder,
.cid-tLdmu5o5yV .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-tLdmu5o5yV .form-control:hover:-moz-placeholder,
.cid-tLdmu5o5yV .field-input:hover:-moz-placeholder,
.cid-tLdmu5o5yV .form-control:focus:-moz-placeholder,
.cid-tLdmu5o5yV .field-input:focus:-moz-placeholder,
.cid-tLdmu5o5yV .form-control:hover:-moz-placeholder,
.cid-tLdmu5o5yV .field-input:hover:-moz-placeholder,
.cid-tLdmu5o5yV .form-control:focus:-moz-placeholder,
.cid-tLdmu5o5yV .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-tLdmu5o5yV .jq-number__spin:hover,
.cid-tLdmu5o5yV .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #9511a9;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tLdmu5o5yV .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #4d1145;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tLdmu5o5yV .jq-selectbox li,
.cid-tLdmu5o5yV .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tLdmu5o5yV .jq-selectbox li:hover,
.cid-tLdmu5o5yV .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tLdmu5o5yV .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tLdmu5o5yV .jq-number__spin.minus:hover:after,
.cid-tLdmu5o5yV .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tLdmu5o5yV .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tLdmu5o5yV .jq-number__spin.minus:after,
.cid-tLdmu5o5yV .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tLdmu5o5yV input::-webkit-clear-button {
  display: none;
}
.cid-tLdmu5o5yV input::-webkit-inner-spin-button {
  display: none;
}
.cid-tLdmu5o5yV input::-webkit-outer-spin-button {
  display: none;
}
.cid-tLdmu5o5yV input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tLdmu5o5yV .col-md-6 {
  margin-bottom: 2rem;
}
.cid-tLdmu5o5yV .form-group {
  margin-bottom: 0.4rem;
}
.cid-tLdmu5o5yV .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-tLdmu5o5yV .title1 {
  margin: 0;
}
.cid-tLdmu5o5yV .align-wrap {
  display: block;
}
.cid-tLdmu5o5yV .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tLdmu5o5yV form {
    padding: 0;
  }
  .cid-tLdmu5o5yV .socicon-wrap {
    margin: auto;
  }
}
.cid-tLdmu5o5yV .title {
  color: #832075;
}
.cid-tKaWflGgNa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #181818;
}
.cid-tKaWfm33Pq .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;
  transition: all 0.25s ease-in-out;
}
.cid-tKaWfm33Pq .nav-item:focus,
.cid-tKaWfm33Pq .nav-link:focus {
  outline: none;
}
.cid-tKaWfm33Pq .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-tKaWfm33Pq .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tKaWfm33Pq .dropdown .dropdown-menu .dropdown-item:hover,
.cid-tKaWfm33Pq .dropdown .dropdown-menu .dropdown-item:active,
.cid-tKaWfm33Pq .dropdown .dropdown-menu .dropdown-item:focus {
  color: #4d1145 !important;
}
.cid-tKaWfm33Pq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKaWfm33Pq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tKaWfm33Pq .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;
  transition: all 0.25s ease-in-out;
}
.cid-tKaWfm33Pq .navbar-caption:hover {
  color: inherit !important;
}
.cid-tKaWfm33Pq .container {
  max-width: 1380px;
}
.cid-tKaWfm33Pq .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-tKaWfm33Pq .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tKaWfm33Pq .nav-link:hover,
.cid-tKaWfm33Pq .nav-link:active,
.cid-tKaWfm33Pq .nav-link:focus {
  border-bottom: 3px solid #4d1145;
  color: #4d1145 !important;
}
.cid-tKaWfm33Pq .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-tKaWfm33Pq .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tKaWfm33Pq .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tKaWfm33Pq .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKaWfm33Pq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKaWfm33Pq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKaWfm33Pq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tKaWfm33Pq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tKaWfm33Pq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKaWfm33Pq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKaWfm33Pq .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-tKaWfm33Pq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKaWfm33Pq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tKaWfm33Pq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tKaWfm33Pq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKaWfm33Pq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKaWfm33Pq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tKaWfm33Pq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKaWfm33Pq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKaWfm33Pq .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-tKaWfm33Pq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tKaWfm33Pq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKaWfm33Pq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKaWfm33Pq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tKaWfm33Pq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKaWfm33Pq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tKaWfm33Pq .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tKaWfm33Pq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tKaWfm33Pq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tKaWfm33Pq .icons-menu span {
  color: #832075 !important;
}
.cid-tKaWfm33Pq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKaWfm33Pq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-tKaWfm33Pq .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKaWfm33Pq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKaWfm33Pq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKaWfm33Pq .dropdown-item.active,
.cid-tKaWfm33Pq .dropdown-item:active {
  background-color: transparent;
}
.cid-tKaWfm33Pq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKaWfm33Pq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKaWfm33Pq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKaWfm33Pq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tKaWfm33Pq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKaWfm33Pq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKaWfm33Pq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKaWfm33Pq .navbar-buttons {
  text-align: center;
}
.cid-tKaWfm33Pq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tKaWfm33Pq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9511a9;
}
.cid-tKaWfm33Pq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tKaWfm33Pq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-tKaWfm33Pq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-tKaWfm33Pq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tKaWfm33Pq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tKaWfm33Pq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-tKaWfm33Pq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-tKaWfm33Pq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tKaWfm33Pq .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tKaWfm33Pq a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tKaWfm33Pq .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tKaWfm33Pq .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tKaWfm33Pq .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKaWfm33Pq .navbar {
    height: 77px;
  }
  .cid-tKaWfm33Pq .navbar.opened {
    height: auto;
  }
  .cid-tKaWfm33Pq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKaYIbKNZg {
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/restaurant-a1-1800x1297.webp");
}
.cid-tKaYIbKNZg .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-tKaYIbKNZg .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-tKaYIbKNZg .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tKaYIbKNZg .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-tKaYIbKNZg .container {
  max-width: 1600px;
}
.cid-tKaYIbKNZg .mbr-bold,
.cid-tKaYIbKNZg b {
  font-weight: 900;
}
.cid-tKaYIbKNZg .btn {
  color: white !important;
}
.cid-tKaYIbKNZg svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-tKaYIbKNZg svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-tKaYIbKNZg svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-tKaYIbKNZg svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-tKaYIbKNZg svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-tKaYIbKNZg .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-tKaYIbKNZg H1 {
  text-align: left;
}
.cid-tKgpk7UxIh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tKgpk7UxIh .mbr-text {
  color: #767676;
}
.cid-tKgpk7UxIh .mbr-iconfont {
  color: #383838 !important;
  font-size: 3rem !important;
  position: relative;
}
.cid-tKgpk7UxIh .card-img {
  margin-bottom: 3rem;
}
.cid-tKgpk7UxIh .card-wrapper {
  padding: 3rem 2rem;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.cid-tKgpk7UxIh .card-wrapper svg {
  position: absolute;
  top: 0px;
  left: 0;
  opacity: 0.3;
  -webkit-transform: rotate(-3deg) scale(1.15);
  transform: rotate(-3deg) scale(1.15);
}
.cid-tKgpk7UxIh .card1 {
  background: #832075;
}
.cid-tKgpk7UxIh .card2 {
  background: #181818;
}
.cid-tKgpk7UxIh .card3 {
  background: #d28125;
}
.cid-tKgpk7UxIh .card4 {
  background: #4d1145;
}
.cid-tKgpk7UxIh .link {
  margin: 0;
}
.cid-tKgpk7UxIh p {
  font-weight: 400;
}
.cid-tKgpk7UxIh .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tKgpk7UxIh .link a:hover {
  color: #ffffff !important;
}
.cid-tKgpk7UxIh .link a:after {
  position: absolute;
  content: '\e967';
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-tKgpk7UxIh .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tKgpk7UxIh .card {
    margin-bottom: 3rem;
  }
}
.cid-tKgpk7UxIh .mbr-text,
.cid-tKgpk7UxIh .link {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tKgpk7UxIh .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tKgpk7UxIh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKgpk7UxIh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKgpk7UxIh .card-title,
.cid-tKgpk7UxIh .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-tKgpxe9dZf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tKgpxe9dZf .mbr-text {
  color: #767676;
}
.cid-tKgpxe9dZf .mbr-iconfont {
  color: #383838 !important;
  font-size: 3rem !important;
  position: relative;
}
.cid-tKgpxe9dZf .card-img {
  margin-bottom: 3rem;
}
.cid-tKgpxe9dZf .card-wrapper {
  padding: 3rem 2rem;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.cid-tKgpxe9dZf .card-wrapper svg {
  position: absolute;
  top: 0px;
  left: 0;
  opacity: 0.3;
  -webkit-transform: rotate(-3deg) scale(1.15);
  transform: rotate(-3deg) scale(1.15);
}
.cid-tKgpxe9dZf .card1 {
  background: #832075;
}
.cid-tKgpxe9dZf .card2 {
  background: #181818;
}
.cid-tKgpxe9dZf .card3 {
  background: #d28125;
}
.cid-tKgpxe9dZf .card4 {
  background: #4d1145;
}
.cid-tKgpxe9dZf .link {
  margin: 0;
}
.cid-tKgpxe9dZf p {
  font-weight: 400;
}
.cid-tKgpxe9dZf .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tKgpxe9dZf .link a:hover {
  color: #ffffff !important;
}
.cid-tKgpxe9dZf .link a:after {
  position: absolute;
  content: '\e967';
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-tKgpxe9dZf .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tKgpxe9dZf .card {
    margin-bottom: 3rem;
  }
}
.cid-tKgpxe9dZf .mbr-text,
.cid-tKgpxe9dZf .link {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tKgpxe9dZf .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tKgpxe9dZf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKgpxe9dZf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKgpxe9dZf .card-title,
.cid-tKgpxe9dZf .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-tKgpJjJ3Dj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tKgpJjJ3Dj h3 {
  text-align: center;
}
.cid-tKgpJjJ3Dj .pie_progress {
  position: relative;
}
.cid-tKgpJjJ3Dj .pb-5 {
  padding-bottom: 5rem !important;
}
.cid-tKgpJjJ3Dj .card {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-tKgpJjJ3Dj .mbr-iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  font-size: 3rem;
  color: #181818 !important;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tKgpJjJ3Dj .wrap {
  width: 150px;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
.cid-tKgpJjJ3Dj .mbr-section-subtitle {
  color: #383838;
}
.cid-tKgpJjJ3Dj .pie_progress__number {
  text-align: center !important;
}
.cid-tKgpJjJ3Dj .card-title {
  margin-bottom: 0;
}
.cid-tKgpJjJ3Dj .svg-gradient {
  position: absolute;
}
.cid-tKgpJjJ3Dj ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-tKgpJjJ3Dj path {
  stroke: #832075;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tKgpJjJ3Dj .card {
    flex-basis: 50%;
  }
}
.cid-tKgpJjJ3Dj H4 {
  color: #832075;
}
.cid-tKgpJjJ3Dj .mbr-section-title {
  color: #181818;
}
.cid-tKgpJjJ3Dj .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: auto;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-tKgpJjJ3Dj .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-tKgpJjJ3Dj .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-tKgpJjJ3Dj .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
@media (max-width: 767px) {
  .cid-tKgpJjJ3Dj .link-wrap {
    margin: auto;
  }
  .cid-tKgpJjJ3Dj .pb-5 {
    padding-bottom: 2rem !important;
  }
}
.cid-tKgpJjJ3Dj H3 {
  color: #ffffff;
}
.cid-tKgpJjJ3Dj .card-text {
  color: #383838;
}
.cid-tKgpJjJ3Dj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKgpJjJ3Dj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKgpKAUgUd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tKgpKAUgUd h3 {
  text-align: center;
}
.cid-tKgpKAUgUd .pie_progress {
  position: relative;
}
.cid-tKgpKAUgUd .pb-5 {
  padding-bottom: 5rem !important;
}
.cid-tKgpKAUgUd .card {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-tKgpKAUgUd .mbr-iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  font-size: 3rem;
  color: #181818 !important;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tKgpKAUgUd .wrap {
  width: 150px;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
.cid-tKgpKAUgUd .mbr-section-subtitle {
  color: #383838;
}
.cid-tKgpKAUgUd .pie_progress__number {
  text-align: center !important;
}
.cid-tKgpKAUgUd .card-title {
  margin-bottom: 0;
}
.cid-tKgpKAUgUd .svg-gradient {
  position: absolute;
}
.cid-tKgpKAUgUd ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-tKgpKAUgUd path {
  stroke: #832075;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tKgpKAUgUd .card {
    flex-basis: 50%;
  }
}
.cid-tKgpKAUgUd H4 {
  color: #832075;
}
.cid-tKgpKAUgUd .mbr-section-title {
  color: #181818;
}
.cid-tKgpKAUgUd .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: auto;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-tKgpKAUgUd .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-tKgpKAUgUd .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-tKgpKAUgUd .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
@media (max-width: 767px) {
  .cid-tKgpKAUgUd .link-wrap {
    margin: auto;
  }
  .cid-tKgpKAUgUd .pb-5 {
    padding-bottom: 2rem !important;
  }
}
.cid-tKgpKAUgUd H3 {
  color: #ffffff;
}
.cid-tKgpKAUgUd .card-text {
  color: #383838;
  text-align: center;
}
.cid-tKgpKAUgUd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKgpKAUgUd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKaYIdZ6Ho {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
}
.cid-tKaYIdZ6Ho .accordion .card {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-tKaYIdZ6Ho .acc {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tKaYIdZ6Ho .acc {
    padding: 0 2rem;
  }
}
.cid-tKaYIdZ6Ho .img-col {
  padding: 0;
}
.cid-tKaYIdZ6Ho .card {
  border: 1px solid lightgray !important;
  border-radius: 20px !important;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-tKaYIdZ6Ho .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-tKaYIdZ6Ho .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-tKaYIdZ6Ho .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tKaYIdZ6Ho .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
}
.cid-tKaYIdZ6Ho .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tKaYIdZ6Ho .card .panel-body {
  color: #767676;
}
.cid-tKaYIdZ6Ho .card:hover {
  background: #f2f2f4;
}
.cid-tKaYIdZ6Ho .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #d28125;
}
.cid-tKaYIdZ6Ho .panel-title {
  display: flex !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tKaYIdZ6Ho .mbri-arrow-down:before {
  content: '\e960';
}
.cid-tKaYIdZ6Ho .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-tKaYIdZ6Ho .panel-collapse {
  margin-top: -1px;
}
.cid-tKaYIdZ6Ho H4 {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tKaYIdZ6Ho .img-col {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tKaYIdZ6Ho .panel-text {
    padding: 0 0.5rem;
  }
  .cid-tKaYIdZ6Ho .icon-left {
    margin-left: 0.5rem;
  }
  .cid-tKaYIdZ6Ho .sign {
    margin-right: 0.5rem;
  }
}
.cid-tKaYIdZ6Ho .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKaYIdZ6Ho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKaYIdZ6Ho H2 {
  color: #181818;
}
.cid-tO6K556zg2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f2f2f4;
}
.cid-tO6K556zg2 .content {
  max-width: 800px;
  margin: auto 0;
  padding: 0 2rem;
}
@media (min-width: 1400px) {
  .cid-tO6K556zg2 .content {
    padding: 0 6rem;
  }
}
.cid-tO6K556zg2 .mbr-figure {
  height: 100%;
}
.cid-tO6K556zg2 img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tO6K556zg2 .img-col {
  padding: 0;
}
.cid-tO6K556zg2 .icon-wrap {
  width: fit-content;
  padding-bottom: 1.5rem;
  display: inline-block;
}
.cid-tO6K556zg2 p {
  font-weight: 700;
  line-height: 1.6;
}
.cid-tO6K556zg2 .mbr-iconfont {
  font-size: 5rem;
  color: #832075 !important;
}
.cid-tO6K556zg2 .icon-title,
.cid-tO6K556zg2 .mbr-iconfont {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tO6K556zg2 .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tO6K556zg2 .icon-wrap {
    margin: auto;
  }
}
.cid-tO6K556zg2 H3 {
  color: #ed6436;
}
.cid-tO6K556zg2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO6K556zg2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLdmBsO5ip {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tLdmBsO5ip .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-tLdmBsO5ip img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-tLdmBsO5ip h3 {
  margin: 0;
}
.cid-tLdmBsO5ip .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-tLdmBsO5ip .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tLdmBsO5ip .text-wrap {
  width: 100%;
}
.cid-tLdmBsO5ip .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-tLdmBsO5ip .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tLdmBsO5ip .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #832075;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #832075;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tLdmBsO5ip .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #832075 !important;
  border: 2px solid #832075;
}
.cid-tLdmBsO5ip .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tLdmBsO5ip .jq-selectbox__dropdown,
.cid-tLdmBsO5ip ul {
  border-radius: 20px!important;
}
.cid-tLdmBsO5ip .jq-selectbox {
  border-radius: 30px;
}
.cid-tLdmBsO5ip .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-tLdmBsO5ip .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-tLdmBsO5ip input,
.cid-tLdmBsO5ip textarea,
.cid-tLdmBsO5ip .select {
  border-radius: 30px;
}
.cid-tLdmBsO5ip input,
.cid-tLdmBsO5ip textarea {
  padding: 1rem 2rem;
}
.cid-tLdmBsO5ip textarea {
  min-height: 10rem;
}
.cid-tLdmBsO5ip .form-control,
.cid-tLdmBsO5ip .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #4d1145;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tLdmBsO5ip .form-control::-webkit-input-placeholder,
.cid-tLdmBsO5ip .field-input::-webkit-input-placeholder,
.cid-tLdmBsO5ip .form-control::-webkit-input-placeholder,
.cid-tLdmBsO5ip .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-tLdmBsO5ip .form-control:-moz-placeholder,
.cid-tLdmBsO5ip .field-input:-moz-placeholder,
.cid-tLdmBsO5ip .form-control:-moz-placeholder,
.cid-tLdmBsO5ip .field-input:-moz-placeholder {
  color: #383838;
}
.cid-tLdmBsO5ip .form-control:hover,
.cid-tLdmBsO5ip .field-input:hover,
.cid-tLdmBsO5ip .form-control:focus,
.cid-tLdmBsO5ip .field-input:focus {
  background-color: #ffffff;
  border-color: #9511a9;
  color: #832075;
  box-shadow: none;
  outline: none;
}
.cid-tLdmBsO5ip .form-control:hover::-webkit-input-placeholder,
.cid-tLdmBsO5ip .field-input:hover::-webkit-input-placeholder,
.cid-tLdmBsO5ip .form-control:focus::-webkit-input-placeholder,
.cid-tLdmBsO5ip .field-input:focus::-webkit-input-placeholder,
.cid-tLdmBsO5ip .form-control:hover::-webkit-input-placeholder,
.cid-tLdmBsO5ip .field-input:hover::-webkit-input-placeholder,
.cid-tLdmBsO5ip .form-control:focus::-webkit-input-placeholder,
.cid-tLdmBsO5ip .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-tLdmBsO5ip .form-control:hover:-moz-placeholder,
.cid-tLdmBsO5ip .field-input:hover:-moz-placeholder,
.cid-tLdmBsO5ip .form-control:focus:-moz-placeholder,
.cid-tLdmBsO5ip .field-input:focus:-moz-placeholder,
.cid-tLdmBsO5ip .form-control:hover:-moz-placeholder,
.cid-tLdmBsO5ip .field-input:hover:-moz-placeholder,
.cid-tLdmBsO5ip .form-control:focus:-moz-placeholder,
.cid-tLdmBsO5ip .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-tLdmBsO5ip .jq-number__spin:hover,
.cid-tLdmBsO5ip .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #9511a9;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tLdmBsO5ip .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #4d1145;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tLdmBsO5ip .jq-selectbox li,
.cid-tLdmBsO5ip .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tLdmBsO5ip .jq-selectbox li:hover,
.cid-tLdmBsO5ip .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tLdmBsO5ip .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tLdmBsO5ip .jq-number__spin.minus:hover:after,
.cid-tLdmBsO5ip .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tLdmBsO5ip .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tLdmBsO5ip .jq-number__spin.minus:after,
.cid-tLdmBsO5ip .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tLdmBsO5ip input::-webkit-clear-button {
  display: none;
}
.cid-tLdmBsO5ip input::-webkit-inner-spin-button {
  display: none;
}
.cid-tLdmBsO5ip input::-webkit-outer-spin-button {
  display: none;
}
.cid-tLdmBsO5ip input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tLdmBsO5ip .col-md-6 {
  margin-bottom: 2rem;
}
.cid-tLdmBsO5ip .form-group {
  margin-bottom: 0.4rem;
}
.cid-tLdmBsO5ip .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-tLdmBsO5ip .title1 {
  margin: 0;
}
.cid-tLdmBsO5ip .align-wrap {
  display: block;
}
.cid-tLdmBsO5ip .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tLdmBsO5ip form {
    padding: 0;
  }
  .cid-tLdmBsO5ip .socicon-wrap {
    margin: auto;
  }
}
.cid-tLdmBsO5ip .title {
  color: #832075;
}
.cid-tKaYIfKk44 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #181818;
}
.cid-tKaYIg370r .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;
  transition: all 0.25s ease-in-out;
}
.cid-tKaYIg370r .nav-item:focus,
.cid-tKaYIg370r .nav-link:focus {
  outline: none;
}
.cid-tKaYIg370r .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-tKaYIg370r .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tKaYIg370r .dropdown .dropdown-menu .dropdown-item:hover,
.cid-tKaYIg370r .dropdown .dropdown-menu .dropdown-item:active,
.cid-tKaYIg370r .dropdown .dropdown-menu .dropdown-item:focus {
  color: #4d1145 !important;
}
.cid-tKaYIg370r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKaYIg370r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tKaYIg370r .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;
  transition: all 0.25s ease-in-out;
}
.cid-tKaYIg370r .navbar-caption:hover {
  color: inherit !important;
}
.cid-tKaYIg370r .container {
  max-width: 1380px;
}
.cid-tKaYIg370r .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-tKaYIg370r .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tKaYIg370r .nav-link:hover,
.cid-tKaYIg370r .nav-link:active,
.cid-tKaYIg370r .nav-link:focus {
  border-bottom: 3px solid #4d1145;
  color: #4d1145 !important;
}
.cid-tKaYIg370r .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-tKaYIg370r .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tKaYIg370r .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tKaYIg370r .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKaYIg370r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKaYIg370r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKaYIg370r .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tKaYIg370r .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tKaYIg370r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKaYIg370r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKaYIg370r .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-tKaYIg370r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKaYIg370r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tKaYIg370r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tKaYIg370r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKaYIg370r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKaYIg370r .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tKaYIg370r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKaYIg370r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKaYIg370r .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-tKaYIg370r .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tKaYIg370r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKaYIg370r .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKaYIg370r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tKaYIg370r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKaYIg370r .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tKaYIg370r .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tKaYIg370r .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tKaYIg370r .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tKaYIg370r .icons-menu span {
  color: #832075 !important;
}
.cid-tKaYIg370r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKaYIg370r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-tKaYIg370r .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKaYIg370r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKaYIg370r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKaYIg370r .dropdown-item.active,
.cid-tKaYIg370r .dropdown-item:active {
  background-color: transparent;
}
.cid-tKaYIg370r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKaYIg370r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKaYIg370r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKaYIg370r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tKaYIg370r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKaYIg370r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKaYIg370r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKaYIg370r .navbar-buttons {
  text-align: center;
}
.cid-tKaYIg370r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tKaYIg370r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9511a9;
}
.cid-tKaYIg370r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tKaYIg370r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-tKaYIg370r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-tKaYIg370r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tKaYIg370r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tKaYIg370r nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-tKaYIg370r nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-tKaYIg370r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tKaYIg370r .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tKaYIg370r a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tKaYIg370r .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tKaYIg370r .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tKaYIg370r .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKaYIg370r .navbar {
    height: 77px;
  }
  .cid-tKaYIg370r .navbar.opened {
    height: auto;
  }
  .cid-tKaYIg370r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKaZa7Rbwr {
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/safety-standards-for-grocery-store-a2-1800x1350.webp");
}
.cid-tKaZa7Rbwr .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-tKaZa7Rbwr .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-tKaZa7Rbwr .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tKaZa7Rbwr .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-tKaZa7Rbwr .container {
  max-width: 1600px;
}
.cid-tKaZa7Rbwr .mbr-bold,
.cid-tKaZa7Rbwr b {
  font-weight: 900;
}
.cid-tKaZa7Rbwr .btn {
  color: white !important;
}
.cid-tKaZa7Rbwr svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-tKaZa7Rbwr svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-tKaZa7Rbwr svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-tKaZa7Rbwr svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-tKaZa7Rbwr svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-tKaZa7Rbwr .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-tKaZa7Rbwr H1 {
  text-align: center;
}
.cid-tKaZa7Rbwr .mbr-text,
.cid-tKaZa7Rbwr .mbr-section-btn {
  text-align: center;
}
.cid-tKgq1d6Ni8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tKgq1d6Ni8 .mbr-text {
  color: #767676;
}
.cid-tKgq1d6Ni8 .mbr-iconfont {
  color: #383838 !important;
  font-size: 3rem !important;
  position: relative;
}
.cid-tKgq1d6Ni8 .card-img {
  margin-bottom: 3rem;
}
.cid-tKgq1d6Ni8 .card-wrapper {
  padding: 3rem 2rem;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.cid-tKgq1d6Ni8 .card-wrapper svg {
  position: absolute;
  top: 0px;
  left: 0;
  opacity: 0.3;
  -webkit-transform: rotate(-3deg) scale(1.15);
  transform: rotate(-3deg) scale(1.15);
}
.cid-tKgq1d6Ni8 .card1 {
  background: #832075;
}
.cid-tKgq1d6Ni8 .card2 {
  background: #181818;
}
.cid-tKgq1d6Ni8 .card3 {
  background: #d28125;
}
.cid-tKgq1d6Ni8 .card4 {
  background: #4d1145;
}
.cid-tKgq1d6Ni8 .link {
  margin: 0;
}
.cid-tKgq1d6Ni8 p {
  font-weight: 400;
}
.cid-tKgq1d6Ni8 .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tKgq1d6Ni8 .link a:hover {
  color: #ffffff !important;
}
.cid-tKgq1d6Ni8 .link a:after {
  position: absolute;
  content: '\e967';
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-tKgq1d6Ni8 .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tKgq1d6Ni8 .card {
    margin-bottom: 3rem;
  }
}
.cid-tKgq1d6Ni8 .mbr-text,
.cid-tKgq1d6Ni8 .link {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tKgq1d6Ni8 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tKgq1d6Ni8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKgq1d6Ni8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKgq1d6Ni8 .card-title,
.cid-tKgq1d6Ni8 .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-tKgq2atPh8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tKgq2atPh8 .mbr-text {
  color: #767676;
}
.cid-tKgq2atPh8 .mbr-iconfont {
  color: #383838 !important;
  font-size: 3rem !important;
  position: relative;
}
.cid-tKgq2atPh8 .card-img {
  margin-bottom: 3rem;
}
.cid-tKgq2atPh8 .card-wrapper {
  padding: 3rem 2rem;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.cid-tKgq2atPh8 .card-wrapper svg {
  position: absolute;
  top: 0px;
  left: 0;
  opacity: 0.3;
  -webkit-transform: rotate(-3deg) scale(1.15);
  transform: rotate(-3deg) scale(1.15);
}
.cid-tKgq2atPh8 .card1 {
  background: #832075;
}
.cid-tKgq2atPh8 .card2 {
  background: #181818;
}
.cid-tKgq2atPh8 .card3 {
  background: #d28125;
}
.cid-tKgq2atPh8 .card4 {
  background: #4d1145;
}
.cid-tKgq2atPh8 .link {
  margin: 0;
}
.cid-tKgq2atPh8 p {
  font-weight: 400;
}
.cid-tKgq2atPh8 .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tKgq2atPh8 .link a:hover {
  color: #ffffff !important;
}
.cid-tKgq2atPh8 .link a:after {
  position: absolute;
  content: '\e967';
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-tKgq2atPh8 .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tKgq2atPh8 .card {
    margin-bottom: 3rem;
  }
}
.cid-tKgq2atPh8 .mbr-text,
.cid-tKgq2atPh8 .link {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tKgq2atPh8 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tKgq2atPh8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKgq2atPh8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKgq2atPh8 .card-title,
.cid-tKgq2atPh8 .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-tKlv0OEJLe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tKlv0OEJLe .mbr-text {
  color: #767676;
}
.cid-tKlv0OEJLe .mbr-iconfont {
  color: #383838 !important;
  font-size: 3rem !important;
  position: relative;
}
.cid-tKlv0OEJLe .card-img {
  margin-bottom: 3rem;
}
.cid-tKlv0OEJLe .card-wrapper {
  padding: 3rem 2rem;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.cid-tKlv0OEJLe .card-wrapper svg {
  position: absolute;
  top: 0px;
  left: 0;
  opacity: 0.3;
  -webkit-transform: rotate(-3deg) scale(1.15);
  transform: rotate(-3deg) scale(1.15);
}
.cid-tKlv0OEJLe .card1 {
  background: #832075;
}
.cid-tKlv0OEJLe .card2 {
  background: #181818;
}
.cid-tKlv0OEJLe .card3 {
  background: #d28125;
}
.cid-tKlv0OEJLe .card4 {
  background: #4d1145;
}
.cid-tKlv0OEJLe .link {
  margin: 0;
}
.cid-tKlv0OEJLe p {
  font-weight: 400;
}
.cid-tKlv0OEJLe .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tKlv0OEJLe .link a:hover {
  color: #ffffff !important;
}
.cid-tKlv0OEJLe .link a:after {
  position: absolute;
  content: '\e967';
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-tKlv0OEJLe .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tKlv0OEJLe .card {
    margin-bottom: 3rem;
  }
}
.cid-tKlv0OEJLe .mbr-text,
.cid-tKlv0OEJLe .link {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tKlv0OEJLe .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tKlv0OEJLe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKlv0OEJLe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKlv0OEJLe .card-title,
.cid-tKlv0OEJLe .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-tKgq2VPfho {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tKgq2VPfho h3 {
  text-align: center;
}
.cid-tKgq2VPfho .pie_progress {
  position: relative;
}
.cid-tKgq2VPfho .pb-5 {
  padding-bottom: 5rem !important;
}
.cid-tKgq2VPfho .card {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-tKgq2VPfho .mbr-iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  font-size: 3rem;
  color: #181818 !important;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tKgq2VPfho .wrap {
  width: 150px;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
.cid-tKgq2VPfho .mbr-section-subtitle {
  color: #383838;
}
.cid-tKgq2VPfho .pie_progress__number {
  text-align: center !important;
}
.cid-tKgq2VPfho .card-title {
  margin-bottom: 0;
}
.cid-tKgq2VPfho .svg-gradient {
  position: absolute;
}
.cid-tKgq2VPfho ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-tKgq2VPfho path {
  stroke: #832075;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tKgq2VPfho .card {
    flex-basis: 50%;
  }
}
.cid-tKgq2VPfho H4 {
  color: #832075;
}
.cid-tKgq2VPfho .mbr-section-title {
  color: #181818;
}
.cid-tKgq2VPfho .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: auto;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-tKgq2VPfho .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-tKgq2VPfho .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-tKgq2VPfho .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
@media (max-width: 767px) {
  .cid-tKgq2VPfho .link-wrap {
    margin: auto;
  }
  .cid-tKgq2VPfho .pb-5 {
    padding-bottom: 2rem !important;
  }
}
.cid-tKgq2VPfho H3 {
  color: #ffffff;
}
.cid-tKgq2VPfho .card-text {
  color: #383838;
}
.cid-tKgq2VPfho .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKgq2VPfho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKgq3vm74P {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tKgq3vm74P h3 {
  text-align: center;
}
.cid-tKgq3vm74P .pie_progress {
  position: relative;
}
.cid-tKgq3vm74P .pb-5 {
  padding-bottom: 5rem !important;
}
.cid-tKgq3vm74P .card {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-tKgq3vm74P .mbr-iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  font-size: 3rem;
  color: #181818 !important;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tKgq3vm74P .wrap {
  width: 150px;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
.cid-tKgq3vm74P .mbr-section-subtitle {
  color: #383838;
}
.cid-tKgq3vm74P .pie_progress__number {
  text-align: center !important;
}
.cid-tKgq3vm74P .card-title {
  margin-bottom: 0;
}
.cid-tKgq3vm74P .svg-gradient {
  position: absolute;
}
.cid-tKgq3vm74P ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-tKgq3vm74P path {
  stroke: #832075;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tKgq3vm74P .card {
    flex-basis: 50%;
  }
}
.cid-tKgq3vm74P H4 {
  color: #832075;
}
.cid-tKgq3vm74P .mbr-section-title {
  color: #181818;
}
.cid-tKgq3vm74P .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: auto;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-tKgq3vm74P .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-tKgq3vm74P .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-tKgq3vm74P .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
@media (max-width: 767px) {
  .cid-tKgq3vm74P .link-wrap {
    margin: auto;
  }
  .cid-tKgq3vm74P .pb-5 {
    padding-bottom: 2rem !important;
  }
}
.cid-tKgq3vm74P H3 {
  color: #ffffff;
}
.cid-tKgq3vm74P .card-text {
  color: #383838;
}
.cid-tKgq3vm74P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKgq3vm74P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKaZaaDb4u {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
}
.cid-tKaZaaDb4u .accordion .card {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-tKaZaaDb4u .acc {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tKaZaaDb4u .acc {
    padding: 0 2rem;
  }
}
.cid-tKaZaaDb4u .img-col {
  padding: 0;
}
.cid-tKaZaaDb4u .card {
  border: 1px solid lightgray !important;
  border-radius: 20px !important;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-tKaZaaDb4u .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-tKaZaaDb4u .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-tKaZaaDb4u .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tKaZaaDb4u .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
}
.cid-tKaZaaDb4u .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tKaZaaDb4u .card .panel-body {
  color: #767676;
}
.cid-tKaZaaDb4u .card:hover {
  background: #f2f2f4;
}
.cid-tKaZaaDb4u .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #d28125;
}
.cid-tKaZaaDb4u .panel-title {
  display: flex !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tKaZaaDb4u .mbri-arrow-down:before {
  content: '\e960';
}
.cid-tKaZaaDb4u .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-tKaZaaDb4u .panel-collapse {
  margin-top: -1px;
}
.cid-tKaZaaDb4u H4 {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tKaZaaDb4u .img-col {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tKaZaaDb4u .panel-text {
    padding: 0 0.5rem;
  }
  .cid-tKaZaaDb4u .icon-left {
    margin-left: 0.5rem;
  }
  .cid-tKaZaaDb4u .sign {
    margin-right: 0.5rem;
  }
}
.cid-tKaZaaDb4u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKaZaaDb4u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKaZaaDb4u H2 {
  color: #181818;
}
.cid-tO6Ls9Sfm0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f2f2f4;
}
.cid-tO6Ls9Sfm0 .content {
  max-width: 800px;
  margin: auto 0;
  padding: 0 2rem;
}
@media (min-width: 1400px) {
  .cid-tO6Ls9Sfm0 .content {
    padding: 0 6rem;
  }
}
.cid-tO6Ls9Sfm0 .mbr-figure {
  height: 100%;
}
.cid-tO6Ls9Sfm0 img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tO6Ls9Sfm0 .img-col {
  padding: 0;
}
.cid-tO6Ls9Sfm0 .icon-wrap {
  width: fit-content;
  padding-bottom: 1.5rem;
  display: inline-block;
}
.cid-tO6Ls9Sfm0 p {
  font-weight: 700;
  line-height: 1.6;
}
.cid-tO6Ls9Sfm0 .mbr-iconfont {
  font-size: 5rem;
  color: #832075 !important;
}
.cid-tO6Ls9Sfm0 .icon-title,
.cid-tO6Ls9Sfm0 .mbr-iconfont {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tO6Ls9Sfm0 .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tO6Ls9Sfm0 .icon-wrap {
    margin: auto;
  }
}
.cid-tO6Ls9Sfm0 H3 {
  color: #ed6436;
}
.cid-tO6Ls9Sfm0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO6Ls9Sfm0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLdmIxMV5x {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tLdmIxMV5x .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-tLdmIxMV5x img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-tLdmIxMV5x h3 {
  margin: 0;
}
.cid-tLdmIxMV5x .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-tLdmIxMV5x .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tLdmIxMV5x .text-wrap {
  width: 100%;
}
.cid-tLdmIxMV5x .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-tLdmIxMV5x .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tLdmIxMV5x .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #832075;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #832075;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tLdmIxMV5x .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #832075 !important;
  border: 2px solid #832075;
}
.cid-tLdmIxMV5x .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tLdmIxMV5x .jq-selectbox__dropdown,
.cid-tLdmIxMV5x ul {
  border-radius: 20px!important;
}
.cid-tLdmIxMV5x .jq-selectbox {
  border-radius: 30px;
}
.cid-tLdmIxMV5x .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-tLdmIxMV5x .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-tLdmIxMV5x input,
.cid-tLdmIxMV5x textarea,
.cid-tLdmIxMV5x .select {
  border-radius: 30px;
}
.cid-tLdmIxMV5x input,
.cid-tLdmIxMV5x textarea {
  padding: 1rem 2rem;
}
.cid-tLdmIxMV5x textarea {
  min-height: 10rem;
}
.cid-tLdmIxMV5x .form-control,
.cid-tLdmIxMV5x .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #4d1145;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tLdmIxMV5x .form-control::-webkit-input-placeholder,
.cid-tLdmIxMV5x .field-input::-webkit-input-placeholder,
.cid-tLdmIxMV5x .form-control::-webkit-input-placeholder,
.cid-tLdmIxMV5x .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-tLdmIxMV5x .form-control:-moz-placeholder,
.cid-tLdmIxMV5x .field-input:-moz-placeholder,
.cid-tLdmIxMV5x .form-control:-moz-placeholder,
.cid-tLdmIxMV5x .field-input:-moz-placeholder {
  color: #383838;
}
.cid-tLdmIxMV5x .form-control:hover,
.cid-tLdmIxMV5x .field-input:hover,
.cid-tLdmIxMV5x .form-control:focus,
.cid-tLdmIxMV5x .field-input:focus {
  background-color: #ffffff;
  border-color: #9511a9;
  color: #832075;
  box-shadow: none;
  outline: none;
}
.cid-tLdmIxMV5x .form-control:hover::-webkit-input-placeholder,
.cid-tLdmIxMV5x .field-input:hover::-webkit-input-placeholder,
.cid-tLdmIxMV5x .form-control:focus::-webkit-input-placeholder,
.cid-tLdmIxMV5x .field-input:focus::-webkit-input-placeholder,
.cid-tLdmIxMV5x .form-control:hover::-webkit-input-placeholder,
.cid-tLdmIxMV5x .field-input:hover::-webkit-input-placeholder,
.cid-tLdmIxMV5x .form-control:focus::-webkit-input-placeholder,
.cid-tLdmIxMV5x .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-tLdmIxMV5x .form-control:hover:-moz-placeholder,
.cid-tLdmIxMV5x .field-input:hover:-moz-placeholder,
.cid-tLdmIxMV5x .form-control:focus:-moz-placeholder,
.cid-tLdmIxMV5x .field-input:focus:-moz-placeholder,
.cid-tLdmIxMV5x .form-control:hover:-moz-placeholder,
.cid-tLdmIxMV5x .field-input:hover:-moz-placeholder,
.cid-tLdmIxMV5x .form-control:focus:-moz-placeholder,
.cid-tLdmIxMV5x .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-tLdmIxMV5x .jq-number__spin:hover,
.cid-tLdmIxMV5x .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #9511a9;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tLdmIxMV5x .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #4d1145;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tLdmIxMV5x .jq-selectbox li,
.cid-tLdmIxMV5x .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tLdmIxMV5x .jq-selectbox li:hover,
.cid-tLdmIxMV5x .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tLdmIxMV5x .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tLdmIxMV5x .jq-number__spin.minus:hover:after,
.cid-tLdmIxMV5x .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tLdmIxMV5x .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tLdmIxMV5x .jq-number__spin.minus:after,
.cid-tLdmIxMV5x .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tLdmIxMV5x input::-webkit-clear-button {
  display: none;
}
.cid-tLdmIxMV5x input::-webkit-inner-spin-button {
  display: none;
}
.cid-tLdmIxMV5x input::-webkit-outer-spin-button {
  display: none;
}
.cid-tLdmIxMV5x input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tLdmIxMV5x .col-md-6 {
  margin-bottom: 2rem;
}
.cid-tLdmIxMV5x .form-group {
  margin-bottom: 0.4rem;
}
.cid-tLdmIxMV5x .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-tLdmIxMV5x .title1 {
  margin: 0;
}
.cid-tLdmIxMV5x .align-wrap {
  display: block;
}
.cid-tLdmIxMV5x .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tLdmIxMV5x form {
    padding: 0;
  }
  .cid-tLdmIxMV5x .socicon-wrap {
    margin: auto;
  }
}
.cid-tLdmIxMV5x .title {
  color: #832075;
}
.cid-tKaZacvoOY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #181818;
}
.cid-tKaZacQ9li .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;
  transition: all 0.25s ease-in-out;
}
.cid-tKaZacQ9li .nav-item:focus,
.cid-tKaZacQ9li .nav-link:focus {
  outline: none;
}
.cid-tKaZacQ9li .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-tKaZacQ9li .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tKaZacQ9li .dropdown .dropdown-menu .dropdown-item:hover,
.cid-tKaZacQ9li .dropdown .dropdown-menu .dropdown-item:active,
.cid-tKaZacQ9li .dropdown .dropdown-menu .dropdown-item:focus {
  color: #4d1145 !important;
}
.cid-tKaZacQ9li .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKaZacQ9li .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tKaZacQ9li .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;
  transition: all 0.25s ease-in-out;
}
.cid-tKaZacQ9li .navbar-caption:hover {
  color: inherit !important;
}
.cid-tKaZacQ9li .container {
  max-width: 1380px;
}
.cid-tKaZacQ9li .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-tKaZacQ9li .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tKaZacQ9li .nav-link:hover,
.cid-tKaZacQ9li .nav-link:active,
.cid-tKaZacQ9li .nav-link:focus {
  border-bottom: 3px solid #4d1145;
  color: #4d1145 !important;
}
.cid-tKaZacQ9li .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-tKaZacQ9li .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tKaZacQ9li .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tKaZacQ9li .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKaZacQ9li .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKaZacQ9li .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKaZacQ9li .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tKaZacQ9li .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tKaZacQ9li .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKaZacQ9li .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKaZacQ9li .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-tKaZacQ9li .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKaZacQ9li .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tKaZacQ9li .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tKaZacQ9li .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKaZacQ9li .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKaZacQ9li .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tKaZacQ9li .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKaZacQ9li .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKaZacQ9li .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-tKaZacQ9li .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tKaZacQ9li .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKaZacQ9li .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKaZacQ9li .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tKaZacQ9li .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKaZacQ9li .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tKaZacQ9li .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tKaZacQ9li .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tKaZacQ9li .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tKaZacQ9li .icons-menu span {
  color: #832075 !important;
}
.cid-tKaZacQ9li .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKaZacQ9li .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-tKaZacQ9li .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKaZacQ9li .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKaZacQ9li .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKaZacQ9li .dropdown-item.active,
.cid-tKaZacQ9li .dropdown-item:active {
  background-color: transparent;
}
.cid-tKaZacQ9li .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKaZacQ9li .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKaZacQ9li .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKaZacQ9li .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tKaZacQ9li .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKaZacQ9li .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKaZacQ9li ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKaZacQ9li .navbar-buttons {
  text-align: center;
}
.cid-tKaZacQ9li button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tKaZacQ9li button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9511a9;
}
.cid-tKaZacQ9li button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tKaZacQ9li button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-tKaZacQ9li button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-tKaZacQ9li button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tKaZacQ9li nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tKaZacQ9li nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-tKaZacQ9li nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-tKaZacQ9li nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tKaZacQ9li .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tKaZacQ9li a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tKaZacQ9li .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tKaZacQ9li .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tKaZacQ9li .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKaZacQ9li .navbar {
    height: 77px;
  }
  .cid-tKaZacQ9li .navbar.opened {
    height: auto;
  }
  .cid-tKaZacQ9li .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKb0a7daBt {
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/sajo-cars-2-1800x1200.webp");
}
.cid-tKb0a7daBt .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-tKb0a7daBt .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-tKb0a7daBt .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tKb0a7daBt .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-tKb0a7daBt .container {
  max-width: 1600px;
}
.cid-tKb0a7daBt .mbr-bold,
.cid-tKb0a7daBt b {
  font-weight: 900;
}
.cid-tKb0a7daBt .btn {
  color: white !important;
}
.cid-tKb0a7daBt svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-tKb0a7daBt svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-tKb0a7daBt svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-tKb0a7daBt svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-tKb0a7daBt svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-tKb0a7daBt .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-tKb0a7daBt H1 {
  text-align: left;
}
.cid-tKb0Js7ziY {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tKb0Js7ziY h3 {
  text-align: center;
}
.cid-tKb0Js7ziY .pie_progress {
  position: relative;
}
.cid-tKb0Js7ziY .pb-5 {
  padding-bottom: 5rem !important;
}
.cid-tKb0Js7ziY .card {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-tKb0Js7ziY .mbr-iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  font-size: 3rem;
  color: #181818 !important;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tKb0Js7ziY .wrap {
  width: 150px;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
.cid-tKb0Js7ziY .mbr-section-subtitle {
  color: #383838;
}
.cid-tKb0Js7ziY .pie_progress__number {
  text-align: center !important;
}
.cid-tKb0Js7ziY .card-title {
  margin-bottom: 0;
}
.cid-tKb0Js7ziY .svg-gradient {
  position: absolute;
}
.cid-tKb0Js7ziY ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-tKb0Js7ziY path {
  stroke: #832075;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tKb0Js7ziY .card {
    flex-basis: 50%;
  }
}
.cid-tKb0Js7ziY H4 {
  color: #181818;
}
.cid-tKb0Js7ziY .mbr-section-title {
  color: #181818;
}
.cid-tKb0Js7ziY .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: auto;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-tKb0Js7ziY .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-tKb0Js7ziY .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-tKb0Js7ziY .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
@media (max-width: 767px) {
  .cid-tKb0Js7ziY .link-wrap {
    margin: auto;
  }
  .cid-tKb0Js7ziY .pb-5 {
    padding-bottom: 2rem !important;
  }
}
.cid-tKb0Js7ziY H3 {
  color: #ffffff;
}
.cid-tKb0Js7ziY .card-text {
  color: #383838;
}
.cid-tKb0Js7ziY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKb0Js7ziY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKb0VM6NYL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tKb0VM6NYL .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tKb0VM6NYL .content {
    padding: 0 2rem;
  }
}
.cid-tKb0VM6NYL .row {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.cid-tKb0VM6NYL .img-col {
  padding: 0;
}
.cid-tKb0VM6NYL .icon-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.cid-tKb0VM6NYL .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tKb0VM6NYL .text-wrap {
  border-left: 1px solid #181818;
  padding-left: 2rem;
}
.cid-tKb0VM6NYL .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tKb0VM6NYL .mbr-iconfont {
  font-size: 5rem;
  margin-right: 1.5rem;
  color: #7aba59 !important;
}
.cid-tKb0VM6NYL .icon-title,
.cid-tKb0VM6NYL .mbr-iconfont {
  color: #181818;
}
.cid-tKb0VM6NYL .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tKb0VM6NYL .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tKb0VM6NYL .icon-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-right: 0rem;
  }
  .cid-tKb0VM6NYL .mbr-iconfont {
    margin-bottom: 2rem;
  }
  .cid-tKb0VM6NYL .text-wrap {
    border-left: 0px solid #181818;
    padding-left: 0rem;
  }
}
.cid-tKb0VM6NYL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKb0VM6NYL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKb3HPIDDw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tKb3HPIDDw .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tKb3HPIDDw .content {
    padding: 0 2rem;
  }
}
.cid-tKb3HPIDDw .row {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.cid-tKb3HPIDDw .img-col {
  padding: 0;
}
.cid-tKb3HPIDDw .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tKb3HPIDDw .mbr-iconfont {
  font-size: 3rem;
  color: #383838 !important;
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tKb3HPIDDw .icon-title,
.cid-tKb3HPIDDw .icon-wrap {
  color: #832075;
  text-align: center;
}
.cid-tKb3HPIDDw .mbr-text,
.cid-tKb3HPIDDw .mbr-section-btn,
.cid-tKb3HPIDDw .content {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tKb3HPIDDw .content {
    margin: auto;
  }
}
.cid-tKb3HPIDDw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKb3HPIDDw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKb3HPIDDw H1 {
  text-align: center;
}
.cid-tKb3HPIDDw P {
  text-align: center;
}
.cid-tKb3Yeyr0l {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tKb3Yeyr0l .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tKb3Yeyr0l .content {
    padding: 0 2rem;
  }
}
.cid-tKb3Yeyr0l .row {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-tKb3Yeyr0l .img-col {
  padding: 0;
}
.cid-tKb3Yeyr0l .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tKb3Yeyr0l .mbr-iconfont {
  font-size: 3rem;
  color: #383838 !important;
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tKb3Yeyr0l .icon-title,
.cid-tKb3Yeyr0l .icon-wrap {
  color: #832075;
  text-align: center;
}
.cid-tKb3Yeyr0l .mbr-text,
.cid-tKb3Yeyr0l .mbr-section-btn,
.cid-tKb3Yeyr0l .content {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tKb3Yeyr0l .content {
    margin: auto;
  }
}
.cid-tKb3Yeyr0l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKb3Yeyr0l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKb3Yeyr0l P {
  text-align: center;
}
.cid-tKb3Yeyr0l H1 {
  text-align: center;
}
.cid-tKb1gaiXWE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tKb1gaiXWE .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tKb1gaiXWE .content {
    padding: 0 2rem;
  }
}
.cid-tKb1gaiXWE .row {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.cid-tKb1gaiXWE .img-col {
  padding: 0;
}
.cid-tKb1gaiXWE .icon-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.cid-tKb1gaiXWE .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tKb1gaiXWE .text-wrap {
  border-left: 1px solid #181818;
  padding-left: 2rem;
}
.cid-tKb1gaiXWE .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tKb1gaiXWE .mbr-iconfont {
  font-size: 5rem;
  margin-right: 1.5rem;
  color: #832075 !important;
}
.cid-tKb1gaiXWE .icon-title,
.cid-tKb1gaiXWE .mbr-iconfont {
  color: #181818;
}
.cid-tKb1gaiXWE .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tKb1gaiXWE .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tKb1gaiXWE .icon-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-right: 0rem;
  }
  .cid-tKb1gaiXWE .mbr-iconfont {
    margin-bottom: 2rem;
  }
  .cid-tKb1gaiXWE .text-wrap {
    border-left: 0px solid #181818;
    padding-left: 0rem;
  }
}
.cid-tKb1gaiXWE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKb1gaiXWE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKb2ILCeTE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tKb2ILCeTE li {
  list-style: none;
}
.cid-tKb2ILCeTE .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.cid-tKb2ILCeTE .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-tKb2ILCeTE .mbr-iconfont {
  font-size: 22px;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #832075 !important;
}
.cid-tKb2ILCeTE h4 {
  margin: 0;
}
.cid-tKb2ILCeTE ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tKb2ILCeTE .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tKb2ILCeTE .col-title2 {
  color: #ed6436;
}
.cid-tKb2ILCeTE .icon-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.cid-tKb2ILCeTE .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tKb2ILCeTE .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tKb2ILCeTE .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
@media (max-width: 767px) {
  .cid-tKb2ILCeTE .icon-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tKb2ILCeTE .align-wrap {
    width: 100%;
  }
  .cid-tKb2ILCeTE .icon-wrap .mbr-iconfont {
    border-right: 0px solid #181818;
    margin-right: 0px;
    padding-right: 0;
    margin-bottom: 1rem;
  }
}
.cid-tKb2ILCeTE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKb2ILCeTE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKb2ILCeTE .icon-title,
.cid-tKb2ILCeTE .mbr-iconfont {
  color: #832075;
}
.cid-tKgck8AAql {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
}
.cid-tKgck8AAql .accordion .card {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-tKgck8AAql .acc {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tKgck8AAql .acc {
    padding: 0 2rem;
  }
}
.cid-tKgck8AAql .img-col {
  padding: 0;
}
.cid-tKgck8AAql .card {
  border: 1px solid lightgray !important;
  border-radius: 20px !important;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-tKgck8AAql .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-tKgck8AAql .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-tKgck8AAql .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tKgck8AAql .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
}
.cid-tKgck8AAql .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tKgck8AAql .card .panel-body {
  color: #767676;
}
.cid-tKgck8AAql .card:hover {
  background: #f2f2f4;
}
.cid-tKgck8AAql .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #d28125;
}
.cid-tKgck8AAql .panel-title {
  display: flex !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tKgck8AAql .mbri-arrow-down:before {
  content: '\e960';
}
.cid-tKgck8AAql .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-tKgck8AAql .panel-collapse {
  margin-top: -1px;
}
.cid-tKgck8AAql H4 {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tKgck8AAql .img-col {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tKgck8AAql .panel-text {
    padding: 0 0.5rem;
  }
  .cid-tKgck8AAql .icon-left {
    margin-left: 0.5rem;
  }
  .cid-tKgck8AAql .sign {
    margin-right: 0.5rem;
  }
}
.cid-tKgck8AAql .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKgck8AAql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKgck8AAql H2 {
  color: #181818;
}
.cid-tKgcGqeoYo {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
}
.cid-tKgcGqeoYo .accordion .card {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-tKgcGqeoYo .acc {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tKgcGqeoYo .acc {
    padding: 0 2rem;
  }
}
.cid-tKgcGqeoYo .img-col {
  padding: 0;
}
.cid-tKgcGqeoYo .card {
  border: 1px solid lightgray !important;
  border-radius: 20px !important;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-tKgcGqeoYo .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-tKgcGqeoYo .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-tKgcGqeoYo .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tKgcGqeoYo .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
}
.cid-tKgcGqeoYo .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tKgcGqeoYo .card .panel-body {
  color: #767676;
}
.cid-tKgcGqeoYo .card:hover {
  background: #f2f2f4;
}
.cid-tKgcGqeoYo .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #d28125;
}
.cid-tKgcGqeoYo .panel-title {
  display: flex !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tKgcGqeoYo .mbri-arrow-down:before {
  content: '\e960';
}
.cid-tKgcGqeoYo .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-tKgcGqeoYo .panel-collapse {
  margin-top: -1px;
}
.cid-tKgcGqeoYo H4 {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tKgcGqeoYo .img-col {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tKgcGqeoYo .panel-text {
    padding: 0 0.5rem;
  }
  .cid-tKgcGqeoYo .icon-left {
    margin-left: 0.5rem;
  }
  .cid-tKgcGqeoYo .sign {
    margin-right: 0.5rem;
  }
}
.cid-tKgcGqeoYo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKgcGqeoYo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKgcGqeoYo H2 {
  color: #181818;
}
.cid-tO6RoNz8P6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f2f2f4;
}
.cid-tO6RoNz8P6 .content {
  max-width: 800px;
  margin: auto 0;
  padding: 0 2rem;
}
@media (min-width: 1400px) {
  .cid-tO6RoNz8P6 .content {
    padding: 0 6rem;
  }
}
.cid-tO6RoNz8P6 .mbr-figure {
  height: 100%;
}
.cid-tO6RoNz8P6 img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tO6RoNz8P6 .img-col {
  padding: 0;
}
.cid-tO6RoNz8P6 .icon-wrap {
  width: fit-content;
  padding-bottom: 1.5rem;
  display: inline-block;
}
.cid-tO6RoNz8P6 p {
  font-weight: 700;
  line-height: 1.6;
}
.cid-tO6RoNz8P6 .mbr-iconfont {
  font-size: 5rem;
  color: #832075 !important;
}
.cid-tO6RoNz8P6 .icon-title,
.cid-tO6RoNz8P6 .mbr-iconfont {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tO6RoNz8P6 .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tO6RoNz8P6 .icon-wrap {
    margin: auto;
  }
}
.cid-tO6RoNz8P6 H3 {
  color: #ed6436;
}
.cid-tO6RoNz8P6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO6RoNz8P6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLdmW3WzxF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tLdmW3WzxF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-tLdmW3WzxF img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-tLdmW3WzxF h3 {
  margin: 0;
}
.cid-tLdmW3WzxF .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-tLdmW3WzxF .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tLdmW3WzxF .text-wrap {
  width: 100%;
}
.cid-tLdmW3WzxF .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-tLdmW3WzxF .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tLdmW3WzxF .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #832075;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #832075;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tLdmW3WzxF .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #832075 !important;
  border: 2px solid #832075;
}
.cid-tLdmW3WzxF .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tLdmW3WzxF .jq-selectbox__dropdown,
.cid-tLdmW3WzxF ul {
  border-radius: 20px!important;
}
.cid-tLdmW3WzxF .jq-selectbox {
  border-radius: 30px;
}
.cid-tLdmW3WzxF .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-tLdmW3WzxF .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-tLdmW3WzxF input,
.cid-tLdmW3WzxF textarea,
.cid-tLdmW3WzxF .select {
  border-radius: 30px;
}
.cid-tLdmW3WzxF input,
.cid-tLdmW3WzxF textarea {
  padding: 1rem 2rem;
}
.cid-tLdmW3WzxF textarea {
  min-height: 10rem;
}
.cid-tLdmW3WzxF .form-control,
.cid-tLdmW3WzxF .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #4d1145;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tLdmW3WzxF .form-control::-webkit-input-placeholder,
.cid-tLdmW3WzxF .field-input::-webkit-input-placeholder,
.cid-tLdmW3WzxF .form-control::-webkit-input-placeholder,
.cid-tLdmW3WzxF .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-tLdmW3WzxF .form-control:-moz-placeholder,
.cid-tLdmW3WzxF .field-input:-moz-placeholder,
.cid-tLdmW3WzxF .form-control:-moz-placeholder,
.cid-tLdmW3WzxF .field-input:-moz-placeholder {
  color: #383838;
}
.cid-tLdmW3WzxF .form-control:hover,
.cid-tLdmW3WzxF .field-input:hover,
.cid-tLdmW3WzxF .form-control:focus,
.cid-tLdmW3WzxF .field-input:focus {
  background-color: #ffffff;
  border-color: #9511a9;
  color: #832075;
  box-shadow: none;
  outline: none;
}
.cid-tLdmW3WzxF .form-control:hover::-webkit-input-placeholder,
.cid-tLdmW3WzxF .field-input:hover::-webkit-input-placeholder,
.cid-tLdmW3WzxF .form-control:focus::-webkit-input-placeholder,
.cid-tLdmW3WzxF .field-input:focus::-webkit-input-placeholder,
.cid-tLdmW3WzxF .form-control:hover::-webkit-input-placeholder,
.cid-tLdmW3WzxF .field-input:hover::-webkit-input-placeholder,
.cid-tLdmW3WzxF .form-control:focus::-webkit-input-placeholder,
.cid-tLdmW3WzxF .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-tLdmW3WzxF .form-control:hover:-moz-placeholder,
.cid-tLdmW3WzxF .field-input:hover:-moz-placeholder,
.cid-tLdmW3WzxF .form-control:focus:-moz-placeholder,
.cid-tLdmW3WzxF .field-input:focus:-moz-placeholder,
.cid-tLdmW3WzxF .form-control:hover:-moz-placeholder,
.cid-tLdmW3WzxF .field-input:hover:-moz-placeholder,
.cid-tLdmW3WzxF .form-control:focus:-moz-placeholder,
.cid-tLdmW3WzxF .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-tLdmW3WzxF .jq-number__spin:hover,
.cid-tLdmW3WzxF .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #9511a9;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tLdmW3WzxF .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #4d1145;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tLdmW3WzxF .jq-selectbox li,
.cid-tLdmW3WzxF .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tLdmW3WzxF .jq-selectbox li:hover,
.cid-tLdmW3WzxF .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tLdmW3WzxF .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tLdmW3WzxF .jq-number__spin.minus:hover:after,
.cid-tLdmW3WzxF .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tLdmW3WzxF .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tLdmW3WzxF .jq-number__spin.minus:after,
.cid-tLdmW3WzxF .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tLdmW3WzxF input::-webkit-clear-button {
  display: none;
}
.cid-tLdmW3WzxF input::-webkit-inner-spin-button {
  display: none;
}
.cid-tLdmW3WzxF input::-webkit-outer-spin-button {
  display: none;
}
.cid-tLdmW3WzxF input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tLdmW3WzxF .col-md-6 {
  margin-bottom: 2rem;
}
.cid-tLdmW3WzxF .form-group {
  margin-bottom: 0.4rem;
}
.cid-tLdmW3WzxF .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-tLdmW3WzxF .title1 {
  margin: 0;
}
.cid-tLdmW3WzxF .align-wrap {
  display: block;
}
.cid-tLdmW3WzxF .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tLdmW3WzxF form {
    padding: 0;
  }
  .cid-tLdmW3WzxF .socicon-wrap {
    margin: auto;
  }
}
.cid-tLdmW3WzxF .title {
  color: #832075;
}
.cid-tKb0ad9KHe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #181818;
}
.cid-tKb0adLgKo .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;
  transition: all 0.25s ease-in-out;
}
.cid-tKb0adLgKo .nav-item:focus,
.cid-tKb0adLgKo .nav-link:focus {
  outline: none;
}
.cid-tKb0adLgKo .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-tKb0adLgKo .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tKb0adLgKo .dropdown .dropdown-menu .dropdown-item:hover,
.cid-tKb0adLgKo .dropdown .dropdown-menu .dropdown-item:active,
.cid-tKb0adLgKo .dropdown .dropdown-menu .dropdown-item:focus {
  color: #4d1145 !important;
}
.cid-tKb0adLgKo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKb0adLgKo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tKb0adLgKo .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;
  transition: all 0.25s ease-in-out;
}
.cid-tKb0adLgKo .navbar-caption:hover {
  color: inherit !important;
}
.cid-tKb0adLgKo .container {
  max-width: 1380px;
}
.cid-tKb0adLgKo .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-tKb0adLgKo .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tKb0adLgKo .nav-link:hover,
.cid-tKb0adLgKo .nav-link:active,
.cid-tKb0adLgKo .nav-link:focus {
  border-bottom: 3px solid #4d1145;
  color: #4d1145 !important;
}
.cid-tKb0adLgKo .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-tKb0adLgKo .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tKb0adLgKo .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tKb0adLgKo .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKb0adLgKo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKb0adLgKo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKb0adLgKo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tKb0adLgKo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tKb0adLgKo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKb0adLgKo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKb0adLgKo .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-tKb0adLgKo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKb0adLgKo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tKb0adLgKo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tKb0adLgKo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKb0adLgKo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKb0adLgKo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tKb0adLgKo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKb0adLgKo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKb0adLgKo .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-tKb0adLgKo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tKb0adLgKo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKb0adLgKo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKb0adLgKo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tKb0adLgKo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKb0adLgKo .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tKb0adLgKo .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tKb0adLgKo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tKb0adLgKo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tKb0adLgKo .icons-menu span {
  color: #832075 !important;
}
.cid-tKb0adLgKo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKb0adLgKo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-tKb0adLgKo .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKb0adLgKo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKb0adLgKo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKb0adLgKo .dropdown-item.active,
.cid-tKb0adLgKo .dropdown-item:active {
  background-color: transparent;
}
.cid-tKb0adLgKo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKb0adLgKo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKb0adLgKo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKb0adLgKo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tKb0adLgKo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKb0adLgKo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKb0adLgKo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKb0adLgKo .navbar-buttons {
  text-align: center;
}
.cid-tKb0adLgKo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tKb0adLgKo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9511a9;
}
.cid-tKb0adLgKo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tKb0adLgKo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-tKb0adLgKo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-tKb0adLgKo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tKb0adLgKo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tKb0adLgKo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-tKb0adLgKo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-tKb0adLgKo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tKb0adLgKo .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tKb0adLgKo a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tKb0adLgKo .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tKb0adLgKo .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tKb0adLgKo .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKb0adLgKo .navbar {
    height: 77px;
  }
  .cid-tKb0adLgKo .navbar.opened {
    height: auto;
  }
  .cid-tKb0adLgKo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKb5XIPwwc {
  overflow: hidden;
  background-image: url("../../../assets/images/our-privacy-policy-b-1800x1014.webp");
}
.cid-tKb5XIPwwc .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-tKb5XIPwwc .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-tKb5XIPwwc .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tKb5XIPwwc .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-tKb5XIPwwc .container {
  max-width: 1600px;
}
.cid-tKb5XIPwwc .mbr-bold,
.cid-tKb5XIPwwc b {
  font-weight: 900;
}
.cid-tKb5XIPwwc .btn {
  color: white !important;
}
.cid-tKb5XIPwwc svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-tKb5XIPwwc svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-tKb5XIPwwc svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-tKb5XIPwwc svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-tKb5XIPwwc svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-tKb5XIPwwc .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-tKb5XIPwwc H1 {
  text-align: left;
}
.cid-tKb6BoE08D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tKb6BoE08D blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tLdn1VFqhT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tLdn1VFqhT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-tLdn1VFqhT img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-tLdn1VFqhT h3 {
  margin: 0;
}
.cid-tLdn1VFqhT .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-tLdn1VFqhT .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tLdn1VFqhT .text-wrap {
  width: 100%;
}
.cid-tLdn1VFqhT .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-tLdn1VFqhT .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tLdn1VFqhT .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #832075;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #832075;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tLdn1VFqhT .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #832075 !important;
  border: 2px solid #832075;
}
.cid-tLdn1VFqhT .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tLdn1VFqhT .jq-selectbox__dropdown,
.cid-tLdn1VFqhT ul {
  border-radius: 20px!important;
}
.cid-tLdn1VFqhT .jq-selectbox {
  border-radius: 30px;
}
.cid-tLdn1VFqhT .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-tLdn1VFqhT .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-tLdn1VFqhT input,
.cid-tLdn1VFqhT textarea,
.cid-tLdn1VFqhT .select {
  border-radius: 30px;
}
.cid-tLdn1VFqhT input,
.cid-tLdn1VFqhT textarea {
  padding: 1rem 2rem;
}
.cid-tLdn1VFqhT textarea {
  min-height: 10rem;
}
.cid-tLdn1VFqhT .form-control,
.cid-tLdn1VFqhT .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #4d1145;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tLdn1VFqhT .form-control::-webkit-input-placeholder,
.cid-tLdn1VFqhT .field-input::-webkit-input-placeholder,
.cid-tLdn1VFqhT .form-control::-webkit-input-placeholder,
.cid-tLdn1VFqhT .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-tLdn1VFqhT .form-control:-moz-placeholder,
.cid-tLdn1VFqhT .field-input:-moz-placeholder,
.cid-tLdn1VFqhT .form-control:-moz-placeholder,
.cid-tLdn1VFqhT .field-input:-moz-placeholder {
  color: #383838;
}
.cid-tLdn1VFqhT .form-control:hover,
.cid-tLdn1VFqhT .field-input:hover,
.cid-tLdn1VFqhT .form-control:focus,
.cid-tLdn1VFqhT .field-input:focus {
  background-color: #ffffff;
  border-color: #9511a9;
  color: #832075;
  box-shadow: none;
  outline: none;
}
.cid-tLdn1VFqhT .form-control:hover::-webkit-input-placeholder,
.cid-tLdn1VFqhT .field-input:hover::-webkit-input-placeholder,
.cid-tLdn1VFqhT .form-control:focus::-webkit-input-placeholder,
.cid-tLdn1VFqhT .field-input:focus::-webkit-input-placeholder,
.cid-tLdn1VFqhT .form-control:hover::-webkit-input-placeholder,
.cid-tLdn1VFqhT .field-input:hover::-webkit-input-placeholder,
.cid-tLdn1VFqhT .form-control:focus::-webkit-input-placeholder,
.cid-tLdn1VFqhT .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-tLdn1VFqhT .form-control:hover:-moz-placeholder,
.cid-tLdn1VFqhT .field-input:hover:-moz-placeholder,
.cid-tLdn1VFqhT .form-control:focus:-moz-placeholder,
.cid-tLdn1VFqhT .field-input:focus:-moz-placeholder,
.cid-tLdn1VFqhT .form-control:hover:-moz-placeholder,
.cid-tLdn1VFqhT .field-input:hover:-moz-placeholder,
.cid-tLdn1VFqhT .form-control:focus:-moz-placeholder,
.cid-tLdn1VFqhT .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-tLdn1VFqhT .jq-number__spin:hover,
.cid-tLdn1VFqhT .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #9511a9;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tLdn1VFqhT .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #4d1145;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tLdn1VFqhT .jq-selectbox li,
.cid-tLdn1VFqhT .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tLdn1VFqhT .jq-selectbox li:hover,
.cid-tLdn1VFqhT .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tLdn1VFqhT .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tLdn1VFqhT .jq-number__spin.minus:hover:after,
.cid-tLdn1VFqhT .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tLdn1VFqhT .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tLdn1VFqhT .jq-number__spin.minus:after,
.cid-tLdn1VFqhT .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tLdn1VFqhT input::-webkit-clear-button {
  display: none;
}
.cid-tLdn1VFqhT input::-webkit-inner-spin-button {
  display: none;
}
.cid-tLdn1VFqhT input::-webkit-outer-spin-button {
  display: none;
}
.cid-tLdn1VFqhT input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tLdn1VFqhT .col-md-6 {
  margin-bottom: 2rem;
}
.cid-tLdn1VFqhT .form-group {
  margin-bottom: 0.4rem;
}
.cid-tLdn1VFqhT .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-tLdn1VFqhT .title1 {
  margin: 0;
}
.cid-tLdn1VFqhT .align-wrap {
  display: block;
}
.cid-tLdn1VFqhT .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tLdn1VFqhT form {
    padding: 0;
  }
  .cid-tLdn1VFqhT .socicon-wrap {
    margin: auto;
  }
}
.cid-tLdn1VFqhT .title {
  color: #832075;
}
.cid-tKb5XOaTTR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #181818;
}
.cid-tKb5XOwLom .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;
  transition: all 0.25s ease-in-out;
}
.cid-tKb5XOwLom .nav-item:focus,
.cid-tKb5XOwLom .nav-link:focus {
  outline: none;
}
.cid-tKb5XOwLom .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-tKb5XOwLom .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tKb5XOwLom .dropdown .dropdown-menu .dropdown-item:hover,
.cid-tKb5XOwLom .dropdown .dropdown-menu .dropdown-item:active,
.cid-tKb5XOwLom .dropdown .dropdown-menu .dropdown-item:focus {
  color: #4d1145 !important;
}
.cid-tKb5XOwLom .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKb5XOwLom .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tKb5XOwLom .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;
  transition: all 0.25s ease-in-out;
}
.cid-tKb5XOwLom .navbar-caption:hover {
  color: inherit !important;
}
.cid-tKb5XOwLom .container {
  max-width: 1380px;
}
.cid-tKb5XOwLom .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-tKb5XOwLom .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tKb5XOwLom .nav-link:hover,
.cid-tKb5XOwLom .nav-link:active,
.cid-tKb5XOwLom .nav-link:focus {
  border-bottom: 3px solid #4d1145;
  color: #4d1145 !important;
}
.cid-tKb5XOwLom .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-tKb5XOwLom .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tKb5XOwLom .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tKb5XOwLom .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKb5XOwLom .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKb5XOwLom .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKb5XOwLom .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tKb5XOwLom .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tKb5XOwLom .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKb5XOwLom .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKb5XOwLom .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-tKb5XOwLom .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKb5XOwLom .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tKb5XOwLom .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tKb5XOwLom .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKb5XOwLom .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKb5XOwLom .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tKb5XOwLom .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKb5XOwLom .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKb5XOwLom .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-tKb5XOwLom .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tKb5XOwLom .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKb5XOwLom .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKb5XOwLom .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tKb5XOwLom .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKb5XOwLom .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tKb5XOwLom .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tKb5XOwLom .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tKb5XOwLom .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tKb5XOwLom .icons-menu span {
  color: #832075 !important;
}
.cid-tKb5XOwLom .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKb5XOwLom .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-tKb5XOwLom .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKb5XOwLom .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKb5XOwLom .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKb5XOwLom .dropdown-item.active,
.cid-tKb5XOwLom .dropdown-item:active {
  background-color: transparent;
}
.cid-tKb5XOwLom .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKb5XOwLom .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKb5XOwLom .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKb5XOwLom .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tKb5XOwLom .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKb5XOwLom .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKb5XOwLom ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKb5XOwLom .navbar-buttons {
  text-align: center;
}
.cid-tKb5XOwLom button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tKb5XOwLom button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9511a9;
}
.cid-tKb5XOwLom button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tKb5XOwLom button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-tKb5XOwLom button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-tKb5XOwLom button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tKb5XOwLom nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tKb5XOwLom nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-tKb5XOwLom nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-tKb5XOwLom nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tKb5XOwLom .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tKb5XOwLom a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tKb5XOwLom .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tKb5XOwLom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tKb5XOwLom .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKb5XOwLom .navbar {
    height: 77px;
  }
  .cid-tKb5XOwLom .navbar.opened {
    height: auto;
  }
  .cid-tKb5XOwLom .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKb8aGIixW {
  overflow: hidden;
  background-image: url("../../../assets/images/terms-of-use-1800x1200.webp");
}
.cid-tKb8aGIixW .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-tKb8aGIixW .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-tKb8aGIixW .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tKb8aGIixW .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-tKb8aGIixW .container {
  max-width: 1600px;
}
.cid-tKb8aGIixW .mbr-bold,
.cid-tKb8aGIixW b {
  font-weight: 900;
}
.cid-tKb8aGIixW .btn {
  color: white !important;
}
.cid-tKb8aGIixW svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-tKb8aGIixW svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-tKb8aGIixW svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-tKb8aGIixW svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-tKb8aGIixW svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-tKb8aGIixW .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-tKb8aGIixW H1 {
  text-align: left;
}
.cid-tKb8aHl0A1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tKb8aHl0A1 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tLdn8Tamd6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tLdn8Tamd6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-tLdn8Tamd6 img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-tLdn8Tamd6 h3 {
  margin: 0;
}
.cid-tLdn8Tamd6 .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-tLdn8Tamd6 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tLdn8Tamd6 .text-wrap {
  width: 100%;
}
.cid-tLdn8Tamd6 .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-tLdn8Tamd6 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tLdn8Tamd6 .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #832075;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #832075;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tLdn8Tamd6 .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #832075 !important;
  border: 2px solid #832075;
}
.cid-tLdn8Tamd6 .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tLdn8Tamd6 .jq-selectbox__dropdown,
.cid-tLdn8Tamd6 ul {
  border-radius: 20px!important;
}
.cid-tLdn8Tamd6 .jq-selectbox {
  border-radius: 30px;
}
.cid-tLdn8Tamd6 .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-tLdn8Tamd6 .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-tLdn8Tamd6 input,
.cid-tLdn8Tamd6 textarea,
.cid-tLdn8Tamd6 .select {
  border-radius: 30px;
}
.cid-tLdn8Tamd6 input,
.cid-tLdn8Tamd6 textarea {
  padding: 1rem 2rem;
}
.cid-tLdn8Tamd6 textarea {
  min-height: 10rem;
}
.cid-tLdn8Tamd6 .form-control,
.cid-tLdn8Tamd6 .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #4d1145;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tLdn8Tamd6 .form-control::-webkit-input-placeholder,
.cid-tLdn8Tamd6 .field-input::-webkit-input-placeholder,
.cid-tLdn8Tamd6 .form-control::-webkit-input-placeholder,
.cid-tLdn8Tamd6 .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-tLdn8Tamd6 .form-control:-moz-placeholder,
.cid-tLdn8Tamd6 .field-input:-moz-placeholder,
.cid-tLdn8Tamd6 .form-control:-moz-placeholder,
.cid-tLdn8Tamd6 .field-input:-moz-placeholder {
  color: #383838;
}
.cid-tLdn8Tamd6 .form-control:hover,
.cid-tLdn8Tamd6 .field-input:hover,
.cid-tLdn8Tamd6 .form-control:focus,
.cid-tLdn8Tamd6 .field-input:focus {
  background-color: #ffffff;
  border-color: #9511a9;
  color: #832075;
  box-shadow: none;
  outline: none;
}
.cid-tLdn8Tamd6 .form-control:hover::-webkit-input-placeholder,
.cid-tLdn8Tamd6 .field-input:hover::-webkit-input-placeholder,
.cid-tLdn8Tamd6 .form-control:focus::-webkit-input-placeholder,
.cid-tLdn8Tamd6 .field-input:focus::-webkit-input-placeholder,
.cid-tLdn8Tamd6 .form-control:hover::-webkit-input-placeholder,
.cid-tLdn8Tamd6 .field-input:hover::-webkit-input-placeholder,
.cid-tLdn8Tamd6 .form-control:focus::-webkit-input-placeholder,
.cid-tLdn8Tamd6 .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-tLdn8Tamd6 .form-control:hover:-moz-placeholder,
.cid-tLdn8Tamd6 .field-input:hover:-moz-placeholder,
.cid-tLdn8Tamd6 .form-control:focus:-moz-placeholder,
.cid-tLdn8Tamd6 .field-input:focus:-moz-placeholder,
.cid-tLdn8Tamd6 .form-control:hover:-moz-placeholder,
.cid-tLdn8Tamd6 .field-input:hover:-moz-placeholder,
.cid-tLdn8Tamd6 .form-control:focus:-moz-placeholder,
.cid-tLdn8Tamd6 .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-tLdn8Tamd6 .jq-number__spin:hover,
.cid-tLdn8Tamd6 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #9511a9;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tLdn8Tamd6 .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #4d1145;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tLdn8Tamd6 .jq-selectbox li,
.cid-tLdn8Tamd6 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tLdn8Tamd6 .jq-selectbox li:hover,
.cid-tLdn8Tamd6 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tLdn8Tamd6 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tLdn8Tamd6 .jq-number__spin.minus:hover:after,
.cid-tLdn8Tamd6 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tLdn8Tamd6 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tLdn8Tamd6 .jq-number__spin.minus:after,
.cid-tLdn8Tamd6 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tLdn8Tamd6 input::-webkit-clear-button {
  display: none;
}
.cid-tLdn8Tamd6 input::-webkit-inner-spin-button {
  display: none;
}
.cid-tLdn8Tamd6 input::-webkit-outer-spin-button {
  display: none;
}
.cid-tLdn8Tamd6 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tLdn8Tamd6 .col-md-6 {
  margin-bottom: 2rem;
}
.cid-tLdn8Tamd6 .form-group {
  margin-bottom: 0.4rem;
}
.cid-tLdn8Tamd6 .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-tLdn8Tamd6 .title1 {
  margin: 0;
}
.cid-tLdn8Tamd6 .align-wrap {
  display: block;
}
.cid-tLdn8Tamd6 .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tLdn8Tamd6 form {
    padding: 0;
  }
  .cid-tLdn8Tamd6 .socicon-wrap {
    margin: auto;
  }
}
.cid-tLdn8Tamd6 .title {
  color: #832075;
}
.cid-tKb8aICXCn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #181818;
}
.cid-tKb8aJ0uRu .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;
  transition: all 0.25s ease-in-out;
}
.cid-tKb8aJ0uRu .nav-item:focus,
.cid-tKb8aJ0uRu .nav-link:focus {
  outline: none;
}
.cid-tKb8aJ0uRu .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-tKb8aJ0uRu .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tKb8aJ0uRu .dropdown .dropdown-menu .dropdown-item:hover,
.cid-tKb8aJ0uRu .dropdown .dropdown-menu .dropdown-item:active,
.cid-tKb8aJ0uRu .dropdown .dropdown-menu .dropdown-item:focus {
  color: #4d1145 !important;
}
.cid-tKb8aJ0uRu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKb8aJ0uRu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tKb8aJ0uRu .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;
  transition: all 0.25s ease-in-out;
}
.cid-tKb8aJ0uRu .navbar-caption:hover {
  color: inherit !important;
}
.cid-tKb8aJ0uRu .container {
  max-width: 1380px;
}
.cid-tKb8aJ0uRu .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-tKb8aJ0uRu .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tKb8aJ0uRu .nav-link:hover,
.cid-tKb8aJ0uRu .nav-link:active,
.cid-tKb8aJ0uRu .nav-link:focus {
  border-bottom: 3px solid #4d1145;
  color: #4d1145 !important;
}
.cid-tKb8aJ0uRu .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-tKb8aJ0uRu .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tKb8aJ0uRu .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tKb8aJ0uRu .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKb8aJ0uRu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKb8aJ0uRu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKb8aJ0uRu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tKb8aJ0uRu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tKb8aJ0uRu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKb8aJ0uRu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKb8aJ0uRu .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-tKb8aJ0uRu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKb8aJ0uRu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tKb8aJ0uRu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tKb8aJ0uRu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKb8aJ0uRu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKb8aJ0uRu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tKb8aJ0uRu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKb8aJ0uRu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKb8aJ0uRu .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-tKb8aJ0uRu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tKb8aJ0uRu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKb8aJ0uRu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKb8aJ0uRu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tKb8aJ0uRu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKb8aJ0uRu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tKb8aJ0uRu .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tKb8aJ0uRu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tKb8aJ0uRu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tKb8aJ0uRu .icons-menu span {
  color: #832075 !important;
}
.cid-tKb8aJ0uRu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKb8aJ0uRu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-tKb8aJ0uRu .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKb8aJ0uRu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKb8aJ0uRu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKb8aJ0uRu .dropdown-item.active,
.cid-tKb8aJ0uRu .dropdown-item:active {
  background-color: transparent;
}
.cid-tKb8aJ0uRu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKb8aJ0uRu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKb8aJ0uRu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKb8aJ0uRu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tKb8aJ0uRu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKb8aJ0uRu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKb8aJ0uRu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKb8aJ0uRu .navbar-buttons {
  text-align: center;
}
.cid-tKb8aJ0uRu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tKb8aJ0uRu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9511a9;
}
.cid-tKb8aJ0uRu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tKb8aJ0uRu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-tKb8aJ0uRu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-tKb8aJ0uRu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tKb8aJ0uRu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tKb8aJ0uRu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-tKb8aJ0uRu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-tKb8aJ0uRu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tKb8aJ0uRu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tKb8aJ0uRu a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tKb8aJ0uRu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tKb8aJ0uRu .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tKb8aJ0uRu .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKb8aJ0uRu .navbar {
    height: 77px;
  }
  .cid-tKb8aJ0uRu .navbar.opened {
    height: auto;
  }
  .cid-tKb8aJ0uRu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKgr9BqBmv {
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/sajo-cars-2-1800x1200.webp");
}
.cid-tKgr9BqBmv .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-tKgr9BqBmv .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-tKgr9BqBmv .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tKgr9BqBmv .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-tKgr9BqBmv .container {
  max-width: 1600px;
}
.cid-tKgr9BqBmv .mbr-bold,
.cid-tKgr9BqBmv b {
  font-weight: 900;
}
.cid-tKgr9BqBmv .btn {
  color: white !important;
}
.cid-tKgr9BqBmv svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-tKgr9BqBmv svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-tKgr9BqBmv svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-tKgr9BqBmv svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-tKgr9BqBmv svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-tKgr9BqBmv .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-tKgr9BqBmv H1 {
  text-align: left;
}
.cid-tKgr9D25yo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tKgr9D25yo .mbr-text {
  color: #767676;
}
.cid-tKgr9D25yo .mbr-iconfont {
  color: #383838 !important;
  font-size: 3rem !important;
  position: relative;
}
.cid-tKgr9D25yo .card-img {
  margin-bottom: 3rem;
}
.cid-tKgr9D25yo .card-wrapper {
  padding: 3rem 2rem;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.cid-tKgr9D25yo .card-wrapper svg {
  position: absolute;
  top: 0px;
  left: 0;
  opacity: 0.3;
  -webkit-transform: rotate(-3deg) scale(1.15);
  transform: rotate(-3deg) scale(1.15);
}
.cid-tKgr9D25yo .card1 {
  background: #832075;
}
.cid-tKgr9D25yo .card2 {
  background: #181818;
}
.cid-tKgr9D25yo .card3 {
  background: #d28125;
}
.cid-tKgr9D25yo .card4 {
  background: #4d1145;
}
.cid-tKgr9D25yo .link {
  margin: 0;
}
.cid-tKgr9D25yo p {
  font-weight: 400;
}
.cid-tKgr9D25yo .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tKgr9D25yo .link a:hover {
  color: #ffffff !important;
}
.cid-tKgr9D25yo .link a:after {
  position: absolute;
  content: '\e967';
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-tKgr9D25yo .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tKgr9D25yo .card {
    margin-bottom: 3rem;
  }
}
.cid-tKgr9D25yo .mbr-text,
.cid-tKgr9D25yo .link {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tKgr9D25yo .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tKgr9D25yo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKgr9D25yo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKgr9D25yo .card-title,
.cid-tKgr9D25yo .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-tKn5XcAp2L {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tKn5XcAp2L .mbr-text {
  color: #767676;
}
.cid-tKn5XcAp2L .mbr-iconfont {
  color: #383838 !important;
  font-size: 3rem !important;
  position: relative;
}
.cid-tKn5XcAp2L .card-img {
  margin-bottom: 3rem;
}
.cid-tKn5XcAp2L .card-wrapper {
  padding: 3rem 2rem;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.cid-tKn5XcAp2L .card-wrapper svg {
  position: absolute;
  top: 0px;
  left: 0;
  opacity: 0.3;
  -webkit-transform: rotate(-3deg) scale(1.15);
  transform: rotate(-3deg) scale(1.15);
}
.cid-tKn5XcAp2L .card1 {
  background: #832075;
}
.cid-tKn5XcAp2L .card2 {
  background: #181818;
}
.cid-tKn5XcAp2L .card3 {
  background: #d28125;
}
.cid-tKn5XcAp2L .card4 {
  background: #4d1145;
}
.cid-tKn5XcAp2L .link {
  margin: 0;
}
.cid-tKn5XcAp2L p {
  font-weight: 400;
}
.cid-tKn5XcAp2L .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tKn5XcAp2L .link a:hover {
  color: #ffffff !important;
}
.cid-tKn5XcAp2L .link a:after {
  position: absolute;
  content: '\e967';
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-tKn5XcAp2L .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tKn5XcAp2L .card {
    margin-bottom: 3rem;
  }
}
.cid-tKn5XcAp2L .mbr-text,
.cid-tKn5XcAp2L .link {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tKn5XcAp2L .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tKn5XcAp2L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKn5XcAp2L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKn5XcAp2L .card-title,
.cid-tKn5XcAp2L .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-tKlPGq55Si {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tKlPGq55Si .mbr-text {
  color: #767676;
}
.cid-tKlPGq55Si .mbr-iconfont {
  color: #383838 !important;
  font-size: 3rem !important;
  position: relative;
}
.cid-tKlPGq55Si .card-img {
  margin-bottom: 3rem;
}
.cid-tKlPGq55Si .card-wrapper {
  padding: 3rem 2rem;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.cid-tKlPGq55Si .card-wrapper svg {
  position: absolute;
  top: 0px;
  left: 0;
  opacity: 0.3;
  -webkit-transform: rotate(-3deg) scale(1.15);
  transform: rotate(-3deg) scale(1.15);
}
.cid-tKlPGq55Si .card1 {
  background: #832075;
}
.cid-tKlPGq55Si .card2 {
  background: #181818;
}
.cid-tKlPGq55Si .card3 {
  background: #d28125;
}
.cid-tKlPGq55Si .card4 {
  background: #4d1145;
}
.cid-tKlPGq55Si .link {
  margin: 0;
}
.cid-tKlPGq55Si p {
  font-weight: 400;
}
.cid-tKlPGq55Si .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tKlPGq55Si .link a:hover {
  color: #ffffff !important;
}
.cid-tKlPGq55Si .link a:after {
  position: absolute;
  content: '\e967';
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-tKlPGq55Si .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tKlPGq55Si .card {
    margin-bottom: 3rem;
  }
}
.cid-tKlPGq55Si .mbr-text,
.cid-tKlPGq55Si .link {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tKlPGq55Si .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tKlPGq55Si .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKlPGq55Si .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKlPGq55Si .card-title,
.cid-tKlPGq55Si .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-tKgr9DO9OP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tKgr9DO9OP h3 {
  text-align: center;
}
.cid-tKgr9DO9OP .pie_progress {
  position: relative;
}
.cid-tKgr9DO9OP .pb-5 {
  padding-bottom: 5rem !important;
}
.cid-tKgr9DO9OP .card {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-tKgr9DO9OP .mbr-iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  font-size: 3rem;
  color: #181818 !important;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tKgr9DO9OP .wrap {
  width: 150px;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
.cid-tKgr9DO9OP .mbr-section-subtitle {
  color: #383838;
}
.cid-tKgr9DO9OP .pie_progress__number {
  text-align: center !important;
}
.cid-tKgr9DO9OP .card-title {
  margin-bottom: 0;
}
.cid-tKgr9DO9OP .svg-gradient {
  position: absolute;
}
.cid-tKgr9DO9OP ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-tKgr9DO9OP path {
  stroke: #832075;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tKgr9DO9OP .card {
    flex-basis: 50%;
  }
}
.cid-tKgr9DO9OP H4 {
  color: #832075;
}
.cid-tKgr9DO9OP .mbr-section-title {
  color: #181818;
}
.cid-tKgr9DO9OP .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: auto;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-tKgr9DO9OP .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-tKgr9DO9OP .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-tKgr9DO9OP .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
@media (max-width: 767px) {
  .cid-tKgr9DO9OP .link-wrap {
    margin: auto;
  }
  .cid-tKgr9DO9OP .pb-5 {
    padding-bottom: 2rem !important;
  }
}
.cid-tKgr9DO9OP H3 {
  color: #ffffff;
}
.cid-tKgr9DO9OP .card-text {
  color: #383838;
}
.cid-tKgr9DO9OP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKgr9DO9OP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKgr9Exev3 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tKgr9Exev3 h3 {
  text-align: center;
}
.cid-tKgr9Exev3 .pie_progress {
  position: relative;
}
.cid-tKgr9Exev3 .pb-5 {
  padding-bottom: 5rem !important;
}
.cid-tKgr9Exev3 .card {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-tKgr9Exev3 .mbr-iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  font-size: 3rem;
  color: #181818 !important;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tKgr9Exev3 .wrap {
  width: 150px;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
.cid-tKgr9Exev3 .mbr-section-subtitle {
  color: #383838;
}
.cid-tKgr9Exev3 .pie_progress__number {
  text-align: center !important;
}
.cid-tKgr9Exev3 .card-title {
  margin-bottom: 0;
}
.cid-tKgr9Exev3 .svg-gradient {
  position: absolute;
}
.cid-tKgr9Exev3 ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-tKgr9Exev3 path {
  stroke: #832075;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tKgr9Exev3 .card {
    flex-basis: 50%;
  }
}
.cid-tKgr9Exev3 H4 {
  color: #832075;
}
.cid-tKgr9Exev3 .mbr-section-title {
  color: #181818;
}
.cid-tKgr9Exev3 .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: auto;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-tKgr9Exev3 .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-tKgr9Exev3 .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-tKgr9Exev3 .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
@media (max-width: 767px) {
  .cid-tKgr9Exev3 .link-wrap {
    margin: auto;
  }
  .cid-tKgr9Exev3 .pb-5 {
    padding-bottom: 2rem !important;
  }
}
.cid-tKgr9Exev3 H3 {
  color: #ffffff;
}
.cid-tKgr9Exev3 .card-text {
  color: #383838;
}
.cid-tKgr9Exev3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKgr9Exev3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKgr9FnoEt {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
}
.cid-tKgr9FnoEt .accordion .card {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-tKgr9FnoEt .acc {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tKgr9FnoEt .acc {
    padding: 0 2rem;
  }
}
.cid-tKgr9FnoEt .img-col {
  padding: 0;
}
.cid-tKgr9FnoEt .card {
  border: 1px solid lightgray !important;
  border-radius: 20px !important;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-tKgr9FnoEt .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-tKgr9FnoEt .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-tKgr9FnoEt .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tKgr9FnoEt .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
}
.cid-tKgr9FnoEt .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tKgr9FnoEt .card .panel-body {
  color: #767676;
}
.cid-tKgr9FnoEt .card:hover {
  background: #f2f2f4;
}
.cid-tKgr9FnoEt .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #d28125;
}
.cid-tKgr9FnoEt .panel-title {
  display: flex !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tKgr9FnoEt .mbri-arrow-down:before {
  content: '\e960';
}
.cid-tKgr9FnoEt .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-tKgr9FnoEt .panel-collapse {
  margin-top: -1px;
}
.cid-tKgr9FnoEt H4 {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tKgr9FnoEt .img-col {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tKgr9FnoEt .panel-text {
    padding: 0 0.5rem;
  }
  .cid-tKgr9FnoEt .icon-left {
    margin-left: 0.5rem;
  }
  .cid-tKgr9FnoEt .sign {
    margin-right: 0.5rem;
  }
}
.cid-tKgr9FnoEt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKgr9FnoEt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKgr9FnoEt H2 {
  color: #181818;
}
.cid-tO6MBdr3pz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f2f2f4;
}
.cid-tO6MBdr3pz .content {
  max-width: 800px;
  margin: auto 0;
  padding: 0 2rem;
}
@media (min-width: 1400px) {
  .cid-tO6MBdr3pz .content {
    padding: 0 6rem;
  }
}
.cid-tO6MBdr3pz .mbr-figure {
  height: 100%;
}
.cid-tO6MBdr3pz img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tO6MBdr3pz .img-col {
  padding: 0;
}
.cid-tO6MBdr3pz .icon-wrap {
  width: fit-content;
  padding-bottom: 1.5rem;
  display: inline-block;
}
.cid-tO6MBdr3pz p {
  font-weight: 700;
  line-height: 1.6;
}
.cid-tO6MBdr3pz .mbr-iconfont {
  font-size: 5rem;
  color: #832075 !important;
}
.cid-tO6MBdr3pz .icon-title,
.cid-tO6MBdr3pz .mbr-iconfont {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tO6MBdr3pz .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tO6MBdr3pz .icon-wrap {
    margin: auto;
  }
}
.cid-tO6MBdr3pz H3 {
  color: #ed6436;
}
.cid-tO6MBdr3pz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO6MBdr3pz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLdmPzY1xP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tLdmPzY1xP .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-tLdmPzY1xP img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-tLdmPzY1xP h3 {
  margin: 0;
}
.cid-tLdmPzY1xP .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-tLdmPzY1xP .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tLdmPzY1xP .text-wrap {
  width: 100%;
}
.cid-tLdmPzY1xP .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-tLdmPzY1xP .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tLdmPzY1xP .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #832075;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #832075;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tLdmPzY1xP .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #832075 !important;
  border: 2px solid #832075;
}
.cid-tLdmPzY1xP .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tLdmPzY1xP .jq-selectbox__dropdown,
.cid-tLdmPzY1xP ul {
  border-radius: 20px!important;
}
.cid-tLdmPzY1xP .jq-selectbox {
  border-radius: 30px;
}
.cid-tLdmPzY1xP .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-tLdmPzY1xP .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-tLdmPzY1xP input,
.cid-tLdmPzY1xP textarea,
.cid-tLdmPzY1xP .select {
  border-radius: 30px;
}
.cid-tLdmPzY1xP input,
.cid-tLdmPzY1xP textarea {
  padding: 1rem 2rem;
}
.cid-tLdmPzY1xP textarea {
  min-height: 10rem;
}
.cid-tLdmPzY1xP .form-control,
.cid-tLdmPzY1xP .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #4d1145;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tLdmPzY1xP .form-control::-webkit-input-placeholder,
.cid-tLdmPzY1xP .field-input::-webkit-input-placeholder,
.cid-tLdmPzY1xP .form-control::-webkit-input-placeholder,
.cid-tLdmPzY1xP .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-tLdmPzY1xP .form-control:-moz-placeholder,
.cid-tLdmPzY1xP .field-input:-moz-placeholder,
.cid-tLdmPzY1xP .form-control:-moz-placeholder,
.cid-tLdmPzY1xP .field-input:-moz-placeholder {
  color: #383838;
}
.cid-tLdmPzY1xP .form-control:hover,
.cid-tLdmPzY1xP .field-input:hover,
.cid-tLdmPzY1xP .form-control:focus,
.cid-tLdmPzY1xP .field-input:focus {
  background-color: #ffffff;
  border-color: #9511a9;
  color: #832075;
  box-shadow: none;
  outline: none;
}
.cid-tLdmPzY1xP .form-control:hover::-webkit-input-placeholder,
.cid-tLdmPzY1xP .field-input:hover::-webkit-input-placeholder,
.cid-tLdmPzY1xP .form-control:focus::-webkit-input-placeholder,
.cid-tLdmPzY1xP .field-input:focus::-webkit-input-placeholder,
.cid-tLdmPzY1xP .form-control:hover::-webkit-input-placeholder,
.cid-tLdmPzY1xP .field-input:hover::-webkit-input-placeholder,
.cid-tLdmPzY1xP .form-control:focus::-webkit-input-placeholder,
.cid-tLdmPzY1xP .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-tLdmPzY1xP .form-control:hover:-moz-placeholder,
.cid-tLdmPzY1xP .field-input:hover:-moz-placeholder,
.cid-tLdmPzY1xP .form-control:focus:-moz-placeholder,
.cid-tLdmPzY1xP .field-input:focus:-moz-placeholder,
.cid-tLdmPzY1xP .form-control:hover:-moz-placeholder,
.cid-tLdmPzY1xP .field-input:hover:-moz-placeholder,
.cid-tLdmPzY1xP .form-control:focus:-moz-placeholder,
.cid-tLdmPzY1xP .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-tLdmPzY1xP .jq-number__spin:hover,
.cid-tLdmPzY1xP .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #9511a9;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tLdmPzY1xP .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #4d1145;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tLdmPzY1xP .jq-selectbox li,
.cid-tLdmPzY1xP .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tLdmPzY1xP .jq-selectbox li:hover,
.cid-tLdmPzY1xP .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tLdmPzY1xP .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tLdmPzY1xP .jq-number__spin.minus:hover:after,
.cid-tLdmPzY1xP .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tLdmPzY1xP .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tLdmPzY1xP .jq-number__spin.minus:after,
.cid-tLdmPzY1xP .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tLdmPzY1xP input::-webkit-clear-button {
  display: none;
}
.cid-tLdmPzY1xP input::-webkit-inner-spin-button {
  display: none;
}
.cid-tLdmPzY1xP input::-webkit-outer-spin-button {
  display: none;
}
.cid-tLdmPzY1xP input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tLdmPzY1xP .col-md-6 {
  margin-bottom: 2rem;
}
.cid-tLdmPzY1xP .form-group {
  margin-bottom: 0.4rem;
}
.cid-tLdmPzY1xP .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-tLdmPzY1xP .title1 {
  margin: 0;
}
.cid-tLdmPzY1xP .align-wrap {
  display: block;
}
.cid-tLdmPzY1xP .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tLdmPzY1xP form {
    padding: 0;
  }
  .cid-tLdmPzY1xP .socicon-wrap {
    margin: auto;
  }
}
.cid-tLdmPzY1xP .title {
  color: #832075;
}
.cid-tKgr9HPsjG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #181818;
}
.cid-tKgr9IqUeD .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;
  transition: all 0.25s ease-in-out;
}
.cid-tKgr9IqUeD .nav-item:focus,
.cid-tKgr9IqUeD .nav-link:focus {
  outline: none;
}
.cid-tKgr9IqUeD .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-tKgr9IqUeD .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tKgr9IqUeD .dropdown .dropdown-menu .dropdown-item:hover,
.cid-tKgr9IqUeD .dropdown .dropdown-menu .dropdown-item:active,
.cid-tKgr9IqUeD .dropdown .dropdown-menu .dropdown-item:focus {
  color: #4d1145 !important;
}
.cid-tKgr9IqUeD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKgr9IqUeD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tKgr9IqUeD .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;
  transition: all 0.25s ease-in-out;
}
.cid-tKgr9IqUeD .navbar-caption:hover {
  color: inherit !important;
}
.cid-tKgr9IqUeD .container {
  max-width: 1380px;
}
.cid-tKgr9IqUeD .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-tKgr9IqUeD .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tKgr9IqUeD .nav-link:hover,
.cid-tKgr9IqUeD .nav-link:active,
.cid-tKgr9IqUeD .nav-link:focus {
  border-bottom: 3px solid #4d1145;
  color: #4d1145 !important;
}
.cid-tKgr9IqUeD .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-tKgr9IqUeD .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tKgr9IqUeD .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tKgr9IqUeD .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKgr9IqUeD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKgr9IqUeD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKgr9IqUeD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tKgr9IqUeD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tKgr9IqUeD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKgr9IqUeD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKgr9IqUeD .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-tKgr9IqUeD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKgr9IqUeD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tKgr9IqUeD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tKgr9IqUeD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKgr9IqUeD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKgr9IqUeD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tKgr9IqUeD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKgr9IqUeD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKgr9IqUeD .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-tKgr9IqUeD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tKgr9IqUeD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKgr9IqUeD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKgr9IqUeD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tKgr9IqUeD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKgr9IqUeD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tKgr9IqUeD .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tKgr9IqUeD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tKgr9IqUeD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tKgr9IqUeD .icons-menu span {
  color: #832075 !important;
}
.cid-tKgr9IqUeD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKgr9IqUeD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-tKgr9IqUeD .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKgr9IqUeD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKgr9IqUeD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKgr9IqUeD .dropdown-item.active,
.cid-tKgr9IqUeD .dropdown-item:active {
  background-color: transparent;
}
.cid-tKgr9IqUeD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKgr9IqUeD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKgr9IqUeD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKgr9IqUeD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tKgr9IqUeD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKgr9IqUeD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKgr9IqUeD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKgr9IqUeD .navbar-buttons {
  text-align: center;
}
.cid-tKgr9IqUeD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tKgr9IqUeD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9511a9;
}
.cid-tKgr9IqUeD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tKgr9IqUeD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-tKgr9IqUeD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-tKgr9IqUeD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tKgr9IqUeD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tKgr9IqUeD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-tKgr9IqUeD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-tKgr9IqUeD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tKgr9IqUeD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tKgr9IqUeD a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tKgr9IqUeD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tKgr9IqUeD .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tKgr9IqUeD .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKgr9IqUeD .navbar {
    height: 77px;
  }
  .cid-tKgr9IqUeD .navbar.opened {
    height: auto;
  }
  .cid-tKgr9IqUeD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tO5WRpUYD2 {
  overflow: hidden;
  background-image: url("../../../assets/images/about-us-group-photo.001-1920x1080.webp");
}
.cid-tO5WRpUYD2 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-tO5WRpUYD2 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-tO5WRpUYD2 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tO5WRpUYD2 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-tO5WRpUYD2 .container {
  max-width: 1600px;
}
.cid-tO5WRpUYD2 .mbr-bold,
.cid-tO5WRpUYD2 b {
  font-weight: 900;
}
.cid-tO5WRpUYD2 .btn {
  color: white !important;
}
.cid-tO5WRpUYD2 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-tO5WRpUYD2 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-tO5WRpUYD2 svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-tO5WRpUYD2 svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-tO5WRpUYD2 svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-tO5WRpUYD2 .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-tO5WRpUYD2 H1 {
  text-align: left;
}
.cid-tO6yLR0Anh {
  background-color: #ffffff;
}
.cid-tO6yLR0Anh li {
  list-style: none;
}
.cid-tO6yLR0Anh .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tO6yLR0Anh .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-tO6yLR0Anh .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #832075 !important;
}
.cid-tO6yLR0Anh h4 {
  margin: 0;
}
.cid-tO6yLR0Anh ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tO6yLR0Anh .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-tO6yLR0Anh .col-title2 {
  color: #ed6436;
}
.cid-tO6yLR0Anh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO6yLR0Anh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tO7AoKk2zp {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #f2f2f4;
}
.cid-tO7AoKk2zp .mbr-text {
  color: #767676;
}
.cid-tO7AoKk2zp img {
  width: 100%;
}
.cid-tO7AoKk2zp .card-img {
  margin-bottom: 0rem;
}
.cid-tO7AoKk2zp .card-wrapper {
  background: #ffffff;
  border-radius: 3px;
  overflow: hidden;
}
.cid-tO7AoKk2zp .card-box {
  padding: 2rem 1rem;
}
.cid-tO7AoKk2zp p {
  font-weight: 400;
}
.cid-tO7AoKk2zp .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tO7AoKk2zp .card {
    margin-bottom: 2rem;
  }
}
.cid-tO7AoKk2zp .mbr-text,
.cid-tO7AoKk2zp .mbr-section-btn {
  text-align: center;
}
.cid-tO7AoKk2zp .card-title,
.cid-tO7AoKk2zp .card-img {
  text-align: center;
}
.cid-tO7AoKk2zp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO7AoKk2zp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tO6siZtbz0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tO6siZtbz0 .card-wrapper img {
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .cid-tO6siZtbz0 .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-tO6siZtbz0 .mbr-text,
.cid-tO6siZtbz0 .mbr-section-btn {
  color: #9511a9;
}
.cid-tO6siZtbz0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO6siZtbz0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tO5ZE3dxFi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tO5ZE3dxFi .card-wrapper img {
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .cid-tO5ZE3dxFi .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-tO5ZE3dxFi .mbr-text,
.cid-tO5ZE3dxFi .mbr-section-btn {
  color: #9511a9;
}
.cid-tO5ZE3dxFi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO5ZE3dxFi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tO5ZEZrDIa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tO5ZEZrDIa .card-wrapper img {
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .cid-tO5ZEZrDIa .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-tO5ZEZrDIa .mbr-text,
.cid-tO5ZEZrDIa .mbr-section-btn {
  color: #9511a9;
}
.cid-tO5ZEZrDIa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO5ZEZrDIa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tO5YGNjCzD.popup-builder {
  background-color: #ffffff;
}
.cid-tO5YGNjCzD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tO5YGNjCzD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tO5YGNjCzD .modal-content,
.cid-tO5YGNjCzD .modal-dialog {
  height: auto;
}
.cid-tO5YGNjCzD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tO5YGNjCzD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tO5YGNjCzD .form-wrapper .mbr-form .form-group,
  .cid-tO5YGNjCzD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tO5YGNjCzD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tO5YGNjCzD .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tO5YGNjCzD .mbr-text {
  text-align: center;
}
.cid-tO5YGNjCzD .pt-0 {
  padding-top: 0 !important;
}
.cid-tO5YGNjCzD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tO5YGNjCzD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tO5YGNjCzD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tO5YGNjCzD .modal-open {
  overflow: hidden;
}
.cid-tO5YGNjCzD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tO5YGNjCzD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tO5YGNjCzD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tO5YGNjCzD .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tO5YGNjCzD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tO5YGNjCzD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tO5YGNjCzD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tO5YGNjCzD .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tO5YGNjCzD .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tO5YGNjCzD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tO5YGNjCzD .modal-backdrop.fade {
  opacity: 0;
}
.cid-tO5YGNjCzD .modal-backdrop.show {
  opacity: .5;
}
.cid-tO5YGNjCzD .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tO5YGNjCzD .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tO5YGNjCzD .modal-header {
    padding: 1rem;
  }
}
.cid-tO5YGNjCzD .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tO5YGNjCzD .modal-header .close svg {
  fill: #832075;
}
.cid-tO5YGNjCzD .modal-header .close:hover {
  opacity: 1;
}
.cid-tO5YGNjCzD .modal-header .close:focus {
  outline: none;
}
.cid-tO5YGNjCzD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #181818;
}
.cid-tO5YGNjCzD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tO5YGNjCzD .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tO5YGNjCzD .modal-body {
    padding: 1rem;
  }
}
.cid-tO5YGNjCzD .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tO5YGNjCzD .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tO5YGNjCzD .modal-footer {
    padding: 1rem;
  }
}
.cid-tO5YGNjCzD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tO5YGNjCzD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tO5YGNjCzD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tO5YGNjCzD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tO5YGNjCzD .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tO5YGNjCzD .modal-lg,
  .cid-tO5YGNjCzD .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tO5YGNjCzD .modal-xl {
    max-width: 1140px;
  }
}
.cid-tO5YGNjCzD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tO5YGNjCzD .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tO5YGNjCzD .form-group {
  margin-bottom: 1rem;
}
.cid-tO5YGNjCzD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tO5YGNjCzD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tO5YGNjCzD .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tO5YGNjCzD .mbr-section-btn {
  margin: 0;
}
.cid-tO5YGNjCzD .mbr-section-btn .btn {
  margin: 0;
}
.cid-tO5YOGRyot.popup-builder {
  background-color: #ffffff;
}
.cid-tO5YOGRyot.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tO5YOGRyot.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tO5YOGRyot .modal-content,
.cid-tO5YOGRyot .modal-dialog {
  height: auto;
}
.cid-tO5YOGRyot .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tO5YOGRyot .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tO5YOGRyot .form-wrapper .mbr-form .form-group,
  .cid-tO5YOGRyot .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tO5YOGRyot .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tO5YOGRyot .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tO5YOGRyot .mbr-text {
  text-align: center;
}
.cid-tO5YOGRyot .pt-0 {
  padding-top: 0 !important;
}
.cid-tO5YOGRyot .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tO5YOGRyot .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tO5YOGRyot .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tO5YOGRyot .modal-open {
  overflow: hidden;
}
.cid-tO5YOGRyot .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tO5YOGRyot .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tO5YOGRyot .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tO5YOGRyot .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tO5YOGRyot .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tO5YOGRyot .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tO5YOGRyot .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tO5YOGRyot .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tO5YOGRyot .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tO5YOGRyot .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tO5YOGRyot .modal-backdrop.fade {
  opacity: 0;
}
.cid-tO5YOGRyot .modal-backdrop.show {
  opacity: .5;
}
.cid-tO5YOGRyot .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tO5YOGRyot .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tO5YOGRyot .modal-header {
    padding: 1rem;
  }
}
.cid-tO5YOGRyot .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tO5YOGRyot .modal-header .close svg {
  fill: #832075;
}
.cid-tO5YOGRyot .modal-header .close:hover {
  opacity: 1;
}
.cid-tO5YOGRyot .modal-header .close:focus {
  outline: none;
}
.cid-tO5YOGRyot .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tO5YOGRyot .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tO5YOGRyot .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tO5YOGRyot .modal-body {
    padding: 1rem;
  }
}
.cid-tO5YOGRyot .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tO5YOGRyot .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tO5YOGRyot .modal-footer {
    padding: 1rem;
  }
}
.cid-tO5YOGRyot .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tO5YOGRyot .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tO5YOGRyot .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tO5YOGRyot .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tO5YOGRyot .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tO5YOGRyot .modal-lg,
  .cid-tO5YOGRyot .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tO5YOGRyot .modal-xl {
    max-width: 1140px;
  }
}
.cid-tO5YOGRyot .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tO5YOGRyot .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tO5YOGRyot .form-group {
  margin-bottom: 1rem;
}
.cid-tO5YOGRyot .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tO5YOGRyot .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tO5YOGRyot .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tO5YOGRyot .mbr-section-btn {
  margin: 0;
}
.cid-tO5YOGRyot .mbr-section-btn .btn {
  margin: 0;
}
.cid-tOe8P7buXi.popup-builder {
  background-color: #ffffff;
}
.cid-tOe8P7buXi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tOe8P7buXi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tOe8P7buXi .modal-content,
.cid-tOe8P7buXi .modal-dialog {
  height: auto;
}
.cid-tOe8P7buXi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tOe8P7buXi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tOe8P7buXi .form-wrapper .mbr-form .form-group,
  .cid-tOe8P7buXi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tOe8P7buXi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tOe8P7buXi .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tOe8P7buXi .mbr-text {
  text-align: center;
}
.cid-tOe8P7buXi .pt-0 {
  padding-top: 0 !important;
}
.cid-tOe8P7buXi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tOe8P7buXi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tOe8P7buXi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tOe8P7buXi .modal-open {
  overflow: hidden;
}
.cid-tOe8P7buXi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tOe8P7buXi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tOe8P7buXi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tOe8P7buXi .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tOe8P7buXi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tOe8P7buXi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tOe8P7buXi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tOe8P7buXi .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tOe8P7buXi .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tOe8P7buXi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tOe8P7buXi .modal-backdrop.fade {
  opacity: 0;
}
.cid-tOe8P7buXi .modal-backdrop.show {
  opacity: .5;
}
.cid-tOe8P7buXi .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tOe8P7buXi .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tOe8P7buXi .modal-header {
    padding: 1rem;
  }
}
.cid-tOe8P7buXi .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tOe8P7buXi .modal-header .close svg {
  fill: #832075;
}
.cid-tOe8P7buXi .modal-header .close:hover {
  opacity: 1;
}
.cid-tOe8P7buXi .modal-header .close:focus {
  outline: none;
}
.cid-tOe8P7buXi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tOe8P7buXi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tOe8P7buXi .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOe8P7buXi .modal-body {
    padding: 1rem;
  }
}
.cid-tOe8P7buXi .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tOe8P7buXi .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOe8P7buXi .modal-footer {
    padding: 1rem;
  }
}
.cid-tOe8P7buXi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tOe8P7buXi .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tOe8P7buXi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tOe8P7buXi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tOe8P7buXi .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tOe8P7buXi .modal-lg,
  .cid-tOe8P7buXi .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tOe8P7buXi .modal-xl {
    max-width: 1140px;
  }
}
.cid-tOe8P7buXi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tOe8P7buXi .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tOe8P7buXi .form-group {
  margin-bottom: 1rem;
}
.cid-tOe8P7buXi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tOe8P7buXi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tOe8P7buXi .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tOe8P7buXi .mbr-section-btn {
  margin: 0;
}
.cid-tOe8P7buXi .mbr-section-btn .btn {
  margin: 0;
}
.cid-tO5YPU8ZPg.popup-builder {
  background-color: #ffffff;
}
.cid-tO5YPU8ZPg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tO5YPU8ZPg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tO5YPU8ZPg .modal-content,
.cid-tO5YPU8ZPg .modal-dialog {
  height: auto;
}
.cid-tO5YPU8ZPg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tO5YPU8ZPg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tO5YPU8ZPg .form-wrapper .mbr-form .form-group,
  .cid-tO5YPU8ZPg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tO5YPU8ZPg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tO5YPU8ZPg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tO5YPU8ZPg .mbr-text {
  text-align: center;
}
.cid-tO5YPU8ZPg .pt-0 {
  padding-top: 0 !important;
}
.cid-tO5YPU8ZPg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tO5YPU8ZPg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tO5YPU8ZPg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tO5YPU8ZPg .modal-open {
  overflow: hidden;
}
.cid-tO5YPU8ZPg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tO5YPU8ZPg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tO5YPU8ZPg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tO5YPU8ZPg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tO5YPU8ZPg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tO5YPU8ZPg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tO5YPU8ZPg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tO5YPU8ZPg .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tO5YPU8ZPg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tO5YPU8ZPg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tO5YPU8ZPg .modal-backdrop.fade {
  opacity: 0;
}
.cid-tO5YPU8ZPg .modal-backdrop.show {
  opacity: .5;
}
.cid-tO5YPU8ZPg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tO5YPU8ZPg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tO5YPU8ZPg .modal-header {
    padding: 1rem;
  }
}
.cid-tO5YPU8ZPg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tO5YPU8ZPg .modal-header .close svg {
  fill: #832075;
}
.cid-tO5YPU8ZPg .modal-header .close:hover {
  opacity: 1;
}
.cid-tO5YPU8ZPg .modal-header .close:focus {
  outline: none;
}
.cid-tO5YPU8ZPg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: right;
}
.cid-tO5YPU8ZPg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tO5YPU8ZPg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tO5YPU8ZPg .modal-body {
    padding: 1rem;
  }
}
.cid-tO5YPU8ZPg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tO5YPU8ZPg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tO5YPU8ZPg .modal-footer {
    padding: 1rem;
  }
}
.cid-tO5YPU8ZPg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tO5YPU8ZPg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tO5YPU8ZPg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tO5YPU8ZPg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tO5YPU8ZPg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tO5YPU8ZPg .modal-lg,
  .cid-tO5YPU8ZPg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tO5YPU8ZPg .modal-xl {
    max-width: 1140px;
  }
}
.cid-tO5YPU8ZPg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tO5YPU8ZPg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tO5YPU8ZPg .form-group {
  margin-bottom: 1rem;
}
.cid-tO5YPU8ZPg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tO5YPU8ZPg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tO5YPU8ZPg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tO5YPU8ZPg .mbr-section-btn {
  margin: 0;
}
.cid-tO5YPU8ZPg .mbr-section-btn .btn {
  margin: 0;
}
.cid-tO5YQnswvD.popup-builder {
  background-color: #ffffff;
}
.cid-tO5YQnswvD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tO5YQnswvD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tO5YQnswvD .modal-content,
.cid-tO5YQnswvD .modal-dialog {
  height: auto;
}
.cid-tO5YQnswvD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tO5YQnswvD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tO5YQnswvD .form-wrapper .mbr-form .form-group,
  .cid-tO5YQnswvD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tO5YQnswvD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tO5YQnswvD .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tO5YQnswvD .mbr-text {
  text-align: center;
}
.cid-tO5YQnswvD .pt-0 {
  padding-top: 0 !important;
}
.cid-tO5YQnswvD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tO5YQnswvD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tO5YQnswvD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tO5YQnswvD .modal-open {
  overflow: hidden;
}
.cid-tO5YQnswvD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tO5YQnswvD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tO5YQnswvD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tO5YQnswvD .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tO5YQnswvD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tO5YQnswvD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tO5YQnswvD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tO5YQnswvD .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tO5YQnswvD .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tO5YQnswvD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tO5YQnswvD .modal-backdrop.fade {
  opacity: 0;
}
.cid-tO5YQnswvD .modal-backdrop.show {
  opacity: .5;
}
.cid-tO5YQnswvD .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tO5YQnswvD .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tO5YQnswvD .modal-header {
    padding: 1rem;
  }
}
.cid-tO5YQnswvD .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tO5YQnswvD .modal-header .close svg {
  fill: #832075;
}
.cid-tO5YQnswvD .modal-header .close:hover {
  opacity: 1;
}
.cid-tO5YQnswvD .modal-header .close:focus {
  outline: none;
}
.cid-tO5YQnswvD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tO5YQnswvD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tO5YQnswvD .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tO5YQnswvD .modal-body {
    padding: 1rem;
  }
}
.cid-tO5YQnswvD .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tO5YQnswvD .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tO5YQnswvD .modal-footer {
    padding: 1rem;
  }
}
.cid-tO5YQnswvD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tO5YQnswvD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tO5YQnswvD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tO5YQnswvD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tO5YQnswvD .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tO5YQnswvD .modal-lg,
  .cid-tO5YQnswvD .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tO5YQnswvD .modal-xl {
    max-width: 1140px;
  }
}
.cid-tO5YQnswvD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tO5YQnswvD .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tO5YQnswvD .form-group {
  margin-bottom: 1rem;
}
.cid-tO5YQnswvD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tO5YQnswvD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tO5YQnswvD .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tO5YQnswvD .mbr-section-btn {
  margin: 0;
}
.cid-tO5YQnswvD .mbr-section-btn .btn {
  margin: 0;
}
.cid-tO5YQUy2kW.popup-builder {
  background-color: #ffffff;
}
.cid-tO5YQUy2kW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tO5YQUy2kW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tO5YQUy2kW .modal-content,
.cid-tO5YQUy2kW .modal-dialog {
  height: auto;
}
.cid-tO5YQUy2kW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tO5YQUy2kW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tO5YQUy2kW .form-wrapper .mbr-form .form-group,
  .cid-tO5YQUy2kW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tO5YQUy2kW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tO5YQUy2kW .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tO5YQUy2kW .mbr-text {
  text-align: center;
  color: #181818;
}
.cid-tO5YQUy2kW .pt-0 {
  padding-top: 0 !important;
}
.cid-tO5YQUy2kW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tO5YQUy2kW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tO5YQUy2kW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tO5YQUy2kW .modal-open {
  overflow: hidden;
}
.cid-tO5YQUy2kW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tO5YQUy2kW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tO5YQUy2kW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tO5YQUy2kW .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tO5YQUy2kW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tO5YQUy2kW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tO5YQUy2kW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tO5YQUy2kW .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tO5YQUy2kW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tO5YQUy2kW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tO5YQUy2kW .modal-backdrop.fade {
  opacity: 0;
}
.cid-tO5YQUy2kW .modal-backdrop.show {
  opacity: .5;
}
.cid-tO5YQUy2kW .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tO5YQUy2kW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tO5YQUy2kW .modal-header {
    padding: 1rem;
  }
}
.cid-tO5YQUy2kW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tO5YQUy2kW .modal-header .close svg {
  fill: #832075;
}
.cid-tO5YQUy2kW .modal-header .close:hover {
  opacity: 1;
}
.cid-tO5YQUy2kW .modal-header .close:focus {
  outline: none;
}
.cid-tO5YQUy2kW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tO5YQUy2kW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tO5YQUy2kW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tO5YQUy2kW .modal-body {
    padding: 1rem;
  }
}
.cid-tO5YQUy2kW .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tO5YQUy2kW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tO5YQUy2kW .modal-footer {
    padding: 1rem;
  }
}
.cid-tO5YQUy2kW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tO5YQUy2kW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tO5YQUy2kW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tO5YQUy2kW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tO5YQUy2kW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tO5YQUy2kW .modal-lg,
  .cid-tO5YQUy2kW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tO5YQUy2kW .modal-xl {
    max-width: 1140px;
  }
}
.cid-tO5YQUy2kW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tO5YQUy2kW .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tO5YQUy2kW .form-group {
  margin-bottom: 1rem;
}
.cid-tO5YQUy2kW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tO5YQUy2kW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tO5YQUy2kW .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tO5YQUy2kW .mbr-section-btn {
  margin: 0;
}
.cid-tO5YQUy2kW .mbr-section-btn .btn {
  margin: 0;
}
.cid-tO5YRu1MOU.popup-builder {
  background-color: #ffffff;
}
.cid-tO5YRu1MOU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tO5YRu1MOU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tO5YRu1MOU .modal-content,
.cid-tO5YRu1MOU .modal-dialog {
  height: auto;
}
.cid-tO5YRu1MOU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tO5YRu1MOU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tO5YRu1MOU .form-wrapper .mbr-form .form-group,
  .cid-tO5YRu1MOU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tO5YRu1MOU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tO5YRu1MOU .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tO5YRu1MOU .mbr-text {
  text-align: center;
}
.cid-tO5YRu1MOU .pt-0 {
  padding-top: 0 !important;
}
.cid-tO5YRu1MOU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tO5YRu1MOU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tO5YRu1MOU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tO5YRu1MOU .modal-open {
  overflow: hidden;
}
.cid-tO5YRu1MOU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tO5YRu1MOU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tO5YRu1MOU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tO5YRu1MOU .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tO5YRu1MOU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tO5YRu1MOU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tO5YRu1MOU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tO5YRu1MOU .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tO5YRu1MOU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tO5YRu1MOU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tO5YRu1MOU .modal-backdrop.fade {
  opacity: 0;
}
.cid-tO5YRu1MOU .modal-backdrop.show {
  opacity: .5;
}
.cid-tO5YRu1MOU .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tO5YRu1MOU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tO5YRu1MOU .modal-header {
    padding: 1rem;
  }
}
.cid-tO5YRu1MOU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tO5YRu1MOU .modal-header .close svg {
  fill: #832075;
}
.cid-tO5YRu1MOU .modal-header .close:hover {
  opacity: 1;
}
.cid-tO5YRu1MOU .modal-header .close:focus {
  outline: none;
}
.cid-tO5YRu1MOU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tO5YRu1MOU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tO5YRu1MOU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tO5YRu1MOU .modal-body {
    padding: 1rem;
  }
}
.cid-tO5YRu1MOU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tO5YRu1MOU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tO5YRu1MOU .modal-footer {
    padding: 1rem;
  }
}
.cid-tO5YRu1MOU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tO5YRu1MOU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tO5YRu1MOU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tO5YRu1MOU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tO5YRu1MOU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tO5YRu1MOU .modal-lg,
  .cid-tO5YRu1MOU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tO5YRu1MOU .modal-xl {
    max-width: 1140px;
  }
}
.cid-tO5YRu1MOU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tO5YRu1MOU .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tO5YRu1MOU .form-group {
  margin-bottom: 1rem;
}
.cid-tO5YRu1MOU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tO5YRu1MOU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tO5YRu1MOU .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tO5YRu1MOU .mbr-section-btn {
  margin: 0;
}
.cid-tO5YRu1MOU .mbr-section-btn .btn {
  margin: 0;
}
.cid-tO6Dd4d3dS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f2f2f4;
}
.cid-tO6Dd4d3dS .content {
  max-width: 800px;
  margin: auto 0;
  padding: 0 2rem;
}
@media (min-width: 1400px) {
  .cid-tO6Dd4d3dS .content {
    padding: 0 6rem;
  }
}
.cid-tO6Dd4d3dS .mbr-figure {
  height: 100%;
}
.cid-tO6Dd4d3dS img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tO6Dd4d3dS .img-col {
  padding: 0;
}
.cid-tO6Dd4d3dS .icon-wrap {
  width: fit-content;
  padding-bottom: 1.5rem;
  display: inline-block;
}
.cid-tO6Dd4d3dS p {
  font-weight: 700;
  line-height: 1.6;
}
.cid-tO6Dd4d3dS .mbr-iconfont {
  font-size: 5rem;
  color: #832075 !important;
}
.cid-tO6Dd4d3dS .icon-title,
.cid-tO6Dd4d3dS .mbr-iconfont {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tO6Dd4d3dS .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tO6Dd4d3dS .icon-wrap {
    margin: auto;
  }
}
.cid-tO6Dd4d3dS H3 {
  color: #ed6436;
}
.cid-tO6Dd4d3dS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO6Dd4d3dS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tO5WRumEWM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tO5WRumEWM .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tO5WRumEWM .content {
    padding: 0 2rem;
  }
}
.cid-tO5WRumEWM .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tO5WRumEWM .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tO5WRumEWM .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-tO5WRumEWM .icon-title,
.cid-tO5WRumEWM .mbr-iconfont {
  color: #832075;
}
.cid-tO5WRumEWM .icons-wrap {
  display: flex;
}
.cid-tO5WRumEWM .google-map {
  height: 100%;
  position: relative;
}
.cid-tO5WRumEWM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tO5WRumEWM .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-tO5WRumEWM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tO5WRumEWM .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-tO5WRumEWM .content {
    margin: auto;
  }
  .cid-tO5WRumEWM .google-map {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .cid-tO5WRumEWM .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tO5WRumEWM .icon-wrap {
    margin-right: 0rem;
  }
  .cid-tO5WRumEWM .google-map {
    height: 20rem;
  }
}
.cid-tO5WRumEWM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO5WRumEWM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tO5WRvKBSm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tO5WRvKBSm .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-tO5WRvKBSm img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-tO5WRvKBSm h3 {
  margin: 0;
}
.cid-tO5WRvKBSm .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-tO5WRvKBSm .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tO5WRvKBSm .text-wrap {
  width: 100%;
}
.cid-tO5WRvKBSm .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-tO5WRvKBSm .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tO5WRvKBSm .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #832075;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #832075;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tO5WRvKBSm .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #832075 !important;
  border: 2px solid #832075;
}
.cid-tO5WRvKBSm .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tO5WRvKBSm .jq-selectbox__dropdown,
.cid-tO5WRvKBSm ul {
  border-radius: 20px!important;
}
.cid-tO5WRvKBSm .jq-selectbox {
  border-radius: 30px;
}
.cid-tO5WRvKBSm .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-tO5WRvKBSm .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-tO5WRvKBSm input,
.cid-tO5WRvKBSm textarea,
.cid-tO5WRvKBSm .select {
  border-radius: 30px;
}
.cid-tO5WRvKBSm input,
.cid-tO5WRvKBSm textarea {
  padding: 1rem 2rem;
}
.cid-tO5WRvKBSm textarea {
  min-height: 10rem;
}
.cid-tO5WRvKBSm .form-control,
.cid-tO5WRvKBSm .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #4d1145;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tO5WRvKBSm .form-control::-webkit-input-placeholder,
.cid-tO5WRvKBSm .field-input::-webkit-input-placeholder,
.cid-tO5WRvKBSm .form-control::-webkit-input-placeholder,
.cid-tO5WRvKBSm .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-tO5WRvKBSm .form-control:-moz-placeholder,
.cid-tO5WRvKBSm .field-input:-moz-placeholder,
.cid-tO5WRvKBSm .form-control:-moz-placeholder,
.cid-tO5WRvKBSm .field-input:-moz-placeholder {
  color: #383838;
}
.cid-tO5WRvKBSm .form-control:hover,
.cid-tO5WRvKBSm .field-input:hover,
.cid-tO5WRvKBSm .form-control:focus,
.cid-tO5WRvKBSm .field-input:focus {
  background-color: #ffffff;
  border-color: #9511a9;
  color: #832075;
  box-shadow: none;
  outline: none;
}
.cid-tO5WRvKBSm .form-control:hover::-webkit-input-placeholder,
.cid-tO5WRvKBSm .field-input:hover::-webkit-input-placeholder,
.cid-tO5WRvKBSm .form-control:focus::-webkit-input-placeholder,
.cid-tO5WRvKBSm .field-input:focus::-webkit-input-placeholder,
.cid-tO5WRvKBSm .form-control:hover::-webkit-input-placeholder,
.cid-tO5WRvKBSm .field-input:hover::-webkit-input-placeholder,
.cid-tO5WRvKBSm .form-control:focus::-webkit-input-placeholder,
.cid-tO5WRvKBSm .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-tO5WRvKBSm .form-control:hover:-moz-placeholder,
.cid-tO5WRvKBSm .field-input:hover:-moz-placeholder,
.cid-tO5WRvKBSm .form-control:focus:-moz-placeholder,
.cid-tO5WRvKBSm .field-input:focus:-moz-placeholder,
.cid-tO5WRvKBSm .form-control:hover:-moz-placeholder,
.cid-tO5WRvKBSm .field-input:hover:-moz-placeholder,
.cid-tO5WRvKBSm .form-control:focus:-moz-placeholder,
.cid-tO5WRvKBSm .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-tO5WRvKBSm .jq-number__spin:hover,
.cid-tO5WRvKBSm .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #9511a9;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tO5WRvKBSm .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #4d1145;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tO5WRvKBSm .jq-selectbox li,
.cid-tO5WRvKBSm .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tO5WRvKBSm .jq-selectbox li:hover,
.cid-tO5WRvKBSm .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tO5WRvKBSm .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tO5WRvKBSm .jq-number__spin.minus:hover:after,
.cid-tO5WRvKBSm .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tO5WRvKBSm .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tO5WRvKBSm .jq-number__spin.minus:after,
.cid-tO5WRvKBSm .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tO5WRvKBSm input::-webkit-clear-button {
  display: none;
}
.cid-tO5WRvKBSm input::-webkit-inner-spin-button {
  display: none;
}
.cid-tO5WRvKBSm input::-webkit-outer-spin-button {
  display: none;
}
.cid-tO5WRvKBSm input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tO5WRvKBSm .col-md-6 {
  margin-bottom: 2rem;
}
.cid-tO5WRvKBSm .form-group {
  margin-bottom: 0.4rem;
}
.cid-tO5WRvKBSm .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-tO5WRvKBSm .title1 {
  margin: 0;
}
.cid-tO5WRvKBSm .align-wrap {
  display: block;
}
.cid-tO5WRvKBSm .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tO5WRvKBSm form {
    padding: 0;
  }
  .cid-tO5WRvKBSm .socicon-wrap {
    margin: auto;
  }
}
.cid-tO5WRvKBSm .title {
  color: #832075;
}
.cid-tO5WRwIT3t {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #181818;
}
.cid-tO5WRxqsdU .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;
  transition: all 0.25s ease-in-out;
}
.cid-tO5WRxqsdU .nav-item:focus,
.cid-tO5WRxqsdU .nav-link:focus {
  outline: none;
}
.cid-tO5WRxqsdU .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-tO5WRxqsdU .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tO5WRxqsdU .dropdown .dropdown-menu .dropdown-item:hover,
.cid-tO5WRxqsdU .dropdown .dropdown-menu .dropdown-item:active,
.cid-tO5WRxqsdU .dropdown .dropdown-menu .dropdown-item:focus {
  color: #4d1145 !important;
}
.cid-tO5WRxqsdU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tO5WRxqsdU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tO5WRxqsdU .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;
  transition: all 0.25s ease-in-out;
}
.cid-tO5WRxqsdU .navbar-caption:hover {
  color: inherit !important;
}
.cid-tO5WRxqsdU .container {
  max-width: 1380px;
}
.cid-tO5WRxqsdU .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-tO5WRxqsdU .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tO5WRxqsdU .nav-link:hover,
.cid-tO5WRxqsdU .nav-link:active,
.cid-tO5WRxqsdU .nav-link:focus {
  border-bottom: 3px solid #4d1145;
  color: #4d1145 !important;
}
.cid-tO5WRxqsdU .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-tO5WRxqsdU .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tO5WRxqsdU .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tO5WRxqsdU .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tO5WRxqsdU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tO5WRxqsdU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tO5WRxqsdU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tO5WRxqsdU .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tO5WRxqsdU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tO5WRxqsdU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tO5WRxqsdU .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-tO5WRxqsdU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tO5WRxqsdU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tO5WRxqsdU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tO5WRxqsdU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tO5WRxqsdU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tO5WRxqsdU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tO5WRxqsdU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tO5WRxqsdU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tO5WRxqsdU .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-tO5WRxqsdU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tO5WRxqsdU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tO5WRxqsdU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tO5WRxqsdU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tO5WRxqsdU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tO5WRxqsdU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tO5WRxqsdU .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tO5WRxqsdU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tO5WRxqsdU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tO5WRxqsdU .icons-menu span {
  color: #832075 !important;
}
.cid-tO5WRxqsdU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tO5WRxqsdU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-tO5WRxqsdU .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tO5WRxqsdU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tO5WRxqsdU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tO5WRxqsdU .dropdown-item.active,
.cid-tO5WRxqsdU .dropdown-item:active {
  background-color: transparent;
}
.cid-tO5WRxqsdU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tO5WRxqsdU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tO5WRxqsdU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tO5WRxqsdU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tO5WRxqsdU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tO5WRxqsdU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tO5WRxqsdU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tO5WRxqsdU .navbar-buttons {
  text-align: center;
}
.cid-tO5WRxqsdU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tO5WRxqsdU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9511a9;
}
.cid-tO5WRxqsdU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tO5WRxqsdU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-tO5WRxqsdU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-tO5WRxqsdU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tO5WRxqsdU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tO5WRxqsdU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-tO5WRxqsdU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-tO5WRxqsdU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tO5WRxqsdU .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tO5WRxqsdU a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tO5WRxqsdU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tO5WRxqsdU .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tO5WRxqsdU .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tO5WRxqsdU .navbar {
    height: 77px;
  }
  .cid-tO5WRxqsdU .navbar.opened {
    height: auto;
  }
  .cid-tO5WRxqsdU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tO74YvuQKr {
  overflow: hidden;
  background-image: url("../../../assets/images/about-us-group-photo.001-1920x1080.webp");
}
.cid-tO74YvuQKr .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-tO74YvuQKr .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-tO74YvuQKr .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tO74YvuQKr .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-tO74YvuQKr .container {
  max-width: 1600px;
}
.cid-tO74YvuQKr .mbr-bold,
.cid-tO74YvuQKr b {
  font-weight: 900;
}
.cid-tO74YvuQKr .btn {
  color: white !important;
}
.cid-tO74YvuQKr svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-tO74YvuQKr svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-tO74YvuQKr svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-tO74YvuQKr svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-tO74YvuQKr svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-tO74YvuQKr .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-tO74YvuQKr H1 {
  text-align: left;
}
.cid-tO76O91wg2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tO76O91wg2 .content {
    max-width: 600px;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tO76O91wg2 .content {
    padding: 0 2rem;
  }
}
.cid-tO76O91wg2 .img-col {
  padding: 0;
  margin: auto 0;
}
@media (max-width: 992px) {
  .cid-tO76O91wg2 .content {
    margin: auto;
  }
}
.cid-tO76O91wg2 li {
  list-style: none;
}
.cid-tO76O91wg2 .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tO76O91wg2 .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-tO76O91wg2 .mbr-iconfont {
  font-size: 18px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tO76O91wg2 h4 {
  margin: 0;
}
.cid-tO76O91wg2 ul {
  padding: 0;
  margin: 0;
}
.cid-tO76O91wg2 H2 {
  color: #832075;
}
.cid-tO76O91wg2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO76O91wg2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tO74YIdfrJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tO74YIdfrJ .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tO74YIdfrJ .content {
    padding: 0 2rem;
  }
}
.cid-tO74YIdfrJ .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tO74YIdfrJ .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tO74YIdfrJ .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-tO74YIdfrJ .icon-title,
.cid-tO74YIdfrJ .mbr-iconfont {
  color: #832075;
}
.cid-tO74YIdfrJ .icons-wrap {
  display: flex;
}
.cid-tO74YIdfrJ .google-map {
  height: 100%;
  position: relative;
}
.cid-tO74YIdfrJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tO74YIdfrJ .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-tO74YIdfrJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tO74YIdfrJ .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-tO74YIdfrJ .content {
    margin: auto;
  }
  .cid-tO74YIdfrJ .google-map {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .cid-tO74YIdfrJ .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tO74YIdfrJ .icon-wrap {
    margin-right: 0rem;
  }
  .cid-tO74YIdfrJ .google-map {
    height: 20rem;
  }
}
.cid-tO74YIdfrJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO74YIdfrJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tO74YJ8OEi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tO74YJ8OEi .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-tO74YJ8OEi img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-tO74YJ8OEi h3 {
  margin: 0;
}
.cid-tO74YJ8OEi .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-tO74YJ8OEi .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tO74YJ8OEi .text-wrap {
  width: 100%;
}
.cid-tO74YJ8OEi .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-tO74YJ8OEi .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tO74YJ8OEi .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #832075;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #832075;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tO74YJ8OEi .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #832075 !important;
  border: 2px solid #832075;
}
.cid-tO74YJ8OEi .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tO74YJ8OEi .jq-selectbox__dropdown,
.cid-tO74YJ8OEi ul {
  border-radius: 20px!important;
}
.cid-tO74YJ8OEi .jq-selectbox {
  border-radius: 30px;
}
.cid-tO74YJ8OEi .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-tO74YJ8OEi .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-tO74YJ8OEi input,
.cid-tO74YJ8OEi textarea,
.cid-tO74YJ8OEi .select {
  border-radius: 30px;
}
.cid-tO74YJ8OEi input,
.cid-tO74YJ8OEi textarea {
  padding: 1rem 2rem;
}
.cid-tO74YJ8OEi textarea {
  min-height: 10rem;
}
.cid-tO74YJ8OEi .form-control,
.cid-tO74YJ8OEi .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #4d1145;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tO74YJ8OEi .form-control::-webkit-input-placeholder,
.cid-tO74YJ8OEi .field-input::-webkit-input-placeholder,
.cid-tO74YJ8OEi .form-control::-webkit-input-placeholder,
.cid-tO74YJ8OEi .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-tO74YJ8OEi .form-control:-moz-placeholder,
.cid-tO74YJ8OEi .field-input:-moz-placeholder,
.cid-tO74YJ8OEi .form-control:-moz-placeholder,
.cid-tO74YJ8OEi .field-input:-moz-placeholder {
  color: #383838;
}
.cid-tO74YJ8OEi .form-control:hover,
.cid-tO74YJ8OEi .field-input:hover,
.cid-tO74YJ8OEi .form-control:focus,
.cid-tO74YJ8OEi .field-input:focus {
  background-color: #ffffff;
  border-color: #9511a9;
  color: #832075;
  box-shadow: none;
  outline: none;
}
.cid-tO74YJ8OEi .form-control:hover::-webkit-input-placeholder,
.cid-tO74YJ8OEi .field-input:hover::-webkit-input-placeholder,
.cid-tO74YJ8OEi .form-control:focus::-webkit-input-placeholder,
.cid-tO74YJ8OEi .field-input:focus::-webkit-input-placeholder,
.cid-tO74YJ8OEi .form-control:hover::-webkit-input-placeholder,
.cid-tO74YJ8OEi .field-input:hover::-webkit-input-placeholder,
.cid-tO74YJ8OEi .form-control:focus::-webkit-input-placeholder,
.cid-tO74YJ8OEi .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-tO74YJ8OEi .form-control:hover:-moz-placeholder,
.cid-tO74YJ8OEi .field-input:hover:-moz-placeholder,
.cid-tO74YJ8OEi .form-control:focus:-moz-placeholder,
.cid-tO74YJ8OEi .field-input:focus:-moz-placeholder,
.cid-tO74YJ8OEi .form-control:hover:-moz-placeholder,
.cid-tO74YJ8OEi .field-input:hover:-moz-placeholder,
.cid-tO74YJ8OEi .form-control:focus:-moz-placeholder,
.cid-tO74YJ8OEi .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-tO74YJ8OEi .jq-number__spin:hover,
.cid-tO74YJ8OEi .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #9511a9;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tO74YJ8OEi .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #4d1145;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tO74YJ8OEi .jq-selectbox li,
.cid-tO74YJ8OEi .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tO74YJ8OEi .jq-selectbox li:hover,
.cid-tO74YJ8OEi .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tO74YJ8OEi .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tO74YJ8OEi .jq-number__spin.minus:hover:after,
.cid-tO74YJ8OEi .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tO74YJ8OEi .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tO74YJ8OEi .jq-number__spin.minus:after,
.cid-tO74YJ8OEi .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tO74YJ8OEi input::-webkit-clear-button {
  display: none;
}
.cid-tO74YJ8OEi input::-webkit-inner-spin-button {
  display: none;
}
.cid-tO74YJ8OEi input::-webkit-outer-spin-button {
  display: none;
}
.cid-tO74YJ8OEi input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tO74YJ8OEi .col-md-6 {
  margin-bottom: 2rem;
}
.cid-tO74YJ8OEi .form-group {
  margin-bottom: 0.4rem;
}
.cid-tO74YJ8OEi .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-tO74YJ8OEi .title1 {
  margin: 0;
}
.cid-tO74YJ8OEi .align-wrap {
  display: block;
}
.cid-tO74YJ8OEi .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tO74YJ8OEi form {
    padding: 0;
  }
  .cid-tO74YJ8OEi .socicon-wrap {
    margin: auto;
  }
}
.cid-tO74YJ8OEi .title {
  color: #832075;
}
.cid-tO74YK0DEw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #181818;
}
.cid-tO74YKEMl9 .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;
  transition: all 0.25s ease-in-out;
}
.cid-tO74YKEMl9 .nav-item:focus,
.cid-tO74YKEMl9 .nav-link:focus {
  outline: none;
}
.cid-tO74YKEMl9 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-tO74YKEMl9 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tO74YKEMl9 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-tO74YKEMl9 .dropdown .dropdown-menu .dropdown-item:active,
.cid-tO74YKEMl9 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #4d1145 !important;
}
.cid-tO74YKEMl9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tO74YKEMl9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tO74YKEMl9 .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;
  transition: all 0.25s ease-in-out;
}
.cid-tO74YKEMl9 .navbar-caption:hover {
  color: inherit !important;
}
.cid-tO74YKEMl9 .container {
  max-width: 1380px;
}
.cid-tO74YKEMl9 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-tO74YKEMl9 .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tO74YKEMl9 .nav-link:hover,
.cid-tO74YKEMl9 .nav-link:active,
.cid-tO74YKEMl9 .nav-link:focus {
  border-bottom: 3px solid #4d1145;
  color: #4d1145 !important;
}
.cid-tO74YKEMl9 .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-tO74YKEMl9 .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tO74YKEMl9 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tO74YKEMl9 .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tO74YKEMl9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tO74YKEMl9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tO74YKEMl9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tO74YKEMl9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tO74YKEMl9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tO74YKEMl9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tO74YKEMl9 .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-tO74YKEMl9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tO74YKEMl9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tO74YKEMl9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tO74YKEMl9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tO74YKEMl9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tO74YKEMl9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tO74YKEMl9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tO74YKEMl9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tO74YKEMl9 .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-tO74YKEMl9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tO74YKEMl9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tO74YKEMl9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tO74YKEMl9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tO74YKEMl9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tO74YKEMl9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tO74YKEMl9 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tO74YKEMl9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tO74YKEMl9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tO74YKEMl9 .icons-menu span {
  color: #832075 !important;
}
.cid-tO74YKEMl9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tO74YKEMl9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-tO74YKEMl9 .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tO74YKEMl9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tO74YKEMl9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tO74YKEMl9 .dropdown-item.active,
.cid-tO74YKEMl9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tO74YKEMl9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tO74YKEMl9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tO74YKEMl9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tO74YKEMl9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tO74YKEMl9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tO74YKEMl9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tO74YKEMl9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tO74YKEMl9 .navbar-buttons {
  text-align: center;
}
.cid-tO74YKEMl9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tO74YKEMl9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9511a9;
}
.cid-tO74YKEMl9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tO74YKEMl9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-tO74YKEMl9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-tO74YKEMl9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tO74YKEMl9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tO74YKEMl9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-tO74YKEMl9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-tO74YKEMl9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tO74YKEMl9 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tO74YKEMl9 a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tO74YKEMl9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tO74YKEMl9 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tO74YKEMl9 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tO74YKEMl9 .navbar {
    height: 77px;
  }
  .cid-tO74YKEMl9 .navbar.opened {
    height: auto;
  }
  .cid-tO74YKEMl9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tO7bEXH73F {
  overflow: hidden;
  background-image: url("../../../assets/images/about-us-group-photo.001-1920x1080.webp");
}
.cid-tO7bEXH73F .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-tO7bEXH73F .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-tO7bEXH73F .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tO7bEXH73F .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-tO7bEXH73F .container {
  max-width: 1600px;
}
.cid-tO7bEXH73F .mbr-bold,
.cid-tO7bEXH73F b {
  font-weight: 900;
}
.cid-tO7bEXH73F .btn {
  color: white !important;
}
.cid-tO7bEXH73F svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-tO7bEXH73F svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-tO7bEXH73F svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-tO7bEXH73F svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-tO7bEXH73F svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-tO7bEXH73F .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-tO7bEXH73F H1 {
  text-align: left;
}
.cid-tO7bEYBEL6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tO7bEYBEL6 .content {
    max-width: 600px;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tO7bEYBEL6 .content {
    padding: 0 2rem;
  }
}
.cid-tO7bEYBEL6 .img-col {
  padding: 0;
  margin: auto 0;
}
@media (max-width: 992px) {
  .cid-tO7bEYBEL6 .content {
    margin: auto;
  }
}
.cid-tO7bEYBEL6 li {
  list-style: none;
}
.cid-tO7bEYBEL6 .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tO7bEYBEL6 .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-tO7bEYBEL6 .mbr-iconfont {
  font-size: 18px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tO7bEYBEL6 h4 {
  margin: 0;
}
.cid-tO7bEYBEL6 ul {
  padding: 0;
  margin: 0;
}
.cid-tO7bEYBEL6 H2 {
  color: #832075;
}
.cid-tO7bEYBEL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO7bEYBEL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tO7bEZptZY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tO7bEZptZY .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tO7bEZptZY .content {
    padding: 0 2rem;
  }
}
.cid-tO7bEZptZY .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tO7bEZptZY .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tO7bEZptZY .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-tO7bEZptZY .icon-title,
.cid-tO7bEZptZY .mbr-iconfont {
  color: #832075;
}
.cid-tO7bEZptZY .icons-wrap {
  display: flex;
}
.cid-tO7bEZptZY .google-map {
  height: 100%;
  position: relative;
}
.cid-tO7bEZptZY .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tO7bEZptZY .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-tO7bEZptZY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tO7bEZptZY .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-tO7bEZptZY .content {
    margin: auto;
  }
  .cid-tO7bEZptZY .google-map {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .cid-tO7bEZptZY .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tO7bEZptZY .icon-wrap {
    margin-right: 0rem;
  }
  .cid-tO7bEZptZY .google-map {
    height: 20rem;
  }
}
.cid-tO7bEZptZY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO7bEZptZY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tO7bF0eJ5e {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tO7bF0eJ5e .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-tO7bF0eJ5e img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-tO7bF0eJ5e h3 {
  margin: 0;
}
.cid-tO7bF0eJ5e .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-tO7bF0eJ5e .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tO7bF0eJ5e .text-wrap {
  width: 100%;
}
.cid-tO7bF0eJ5e .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-tO7bF0eJ5e .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tO7bF0eJ5e .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #832075;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #832075;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tO7bF0eJ5e .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #832075 !important;
  border: 2px solid #832075;
}
.cid-tO7bF0eJ5e .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tO7bF0eJ5e .jq-selectbox__dropdown,
.cid-tO7bF0eJ5e ul {
  border-radius: 20px!important;
}
.cid-tO7bF0eJ5e .jq-selectbox {
  border-radius: 30px;
}
.cid-tO7bF0eJ5e .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-tO7bF0eJ5e .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-tO7bF0eJ5e input,
.cid-tO7bF0eJ5e textarea,
.cid-tO7bF0eJ5e .select {
  border-radius: 30px;
}
.cid-tO7bF0eJ5e input,
.cid-tO7bF0eJ5e textarea {
  padding: 1rem 2rem;
}
.cid-tO7bF0eJ5e textarea {
  min-height: 10rem;
}
.cid-tO7bF0eJ5e .form-control,
.cid-tO7bF0eJ5e .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #4d1145;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tO7bF0eJ5e .form-control::-webkit-input-placeholder,
.cid-tO7bF0eJ5e .field-input::-webkit-input-placeholder,
.cid-tO7bF0eJ5e .form-control::-webkit-input-placeholder,
.cid-tO7bF0eJ5e .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-tO7bF0eJ5e .form-control:-moz-placeholder,
.cid-tO7bF0eJ5e .field-input:-moz-placeholder,
.cid-tO7bF0eJ5e .form-control:-moz-placeholder,
.cid-tO7bF0eJ5e .field-input:-moz-placeholder {
  color: #383838;
}
.cid-tO7bF0eJ5e .form-control:hover,
.cid-tO7bF0eJ5e .field-input:hover,
.cid-tO7bF0eJ5e .form-control:focus,
.cid-tO7bF0eJ5e .field-input:focus {
  background-color: #ffffff;
  border-color: #9511a9;
  color: #832075;
  box-shadow: none;
  outline: none;
}
.cid-tO7bF0eJ5e .form-control:hover::-webkit-input-placeholder,
.cid-tO7bF0eJ5e .field-input:hover::-webkit-input-placeholder,
.cid-tO7bF0eJ5e .form-control:focus::-webkit-input-placeholder,
.cid-tO7bF0eJ5e .field-input:focus::-webkit-input-placeholder,
.cid-tO7bF0eJ5e .form-control:hover::-webkit-input-placeholder,
.cid-tO7bF0eJ5e .field-input:hover::-webkit-input-placeholder,
.cid-tO7bF0eJ5e .form-control:focus::-webkit-input-placeholder,
.cid-tO7bF0eJ5e .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-tO7bF0eJ5e .form-control:hover:-moz-placeholder,
.cid-tO7bF0eJ5e .field-input:hover:-moz-placeholder,
.cid-tO7bF0eJ5e .form-control:focus:-moz-placeholder,
.cid-tO7bF0eJ5e .field-input:focus:-moz-placeholder,
.cid-tO7bF0eJ5e .form-control:hover:-moz-placeholder,
.cid-tO7bF0eJ5e .field-input:hover:-moz-placeholder,
.cid-tO7bF0eJ5e .form-control:focus:-moz-placeholder,
.cid-tO7bF0eJ5e .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-tO7bF0eJ5e .jq-number__spin:hover,
.cid-tO7bF0eJ5e .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #9511a9;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tO7bF0eJ5e .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #4d1145;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tO7bF0eJ5e .jq-selectbox li,
.cid-tO7bF0eJ5e .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tO7bF0eJ5e .jq-selectbox li:hover,
.cid-tO7bF0eJ5e .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tO7bF0eJ5e .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tO7bF0eJ5e .jq-number__spin.minus:hover:after,
.cid-tO7bF0eJ5e .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tO7bF0eJ5e .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tO7bF0eJ5e .jq-number__spin.minus:after,
.cid-tO7bF0eJ5e .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tO7bF0eJ5e input::-webkit-clear-button {
  display: none;
}
.cid-tO7bF0eJ5e input::-webkit-inner-spin-button {
  display: none;
}
.cid-tO7bF0eJ5e input::-webkit-outer-spin-button {
  display: none;
}
.cid-tO7bF0eJ5e input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tO7bF0eJ5e .col-md-6 {
  margin-bottom: 2rem;
}
.cid-tO7bF0eJ5e .form-group {
  margin-bottom: 0.4rem;
}
.cid-tO7bF0eJ5e .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-tO7bF0eJ5e .title1 {
  margin: 0;
}
.cid-tO7bF0eJ5e .align-wrap {
  display: block;
}
.cid-tO7bF0eJ5e .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tO7bF0eJ5e form {
    padding: 0;
  }
  .cid-tO7bF0eJ5e .socicon-wrap {
    margin: auto;
  }
}
.cid-tO7bF0eJ5e .title {
  color: #832075;
}
.cid-tO7bF15zid {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #181818;
}
.cid-tO7bF1D3lg .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;
  transition: all 0.25s ease-in-out;
}
.cid-tO7bF1D3lg .nav-item:focus,
.cid-tO7bF1D3lg .nav-link:focus {
  outline: none;
}
.cid-tO7bF1D3lg .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-tO7bF1D3lg .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tO7bF1D3lg .dropdown .dropdown-menu .dropdown-item:hover,
.cid-tO7bF1D3lg .dropdown .dropdown-menu .dropdown-item:active,
.cid-tO7bF1D3lg .dropdown .dropdown-menu .dropdown-item:focus {
  color: #4d1145 !important;
}
.cid-tO7bF1D3lg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tO7bF1D3lg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tO7bF1D3lg .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;
  transition: all 0.25s ease-in-out;
}
.cid-tO7bF1D3lg .navbar-caption:hover {
  color: inherit !important;
}
.cid-tO7bF1D3lg .container {
  max-width: 1380px;
}
.cid-tO7bF1D3lg .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-tO7bF1D3lg .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tO7bF1D3lg .nav-link:hover,
.cid-tO7bF1D3lg .nav-link:active,
.cid-tO7bF1D3lg .nav-link:focus {
  border-bottom: 3px solid #4d1145;
  color: #4d1145 !important;
}
.cid-tO7bF1D3lg .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-tO7bF1D3lg .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tO7bF1D3lg .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tO7bF1D3lg .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tO7bF1D3lg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tO7bF1D3lg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tO7bF1D3lg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tO7bF1D3lg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tO7bF1D3lg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tO7bF1D3lg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tO7bF1D3lg .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-tO7bF1D3lg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tO7bF1D3lg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tO7bF1D3lg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tO7bF1D3lg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tO7bF1D3lg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tO7bF1D3lg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tO7bF1D3lg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tO7bF1D3lg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tO7bF1D3lg .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-tO7bF1D3lg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tO7bF1D3lg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tO7bF1D3lg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tO7bF1D3lg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tO7bF1D3lg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tO7bF1D3lg .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tO7bF1D3lg .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tO7bF1D3lg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tO7bF1D3lg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tO7bF1D3lg .icons-menu span {
  color: #832075 !important;
}
.cid-tO7bF1D3lg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tO7bF1D3lg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-tO7bF1D3lg .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tO7bF1D3lg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tO7bF1D3lg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tO7bF1D3lg .dropdown-item.active,
.cid-tO7bF1D3lg .dropdown-item:active {
  background-color: transparent;
}
.cid-tO7bF1D3lg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tO7bF1D3lg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tO7bF1D3lg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tO7bF1D3lg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tO7bF1D3lg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tO7bF1D3lg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tO7bF1D3lg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tO7bF1D3lg .navbar-buttons {
  text-align: center;
}
.cid-tO7bF1D3lg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tO7bF1D3lg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9511a9;
}
.cid-tO7bF1D3lg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tO7bF1D3lg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-tO7bF1D3lg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-tO7bF1D3lg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tO7bF1D3lg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tO7bF1D3lg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-tO7bF1D3lg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-tO7bF1D3lg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-tO7bF1D3lg .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tO7bF1D3lg a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tO7bF1D3lg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tO7bF1D3lg .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tO7bF1D3lg .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tO7bF1D3lg .navbar {
    height: 77px;
  }
  .cid-tO7bF1D3lg .navbar.opened {
    height: auto;
  }
  .cid-tO7bF1D3lg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
