@import url(/assets/external/fonts.googleapis.com/a94f3282c35fb2624ebbb0d029c96fdd44fa50abf7a93a8286eb317f0e879858.css);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #f26430 !important;
}
.bg-info {
  background-color: #db2955 !important;
}
.bg-warning {
  background-color: #736859 !important;
}
.bg-danger {
  background-color: #009b72 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6761a8 !important;
  border-color: #6761a8 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #48437a !important;
  border-color: #48437a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #48437a !important;
  border-color: #48437a !important;
}
.btn-info,
.btn-info:active {
  background-color: #db2955 !important;
  border-color: #db2955 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #9d1a3b !important;
  border-color: #9d1a3b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #9d1a3b !important;
  border-color: #9d1a3b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f26430 !important;
  border-color: #f26430 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c93f0d !important;
  border-color: #c93f0d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c93f0d !important;
  border-color: #c93f0d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #736859 !important;
  border-color: #736859 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #484138 !important;
  border-color: #484138 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #484138 !important;
  border-color: #484138 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #009b72 !important;
  border-color: #009b72 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #004e3a !important;
  border-color: #004e3a !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #004e3a !important;
  border-color: #004e3a !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3e3a69;
  color: #3e3a69;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #6761a8;
  border-color: #6761a8;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6761a8 !important;
  border-color: #6761a8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #871733;
  color: #871733;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #db2955;
  border-color: #db2955;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #db2955 !important;
  border-color: #db2955 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #b1380b;
  color: #b1380b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #f26430;
  border-color: #f26430;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f26430 !important;
  border-color: #f26430 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #3a342d;
  color: #3a342d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #736859;
  border-color: #736859;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #736859 !important;
  border-color: #736859 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #003527;
  color: #003527;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #009b72;
  border-color: #009b72;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #009b72 !important;
  border-color: #009b72 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #6761a8 !important;
}
.text-success {
  color: #f26430 !important;
}
.text-info {
  color: #db2955 !important;
}
.text-warning {
  color: #736859 !important;
}
.text-danger {
  color: #009b72 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3e3a69 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #b1380b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #871733 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #3a342d !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #003527 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #db2955;
}
.alert-warning {
  background-color: #736859;
}
.alert-danger {
  background-color: #009b72;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fef4f0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f8d8e0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b1a89a;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #1cffc3;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #000000;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #000000;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #6761a8 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-sDriEE5dDW {
  padding-top: 135px;
  padding-bottom: 135px;
}
.cid-sDriEE5dDW .mbr-overlay {
  background: linear-gradient(90deg, #99b2ff, #000000);
}
.cid-sDriEE5dDW .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-sDriEE5dDW .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
  }
}
.cid-sDriEE5dDW .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
.cid-sDriEE5dDW .mbr-section-subtitle,
.cid-sDriEE5dDW .mbr-section-btn {
  color: #767676;
}
.cid-sDriF6Tb2I {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDriF6Tb2I .mbr-text {
  color: #767676;
}
.cid-sDriF6Tb2I h4 {
  text-align: center;
}
.cid-sDriF6Tb2I p {
  text-align: center;
}
.cid-sDriF6Tb2I .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDriF6Tb2I .card:hover .step {
  color: #ffffff;
  border: 0px solid transparent;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sDriF6Tb2I .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-sDriF6Tb2I .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #eee;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sDriF6Tb2I .step:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.3s;
  background: linear-gradient(45deg, #14cc95, #149dcc);
  border-radius: 50%;
}
.cid-sDriF6Tb2I .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sDriF6Tb2I .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #6761a8);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-sDriF6Tb2I .mbr-section-title,
  .cid-sDriF6Tb2I .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-sFvrR1Zv7g {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sDriFRufq0 .number-wrap {
  color: #cccccc;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-sDriFRufq0 .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #4cdcbc;
}
.cid-sDriFRufq0 .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-sDriFRufq0 .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  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: #4cdcbc;
}
.cid-sDriFRufq0 .countdown-cont {
  margin: 0 auto;
}
.cid-sDriFRufq0 .full-count-container {
  background: #000000;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-sDriFRufq0 .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sDriFRufq0 .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-sDriFRufq0 .dot {
    display: none;
  }
  .cid-sDriFRufq0 .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-sDriFRufq0 .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-sDriFRufq0 .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-sDriFRufq0 .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-sDriFRufq0 .number {
    font-size: 25px;
  }
  .cid-sDriFRufq0 .period {
    font-size: 0.7rem;
  }
}
.cid-sDriFRufq0 H2 {
  text-align: center;
}
.cid-sDriGiPg7m {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/cover-blur-2000x1125.jpg");
}
.cid-sDriGiPg7m .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sDriGiPg7m .form-head {
  background: #efefef;
  padding: 2rem;
}
.cid-sDriGiPg7m .form1 {
  background: #ffffff;
  padding: 2rem;
}
.cid-sDriGiPg7m .form-group {
  margin-bottom: 1rem;
}
.cid-sDriGiPg7m .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-sDriGiPg7m textarea.form-control {
  min-height: 96px;
}
.cid-sDriGiPg7m .input-group-btn {
  width: 100%;
}
.cid-sDriGiPg7m .input-group-btn .btn {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.cid-sDriGiPg7m .form-control-label {
  color: #333333;
  font-size: 1rem;
  font-weight: 100 !important;
}
@media (max-width: 767px) {
  .cid-sDriGiPg7m .form1 {
    padding: 1.5rem;
  }
}
.cid-sDriGiPg7m LABEL {
  text-align: left;
}
.cid-sDriGiPg7m P {
  color: #767676;
  text-align: center;
}
.cid-sDriGiPg7m .form-title {
  text-align: center;
}
.cid-sDriGiPg7m .form-subtitle {
  text-align: center;
}
.cid-sDriGIt3GX {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #0d5e3c, #000000);
}
.cid-sDriGIt3GX .btn {
  margin: 0 0 .5rem 0;
}
.cid-sDriGIt3GX H2 {
  text-align: center;
}
.cid-sDriGIt3GX H3 {
  text-align: center;
}
.cid-sDriHtSLVl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-sDriHtSLVl .card {
  padding: 1rem;
}
.cid-sDriHtSLVl .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #6814cc, #5e82d9);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-sDriHtSLVl .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-sDriHtSLVl .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-sDriHtSLVl .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sDriHtSLVl .card-sign {
  padding-top: .5rem;
}
.cid-sDriHtSLVl .underline .line {
  width: 5rem;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.cid-sDriHtSLVl .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-sDriHtSLVl .card-title {
    text-align: center;
  }
  .cid-sDriHtSLVl p.mbr-text,
  .cid-sDriHtSLVl p.date {
    text-align: center;
  }
}
.cid-sDriHtSLVl .card-box {
  background: #4d5360;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-sDriHtSLVl .card-text,
.cid-sDriHtSLVl .mbr-subtitle {
  color: #8d97ad;
}
.cid-sDriHtSLVl .card-text {
  color: #cccccc;
  text-align: left;
}
.cid-sDriHtSLVl .card-sign,
.cid-sDriHtSLVl .underline {
  color: #ffffff;
  text-align: left;
}
.cid-sEmCuNQqKz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #1d1d1d;
}
.cid-sEmCuNQqKz .card {
  padding: 1rem;
}
.cid-sEmCuNQqKz .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #232323, #767676);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-sEmCuNQqKz .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-sEmCuNQqKz .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-sEmCuNQqKz .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sEmCuNQqKz .card-sign {
  padding-top: .5rem;
}
.cid-sEmCuNQqKz .underline .line {
  width: 5rem;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.cid-sEmCuNQqKz .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-sEmCuNQqKz .card-title {
    text-align: center;
  }
  .cid-sEmCuNQqKz p.mbr-text,
  .cid-sEmCuNQqKz p.date {
    text-align: center;
  }
}
.cid-sEmCuNQqKz .card-box {
  background: #4d5360;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-sEmCuNQqKz .card-text,
.cid-sEmCuNQqKz .mbr-subtitle {
  color: #8d97ad;
}
.cid-sEmCuNQqKz .card-text {
  color: #cccccc;
  text-align: left;
}
.cid-sEmCuNQqKz .card-sign,
.cid-sEmCuNQqKz .underline {
  color: #ffffff;
  text-align: left;
}
.cid-sEmCuNQqKz H2 {
  color: #ffffff;
}
