body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 2.2rem;
  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: #255085 !important;
}
.bg-success {
  background-color: #f1894c !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #36404c !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #255085 !important;
  border-color: #255085 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #255085 !important;
  background-color: transparent !important;
  border-color: #255085 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #142c49 !important;
  border-color: #142c49 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ed4266 !important;
  border-color: #ed4266 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ed4266 !important;
  background-color: transparent !important;
  border-color: #ed4266 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #cf143b !important;
  border-color: #cf143b !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #82786e !important;
  background-color: transparent !important;
  border-color: #82786e !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f1894c !important;
  border-color: #f1894c !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #f1894c !important;
  background-color: transparent !important;
  border-color: #f1894c !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #df5d11 !important;
  border-color: #df5d11 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #36404c !important;
  border-color: #36404c !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #36404c !important;
  background-color: transparent !important;
  border-color: #36404c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #161a1f !important;
  border-color: #161a1f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #b1a374 !important;
  background-color: transparent !important;
  border-color: #b1a374 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !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: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !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: #333333 !important;
  background-color: transparent !important;
  border-color: #333333 !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: #0f2035;
  color: #0f2035;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #255085;
  border-color: #255085;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #255085 !important;
  border-color: #255085 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #b81134;
  color: #b81134;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ed4266;
  border-color: #ed4266;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed4266 !important;
  border-color: #ed4266 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #c75410;
  color: #c75410;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #f1894c;
  border-color: #f1894c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f1894c !important;
  border-color: #f1894c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #0c0e10;
  color: #0c0e10;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #36404c;
  border-color: #36404c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #36404c !important;
  border-color: #36404c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !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: #255085 !important;
}
.text-secondary {
  color: #ed4266 !important;
}
.text-success {
  color: #f1894c !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #36404c !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ed4266 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #b81134 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ed4266 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #ed4266 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ed4266 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ed4266 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ed4266 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #ed4266 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #36404c;
}
.alert-danger {
  background-color: #b1a374;
}
.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: #255085;
  border-color: #255085;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #255085;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #598ed1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a7b3c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #ffffff;
  box-shadow: none;
  color: #767676;
  border: 3px solid #ebeced;
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.43;
  min-height: 46px;
  padding: 0.5rem 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
