body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.375rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.2rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1875rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((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.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 20px 30px;
  border-radius: 8px;
}
.bg-primary {
  background-color: #848abd !important;
}
.bg-success {
  background-color: #9ccd7e !important;
}
.bg-info {
  background-color: #999999 !important;
}
.bg-warning {
  background-color: #b97ecd !important;
}
.bg-danger {
  background-color: #d75959 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #848abd !important;
  border-color: #848abd !important;
  color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #555d9f !important;
  border-color: #555d9f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3c71d3 !important;
  border-color: #3c71d3 !important;
  color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #244f9f !important;
  border-color: #244f9f !important;
}
.btn-info,
.btn-info:active {
  background-color: #999999 !important;
  border-color: #999999 !important;
  color: #ffffff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-success,
.btn-success:active {
  background-color: #9ccd7e !important;
  border-color: #9ccd7e !important;
  color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #72b747 !important;
  border-color: #72b747 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
  color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b47b7 !important;
  border-color: #9b47b7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d75959 !important;
  border-color: #d75959 !important;
  color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b72c2c !important;
  border-color: #b72c2c !important;
}
.btn-white {
  color: #404040 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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.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: #848abd;
  color: #848abd;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #848abd;
  border-color: #848abd;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #848abd !important;
  border-color: #848abd !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3c71d3;
  color: #3c71d3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #3c71d3;
  border-color: #3c71d3;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3c71d3 !important;
  border-color: #3c71d3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-color: #999999 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #9ccd7e;
  color: #9ccd7e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #9ccd7e;
  border-color: #9ccd7e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9ccd7e !important;
  border-color: #9ccd7e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #b97ecd;
  color: #b97ecd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #b97ecd;
  border-color: #b97ecd;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #d75959;
  color: #d75959;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #d75959;
  border-color: #d75959;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d75959 !important;
  border-color: #d75959 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.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: #848abd !important;
}
.text-secondary {
  color: #3c71d3 !important;
}
.text-success {
  color: #9ccd7e !important;
}
.text-info {
  color: #999999 !important;
}
.text-warning {
  color: #b97ecd !important;
}
.text-danger {
  color: #d75959 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #c6c9e1 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #8faee6 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d4e9c8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e1c8e9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ebabab !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #999999;
}
.alert-warning {
  background-color: #b97ecd;
}
.alert-danger {
  background-color: #d75959;
}
.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: 0 0 0 5px rgba(132, 138, 189, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #848abd;
  border-color: #848abd;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #848abd;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d7d9ea;
}
.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: #d9d9d9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffdfd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #848abd;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5);
}
.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 0 0 5px rgba(132, 138, 189, 0.5);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #848abd;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #848abd;
  border-bottom-color: #848abd;
}
.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: #848abd !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: #3c71d3 !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%;
  width: 100%;
  height: auto;
}
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='%23848abd' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-s3hO2vRXRh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #5ca7db;
}
.cid-s3hO2vRXRh .mbr-text {
  color: #9c969b;
}
@media (min-width: 992px) {
  .cid-s3hO2vRXRh img {
    width: 90%;
  }
}
.cid-s3hO2vRXRh .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-s3hO2vRXRh .items {
  margin-bottom: 0;
  color: #000000;
}
.cid-s3hO2vRXRh .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-s3hO2vRXRh .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-s3hO2vRXRh .soc-item:hover span {
  color: #848abd !important;
}
.cid-s3hO2vRXRh .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-s3hO2vRXRh .card-img {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s3hO2vRXRh .social-list {
    justify-content: center;
  }
}
.cid-s3hO2vRXRh .mbr-text,
.cid-s3hO2vRXRh .mbr-section-btn {
  color: #f9fafb;
}
.cid-s4QkiFWeDN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #102f62;
}
.cid-s4QkiFWeDN .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-s4QkiFWeDN img {
  width: 100%;
}
.cid-s4QkiFWeDN .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-s4QkiFWeDN .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-s4QkiFWeDN .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-s4QkiFWeDN .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-s4QkiFWeDN .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-s4QkiFWeDN .contents {
  margin-top: 36px;
}
.cid-s4QkiFWeDN .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-s4QkiFWeDN .mbr-section-btn {
  margin-top: 8px;
}
.cid-s4QkiFWeDN .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-s4QkiFWeDN .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-s4QkiFWeDN .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-s4QkiFWeDN .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-s4QkiFWeDN .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-s4QkiFWeDN .mbr-list .list li {
  line-height: 1.75;
}
.cid-s4QkiFWeDN .mbr-section-title,
.cid-s4QkiFWeDN .mbr-section-btn {
  color: #f9fafb;
  text-align: left;
}
.cid-s4QkiFWeDN .contents .mbr-text,
.cid-s4QkiFWeDN .mbr-section-btn {
  color: #f3f4f7;
  text-align: left;
}
.cid-s4QesXhwQg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9fafb;
}
.cid-s4QesXhwQg img {
  width: 100%;
}
.cid-s4QesXhwQg .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-s4QesXhwQg .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-s4QesXhwQg .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-s4QesXhwQg .contents {
  margin-top: 36px;
}
.cid-s4QesXhwQg .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-s4QesXhwQg .mbr-section-btn {
  margin-top: 8px;
}
.cid-s4QesXhwQg .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-s4QesXhwQg .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-s4QesXhwQg .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-s4QesXhwQg .contents .mbr-text,
.cid-s4QesXhwQg .mbr-section-btn {
  text-align: left;
}
.cid-s4QesXhwQg .main-title {
  text-align: left;
}
.cid-s4QruC10QS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #102f62;
}
.cid-s4QruC10QS .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-s4QruC10QS img {
  width: 100%;
}
.cid-s4QruC10QS .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-s4QruC10QS .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-s4QruC10QS .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-s4QruC10QS .contents {
  margin-top: 36px;
}
.cid-s4QruC10QS .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-s4QruC10QS .mbr-section-btn {
  margin-top: 8px;
}
.cid-s4QruC10QS .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-s4QruC10QS .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-s4QruC10QS .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-s4QruC10QS .main-title {
  color: #f9fafb;
  text-align: left;
}
.cid-s4QruC10QS .contents .mbr-text,
.cid-s4QruC10QS .mbr-section-btn {
  color: #f3f4f7;
  text-align: left;
}
.cid-vepEeYvqPR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9fafb;
}
.cid-vepEeYvqPR img {
  width: 100%;
}
.cid-vepEeYvqPR .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-vepEeYvqPR .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-vepEeYvqPR .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-vepEeYvqPR .contents {
  margin-top: 36px;
}
.cid-vepEeYvqPR .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-vepEeYvqPR .mbr-section-btn {
  margin-top: 8px;
}
.cid-vepEeYvqPR .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-vepEeYvqPR .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-vepEeYvqPR .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-vepEeYvqPR .contents .mbr-text,
.cid-vepEeYvqPR .mbr-section-btn {
  text-align: left;
}
.cid-vepEeYvqPR .main-title {
  text-align: left;
}
.cid-spYjKNqCO4 {
  padding-top: 30px;
  padding-bottom: 90px;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-spYjKNqCO4 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-spYjKNqCO4 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-spYjKNqCO4 .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-spYjKNqCO4 .img-wrapper img {
  width: 100%;
}
.cid-spYjKNqCO4 .carousel {
  z-index: 2;
  position: relative;
}
.cid-spYjKNqCO4 .user {
  padding: 0 !important;
}
.cid-spYjKNqCO4 .big-icon {
  top: 1rem;
  font-size: 2.7rem;
  z-index: 0;
  color: #848abd;
  opacity: 0.3;
  line-height: 2.083;
}
.cid-spYjKNqCO4 .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-spYjKNqCO4 .carousel-item.active,
.cid-spYjKNqCO4 .carousel-item-next,
.cid-spYjKNqCO4 .carousel-item-prev {
  display: flex;
}
.cid-spYjKNqCO4 .user_name {
  margin: 0;
}
.cid-spYjKNqCO4 .user_name.display-7 {
  font-size: 18px;
  line-height: 1.3;
}
.cid-spYjKNqCO4 .user_status {
  color: #999999;
}
.cid-spYjKNqCO4 .user_status.display-4 {
  line-height: 1.3125;
}
.cid-spYjKNqCO4 .carousel-controls a {
  font-size: 2rem;
}
.cid-spYjKNqCO4 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-spYjKNqCO4 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-spYjKNqCO4 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-spYjKNqCO4 .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: rgba(153, 153, 153, 0.8);
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
  margin: 6px;
}
.cid-spYjKNqCO4 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-spYjKNqCO4 .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: rgba(153, 153, 153, 0.8);
  transition: all 200ms ease-in-out;
}
.cid-spYjKNqCO4 .user_text {
  color: #707070;
  text-align: left;
}
.cid-spYjKNqCO4 .user_text p.display-5 {
  line-height: 1.54;
}
.cid-spYjKNqCO4 .user_desk {
  color: #767676;
}
.cid-spYjKNqCO4 .user_desk,
.cid-spYjKNqCO4 .carousel-item {
  text-align: left;
}
.cid-spYjKNqCO4 .carousel-item {
  padding-right: 20px;
}
.cid-spYjKNqCO4 .carousel-indicators {
  margin: 0;
  margin-left: 0.1rem;
  justify-content: flex-start !important;
}
@media (max-width: 767px) {
  .cid-spYjKNqCO4 .carousel-indicators {
    margin: auto;
    justify-content: center !important;
  }
}
.cid-spYjKNqCO4 .carousel-control-next {
  right: -30px;
  transform: translateX(50%);
}
.cid-spYjKNqCO4 .carousel-control-prev {
  left: -20px;
  transform: translateX(-50%);
}
.cid-s3nmULji2R {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #36404c;
}
.cid-s3nmULji2R section {
  position: relative;
}
.cid-s3nmULji2R h4 {
  margin: 0;
}
.cid-s3nmULji2R img {
  height: 100px;
  padding-right: 8px;
}
.cid-s3nmULji2R a {
  font-weight: 300;
}
.cid-s3nmULji2R .img1 {
  color: #00bea3;
}
.cid-s3nmULji2R .img2 {
  color: #f1894c;
}
.cid-s3nmULji2R .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-s3nmULji2R .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-s3nmULji2R .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s3nmULji2R .item,
.cid-s3nmULji2R .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-s3nmULji2R .item h4,
.cid-s3nmULji2R .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s3nmULji2R .card-img {
  width: auto;
}
.cid-s3nmULji2R .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-s3nmULji2R .item {
    justify-content: center;
  }
}
.cid-s3nmULji2R .item-title {
  color: #c1c1c1;
}
.cid-spYj9vCKaJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #36404c;
}
@media (min-width: 1500px) {
  .cid-spYj9vCKaJ .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-spYj9vCKaJ .copyright {
    margin-bottom: 1rem;
  }
}
.cid-spYj9vCKaJ p {
  color: #ffffff;
}
.cid-ugmAKbK4lu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #5ca7db;
}
.cid-ugmAKbK4lu .mbr-text {
  color: #9c969b;
}
@media (min-width: 992px) {
  .cid-ugmAKbK4lu img {
    width: 90%;
  }
}
.cid-ugmAKbK4lu .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-ugmAKbK4lu .items {
  margin-bottom: 0;
  color: #000000;
}
.cid-ugmAKbK4lu .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-ugmAKbK4lu .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-ugmAKbK4lu .soc-item:hover span {
  color: #848abd !important;
}
.cid-ugmAKbK4lu .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ugmAKbK4lu .card-img {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ugmAKbK4lu .social-list {
    justify-content: center;
  }
}
.cid-ugmAKbK4lu .mbr-text,
.cid-ugmAKbK4lu .mbr-section-btn {
  color: #f9fafb;
}
.cid-ugmB1gp8YW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ugmB1gp8YW img {
  width: 100%;
}
.cid-ugmB1gp8YW .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-ugmB1gp8YW .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-ugmB1gp8YW .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-ugmB1gp8YW .contents {
  margin-top: 36px;
}
.cid-ugmB1gp8YW .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-ugmB1gp8YW .mbr-section-btn {
  margin-top: 8px;
}
.cid-ugmB1gp8YW .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-ugmB1gp8YW .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-ugmB1gp8YW .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-ugmB1gp8YW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugmB1gp8YW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugmB1gp8YW .contents .mbr-text,
.cid-ugmB1gp8YW .mbr-section-btn {
  text-align: left;
}
.cid-ugmDJYKQBG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ugmDJYKQBG .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ugmDJYKQBG img {
  width: 100%;
}
.cid-ugmDJYKQBG .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-ugmDJYKQBG .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-ugmDJYKQBG .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-ugmDJYKQBG .contents {
  margin-top: 36px;
}
.cid-ugmDJYKQBG .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-ugmDJYKQBG .mbr-section-btn {
  margin-top: 8px;
}
.cid-ugmDJYKQBG .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-ugmDJYKQBG .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-ugmDJYKQBG .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-ugmDJYKQBG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugmDJYKQBG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugmDJYKQBG .contents .mbr-text,
.cid-ugmDJYKQBG .mbr-section-btn {
  text-align: left;
}
.cid-uJGqSEv6zO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uJGqSEv6zO img {
  width: 100%;
}
.cid-uJGqSEv6zO .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uJGqSEv6zO .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uJGqSEv6zO .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uJGqSEv6zO .contents {
  margin-top: 36px;
}
.cid-uJGqSEv6zO .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-uJGqSEv6zO .mbr-section-btn {
  margin-top: 8px;
}
.cid-uJGqSEv6zO .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-uJGqSEv6zO .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-uJGqSEv6zO .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-uJGqSEv6zO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGqSEv6zO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGqSEv6zO .contents .mbr-text,
.cid-uJGqSEv6zO .mbr-section-btn {
  text-align: left;
}
.cid-uKCSBKaJoG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uKCSBKaJoG .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uKCSBKaJoG img {
  width: 100%;
}
.cid-uKCSBKaJoG .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uKCSBKaJoG .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uKCSBKaJoG .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uKCSBKaJoG .contents {
  margin-top: 36px;
}
.cid-uKCSBKaJoG .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-uKCSBKaJoG .mbr-section-btn {
  margin-top: 8px;
}
.cid-uKCSBKaJoG .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-uKCSBKaJoG .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-uKCSBKaJoG .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-uKCSBKaJoG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKCSBKaJoG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGsszJ0QO {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #36404c;
}
.cid-uJGsszJ0QO section {
  position: relative;
}
.cid-uJGsszJ0QO h4 {
  margin: 0;
}
.cid-uJGsszJ0QO img {
  height: 100px;
  padding-right: 8px;
}
.cid-uJGsszJ0QO a {
  font-weight: 300;
}
.cid-uJGsszJ0QO .img1 {
  color: #00bea3;
}
.cid-uJGsszJ0QO .img2 {
  color: #f1894c;
}
.cid-uJGsszJ0QO .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uJGsszJ0QO .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJGsszJ0QO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uJGsszJ0QO .item,
.cid-uJGsszJ0QO .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-uJGsszJ0QO .item h4,
.cid-uJGsszJ0QO .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uJGsszJ0QO .card-img {
  width: auto;
}
.cid-uJGsszJ0QO .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-uJGsszJ0QO .item {
    justify-content: center;
  }
}
.cid-uJGsszJ0QO .item-title {
  color: #c1c1c1;
}
.cid-spYj9vCKaJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #36404c;
}
@media (min-width: 1500px) {
  .cid-spYj9vCKaJ .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-spYj9vCKaJ .copyright {
    margin-bottom: 1rem;
  }
}
.cid-spYj9vCKaJ p {
  color: #ffffff;
}
.cid-ugJZtYO22M {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #5ca7db;
}
.cid-ugJZtYO22M .mbr-text {
  color: #9c969b;
}
@media (min-width: 992px) {
  .cid-ugJZtYO22M img {
    width: 90%;
  }
}
.cid-ugJZtYO22M .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-ugJZtYO22M .items {
  margin-bottom: 0;
  color: #000000;
}
.cid-ugJZtYO22M .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-ugJZtYO22M .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-ugJZtYO22M .soc-item:hover span {
  color: #848abd !important;
}
.cid-ugJZtYO22M .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ugJZtYO22M .card-img {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ugJZtYO22M .social-list {
    justify-content: center;
  }
}
.cid-ugJZtYO22M .mbr-text,
.cid-ugJZtYO22M .mbr-section-btn {
  color: #f9fafb;
}
.cid-ugJZVu7k0U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5ca7db;
  flex-direction: column;
  justify-content: center;
}
.cid-ugJZVu7k0U .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugJZVu7k0U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugJZVu7k0U .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-ugJZVu7k0U .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ugJZVu7k0U .container {
    padding: 0 16px;
  }
}
.cid-ugJZVu7k0U .row {
  justify-content: center;
}
.cid-ugJZVu7k0U .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-ugJZVu7k0U .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ugJZVu7k0U .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ugJZVu7k0U .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-ugJZVu7k0U .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-ugJZVu7k0U .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-ugJZVu7k0U .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-ugJZVu7k0U .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-ugJZVu7k0U .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-ugJZVu7k0U .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-ugJZVu7k0U .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-ugJZVu7k0U .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-ugJZVu7k0U .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-ugJZVu7k0U .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-ugJZVu7k0U .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-ugJZVu7k0U .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-ugJZVu7k0U .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-ugJZVu7k0U .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-ugJZVu7k0U .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-ugJZVu7k0U .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-ugJZVu7k0U .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #3c71d3 !important;
  color: #999999 !important;
  border-color: #3c71d3 !important;
}
.cid-ugJZVu7k0U .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #848abd !important;
  color: #999999 !important;
}
.cid-ugJZVu7k0U .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #3c71d3 !important;
  color: #999999 !important;
}
.cid-ugJZVu7k0U .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #9ccd7e !important;
  color: #999999 !important;
}
.cid-ugJZVu7k0U .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #999999 !important;
  color: #3c71d3 !important;
  border-color: #999999 !important;
}
.cid-ugJZVu7k0U .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #b97ecd !important;
  color: #999999 !important;
}
.cid-ugJZVu7k0U .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #d75959 !important;
  color: #999999 !important;
}
.cid-ugJZVu7k0U .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-ugJZVu7k0U .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-ugJZVu7k0U .mbr-desc {
  color: #706cff;
}
.cid-ugJZVu7k0U .mbr-section-title {
  color: #000000;
}
.cid-ugJZVu7k0U .mbr-text {
  color: #ffffff;
}
.cid-ugJZVu7k0U .mbr-section-btn {
  text-align: center;
}
.cid-ugJZVu7k0U .mbr-section-title,
.cid-ugJZVu7k0U .mbr-section-btn {
  color: #ffffff;
}
.cid-ugK5sj8Xbf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugK5sj8Xbf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugK5sj8Xbf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugK5sj8Xbf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ugK5sj8Xbf .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ugK5sj8Xbf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ugK5sj8Xbf .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ugK5sj8Xbf .container {
    padding: 0 24px;
  }
}
.cid-ugK5sj8Xbf .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ugK5sj8Xbf .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugK5sj8Xbf .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-ugK5sj8Xbf .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ugK5sj8Xbf .item {
  margin-bottom: 32px;
}
.cid-ugK5sj8Xbf .item .item-wrapper .item-img {
  border: 16px solid #edeceb;
  background-color: #edeceb;
  border-radius: 2rem !important;
  overflow: hidden;
}
.cid-ugK5sj8Xbf .item .item-wrapper .item-img:hover img,
.cid-ugK5sj8Xbf .item .item-wrapper .item-img:focus img {
  transform: scale(1.1);
}
.cid-ugK5sj8Xbf .item .item-wrapper .item-img img {
  height: 360px;
  object-fit: cover;
  border-radius: 1rem !important;
  transition: all 0.3s ease-in-out;
}
.cid-ugK5sj8Xbf .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-ugK5sj8Xbf .mbr-desc,
.cid-ugK5sj8Xbf .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-ugK1uc8OFr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugK1uc8OFr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugK1uc8OFr .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-ugK1uc8OFr .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ugK1uc8OFr .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ugK1uc8OFr .container {
    padding: 0 20px;
  }
}
.cid-ugJZu08IH7 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #36404c;
}
.cid-ugJZu08IH7 section {
  position: relative;
}
.cid-ugJZu08IH7 h4 {
  margin: 0;
}
.cid-ugJZu08IH7 img {
  height: 100px;
  padding-right: 8px;
}
.cid-ugJZu08IH7 a {
  font-weight: 300;
}
.cid-ugJZu08IH7 .img1 {
  color: #00bea3;
}
.cid-ugJZu08IH7 .img2 {
  color: #f1894c;
}
.cid-ugJZu08IH7 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ugJZu08IH7 .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ugJZu08IH7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ugJZu08IH7 .item,
.cid-ugJZu08IH7 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-ugJZu08IH7 .item h4,
.cid-ugJZu08IH7 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ugJZu08IH7 .card-img {
  width: auto;
}
.cid-ugJZu08IH7 .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-ugJZu08IH7 .item {
    justify-content: center;
  }
}
.cid-ugJZu08IH7 .item-title {
  color: #c1c1c1;
}
.cid-ugJZu0tcj2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #36404c;
}
@media (min-width: 1500px) {
  .cid-ugJZu0tcj2 .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-ugJZu0tcj2 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-ugJZu0tcj2 p {
  color: #ffffff;
}
