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





body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 5.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.64rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.1rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.96rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.3rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.68rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.32rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((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: #f1a631 !important;
}
.bg-info {
  background-color: #fb7522 !important;
}
.bg-warning {
  background-color: #4da92e !important;
}
.bg-danger {
  background-color: #ff4e4e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #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: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #4580c5 !important;
  border-color: #4580c5 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4580c5 !important;
  border-color: #4580c5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fb7522 !important;
  border-color: #fb7522 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #cd5104 !important;
  border-color: #cd5104 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #cd5104 !important;
  border-color: #cd5104 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f1a631 !important;
  border-color: #f1a631 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c87f0e !important;
  border-color: #c87f0e !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c87f0e !important;
  border-color: #c87f0e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #4da92e !important;
  border-color: #4da92e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #326d1e !important;
  border-color: #326d1e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #326d1e !important;
  border-color: #326d1e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff4e4e !important;
  border-color: #ff4e4e !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff0101 !important;
  border-color: #ff0101 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff0101 !important;
  border-color: #ff0101 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #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: #3974b7;
  color: #3974b7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #7fa8d7;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #b44703;
  color: #b44703;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #fb7522;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #fb7522 !important;
  border-color: #fb7522 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #b0700c;
  color: #b0700c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #f1a631;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f1a631 !important;
  border-color: #f1a631 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #285918;
  color: #285918;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #4da92e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #4da92e !important;
  border-color: #4da92e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #e70000;
  color: #e70000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #ff4e4e;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4e4e !important;
  border-color: #ff4e4e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #000000 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #7fa8d7 !important;
}
.text-success {
  color: #f1a631 !important;
}
.text-info {
  color: #fb7522 !important;
}
.text-warning {
  color: #4da92e !important;
}
.text-danger {
  color: #ff4e4e !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3974b7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #b0700c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b44703 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #285918 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e70000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fb7522;
}
.alert-warning {
  background-color: #4da92e;
}
.alert-danger {
  background-color: #ff4e4e;
}
.mbr-section-btn a.btn:not(.btn-form) {
  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) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
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: #fef9f0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff2ea;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #93db7b;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #000000;
}
/* 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: #000000;
  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: 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: #000000 !important;
  background: #7fa8d7 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-rPlSYbDCz5 {
  background-image: url("../../../assets/images/ezgif.com-optimize.gif");
  background-position: right;
}
.cid-rPlSYbDCz5 .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-rPlSYbDCz5 .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-rPlSYbDCz5 .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-rPlSYbDCz5 img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-rPlSYbDCz5 .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-rPlSYbDCz5 .mbr-text,
.cid-rPlSYbDCz5 .mbr-section-btn {
  text-align: center;
}
.cid-rPlSYbDCz5 H1 {
  text-align: center;
}
.cid-rPfZKuQpSP {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-rPfZKuQpSP .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0;
}
.cid-rPfZKuQpSP .carousel-item.active,
.cid-rPfZKuQpSP .carousel-item-next,
.cid-rPfZKuQpSP .carousel-item-prev {
  display: flex;
}
.cid-rPfZKuQpSP h2 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  opacity: 0.1;
  color: #5f6481;
}
.cid-rPfZKuQpSP .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 2rem;
}
.cid-rPfZKuQpSP .carousel-controls a span {
  position: absolute;
  top: 120px;
  padding: 10px;
  border-radius: 50%;
  color: #000000;
  background: white;
  opacity: 0.3;
  transition: all 0.3s;
}
.cid-rPfZKuQpSP .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-rPfZKuQpSP .carousel-controls .carousel-control-next,
.cid-rPfZKuQpSP .carousel-controls .carousel-control-prev {
  top: 100%;
}
.cid-rPfZKuQpSP .carousel-controls .carousel-control-prev {
  left: 78% !important;
}
.cid-rPfZKuQpSP .title {
  color: #000000;
}
.cid-rPfZKuQpSP .user_text {
  color: #ffffff;
  min-height: 21rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rPfZKuQpSP .user_text .user_desk {
  font-size: 42rem;
  line-height: 1 !important;
  text-overflow: clip;
  white-space: nowrap;
  max-width: 100%;
  height: 42rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rPfZKuQpSP h2 {
    top: -4rem;
  }
  .cid-rPfZKuQpSP .carousel-controls .carousel-control-prev {
    left: 73% !important;
  }
  .cid-rPfZKuQpSP .user_desk {
    font-size: 35rem !important;
  }
}
@media (max-width: 500px) {
  .cid-rPfZKuQpSP .carousel-controls .carousel-control-prev {
    left: 70% !important;
  }
  .cid-rPfZKuQpSP .user_desk {
    font-size: 30rem !important;
  }
}
@media (max-width: 400px) {
  .cid-rPfZKuQpSP .user_desk {
    font-size: 20rem !important;
  }
}
.cid-rPfZKuQpSP .carousel-inner {
  overflow: visible;
}
.cid-rPfZKuQpSP a.mbr-section-subtitle {
  display: inline-block;
  color: #ffffff;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-rPfZKuQpSP a.mbr-section-subtitle:not(:first-child) {
  margin-left: 20px;
}
.cid-rPfZKuQpSP a.mbr-section-subtitle:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-rPfZKuQpSP a.mbr-section-subtitle::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-rPfZKuQpSP a.mbr-section-subtitle:hover:after,
.cid-rPfZKuQpSP a.mbr-section-subtitle:focus:after {
  animation-duration: 1s;
  animation-name: slidein;
}
.cid-rPfZKuQpSP a.mbr-section-subtitle:hover:before,
.cid-rPfZKuQpSP a.mbr-section-subtitle:focus:before {
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-name: slideout;
}
.cid-rPfZKuQpSP H2 {
  color: #000000;
}
.cid-rPfZKuQpSP .user_text .text {
  color: #000000;
  text-align: center;
}
.cid-rPhJxiQuNZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rPhJxiQuNZ img {
  width: 90%;
}
.cid-rPhJxiQuNZ .mbr-text,
.cid-rPhJxiQuNZ .mbr-section-btn {
  color: #ffffff;
}
.cid-rPhJxiQuNZ h2 {
  padding-left: 11rem;
}
.cid-rPhJxiQuNZ p {
  padding-right: 8rem;
}
.cid-rPhJxiQuNZ .separator {
  margin-bottom: 1px;
  margin-top: 38px;
  margin-left: 0;
  margin-right: auto;
  width: 30%;
}
.cid-rPhJxiQuNZ .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  min-width: 10%;
}
.cid-rPhJxiQuNZ .separator .sep-holder .sep-line {
  border-color: #000000 !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 2px solid #ebebeb;
  position: relative;
  top: 1px;
}
@media (max-width: 992px) {
  .cid-rPhJxiQuNZ h2 {
    text-align: center;
    padding-left: 0;
  }
  .cid-rPhJxiQuNZ img {
    width: 100%;
  }
  .cid-rPhJxiQuNZ .pb-5 {
    padding-bottom: 1rem !important;
  }
  .cid-rPhJxiQuNZ p {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-rPhJxiQuNZ h2 {
    text-align: left !important;
    padding-left: 0 !important;
  }
  .cid-rPhJxiQuNZ p {
    text-align: left !important;
    position: relative;
  }
}
.cid-rPhJxiQuNZ H2 {
  text-align: center;
  color: #ffffff;
}
.cid-rPgSlGsj4J {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rPgSlGsj4J h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-rPgSlGsj4J .mbr-section-subtitle {
  color: #767676;
}
.cid-rPgSlGsj4J .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-rPgSlGsj4J .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-rPgTNo1i4E {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rPgTNo1i4E .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-rPgTNo1i4E .card-wrap {
  background-color: #232323;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-rPgTNo1i4E .card-wrap:hover h4,
.cid-rPgTNo1i4E .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-rPgTNo1i4E h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-rPgTNo1i4E h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-rPgTNo1i4E img {
  width: 100%;
}
.cid-rPgTNo1i4E h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-rPgTNo1i4E h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-rPgTNo1i4E .card-title1,
.cid-rPgTNo1i4E .title-wrap1 {
  color: #ffffff;
}
.cid-rPgTNo1i4E .card-title,
.cid-rPgTNo1i4E .title-wrap {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-rPgTNo1i4E .mdpb {
    padding-bottom: 2rem;
  }
  .cid-rPgTNo1i4E .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-rPgTNo1i4E H3 {
  color: #ffffff;
}
.cid-rPhOuTr5mq {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rPhOuTr5mq .mbr-section-subtitle {
  color: #767676;
}
.cid-rPhOuTr5mq .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rPhOuTr5mq .mbr-author-desc {
  display: block;
  color: #000000;
}
.cid-rPhOuTr5mq .mbr-author-name {
  color: #000000;
  text-align: center;
}
.cid-rPhOuTr5mq .mbr-testimonial .panel-item {
  transition: all 0.3s;
}
.cid-rPhOuTr5mq .mbr-testimonial .panel-item:hover {
  transform: translateY(-1.5rem);
}
.cid-rPhOuTr5mq .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
  position: relative;
}
.cid-rPhOuTr5mq .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  max-width: 180px;
  max-height: 180px;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rPhOuTr5mq .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rPhOuTr5mq .mbr-testimonial .card-footer {
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  transition: all 0.2s;
  transform: translateY(2rem);
  box-shadow: 0 10px 55px 5px rgba(166, 194, 227, 0.35);
  border-radius: 0.25rem;
}
.cid-rPhOuTr5mq .mbr-testimonial .card-footer:hover {
  transform: translateY(0rem);
  opacity: 1;
}
@media (max-width: 576px) {
  .cid-rPhOuTr5mq .card-footer {
    transform: translateY(0rem) !important;
    opacity: 1!important;
  }
}
@media (max-width: 300px) {
  .cid-rPhOuTr5mq .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rPhOuTr5mq .mbr-iconfont-social {
  font-size: 18px;
}
.cid-rPhOuTr5mq .icon1 {
  color: #5263b8;
}
.cid-rPhOuTr5mq .icon2 {
  color: #149dcc;
}
.cid-rPhOuTr5mq .icon3 {
  color: #879a9f;
}
.cid-rPhOuTr5mq .social-list a:focus {
  text-decoration: none;
}
.cid-rPhvJQnmNU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rPhvJQnmNU .mbr-section-title,
.cid-rPhvJQnmNU .mbr-section-subtitle {
  color: #000000;
}
.cid-rPhvJQnmNU .mbr-section-text {
  color: #232323;
}
.cid-rPhvJQnmNU .mbr-text,
.cid-rPhvJQnmNU .typed-text,
.cid-rPhvJQnmNU .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rPhvJQnmNU .btn {
  margin-left: 4px !important;
}
.cid-rPhvJQnmNU .animated-element {
  color: #000000;
}
.cid-rPhvJQnmNU .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #000000;
}
.cid-rPhvJQnmNU .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rPhvJQnmNU .typed-text,
  .cid-rPhvJQnmNU .mbr-section-subtitle,
  .cid-rPhvJQnmNU .mbr-section-text,
  .cid-rPhvJQnmNU .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rPhD6CcKZh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rPhD6CcKZh .container-fluid {
  position: relative;
}
.cid-rPhD6CcKZh .page-title-content {
  width: 100%;
}
.cid-rPhD6CcKZh .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-rPhD6CcKZh .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-rPhD6CcKZh .page-title-content {
    text-align: center;
  }
}
.cid-rPhD6CcKZh .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-rPhD6CcKZh a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-rPhD6CcKZh a:not(:first-child) {
  margin-left: 20px;
}
.cid-rPhD6CcKZh a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-rPhD6CcKZh a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-rPhD6CcKZh a:hover:after,
.cid-rPhD6CcKZh a:focus:after {
  animation-duration: 1s;
  animation-name: slidein;
}
.cid-rPhD6CcKZh a:hover:before,
.cid-rPhD6CcKZh a:focus:before {
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-name: slideout;
}
.cid-rPhD6CcKZh a.text-white:hover,
.cid-rPhD6CcKZh a.text-white:focus {
  color: #ffffff !important;
}
.cid-rPhD6CcKZh .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-rPhD6CcKZh .page-title-content .title,
.cid-rPhD6CcKZh .icon-section,
.cid-rPhD6CcKZh .mbr-section-btn {
  color: #000000;
}
.cid-rPfZ5BQIU5 .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 75px;
}
.cid-rPfZ5BQIU5 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rPfZ5BQIU5 a {
  font-style: normal;
}
.cid-rPfZ5BQIU5 a .link:hover {
  color: inherit !important;
}
.cid-rPfZ5BQIU5 .dropdown-item:active {
  background: #121525;
  line-height: 0.9 !important;
}
.cid-rPfZ5BQIU5 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rPfZ5BQIU5 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0 7px !important;
  margin: 0 8px !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  font-weight: 400 !important;
}
.cid-rPfZ5BQIU5 .nav-item:focus,
.cid-rPfZ5BQIU5 .nav-link:focus {
  outline: none;
}
.cid-rPfZ5BQIU5 .btn {
  padding: 0rem 0.9rem 1px 1.3rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 2.6;
  border-width: 2px;
}
.cid-rPfZ5BQIU5 .btn ins {
  text-decoration: none;
}
.cid-rPfZ5BQIU5 .btn .mbr-iconfont {
  font-size: 0.9rem;
  padding-left: 15px !important;
  padding-top: 1px;
  margin-right: 4px;
  order: 5;
  transition: all 0s ease-in-out;
}
.cid-rPfZ5BQIU5 .menu-logo {
  margin-right: auto;
}
.cid-rPfZ5BQIU5 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  transition: padding .2s;
  min-height: 3rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rPfZ5BQIU5 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rPfZ5BQIU5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
  font-weight: 400 !important;
}
.cid-rPfZ5BQIU5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 3rem;
  transition: font-size 0.25s;
}
.cid-rPfZ5BQIU5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
  color: #ffffff;
}
.cid-rPfZ5BQIU5 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rPfZ5BQIU5 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 1rem;
  width: auto;
  overflow: visible;
}
.cid-rPfZ5BQIU5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rPfZ5BQIU5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
  padding-bottom: 10px;
}
.cid-rPfZ5BQIU5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rPfZ5BQIU5 .dropdown .dropdown-menu {
  background: #121525;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
  border-radius: 3px;
}
.cid-rPfZ5BQIU5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.435em 1.5385em !important;
  line-height: 0.9 !important;
}
.cid-rPfZ5BQIU5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rPfZ5BQIU5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rPfZ5BQIU5 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rPfZ5BQIU5 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rPfZ5BQIU5 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rPfZ5BQIU5 .navbar.navbar-short .navbar-toggler-right {
  top: 35px;
}
.cid-rPfZ5BQIU5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rPfZ5BQIU5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rPfZ5BQIU5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rPfZ5BQIU5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rPfZ5BQIU5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 2.1rem;
  right: 1rem;
}
.cid-rPfZ5BQIU5 button.navbar-toggler:focus {
  outline: none;
}
.cid-rPfZ5BQIU5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rPfZ5BQIU5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rPfZ5BQIU5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rPfZ5BQIU5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rPfZ5BQIU5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rPfZ5BQIU5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rPfZ5BQIU5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rPfZ5BQIU5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rPfZ5BQIU5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rPfZ5BQIU5 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rPfZ5BQIU5 .collapsed .btn {
  display: -webkit-flex;
}
.cid-rPfZ5BQIU5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rPfZ5BQIU5 .collapsed .navbar-collapse.collapsing,
.cid-rPfZ5BQIU5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rPfZ5BQIU5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rPfZ5BQIU5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rPfZ5BQIU5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rPfZ5BQIU5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rPfZ5BQIU5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rPfZ5BQIU5 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rPfZ5BQIU5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rPfZ5BQIU5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1254px) {
  .cid-rPfZ5BQIU5 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rPfZ5BQIU5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rPfZ5BQIU5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rPfZ5BQIU5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rPfZ5BQIU5 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-rPfZ5BQIU5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rPfZ5BQIU5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rPfZ5BQIU5 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1253px) {
  .cid-rPfZ5BQIU5 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rPfZ5BQIU5 img {
    height: 3.8rem !important;
  }
  .cid-rPfZ5BQIU5 .btn {
    display: -webkit-flex;
  }
  .cid-rPfZ5BQIU5 button.navbar-toggler {
    display: block;
  }
  .cid-rPfZ5BQIU5 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rPfZ5BQIU5 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rPfZ5BQIU5 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rPfZ5BQIU5 .navbar-collapse.collapsing,
  .cid-rPfZ5BQIU5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rPfZ5BQIU5 .navbar-collapse.collapsing .navbar-nav,
  .cid-rPfZ5BQIU5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rPfZ5BQIU5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rPfZ5BQIU5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rPfZ5BQIU5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rPfZ5BQIU5 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rPfZ5BQIU5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rPfZ5BQIU5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rPfZ5BQIU5 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-rPfZ5BQIU5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rPfZ5BQIU5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rPfZ5BQIU5 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 540px) {
  .cid-rPfZ5BQIU5 .navbar-brand {
    padding-top: 1rem;
  }
  .cid-rPfZ5BQIU5 .navbar-logo img {
    height: 3rem !important;
  }
  .cid-rPfZ5BQIU5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
    font-size: 30px !important;
  }
}
@media (min-width: 767px) {
  .cid-rPfZ5BQIU5 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rPfZ5BQIU5 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
  line-height: 0.9;
}
.cid-rPfZ5BQIU5 .nav-link,
.cid-rPfZ5BQIU5 .dropdown-item {
  position: relative;
}
.cid-rPfZ5BQIU5 .nav-link:before,
.cid-rPfZ5BQIU5 .dropdown-item:before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  right: 100%;
  bottom: -0.2em;
  background: #343434;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.cid-rPfZ5BQIU5 .nav-item .nav-link:hover::before {
  right: 0;
}
.cid-rPfZ5BQIU5 .nav-item.open .nav-link::before {
  right: 1.667em;
}
.cid-rPfZ5BQIU5 .nav-link:hover {
  color: #343434 !important;
  border-color: #343434;
}
.cid-rPfZ5BQIU5 .nav-link:first-child {
  border-color: #343434;
}
.cid-rPfZ5BQIU5 .display-5 {
  font-size: 2.8rem;
}
.cid-rPg0fLarOh {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-rPg0fLarOh .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-rPg0fLarOh h5 {
  text-align: left;
}
.cid-rPg0fLarOh p {
  text-align: left;
}
.cid-rPg0fLarOh .row {
  justify-content: left;
}
.cid-rPg0fLarOh .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-rPg0fLarOh .card-title,
.cid-rPg0fLarOh .card-img {
  color: rgba(255, 255, 255, 0.6);
}
.cid-rPg0fLarOh .mbr-iconfont {
  color: #ffffff;
  font-size: 6.4rem;
  text-decoration: none;
}
.cid-rPg0fLarOh .col-12 {
  justify-content: center;
}
.cid-rPg0fLarOh .logo-text {
  text-align: left;
}
.cid-rPg0fLarOh span {
  text-decoration: underline;
}
.cid-rPg0fLarOh .card-box {
  height: 100%;
}
@media (max-width: 768px) {
  .cid-rPg0fLarOh .card-box h5,
  .cid-rPg0fLarOh .card-box p {
    text-align: center;
  }
  .cid-rPg0fLarOh .mbr-text {
    text-align: center;
  }
}
.cid-rPg0aq2RXN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-rPg0aq2RXN .mbr-text {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-rPg0aq2RXN p {
    text-align: center;
  }
  .cid-rPg0aq2RXN .row {
    justify-content: center;
  }
}