.form-control:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  border-color: #255085;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #255085;
  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-number__spin {
  background-color: #ffffff;
  border: 3px solid #ebeced;
}
.jq-number__spin:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #255085;
  border-bottom-color: #255085;
}
.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: #255085 !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: #ed4266 !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: 200px;
  height: 200px;
  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='%23255085' %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-ro4BJkHfRs {
  background-image: url("../../../assets/images/sm-trading-1974x1391.png");
  background-position: right;
}
.cid-ro4BJkHfRs .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-ro4BJkHfRs .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-ro4BJkHfRs .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-ro4BJkHfRs img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-ro4BJkHfRs .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-ro4HkiPJUA {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ro4HkiPJUA .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
}
.cid-ro4HkiPJUA H2 {
  color: #cc2952;
}
.cid-ro4HkiPJUA H3 {
  color: #232323;
}
.cid-ro4HkiPJUA .mbr-text,
.cid-ro4HkiPJUA .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-ro4HkiPJUA .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-ro4H3uukei {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ro4H3uukei .card-icon {
  font-size: 56px;
  color: #ed4266;
  transition: color 0.3s;
}
.cid-ro4H3uukei .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-ro4H3uukei .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-ro4H3uukei .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-ro4H3uukei .card {
  padding: 0!important;
}
.cid-ro4H3uukei .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-ro4H3uukei .card-wrapper:hover {
  background: #ed4266;
}
.cid-ro4H3uukei .card-wrapper:hover .card-icon {
  color: #232323;
}
.cid-ro4H3uukei .card-wrapper:hover .line {
  background: #232323;
}
.cid-ro4H3uukei .card1 {
  background: #232323;
}
.cid-ro4H3uukei .card2 {
  background: #282828;
}
.cid-ro4H3uukei .card3 {
  background: #2d2d2d;
}
.cid-ro4H3uukei .card4 {
  background: #323232;
}
.cid-ro4H3uukei .card5 {
  background: #373737;
}
.cid-ro4H3uukei .card6 {
  background: #3d3d3d;
}
.cid-ro4H3uukei .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-ro4H3uukei .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ro4H3uukei .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-ro4H58KCbO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ro4H58KCbO .card-img {
  position: relative;
  overflow: hidden;
}
.cid-ro4H58KCbO section {
  position: relative;
}
.cid-ro4H58KCbO a {
  font-weight: 600;
}
.cid-ro4H58KCbO .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-ro4H58KCbO .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-ro4H58KCbO .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-ro4H58KCbO .card-box {
  padding: 1rem;
  background-color: #ed4266;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-ro4H58KCbO .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-ro4H58KCbO .card-wrapper {
  height: 100%;
}
.cid-ro4H58KCbO .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-ro4H58KCbO .card-wrapper:hover .card-title a {
  color: #ed4266 !important;
}
.cid-ro4H58KCbO .text {
  color: #767676;
}
.cid-ro4H58KCbO .card-title {
  color: #36404c;
}
.cid-ro4H58KCbO .title {
  text-align: center;
}
.cid-ro4HGAtc21 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ro4HGAtc21 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ro4HGAtc21 .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-ro4HGAtc21 H2 {
  margin: 0;
  width: 100%;
  text-align: center;
  color: #232323;
}
.cid-ro4HGAtc21 h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ro4HGAtc21 .title {
    margin-bottom: 2rem;
  }
  .cid-ro4HGAtc21 .align-left,
  .cid-ro4HGAtc21 .align-right {
    text-align: center;
  }
}
.cid-ro4GBB7PGS {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ro4GBB7PGS .mbr-iconfont {
  font-size: 1.1rem;
  color: #36404c;
  padding: 0 0.5rem;
  transition: color 0.3s;
}
.cid-ro4GBB7PGS .mbr-iconfont:hover {
  color: #8394a7;
}
.cid-ro4GBB7PGS .card-img {
  position: relative;
  overflow: hidden;
}
.cid-ro4GBB7PGS a {
  font-weight: 600;
}
.cid-ro4GBB7PGS .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-ro4GBB7PGS .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #36404c;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-ro4GBB7PGS .card-box {
  padding: 2rem 1rem;
  background-color: #ffffff;
  width: 80%;
  margin: auto;
  margin-top: -25%;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-ro4GBB7PGS .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-ro4GBB7PGS .card-wrapper {
  height: 100%;
}
.cid-ro4GBB7PGS .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-ro4GBB7PGS .text {
  color: #767676;
}
.cid-ro4GBB7PGS .card-title {
  color: #36404c;
}
.cid-ro4GBB7PGS .card-subtitle {
  color: #ed4266;
}
.cid-ro4HFhcJHc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/audio-visual-2-1448x908.jpg");
}
.cid-ro4HFhcJHc .nav-tabs .nav-item.open .nav-link:focus,
.cid-ro4HFhcJHc .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-ro4HFhcJHc .nav-link.active {
  background: #ed4266;
}
.cid-ro4HFhcJHc .nav-link {
  background: white;
  transition: all 0.3s;
  padding: 1rem 3rem;
  border-radius: 0;
  text-align: center;
  margin: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-ro4HFhcJHc .nav-link:hover {
  background: #ed4266;
}
.cid-ro4HFhcJHc .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
  padding-right: 2rem;
  flex-direction: column;
}
.cid-ro4HFhcJHc .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-ro4HFhcJHc p {
  padding-left: 2rem;
}
.cid-ro4HFhcJHc .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-ro4HFhcJHc .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-ro4HFhcJHc .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-ro4HFhcJHc .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-ro4HFhcJHc P {
  color: #ffffff;
}
.cid-ro4HFhcJHc H2 {
  color: #36404c;
}
@media (max-width: 992px) {
  .cid-ro4HFhcJHc .nav-tabs {
    flex-direction: row;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-ro4HFhcJHc .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-ro4HFhcJHc p {
    padding-left: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ro4HFhcJHc .mbr-text,
  .cid-ro4HFhcJHc .nav-link {
    text-align: center;
  }
  .cid-ro4HFhcJHc .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-ro4HFhcJHc .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-ro4HFhcJHc p {
    padding-left: 0rem;
  }
}
.cid-ro5mqKOC1l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/351183845-967847987556789-586913553929538464-n-1284x723.jpg");
}
.cid-ro5mqKOC1l .mbr-overlay {
  background-color: #ed4266;
  opacity: 0.5;
}
.cid-ro5mqKOC1l textarea {
  min-height: 150px;
}
.cid-ro5mqKOC1l .form-col {
  background: #f5f5f5;
  padding: 3rem 1rem;
}
.cid-ro5mqKOC1l .form-wrap {
  max-width: 520px;
  margin: auto;
}
.cid-ro5mqKOC1l .text-wrap {
  max-width: 400px;
  border: 2px solid #ffffff;
  padding: 3rem;
  margin: 4rem auto!important;
}
@media (max-width: 992px) {
  .cid-ro5mqKOC1l .form-wrap {
    max-width: 690px;
  }
  .cid-ro5mqKOC1l .md-pb {
    padding-bottom: 3rem;
  }
  .cid-ro5mqKOC1l .text-wrap {
    max-width: 690px;
  }
}
.cid-ro5mqKOC1l .mbr-section-btn {
  margin: 0.4rem;
  padding-top: 1.5rem;
}
.cid-ro5mqKOC1l .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ro5mqKOC1l .form-control,
.cid-ro5mqKOC1l .field-input {
  padding: 0.5rem 1.2rem;
  background-color: #ffffff;
  border: 3px solid #ebeced;
  color: #767676;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
}
.cid-ro5mqKOC1l .form-control:hover,
.cid-ro5mqKOC1l .field-input:hover,
.cid-ro5mqKOC1l .form-control:focus,
.cid-ro5mqKOC1l .field-input:focus {
  background-color: #f5f5f7;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}
.cid-ro5mqKOC1l input::-webkit-input-placeholder,
.cid-ro5mqKOC1l textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-ro5mqKOC1l input:-moz-placeholder,
.cid-ro5mqKOC1l textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-ro5mqKOC1l .jq-selectbox li,
.cid-ro5mqKOC1l .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ro5mqKOC1l .jq-selectbox li:hover,
.cid-ro5mqKOC1l .jq-selectbox li.selected {
  background-color: #f5f5f7;
  color: #000000;
}
.cid-ro5mqKOC1l .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ro5mqKOC1l .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f7;
}
.cid-ro5mqKOC1l H2 {
  color: #36404c;
}
@media (max-width: 767px) {
  .cid-ro5mqKOC1l .col-auto {
    margin: auto;
  }
}
.cid-ro5mqKOC1l H3 {
  color: #ffffff;
}
.cid-ro5mqKOC1l H4 {
  color: #36404c;
}
.cid-ro4GQfTW5O {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ro4GQfTW5O .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ro4GQfTW5O .carousel-item.active,
.cid-ro4GQfTW5O .carousel-item-next,
.cid-ro4GQfTW5O .carousel-item-prev {
  display: flex;
}
.cid-ro4GQfTW5O .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-ro4GQfTW5O .face-icon {
  color: #ffffff;
  background: #255085;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  padding: 12px;
  font-size: 1.2rem!important;
}
.cid-ro4GQfTW5O .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ro4GQfTW5O .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity .3s;
}
.cid-ro4GQfTW5O .carousel-controls a {
  transition: opacity .3s;
  font-size: 2rem;
}
.cid-ro4GQfTW5O .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  opacity: 1;
}
.cid-ro4GQfTW5O .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-ro4GQfTW5O H1 {
  color: #36404c;
}
.cid-ro4GQfTW5O .mbr-text,
.cid-ro4GQfTW5O .mbr-section-btn {
  color: #767676;
}
.cid-ro4GQfTW5O .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-ro4GQfTW5O .face {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-ro4GQfTW5O .author {
  margin: auto 0;
}
.cid-ro4GQfTW5O h3,
.cid-ro4GQfTW5O h4 {
  margin: 0;
  padding: 0;
}
.cid-ro4GQfTW5O H3 {
  color: #36404c;
}
.cid-ro4GQfTW5O H4 {
  color: #767676;
}
.cid-ro4GQfTW5O .box {
  max-width: 800px!important;
  margin: auto!important;
}
@media (max-width: 992px) {
  .cid-ro4GQfTW5O .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-ro4GQfTW5O .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-ro4GJ1pfoz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #36404c;
}
.cid-ro4GJ1pfoz section {
  position: relative;
}
.cid-ro4GJ1pfoz h4 {
  margin: 0;
}
.cid-ro4GJ1pfoz img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-ro4GJ1pfoz a {
  font-weight: 300;
}
.cid-ro4GJ1pfoz .img1 {
  color: #00bea3;
}
.cid-ro4GJ1pfoz .img2 {
  color: #f1894c;
}
.cid-ro4GJ1pfoz .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ro4GJ1pfoz .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ro4GJ1pfoz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ro4GJ1pfoz .item,
.cid-ro4GJ1pfoz .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-ro4GJ1pfoz .item h4,
.cid-ro4GJ1pfoz .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ro4GJ1pfoz .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-ro4GJ1pfoz .item {
    justify-content: center;
  }
}
.cid-ro4GJ1pfoz .item-title {
  color: #c1c1c1;
}
.cid-ro4GJ1pfoz H4 {
  color: #cc2952;
}
.cid-ro4GJ1pfoz .link-title {
  color: #ffffff;
}
.cid-tMWq80cGLo {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tMWq80cGLo .card-img {
  position: relative;
  overflow: hidden;
}
.cid-tMWq80cGLo section {
  position: relative;
}
.cid-tMWq80cGLo a {
  font-weight: 600;
}
.cid-tMWq80cGLo .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-tMWq80cGLo .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-tMWq80cGLo .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-tMWq80cGLo .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-tMWq80cGLo .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-tMWq80cGLo .card-wrapper {
  height: 100%;
}
.cid-tMWq80cGLo .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-tMWq80cGLo .card-wrapper:hover .card-title a {
  color: #ed4266 !important;
}
.cid-tMWq80cGLo .text {
  color: #767676;
}
.cid-tMWq80cGLo .card-title {
  color: #36404c;
}
.cid-tMWq80cGLo .title {
  text-align: center;
}
.cid-tMWq80cGLo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMWq80cGLo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMWqsnJP6Q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tMWqsnJP6Q .card-img {
  position: relative;
  overflow: hidden;
}
.cid-tMWqsnJP6Q section {
  position: relative;
}
.cid-tMWqsnJP6Q a {
  font-weight: 600;
}
.cid-tMWqsnJP6Q .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-tMWqsnJP6Q .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-tMWqsnJP6Q .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-tMWqsnJP6Q .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-tMWqsnJP6Q .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-tMWqsnJP6Q .card-wrapper {
  height: 100%;
}
.cid-tMWqsnJP6Q .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-tMWqsnJP6Q .card-wrapper:hover .card-title a {
  color: #ed4266 !important;
}
.cid-tMWqsnJP6Q .text {
  color: #767676;
}
.cid-tMWqsnJP6Q .card-title {
  color: #36404c;
}
.cid-tMWqsnJP6Q .title {
  text-align: center;
}
.cid-tMWqsnJP6Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMWqsnJP6Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ro4IkNxPwd {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #f5f5f7;
}
.cid-ro4IkNxPwd .card-img {
  position: relative;
  overflow: hidden;
}
.cid-ro4IkNxPwd .btn-col {
  margin: auto;
}
.cid-ro4IkNxPwd .btn-col .btn {
  margin: 0.4rem;
  max-width: 100px;
  padding: 1.8rem 0.8rem;
}
.cid-ro4IkNxPwd .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
}
.cid-ro4IkNxPwd .card-img:before {
  content: '';
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-ro4IkNxPwd .card-box {
  padding: 3rem 2.2rem;
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-ro4IkNxPwd .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-ro4IkNxPwd .card-wrapper {
  height: 100%;
}
.cid-ro4IkNxPwd .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-ro4IkNxPwd .card-wrapper:hover .card-title a {
  color: #ed4266 !important;
}
.cid-ro4IkNxPwd .text {
  color: #767676;
}
.cid-ro4IkNxPwd .card-title {
  color: #36404c;
}
.cid-ro4IkNxPwd H3 {
  color: #36404c;
}
@media (max-width: 767px) {
  .cid-ro4IkNxPwd .btn-col .btn {
    margin-top: 2rem;
    max-width: auto;
    padding: 0.8rem 0.8rem;
  }
}
.cid-tMWlbUhBbm {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tMWlbUhBbm img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.cid-tMWlbUhBbm .wrapper:before {
  content: '';
  display: block;
  position: absolute;
  transition: opacity 0.3s;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #36404c;
  opacity: 0.6;
}
.cid-tMWlbUhBbm .col-lg-2 {
  margin: 0;
  padding: 0;
}
.cid-tMWlbUhBbm .col-lg-2:hover .wrapper:before {
  opacity: 0.2;
}
@media (max-width: 767px) {
  .cid-tMWlbUhBbm .wrapper:before {
    opacity: 0.2;
  }
}
.cid-tMWlbUHto0 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #f5f5f7;
}
.cid-tMWlbUHto0 .card-img {
  position: relative;
  overflow: hidden;
}
.cid-tMWlbUHto0 .btn-col {
  margin: auto;
}
.cid-tMWlbUHto0 .btn-col .btn {
  margin: 0.4rem;
  max-width: 100px;
  padding: 1.8rem 0.8rem;
}
.cid-tMWlbUHto0 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
}
.cid-tMWlbUHto0 .card-img:before {
  content: '';
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-tMWlbUHto0 .card-box {
  padding: 3rem 2.2rem;
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMWlbUHto0 .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-tMWlbUHto0 .card-wrapper {
  height: 100%;
}
.cid-tMWlbUHto0 .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-tMWlbUHto0 .card-wrapper:hover .card-title a {
  color: #ed4266 !important;
}
.cid-tMWlbUHto0 .text {
  color: #767676;
}
.cid-tMWlbUHto0 .card-title {
  color: #36404c;
}
.cid-tMWlbUHto0 H3 {
  color: #36404c;
}
@media (max-width: 767px) {
  .cid-tMWlbUHto0 .btn-col .btn {
    margin-top: 2rem;
    max-width: auto;
    padding: 0.8rem 0.8rem;
  }
}
.cid-tMWsF4Fket {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMWsF4Fket .mbr-section-title {
  margin-bottom: 26px;
  font-weight: 300;
}
.cid-tMWsF4Fket .mbr-section-title b,
.cid-tMWsF4Fket .mbr-section-title strong {
  font-weight: 500;
}
.cid-tMWsF4Fket .mbr-text {
  margin-bottom: 18px;
}
.cid-tMWsF4Fket .row__image {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.cid-tMWsF4Fket .row__image:nth-child(1) {
  padding-right: 80px;
}
.cid-tMWsF4Fket .row__image:nth-child(2) {
  padding-left: 80px;
}
.cid-tMWsF4Fket .image {
  margin-right: 13px;
  width: 100%;
}
.cid-tMWsF4Fket .image img {
  max-width: 100%;
  object-fit: cover;
  max-height: 245px;
}
.cid-tMWsF4Fket .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-tMWsF4Fket .link a {
  font-weight: 700;
}
.cid-tMWsF4Fket .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-tMWsF4Fket .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 991px) {
  .cid-tMWsF4Fket .row__image {
    margin-bottom: 9px;
  }
  .cid-tMWsF4Fket .row__image:nth-child(1) {
    padding-right: 32px;
  }
  .cid-tMWsF4Fket .row__image:nth-child(2) {
    padding-left: 32px;
  }
  .cid-tMWsF4Fket .title__block {
    margin-top: 60px;
  }
  .cid-tMWsF4Fket .image {
    margin-right: 10px;
    height: auto;
    max-height: initial;
  }
  .cid-tMWsF4Fket .mbr-section-title {
    margin-bottom: 19px;
  }
  .cid-tMWsF4Fket .mbr-text {
    margin-bottom: 11px;
  }
}
.cid-tMWsF4Fket .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMWsF4Fket .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMWsLPBusZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMWsLPBusZ .mbr-section-title {
  margin-bottom: 26px;
  font-weight: 300;
}
.cid-tMWsLPBusZ .mbr-section-title b,
.cid-tMWsLPBusZ .mbr-section-title strong {
  font-weight: 500;
}
.cid-tMWsLPBusZ .mbr-text {
  margin-bottom: 18px;
}
.cid-tMWsLPBusZ .row__image {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.cid-tMWsLPBusZ .row__image:nth-child(1) {
  padding-right: 80px;
}
.cid-tMWsLPBusZ .row__image:nth-child(2) {
  padding-left: 80px;
}
.cid-tMWsLPBusZ .image {
  margin-right: 13px;
  width: 100%;
}
.cid-tMWsLPBusZ .image img {
  max-width: 100%;
  object-fit: cover;
  max-height: 245px;
}
.cid-tMWsLPBusZ .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-tMWsLPBusZ .link a {
  font-weight: 700;
}
.cid-tMWsLPBusZ .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-tMWsLPBusZ .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 991px) {
  .cid-tMWsLPBusZ .row__image {
    margin-bottom: 9px;
  }
  .cid-tMWsLPBusZ .row__image:nth-child(1) {
    padding-right: 32px;
  }
  .cid-tMWsLPBusZ .row__image:nth-child(2) {
    padding-left: 32px;
  }
  .cid-tMWsLPBusZ .title__block {
    margin-top: 60px;
  }
  .cid-tMWsLPBusZ .image {
    margin-right: 10px;
    height: auto;
    max-height: initial;
  }
  .cid-tMWsLPBusZ .mbr-section-title {
    margin-bottom: 19px;
  }
  .cid-tMWsLPBusZ .mbr-text {
    margin-bottom: 11px;
  }
}
.cid-tMWsLPBusZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMWsLPBusZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMWsM6fAUX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMWsM6fAUX .mbr-section-title {
  margin-bottom: 26px;
  font-weight: 300;
}
.cid-tMWsM6fAUX .mbr-section-title b,
.cid-tMWsM6fAUX .mbr-section-title strong {
  font-weight: 500;
}
.cid-tMWsM6fAUX .mbr-text {
  margin-bottom: 18px;
}
.cid-tMWsM6fAUX .row__image {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.cid-tMWsM6fAUX .row__image:nth-child(1) {
  padding-right: 80px;
}
.cid-tMWsM6fAUX .row__image:nth-child(2) {
  padding-left: 80px;
}
.cid-tMWsM6fAUX .image {
  margin-right: 13px;
  width: 100%;
}
.cid-tMWsM6fAUX .image img {
  max-width: 100%;
  object-fit: cover;
  max-height: 245px;
}
.cid-tMWsM6fAUX .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-tMWsM6fAUX .link a {
  font-weight: 700;
}
.cid-tMWsM6fAUX .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-tMWsM6fAUX .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 991px) {
  .cid-tMWsM6fAUX .row__image {
    margin-bottom: 9px;
  }
  .cid-tMWsM6fAUX .row__image:nth-child(1) {
    padding-right: 32px;
  }
  .cid-tMWsM6fAUX .row__image:nth-child(2) {
    padding-left: 32px;
  }
  .cid-tMWsM6fAUX .title__block {
    margin-top: 60px;
  }
  .cid-tMWsM6fAUX .image {
    margin-right: 10px;
    height: auto;
    max-height: initial;
  }
  .cid-tMWsM6fAUX .mbr-section-title {
    margin-bottom: 19px;
  }
  .cid-tMWsM6fAUX .mbr-text {
    margin-bottom: 11px;
  }
}
.cid-tMWsM6fAUX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMWsM6fAUX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMWuBcpgwn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tMWuBcpgwn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMWuBcpgwn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMWuBcpgwn .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .cid-tMWuBcpgwn .mbr-section-head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tMWuBcpgwn .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-tMWuBcpgwn .mbr-section-title {
  color: #e3ebf3;
}
.cid-tMWuBcpgwn .mbr-section-subtitle {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-tMWuBcpgwn .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-tMWuBcpgwn .cards-wrap {
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-tMWuBcpgwn .cards-wrap {
    gap: 12px;
  }
}
.cid-tMWuBcpgwn .card {
  display: flex;
  width: calc(25% - 60px/4);
  padding: 50px;
  border-radius: 40px;
  background-color: #fafafa;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-tMWuBcpgwn .card {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .cid-tMWuBcpgwn .card {
    padding: 20px;
    border-radius: 12px;
    width: calc(100%/3 - 20px);
  }
}
@media (max-width: 767px) {
  .cid-tMWuBcpgwn .card {
    padding: 12px;
    border-radius: 12px;
    width: calc(100%/2 - 10px);
  }
}
@media (max-width: 575px) {
  .cid-tMWuBcpgwn .card {
    width: 100%;
  }
}
.cid-tMWuBcpgwn .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  height: 100%;
}
.cid-tMWuBcpgwn .img-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-tMWuBcpgwn .img-wrapper img {
  height: 100px;
  width: auto;
}
@media (max-width: 1399px) {
  .cid-tMWuBcpgwn .img-wrapper img {
    height: 80px;
  }
}
.cid-tMWuBcpgwn .card-box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1rem;
}
.cid-tMWuBcpgwn .card-subtitle {
  color: #FA7E26;
  word-break: normal;
}
.cid-tMWuBcpgwn .card-title {
  color: #1a1e21;
}
.cid-tMWuC97H5t {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tMWuC97H5t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMWuC97H5t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMWuC97H5t .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .cid-tMWuC97H5t .mbr-section-head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tMWuC97H5t .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-tMWuC97H5t .mbr-section-title {
  color: #e3ebf3;
}
.cid-tMWuC97H5t .mbr-section-subtitle {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-tMWuC97H5t .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-tMWuC97H5t .cards-wrap {
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-tMWuC97H5t .cards-wrap {
    gap: 12px;
  }
}
.cid-tMWuC97H5t .card {
  display: flex;
  width: calc(25% - 60px/4);
  padding: 50px;
  border-radius: 40px;
  background-color: #fafafa;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-tMWuC97H5t .card {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .cid-tMWuC97H5t .card {
    padding: 20px;
    border-radius: 12px;
    width: calc(100%/3 - 20px);
  }
}
@media (max-width: 767px) {
  .cid-tMWuC97H5t .card {
    padding: 12px;
    border-radius: 12px;
    width: calc(100%/2 - 10px);
  }
}
@media (max-width: 575px) {
  .cid-tMWuC97H5t .card {
    width: 100%;
  }
}
.cid-tMWuC97H5t .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  height: 100%;
}
.cid-tMWuC97H5t .img-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-tMWuC97H5t .img-wrapper img {
  height: 100px;
  width: auto;
}
@media (max-width: 1399px) {
  .cid-tMWuC97H5t .img-wrapper img {
    height: 80px;
  }
}
.cid-tMWuC97H5t .card-box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1rem;
}
.cid-tMWuC97H5t .card-subtitle {
  color: #FA7E26;
  word-break: normal;
}
.cid-tMWuC97H5t .card-title {
  color: #1a1e21;
}
.cid-tMWuD1ujLu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tMWuD1ujLu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMWuD1ujLu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMWuD1ujLu .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .cid-tMWuD1ujLu .mbr-section-head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tMWuD1ujLu .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-tMWuD1ujLu .mbr-section-title {
  color: #e3ebf3;
}
.cid-tMWuD1ujLu .mbr-section-subtitle {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-tMWuD1ujLu .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-tMWuD1ujLu .cards-wrap {
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-tMWuD1ujLu .cards-wrap {
    gap: 12px;
  }
}
.cid-tMWuD1ujLu .card {
  display: flex;
  width: calc(25% - 60px/4);
  padding: 50px;
  border-radius: 40px;
  background-color: #fafafa;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-tMWuD1ujLu .card {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .cid-tMWuD1ujLu .card {
    padding: 20px;
    border-radius: 12px;
    width: calc(100%/3 - 20px);
  }
}
@media (max-width: 767px) {
  .cid-tMWuD1ujLu .card {
    padding: 12px;
    border-radius: 12px;
    width: calc(100%/2 - 10px);
  }
}
@media (max-width: 575px) {
  .cid-tMWuD1ujLu .card {
    width: 100%;
  }
}
.cid-tMWuD1ujLu .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  height: 100%;
}
.cid-tMWuD1ujLu .img-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-tMWuD1ujLu .img-wrapper img {
  height: 100px;
  width: auto;
}
@media (max-width: 1399px) {
  .cid-tMWuD1ujLu .img-wrapper img {
    height: 80px;
  }
}
.cid-tMWuD1ujLu .card-box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1rem;
}
.cid-tMWuD1ujLu .card-subtitle {
  color: #FA7E26;
  word-break: normal;
}
.cid-tMWuD1ujLu .card-title {
  color: #1a1e21;
}
