body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Sansation_Bold';
  font-size: 9rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 11.25rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.3rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.875rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 7.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.3rem;
    font-size: calc( 3.8rem + (9 - 3.8) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.8rem + (9 - 3.8) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d4af37 !important;
}
.bg-success {
  background-color: #37b34a !important;
}
.bg-info {
  background-color: #ec1c24 !important;
}
.bg-warning {
  background-color: #2174ba !important;
}
.bg-danger {
  background-color: #652d90 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d4af37 !important;
  border-color: #d4af37 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #947920 !important;
  border-color: #947920 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #947920 !important;
  border-color: #947920 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f05a28 !important;
  border-color: #f05a28 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b5370d !important;
  border-color: #b5370d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b5370d !important;
  border-color: #b5370d !important;
}
.btn-info,
.btn-info:active {
  background-color: #ec1c24 !important;
  border-color: #ec1c24 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #a40e13 !important;
  border-color: #a40e13 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a40e13 !important;
  border-color: #a40e13 !important;
}
.btn-success,
.btn-success:active {
  background-color: #37b34a !important;
  border-color: #37b34a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #23712f !important;
  border-color: #23712f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #23712f !important;
  border-color: #23712f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #2174ba !important;
  border-color: #2174ba !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #144670 !important;
  border-color: #144670 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #144670 !important;
  border-color: #144670 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #652d90 !important;
  border-color: #652d90 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #37184e !important;
  border-color: #37184e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #37184e !important;
  border-color: #37184e !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d4af37;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #947920 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d4af37 !important;
  border-color: #d4af37 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f05a28;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b5370d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f05a28 !important;
  border-color: #f05a28 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ec1c24;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a40e13 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ec1c24 !important;
  border-color: #ec1c24 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #37b34a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #23712f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #37b34a !important;
  border-color: #37b34a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2174ba;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #144670 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2174ba !important;
  border-color: #2174ba !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #652d90;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #37184e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #652d90 !important;
  border-color: #652d90 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #d4af37 !important;
}
.text-secondary {
  color: #f05a28 !important;
}
.text-success {
  color: #37b34a !important;
}
.text-info {
  color: #ec1c24 !important;
}
.text-warning {
  color: #2174ba !important;
}
.text-danger {
  color: #652d90 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #886f1d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a6320c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1f652a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #950d12 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #123e63 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #2e1542 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d4af37;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ec1c24;
}
.alert-warning {
  background-color: #2174ba;
}
.alert-danger {
  background-color: #652d90;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d4af37;
  border-color: #d4af37;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #d4af37;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f8f2df;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8ddc99;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fcd8da;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #74b2e6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a56cd1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #d4af37 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #d4af37;
}
/* Forms */
.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: #d4af37;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d4af37;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d4af37;
  border-bottom-color: #d4af37;
}
.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: #000000 !important;
  background-color: #d4af37 !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: #f05a28 !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='%23d4af37' %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-sRhuYLL8sS {
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
}
.cid-sRhuYLL8sS .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sRhuYLL8sS .mbr-section-title {
  color: #fafafa;
}
.cid-sRhuYLL8sS .mbr-text,
.cid-sRhuYLL8sS .mbr-section-btn {
  color: #f0d133;
  text-align: left;
}
.cid-sTUTmRNTtp {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-sTUTmRNTtp .mbr-section-subtitle {
  text-align: center;
}
.cid-sTUTmRNTtp .mbr-text,
.cid-sTUTmRNTtp .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-sTUTmRNTtp .mbr-section-title {
  color: #000000;
}
.cid-sSZzTkV3FG {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #652d90;
}
@media (min-width: 1500px) {
  .cid-sSZzTkV3FG .container {
    max-width: 1400px;
  }
}
.cid-sSZzTkV3FG .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #d4af37;
  margin-bottom: 2rem;
}
.cid-sSZzTkV3FG .card-wrapper {
  margin-top: 3rem;
}
.cid-sSZzTkV3FG .row {
  justify-content: center;
}
.cid-sSZzTkV3FG .card-title,
.cid-sSZzTkV3FG .iconfont-wrapper {
  color: #ffffff;
}
.cid-sSZzTkV3FG .card-text {
  color: #e9cffd;
}
.cid-sRht593lGk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-sRht593lGk .mbr-section-subtitle {
  text-align: center;
}
.cid-sRht593lGk .mbr-text,
.cid-sRht593lGk .mbr-section-btn {
  text-align: left;
}
.cid-sRht593lGk .mbr-section-title {
  color: #000000;
}
.cid-sUBKnRJnfo {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #37b34a;
}
.cid-sUBKnRJnfo .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sUBKnRJnfo .container {
    max-width: 1400px;
  }
}
.cid-sUBKnRJnfo .card {
  margin: auto;
}
.cid-sUBKnRJnfo .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-sUBKnRJnfo .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sUBKnRJnfo .row {
  justify-content: center;
}
.cid-sUBKnRJnfo H3 {
  color: #000000;
  text-align: center;
}
.cid-sUBKnRJnfo .card-title,
.cid-sUBKnRJnfo .card-box {
  color: #dfffd3;
}
.cid-sUEN7ac8vJ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-sUEN7ac8vJ .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sUEN7ac8vJ .container {
    max-width: 1400px;
  }
}
.cid-sUEN7ac8vJ .card {
  margin: auto;
}
.cid-sUEN7ac8vJ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #652d90;
  margin-bottom: 2rem;
}
.cid-sUEN7ac8vJ .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sUEN7ac8vJ .row {
  justify-content: center;
}
.cid-sUEN7ac8vJ H3 {
  color: #000000;
  text-align: center;
}
.cid-sUEN7ac8vJ .card-title,
.cid-sUEN7ac8vJ .card-box {
  color: #151515;
}
.cid-sTUQe3xttC {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #652d90;
}
.cid-sTUQe3xttC .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sTUQe3xttC .card {
    margin-bottom: 2rem!important;
  }
  .cid-sTUQe3xttC .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sTUQe3xttC .link-wrap {
    align-items: center;
  }
}
.cid-sTUQe3xttC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sTUQe3xttC .card-title,
.cid-sTUQe3xttC .card-box {
  color: #ffffff;
}
.cid-sTUQe3xttC .mbr-text,
.cid-sTUQe3xttC .link-wrap,
.cid-sTUQe3xttC .mbr-section-btn {
  color: #ffffff;
}
.cid-sTUZxUmaor {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sTUZxUmaor .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sTUZxUmaor .card {
    margin-bottom: 2rem!important;
  }
  .cid-sTUZxUmaor .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sTUZxUmaor .link-wrap {
    align-items: center;
  }
}
.cid-sTUZxUmaor .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sTUZxUmaor .card-title,
.cid-sTUZxUmaor .card-box {
  color: #000000;
}
.cid-sUhawOZTXO {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sUhawOZTXO .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-sUhawOZTXO .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sUhawOZTXO .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-sUhawOZTXO .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #652d90;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTaKadKvC8 {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #652d90;
}
@media (min-width: 1500px) {
  .cid-sTaKadKvC8 .container {
    max-width: 1400px;
  }
}
.cid-sTaKadKvC8 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #d4af37;
  margin-bottom: 2rem;
}
.cid-sTaKadKvC8 .card-wrapper {
  margin-top: 3rem;
}
.cid-sTaKadKvC8 .row {
  justify-content: center;
}
.cid-sTaKadKvC8 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-sTaKadKvC8 .card-text {
  text-align: center;
  color: #e9cffd;
}
.cid-sTaKadKvC8 .card-title,
.cid-sTaKadKvC8 .iconfont-wrapper {
  color: #fafafa;
}
.cid-sTaKadKvC8 .mbr-section-title {
  color: #ffffff;
}
.cid-sSYCD2NzY5 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-sSYCD2NzY5 .mbr-overlay {
  background-color: #37b34a;
  opacity: 0.9;
}
@media (min-width: 992px) {
  .cid-sSYCD2NzY5 form {
    width: 50%;
  }
}
.cid-sSYCD2NzY5 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sSYCD2NzY5 form .mbr-section-btn .btn {
  width: 100%;
}
.cid-sSYCD2NzY5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sSYCD2NzY5 .mbr-section-title {
  color: #ffffff;
}
.cid-sUk7xO15Fl {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #dce5d4;
}
.cid-sUk7xO15Fl .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sUk7xO15Fl .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sUk7xO15Fl .row {
    text-align: center;
  }
  .cid-sUk7xO15Fl .row > div {
    margin: auto;
  }
  .cid-sUk7xO15Fl .social-row {
    justify-content: center;
  }
}
.cid-sUk7xO15Fl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sUk7xO15Fl .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sUk7xO15Fl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sUk7xO15Fl .list {
    margin-bottom: 0rem;
  }
}
.cid-sUk7xO15Fl .mbr-text {
  color: #353535;
}
.cid-sUk7xO15Fl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sUk7xO15Fl .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sUk7xO15Fl div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sUk7xO15Fl H5 {
  color: #000000;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #d4af37 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #fafafa !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUjNWmAZaN {
  background-image: url("../../../assets/images/linkedin-sales-solutions-less-1680x1120.jpg");
}
.cid-sUjNWmAZaN .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-sUjNWmAZaN .mbr-text,
.cid-sUjNWmAZaN .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sUjVleKrLV {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-sUjVleKrLV .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sUjVleKrLV .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sUjVleKrLV .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sUjVleKrLV .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sUjVleKrLV .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sUjVleKrLV .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sUjVleKrLV .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sUjVleKrLV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sUjVleKrLV .card-title {
  text-align: center;
}
.cid-sSCBZYQWDs {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #652d90;
}
.cid-sSCBZYQWDs .row {
  flex-direction: row-reverse;
}
.cid-sSCBZYQWDs .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sSCBZYQWDs .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sSCBZYQWDs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sSCBZYQWDs .mbr-text,
.cid-sSCBZYQWDs .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sSCBZYQWDs .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #d4af37 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #fafafa !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTajQkKRYD {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-sTajQkKRYD .nav-tabs .nav-item.open .nav-link:focus,
.cid-sTajQkKRYD .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sTajQkKRYD .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #652d90;
}
@media (max-width: 767px) {
  .cid-sTajQkKRYD .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-sTajQkKRYD .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-sTajQkKRYD .nav-tabs .nav-link:not(.active) {
  color: #e43f3f;
}
.cid-sTajQkKRYD .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-sTajQkKRYD .nav-link,
.cid-sTajQkKRYD .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-sTajQkKRYD .nav-tabs .nav-link.active {
  color: #652d90;
  border-bottom: 3px solid #652d90;
}
.cid-sTajQkKRYD H4 {
  text-align: right;
  color: #e43f3f;
}
.cid-sTajQkKRYD H3 {
  text-align: center;
}
.cid-sT0g6J3wQ5 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #652d90;
}
.cid-sT0g6J3wQ5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sT0g6J3wQ5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sT0g6J3wQ5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sT0g6J3wQ5 .mbr-text,
.cid-sT0g6J3wQ5 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sT0g6J3wQ5 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sTaXyvmWWa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-sTaXyvmWWa .nav-tabs .nav-item.open .nav-link:focus,
.cid-sTaXyvmWWa .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sTaXyvmWWa .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #652d90;
}
@media (max-width: 767px) {
  .cid-sTaXyvmWWa .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-sTaXyvmWWa .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-sTaXyvmWWa .nav-tabs .nav-link:not(.active) {
  color: #e43f3f;
}
.cid-sTaXyvmWWa .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-sTaXyvmWWa .nav-link,
.cid-sTaXyvmWWa .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-sTaXyvmWWa .nav-tabs .nav-link.active {
  color: #652d90;
  border-bottom: 3px solid #652d90;
}
.cid-sTaXyvmWWa H4 {
  text-align: right;
  color: #e43f3f;
}
.cid-sTaXyvmWWa H3 {
  text-align: center;
}
.cid-sT0g8B7BQr {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #652d90;
}
.cid-sT0g8B7BQr .row {
  flex-direction: row-reverse;
}
.cid-sT0g8B7BQr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sT0g8B7BQr .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sT0g8B7BQr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sT0g8B7BQr .mbr-text,
.cid-sT0g8B7BQr .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sT0g8B7BQr .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sTaXiGIHkg {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-sTaXiGIHkg .nav-tabs .nav-item.open .nav-link:focus,
.cid-sTaXiGIHkg .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sTaXiGIHkg .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #652d90;
}
@media (max-width: 767px) {
  .cid-sTaXiGIHkg .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-sTaXiGIHkg .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-sTaXiGIHkg .nav-tabs .nav-link:not(.active) {
  color: #e43f3f;
}
.cid-sTaXiGIHkg .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-sTaXiGIHkg .nav-link,
.cid-sTaXiGIHkg .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-sTaXiGIHkg .nav-tabs .nav-link.active {
  color: #652d90;
  border-bottom: 3px solid #652d90;
}
.cid-sTaXiGIHkg H4 {
  text-align: right;
  color: #e43f3f;
}
.cid-sTaXiGIHkg H3 {
  text-align: center;
}
.cid-sT0g7SV0d3 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #652d90;
}
.cid-sT0g7SV0d3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sT0g7SV0d3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sT0g7SV0d3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sT0g7SV0d3 .mbr-text,
.cid-sT0g7SV0d3 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sT0g7SV0d3 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sTaXAfEVMc {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-sTaXAfEVMc .nav-tabs .nav-item.open .nav-link:focus,
.cid-sTaXAfEVMc .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sTaXAfEVMc .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #652d90;
}
@media (max-width: 767px) {
  .cid-sTaXAfEVMc .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-sTaXAfEVMc .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-sTaXAfEVMc .nav-tabs .nav-link:not(.active) {
  color: #e43f3f;
}
.cid-sTaXAfEVMc .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-sTaXAfEVMc .nav-link,
.cid-sTaXAfEVMc .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-sTaXAfEVMc .nav-tabs .nav-link.active {
  color: #652d90;
  border-bottom: 3px solid #652d90;
}
.cid-sTaXAfEVMc H4 {
  text-align: right;
  color: #e43f3f;
}
.cid-sTaXAfEVMc H3 {
  text-align: center;
}
.cid-sUk7xO15Fl {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #dce5d4;
}
.cid-sUk7xO15Fl .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sUk7xO15Fl .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sUk7xO15Fl .row {
    text-align: center;
  }
  .cid-sUk7xO15Fl .row > div {
    margin: auto;
  }
  .cid-sUk7xO15Fl .social-row {
    justify-content: center;
  }
}
.cid-sUk7xO15Fl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sUk7xO15Fl .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sUk7xO15Fl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sUk7xO15Fl .list {
    margin-bottom: 0rem;
  }
}
.cid-sUk7xO15Fl .mbr-text {
  color: #353535;
}
.cid-sUk7xO15Fl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sUk7xO15Fl .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sUk7xO15Fl div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sUk7xO15Fl H5 {
  color: #000000;
}
.cid-sRgiwk8ksd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sRgiwk8ksd nav.navbar {
  position: fixed;
}
.cid-sRgiwk8ksd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRgiwk8ksd .dropdown-menu {
  padding: 0;
}
.cid-sRgiwk8ksd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sRgiwk8ksd .dropdown-item:hover,
.cid-sRgiwk8ksd .dropdown-item:focus {
  background: #d4af37 !important;
  color: white !important;
}
.cid-sRgiwk8ksd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sRgiwk8ksd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRgiwk8ksd .nav-link {
  position: relative;
}
.cid-sRgiwk8ksd .container {
  display: flex;
  margin: auto;
}
.cid-sRgiwk8ksd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sRgiwk8ksd .navbar-caption {
  padding-right: 4rem;
}
.cid-sRgiwk8ksd .dropdown-menu,
.cid-sRgiwk8ksd .navbar.opened {
  background: #fafafa !important;
}
.cid-sRgiwk8ksd .nav-item:focus,
.cid-sRgiwk8ksd .nav-link:focus {
  outline: none;
}
.cid-sRgiwk8ksd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRgiwk8ksd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRgiwk8ksd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRgiwk8ksd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRgiwk8ksd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRgiwk8ksd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRgiwk8ksd .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sRgiwk8ksd .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sRgiwk8ksd .navbar.opened {
  transition: all .3s;
}
.cid-sRgiwk8ksd .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sRgiwk8ksd .navbar .navbar-logo img {
  width: auto;
}
.cid-sRgiwk8ksd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRgiwk8ksd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRgiwk8ksd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRgiwk8ksd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-sRgiwk8ksd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRgiwk8ksd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRgiwk8ksd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sRgiwk8ksd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRgiwk8ksd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sRgiwk8ksd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sRgiwk8ksd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRgiwk8ksd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRgiwk8ksd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRgiwk8ksd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRgiwk8ksd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sRgiwk8ksd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sRgiwk8ksd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRgiwk8ksd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRgiwk8ksd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRgiwk8ksd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRgiwk8ksd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sRgiwk8ksd .navbar.navbar-short {
  min-height: 60px;
}
.cid-sRgiwk8ksd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRgiwk8ksd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRgiwk8ksd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRgiwk8ksd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRgiwk8ksd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRgiwk8ksd .dropdown-item.active,
.cid-sRgiwk8ksd .dropdown-item:active {
  background-color: transparent;
}
.cid-sRgiwk8ksd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRgiwk8ksd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRgiwk8ksd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRgiwk8ksd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sRgiwk8ksd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRgiwk8ksd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRgiwk8ksd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRgiwk8ksd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRgiwk8ksd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sRgiwk8ksd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sRgiwk8ksd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRgiwk8ksd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRgiwk8ksd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRgiwk8ksd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRgiwk8ksd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRgiwk8ksd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRgiwk8ksd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRgiwk8ksd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRgiwk8ksd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sRgiwk8ksd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRgiwk8ksd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRgiwk8ksd .navbar {
    height: 77px;
  }
  .cid-sRgiwk8ksd .navbar.opened {
    height: auto;
  }
  .cid-sRgiwk8ksd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUjLn5GwXO {
  background-image: url("../../../assets/images/cytonn-photography-less-1083x723.jpg");
}
.cid-sUjLn5GwXO .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-sUjLn5GwXO .mbr-text,
.cid-sUjLn5GwXO .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sUjWActA2K {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-sUjWActA2K .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sUjWActA2K .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sUjWActA2K .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sUjWActA2K .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
  background-color: transparent;
}
.cid-sUjWActA2K .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sUjWActA2K .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sUjWActA2K .card-title {
  color: #000000;
}
.cid-sUjWActA2K .mbr-text {
  color: #232323;
}
.cid-sTqskLcWX0 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #652d90;
}
.cid-sTqskLcWX0 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sTqskLcWX0 .card {
    margin-bottom: 2rem!important;
  }
  .cid-sTqskLcWX0 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sTqskLcWX0 .link-wrap {
    align-items: center;
  }
}
.cid-sTqskLcWX0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sTqskLcWX0 .card-title,
.cid-sTqskLcWX0 .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-sTqskLcWX0 .mbr-text,
.cid-sTqskLcWX0 .link-wrap,
.cid-sTqskLcWX0 .mbr-section-btn {
  color: #ffffff;
}
.cid-sUo8OEukDO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sTI6Hxx3mN {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sTI6Hxx3mN .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sTI6Hxx3mN .card {
    margin-bottom: 2rem!important;
  }
  .cid-sTI6Hxx3mN .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sTI6Hxx3mN .link-wrap {
    align-items: center;
  }
}
.cid-sTI6Hxx3mN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sTI6Hxx3mN .card-title,
.cid-sTI6Hxx3mN .card-box {
  text-align: left;
}
.cid-sTJmJizNXd {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #652d90;
}
.cid-sTJmJizNXd .row {
  flex-direction: row-reverse;
}
.cid-sTJmJizNXd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sTJmJizNXd .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sTJmJizNXd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sTJmJizNXd .mbr-text,
.cid-sTJmJizNXd .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sTJmJizNXd .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sTJmK4QLPc {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-sTJmK4QLPc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sTJmK4QLPc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sTJmK4QLPc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sTJmK4QLPc .mbr-text,
.cid-sTJmK4QLPc .mbr-section-btn {
  text-align: left;
}
.cid-sTJmK4QLPc .mbr-section-title {
  text-align: center;
}
.cid-sUov5HmA8X {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #652d90;
}
.cid-sUov5HmA8X .row {
  flex-direction: row-reverse;
}
.cid-sUov5HmA8X .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sUov5HmA8X .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sUov5HmA8X .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sUov5HmA8X .mbr-text,
.cid-sUov5HmA8X .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sUov5HmA8X .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sUk7xO15Fl {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #dce5d4;
}
.cid-sUk7xO15Fl .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sUk7xO15Fl .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sUk7xO15Fl .row {
    text-align: center;
  }
  .cid-sUk7xO15Fl .row > div {
    margin: auto;
  }
  .cid-sUk7xO15Fl .social-row {
    justify-content: center;
  }
}
.cid-sUk7xO15Fl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sUk7xO15Fl .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sUk7xO15Fl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sUk7xO15Fl .list {
    margin-bottom: 0rem;
  }
}
.cid-sUk7xO15Fl .mbr-text {
  color: #353535;
}
.cid-sUk7xO15Fl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sUk7xO15Fl .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sUk7xO15Fl div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sUk7xO15Fl H5 {
  color: #000000;
}
