body {
  font-family: Bellota Text;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Bellota Text', display;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 0.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 0.7rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1rem + (1 - 1) * ((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.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #36187d !important;
}
.bg-success {
  background-color: #35b8fc !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #6c758f !important;
}
.bg-danger {
  background-color: #36187d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #36187d !important;
  border-color: #36187d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #241052 !important;
  border-color: #241052 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #241052 !important;
  border-color: #241052 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ea2396 !important;
  border-color: #ea2396 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c7137b !important;
  border-color: #c7137b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c7137b !important;
  border-color: #c7137b !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #35b8fc !important;
  border-color: #35b8fc !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #04a6fa !important;
  border-color: #04a6fa !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #04a6fa !important;
  border-color: #04a6fa !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #6c758f !important;
  border-color: #6c758f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #565d72 !important;
  border-color: #565d72 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #565d72 !important;
  border-color: #565d72 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #36187d !important;
  border-color: #36187d !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #241052 !important;
  border-color: #241052 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #241052 !important;
  border-color: #241052 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #36187d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #170a34 !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: #36187d !important;
  border-color: #36187d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ea2396;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a61067 !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: #ea2396 !important;
  border-color: #ea2396 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !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: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #35b8fc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #038fd7 !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: #35b8fc !important;
  border-color: #35b8fc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6c758f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #474d5e !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: #6c758f !important;
  border-color: #6c758f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #36187d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #170a34 !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: #36187d !important;
  border-color: #36187d !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: #36187d !important;
}
.text-secondary {
  color: #ea2396 !important;
}
.text-success {
  color: #35b8fc !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #6c758f !important;
}
.text-danger {
  color: #36187d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #110827 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #980f5e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0385c8 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #404555 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #110827 !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):hover {
  text-decoration: underline;
}
.nav-tabs .nav-link.active {
  color: #36187d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #6c758f;
}
.alert-danger {
  background-color: #36187d;
}
.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: #36187d;
  border-color: #36187d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #36187d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6a3bd9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #feffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b4b9c6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #6a3bd9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #36187d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #36187d;
}
/* 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: #36187d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #36187d;
}
.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: #36187d;
  border-bottom-color: #36187d;
}
.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: #36187d !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: #ea2396 !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='%2336187d' %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-sFQnPhSg56 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f2f3f7;
}
.cid-sFQnPhSg56 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-sFQnPhSg56 .col-lg-4,
.cid-sFQnPhSg56 .col-12 {
  padding: 0 2rem;
}
.cid-sFQnPhSg56 .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-sFQnPhSg56 .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-sFQnPhSg56 .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sFQnPhSg56 .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-sFQnPhSg56 .card-title,
.cid-sFQnPhSg56 .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-sFQnPhSg56 .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-sFQnPhSg56 .mbr-section-subtitle {
  color: #6c758f;
}
.cid-sFQnPhSg56 .mbr-section-title {
  color: #36187d;
}
.cid-sFQo4dl2NY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sFQo4dl2NY .title {
    margin-bottom: 2rem;
  }
  .cid-sFQo4dl2NY .mbr-section-title {
    text-align: center;
  }
  .cid-sFQo4dl2NY .mbr-section-subtitle {
    text-align: center;
  }
  .cid-sFQo4dl2NY .input-group-btn {
    text-align: center;
  }
}
.cid-sFQo4dl2NY .mbr-section-subtitle {
  color: #767676;
}
.cid-sFQo4dl2NY a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sFQo4dl2NY a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sFQo4dl2NY .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sFQo4dl2NY .input-group-btn {
  display: block;
  text-align: left;
}
.cid-sFQo4dl2NY h3 {
  color: #444;
  letter-spacing: 0.03em;
}
.cid-sFQo4dl2NY .form-control {
  border-radius: 0px !important;
  padding-left: 15px;
}
.cid-sFQo4dl2NY .google-map {
  width: 100%;
  height: 25rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-sFQo4dl2NY .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-sFQo4dl2NY .google-map [data-state-details] {
  color: #444444;
  font-family: Muli;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sFQo4dl2NY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sFQo4dl2NY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sFQo4dl2NY textarea.form-control {
  min-height: 154px;
}
.cid-sFQo4dl2NY H2 {
  color: #36187d;
}
.cid-svMGZ7Ygy3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .mbr-text {
  color: #767676;
}
.cid-svMGZ7Ygy3 .links {
  color: #6c758f;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .links {
    text-align: center !important;
  }
}
.cid-svMGZ7Ygy3 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #36187d;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svMGZ7Ygy3 .copyright > p {
  color: #6c758f;
}
.cid-sH5Gk78Dk3 {
  z-index: 1000;
  width: 100%;
}
.cid-sH5Gk78Dk3 nav.navbar {
  position: fixed;
}
.cid-sH5Gk78Dk3 .navbar-nav {
  margin: auto;
}
.cid-sH5Gk78Dk3 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sH5Gk78Dk3 .dropdown-item:hover,
.cid-sH5Gk78Dk3 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sH5Gk78Dk3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .navbar-short,
.cid-sH5Gk78Dk3 .opened {
  background: #f2f3f7 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar-short .nav-link,
.cid-sH5Gk78Dk3 .opened .nav-link,
.cid-sH5Gk78Dk3 .navbar-short .navbar-caption,
.cid-sH5Gk78Dk3 .opened .navbar-caption,
.cid-sH5Gk78Dk3 .navbar-short .mbr-iconfont,
.cid-sH5Gk78Dk3 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sH5Gk78Dk3 .navbar-short .hamburger span,
.cid-sH5Gk78Dk3 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sH5Gk78Dk3 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sH5Gk78Dk3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sH5Gk78Dk3 .container {
  display: flex;
  margin: auto;
}
.cid-sH5Gk78Dk3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown-menu,
.cid-sH5Gk78Dk3 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sH5Gk78Dk3 .nav-item:focus,
.cid-sH5Gk78Dk3 .nav-link:focus {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(242, 243, 247, 0);
}
.cid-sH5Gk78Dk3 .navbar.opened {
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sH5Gk78Dk3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sH5Gk78Dk3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar.collapsed {
  justify-content: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sH5Gk78Dk3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sH5Gk78Dk3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sH5Gk78Dk3 .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: 41%;
}
.cid-sH5Gk78Dk3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sH5Gk78Dk3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sH5Gk78Dk3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sH5Gk78Dk3 .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: 40%;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sH5Gk78Dk3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sH5Gk78Dk3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sH5Gk78Dk3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown-item.active,
.cid-sH5Gk78Dk3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sH5Gk78Dk3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sH5Gk78Dk3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sH5Gk78Dk3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sH5Gk78Dk3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sH5Gk78Dk3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sH5Gk78Dk3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .navbar {
    height: 70px;
  }
  .cid-sH5Gk78Dk3 .navbar.opened {
    height: auto;
  }
  .cid-sH5Gk78Dk3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQN3eLuTB5.popup-builder {
  background-color: #ffffff;
}
.cid-sQN3eLuTB5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQN3eLuTB5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQN3eLuTB5 .modal-content,
.cid-sQN3eLuTB5 .modal-dialog {
  height: auto;
}
.cid-sQN3eLuTB5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQN3eLuTB5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQN3eLuTB5 .form-wrapper .mbr-form .form-group,
  .cid-sQN3eLuTB5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQN3eLuTB5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQN3eLuTB5 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQN3eLuTB5 .mbr-text {
  text-align: left;
}
.cid-sQN3eLuTB5 .pt-0 {
  padding-top: 0 !important;
}
.cid-sQN3eLuTB5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQN3eLuTB5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQN3eLuTB5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQN3eLuTB5 .modal-open {
  overflow: hidden;
}
.cid-sQN3eLuTB5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQN3eLuTB5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQN3eLuTB5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQN3eLuTB5 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQN3eLuTB5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQN3eLuTB5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQN3eLuTB5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQN3eLuTB5 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQN3eLuTB5 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQN3eLuTB5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQN3eLuTB5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQN3eLuTB5 .modal-backdrop.show {
  opacity: .5;
}
.cid-sQN3eLuTB5 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQN3eLuTB5 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQN3eLuTB5 .modal-header {
    padding: 1rem;
  }
}
.cid-sQN3eLuTB5 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQN3eLuTB5 .modal-header .close svg {
  fill: #353535;
}
.cid-sQN3eLuTB5 .modal-header .close:hover {
  opacity: 1;
}
.cid-sQN3eLuTB5 .modal-header .close:focus {
  outline: none;
}
.cid-sQN3eLuTB5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQN3eLuTB5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQN3eLuTB5 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQN3eLuTB5 .modal-body {
    padding: 1rem;
  }
}
.cid-sQN3eLuTB5 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQN3eLuTB5 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQN3eLuTB5 .modal-footer {
    padding: 1rem;
  }
}
.cid-sQN3eLuTB5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQN3eLuTB5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQN3eLuTB5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQN3eLuTB5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQN3eLuTB5 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQN3eLuTB5 .modal-lg,
  .cid-sQN3eLuTB5 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQN3eLuTB5 .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQN3eLuTB5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQN3eLuTB5 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQN3eLuTB5 .form-group {
  margin-bottom: 1rem;
}
.cid-sQN3eLuTB5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQN3eLuTB5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQN3eLuTB5 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQN3eLuTB5 .mbr-section-btn {
  margin: 0;
}
.cid-sQN3eLuTB5 .mbr-section-btn .btn {
  margin: 0;
}
.cid-sALDlZn004 {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/caefl-80.53-2000x1125.jpeg");
}
.cid-sALDlZn004 .btn {
  margin: 0.2rem !important;
}
.cid-sALDlZn004 .row {
  justify-content: flex-end;
}
.cid-sALDlZn004 .mbr-text,
.cid-sALDlZn004 .mbr-section-btn {
  color: #36187d;
  text-align: left;
}
.cid-sALDlZn004 H3 {
  color: #0196e3;
}
.cid-sALDlZn004 H1 {
  color: #36187d;
}
.cid-svMGZ7Ygy3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .mbr-text {
  color: #767676;
}
.cid-svMGZ7Ygy3 .links {
  color: #6c758f;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .links {
    text-align: center !important;
  }
}
.cid-svMGZ7Ygy3 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #36187d;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svMGZ7Ygy3 .copyright > p {
  color: #6c758f;
}
.cid-sTDOMCwlEW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sTDOMCwlEW h4 {
  display: flex;
}
.cid-sTDOMCwlEW .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-sTDOMCwlEW .wrap {
  display: flex;
}
.cid-sTDOMCwlEW .sq-text {
  background: #2461d8;
  padding: 2px 10px;
  border-radius: 3px;
  color: #ffffff;
  height: fit-content;
  margin: auto;
}
.cid-sTDOMCwlEW img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-sTDOMCwlEW .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-sTDOMCwlEW p {
  margin: 0;
}
.cid-sTDOMCwlEW .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sTDOMCwlEW .mbr-section-subtitle {
  font-weight: 500;
  color: #767676;
  text-align: left;
}
.cid-sTDOMCwlEW .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sTDOMCwlEW .panel-group {
  width: 100%;
}
.cid-sTDOMCwlEW .card {
  border: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sTDOMCwlEW .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sTDOMCwlEW .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sTDOMCwlEW .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sTDOMCwlEW .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sTDOMCwlEW .card .card-header a.panel-title .sign {
  padding-right: 1rem;
  padding-left: 1rem;
}
.cid-sTDOMCwlEW .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sTDOMCwlEW .card .panel-body {
  background: #ffffff;
}
.cid-sTDOMCwlEW .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sTDOMCwlEW .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sTDOMCwlEW .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sTDOMCwlEW .header-text,
.cid-sTDOMCwlEW .sign {
  color: #232323;
}
.cid-sALDmETlDY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sALDmETlDY .nav-tabs .nav-item.open .nav-link:focus,
.cid-sALDmETlDY .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sALDmETlDY .nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-sALDmETlDY .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-sALDmETlDY .nav-item .nav-link {
  color: #74a3c7;
  border-bottom: 4px solid transparent !important;
}
.cid-sALDmETlDY .nav-item .nav-link.active {
  color: #55595c;
  border-bottom: 4px solid #36187d !important;
}
.cid-sALDmETlDY .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
}
.cid-sALDmETlDY .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-sALDmETlDY .nav-link,
.cid-sALDmETlDY .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-sALDmETlDY .mbr-text,
.cid-sALDmETlDY .mbr-section-btn {
  color: #232323;
}
.cid-sALDmETlDY .mbr-section-title {
  color: #232323;
}
.cid-sALDmETlDY .buttons-wrap .link {
  display: flex;
}
.cid-sALDmETlDY .list {
  list-style: none;
}
.cid-sALDmETlDY .list li {
  position: relative;
  margin-bottom: 15px;
}
.cid-sALDmETlDY .list li::before {
  content: '';
  display: block;
  position: absolute;
  margin-top: 9px;
  left: -25px;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  background-color: #36187d;
}
@media (max-width: 768px) {
  .cid-sALDmETlDY * {
    text-align: center;
  }
  .cid-sALDmETlDY .buttons-wrap {
    justify-content: center;
  }
  .cid-sALDmETlDY img {
    margin-bottom: 20px;
  }
}
.cid-sH5Gk78Dk3 {
  z-index: 1000;
  width: 100%;
}
.cid-sH5Gk78Dk3 nav.navbar {
  position: fixed;
}
.cid-sH5Gk78Dk3 .navbar-nav {
  margin: auto;
}
.cid-sH5Gk78Dk3 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sH5Gk78Dk3 .dropdown-item:hover,
.cid-sH5Gk78Dk3 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sH5Gk78Dk3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .navbar-short,
.cid-sH5Gk78Dk3 .opened {
  background: #f2f3f7 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar-short .nav-link,
.cid-sH5Gk78Dk3 .opened .nav-link,
.cid-sH5Gk78Dk3 .navbar-short .navbar-caption,
.cid-sH5Gk78Dk3 .opened .navbar-caption,
.cid-sH5Gk78Dk3 .navbar-short .mbr-iconfont,
.cid-sH5Gk78Dk3 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sH5Gk78Dk3 .navbar-short .hamburger span,
.cid-sH5Gk78Dk3 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sH5Gk78Dk3 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sH5Gk78Dk3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sH5Gk78Dk3 .container {
  display: flex;
  margin: auto;
}
.cid-sH5Gk78Dk3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown-menu,
.cid-sH5Gk78Dk3 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sH5Gk78Dk3 .nav-item:focus,
.cid-sH5Gk78Dk3 .nav-link:focus {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(242, 243, 247, 0);
}
.cid-sH5Gk78Dk3 .navbar.opened {
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sH5Gk78Dk3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sH5Gk78Dk3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar.collapsed {
  justify-content: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sH5Gk78Dk3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sH5Gk78Dk3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sH5Gk78Dk3 .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: 41%;
}
.cid-sH5Gk78Dk3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sH5Gk78Dk3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sH5Gk78Dk3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sH5Gk78Dk3 .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: 40%;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sH5Gk78Dk3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sH5Gk78Dk3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sH5Gk78Dk3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown-item.active,
.cid-sH5Gk78Dk3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sH5Gk78Dk3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sH5Gk78Dk3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sH5Gk78Dk3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sH5Gk78Dk3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sH5Gk78Dk3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sH5Gk78Dk3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .navbar {
    height: 70px;
  }
  .cid-sH5Gk78Dk3 .navbar.opened {
    height: auto;
  }
  .cid-sH5Gk78Dk3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAG1yDxkwu {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/measuring-cup-2000x1333.png");
}
.cid-sAG1yDxkwu .btn {
  margin: 0.2rem !important;
}
.cid-sAG1yDxkwu .row {
  justify-content: flex-end;
}
.cid-sAG1yDxkwu .mbr-text,
.cid-sAG1yDxkwu .mbr-section-btn {
  color: #36187d;
  text-align: left;
}
.cid-sAG1yDxkwu H3 {
  color: #0196e3;
}
.cid-sAG1yDxkwu H1 {
  color: #36187d;
}
.cid-sAG1zDUei2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sAG1zDUei2 .nav-tabs .nav-item.open .nav-link:focus,
.cid-sAG1zDUei2 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sAG1zDUei2 .nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-sAG1zDUei2 .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-sAG1zDUei2 .nav-item .nav-link {
  color: #74a3c7;
  border-bottom: 4px solid transparent !important;
}
.cid-sAG1zDUei2 .nav-item .nav-link.active {
  color: #55595c;
  border-bottom: 4px solid #36187d !important;
}
.cid-sAG1zDUei2 .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
}
.cid-sAG1zDUei2 .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-sAG1zDUei2 .nav-link,
.cid-sAG1zDUei2 .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-sAG1zDUei2 .mbr-text,
.cid-sAG1zDUei2 .mbr-section-btn {
  color: #232323;
}
.cid-sAG1zDUei2 .mbr-section-title {
  color: #232323;
}
.cid-sAG1zDUei2 .buttons-wrap .link {
  display: flex;
}
.cid-sAG1zDUei2 .list {
  list-style: none;
}
.cid-sAG1zDUei2 .list li {
  position: relative;
  margin-bottom: 15px;
}
.cid-sAG1zDUei2 .list li::before {
  content: '';
  display: block;
  position: absolute;
  margin-top: 9px;
  left: -25px;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  background-color: #36187d;
}
@media (max-width: 768px) {
  .cid-sAG1zDUei2 * {
    text-align: center;
  }
  .cid-sAG1zDUei2 .buttons-wrap {
    justify-content: center;
  }
  .cid-sAG1zDUei2 img {
    margin-bottom: 20px;
  }
}
.cid-svMGZ7Ygy3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .mbr-text {
  color: #767676;
}
.cid-svMGZ7Ygy3 .links {
  color: #6c758f;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .links {
    text-align: center !important;
  }
}
.cid-svMGZ7Ygy3 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #36187d;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svMGZ7Ygy3 .copyright > p {
  color: #6c758f;
}
.cid-sH5Gk78Dk3 {
  z-index: 1000;
  width: 100%;
}
.cid-sH5Gk78Dk3 nav.navbar {
  position: fixed;
}
.cid-sH5Gk78Dk3 .navbar-nav {
  margin: auto;
}
.cid-sH5Gk78Dk3 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sH5Gk78Dk3 .dropdown-item:hover,
.cid-sH5Gk78Dk3 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sH5Gk78Dk3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .navbar-short,
.cid-sH5Gk78Dk3 .opened {
  background: #f2f3f7 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar-short .nav-link,
.cid-sH5Gk78Dk3 .opened .nav-link,
.cid-sH5Gk78Dk3 .navbar-short .navbar-caption,
.cid-sH5Gk78Dk3 .opened .navbar-caption,
.cid-sH5Gk78Dk3 .navbar-short .mbr-iconfont,
.cid-sH5Gk78Dk3 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sH5Gk78Dk3 .navbar-short .hamburger span,
.cid-sH5Gk78Dk3 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sH5Gk78Dk3 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sH5Gk78Dk3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sH5Gk78Dk3 .container {
  display: flex;
  margin: auto;
}
.cid-sH5Gk78Dk3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown-menu,
.cid-sH5Gk78Dk3 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sH5Gk78Dk3 .nav-item:focus,
.cid-sH5Gk78Dk3 .nav-link:focus {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(242, 243, 247, 0);
}
.cid-sH5Gk78Dk3 .navbar.opened {
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sH5Gk78Dk3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sH5Gk78Dk3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar.collapsed {
  justify-content: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sH5Gk78Dk3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sH5Gk78Dk3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sH5Gk78Dk3 .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: 41%;
}
.cid-sH5Gk78Dk3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sH5Gk78Dk3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sH5Gk78Dk3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sH5Gk78Dk3 .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: 40%;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sH5Gk78Dk3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sH5Gk78Dk3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sH5Gk78Dk3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown-item.active,
.cid-sH5Gk78Dk3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sH5Gk78Dk3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sH5Gk78Dk3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sH5Gk78Dk3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sH5Gk78Dk3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sH5Gk78Dk3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sH5Gk78Dk3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .navbar {
    height: 70px;
  }
  .cid-sH5Gk78Dk3 .navbar.opened {
    height: auto;
  }
  .cid-sH5Gk78Dk3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAFR2uhO9D {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/2-2-1920x1080.jpg");
}
.cid-sAFR2uhO9D .btn {
  margin: 0.2rem !important;
}
.cid-sAFR2uhO9D .row {
  justify-content: flex-end;
}
.cid-sAFR2uhO9D .mbr-text,
.cid-sAFR2uhO9D .mbr-section-btn {
  color: #36187d;
  text-align: left;
}
.cid-sAFR2uhO9D H3 {
  color: #0196e3;
}
.cid-sAFR2uhO9D H1 {
  color: #36187d;
}
.cid-sAFR3dciRH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sAFR3dciRH .nav-tabs .nav-item.open .nav-link:focus,
.cid-sAFR3dciRH .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sAFR3dciRH .nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-sAFR3dciRH .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-sAFR3dciRH .nav-item .nav-link {
  color: #74a3c7;
  border-bottom: 4px solid transparent !important;
}
.cid-sAFR3dciRH .nav-item .nav-link.active {
  color: #55595c;
  border-bottom: 4px solid #36187d !important;
}
.cid-sAFR3dciRH .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
}
.cid-sAFR3dciRH .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-sAFR3dciRH .nav-link,
.cid-sAFR3dciRH .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-sAFR3dciRH .mbr-text,
.cid-sAFR3dciRH .mbr-section-btn {
  color: #232323;
}
.cid-sAFR3dciRH .mbr-section-title {
  color: #232323;
}
.cid-sAFR3dciRH .buttons-wrap .link {
  display: flex;
}
.cid-sAFR3dciRH .list {
  list-style: none;
}
.cid-sAFR3dciRH .list li {
  position: relative;
  margin-bottom: 15px;
}
.cid-sAFR3dciRH .list li::before {
  content: '';
  display: block;
  position: absolute;
  margin-top: 9px;
  left: -25px;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  background-color: #36187d;
}
@media (max-width: 768px) {
  .cid-sAFR3dciRH * {
    text-align: center;
  }
  .cid-sAFR3dciRH .buttons-wrap {
    justify-content: center;
  }
  .cid-sAFR3dciRH img {
    margin-bottom: 20px;
  }
}
.cid-svMGZ7Ygy3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .mbr-text {
  color: #767676;
}
.cid-svMGZ7Ygy3 .links {
  color: #6c758f;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .links {
    text-align: center !important;
  }
}
.cid-svMGZ7Ygy3 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #36187d;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svMGZ7Ygy3 .copyright > p {
  color: #6c758f;
}
.cid-sH5Gk78Dk3 {
  z-index: 1000;
  width: 100%;
}
.cid-sH5Gk78Dk3 nav.navbar {
  position: fixed;
}
.cid-sH5Gk78Dk3 .navbar-nav {
  margin: auto;
}
.cid-sH5Gk78Dk3 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sH5Gk78Dk3 .dropdown-item:hover,
.cid-sH5Gk78Dk3 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sH5Gk78Dk3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .navbar-short,
.cid-sH5Gk78Dk3 .opened {
  background: #f2f3f7 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar-short .nav-link,
.cid-sH5Gk78Dk3 .opened .nav-link,
.cid-sH5Gk78Dk3 .navbar-short .navbar-caption,
.cid-sH5Gk78Dk3 .opened .navbar-caption,
.cid-sH5Gk78Dk3 .navbar-short .mbr-iconfont,
.cid-sH5Gk78Dk3 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sH5Gk78Dk3 .navbar-short .hamburger span,
.cid-sH5Gk78Dk3 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sH5Gk78Dk3 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sH5Gk78Dk3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sH5Gk78Dk3 .container {
  display: flex;
  margin: auto;
}
.cid-sH5Gk78Dk3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown-menu,
.cid-sH5Gk78Dk3 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sH5Gk78Dk3 .nav-item:focus,
.cid-sH5Gk78Dk3 .nav-link:focus {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(242, 243, 247, 0);
}
.cid-sH5Gk78Dk3 .navbar.opened {
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sH5Gk78Dk3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sH5Gk78Dk3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar.collapsed {
  justify-content: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sH5Gk78Dk3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sH5Gk78Dk3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sH5Gk78Dk3 .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: 41%;
}
.cid-sH5Gk78Dk3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sH5Gk78Dk3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sH5Gk78Dk3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sH5Gk78Dk3 .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: 40%;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sH5Gk78Dk3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sH5Gk78Dk3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sH5Gk78Dk3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown-item.active,
.cid-sH5Gk78Dk3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sH5Gk78Dk3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sH5Gk78Dk3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sH5Gk78Dk3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sH5Gk78Dk3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sH5Gk78Dk3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sH5Gk78Dk3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .navbar {
    height: 70px;
  }
  .cid-sH5Gk78Dk3 .navbar.opened {
    height: auto;
  }
  .cid-sH5Gk78Dk3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQN3eQNb5E.popup-builder {
  background-color: #ffffff;
}
.cid-sQN3eQNb5E.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQN3eQNb5E.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQN3eQNb5E .modal-content,
.cid-sQN3eQNb5E .modal-dialog {
  height: auto;
}
.cid-sQN3eQNb5E .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQN3eQNb5E .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQN3eQNb5E .form-wrapper .mbr-form .form-group,
  .cid-sQN3eQNb5E .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQN3eQNb5E .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQN3eQNb5E .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQN3eQNb5E .mbr-text {
  text-align: left;
}
.cid-sQN3eQNb5E .pt-0 {
  padding-top: 0 !important;
}
.cid-sQN3eQNb5E .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQN3eQNb5E .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQN3eQNb5E .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQN3eQNb5E .modal-open {
  overflow: hidden;
}
.cid-sQN3eQNb5E .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQN3eQNb5E .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQN3eQNb5E .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQN3eQNb5E .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQN3eQNb5E .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQN3eQNb5E .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQN3eQNb5E .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQN3eQNb5E .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQN3eQNb5E .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQN3eQNb5E .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQN3eQNb5E .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQN3eQNb5E .modal-backdrop.show {
  opacity: .5;
}
.cid-sQN3eQNb5E .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQN3eQNb5E .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQN3eQNb5E .modal-header {
    padding: 1rem;
  }
}
.cid-sQN3eQNb5E .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQN3eQNb5E .modal-header .close svg {
  fill: #353535;
}
.cid-sQN3eQNb5E .modal-header .close:hover {
  opacity: 1;
}
.cid-sQN3eQNb5E .modal-header .close:focus {
  outline: none;
}
.cid-sQN3eQNb5E .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQN3eQNb5E .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQN3eQNb5E .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQN3eQNb5E .modal-body {
    padding: 1rem;
  }
}
.cid-sQN3eQNb5E .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQN3eQNb5E .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQN3eQNb5E .modal-footer {
    padding: 1rem;
  }
}
.cid-sQN3eQNb5E .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQN3eQNb5E .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQN3eQNb5E .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQN3eQNb5E .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQN3eQNb5E .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQN3eQNb5E .modal-lg,
  .cid-sQN3eQNb5E .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQN3eQNb5E .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQN3eQNb5E .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQN3eQNb5E .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQN3eQNb5E .form-group {
  margin-bottom: 1rem;
}
.cid-sQN3eQNb5E .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQN3eQNb5E .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQN3eQNb5E .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQN3eQNb5E .mbr-section-btn {
  margin: 0;
}
.cid-sQN3eQNb5E .mbr-section-btn .btn {
  margin: 0;
}
.cid-sAFPw4Tq4Q {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/crimping-machine.40-2000x1125.jpg");
}
.cid-sAFPw4Tq4Q .btn {
  margin: 0.2rem !important;
}
.cid-sAFPw4Tq4Q .row {
  justify-content: flex-end;
}
.cid-sAFPw4Tq4Q .mbr-text,
.cid-sAFPw4Tq4Q .mbr-section-btn {
  color: #36187d;
  text-align: left;
}
.cid-sAFPw4Tq4Q H3 {
  color: #0196e3;
}
.cid-sAFPw4Tq4Q H1 {
  color: #36187d;
}
.cid-sAFPwQ4Alp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sAFPwQ4Alp .nav-tabs .nav-item.open .nav-link:focus,
.cid-sAFPwQ4Alp .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sAFPwQ4Alp .nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-sAFPwQ4Alp .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-sAFPwQ4Alp .nav-item .nav-link {
  color: #74a3c7;
  border-bottom: 4px solid transparent !important;
}
.cid-sAFPwQ4Alp .nav-item .nav-link.active {
  color: #55595c;
  border-bottom: 4px solid #36187d !important;
}
.cid-sAFPwQ4Alp .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
}
.cid-sAFPwQ4Alp .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-sAFPwQ4Alp .nav-link,
.cid-sAFPwQ4Alp .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-sAFPwQ4Alp .mbr-text,
.cid-sAFPwQ4Alp .mbr-section-btn {
  color: #232323;
}
.cid-sAFPwQ4Alp .mbr-section-title {
  color: #232323;
}
.cid-sAFPwQ4Alp .buttons-wrap .link {
  display: flex;
}
.cid-sAFPwQ4Alp .list {
  list-style: none;
}
.cid-sAFPwQ4Alp .list li {
  position: relative;
  margin-bottom: 15px;
}
.cid-sAFPwQ4Alp .list li::before {
  content: '';
  display: block;
  position: absolute;
  margin-top: 9px;
  left: -25px;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  background-color: #36187d;
}
@media (max-width: 768px) {
  .cid-sAFPwQ4Alp * {
    text-align: center;
  }
  .cid-sAFPwQ4Alp .buttons-wrap {
    justify-content: center;
  }
  .cid-sAFPwQ4Alp img {
    margin-bottom: 20px;
  }
}
.cid-svMGZ7Ygy3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .mbr-text {
  color: #767676;
}
.cid-svMGZ7Ygy3 .links {
  color: #6c758f;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .links {
    text-align: center !important;
  }
}
.cid-svMGZ7Ygy3 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #36187d;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svMGZ7Ygy3 .copyright > p {
  color: #6c758f;
}
.cid-sH5Gk78Dk3 {
  z-index: 1000;
  width: 100%;
}
.cid-sH5Gk78Dk3 nav.navbar {
  position: fixed;
}
.cid-sH5Gk78Dk3 .navbar-nav {
  margin: auto;
}
.cid-sH5Gk78Dk3 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sH5Gk78Dk3 .dropdown-item:hover,
.cid-sH5Gk78Dk3 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sH5Gk78Dk3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .navbar-short,
.cid-sH5Gk78Dk3 .opened {
  background: #f2f3f7 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar-short .nav-link,
.cid-sH5Gk78Dk3 .opened .nav-link,
.cid-sH5Gk78Dk3 .navbar-short .navbar-caption,
.cid-sH5Gk78Dk3 .opened .navbar-caption,
.cid-sH5Gk78Dk3 .navbar-short .mbr-iconfont,
.cid-sH5Gk78Dk3 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sH5Gk78Dk3 .navbar-short .hamburger span,
.cid-sH5Gk78Dk3 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sH5Gk78Dk3 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sH5Gk78Dk3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sH5Gk78Dk3 .container {
  display: flex;
  margin: auto;
}
.cid-sH5Gk78Dk3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown-menu,
.cid-sH5Gk78Dk3 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sH5Gk78Dk3 .nav-item:focus,
.cid-sH5Gk78Dk3 .nav-link:focus {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(242, 243, 247, 0);
}
.cid-sH5Gk78Dk3 .navbar.opened {
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sH5Gk78Dk3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sH5Gk78Dk3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar.collapsed {
  justify-content: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sH5Gk78Dk3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sH5Gk78Dk3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sH5Gk78Dk3 .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: 41%;
}
.cid-sH5Gk78Dk3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sH5Gk78Dk3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sH5Gk78Dk3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sH5Gk78Dk3 .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: 40%;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sH5Gk78Dk3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sH5Gk78Dk3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sH5Gk78Dk3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown-item.active,
.cid-sH5Gk78Dk3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sH5Gk78Dk3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sH5Gk78Dk3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sH5Gk78Dk3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sH5Gk78Dk3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sH5Gk78Dk3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sH5Gk78Dk3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .navbar {
    height: 70px;
  }
  .cid-sH5Gk78Dk3 .navbar.opened {
    height: auto;
  }
  .cid-sH5Gk78Dk3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQN3eRSUJO.popup-builder {
  background-color: #ffffff;
}
.cid-sQN3eRSUJO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQN3eRSUJO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQN3eRSUJO .modal-content,
.cid-sQN3eRSUJO .modal-dialog {
  height: auto;
}
.cid-sQN3eRSUJO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQN3eRSUJO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQN3eRSUJO .form-wrapper .mbr-form .form-group,
  .cid-sQN3eRSUJO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQN3eRSUJO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQN3eRSUJO .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQN3eRSUJO .mbr-text {
  text-align: left;
}
.cid-sQN3eRSUJO .pt-0 {
  padding-top: 0 !important;
}
.cid-sQN3eRSUJO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQN3eRSUJO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQN3eRSUJO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQN3eRSUJO .modal-open {
  overflow: hidden;
}
.cid-sQN3eRSUJO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQN3eRSUJO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQN3eRSUJO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQN3eRSUJO .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQN3eRSUJO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQN3eRSUJO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQN3eRSUJO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQN3eRSUJO .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQN3eRSUJO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQN3eRSUJO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQN3eRSUJO .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQN3eRSUJO .modal-backdrop.show {
  opacity: .5;
}
.cid-sQN3eRSUJO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQN3eRSUJO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQN3eRSUJO .modal-header {
    padding: 1rem;
  }
}
.cid-sQN3eRSUJO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQN3eRSUJO .modal-header .close svg {
  fill: #353535;
}
.cid-sQN3eRSUJO .modal-header .close:hover {
  opacity: 1;
}
.cid-sQN3eRSUJO .modal-header .close:focus {
  outline: none;
}
.cid-sQN3eRSUJO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQN3eRSUJO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQN3eRSUJO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQN3eRSUJO .modal-body {
    padding: 1rem;
  }
}
.cid-sQN3eRSUJO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQN3eRSUJO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQN3eRSUJO .modal-footer {
    padding: 1rem;
  }
}
.cid-sQN3eRSUJO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQN3eRSUJO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQN3eRSUJO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQN3eRSUJO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQN3eRSUJO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQN3eRSUJO .modal-lg,
  .cid-sQN3eRSUJO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQN3eRSUJO .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQN3eRSUJO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQN3eRSUJO .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQN3eRSUJO .form-group {
  margin-bottom: 1rem;
}
.cid-sQN3eRSUJO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQN3eRSUJO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQN3eRSUJO .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQN3eRSUJO .mbr-section-btn {
  margin: 0;
}
.cid-sQN3eRSUJO .mbr-section-btn .btn {
  margin: 0;
}
.cid-sTqR0iFkbE {
  background-color: #f2f3f7;
}
.cid-sTqR0iFkbE .photo-split img {
  width: 100%;
}
.cid-sTqR0iFkbE .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sTqR0iFkbE .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-sTqR0iFkbE .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-sTqR0iFkbE .wrap-block {
  padding-left: 2rem;
}
.cid-sTqR0iFkbE .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sTqR0iFkbE .wrap-block ul li {
  display: inline-block;
}
.cid-sTqR0iFkbE .wrap-block ul li span {
  text-align: center;
}
.cid-sTqR0iFkbE .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-sTqR0iFkbE .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sTqR0iFkbE .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sTqR0iFkbE .mbr-list,
.cid-sTqR0iFkbE .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sTqR0iFkbE {
    padding-top: 36px;
    padding-bottom: 0px;
  }
  .cid-sTqR0iFkbE .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-sTqR0iFkbE .container-fluid {
    padding: 0 1rem;
  }
  .cid-sTqR0iFkbE .mbr-section-title,
  .cid-sTqR0iFkbE .mbr-section-subtitle,
  .cid-sTqR0iFkbE .mbr-text {
    text-align: center !important;
  }
  .cid-sTqR0iFkbE .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-sTqR0iFkbE {
    padding-top: 135px;
    padding-bottom: 0px;
  }
  .cid-sTqR0iFkbE .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-sTqR0iFkbE .container-fluid {
    padding: 0 2rem;
  }
}
.cid-sTqR0iFkbE .btn-line {
  margin-top: 3rem;
}
.cid-sTqR0iFkbE .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-sTqR0iFkbE .col-lg-8 {
    order: 2;
  }
  .cid-sTqR0iFkbE .col-lg-4 {
    order: 1;
  }
}
.cid-sTqVhn7fVu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f3f7;
}
.cid-sTqVhn7fVu .line {
  width: 100%;
  height: 2px;
  background: #17171A;
}
.cid-sTqVhn7fVu .item {
  width: 15.4rem;
  padding: 1rem 0;
  border-top: 1px solid #9b9ba5;
  margin: 0 1.2rem 2rem;
}
@media (max-width: 992px) {
  .cid-sTqVhn7fVu .item {
    width: 45%;
  }
  .cid-sTqVhn7fVu .item:nth-child(2n) {
    margin-right: 0.1rem;
  }
}
@media (max-width: 768px) {
  .cid-sTqVhn7fVu .item {
    width: 88%;
  }
}
@media (max-width: 600px) {
  .cid-sTqVhn7fVu .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sTqVhn7fVu .mbr-text {
  color: #31363b;
}
.cid-sTqVhn7fVu .mbr-section-subtitle {
  color: #9b9ba5;
}
.cid-svMGZ7Ygy3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .mbr-text {
  color: #767676;
}
.cid-svMGZ7Ygy3 .links {
  color: #6c758f;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .links {
    text-align: center !important;
  }
}
.cid-svMGZ7Ygy3 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #36187d;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svMGZ7Ygy3 .copyright > p {
  color: #6c758f;
}
.cid-sH5Gk78Dk3 {
  z-index: 1000;
  width: 100%;
}
.cid-sH5Gk78Dk3 nav.navbar {
  position: fixed;
}
.cid-sH5Gk78Dk3 .navbar-nav {
  margin: auto;
}
.cid-sH5Gk78Dk3 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sH5Gk78Dk3 .dropdown-item:hover,
.cid-sH5Gk78Dk3 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sH5Gk78Dk3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .navbar-short,
.cid-sH5Gk78Dk3 .opened {
  background: #f2f3f7 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar-short .nav-link,
.cid-sH5Gk78Dk3 .opened .nav-link,
.cid-sH5Gk78Dk3 .navbar-short .navbar-caption,
.cid-sH5Gk78Dk3 .opened .navbar-caption,
.cid-sH5Gk78Dk3 .navbar-short .mbr-iconfont,
.cid-sH5Gk78Dk3 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sH5Gk78Dk3 .navbar-short .hamburger span,
.cid-sH5Gk78Dk3 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sH5Gk78Dk3 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sH5Gk78Dk3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sH5Gk78Dk3 .container {
  display: flex;
  margin: auto;
}
.cid-sH5Gk78Dk3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown-menu,
.cid-sH5Gk78Dk3 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sH5Gk78Dk3 .nav-item:focus,
.cid-sH5Gk78Dk3 .nav-link:focus {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(242, 243, 247, 0);
}
.cid-sH5Gk78Dk3 .navbar.opened {
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sH5Gk78Dk3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sH5Gk78Dk3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar.collapsed {
  justify-content: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sH5Gk78Dk3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sH5Gk78Dk3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sH5Gk78Dk3 .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: 41%;
}
.cid-sH5Gk78Dk3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sH5Gk78Dk3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sH5Gk78Dk3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sH5Gk78Dk3 .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: 40%;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sH5Gk78Dk3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sH5Gk78Dk3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sH5Gk78Dk3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown-item.active,
.cid-sH5Gk78Dk3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sH5Gk78Dk3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sH5Gk78Dk3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sH5Gk78Dk3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sH5Gk78Dk3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sH5Gk78Dk3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sH5Gk78Dk3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .navbar {
    height: 70px;
  }
  .cid-sH5Gk78Dk3 .navbar.opened {
    height: auto;
  }
  .cid-sH5Gk78Dk3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sH4Q1xSQrk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sH4Q1xSQrk .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sH4Q1xSQrk .card {
    margin-bottom: 2rem!important;
  }
  .cid-sH4Q1xSQrk .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sH4Q1xSQrk .link-wrap {
    align-items: center;
  }
}
.cid-sH4Q1xSQrk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sH4Q1xSQrk .card-title,
.cid-sH4Q1xSQrk .card-box {
  color: #0196e3;
}
.cid-sTrpIdmLe8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f3f7;
}
.cid-sTrpIdmLe8 .line {
  width: 100%;
  height: 2px;
  background: #17171A;
}
.cid-sTrpIdmLe8 .item {
  width: 30.8rem;
  padding: 1rem 0;
  border-top: 1px solid #9b9ba5;
  margin: 0 1.2rem 2rem;
}
@media (max-width: 992px) {
  .cid-sTrpIdmLe8 .item {
    width: 45%;
  }
  .cid-sTrpIdmLe8 .item:nth-child(2n) {
    margin-right: 0.1rem;
  }
}
@media (max-width: 768px) {
  .cid-sTrpIdmLe8 .item {
    width: 88%;
  }
}
@media (max-width: 600px) {
  .cid-sTrpIdmLe8 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sTrpIdmLe8 .mbr-text {
  color: #31363b;
}
.cid-sTrpIdmLe8 .mbr-section-subtitle {
  color: #9b9ba5;
}
.cid-svMGZ7Ygy3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .mbr-text {
  color: #767676;
}
.cid-svMGZ7Ygy3 .links {
  color: #6c758f;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .links {
    text-align: center !important;
  }
}
.cid-svMGZ7Ygy3 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #36187d;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svMGZ7Ygy3 .copyright > p {
  color: #6c758f;
}
.cid-sH5Gk78Dk3 {
  z-index: 1000;
  width: 100%;
}
.cid-sH5Gk78Dk3 nav.navbar {
  position: fixed;
}
.cid-sH5Gk78Dk3 .navbar-nav {
  margin: auto;
}
.cid-sH5Gk78Dk3 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sH5Gk78Dk3 .dropdown-item:hover,
.cid-sH5Gk78Dk3 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sH5Gk78Dk3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .navbar-short,
.cid-sH5Gk78Dk3 .opened {
  background: #f2f3f7 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar-short .nav-link,
.cid-sH5Gk78Dk3 .opened .nav-link,
.cid-sH5Gk78Dk3 .navbar-short .navbar-caption,
.cid-sH5Gk78Dk3 .opened .navbar-caption,
.cid-sH5Gk78Dk3 .navbar-short .mbr-iconfont,
.cid-sH5Gk78Dk3 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sH5Gk78Dk3 .navbar-short .hamburger span,
.cid-sH5Gk78Dk3 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sH5Gk78Dk3 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sH5Gk78Dk3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sH5Gk78Dk3 .container {
  display: flex;
  margin: auto;
}
.cid-sH5Gk78Dk3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown-menu,
.cid-sH5Gk78Dk3 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sH5Gk78Dk3 .nav-item:focus,
.cid-sH5Gk78Dk3 .nav-link:focus {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(242, 243, 247, 0);
}
.cid-sH5Gk78Dk3 .navbar.opened {
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sH5Gk78Dk3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sH5Gk78Dk3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar.collapsed {
  justify-content: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sH5Gk78Dk3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sH5Gk78Dk3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sH5Gk78Dk3 .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: 41%;
}
.cid-sH5Gk78Dk3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sH5Gk78Dk3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sH5Gk78Dk3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sH5Gk78Dk3 .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: 40%;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sH5Gk78Dk3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sH5Gk78Dk3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sH5Gk78Dk3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown-item.active,
.cid-sH5Gk78Dk3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sH5Gk78Dk3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sH5Gk78Dk3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sH5Gk78Dk3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sH5Gk78Dk3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sH5Gk78Dk3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sH5Gk78Dk3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .navbar {
    height: 70px;
  }
  .cid-sH5Gk78Dk3 .navbar.opened {
    height: auto;
  }
  .cid-sH5Gk78Dk3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sH4RZ97AuA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sH4RZ97AuA .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sH4RZ97AuA .card {
    margin-bottom: 2rem!important;
  }
  .cid-sH4RZ97AuA .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sH4RZ97AuA .link-wrap {
    align-items: center;
  }
}
.cid-sH4RZ97AuA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sH4RZ97AuA .card-title,
.cid-sH4RZ97AuA .card-box {
  color: #0196e3;
}
.cid-sH4RZ97AuA .mbr-text,
.cid-sH4RZ97AuA .link-wrap,
.cid-sH4RZ97AuA .mbr-section-btn {
  color: #36187d;
}
.cid-sTrsaKPTvj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f3f7;
}
.cid-sTrsaKPTvj .line {
  width: 100%;
  height: 2px;
  background: #17171A;
}
.cid-sTrsaKPTvj .item {
  width: 29.7rem;
  padding: 1rem 0;
  border-top: 1px solid #9b9ba5;
  margin: 0 1.2rem 2rem;
}
@media (max-width: 992px) {
  .cid-sTrsaKPTvj .item {
    width: 45%;
  }
  .cid-sTrsaKPTvj .item:nth-child(2n) {
    margin-right: 0.1rem;
  }
}
@media (max-width: 768px) {
  .cid-sTrsaKPTvj .item {
    width: 88%;
  }
}
@media (max-width: 600px) {
  .cid-sTrsaKPTvj .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sTrsaKPTvj .mbr-text {
  color: #31363b;
}
.cid-sTrsaKPTvj .mbr-section-subtitle {
  color: #9b9ba5;
}
.cid-sH4U7BHJVg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sH4U7BHJVg .title__block {
  margin-bottom: 40px;
}
.cid-sH4U7BHJVg .mbr-text {
  margin-bottom: 0;
}
.cid-sH4U7BHJVg .carousel-item {
  justify-content: center;
}
.cid-sH4U7BHJVg .carousel-control-prev {
  left: -8%;
  justify-content: flex-start !important;
  width: 10%;
}
.cid-sH4U7BHJVg .carousel-control-next {
  justify-content: flex-end !important;
  right: -8%;
  width: 10%;
}
.cid-sH4U7BHJVg .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(25, 31, 35, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sH4U7BHJVg .carousel-controls a:hover span {
  background: rgba(25, 31, 35, 0.6);
}
.cid-sH4U7BHJVg .user_image {
  display: flex;
  width: 100%;
  height: 600px;
  margin: auto;
  perspective: 900px;
}
.cid-sH4U7BHJVg .user_image img {
  transition: transform 0.5s;
  width: 100%;
  height: 95%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-sH4U7BHJVg .user_image img:hover {
  transform: rotateX(-3deg);
}
@media (max-width: 1350px) {
  .cid-sH4U7BHJVg .user {
    max-width: 87%;
  }
  .cid-sH4U7BHJVg .carousel-control-prev {
    justify-content: center !important;
    left: -3%;
  }
  .cid-sH4U7BHJVg .carousel-control-next {
    justify-content: center !important;
    right: -3%;
  }
}
@media (max-width: 991px) {
  .cid-sH4U7BHJVg .user {
    max-width: 100%;
  }
  .cid-sH4U7BHJVg .carousel-control-prev {
    left: -5%;
  }
  .cid-sH4U7BHJVg .carousel-control-next {
    right: -5%;
  }
  .cid-sH4U7BHJVg .user_image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-sH4U7BHJVg .title__block {
    margin-bottom: 20px;
  }
  .cid-sH4U7BHJVg .carousel-controls {
    display: none;
  }
}
.cid-sH4U7BHJVg .mbr-section-title {
  color: #36187d;
}
.cid-svMGZ7Ygy3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .mbr-text {
  color: #767676;
}
.cid-svMGZ7Ygy3 .links {
  color: #6c758f;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .links {
    text-align: center !important;
  }
}
.cid-svMGZ7Ygy3 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #36187d;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svMGZ7Ygy3 .copyright > p {
  color: #6c758f;
}
.cid-sH5Gk78Dk3 {
  z-index: 1000;
  width: 100%;
}
.cid-sH5Gk78Dk3 nav.navbar {
  position: fixed;
}
.cid-sH5Gk78Dk3 .navbar-nav {
  margin: auto;
}
.cid-sH5Gk78Dk3 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sH5Gk78Dk3 .dropdown-item:hover,
.cid-sH5Gk78Dk3 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sH5Gk78Dk3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .navbar-short,
.cid-sH5Gk78Dk3 .opened {
  background: #f2f3f7 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar-short .nav-link,
.cid-sH5Gk78Dk3 .opened .nav-link,
.cid-sH5Gk78Dk3 .navbar-short .navbar-caption,
.cid-sH5Gk78Dk3 .opened .navbar-caption,
.cid-sH5Gk78Dk3 .navbar-short .mbr-iconfont,
.cid-sH5Gk78Dk3 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sH5Gk78Dk3 .navbar-short .hamburger span,
.cid-sH5Gk78Dk3 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sH5Gk78Dk3 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sH5Gk78Dk3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sH5Gk78Dk3 .container {
  display: flex;
  margin: auto;
}
.cid-sH5Gk78Dk3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown-menu,
.cid-sH5Gk78Dk3 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sH5Gk78Dk3 .nav-item:focus,
.cid-sH5Gk78Dk3 .nav-link:focus {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(242, 243, 247, 0);
}
.cid-sH5Gk78Dk3 .navbar.opened {
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sH5Gk78Dk3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sH5Gk78Dk3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar.collapsed {
  justify-content: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sH5Gk78Dk3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sH5Gk78Dk3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sH5Gk78Dk3 .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: 41%;
}
.cid-sH5Gk78Dk3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sH5Gk78Dk3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sH5Gk78Dk3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sH5Gk78Dk3 .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: 40%;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sH5Gk78Dk3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sH5Gk78Dk3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sH5Gk78Dk3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown-item.active,
.cid-sH5Gk78Dk3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sH5Gk78Dk3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sH5Gk78Dk3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sH5Gk78Dk3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sH5Gk78Dk3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sH5Gk78Dk3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sH5Gk78Dk3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .navbar {
    height: 70px;
  }
  .cid-sH5Gk78Dk3 .navbar.opened {
    height: auto;
  }
  .cid-sH5Gk78Dk3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sH4In4HR7U {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sH4In4HR7U .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sH4In4HR7U .card {
    margin-bottom: 2rem!important;
  }
  .cid-sH4In4HR7U .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sH4In4HR7U .link-wrap {
    align-items: center;
  }
}
.cid-sH4In4HR7U .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sH4In4HR7U .card-title,
.cid-sH4In4HR7U .card-box {
  color: #0196e3;
}
.cid-sH4In4HR7U .mbr-text,
.cid-sH4In4HR7U .link-wrap,
.cid-sH4In4HR7U .mbr-section-btn {
  color: #36187d;
}
.cid-sTrtFyjCOv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f3f7;
}
.cid-sTrtFyjCOv .line {
  width: 100%;
  height: 2px;
  background: #17171A;
}
.cid-sTrtFyjCOv .item {
  width: 30.8rem;
  padding: 1rem 0;
  border-top: 1px solid #9b9ba5;
  margin: 0 1.2rem 2rem;
}
@media (max-width: 992px) {
  .cid-sTrtFyjCOv .item {
    width: 45%;
  }
  .cid-sTrtFyjCOv .item:nth-child(2n) {
    margin-right: 0.1rem;
  }
}
@media (max-width: 768px) {
  .cid-sTrtFyjCOv .item {
    width: 88%;
  }
}
@media (max-width: 600px) {
  .cid-sTrtFyjCOv .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sTrtFyjCOv .mbr-text {
  color: #31363b;
}
.cid-sTrtFyjCOv .mbr-section-subtitle {
  color: #9b9ba5;
}
.cid-svMGZ7Ygy3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .mbr-text {
  color: #767676;
}
.cid-svMGZ7Ygy3 .links {
  color: #6c758f;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .links {
    text-align: center !important;
  }
}
.cid-svMGZ7Ygy3 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #36187d;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svMGZ7Ygy3 .copyright > p {
  color: #6c758f;
}
.cid-sH5Gk78Dk3 {
  z-index: 1000;
  width: 100%;
}
.cid-sH5Gk78Dk3 nav.navbar {
  position: fixed;
}
.cid-sH5Gk78Dk3 .navbar-nav {
  margin: auto;
}
.cid-sH5Gk78Dk3 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sH5Gk78Dk3 .dropdown-item:hover,
.cid-sH5Gk78Dk3 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sH5Gk78Dk3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .navbar-short,
.cid-sH5Gk78Dk3 .opened {
  background: #f2f3f7 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar-short .nav-link,
.cid-sH5Gk78Dk3 .opened .nav-link,
.cid-sH5Gk78Dk3 .navbar-short .navbar-caption,
.cid-sH5Gk78Dk3 .opened .navbar-caption,
.cid-sH5Gk78Dk3 .navbar-short .mbr-iconfont,
.cid-sH5Gk78Dk3 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sH5Gk78Dk3 .navbar-short .hamburger span,
.cid-sH5Gk78Dk3 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sH5Gk78Dk3 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sH5Gk78Dk3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sH5Gk78Dk3 .container {
  display: flex;
  margin: auto;
}
.cid-sH5Gk78Dk3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown-menu,
.cid-sH5Gk78Dk3 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sH5Gk78Dk3 .nav-item:focus,
.cid-sH5Gk78Dk3 .nav-link:focus {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(242, 243, 247, 0);
}
.cid-sH5Gk78Dk3 .navbar.opened {
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sH5Gk78Dk3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sH5Gk78Dk3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar.collapsed {
  justify-content: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sH5Gk78Dk3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sH5Gk78Dk3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sH5Gk78Dk3 .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: 41%;
}
.cid-sH5Gk78Dk3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sH5Gk78Dk3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sH5Gk78Dk3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sH5Gk78Dk3 .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: 40%;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sH5Gk78Dk3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sH5Gk78Dk3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sH5Gk78Dk3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown-item.active,
.cid-sH5Gk78Dk3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sH5Gk78Dk3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sH5Gk78Dk3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sH5Gk78Dk3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sH5Gk78Dk3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sH5Gk78Dk3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sH5Gk78Dk3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .navbar {
    height: 70px;
  }
  .cid-sH5Gk78Dk3 .navbar.opened {
    height: auto;
  }
  .cid-sH5Gk78Dk3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAFKokTZo0 {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/crimping-machine.40-2000x1125.jpg");
}
.cid-sAFKokTZo0 .btn {
  margin: 0.2rem !important;
}
.cid-sAFKokTZo0 .row {
  justify-content: flex-end;
}
.cid-sAFKokTZo0 .mbr-text,
.cid-sAFKokTZo0 .mbr-section-btn {
  color: #36187d;
  text-align: left;
}
.cid-sAFKokTZo0 H3 {
  color: #0196e3;
}
.cid-sAFKokTZo0 H1 {
  color: #36187d;
}
.cid-sTrBtWY9ZO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f3f7;
}
.cid-sTrBtWY9ZO .line {
  width: 100%;
  height: 2px;
  background: #17171A;
}
.cid-sTrBtWY9ZO .item {
  width: 33rem;
  padding: 1rem 0;
  border-top: 1px solid #9b9ba5;
  margin: 0 1.2rem 2rem;
}
@media (max-width: 992px) {
  .cid-sTrBtWY9ZO .item {
    width: 45%;
  }
  .cid-sTrBtWY9ZO .item:nth-child(2n) {
    margin-right: 0.1rem;
  }
}
@media (max-width: 768px) {
  .cid-sTrBtWY9ZO .item {
    width: 88%;
  }
}
@media (max-width: 600px) {
  .cid-sTrBtWY9ZO .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sTrBtWY9ZO .mbr-text {
  color: #31363b;
}
.cid-sTrBtWY9ZO .mbr-section-subtitle {
  color: #9b9ba5;
}
.cid-svMGZ7Ygy3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .mbr-text {
  color: #767676;
}
.cid-svMGZ7Ygy3 .links {
  color: #6c758f;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .links {
    text-align: center !important;
  }
}
.cid-svMGZ7Ygy3 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #36187d;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svMGZ7Ygy3 .copyright > p {
  color: #6c758f;
}
.cid-sH5Gk78Dk3 {
  z-index: 1000;
  width: 100%;
}
.cid-sH5Gk78Dk3 nav.navbar {
  position: fixed;
}
.cid-sH5Gk78Dk3 .navbar-nav {
  margin: auto;
}
.cid-sH5Gk78Dk3 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sH5Gk78Dk3 .dropdown-item:hover,
.cid-sH5Gk78Dk3 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sH5Gk78Dk3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .navbar-short,
.cid-sH5Gk78Dk3 .opened {
  background: #f2f3f7 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar-short .nav-link,
.cid-sH5Gk78Dk3 .opened .nav-link,
.cid-sH5Gk78Dk3 .navbar-short .navbar-caption,
.cid-sH5Gk78Dk3 .opened .navbar-caption,
.cid-sH5Gk78Dk3 .navbar-short .mbr-iconfont,
.cid-sH5Gk78Dk3 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sH5Gk78Dk3 .navbar-short .hamburger span,
.cid-sH5Gk78Dk3 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sH5Gk78Dk3 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sH5Gk78Dk3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sH5Gk78Dk3 .container {
  display: flex;
  margin: auto;
}
.cid-sH5Gk78Dk3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown-menu,
.cid-sH5Gk78Dk3 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sH5Gk78Dk3 .nav-item:focus,
.cid-sH5Gk78Dk3 .nav-link:focus {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(242, 243, 247, 0);
}
.cid-sH5Gk78Dk3 .navbar.opened {
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sH5Gk78Dk3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sH5Gk78Dk3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar.collapsed {
  justify-content: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sH5Gk78Dk3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sH5Gk78Dk3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sH5Gk78Dk3 .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: 41%;
}
.cid-sH5Gk78Dk3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sH5Gk78Dk3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sH5Gk78Dk3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sH5Gk78Dk3 .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: 40%;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sH5Gk78Dk3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sH5Gk78Dk3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sH5Gk78Dk3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown-item.active,
.cid-sH5Gk78Dk3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sH5Gk78Dk3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sH5Gk78Dk3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sH5Gk78Dk3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sH5Gk78Dk3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sH5Gk78Dk3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sH5Gk78Dk3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .navbar {
    height: 70px;
  }
  .cid-sH5Gk78Dk3 .navbar.opened {
    height: auto;
  }
  .cid-sH5Gk78Dk3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAFJKgFXnl {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/untitled.6-2-2000x980.png");
}
.cid-sAFJKgFXnl .btn {
  margin: 0.2rem !important;
}
.cid-sAFJKgFXnl .row {
  justify-content: flex-end;
}
.cid-sAFJKgFXnl .mbr-text,
.cid-sAFJKgFXnl .mbr-section-btn {
  color: #36187d;
  text-align: left;
}
.cid-sAFJKgFXnl H3 {
  color: #0196e3;
}
.cid-sAFJKgFXnl H1 {
  color: #36187d;
}
.cid-svMGZ7Ygy3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .mbr-text {
  color: #767676;
}
.cid-svMGZ7Ygy3 .links {
  color: #6c758f;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .links {
    text-align: center !important;
  }
}
.cid-svMGZ7Ygy3 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #36187d;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svMGZ7Ygy3 .copyright > p {
  color: #6c758f;
}
.cid-sH5Gk78Dk3 {
  z-index: 1000;
  width: 100%;
}
.cid-sH5Gk78Dk3 nav.navbar {
  position: fixed;
}
.cid-sH5Gk78Dk3 .navbar-nav {
  margin: auto;
}
.cid-sH5Gk78Dk3 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sH5Gk78Dk3 .dropdown-item:hover,
.cid-sH5Gk78Dk3 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sH5Gk78Dk3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .navbar-short,
.cid-sH5Gk78Dk3 .opened {
  background: #f2f3f7 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar-short .nav-link,
.cid-sH5Gk78Dk3 .opened .nav-link,
.cid-sH5Gk78Dk3 .navbar-short .navbar-caption,
.cid-sH5Gk78Dk3 .opened .navbar-caption,
.cid-sH5Gk78Dk3 .navbar-short .mbr-iconfont,
.cid-sH5Gk78Dk3 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sH5Gk78Dk3 .navbar-short .hamburger span,
.cid-sH5Gk78Dk3 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sH5Gk78Dk3 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sH5Gk78Dk3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sH5Gk78Dk3 .container {
  display: flex;
  margin: auto;
}
.cid-sH5Gk78Dk3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown-menu,
.cid-sH5Gk78Dk3 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sH5Gk78Dk3 .nav-item:focus,
.cid-sH5Gk78Dk3 .nav-link:focus {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(242, 243, 247, 0);
}
.cid-sH5Gk78Dk3 .navbar.opened {
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sH5Gk78Dk3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sH5Gk78Dk3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar.collapsed {
  justify-content: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sH5Gk78Dk3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sH5Gk78Dk3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sH5Gk78Dk3 .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: 41%;
}
.cid-sH5Gk78Dk3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sH5Gk78Dk3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sH5Gk78Dk3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sH5Gk78Dk3 .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: 40%;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sH5Gk78Dk3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sH5Gk78Dk3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sH5Gk78Dk3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown-item.active,
.cid-sH5Gk78Dk3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sH5Gk78Dk3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sH5Gk78Dk3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sH5Gk78Dk3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sH5Gk78Dk3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sH5Gk78Dk3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sH5Gk78Dk3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .navbar {
    height: 70px;
  }
  .cid-sH5Gk78Dk3 .navbar.opened {
    height: auto;
  }
  .cid-sH5Gk78Dk3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQN3eZibO5.popup-builder {
  background-color: #ffffff;
}
.cid-sQN3eZibO5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQN3eZibO5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQN3eZibO5 .modal-content,
.cid-sQN3eZibO5 .modal-dialog {
  height: auto;
}
.cid-sQN3eZibO5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQN3eZibO5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQN3eZibO5 .form-wrapper .mbr-form .form-group,
  .cid-sQN3eZibO5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQN3eZibO5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQN3eZibO5 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQN3eZibO5 .mbr-text {
  text-align: left;
}
.cid-sQN3eZibO5 .pt-0 {
  padding-top: 0 !important;
}
.cid-sQN3eZibO5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQN3eZibO5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQN3eZibO5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQN3eZibO5 .modal-open {
  overflow: hidden;
}
.cid-sQN3eZibO5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQN3eZibO5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQN3eZibO5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQN3eZibO5 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQN3eZibO5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQN3eZibO5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQN3eZibO5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQN3eZibO5 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQN3eZibO5 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQN3eZibO5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQN3eZibO5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQN3eZibO5 .modal-backdrop.show {
  opacity: .5;
}
.cid-sQN3eZibO5 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQN3eZibO5 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQN3eZibO5 .modal-header {
    padding: 1rem;
  }
}
.cid-sQN3eZibO5 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQN3eZibO5 .modal-header .close svg {
  fill: #353535;
}
.cid-sQN3eZibO5 .modal-header .close:hover {
  opacity: 1;
}
.cid-sQN3eZibO5 .modal-header .close:focus {
  outline: none;
}
.cid-sQN3eZibO5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQN3eZibO5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQN3eZibO5 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQN3eZibO5 .modal-body {
    padding: 1rem;
  }
}
.cid-sQN3eZibO5 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQN3eZibO5 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQN3eZibO5 .modal-footer {
    padding: 1rem;
  }
}
.cid-sQN3eZibO5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQN3eZibO5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQN3eZibO5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQN3eZibO5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQN3eZibO5 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQN3eZibO5 .modal-lg,
  .cid-sQN3eZibO5 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQN3eZibO5 .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQN3eZibO5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQN3eZibO5 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQN3eZibO5 .form-group {
  margin-bottom: 1rem;
}
.cid-sQN3eZibO5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQN3eZibO5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQN3eZibO5 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQN3eZibO5 .mbr-section-btn {
  margin: 0;
}
.cid-sQN3eZibO5 .mbr-section-btn .btn {
  margin: 0;
}
.cid-sH4Gc9F4RW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sH4Gc9F4RW .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sH4Gc9F4RW .card {
    margin-bottom: 2rem!important;
  }
  .cid-sH4Gc9F4RW .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sH4Gc9F4RW .link-wrap {
    align-items: center;
  }
}
.cid-sH4Gc9F4RW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sH4Gc9F4RW .card-title,
.cid-sH4Gc9F4RW .card-box {
  color: #0196e3;
}
.cid-sH4Gc9F4RW .mbr-text,
.cid-sH4Gc9F4RW .link-wrap,
.cid-sH4Gc9F4RW .mbr-section-btn {
  color: #36187d;
}
.cid-sTrzhrLmpd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f3f7;
}
.cid-sTrzhrLmpd .line {
  width: 100%;
  height: 2px;
  background: #17171A;
}
.cid-sTrzhrLmpd .item {
  width: 33rem;
  padding: 1rem 0;
  border-top: 1px solid #9b9ba5;
  margin: 0 1.2rem 2rem;
}
@media (max-width: 992px) {
  .cid-sTrzhrLmpd .item {
    width: 45%;
  }
  .cid-sTrzhrLmpd .item:nth-child(2n) {
    margin-right: 0.1rem;
  }
}
@media (max-width: 768px) {
  .cid-sTrzhrLmpd .item {
    width: 88%;
  }
}
@media (max-width: 600px) {
  .cid-sTrzhrLmpd .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sTrzhrLmpd .mbr-text {
  color: #31363b;
}
.cid-sTrzhrLmpd .mbr-section-subtitle {
  color: #9b9ba5;
}
.cid-svMGZ7Ygy3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .mbr-text {
  color: #767676;
}
.cid-svMGZ7Ygy3 .links {
  color: #6c758f;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .links {
    text-align: center !important;
  }
}
.cid-svMGZ7Ygy3 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #36187d;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svMGZ7Ygy3 .copyright > p {
  color: #6c758f;
}
.cid-sH5Gk78Dk3 {
  z-index: 1000;
  width: 100%;
}
.cid-sH5Gk78Dk3 nav.navbar {
  position: fixed;
}
.cid-sH5Gk78Dk3 .navbar-nav {
  margin: auto;
}
.cid-sH5Gk78Dk3 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sH5Gk78Dk3 .dropdown-item:hover,
.cid-sH5Gk78Dk3 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sH5Gk78Dk3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .navbar-short,
.cid-sH5Gk78Dk3 .opened {
  background: #f2f3f7 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar-short .nav-link,
.cid-sH5Gk78Dk3 .opened .nav-link,
.cid-sH5Gk78Dk3 .navbar-short .navbar-caption,
.cid-sH5Gk78Dk3 .opened .navbar-caption,
.cid-sH5Gk78Dk3 .navbar-short .mbr-iconfont,
.cid-sH5Gk78Dk3 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sH5Gk78Dk3 .navbar-short .hamburger span,
.cid-sH5Gk78Dk3 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sH5Gk78Dk3 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sH5Gk78Dk3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sH5Gk78Dk3 .container {
  display: flex;
  margin: auto;
}
.cid-sH5Gk78Dk3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown-menu,
.cid-sH5Gk78Dk3 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sH5Gk78Dk3 .nav-item:focus,
.cid-sH5Gk78Dk3 .nav-link:focus {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(242, 243, 247, 0);
}
.cid-sH5Gk78Dk3 .navbar.opened {
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sH5Gk78Dk3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sH5Gk78Dk3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar.collapsed {
  justify-content: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sH5Gk78Dk3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sH5Gk78Dk3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sH5Gk78Dk3 .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: 41%;
}
.cid-sH5Gk78Dk3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sH5Gk78Dk3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sH5Gk78Dk3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sH5Gk78Dk3 .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: 40%;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sH5Gk78Dk3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sH5Gk78Dk3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sH5Gk78Dk3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown-item.active,
.cid-sH5Gk78Dk3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sH5Gk78Dk3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sH5Gk78Dk3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sH5Gk78Dk3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sH5Gk78Dk3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sH5Gk78Dk3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sH5Gk78Dk3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .navbar {
    height: 70px;
  }
  .cid-sH5Gk78Dk3 .navbar.opened {
    height: auto;
  }
  .cid-sH5Gk78Dk3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAFH7RhXL1 {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/untitled.55-2000x1125.png");
}
.cid-sAFH7RhXL1 .btn {
  margin: 0.2rem !important;
}
.cid-sAFH7RhXL1 .row {
  justify-content: flex-end;
}
.cid-sAFH7RhXL1 .mbr-text,
.cid-sAFH7RhXL1 .mbr-section-btn {
  color: #36187d;
  text-align: left;
}
.cid-sAFH7RhXL1 H3 {
  color: #0196e3;
}
.cid-sAFH7RhXL1 H1 {
  color: #36187d;
}
.cid-sTrH1OQZL4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f3f7;
}
.cid-sTrH1OQZL4 .line {
  width: 100%;
  height: 2px;
  background: #17171A;
}
.cid-sTrH1OQZL4 .item {
  width: 33rem;
  padding: 1rem 0;
  border-top: 1px solid #9b9ba5;
  margin: 0 1.2rem 2rem;
}
@media (max-width: 992px) {
  .cid-sTrH1OQZL4 .item {
    width: 45%;
  }
  .cid-sTrH1OQZL4 .item:nth-child(2n) {
    margin-right: 0.1rem;
  }
}
@media (max-width: 768px) {
  .cid-sTrH1OQZL4 .item {
    width: 88%;
  }
}
@media (max-width: 600px) {
  .cid-sTrH1OQZL4 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sTrH1OQZL4 .mbr-text {
  color: #31363b;
}
.cid-sTrH1OQZL4 .mbr-section-subtitle {
  color: #9b9ba5;
}
.cid-sH4AqzAris {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sH4AqzAris .title__block {
  margin-bottom: 40px;
}
.cid-sH4AqzAris .mbr-text {
  margin-bottom: 0;
}
.cid-sH4AqzAris .carousel-item {
  justify-content: center;
}
.cid-sH4AqzAris .carousel-control-prev {
  left: -8%;
  justify-content: flex-start !important;
  width: 10%;
}
.cid-sH4AqzAris .carousel-control-next {
  justify-content: flex-end !important;
  right: -8%;
  width: 10%;
}
.cid-sH4AqzAris .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(25, 31, 35, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sH4AqzAris .carousel-controls a:hover span {
  background: rgba(25, 31, 35, 0.6);
}
.cid-sH4AqzAris .user_image {
  display: flex;
  width: 100%;
  height: 600px;
  margin: auto;
  perspective: 900px;
}
.cid-sH4AqzAris .user_image img {
  transition: transform 0.5s;
  width: 100%;
  height: 95%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-sH4AqzAris .user_image img:hover {
  transform: rotateX(-3deg);
}
@media (max-width: 1350px) {
  .cid-sH4AqzAris .user {
    max-width: 87%;
  }
  .cid-sH4AqzAris .carousel-control-prev {
    justify-content: center !important;
    left: -3%;
  }
  .cid-sH4AqzAris .carousel-control-next {
    justify-content: center !important;
    right: -3%;
  }
}
@media (max-width: 991px) {
  .cid-sH4AqzAris .user {
    max-width: 100%;
  }
  .cid-sH4AqzAris .carousel-control-prev {
    left: -5%;
  }
  .cid-sH4AqzAris .carousel-control-next {
    right: -5%;
  }
  .cid-sH4AqzAris .user_image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-sH4AqzAris .title__block {
    margin-bottom: 20px;
  }
  .cid-sH4AqzAris .carousel-controls {
    display: none;
  }
}
.cid-sH4AqzAris .mbr-section-title {
  color: #36187d;
}
.cid-svMGZ7Ygy3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .mbr-text {
  color: #767676;
}
.cid-svMGZ7Ygy3 .links {
  color: #6c758f;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .links {
    text-align: center !important;
  }
}
.cid-svMGZ7Ygy3 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #36187d;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svMGZ7Ygy3 .copyright > p {
  color: #6c758f;
}
.cid-sH5Gk78Dk3 {
  z-index: 1000;
  width: 100%;
}
.cid-sH5Gk78Dk3 nav.navbar {
  position: fixed;
}
.cid-sH5Gk78Dk3 .navbar-nav {
  margin: auto;
}
.cid-sH5Gk78Dk3 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sH5Gk78Dk3 .dropdown-item:hover,
.cid-sH5Gk78Dk3 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sH5Gk78Dk3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .navbar-short,
.cid-sH5Gk78Dk3 .opened {
  background: #f2f3f7 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar-short .nav-link,
.cid-sH5Gk78Dk3 .opened .nav-link,
.cid-sH5Gk78Dk3 .navbar-short .navbar-caption,
.cid-sH5Gk78Dk3 .opened .navbar-caption,
.cid-sH5Gk78Dk3 .navbar-short .mbr-iconfont,
.cid-sH5Gk78Dk3 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sH5Gk78Dk3 .navbar-short .hamburger span,
.cid-sH5Gk78Dk3 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sH5Gk78Dk3 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sH5Gk78Dk3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sH5Gk78Dk3 .container {
  display: flex;
  margin: auto;
}
.cid-sH5Gk78Dk3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown-menu,
.cid-sH5Gk78Dk3 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sH5Gk78Dk3 .nav-item:focus,
.cid-sH5Gk78Dk3 .nav-link:focus {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(242, 243, 247, 0);
}
.cid-sH5Gk78Dk3 .navbar.opened {
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sH5Gk78Dk3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sH5Gk78Dk3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar.collapsed {
  justify-content: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sH5Gk78Dk3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sH5Gk78Dk3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sH5Gk78Dk3 .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: 41%;
}
.cid-sH5Gk78Dk3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sH5Gk78Dk3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sH5Gk78Dk3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sH5Gk78Dk3 .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: 40%;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sH5Gk78Dk3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sH5Gk78Dk3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sH5Gk78Dk3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown-item.active,
.cid-sH5Gk78Dk3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sH5Gk78Dk3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sH5Gk78Dk3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sH5Gk78Dk3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sH5Gk78Dk3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sH5Gk78Dk3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sH5Gk78Dk3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .navbar {
    height: 70px;
  }
  .cid-sH5Gk78Dk3 .navbar.opened {
    height: auto;
  }
  .cid-sH5Gk78Dk3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAFFCIbtSA {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/new-temp.31ddf-2000x1125.jpeg");
}
.cid-sAFFCIbtSA .btn {
  margin: 0.2rem !important;
}
.cid-sAFFCIbtSA .row {
  justify-content: flex-end;
}
.cid-sAFFCIbtSA .mbr-text,
.cid-sAFFCIbtSA .mbr-section-btn {
  color: #36187d;
  text-align: left;
}
.cid-sAFFCIbtSA H3 {
  color: #0196e3;
}
.cid-sAFFCIbtSA H1 {
  color: #36187d;
}
.cid-sTrL7PDEa7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f3f7;
}
.cid-sTrL7PDEa7 .line {
  width: 100%;
  height: 2px;
  background: #17171A;
}
.cid-sTrL7PDEa7 .item {
  width: 33rem;
  padding: 1rem 0;
  border-top: 1px solid #9b9ba5;
  margin: 0 1.2rem 2rem;
}
@media (max-width: 992px) {
  .cid-sTrL7PDEa7 .item {
    width: 45%;
  }
  .cid-sTrL7PDEa7 .item:nth-child(2n) {
    margin-right: 0.1rem;
  }
}
@media (max-width: 768px) {
  .cid-sTrL7PDEa7 .item {
    width: 88%;
  }
}
@media (max-width: 600px) {
  .cid-sTrL7PDEa7 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sTrL7PDEa7 .mbr-text {
  color: #31363b;
}
.cid-sTrL7PDEa7 .mbr-section-subtitle {
  color: #9b9ba5;
}
.cid-sGUhKwSLxs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sGUhKwSLxs .title__block {
  margin-bottom: 40px;
}
.cid-sGUhKwSLxs .mbr-text {
  margin-bottom: 0;
}
.cid-sGUhKwSLxs .carousel-item {
  justify-content: center;
}
.cid-sGUhKwSLxs .carousel-control-prev {
  left: -8%;
  justify-content: flex-start !important;
  width: 10%;
}
.cid-sGUhKwSLxs .carousel-control-next {
  justify-content: flex-end !important;
  right: -8%;
  width: 10%;
}
.cid-sGUhKwSLxs .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(25, 31, 35, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sGUhKwSLxs .carousel-controls a:hover span {
  background: rgba(25, 31, 35, 0.6);
}
.cid-sGUhKwSLxs .user_image {
  display: flex;
  width: 100%;
  height: 600px;
  margin: auto;
  perspective: 900px;
}
.cid-sGUhKwSLxs .user_image img {
  transition: transform 0.5s;
  width: 100%;
  height: 95%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-sGUhKwSLxs .user_image img:hover {
  transform: rotateX(-3deg);
}
@media (max-width: 1350px) {
  .cid-sGUhKwSLxs .user {
    max-width: 87%;
  }
  .cid-sGUhKwSLxs .carousel-control-prev {
    justify-content: center !important;
    left: -3%;
  }
  .cid-sGUhKwSLxs .carousel-control-next {
    justify-content: center !important;
    right: -3%;
  }
}
@media (max-width: 991px) {
  .cid-sGUhKwSLxs .user {
    max-width: 100%;
  }
  .cid-sGUhKwSLxs .carousel-control-prev {
    left: -5%;
  }
  .cid-sGUhKwSLxs .carousel-control-next {
    right: -5%;
  }
  .cid-sGUhKwSLxs .user_image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-sGUhKwSLxs .title__block {
    margin-bottom: 20px;
  }
  .cid-sGUhKwSLxs .carousel-controls {
    display: none;
  }
}
.cid-sGUhKwSLxs .mbr-section-title {
  color: #36187d;
}
.cid-sTDPWLVaEG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sTDPWLVaEG .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-sTDPWLVaEG .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-sTDPWLVaEG .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-sTDPWLVaEG .wrap-img {
  padding-bottom: 1rem;
}
.cid-sTDPWLVaEG .wrap-img img {
  max-width: 100%;
}
.cid-sTDPWLVaEG .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-svMGZ7Ygy3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .mbr-text {
  color: #767676;
}
.cid-svMGZ7Ygy3 .links {
  color: #6c758f;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .links {
    text-align: center !important;
  }
}
.cid-svMGZ7Ygy3 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #36187d;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svMGZ7Ygy3 .copyright > p {
  color: #6c758f;
}
.cid-sH5Gk78Dk3 {
  z-index: 1000;
  width: 100%;
}
.cid-sH5Gk78Dk3 nav.navbar {
  position: fixed;
}
.cid-sH5Gk78Dk3 .navbar-nav {
  margin: auto;
}
.cid-sH5Gk78Dk3 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sH5Gk78Dk3 .dropdown-item:hover,
.cid-sH5Gk78Dk3 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sH5Gk78Dk3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .navbar-short,
.cid-sH5Gk78Dk3 .opened {
  background: #f2f3f7 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar-short .nav-link,
.cid-sH5Gk78Dk3 .opened .nav-link,
.cid-sH5Gk78Dk3 .navbar-short .navbar-caption,
.cid-sH5Gk78Dk3 .opened .navbar-caption,
.cid-sH5Gk78Dk3 .navbar-short .mbr-iconfont,
.cid-sH5Gk78Dk3 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sH5Gk78Dk3 .navbar-short .hamburger span,
.cid-sH5Gk78Dk3 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sH5Gk78Dk3 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sH5Gk78Dk3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sH5Gk78Dk3 .container {
  display: flex;
  margin: auto;
}
.cid-sH5Gk78Dk3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown-menu,
.cid-sH5Gk78Dk3 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sH5Gk78Dk3 .nav-item:focus,
.cid-sH5Gk78Dk3 .nav-link:focus {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(242, 243, 247, 0);
}
.cid-sH5Gk78Dk3 .navbar.opened {
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sH5Gk78Dk3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sH5Gk78Dk3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar.collapsed {
  justify-content: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sH5Gk78Dk3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sH5Gk78Dk3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sH5Gk78Dk3 .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: 41%;
}
.cid-sH5Gk78Dk3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sH5Gk78Dk3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sH5Gk78Dk3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sH5Gk78Dk3 .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: 40%;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sH5Gk78Dk3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sH5Gk78Dk3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sH5Gk78Dk3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown-item.active,
.cid-sH5Gk78Dk3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sH5Gk78Dk3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sH5Gk78Dk3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sH5Gk78Dk3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sH5Gk78Dk3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sH5Gk78Dk3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sH5Gk78Dk3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .navbar {
    height: 70px;
  }
  .cid-sH5Gk78Dk3 .navbar.opened {
    height: auto;
  }
  .cid-sH5Gk78Dk3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQN3f2EjlG.popup-builder {
  background-color: #ffffff;
}
.cid-sQN3f2EjlG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQN3f2EjlG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQN3f2EjlG .modal-content,
.cid-sQN3f2EjlG .modal-dialog {
  height: auto;
}
.cid-sQN3f2EjlG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQN3f2EjlG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQN3f2EjlG .form-wrapper .mbr-form .form-group,
  .cid-sQN3f2EjlG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQN3f2EjlG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQN3f2EjlG .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQN3f2EjlG .mbr-text {
  text-align: left;
}
.cid-sQN3f2EjlG .pt-0 {
  padding-top: 0 !important;
}
.cid-sQN3f2EjlG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQN3f2EjlG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQN3f2EjlG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQN3f2EjlG .modal-open {
  overflow: hidden;
}
.cid-sQN3f2EjlG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQN3f2EjlG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQN3f2EjlG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQN3f2EjlG .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQN3f2EjlG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQN3f2EjlG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQN3f2EjlG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQN3f2EjlG .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQN3f2EjlG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQN3f2EjlG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQN3f2EjlG .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQN3f2EjlG .modal-backdrop.show {
  opacity: .5;
}
.cid-sQN3f2EjlG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQN3f2EjlG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQN3f2EjlG .modal-header {
    padding: 1rem;
  }
}
.cid-sQN3f2EjlG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQN3f2EjlG .modal-header .close svg {
  fill: #353535;
}
.cid-sQN3f2EjlG .modal-header .close:hover {
  opacity: 1;
}
.cid-sQN3f2EjlG .modal-header .close:focus {
  outline: none;
}
.cid-sQN3f2EjlG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQN3f2EjlG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQN3f2EjlG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQN3f2EjlG .modal-body {
    padding: 1rem;
  }
}
.cid-sQN3f2EjlG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQN3f2EjlG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQN3f2EjlG .modal-footer {
    padding: 1rem;
  }
}
.cid-sQN3f2EjlG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQN3f2EjlG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQN3f2EjlG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQN3f2EjlG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQN3f2EjlG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQN3f2EjlG .modal-lg,
  .cid-sQN3f2EjlG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQN3f2EjlG .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQN3f2EjlG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQN3f2EjlG .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQN3f2EjlG .form-group {
  margin-bottom: 1rem;
}
.cid-sQN3f2EjlG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQN3f2EjlG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQN3f2EjlG .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQN3f2EjlG .mbr-section-btn {
  margin: 0;
}
.cid-sQN3f2EjlG .mbr-section-btn .btn {
  margin: 0;
}
.cid-sAFfMKhuMG {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/caefl-80.53-2000x1125.jpeg");
}
.cid-sAFfMKhuMG .btn {
  margin: 0.2rem !important;
}
.cid-sAFfMKhuMG .row {
  justify-content: flex-end;
}
.cid-sAFfMKhuMG .mbr-text,
.cid-sAFfMKhuMG .mbr-section-btn {
  color: #36187d;
  text-align: left;
}
.cid-sAFfMKhuMG H3 {
  color: #0196e3;
}
.cid-sAFfMKhuMG H1 {
  color: #36187d;
}
.cid-sAFfP4Mobt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sAFfP4Mobt .nav-tabs .nav-item.open .nav-link:focus,
.cid-sAFfP4Mobt .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sAFfP4Mobt .nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-sAFfP4Mobt .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-sAFfP4Mobt .nav-item .nav-link {
  color: #74a3c7;
  border-bottom: 4px solid transparent !important;
}
.cid-sAFfP4Mobt .nav-item .nav-link.active {
  color: #55595c;
  border-bottom: 4px solid #36187d !important;
}
.cid-sAFfP4Mobt .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
}
.cid-sAFfP4Mobt .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-sAFfP4Mobt .nav-link,
.cid-sAFfP4Mobt .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-sAFfP4Mobt .mbr-text,
.cid-sAFfP4Mobt .mbr-section-btn {
  color: #232323;
}
.cid-sAFfP4Mobt .mbr-section-title {
  color: #232323;
}
.cid-sAFfP4Mobt .buttons-wrap .link {
  display: flex;
}
.cid-sAFfP4Mobt .list {
  list-style: none;
}
.cid-sAFfP4Mobt .list li {
  position: relative;
  margin-bottom: 15px;
}
.cid-sAFfP4Mobt .list li::before {
  content: '';
  display: block;
  position: absolute;
  margin-top: 9px;
  left: -25px;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  background-color: #36187d;
}
@media (max-width: 768px) {
  .cid-sAFfP4Mobt * {
    text-align: center;
  }
  .cid-sAFfP4Mobt .buttons-wrap {
    justify-content: center;
  }
  .cid-sAFfP4Mobt img {
    margin-bottom: 20px;
  }
}
.cid-sFQZTg7alr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f2f3f7;
}
.cid-sFQZTg7alr .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-right: 70px;
  text-align: left;
}
.cid-sFQZTg7alr .mbr-section-title {
  display: inline-block;
  margin-bottom: 1rem;
  text-align: left;
}
.cid-sFQZTg7alr .mbr-section-title b:last-child,
.cid-sFQZTg7alr .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-sFQZTg7alr .carousel-item {
  justify-content: center;
  text-align: left;
}
.cid-sFQZTg7alr .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-sFQZTg7alr .carousel-item .slider__item {
  margin-right: 30px;
  position: relative;
  opacity: 1;
}
.cid-sFQZTg7alr .carousel-item .slider__item .slider__image {
  width: 100%;
}
.cid-sFQZTg7alr .carousel-item .slider__item .slider__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sFQZTg7alr .slider__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: min-content;
  position: relative;
  padding: 20px 0px;
  transition: border .3s;
}
.cid-sFQZTg7alr .slider__content .slider__subtitle {
  margin-bottom: 8px;
  color: #35b8fc;
}
.cid-sFQZTg7alr .slider__content .slider__title {
  margin-bottom: 13px;
}
.cid-sFQZTg7alr .slider__content .slider__text {
  margin-bottom: 0;
}
.cid-sFQZTg7alr .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sFQZTg7alr .link a {
  font-weight: 700;
}
.cid-sFQZTg7alr .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sFQZTg7alr .link:hover span {
  transform: translateX(9px);
}
.cid-sFQZTg7alr .carousel-item.active,
.cid-sFQZTg7alr .carousel-item-next,
.cid-sFQZTg7alr .carousel-item-prev {
  display: flex;
}
.cid-sFQZTg7alr .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sFQZTg7alr .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-sFQZTg7alr .carousel-controls a span {
  color: #36187d;
  font-size: 35px;
}
.cid-sFQZTg7alr .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-sFQZTg7alr .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-sFQZTg7alr .carousel-controls .carousel-control-next,
.cid-sFQZTg7alr .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-sFQZTg7alr .carousel-controls .carousel-control-next {
  right: -40px;
  bottom: auto;
  top: 44%;
}
.cid-sFQZTg7alr .carousel-controls .carousel-control-prev {
  left: -40px;
  bottom: auto;
  top: 44%;
}
.cid-sFQZTg7alr .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: min-content;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sFQZTg7alr .col-lg-5 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sFQZTg7alr .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-sFQZTg7alr .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sFQZTg7alr .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-sFQZTg7alr .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sFQZTg7alr .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sFQZTg7alr .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sFQZTg7alr .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sFQZTg7alr .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sFQZTg7alr .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sFQZTg7alr .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sFQZTg7alr .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sFQZTg7alr .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sFQZTg7alr .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sFQZTg7alr .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sFQZTg7alr .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 1200px) {
  .cid-sFQZTg7alr .carousel-inner .carousel-item .cloneditem-2 {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .cid-sFQZTg7alr .slider__content .slider__title {
    font-size: 25px;
    line-height: 30px;
  }
  .cid-sFQZTg7alr .slider__content {
    min-height: min-content;
  }
}
@media (max-width: 991px) {
  .cid-sFQZTg7alr .cloneditem-1,
  .cid-sFQZTg7alr .cloneditem-2,
  .cid-sFQZTg7alr .cloneditem-3,
  .cid-sFQZTg7alr .cloneditem-4,
  .cid-sFQZTg7alr .cloneditem-5 {
    display: none;
  }
  .cid-sFQZTg7alr .title__block {
    margin-bottom: 50px;
    padding-left: 63px;
  }
  .cid-sFQZTg7alr .title__block .mbr-section-title {
    margin-bottom: 0;
  }
  .cid-sFQZTg7alr .mbr-text {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-sFQZTg7alr .carousel-item .slider__item {
    margin-right: 0;
  }
  .cid-sFQZTg7alr .slider__content {
    min-height: min-content;
    padding: 18px 18px 22px;
  }
  .cid-sFQZTg7alr .carousel-controls .carousel-control-next {
    right: -35px;
    bottom: auto;
    top: 44%;
  }
  .cid-sFQZTg7alr .carousel-controls .carousel-control-prev {
    left: -35px;
    bottom: auto;
    top: 44%;
  }
}
@media (max-width: 767px) {
  .cid-sFQZTg7alr .carousel-controls {
    display: none;
  }
}
.cid-sFQZTg7alr .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: left;
}
.cid-sFQZTg7alr .mbr-section-title b > b,
.cid-sFQZTg7alr .mbr-section-title b > strong {
  color: #36187d;
}
.cid-sFQZTg7alr .mbr-section-subtitle {
  margin-bottom: 0.625rem;
  text-align: left;
}
.cid-sFQZTg7alr .slider__content .slider__text,
.cid-sFQZTg7alr .link {
  color: #232323;
}
.cid-sFQZTg7alr .slider__content .slider__subtitle {
  color: #9e9e9e;
}
.cid-sFQZTg7alr .carousel-indicators {
  bottom: -35px;
}
.cid-sFQZTg7alr .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-sFQZTg7alr .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-sFQZTg7alr .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-sFQZTg7alr .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-sFQZTg7alr .carousel-indicators li.active {
  background: #000000;
}
.cid-sFQZTg7alr .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-svMGZ7Ygy3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .mbr-text {
  color: #767676;
}
.cid-svMGZ7Ygy3 .links {
  color: #6c758f;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .links {
    text-align: center !important;
  }
}
.cid-svMGZ7Ygy3 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #36187d;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svMGZ7Ygy3 .copyright > p {
  color: #6c758f;
}
.cid-sH5Gk78Dk3 {
  z-index: 1000;
  width: 100%;
}
.cid-sH5Gk78Dk3 nav.navbar {
  position: fixed;
}
.cid-sH5Gk78Dk3 .navbar-nav {
  margin: auto;
}
.cid-sH5Gk78Dk3 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sH5Gk78Dk3 .dropdown-item:hover,
.cid-sH5Gk78Dk3 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sH5Gk78Dk3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .navbar-short,
.cid-sH5Gk78Dk3 .opened {
  background: #f2f3f7 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar-short .nav-link,
.cid-sH5Gk78Dk3 .opened .nav-link,
.cid-sH5Gk78Dk3 .navbar-short .navbar-caption,
.cid-sH5Gk78Dk3 .opened .navbar-caption,
.cid-sH5Gk78Dk3 .navbar-short .mbr-iconfont,
.cid-sH5Gk78Dk3 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sH5Gk78Dk3 .navbar-short .hamburger span,
.cid-sH5Gk78Dk3 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sH5Gk78Dk3 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sH5Gk78Dk3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sH5Gk78Dk3 .container {
  display: flex;
  margin: auto;
}
.cid-sH5Gk78Dk3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown-menu,
.cid-sH5Gk78Dk3 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sH5Gk78Dk3 .nav-item:focus,
.cid-sH5Gk78Dk3 .nav-link:focus {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(242, 243, 247, 0);
}
.cid-sH5Gk78Dk3 .navbar.opened {
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sH5Gk78Dk3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sH5Gk78Dk3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar.collapsed {
  justify-content: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sH5Gk78Dk3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sH5Gk78Dk3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sH5Gk78Dk3 .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: 41%;
}
.cid-sH5Gk78Dk3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sH5Gk78Dk3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sH5Gk78Dk3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sH5Gk78Dk3 .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: 40%;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sH5Gk78Dk3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sH5Gk78Dk3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sH5Gk78Dk3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown-item.active,
.cid-sH5Gk78Dk3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sH5Gk78Dk3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sH5Gk78Dk3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sH5Gk78Dk3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sH5Gk78Dk3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sH5Gk78Dk3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sH5Gk78Dk3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .navbar {
    height: 70px;
  }
  .cid-sH5Gk78Dk3 .navbar.opened {
    height: auto;
  }
  .cid-sH5Gk78Dk3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAFdYSoXZe {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/new-cafs-80.46.jpeg");
}
.cid-sAFdYSoXZe .btn {
  margin: 0.2rem !important;
}
.cid-sAFdYSoXZe .row {
  justify-content: flex-end;
}
.cid-sAFdYSoXZe .mbr-text,
.cid-sAFdYSoXZe .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sAFdYSoXZe H3 {
  color: #0196e3;
}
.cid-sAFdYSoXZe H1 {
  color: #36187d;
}
.cid-sTD5ppnLVo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f3f7;
}
.cid-sTD5ppnLVo .line {
  width: 100%;
  height: 2px;
  background: #17171A;
}
.cid-sTD5ppnLVo .item {
  width: 31.9rem;
  padding: 1rem 0;
  border-top: 1px solid #9b9ba5;
  margin: 0 1.2rem 2rem;
}
@media (max-width: 992px) {
  .cid-sTD5ppnLVo .item {
    width: 45%;
  }
  .cid-sTD5ppnLVo .item:nth-child(2n) {
    margin-right: 0.1rem;
  }
}
@media (max-width: 768px) {
  .cid-sTD5ppnLVo .item {
    width: 88%;
  }
}
@media (max-width: 600px) {
  .cid-sTD5ppnLVo .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sTD5ppnLVo .mbr-text {
  color: #31363b;
}
.cid-sTD5ppnLVo .mbr-section-subtitle {
  color: #9b9ba5;
}
.cid-svMGZ7Ygy3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .mbr-text {
  color: #767676;
}
.cid-svMGZ7Ygy3 .links {
  color: #6c758f;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .links {
    text-align: center !important;
  }
}
.cid-svMGZ7Ygy3 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #36187d;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svMGZ7Ygy3 .copyright > p {
  color: #6c758f;
}
.cid-sH5Gk78Dk3 {
  z-index: 1000;
  width: 100%;
}
.cid-sH5Gk78Dk3 nav.navbar {
  position: fixed;
}
.cid-sH5Gk78Dk3 .navbar-nav {
  margin: auto;
}
.cid-sH5Gk78Dk3 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sH5Gk78Dk3 .dropdown-item:hover,
.cid-sH5Gk78Dk3 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sH5Gk78Dk3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .navbar-short,
.cid-sH5Gk78Dk3 .opened {
  background: #f2f3f7 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar-short .nav-link,
.cid-sH5Gk78Dk3 .opened .nav-link,
.cid-sH5Gk78Dk3 .navbar-short .navbar-caption,
.cid-sH5Gk78Dk3 .opened .navbar-caption,
.cid-sH5Gk78Dk3 .navbar-short .mbr-iconfont,
.cid-sH5Gk78Dk3 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sH5Gk78Dk3 .navbar-short .hamburger span,
.cid-sH5Gk78Dk3 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sH5Gk78Dk3 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sH5Gk78Dk3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sH5Gk78Dk3 .container {
  display: flex;
  margin: auto;
}
.cid-sH5Gk78Dk3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown-menu,
.cid-sH5Gk78Dk3 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sH5Gk78Dk3 .nav-item:focus,
.cid-sH5Gk78Dk3 .nav-link:focus {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(242, 243, 247, 0);
}
.cid-sH5Gk78Dk3 .navbar.opened {
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sH5Gk78Dk3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sH5Gk78Dk3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar.collapsed {
  justify-content: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sH5Gk78Dk3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sH5Gk78Dk3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sH5Gk78Dk3 .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: 41%;
}
.cid-sH5Gk78Dk3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sH5Gk78Dk3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sH5Gk78Dk3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sH5Gk78Dk3 .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: 40%;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sH5Gk78Dk3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sH5Gk78Dk3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sH5Gk78Dk3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown-item.active,
.cid-sH5Gk78Dk3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sH5Gk78Dk3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sH5Gk78Dk3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sH5Gk78Dk3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sH5Gk78Dk3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sH5Gk78Dk3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sH5Gk78Dk3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .navbar {
    height: 70px;
  }
  .cid-sH5Gk78Dk3 .navbar.opened {
    height: auto;
  }
  .cid-sH5Gk78Dk3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAF4knxxeB {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/capfc-beta.57-2000x1125.jpg");
}
.cid-sAF4knxxeB .btn {
  margin: 0.2rem !important;
}
.cid-sAF4knxxeB .row {
  justify-content: flex-end;
}
.cid-sAF4knxxeB .mbr-text,
.cid-sAF4knxxeB .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sAF4knxxeB H3 {
  color: #0196e3;
}
.cid-sAF4knxxeB H1 {
  color: #36187d;
}
.cid-sAF50ynuCa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sAF50ynuCa .nav-tabs .nav-item.open .nav-link:focus,
.cid-sAF50ynuCa .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sAF50ynuCa .nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-sAF50ynuCa .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-sAF50ynuCa .nav-item .nav-link {
  color: #74a3c7;
  border-bottom: 4px solid transparent !important;
}
.cid-sAF50ynuCa .nav-item .nav-link.active {
  color: #55595c;
  border-bottom: 4px solid #6b3df0 !important;
}
.cid-sAF50ynuCa .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
}
.cid-sAF50ynuCa .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-sAF50ynuCa .nav-link,
.cid-sAF50ynuCa .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-sAF50ynuCa .mbr-text,
.cid-sAF50ynuCa .mbr-section-btn {
  color: #232323;
}
.cid-sAF50ynuCa .mbr-section-title {
  color: #232323;
}
.cid-sAF50ynuCa .buttons-wrap .link {
  display: flex;
}
.cid-sAF50ynuCa .list {
  list-style: none;
}
.cid-sAF50ynuCa .list li {
  position: relative;
  margin-bottom: 15px;
}
.cid-sAF50ynuCa .list li::before {
  content: '';
  display: block;
  position: absolute;
  margin-top: 9px;
  left: -25px;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  background-color: #36187d;
}
@media (max-width: 768px) {
  .cid-sAF50ynuCa * {
    text-align: center;
  }
  .cid-sAF50ynuCa .buttons-wrap {
    justify-content: center;
  }
  .cid-sAF50ynuCa img {
    margin-bottom: 20px;
  }
}
.cid-sGUoOLVH36 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sGUoOLVH36 .title__block {
  margin-bottom: 40px;
}
.cid-sGUoOLVH36 .mbr-text {
  margin-bottom: 0;
}
.cid-sGUoOLVH36 .carousel-item {
  justify-content: center;
}
.cid-sGUoOLVH36 .carousel-control-prev {
  left: -8%;
  justify-content: flex-start !important;
  width: 10%;
}
.cid-sGUoOLVH36 .carousel-control-next {
  justify-content: flex-end !important;
  right: -8%;
  width: 10%;
}
.cid-sGUoOLVH36 .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(25, 31, 35, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sGUoOLVH36 .carousel-controls a:hover span {
  background: rgba(25, 31, 35, 0.6);
}
.cid-sGUoOLVH36 .user_image {
  display: flex;
  width: 100%;
  height: 600px;
  margin: auto;
  perspective: 900px;
}
.cid-sGUoOLVH36 .user_image img {
  transition: transform 0.5s;
  width: 100%;
  height: 95%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-sGUoOLVH36 .user_image img:hover {
  transform: rotateX(-3deg);
}
@media (max-width: 1350px) {
  .cid-sGUoOLVH36 .user {
    max-width: 87%;
  }
  .cid-sGUoOLVH36 .carousel-control-prev {
    justify-content: center !important;
    left: -3%;
  }
  .cid-sGUoOLVH36 .carousel-control-next {
    justify-content: center !important;
    right: -3%;
  }
}
@media (max-width: 991px) {
  .cid-sGUoOLVH36 .user {
    max-width: 100%;
  }
  .cid-sGUoOLVH36 .carousel-control-prev {
    left: -5%;
  }
  .cid-sGUoOLVH36 .carousel-control-next {
    right: -5%;
  }
  .cid-sGUoOLVH36 .user_image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-sGUoOLVH36 .title__block {
    margin-bottom: 20px;
  }
  .cid-sGUoOLVH36 .carousel-controls {
    display: none;
  }
}
.cid-sGUoOLVH36 .mbr-section-title {
  color: #36187d;
}
.cid-svMGZ7Ygy3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .mbr-text {
  color: #767676;
}
.cid-svMGZ7Ygy3 .links {
  color: #6c758f;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .links {
    text-align: center !important;
  }
}
.cid-svMGZ7Ygy3 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #36187d;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svMGZ7Ygy3 .copyright > p {
  color: #6c758f;
}
.cid-sH5Gk78Dk3 {
  z-index: 1000;
  width: 100%;
}
.cid-sH5Gk78Dk3 nav.navbar {
  position: fixed;
}
.cid-sH5Gk78Dk3 .navbar-nav {
  margin: auto;
}
.cid-sH5Gk78Dk3 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sH5Gk78Dk3 .dropdown-item:hover,
.cid-sH5Gk78Dk3 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sH5Gk78Dk3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .navbar-short,
.cid-sH5Gk78Dk3 .opened {
  background: #f2f3f7 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar-short .nav-link,
.cid-sH5Gk78Dk3 .opened .nav-link,
.cid-sH5Gk78Dk3 .navbar-short .navbar-caption,
.cid-sH5Gk78Dk3 .opened .navbar-caption,
.cid-sH5Gk78Dk3 .navbar-short .mbr-iconfont,
.cid-sH5Gk78Dk3 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sH5Gk78Dk3 .navbar-short .hamburger span,
.cid-sH5Gk78Dk3 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sH5Gk78Dk3 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sH5Gk78Dk3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sH5Gk78Dk3 .container {
  display: flex;
  margin: auto;
}
.cid-sH5Gk78Dk3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown-menu,
.cid-sH5Gk78Dk3 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sH5Gk78Dk3 .nav-item:focus,
.cid-sH5Gk78Dk3 .nav-link:focus {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(242, 243, 247, 0);
}
.cid-sH5Gk78Dk3 .navbar.opened {
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sH5Gk78Dk3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sH5Gk78Dk3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar.collapsed {
  justify-content: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sH5Gk78Dk3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sH5Gk78Dk3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sH5Gk78Dk3 .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: 41%;
}
.cid-sH5Gk78Dk3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sH5Gk78Dk3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sH5Gk78Dk3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sH5Gk78Dk3 .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: 40%;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sH5Gk78Dk3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sH5Gk78Dk3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sH5Gk78Dk3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown-item.active,
.cid-sH5Gk78Dk3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sH5Gk78Dk3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sH5Gk78Dk3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sH5Gk78Dk3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sH5Gk78Dk3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sH5Gk78Dk3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sH5Gk78Dk3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .navbar {
    height: 70px;
  }
  .cid-sH5Gk78Dk3 .navbar.opened {
    height: auto;
  }
  .cid-sH5Gk78Dk3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQN3f9586t.popup-builder {
  background-color: #ffffff;
}
.cid-sQN3f9586t.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQN3f9586t.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQN3f9586t .modal-content,
.cid-sQN3f9586t .modal-dialog {
  height: auto;
}
.cid-sQN3f9586t .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQN3f9586t .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQN3f9586t .form-wrapper .mbr-form .form-group,
  .cid-sQN3f9586t .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQN3f9586t .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQN3f9586t .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQN3f9586t .mbr-text {
  text-align: left;
}
.cid-sQN3f9586t .pt-0 {
  padding-top: 0 !important;
}
.cid-sQN3f9586t .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQN3f9586t .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQN3f9586t .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQN3f9586t .modal-open {
  overflow: hidden;
}
.cid-sQN3f9586t .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQN3f9586t .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQN3f9586t .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQN3f9586t .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQN3f9586t .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQN3f9586t .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQN3f9586t .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQN3f9586t .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQN3f9586t .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQN3f9586t .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQN3f9586t .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQN3f9586t .modal-backdrop.show {
  opacity: .5;
}
.cid-sQN3f9586t .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQN3f9586t .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQN3f9586t .modal-header {
    padding: 1rem;
  }
}
.cid-sQN3f9586t .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQN3f9586t .modal-header .close svg {
  fill: #353535;
}
.cid-sQN3f9586t .modal-header .close:hover {
  opacity: 1;
}
.cid-sQN3f9586t .modal-header .close:focus {
  outline: none;
}
.cid-sQN3f9586t .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQN3f9586t .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQN3f9586t .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQN3f9586t .modal-body {
    padding: 1rem;
  }
}
.cid-sQN3f9586t .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQN3f9586t .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQN3f9586t .modal-footer {
    padding: 1rem;
  }
}
.cid-sQN3f9586t .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQN3f9586t .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQN3f9586t .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQN3f9586t .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQN3f9586t .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQN3f9586t .modal-lg,
  .cid-sQN3f9586t .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQN3f9586t .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQN3f9586t .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQN3f9586t .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQN3f9586t .form-group {
  margin-bottom: 1rem;
}
.cid-sQN3f9586t .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQN3f9586t .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQN3f9586t .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQN3f9586t .mbr-section-btn {
  margin: 0;
}
.cid-sQN3f9586t .mbr-section-btn .btn {
  margin: 0;
}
.cid-sH5t7CUU6P {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-sH5t7CUU6P .mbr-section-title {
  color: #36187d;
}
.cid-sH5t7CUU6P .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sH5t7CUU6P .mbr-text {
  color: #36187d;
}
.cid-sH5t7CUU6P .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sH5t7CUU6P .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sH5t7CUU6P .text-col {
  align-items: center;
  display: flex;
}
.cid-sH5t7CUU6P .mbr-section-subtitle,
.cid-sH5t7CUU6P .title-col {
  width: 100%;
}
.cid-sH5wHpKpXZ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sH5wHpKpXZ .image-block {
  margin: auto;
  height: 700px;
  overflow: hidden;
  position: relative;
}
.cid-sH5wHpKpXZ .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sH5wHpKpXZ .image-block:hover:before {
  opacity: 0;
}
.cid-sH5wHpKpXZ .image-block:hover .wrap {
  opacity: 1;
}
.cid-sH5wHpKpXZ .image-block:hover img {
  transform: scale(1.05);
}
.cid-sH5wHpKpXZ h4 {
  letter-spacing: 2px;
}
.cid-sH5wHpKpXZ figcaption {
  position: relative;
}
.cid-sH5wHpKpXZ figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sH5wHpKpXZ img {
  width: 100.5%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sH5wHpKpXZ .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sH5wHpKpXZ .wrap {
    opacity: 1!important;
  }
  .cid-sH5wHpKpXZ .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sUKwM2RLFG {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sUKwM2RLFG .mbr-section-subtitle {
  color: #36187d;
}
.cid-sUKwM2RLFG .mbr-text {
  color: #6c758f;
}
.cid-sAERbLcHYo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f3f7;
}
.cid-sAERbLcHYo ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sAERbLcHYo li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sAERbLcHYo ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #36187d;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sAERbLcHYo H3 {
  color: #36187d;
}
.cid-sAERbLcHYo .list {
  color: #6c758f;
}
.cid-sUKASJFMsX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sUKASJFMsX .mbr-section-title {
  color: #36187d;
}
.cid-sUKASJFMsX .mbr-section-subtitle {
  color: #36187d;
}
@media (max-width: 992px) {
  .cid-sUKASJFMsX .align-left {
    text-align: center;
  }
}
.cid-sUKASJFMsX .row {
  transition: all 0.3s;
  margin: 0;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 767px) {
  .cid-sUKASJFMsX .row {
    padding: 3rem 2rem;
  }
}
.cid-sH5BPjjw3V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sH5BPjjw3V .title_block {
  margin-bottom: 80px;
}
.cid-sH5BPjjw3V .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #36187d;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sH5BPjjw3V .mbr-section-title {
  color: #36187d;
}
.cid-sH5BPjjw3V .image img {
  width: 100%;
  object-fit: cover;
}
.cid-sH5BPjjw3V .mbr-text {
  margin-top: 30px;
}
.cid-sH5BPjjw3V .nav-tabs .nav-item.open .nav-link:focus,
.cid-sH5BPjjw3V .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sH5BPjjw3V .nav-tabs {
  border: none;
}
.cid-sH5BPjjw3V .nav-item {
  width: 100%;
  margin-bottom: 30px;
}
.cid-sH5BPjjw3V .nav-tabs .nav-link {
  background-color: #ffffff !important;
  line-height: 1;
  padding: 30px 40px;
  display: block;
  border-radius: 5px !important;
  border: none;
  color: #051441 !important;
  box-shadow: 0px 20px 60px 0px rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sH5BPjjw3V .nav-tabs .nav-link.active {
  background-color: #36187d !important;
  box-shadow: 0px 40px 80px 0px rgba(1, 1, 64, 0.08);
  color: #ffffff !important;
}
.cid-sH5BPjjw3V .nav-tabs .nav-link:hover {
  background-color: #36187d !important;
  box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08);
  color: #ffffff !important;
  cursor: pointer;
}
.cid-sH5BPjjw3V .nav-tabs .nav-link strong,
.cid-sH5BPjjw3V .nav-tabs .nav-link b {
  font-size: 22px;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-sH5BPjjw3V .title_block {
    margin-bottom: 40px;
  }
  .cid-sH5BPjjw3V .nav-tabs .nav-link {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-sH5BPjjw3V .mbr-text {
    margin-top: 20px;
  }
}
.cid-svMGZ7Ygy3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .mbr-text {
  color: #767676;
}
.cid-svMGZ7Ygy3 .links {
  color: #6c758f;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .links {
    text-align: center !important;
  }
}
.cid-svMGZ7Ygy3 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #36187d;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svMGZ7Ygy3 .copyright > p {
  color: #6c758f;
}
.cid-sH5Gk78Dk3 {
  z-index: 1000;
  width: 100%;
}
.cid-sH5Gk78Dk3 nav.navbar {
  position: fixed;
}
.cid-sH5Gk78Dk3 .navbar-nav {
  margin: auto;
}
.cid-sH5Gk78Dk3 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sH5Gk78Dk3 .dropdown-item:hover,
.cid-sH5Gk78Dk3 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sH5Gk78Dk3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .navbar-short,
.cid-sH5Gk78Dk3 .opened {
  background: #f2f3f7 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar-short .nav-link,
.cid-sH5Gk78Dk3 .opened .nav-link,
.cid-sH5Gk78Dk3 .navbar-short .navbar-caption,
.cid-sH5Gk78Dk3 .opened .navbar-caption,
.cid-sH5Gk78Dk3 .navbar-short .mbr-iconfont,
.cid-sH5Gk78Dk3 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sH5Gk78Dk3 .navbar-short .hamburger span,
.cid-sH5Gk78Dk3 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sH5Gk78Dk3 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sH5Gk78Dk3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sH5Gk78Dk3 .container {
  display: flex;
  margin: auto;
}
.cid-sH5Gk78Dk3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown-menu,
.cid-sH5Gk78Dk3 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sH5Gk78Dk3 .nav-item:focus,
.cid-sH5Gk78Dk3 .nav-link:focus {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(242, 243, 247, 0);
}
.cid-sH5Gk78Dk3 .navbar.opened {
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sH5Gk78Dk3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sH5Gk78Dk3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar.collapsed {
  justify-content: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sH5Gk78Dk3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sH5Gk78Dk3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sH5Gk78Dk3 .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: 41%;
}
.cid-sH5Gk78Dk3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sH5Gk78Dk3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sH5Gk78Dk3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sH5Gk78Dk3 .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: 40%;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sH5Gk78Dk3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sH5Gk78Dk3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sH5Gk78Dk3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown-item.active,
.cid-sH5Gk78Dk3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sH5Gk78Dk3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sH5Gk78Dk3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sH5Gk78Dk3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sH5Gk78Dk3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sH5Gk78Dk3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sH5Gk78Dk3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .navbar {
    height: 70px;
  }
  .cid-sH5Gk78Dk3 .navbar.opened {
    height: auto;
  }
  .cid-sH5Gk78Dk3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGkOelTWTv {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/new-cafs-80.44-1920x1080.jpeg");
}
.cid-sGkOelTWTv .btn {
  margin: 0.2rem !important;
}
.cid-sGkOelTWTv .row {
  justify-content: flex-end;
}
.cid-sGkOelTWTv .mbr-text,
.cid-sGkOelTWTv .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sGkOelTWTv H3 {
  color: #0196e3;
}
.cid-sGkOelTWTv H1 {
  color: #36187d;
}
.cid-sAFj94cIgu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sAFj94cIgu .nav-tabs .nav-item.open .nav-link:focus,
.cid-sAFj94cIgu .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sAFj94cIgu .nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-sAFj94cIgu .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-sAFj94cIgu .nav-item .nav-link {
  color: #74a3c7;
  border-bottom: 4px solid transparent !important;
}
.cid-sAFj94cIgu .nav-item .nav-link.active {
  color: #55595c;
  border-bottom: 4px solid #36187d !important;
}
.cid-sAFj94cIgu .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
}
.cid-sAFj94cIgu .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-sAFj94cIgu .nav-link,
.cid-sAFj94cIgu .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-sAFj94cIgu .mbr-text,
.cid-sAFj94cIgu .mbr-section-btn {
  color: #232323;
}
.cid-sAFj94cIgu .mbr-section-title {
  color: #232323;
}
.cid-sAFj94cIgu .buttons-wrap .link {
  display: flex;
}
.cid-sAFj94cIgu .list {
  list-style: none;
}
.cid-sAFj94cIgu .list li {
  position: relative;
  margin-bottom: 15px;
}
.cid-sAFj94cIgu .list li::before {
  content: '';
  display: block;
  position: absolute;
  margin-top: 9px;
  left: -25px;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  background-color: #36187d;
}
@media (max-width: 768px) {
  .cid-sAFj94cIgu * {
    text-align: center;
  }
  .cid-sAFj94cIgu .buttons-wrap {
    justify-content: center;
  }
  .cid-sAFj94cIgu img {
    margin-bottom: 20px;
  }
}
.cid-sGUm1YgT7z {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sGUm1YgT7z .title__block {
  margin-bottom: 40px;
}
.cid-sGUm1YgT7z .mbr-text {
  margin-bottom: 0;
}
.cid-sGUm1YgT7z .carousel-item {
  justify-content: center;
}
.cid-sGUm1YgT7z .carousel-control-prev {
  left: -8%;
  justify-content: flex-start !important;
  width: 10%;
}
.cid-sGUm1YgT7z .carousel-control-next {
  justify-content: flex-end !important;
  right: -8%;
  width: 10%;
}
.cid-sGUm1YgT7z .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(25, 31, 35, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sGUm1YgT7z .carousel-controls a:hover span {
  background: rgba(25, 31, 35, 0.6);
}
.cid-sGUm1YgT7z .user_image {
  display: flex;
  width: 100%;
  height: 600px;
  margin: auto;
  perspective: 900px;
}
.cid-sGUm1YgT7z .user_image img {
  transition: transform 0.5s;
  width: 100%;
  height: 95%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-sGUm1YgT7z .user_image img:hover {
  transform: rotateX(-3deg);
}
@media (max-width: 1350px) {
  .cid-sGUm1YgT7z .user {
    max-width: 87%;
  }
  .cid-sGUm1YgT7z .carousel-control-prev {
    justify-content: center !important;
    left: -3%;
  }
  .cid-sGUm1YgT7z .carousel-control-next {
    justify-content: center !important;
    right: -3%;
  }
}
@media (max-width: 991px) {
  .cid-sGUm1YgT7z .user {
    max-width: 100%;
  }
  .cid-sGUm1YgT7z .carousel-control-prev {
    left: -5%;
  }
  .cid-sGUm1YgT7z .carousel-control-next {
    right: -5%;
  }
  .cid-sGUm1YgT7z .user_image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-sGUm1YgT7z .title__block {
    margin-bottom: 20px;
  }
  .cid-sGUm1YgT7z .carousel-controls {
    display: none;
  }
}
.cid-sGUm1YgT7z .mbr-section-title {
  color: #36187d;
}
.cid-svMGZ7Ygy3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .mbr-text {
  color: #767676;
}
.cid-svMGZ7Ygy3 .links {
  color: #6c758f;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .links {
    text-align: center !important;
  }
}
.cid-svMGZ7Ygy3 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #36187d;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svMGZ7Ygy3 .copyright > p {
  color: #6c758f;
}
.cid-sH5Gk78Dk3 {
  z-index: 1000;
  width: 100%;
}
.cid-sH5Gk78Dk3 nav.navbar {
  position: fixed;
}
.cid-sH5Gk78Dk3 .navbar-nav {
  margin: auto;
}
.cid-sH5Gk78Dk3 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sH5Gk78Dk3 .dropdown-item:hover,
.cid-sH5Gk78Dk3 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sH5Gk78Dk3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .navbar-short,
.cid-sH5Gk78Dk3 .opened {
  background: #f2f3f7 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar-short .nav-link,
.cid-sH5Gk78Dk3 .opened .nav-link,
.cid-sH5Gk78Dk3 .navbar-short .navbar-caption,
.cid-sH5Gk78Dk3 .opened .navbar-caption,
.cid-sH5Gk78Dk3 .navbar-short .mbr-iconfont,
.cid-sH5Gk78Dk3 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sH5Gk78Dk3 .navbar-short .hamburger span,
.cid-sH5Gk78Dk3 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sH5Gk78Dk3 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sH5Gk78Dk3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sH5Gk78Dk3 .container {
  display: flex;
  margin: auto;
}
.cid-sH5Gk78Dk3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown-menu,
.cid-sH5Gk78Dk3 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sH5Gk78Dk3 .nav-item:focus,
.cid-sH5Gk78Dk3 .nav-link:focus {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(242, 243, 247, 0);
}
.cid-sH5Gk78Dk3 .navbar.opened {
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sH5Gk78Dk3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sH5Gk78Dk3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar.collapsed {
  justify-content: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sH5Gk78Dk3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sH5Gk78Dk3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sH5Gk78Dk3 .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: 41%;
}
.cid-sH5Gk78Dk3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sH5Gk78Dk3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sH5Gk78Dk3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sH5Gk78Dk3 .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: 40%;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sH5Gk78Dk3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sH5Gk78Dk3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sH5Gk78Dk3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown-item.active,
.cid-sH5Gk78Dk3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sH5Gk78Dk3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sH5Gk78Dk3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sH5Gk78Dk3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sH5Gk78Dk3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sH5Gk78Dk3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sH5Gk78Dk3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .navbar {
    height: 70px;
  }
  .cid-sH5Gk78Dk3 .navbar.opened {
    height: auto;
  }
  .cid-sH5Gk78Dk3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQN3f3Mlpc.popup-builder {
  background-color: #ffffff;
}
.cid-sQN3f3Mlpc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQN3f3Mlpc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQN3f3Mlpc .modal-content,
.cid-sQN3f3Mlpc .modal-dialog {
  height: auto;
}
.cid-sQN3f3Mlpc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQN3f3Mlpc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQN3f3Mlpc .form-wrapper .mbr-form .form-group,
  .cid-sQN3f3Mlpc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQN3f3Mlpc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQN3f3Mlpc .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQN3f3Mlpc .mbr-text {
  text-align: left;
}
.cid-sQN3f3Mlpc .pt-0 {
  padding-top: 0 !important;
}
.cid-sQN3f3Mlpc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQN3f3Mlpc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQN3f3Mlpc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQN3f3Mlpc .modal-open {
  overflow: hidden;
}
.cid-sQN3f3Mlpc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQN3f3Mlpc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQN3f3Mlpc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQN3f3Mlpc .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQN3f3Mlpc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQN3f3Mlpc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQN3f3Mlpc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQN3f3Mlpc .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQN3f3Mlpc .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQN3f3Mlpc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQN3f3Mlpc .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQN3f3Mlpc .modal-backdrop.show {
  opacity: .5;
}
.cid-sQN3f3Mlpc .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQN3f3Mlpc .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQN3f3Mlpc .modal-header {
    padding: 1rem;
  }
}
.cid-sQN3f3Mlpc .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQN3f3Mlpc .modal-header .close svg {
  fill: #353535;
}
.cid-sQN3f3Mlpc .modal-header .close:hover {
  opacity: 1;
}
.cid-sQN3f3Mlpc .modal-header .close:focus {
  outline: none;
}
.cid-sQN3f3Mlpc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQN3f3Mlpc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQN3f3Mlpc .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQN3f3Mlpc .modal-body {
    padding: 1rem;
  }
}
.cid-sQN3f3Mlpc .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQN3f3Mlpc .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQN3f3Mlpc .modal-footer {
    padding: 1rem;
  }
}
.cid-sQN3f3Mlpc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQN3f3Mlpc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQN3f3Mlpc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQN3f3Mlpc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQN3f3Mlpc .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQN3f3Mlpc .modal-lg,
  .cid-sQN3f3Mlpc .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQN3f3Mlpc .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQN3f3Mlpc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQN3f3Mlpc .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQN3f3Mlpc .form-group {
  margin-bottom: 1rem;
}
.cid-sQN3f3Mlpc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQN3f3Mlpc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQN3f3Mlpc .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQN3f3Mlpc .mbr-section-btn {
  margin: 0;
}
.cid-sQN3f3Mlpc .mbr-section-btn .btn {
  margin: 0;
}
.cid-sAFi1oUDNw {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/new-cainds.28-2000x1125.jpeg");
}
.cid-sAFi1oUDNw .btn {
  margin: 0.2rem !important;
}
.cid-sAFi1oUDNw .row {
  justify-content: flex-end;
}
.cid-sAFi1oUDNw .mbr-text,
.cid-sAFi1oUDNw .mbr-section-btn {
  color: #36187d;
  text-align: left;
}
.cid-sAFi1oUDNw H3 {
  color: #0196e3;
}
.cid-sAFi1oUDNw H1 {
  color: #36187d;
}
.cid-sTrWeGVwQR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f3f7;
}
.cid-sTrWeGVwQR .line {
  width: 100%;
  height: 2px;
  background: #17171A;
}
.cid-sTrWeGVwQR .item {
  width: 31.9rem;
  padding: 1rem 0;
  border-top: 1px solid #9b9ba5;
  margin: 0 1.2rem 2rem;
}
@media (max-width: 992px) {
  .cid-sTrWeGVwQR .item {
    width: 45%;
  }
  .cid-sTrWeGVwQR .item:nth-child(2n) {
    margin-right: 0.1rem;
  }
}
@media (max-width: 768px) {
  .cid-sTrWeGVwQR .item {
    width: 88%;
  }
}
@media (max-width: 600px) {
  .cid-sTrWeGVwQR .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sTrWeGVwQR .mbr-text {
  color: #31363b;
}
.cid-sTrWeGVwQR .mbr-section-subtitle {
  color: #9b9ba5;
}
.cid-svMGZ7Ygy3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .mbr-text {
  color: #767676;
}
.cid-svMGZ7Ygy3 .links {
  color: #6c758f;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .links {
    text-align: center !important;
  }
}
.cid-svMGZ7Ygy3 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #36187d;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svMGZ7Ygy3 .copyright > p {
  color: #6c758f;
}
.cid-sH5Gk78Dk3 {
  z-index: 1000;
  width: 100%;
}
.cid-sH5Gk78Dk3 nav.navbar {
  position: fixed;
}
.cid-sH5Gk78Dk3 .navbar-nav {
  margin: auto;
}
.cid-sH5Gk78Dk3 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sH5Gk78Dk3 .dropdown-item:hover,
.cid-sH5Gk78Dk3 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sH5Gk78Dk3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .navbar-short,
.cid-sH5Gk78Dk3 .opened {
  background: #f2f3f7 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar-short .nav-link,
.cid-sH5Gk78Dk3 .opened .nav-link,
.cid-sH5Gk78Dk3 .navbar-short .navbar-caption,
.cid-sH5Gk78Dk3 .opened .navbar-caption,
.cid-sH5Gk78Dk3 .navbar-short .mbr-iconfont,
.cid-sH5Gk78Dk3 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sH5Gk78Dk3 .navbar-short .hamburger span,
.cid-sH5Gk78Dk3 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sH5Gk78Dk3 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sH5Gk78Dk3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sH5Gk78Dk3 .container {
  display: flex;
  margin: auto;
}
.cid-sH5Gk78Dk3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown-menu,
.cid-sH5Gk78Dk3 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sH5Gk78Dk3 .nav-item:focus,
.cid-sH5Gk78Dk3 .nav-link:focus {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(242, 243, 247, 0);
}
.cid-sH5Gk78Dk3 .navbar.opened {
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sH5Gk78Dk3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sH5Gk78Dk3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar.collapsed {
  justify-content: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sH5Gk78Dk3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sH5Gk78Dk3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sH5Gk78Dk3 .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: 41%;
}
.cid-sH5Gk78Dk3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sH5Gk78Dk3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sH5Gk78Dk3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sH5Gk78Dk3 .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: 40%;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sH5Gk78Dk3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sH5Gk78Dk3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sH5Gk78Dk3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown-item.active,
.cid-sH5Gk78Dk3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sH5Gk78Dk3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sH5Gk78Dk3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sH5Gk78Dk3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sH5Gk78Dk3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sH5Gk78Dk3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sH5Gk78Dk3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .navbar {
    height: 70px;
  }
  .cid-sH5Gk78Dk3 .navbar.opened {
    height: auto;
  }
  .cid-sH5Gk78Dk3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQN3f4OyQO.popup-builder {
  background-color: #ffffff;
}
.cid-sQN3f4OyQO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQN3f4OyQO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQN3f4OyQO .modal-content,
.cid-sQN3f4OyQO .modal-dialog {
  height: auto;
}
.cid-sQN3f4OyQO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQN3f4OyQO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQN3f4OyQO .form-wrapper .mbr-form .form-group,
  .cid-sQN3f4OyQO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQN3f4OyQO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQN3f4OyQO .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQN3f4OyQO .mbr-text {
  text-align: left;
}
.cid-sQN3f4OyQO .pt-0 {
  padding-top: 0 !important;
}
.cid-sQN3f4OyQO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQN3f4OyQO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQN3f4OyQO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQN3f4OyQO .modal-open {
  overflow: hidden;
}
.cid-sQN3f4OyQO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQN3f4OyQO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQN3f4OyQO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQN3f4OyQO .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQN3f4OyQO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQN3f4OyQO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQN3f4OyQO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQN3f4OyQO .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQN3f4OyQO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQN3f4OyQO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQN3f4OyQO .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQN3f4OyQO .modal-backdrop.show {
  opacity: .5;
}
.cid-sQN3f4OyQO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQN3f4OyQO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQN3f4OyQO .modal-header {
    padding: 1rem;
  }
}
.cid-sQN3f4OyQO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQN3f4OyQO .modal-header .close svg {
  fill: #353535;
}
.cid-sQN3f4OyQO .modal-header .close:hover {
  opacity: 1;
}
.cid-sQN3f4OyQO .modal-header .close:focus {
  outline: none;
}
.cid-sQN3f4OyQO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQN3f4OyQO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQN3f4OyQO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQN3f4OyQO .modal-body {
    padding: 1rem;
  }
}
.cid-sQN3f4OyQO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQN3f4OyQO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQN3f4OyQO .modal-footer {
    padding: 1rem;
  }
}
.cid-sQN3f4OyQO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQN3f4OyQO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQN3f4OyQO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQN3f4OyQO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQN3f4OyQO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQN3f4OyQO .modal-lg,
  .cid-sQN3f4OyQO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQN3f4OyQO .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQN3f4OyQO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQN3f4OyQO .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQN3f4OyQO .form-group {
  margin-bottom: 1rem;
}
.cid-sQN3f4OyQO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQN3f4OyQO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQN3f4OyQO .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQN3f4OyQO .mbr-section-btn {
  margin: 0;
}
.cid-sQN3f4OyQO .mbr-section-btn .btn {
  margin: 0;
}
.cid-sQCjk0bTjl {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/new-suven-line.64-1.jpeg");
}
.cid-sQCjk0bTjl .btn {
  border-radius: 10px;
  padding: 1rem 2rem;
  margin: 0.5rem;
}
.cid-sQCjk0bTjl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sFQDeMVarB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sFQDeMVarB img,
.cid-sFQDeMVarB .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-sFQDeMVarB .item:focus,
.cid-sFQDeMVarB span:focus {
  outline: none;
}
.cid-sFQDeMVarB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFQDeMVarB .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #31363b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sFQDeMVarB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFQDeMVarB .mbr-section-title {
  color: #36187d;
  padding-bottom: 50px;
}
.cid-sFQDeMVarB .item-title {
  margin: 20px;
  color: #ffffff;
}
.cid-sFWsSmcr26 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sFWsSmcr26 img,
.cid-sFWsSmcr26 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-sFWsSmcr26 .item:focus,
.cid-sFWsSmcr26 span:focus {
  outline: none;
}
.cid-sFWsSmcr26 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFWsSmcr26 .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #31363b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sFWsSmcr26 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFWsSmcr26 .mbr-section-title {
  color: #36187d;
  padding-bottom: 50px;
}
.cid-sFWsSmcr26 .item-title {
  margin: 20px;
  color: #ffffff;
}
.cid-svMGZ7Ygy3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .mbr-text {
  color: #767676;
}
.cid-svMGZ7Ygy3 .links {
  color: #6c758f;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .links {
    text-align: center !important;
  }
}
.cid-svMGZ7Ygy3 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #36187d;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svMGZ7Ygy3 .copyright > p {
  color: #6c758f;
}
.cid-sH5Gk78Dk3 {
  z-index: 1000;
  width: 100%;
}
.cid-sH5Gk78Dk3 nav.navbar {
  position: fixed;
}
.cid-sH5Gk78Dk3 .navbar-nav {
  margin: auto;
}
.cid-sH5Gk78Dk3 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sH5Gk78Dk3 .dropdown-item:hover,
.cid-sH5Gk78Dk3 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sH5Gk78Dk3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .navbar-short,
.cid-sH5Gk78Dk3 .opened {
  background: #f2f3f7 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar-short .nav-link,
.cid-sH5Gk78Dk3 .opened .nav-link,
.cid-sH5Gk78Dk3 .navbar-short .navbar-caption,
.cid-sH5Gk78Dk3 .opened .navbar-caption,
.cid-sH5Gk78Dk3 .navbar-short .mbr-iconfont,
.cid-sH5Gk78Dk3 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sH5Gk78Dk3 .navbar-short .hamburger span,
.cid-sH5Gk78Dk3 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sH5Gk78Dk3 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sH5Gk78Dk3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sH5Gk78Dk3 .container {
  display: flex;
  margin: auto;
}
.cid-sH5Gk78Dk3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown-menu,
.cid-sH5Gk78Dk3 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sH5Gk78Dk3 .nav-item:focus,
.cid-sH5Gk78Dk3 .nav-link:focus {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(242, 243, 247, 0);
}
.cid-sH5Gk78Dk3 .navbar.opened {
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sH5Gk78Dk3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sH5Gk78Dk3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar.collapsed {
  justify-content: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sH5Gk78Dk3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sH5Gk78Dk3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sH5Gk78Dk3 .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: 41%;
}
.cid-sH5Gk78Dk3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sH5Gk78Dk3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sH5Gk78Dk3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sH5Gk78Dk3 .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: 40%;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sH5Gk78Dk3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sH5Gk78Dk3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sH5Gk78Dk3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown-item.active,
.cid-sH5Gk78Dk3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sH5Gk78Dk3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sH5Gk78Dk3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sH5Gk78Dk3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sH5Gk78Dk3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sH5Gk78Dk3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sH5Gk78Dk3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .navbar {
    height: 70px;
  }
  .cid-sH5Gk78Dk3 .navbar.opened {
    height: auto;
  }
  .cid-sH5Gk78Dk3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBBmgZLKyl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-sBBmgZLKyl .mbr-section-subtitle {
  color: #36187d;
  text-align: center;
}
.cid-sBBmgZLKyl .mbr-text {
  color: #6c758f;
}
.cid-t2GAsBhlbH {
  padding-top: 45px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #f2f3f7;
}
.cid-t2GAsBhlbH .underline .line {
  width: 2rem;
  height: 1px;
  background: #f2f3f7;
  display: inline-block;
}
.cid-t2GAsBhlbH .mbr-section-title,
.cid-t2GAsBhlbH .mbr-section-subtitle,
.cid-t2GAsBhlbH .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t2GAsBhlbH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t2GAsBhlbH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2GAsBhlbH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t2GAsBhlbH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t2GAsBhlbH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #47b5ed);
}
.cid-t2GAsBhlbH .icon-focus {
  display: none;
}
.cid-t2GAsBhlbH .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-t2GAsBhlbH ul {
  font-size: 0;
}
.cid-t2GAsBhlbH .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-t2GAsBhlbH .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-t2GAsBhlbH .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-t2GAsBhlbH .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-t2GAsBhlbH .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-t2GAsBhlbH .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-t2GAsBhlbH .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-t2GAsBhlbH .btn:hover {
  background: transparent !important;
}
.cid-t2GAsBhlbH .btn:hover:before {
  background: transparent !important;
}
.cid-t2GAsBhlbH .btn:before {
  background-color: transparent !important;
}
.cid-t2GAsBhlbH .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-t2GATDk7J9 {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #f2f3f7;
}
.cid-t2GATDk7J9 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-t2GATDk7J9 .mbr-section-title,
.cid-t2GATDk7J9 .mbr-section-subtitle,
.cid-t2GATDk7J9 .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t2GATDk7J9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t2GATDk7J9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2GATDk7J9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t2GATDk7J9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t2GATDk7J9 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #47b5ed);
}
.cid-t2GATDk7J9 .icon-focus {
  display: none;
}
.cid-t2GATDk7J9 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-t2GATDk7J9 ul {
  font-size: 0;
}
.cid-t2GATDk7J9 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-t2GATDk7J9 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-t2GATDk7J9 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-t2GATDk7J9 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-t2GATDk7J9 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-t2GATDk7J9 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-t2GATDk7J9 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-t2GATDk7J9 .btn:hover {
  background: transparent !important;
}
.cid-t2GATDk7J9 .btn:hover:before {
  background: transparent !important;
}
.cid-t2GATDk7J9 .btn:before {
  background-color: transparent !important;
}
.cid-t2GATDk7J9 .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-sBBorSc2iH {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-sBBorSc2iH .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-sBBorSc2iH .col-lg-4,
.cid-sBBorSc2iH .col-12 {
  padding: 0 2rem;
}
.cid-sBBorSc2iH .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-sBBorSc2iH .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-sBBorSc2iH .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sBBorSc2iH .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-sBBorSc2iH .card-title,
.cid-sBBorSc2iH .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-sBBorSc2iH .card-text {
  color: #0196e3;
  text-align: center;
}
.cid-sBBorSc2iH .mbr-section-subtitle {
  color: #6c758f;
}
.cid-sBBorSc2iH .mbr-section-title {
  color: #36187d;
  text-align: center;
}
.cid-sBBmsiav0F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #f2f3f7;
}
.cid-sBBmsiav0F .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-sBBmsiav0F .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sBBmsiav0F .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sBBmsiav0F .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sBBmsiav0F .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-svMGZ7Ygy3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .mbr-text {
  color: #767676;
}
.cid-svMGZ7Ygy3 .links {
  color: #6c758f;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .links {
    text-align: center !important;
  }
}
.cid-svMGZ7Ygy3 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #36187d;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svMGZ7Ygy3 .copyright > p {
  color: #6c758f;
}
.cid-sH5Gk78Dk3 {
  z-index: 1000;
  width: 100%;
}
.cid-sH5Gk78Dk3 nav.navbar {
  position: fixed;
}
.cid-sH5Gk78Dk3 .navbar-nav {
  margin: auto;
}
.cid-sH5Gk78Dk3 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sH5Gk78Dk3 .dropdown-item:hover,
.cid-sH5Gk78Dk3 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sH5Gk78Dk3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .navbar-short,
.cid-sH5Gk78Dk3 .opened {
  background: #f2f3f7 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar-short .nav-link,
.cid-sH5Gk78Dk3 .opened .nav-link,
.cid-sH5Gk78Dk3 .navbar-short .navbar-caption,
.cid-sH5Gk78Dk3 .opened .navbar-caption,
.cid-sH5Gk78Dk3 .navbar-short .mbr-iconfont,
.cid-sH5Gk78Dk3 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sH5Gk78Dk3 .navbar-short .hamburger span,
.cid-sH5Gk78Dk3 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sH5Gk78Dk3 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sH5Gk78Dk3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sH5Gk78Dk3 .container {
  display: flex;
  margin: auto;
}
.cid-sH5Gk78Dk3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown-menu,
.cid-sH5Gk78Dk3 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sH5Gk78Dk3 .nav-item:focus,
.cid-sH5Gk78Dk3 .nav-link:focus {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(242, 243, 247, 0);
}
.cid-sH5Gk78Dk3 .navbar.opened {
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sH5Gk78Dk3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sH5Gk78Dk3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar.collapsed {
  justify-content: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sH5Gk78Dk3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sH5Gk78Dk3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sH5Gk78Dk3 .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: 41%;
}
.cid-sH5Gk78Dk3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sH5Gk78Dk3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sH5Gk78Dk3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sH5Gk78Dk3 .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: 40%;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sH5Gk78Dk3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sH5Gk78Dk3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sH5Gk78Dk3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown-item.active,
.cid-sH5Gk78Dk3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sH5Gk78Dk3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sH5Gk78Dk3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sH5Gk78Dk3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sH5Gk78Dk3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sH5Gk78Dk3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sH5Gk78Dk3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .navbar {
    height: 70px;
  }
  .cid-sH5Gk78Dk3 .navbar.opened {
    height: auto;
  }
  .cid-sH5Gk78Dk3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGlbnCxrHe {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/2-2-1920x1080.jpg");
}
.cid-sGlbnCxrHe .btn {
  margin: 0.2rem !important;
}
.cid-sGlbnCxrHe .row {
  justify-content: flex-end;
}
.cid-sGlbnCxrHe .mbr-text,
.cid-sGlbnCxrHe .mbr-section-btn {
  color: #36187d;
  text-align: left;
}
.cid-sGlbnCxrHe H3 {
  color: #0196e3;
}
.cid-sGlbnCxrHe H1 {
  color: #36187d;
}
.cid-sGlbnDejoI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sGlbnDejoI .nav-tabs .nav-item.open .nav-link:focus,
.cid-sGlbnDejoI .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sGlbnDejoI .nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-sGlbnDejoI .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-sGlbnDejoI .nav-item .nav-link {
  color: #74a3c7;
  border-bottom: 4px solid transparent !important;
}
.cid-sGlbnDejoI .nav-item .nav-link.active {
  color: #55595c;
  border-bottom: 4px solid #36187d !important;
}
.cid-sGlbnDejoI .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
}
.cid-sGlbnDejoI .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-sGlbnDejoI .nav-link,
.cid-sGlbnDejoI .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-sGlbnDejoI .mbr-text,
.cid-sGlbnDejoI .mbr-section-btn {
  color: #232323;
}
.cid-sGlbnDejoI .mbr-section-title {
  color: #232323;
}
.cid-sGlbnDejoI .buttons-wrap .link {
  display: flex;
}
.cid-sGlbnDejoI .list {
  list-style: none;
}
.cid-sGlbnDejoI .list li {
  position: relative;
  margin-bottom: 15px;
}
.cid-sGlbnDejoI .list li::before {
  content: '';
  display: block;
  position: absolute;
  margin-top: 9px;
  left: -25px;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  background-color: #36187d;
}
@media (max-width: 768px) {
  .cid-sGlbnDejoI * {
    text-align: center;
  }
  .cid-sGlbnDejoI .buttons-wrap {
    justify-content: center;
  }
  .cid-sGlbnDejoI img {
    margin-bottom: 20px;
  }
}
.cid-sGlbnEXGCF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-sGlbnEXGCF .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sGlbnEXGCF .mbr-text {
  color: #767676;
}
.cid-sGlbnEXGCF .links {
  color: #6c758f;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-sGlbnEXGCF .links {
    text-align: center !important;
  }
}
.cid-sGlbnEXGCF .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-sGlbnEXGCF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sGlbnEXGCF .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sGlbnEXGCF .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sGlbnEXGCF .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #36187d;
}
.cid-sGlbnEXGCF .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sGlbnEXGCF .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sGlbnEXGCF .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGlbnEXGCF .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGlbnEXGCF .copyright > p {
  color: #6c758f;
}
.cid-sH5Gk78Dk3 {
  z-index: 1000;
  width: 100%;
}
.cid-sH5Gk78Dk3 nav.navbar {
  position: fixed;
}
.cid-sH5Gk78Dk3 .navbar-nav {
  margin: auto;
}
.cid-sH5Gk78Dk3 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sH5Gk78Dk3 .dropdown-item:hover,
.cid-sH5Gk78Dk3 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sH5Gk78Dk3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .navbar-short,
.cid-sH5Gk78Dk3 .opened {
  background: #f2f3f7 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar-short .nav-link,
.cid-sH5Gk78Dk3 .opened .nav-link,
.cid-sH5Gk78Dk3 .navbar-short .navbar-caption,
.cid-sH5Gk78Dk3 .opened .navbar-caption,
.cid-sH5Gk78Dk3 .navbar-short .mbr-iconfont,
.cid-sH5Gk78Dk3 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sH5Gk78Dk3 .navbar-short .hamburger span,
.cid-sH5Gk78Dk3 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sH5Gk78Dk3 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sH5Gk78Dk3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sH5Gk78Dk3 .container {
  display: flex;
  margin: auto;
}
.cid-sH5Gk78Dk3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown-menu,
.cid-sH5Gk78Dk3 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sH5Gk78Dk3 .nav-item:focus,
.cid-sH5Gk78Dk3 .nav-link:focus {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(242, 243, 247, 0);
}
.cid-sH5Gk78Dk3 .navbar.opened {
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sH5Gk78Dk3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sH5Gk78Dk3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar.collapsed {
  justify-content: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sH5Gk78Dk3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sH5Gk78Dk3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sH5Gk78Dk3 .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: 41%;
}
.cid-sH5Gk78Dk3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sH5Gk78Dk3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sH5Gk78Dk3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sH5Gk78Dk3 .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: 40%;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sH5Gk78Dk3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sH5Gk78Dk3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sH5Gk78Dk3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown-item.active,
.cid-sH5Gk78Dk3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sH5Gk78Dk3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sH5Gk78Dk3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sH5Gk78Dk3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sH5Gk78Dk3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sH5Gk78Dk3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sH5Gk78Dk3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .navbar {
    height: 70px;
  }
  .cid-sH5Gk78Dk3 .navbar.opened {
    height: auto;
  }
  .cid-sH5Gk78Dk3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQN3eTYGGr.popup-builder {
  background-color: #ffffff;
}
.cid-sQN3eTYGGr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQN3eTYGGr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQN3eTYGGr .modal-content,
.cid-sQN3eTYGGr .modal-dialog {
  height: auto;
}
.cid-sQN3eTYGGr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQN3eTYGGr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQN3eTYGGr .form-wrapper .mbr-form .form-group,
  .cid-sQN3eTYGGr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQN3eTYGGr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQN3eTYGGr .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQN3eTYGGr .mbr-text {
  text-align: left;
}
.cid-sQN3eTYGGr .pt-0 {
  padding-top: 0 !important;
}
.cid-sQN3eTYGGr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQN3eTYGGr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQN3eTYGGr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQN3eTYGGr .modal-open {
  overflow: hidden;
}
.cid-sQN3eTYGGr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQN3eTYGGr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQN3eTYGGr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQN3eTYGGr .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQN3eTYGGr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQN3eTYGGr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQN3eTYGGr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQN3eTYGGr .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQN3eTYGGr .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQN3eTYGGr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQN3eTYGGr .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQN3eTYGGr .modal-backdrop.show {
  opacity: .5;
}
.cid-sQN3eTYGGr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQN3eTYGGr .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQN3eTYGGr .modal-header {
    padding: 1rem;
  }
}
.cid-sQN3eTYGGr .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQN3eTYGGr .modal-header .close svg {
  fill: #353535;
}
.cid-sQN3eTYGGr .modal-header .close:hover {
  opacity: 1;
}
.cid-sQN3eTYGGr .modal-header .close:focus {
  outline: none;
}
.cid-sQN3eTYGGr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQN3eTYGGr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQN3eTYGGr .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQN3eTYGGr .modal-body {
    padding: 1rem;
  }
}
.cid-sQN3eTYGGr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQN3eTYGGr .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQN3eTYGGr .modal-footer {
    padding: 1rem;
  }
}
.cid-sQN3eTYGGr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQN3eTYGGr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQN3eTYGGr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQN3eTYGGr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQN3eTYGGr .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQN3eTYGGr .modal-lg,
  .cid-sQN3eTYGGr .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQN3eTYGGr .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQN3eTYGGr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQN3eTYGGr .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQN3eTYGGr .form-group {
  margin-bottom: 1rem;
}
.cid-sQN3eTYGGr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQN3eTYGGr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQN3eTYGGr .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQN3eTYGGr .mbr-section-btn {
  margin: 0;
}
.cid-sQN3eTYGGr .mbr-section-btn .btn {
  margin: 0;
}
.cid-sH5Gk78Dk3 {
  z-index: 1000;
  width: 100%;
}
.cid-sH5Gk78Dk3 nav.navbar {
  position: fixed;
}
.cid-sH5Gk78Dk3 .navbar-nav {
  margin: auto;
}
.cid-sH5Gk78Dk3 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sH5Gk78Dk3 .dropdown-item:hover,
.cid-sH5Gk78Dk3 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sH5Gk78Dk3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .navbar-short,
.cid-sH5Gk78Dk3 .opened {
  background: #f2f3f7 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar-short .nav-link,
.cid-sH5Gk78Dk3 .opened .nav-link,
.cid-sH5Gk78Dk3 .navbar-short .navbar-caption,
.cid-sH5Gk78Dk3 .opened .navbar-caption,
.cid-sH5Gk78Dk3 .navbar-short .mbr-iconfont,
.cid-sH5Gk78Dk3 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sH5Gk78Dk3 .navbar-short .hamburger span,
.cid-sH5Gk78Dk3 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sH5Gk78Dk3 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sH5Gk78Dk3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sH5Gk78Dk3 .container {
  display: flex;
  margin: auto;
}
.cid-sH5Gk78Dk3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown-menu,
.cid-sH5Gk78Dk3 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sH5Gk78Dk3 .nav-item:focus,
.cid-sH5Gk78Dk3 .nav-link:focus {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(242, 243, 247, 0);
}
.cid-sH5Gk78Dk3 .navbar.opened {
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sH5Gk78Dk3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sH5Gk78Dk3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar.collapsed {
  justify-content: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sH5Gk78Dk3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sH5Gk78Dk3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sH5Gk78Dk3 .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: 41%;
}
.cid-sH5Gk78Dk3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sH5Gk78Dk3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sH5Gk78Dk3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sH5Gk78Dk3 .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: 40%;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sH5Gk78Dk3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sH5Gk78Dk3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sH5Gk78Dk3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown-item.active,
.cid-sH5Gk78Dk3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sH5Gk78Dk3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sH5Gk78Dk3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sH5Gk78Dk3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sH5Gk78Dk3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sH5Gk78Dk3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sH5Gk78Dk3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .navbar {
    height: 70px;
  }
  .cid-sH5Gk78Dk3 .navbar.opened {
    height: auto;
  }
  .cid-sH5Gk78Dk3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAG0iLrKWy {
  background-image: url("../../../assets/images/new-temp.52-2000x1125.jpg");
}
.cid-sAG0iLrKWy .btn {
  margin: 0.2rem !important;
}
.cid-sAG0iLrKWy .row {
  justify-content: flex-end;
}
.cid-sAG0iLrKWy .mbr-text,
.cid-sAG0iLrKWy .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-sAG0iLrKWy H3 {
  color: #36187d;
}
.cid-sAG0iLrKWy H1 {
  color: #22a5e5;
}
.cid-svGYpYabkQ {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-svGYpYabkQ .card-wrapper {
  overflow: visible;
  display: flex;
}
@media (max-width: 991px) {
  .cid-svGYpYabkQ .card-wrapper {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-svGYpYabkQ .card-wrapper {
    flex-direction: column;
  }
}
.cid-svGYpYabkQ .mbr-iconfont {
  font-size: 4rem;
  color: #6592e6;
  padding: 3.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGYpYabkQ .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-svGYpYabkQ .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-svGYpYabkQ .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-svGYpYabkQ .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-svGYpYabkQ .card-title {
  color: #0196e3;
}
.cid-sAoz7Q4Z0p {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-sAoz7Q4Z0p .item {
  position: relative;
  display: flex;
  padding-bottom: 2rem;
}
.cid-sAoz7Q4Z0p .item:last-child .icon-box:before {
  display: none;
}
.cid-sAoz7Q4Z0p .item::before {
  content: "";
  width: 2px;
  height: 100%;
  left: 40px;
  position: absolute;
  top: 0;
  background: #dae2ec;
  transform: translate(-50%, 0);
}
.cid-sAoz7Q4Z0p .last:before {
  display: none;
}
.cid-sAoz7Q4Z0p .icon-box {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #f2f3f7;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-sAoz7Q4Z0p .icon-box {
    margin-right: 1rem;
  }
}
.cid-sAoz7Q4Z0p span {
  font-size: 2rem;
}
@media (max-width: 991px) {
  .cid-sAoz7Q4Z0p span .card {
    margin-bottom: 2rem;
  }
  .cid-sAoz7Q4Z0p span .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sAoz7Q4Z0p span .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-sAoz7Q4Z0p .icon-box::before {
    top: 114%;
  }
}
.cid-sAoz7Q4Z0p SPAN {
  color: #0196e3;
}
.cid-sAoz7Q4Z0p .icon-text {
  color: #6c758f;
}
.cid-sAoz7Q4Z0p .icon-title {
  color: #36187d;
}
.cid-sAoz7Q4Z0p .icon-subtitle {
  color: #36187d;
}
.cid-sAoz7Q4Z0p .main-title {
  color: #36187d;
}
.cid-sGfmSsGlr3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sGfmSsGlr3 img,
.cid-sGfmSsGlr3 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-sGfmSsGlr3 .item:focus,
.cid-sGfmSsGlr3 span:focus {
  outline: none;
}
.cid-sGfmSsGlr3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sGfmSsGlr3 .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #31363b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sGfmSsGlr3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sGfmSsGlr3 .mbr-section-title {
  color: #36187d;
  padding-bottom: 50px;
  text-align: center;
}
.cid-sGfmSsGlr3 .item-title {
  margin: 20px;
  color: #ffffff;
}
.cid-svGYcN3ewh {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-svGYcN3ewh .col-lg-6 {
  padding: 0 2rem;
}
.cid-svGYcN3ewh .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-svGYcN3ewh .card-wrapper {
  overflow: visible;
  display: flex;
  justify-content: space-between;
  padding: 2rem 3rem;
  transition: all 0.3s;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 991px) {
  .cid-svGYcN3ewh .card-wrapper {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-svGYcN3ewh .card-wrapper {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.cid-svGYcN3ewh .mbr-iconfont {
  font-size: 1.5rem;
  color: #0196e3;
  padding: 1rem;
  width: fit-content;
  transition: all 0.3s;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  margin: 0 0.5rem;
  margin-bottom: 2rem;
  display: block;
}
.cid-svGYcN3ewh .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-svGYcN3ewh .card-box {
  max-width: 340px;
}
@media (max-width: 767px) {
  .cid-svGYcN3ewh .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-svGYcN3ewh .mt-5 {
    margin-top: 0.5rem!important;
  }
}
@media (max-width: 767px) {
  .cid-svGYcN3ewh .icon-wrapper {
    display: flex;
    margin-top: 2rem;
    justify-content: center;
  }
}
.cid-svGYcN3ewh .card-text {
  color: #6c758f;
}
.cid-svGYcN3ewh .card-title {
  color: #36187d;
}
.cid-svGYcN3ewh .card-phone {
  color: #0196e3;
}
.cid-svGYderUVq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #f2f3f7;
}
.cid-svGYderUVq .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-svGYderUVq .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-svGYderUVq .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-svGYderUVq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-svGYderUVq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-svMGZ7Ygy3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .mbr-text {
  color: #767676;
}
.cid-svMGZ7Ygy3 .links {
  color: #6c758f;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .links {
    text-align: center !important;
  }
}
.cid-svMGZ7Ygy3 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #36187d;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svMGZ7Ygy3 .copyright > p {
  color: #6c758f;
}
.cid-sGdGXNC12h {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-sGdGXNC12h .mbr-section-title {
  color: #36187d;
}
.cid-sGdGXNC12h .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sGdGXNC12h .mbr-text {
  color: #36187d;
}
.cid-sGdGXNC12h .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sGdGXNC12h .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sGdGXNC12h .text-col {
  align-items: center;
  display: flex;
}
.cid-sGdGXNC12h .mbr-section-subtitle,
.cid-sGdGXNC12h .title-col {
  width: 100%;
}
.cid-sGdGYZ6gH6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sGdGYZ6gH6 img,
.cid-sGdGYZ6gH6 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-sGdGYZ6gH6 .item:focus,
.cid-sGdGYZ6gH6 span:focus {
  outline: none;
}
.cid-sGdGYZ6gH6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sGdGYZ6gH6 .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #31363b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sGdGYZ6gH6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sGdGYZ6gH6 .mbr-section-title {
  color: #36187d;
  padding-bottom: 50px;
}
.cid-sGdGYZ6gH6 .item-title {
  margin: 20px;
  color: #ffffff;
}
.cid-sGfd5WtLCf {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-sGfd5WtLCf img {
  width: 150px;
  margin: auto;
  background: white;
  height: 150px;
  border-radius: 50%;
  padding: 1rem;
  object-fit: contain;
}
.cid-sGfd5WtLCf .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.cid-sGfd5WtLCf .row {
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
  margin: 0;
}
.cid-sGfd5WtLCf .mbr-section-title {
  color: #232323;
}
.cid-svMGZ7Ygy3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .mbr-text {
  color: #767676;
}
.cid-svMGZ7Ygy3 .links {
  color: #6c758f;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .links {
    text-align: center !important;
  }
}
.cid-svMGZ7Ygy3 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #36187d;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svMGZ7Ygy3 .copyright > p {
  color: #6c758f;
}
.cid-sH5Gk78Dk3 {
  z-index: 1000;
  width: 100%;
}
.cid-sH5Gk78Dk3 nav.navbar {
  position: fixed;
}
.cid-sH5Gk78Dk3 .navbar-nav {
  margin: auto;
}
.cid-sH5Gk78Dk3 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sH5Gk78Dk3 .dropdown-item:hover,
.cid-sH5Gk78Dk3 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sH5Gk78Dk3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .navbar-short,
.cid-sH5Gk78Dk3 .opened {
  background: #f2f3f7 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar-short .nav-link,
.cid-sH5Gk78Dk3 .opened .nav-link,
.cid-sH5Gk78Dk3 .navbar-short .navbar-caption,
.cid-sH5Gk78Dk3 .opened .navbar-caption,
.cid-sH5Gk78Dk3 .navbar-short .mbr-iconfont,
.cid-sH5Gk78Dk3 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sH5Gk78Dk3 .navbar-short .hamburger span,
.cid-sH5Gk78Dk3 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sH5Gk78Dk3 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sH5Gk78Dk3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sH5Gk78Dk3 .container {
  display: flex;
  margin: auto;
}
.cid-sH5Gk78Dk3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown-menu,
.cid-sH5Gk78Dk3 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sH5Gk78Dk3 .nav-item:focus,
.cid-sH5Gk78Dk3 .nav-link:focus {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(242, 243, 247, 0);
}
.cid-sH5Gk78Dk3 .navbar.opened {
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sH5Gk78Dk3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sH5Gk78Dk3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar.collapsed {
  justify-content: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sH5Gk78Dk3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sH5Gk78Dk3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sH5Gk78Dk3 .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: 41%;
}
.cid-sH5Gk78Dk3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sH5Gk78Dk3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sH5Gk78Dk3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sH5Gk78Dk3 .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: 40%;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sH5Gk78Dk3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sH5Gk78Dk3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sH5Gk78Dk3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown-item.active,
.cid-sH5Gk78Dk3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sH5Gk78Dk3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sH5Gk78Dk3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sH5Gk78Dk3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sH5Gk78Dk3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sH5Gk78Dk3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sH5Gk78Dk3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .navbar {
    height: 70px;
  }
  .cid-sH5Gk78Dk3 .navbar.opened {
    height: auto;
  }
  .cid-sH5Gk78Dk3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sMz2eF7dHV {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-sMz2eF7dHV .mbr-overlay {
  z-index: 1;
}
.cid-sMz2eF7dHV .carousel,
.cid-sMz2eF7dHV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sMz2eF7dHV .item-wrapper {
  width: 100%;
}
.cid-sMz2eF7dHV .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sMz2eF7dHV .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-sMz2eF7dHV .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sMz2eF7dHV .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sMz2eF7dHV .carousel-control {
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #E8E8E8;
  border-radius: 50%;
  opacity: 1;
}
.cid-sMz2eF7dHV .carousel-control span {
  color: #101019;
}
.cid-sMz2eF7dHV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sMz2eF7dHV .carousel-control.carousel-control-prev {
    margin-left: 0.5rem;
  }
}
.cid-sMz2eF7dHV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sMz2eF7dHV .carousel-control.carousel-control-next {
    margin-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sMz2eF7dHV .carousel-indicators {
    margin-left: 0;
    text-align: center;
  }
}
.cid-sMz2eF7dHV .carousel-indicators li {
  height: 8px;
  max-height: 8px;
  width: 8px;
  max-width: 8px;
  margin: 3px;
  background-color: #ffffff;
  border-radius: 50%;
}
.cid-sMz2eF7dHV .carousel-indicators li.active,
.cid-sMz2eF7dHV .carousel-indicators li:hover {
  opacity: 0.9;
  border: none;
  margin: 13px 3px;
}
.cid-sMz2eF7dHV .carousel-indicators li::after,
.cid-sMz2eF7dHV .carousel-indicators li::before {
  content: none;
}
.cid-sMz2eF7dHV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sMz2eF7dHV .carousel-indicators {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .cid-sMz2eF7dHV .mbr-section-head {
    margin-left: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 1199px) {
  .cid-sMz2eF7dHV .mbr-section-head {
    margin-left: 2.2rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sMz2eF7dHV .mbr-section-head {
    margin-left: 1.6rem;
  }
}
@media (max-width: 767px) {
  .cid-sMz2eF7dHV .mbr-section-head {
    margin-left: 0;
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-sMz2eF7dHV .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sHmmx5yL3o {
  background-color: #f2f3f7;
}
.cid-sHmmx5yL3o .photo-split img {
  width: 100%;
}
.cid-sHmmx5yL3o .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sHmmx5yL3o .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-sHmmx5yL3o .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-sHmmx5yL3o .wrap-block {
  padding-left: 2rem;
}
.cid-sHmmx5yL3o .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sHmmx5yL3o .wrap-block ul li {
  display: inline-block;
}
.cid-sHmmx5yL3o .wrap-block ul li span {
  text-align: center;
}
.cid-sHmmx5yL3o .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-sHmmx5yL3o .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sHmmx5yL3o .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sHmmx5yL3o .mbr-list,
.cid-sHmmx5yL3o .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sHmmx5yL3o {
    padding-top: 12px;
    padding-bottom: 0px;
  }
  .cid-sHmmx5yL3o .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-sHmmx5yL3o .container-fluid {
    padding: 0 1rem;
  }
  .cid-sHmmx5yL3o .mbr-section-title,
  .cid-sHmmx5yL3o .mbr-section-subtitle,
  .cid-sHmmx5yL3o .mbr-text {
    text-align: center !important;
  }
  .cid-sHmmx5yL3o .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-sHmmx5yL3o {
    padding-top: 45px;
    padding-bottom: 0px;
  }
  .cid-sHmmx5yL3o .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-sHmmx5yL3o .container-fluid {
    padding: 0 2rem;
  }
}
.cid-sHmmx5yL3o .btn-line {
  margin-top: 3rem;
}
.cid-sHmmx5yL3o .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-sHmmx5yL3o .col-lg-8 {
    order: 2;
  }
  .cid-sHmmx5yL3o .col-lg-4 {
    order: 1;
  }
}
.cid-sHmmx5yL3o .mbr-text {
  text-align: left;
}
.cid-sHmo3MOo4S {
  background-color: #f2f3f7;
}
.cid-sHmo3MOo4S .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sHmo3MOo4S .photo-split img {
  width: 100%;
}
.cid-sHmo3MOo4S .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sHmo3MOo4S .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-sHmo3MOo4S .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-sHmo3MOo4S .wrap-block {
  padding-left: 2rem;
}
.cid-sHmo3MOo4S .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sHmo3MOo4S .wrap-block ul li {
  display: inline-block;
}
.cid-sHmo3MOo4S .wrap-block ul li span {
  text-align: center;
}
.cid-sHmo3MOo4S .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-sHmo3MOo4S .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sHmo3MOo4S .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sHmo3MOo4S .mbr-list,
.cid-sHmo3MOo4S .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sHmo3MOo4S {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-sHmo3MOo4S .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-sHmo3MOo4S .container-fluid {
    padding: 0 1rem;
  }
  .cid-sHmo3MOo4S .mbr-section-title,
  .cid-sHmo3MOo4S .mbr-section-subtitle,
  .cid-sHmo3MOo4S .mbr-text {
    text-align: center !important;
  }
  .cid-sHmo3MOo4S .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-sHmo3MOo4S {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-sHmo3MOo4S .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-sHmo3MOo4S .container-fluid {
    padding: 0 2rem;
  }
}
.cid-sHmo3MOo4S .btn-line {
  margin-top: 3rem;
}
.cid-sHmo3MOo4S .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-sHmo3MOo4S .col-lg-8 {
    order: 2;
  }
  .cid-sHmo3MOo4S .col-lg-4 {
    order: 1;
  }
}
.cid-sHmsa3jp3P {
  background-color: #f2f3f7;
}
.cid-sHmsa3jp3P .photo-split img {
  width: 100%;
}
.cid-sHmsa3jp3P .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sHmsa3jp3P .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-sHmsa3jp3P .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-sHmsa3jp3P .wrap-block {
  padding-left: 2rem;
}
.cid-sHmsa3jp3P .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sHmsa3jp3P .wrap-block ul li {
  display: inline-block;
}
.cid-sHmsa3jp3P .wrap-block ul li span {
  text-align: center;
}
.cid-sHmsa3jp3P .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-sHmsa3jp3P .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sHmsa3jp3P .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sHmsa3jp3P .mbr-list,
.cid-sHmsa3jp3P .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sHmsa3jp3P {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-sHmsa3jp3P .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-sHmsa3jp3P .container-fluid {
    padding: 0 1rem;
  }
  .cid-sHmsa3jp3P .mbr-section-title,
  .cid-sHmsa3jp3P .mbr-section-subtitle,
  .cid-sHmsa3jp3P .mbr-text {
    text-align: center !important;
  }
  .cid-sHmsa3jp3P .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-sHmsa3jp3P {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-sHmsa3jp3P .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-sHmsa3jp3P .container-fluid {
    padding: 0 2rem;
  }
}
.cid-sHmsa3jp3P .btn-line {
  margin-top: 3rem;
}
.cid-sHmsa3jp3P .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-sHmsa3jp3P .col-lg-8 {
    order: 2;
  }
  .cid-sHmsa3jp3P .col-lg-4 {
    order: 1;
  }
}
.cid-sHmVbQ9oB3 {
  background-color: #f2f3f7;
}
.cid-sHmVbQ9oB3 .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sHmVbQ9oB3 .photo-split img {
  width: 100%;
}
.cid-sHmVbQ9oB3 .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sHmVbQ9oB3 .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-sHmVbQ9oB3 .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-sHmVbQ9oB3 .wrap-block {
  padding-left: 2rem;
}
.cid-sHmVbQ9oB3 .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sHmVbQ9oB3 .wrap-block ul li {
  display: inline-block;
}
.cid-sHmVbQ9oB3 .wrap-block ul li span {
  text-align: center;
}
.cid-sHmVbQ9oB3 .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-sHmVbQ9oB3 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sHmVbQ9oB3 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sHmVbQ9oB3 .mbr-list,
.cid-sHmVbQ9oB3 .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sHmVbQ9oB3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-sHmVbQ9oB3 .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-sHmVbQ9oB3 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sHmVbQ9oB3 .mbr-section-title,
  .cid-sHmVbQ9oB3 .mbr-section-subtitle,
  .cid-sHmVbQ9oB3 .mbr-text {
    text-align: center !important;
  }
  .cid-sHmVbQ9oB3 .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-sHmVbQ9oB3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-sHmVbQ9oB3 .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-sHmVbQ9oB3 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-sHmVbQ9oB3 .btn-line {
  margin-top: 3rem;
}
.cid-sHmVbQ9oB3 .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-sHmVbQ9oB3 .col-lg-8 {
    order: 2;
  }
  .cid-sHmVbQ9oB3 .col-lg-4 {
    order: 1;
  }
}
.cid-sHmVbQ9oB3 .mbr-section-title {
  color: #36187d;
}
.cid-sHmWei0Ymf {
  background-color: #f2f3f7;
}
.cid-sHmWei0Ymf .photo-split img {
  width: 100%;
}
.cid-sHmWei0Ymf .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sHmWei0Ymf .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-sHmWei0Ymf .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-sHmWei0Ymf .wrap-block {
  padding-left: 2rem;
}
.cid-sHmWei0Ymf .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sHmWei0Ymf .wrap-block ul li {
  display: inline-block;
}
.cid-sHmWei0Ymf .wrap-block ul li span {
  text-align: center;
}
.cid-sHmWei0Ymf .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-sHmWei0Ymf .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sHmWei0Ymf .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sHmWei0Ymf .mbr-list,
.cid-sHmWei0Ymf .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sHmWei0Ymf {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-sHmWei0Ymf .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-sHmWei0Ymf .container-fluid {
    padding: 0 1rem;
  }
  .cid-sHmWei0Ymf .mbr-section-title,
  .cid-sHmWei0Ymf .mbr-section-subtitle,
  .cid-sHmWei0Ymf .mbr-text {
    text-align: center !important;
  }
  .cid-sHmWei0Ymf .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-sHmWei0Ymf {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-sHmWei0Ymf .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-sHmWei0Ymf .container-fluid {
    padding: 0 2rem;
  }
}
.cid-sHmWei0Ymf .btn-line {
  margin-top: 3rem;
}
.cid-sHmWei0Ymf .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-sHmWei0Ymf .col-lg-8 {
    order: 2;
  }
  .cid-sHmWei0Ymf .col-lg-4 {
    order: 1;
  }
}
.cid-sHmWei0Ymf .mbr-section-title {
  color: #36187d;
}
.cid-sHn7X36Ujw {
  background-color: #f2f3f7;
}
.cid-sHn7X36Ujw .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sHn7X36Ujw .photo-split img {
  width: 100%;
}
.cid-sHn7X36Ujw .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sHn7X36Ujw .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-sHn7X36Ujw .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-sHn7X36Ujw .wrap-block {
  padding-left: 2rem;
}
.cid-sHn7X36Ujw .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sHn7X36Ujw .wrap-block ul li {
  display: inline-block;
}
.cid-sHn7X36Ujw .wrap-block ul li span {
  text-align: center;
}
.cid-sHn7X36Ujw .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-sHn7X36Ujw .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sHn7X36Ujw .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sHn7X36Ujw .mbr-list,
.cid-sHn7X36Ujw .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sHn7X36Ujw {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-sHn7X36Ujw .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-sHn7X36Ujw .container-fluid {
    padding: 0 1rem;
  }
  .cid-sHn7X36Ujw .mbr-section-title,
  .cid-sHn7X36Ujw .mbr-section-subtitle,
  .cid-sHn7X36Ujw .mbr-text {
    text-align: center !important;
  }
  .cid-sHn7X36Ujw .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-sHn7X36Ujw {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-sHn7X36Ujw .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-sHn7X36Ujw .container-fluid {
    padding: 0 2rem;
  }
}
.cid-sHn7X36Ujw .btn-line {
  margin-top: 3rem;
}
.cid-sHn7X36Ujw .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-sHn7X36Ujw .col-lg-8 {
    order: 2;
  }
  .cid-sHn7X36Ujw .col-lg-4 {
    order: 1;
  }
}
.cid-sHn7X36Ujw .mbr-section-title {
  color: #36187d;
}
.cid-sHn9DhQ0ph {
  background-color: #f2f3f7;
}
.cid-sHn9DhQ0ph .photo-split img {
  width: 100%;
}
.cid-sHn9DhQ0ph .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sHn9DhQ0ph .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-sHn9DhQ0ph .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-sHn9DhQ0ph .wrap-block {
  padding-left: 2rem;
}
.cid-sHn9DhQ0ph .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sHn9DhQ0ph .wrap-block ul li {
  display: inline-block;
}
.cid-sHn9DhQ0ph .wrap-block ul li span {
  text-align: center;
}
.cid-sHn9DhQ0ph .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-sHn9DhQ0ph .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sHn9DhQ0ph .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sHn9DhQ0ph .mbr-list,
.cid-sHn9DhQ0ph .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sHn9DhQ0ph {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-sHn9DhQ0ph .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-sHn9DhQ0ph .container-fluid {
    padding: 0 1rem;
  }
  .cid-sHn9DhQ0ph .mbr-section-title,
  .cid-sHn9DhQ0ph .mbr-section-subtitle,
  .cid-sHn9DhQ0ph .mbr-text {
    text-align: center !important;
  }
  .cid-sHn9DhQ0ph .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-sHn9DhQ0ph {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-sHn9DhQ0ph .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-sHn9DhQ0ph .container-fluid {
    padding: 0 2rem;
  }
}
.cid-sHn9DhQ0ph .btn-line {
  margin-top: 3rem;
}
.cid-sHn9DhQ0ph .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-sHn9DhQ0ph .col-lg-8 {
    order: 2;
  }
  .cid-sHn9DhQ0ph .col-lg-4 {
    order: 1;
  }
}
.cid-sHn9DhQ0ph .mbr-section-title {
  color: #36187d;
}
.cid-svMGZ7Ygy3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .mbr-text {
  color: #767676;
}
.cid-svMGZ7Ygy3 .links {
  color: #6c758f;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .links {
    text-align: center !important;
  }
}
.cid-svMGZ7Ygy3 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #36187d;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svMGZ7Ygy3 .copyright > p {
  color: #6c758f;
}
.cid-sH5Gk78Dk3 {
  z-index: 1000;
  width: 100%;
}
.cid-sH5Gk78Dk3 nav.navbar {
  position: fixed;
}
.cid-sH5Gk78Dk3 .navbar-nav {
  margin: auto;
}
.cid-sH5Gk78Dk3 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sH5Gk78Dk3 .dropdown-item:hover,
.cid-sH5Gk78Dk3 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sH5Gk78Dk3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .navbar-short,
.cid-sH5Gk78Dk3 .opened {
  background: #f2f3f7 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar-short .nav-link,
.cid-sH5Gk78Dk3 .opened .nav-link,
.cid-sH5Gk78Dk3 .navbar-short .navbar-caption,
.cid-sH5Gk78Dk3 .opened .navbar-caption,
.cid-sH5Gk78Dk3 .navbar-short .mbr-iconfont,
.cid-sH5Gk78Dk3 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sH5Gk78Dk3 .navbar-short .hamburger span,
.cid-sH5Gk78Dk3 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sH5Gk78Dk3 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sH5Gk78Dk3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sH5Gk78Dk3 .container {
  display: flex;
  margin: auto;
}
.cid-sH5Gk78Dk3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown-menu,
.cid-sH5Gk78Dk3 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sH5Gk78Dk3 .nav-item:focus,
.cid-sH5Gk78Dk3 .nav-link:focus {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(242, 243, 247, 0);
}
.cid-sH5Gk78Dk3 .navbar.opened {
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sH5Gk78Dk3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sH5Gk78Dk3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar.collapsed {
  justify-content: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sH5Gk78Dk3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sH5Gk78Dk3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sH5Gk78Dk3 .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: 41%;
}
.cid-sH5Gk78Dk3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sH5Gk78Dk3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sH5Gk78Dk3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sH5Gk78Dk3 .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: 40%;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sH5Gk78Dk3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sH5Gk78Dk3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sH5Gk78Dk3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown-item.active,
.cid-sH5Gk78Dk3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sH5Gk78Dk3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sH5Gk78Dk3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sH5Gk78Dk3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sH5Gk78Dk3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sH5Gk78Dk3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sH5Gk78Dk3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .navbar {
    height: 70px;
  }
  .cid-sH5Gk78Dk3 .navbar.opened {
    height: auto;
  }
  .cid-sH5Gk78Dk3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQN3eEp0L7.popup-builder {
  background-color: #ffffff;
}
.cid-sQN3eEp0L7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQN3eEp0L7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQN3eEp0L7 .modal-content,
.cid-sQN3eEp0L7 .modal-dialog {
  height: auto;
}
.cid-sQN3eEp0L7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQN3eEp0L7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQN3eEp0L7 .form-wrapper .mbr-form .form-group,
  .cid-sQN3eEp0L7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQN3eEp0L7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQN3eEp0L7 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQN3eEp0L7 .mbr-text {
  text-align: left;
}
.cid-sQN3eEp0L7 .pt-0 {
  padding-top: 0 !important;
}
.cid-sQN3eEp0L7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQN3eEp0L7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQN3eEp0L7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQN3eEp0L7 .modal-open {
  overflow: hidden;
}
.cid-sQN3eEp0L7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQN3eEp0L7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQN3eEp0L7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQN3eEp0L7 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQN3eEp0L7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQN3eEp0L7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQN3eEp0L7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQN3eEp0L7 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQN3eEp0L7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQN3eEp0L7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQN3eEp0L7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQN3eEp0L7 .modal-backdrop.show {
  opacity: .5;
}
.cid-sQN3eEp0L7 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQN3eEp0L7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQN3eEp0L7 .modal-header {
    padding: 1rem;
  }
}
.cid-sQN3eEp0L7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQN3eEp0L7 .modal-header .close svg {
  fill: #353535;
}
.cid-sQN3eEp0L7 .modal-header .close:hover {
  opacity: 1;
}
.cid-sQN3eEp0L7 .modal-header .close:focus {
  outline: none;
}
.cid-sQN3eEp0L7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQN3eEp0L7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQN3eEp0L7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQN3eEp0L7 .modal-body {
    padding: 1rem;
  }
}
.cid-sQN3eEp0L7 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQN3eEp0L7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQN3eEp0L7 .modal-footer {
    padding: 1rem;
  }
}
.cid-sQN3eEp0L7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQN3eEp0L7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQN3eEp0L7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQN3eEp0L7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQN3eEp0L7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQN3eEp0L7 .modal-lg,
  .cid-sQN3eEp0L7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQN3eEp0L7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQN3eEp0L7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQN3eEp0L7 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQN3eEp0L7 .form-group {
  margin-bottom: 1rem;
}
.cid-sQN3eEp0L7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQN3eEp0L7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQN3eEp0L7 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQN3eEp0L7 .mbr-section-btn {
  margin: 0;
}
.cid-sQN3eEp0L7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-sFWN5z4rB3 {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-sFWN5z4rB3 .mbr-section-title {
  color: #36187d;
}
.cid-sFWN5z4rB3 .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sFWN5z4rB3 .mbr-text {
  color: #36187d;
}
.cid-sFWN5z4rB3 .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sFWN5z4rB3 .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sFWN5z4rB3 .text-col {
  align-items: center;
  display: flex;
}
.cid-sFWN5z4rB3 .mbr-section-subtitle,
.cid-sFWN5z4rB3 .title-col {
  width: 100%;
}
.cid-sFWN60xId7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sFWN60xId7 img,
.cid-sFWN60xId7 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-sFWN60xId7 .item:focus,
.cid-sFWN60xId7 span:focus {
  outline: none;
}
.cid-sFWN60xId7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFWN60xId7 .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #31363b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sFWN60xId7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFWN60xId7 .mbr-section-title {
  color: #36187d;
  padding-bottom: 50px;
}
.cid-sFWN60xId7 .item-title {
  margin: 20px;
  color: #ffffff;
}
.cid-sFWNx6vIzS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sFWNx6vIzS img,
.cid-sFWNx6vIzS .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-sFWNx6vIzS .item:focus,
.cid-sFWNx6vIzS span:focus {
  outline: none;
}
.cid-sFWNx6vIzS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFWNx6vIzS .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #31363b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sFWNx6vIzS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFWNx6vIzS .mbr-section-title {
  color: #36187d;
  padding-bottom: 50px;
}
.cid-sFWNx6vIzS .item-title {
  margin: 20px;
  color: #ffffff;
}
.cid-sFWOCwOl5d {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sFWOCwOl5d img,
.cid-sFWOCwOl5d .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-sFWOCwOl5d .item:focus,
.cid-sFWOCwOl5d span:focus {
  outline: none;
}
.cid-sFWOCwOl5d .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFWOCwOl5d .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #31363b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sFWOCwOl5d .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFWOCwOl5d .mbr-section-title {
  color: #36187d;
  padding-bottom: 50px;
}
.cid-sFWOCwOl5d .item-title {
  margin: 20px;
  color: #ffffff;
}
.cid-sFWOVuxgcI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sFWOVuxgcI img,
.cid-sFWOVuxgcI .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-sFWOVuxgcI .item:focus,
.cid-sFWOVuxgcI span:focus {
  outline: none;
}
.cid-sFWOVuxgcI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFWOVuxgcI .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #31363b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sFWOVuxgcI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFWOVuxgcI .mbr-section-title {
  color: #36187d;
  padding-bottom: 50px;
}
.cid-sFWOVuxgcI .item-title {
  margin: 20px;
  color: #ffffff;
}
.cid-sFWPf9fLxr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sFWPf9fLxr img,
.cid-sFWPf9fLxr .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-sFWPf9fLxr .item:focus,
.cid-sFWPf9fLxr span:focus {
  outline: none;
}
.cid-sFWPf9fLxr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFWPf9fLxr .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #31363b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sFWPf9fLxr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFWPf9fLxr .mbr-section-title {
  color: #36187d;
  padding-bottom: 50px;
}
.cid-sFWPf9fLxr .item-title {
  margin: 20px;
  color: #ffffff;
}
.cid-svMGZ7Ygy3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .mbr-text {
  color: #767676;
}
.cid-svMGZ7Ygy3 .links {
  color: #6c758f;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .links {
    text-align: center !important;
  }
}
.cid-svMGZ7Ygy3 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #36187d;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svMGZ7Ygy3 .copyright > p {
  color: #6c758f;
}
.cid-sH5Gk78Dk3 {
  z-index: 1000;
  width: 100%;
}
.cid-sH5Gk78Dk3 nav.navbar {
  position: fixed;
}
.cid-sH5Gk78Dk3 .navbar-nav {
  margin: auto;
}
.cid-sH5Gk78Dk3 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sH5Gk78Dk3 .dropdown-item:hover,
.cid-sH5Gk78Dk3 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sH5Gk78Dk3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .navbar-short,
.cid-sH5Gk78Dk3 .opened {
  background: #f2f3f7 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar-short .nav-link,
.cid-sH5Gk78Dk3 .opened .nav-link,
.cid-sH5Gk78Dk3 .navbar-short .navbar-caption,
.cid-sH5Gk78Dk3 .opened .navbar-caption,
.cid-sH5Gk78Dk3 .navbar-short .mbr-iconfont,
.cid-sH5Gk78Dk3 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sH5Gk78Dk3 .navbar-short .hamburger span,
.cid-sH5Gk78Dk3 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sH5Gk78Dk3 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sH5Gk78Dk3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sH5Gk78Dk3 .container {
  display: flex;
  margin: auto;
}
.cid-sH5Gk78Dk3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown-menu,
.cid-sH5Gk78Dk3 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sH5Gk78Dk3 .nav-item:focus,
.cid-sH5Gk78Dk3 .nav-link:focus {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(242, 243, 247, 0);
}
.cid-sH5Gk78Dk3 .navbar.opened {
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sH5Gk78Dk3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sH5Gk78Dk3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar.collapsed {
  justify-content: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sH5Gk78Dk3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sH5Gk78Dk3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sH5Gk78Dk3 .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: 41%;
}
.cid-sH5Gk78Dk3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sH5Gk78Dk3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sH5Gk78Dk3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sH5Gk78Dk3 .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: 40%;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sH5Gk78Dk3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sH5Gk78Dk3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sH5Gk78Dk3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown-item.active,
.cid-sH5Gk78Dk3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sH5Gk78Dk3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sH5Gk78Dk3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sH5Gk78Dk3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sH5Gk78Dk3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sH5Gk78Dk3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sH5Gk78Dk3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .navbar {
    height: 70px;
  }
  .cid-sH5Gk78Dk3 .navbar.opened {
    height: auto;
  }
  .cid-sH5Gk78Dk3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQN3eFJPr8.popup-builder {
  background-color: #ffffff;
}
.cid-sQN3eFJPr8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQN3eFJPr8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQN3eFJPr8 .modal-content,
.cid-sQN3eFJPr8 .modal-dialog {
  height: auto;
}
.cid-sQN3eFJPr8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQN3eFJPr8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQN3eFJPr8 .form-wrapper .mbr-form .form-group,
  .cid-sQN3eFJPr8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQN3eFJPr8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQN3eFJPr8 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQN3eFJPr8 .mbr-text {
  text-align: left;
}
.cid-sQN3eFJPr8 .pt-0 {
  padding-top: 0 !important;
}
.cid-sQN3eFJPr8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQN3eFJPr8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQN3eFJPr8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQN3eFJPr8 .modal-open {
  overflow: hidden;
}
.cid-sQN3eFJPr8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQN3eFJPr8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQN3eFJPr8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQN3eFJPr8 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQN3eFJPr8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQN3eFJPr8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQN3eFJPr8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQN3eFJPr8 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQN3eFJPr8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQN3eFJPr8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQN3eFJPr8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQN3eFJPr8 .modal-backdrop.show {
  opacity: .5;
}
.cid-sQN3eFJPr8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQN3eFJPr8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQN3eFJPr8 .modal-header {
    padding: 1rem;
  }
}
.cid-sQN3eFJPr8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQN3eFJPr8 .modal-header .close svg {
  fill: #353535;
}
.cid-sQN3eFJPr8 .modal-header .close:hover {
  opacity: 1;
}
.cid-sQN3eFJPr8 .modal-header .close:focus {
  outline: none;
}
.cid-sQN3eFJPr8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQN3eFJPr8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQN3eFJPr8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQN3eFJPr8 .modal-body {
    padding: 1rem;
  }
}
.cid-sQN3eFJPr8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQN3eFJPr8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQN3eFJPr8 .modal-footer {
    padding: 1rem;
  }
}
.cid-sQN3eFJPr8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQN3eFJPr8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQN3eFJPr8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQN3eFJPr8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQN3eFJPr8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQN3eFJPr8 .modal-lg,
  .cid-sQN3eFJPr8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQN3eFJPr8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQN3eFJPr8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQN3eFJPr8 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQN3eFJPr8 .form-group {
  margin-bottom: 1rem;
}
.cid-sQN3eFJPr8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQN3eFJPr8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQN3eFJPr8 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQN3eFJPr8 .mbr-section-btn {
  margin: 0;
}
.cid-sQN3eFJPr8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-sFWJt7gbqh {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-sFWJt7gbqh .mbr-section-title {
  color: #36187d;
}
.cid-sFWJt7gbqh .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sFWJt7gbqh .mbr-text {
  color: #36187d;
}
.cid-sFWJt7gbqh .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sFWJt7gbqh .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sFWJt7gbqh .text-col {
  align-items: center;
  display: flex;
}
.cid-sFWJt7gbqh .mbr-section-subtitle,
.cid-sFWJt7gbqh .title-col {
  width: 100%;
}
.cid-sFWJtAWfwt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sFWJtAWfwt img,
.cid-sFWJtAWfwt .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-sFWJtAWfwt .item:focus,
.cid-sFWJtAWfwt span:focus {
  outline: none;
}
.cid-sFWJtAWfwt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFWJtAWfwt .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #31363b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sFWJtAWfwt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFWJtAWfwt .mbr-section-title {
  color: #36187d;
  padding-bottom: 50px;
}
.cid-sFWJtAWfwt .item-title {
  margin: 20px;
  color: #ffffff;
}
.cid-svMGZ7Ygy3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .mbr-text {
  color: #767676;
}
.cid-svMGZ7Ygy3 .links {
  color: #6c758f;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .links {
    text-align: center !important;
  }
}
.cid-svMGZ7Ygy3 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #36187d;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svMGZ7Ygy3 .copyright > p {
  color: #6c758f;
}
.cid-sH5Gk78Dk3 {
  z-index: 1000;
  width: 100%;
}
.cid-sH5Gk78Dk3 nav.navbar {
  position: fixed;
}
.cid-sH5Gk78Dk3 .navbar-nav {
  margin: auto;
}
.cid-sH5Gk78Dk3 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sH5Gk78Dk3 .dropdown-item:hover,
.cid-sH5Gk78Dk3 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sH5Gk78Dk3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .navbar-short,
.cid-sH5Gk78Dk3 .opened {
  background: #f2f3f7 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar-short .nav-link,
.cid-sH5Gk78Dk3 .opened .nav-link,
.cid-sH5Gk78Dk3 .navbar-short .navbar-caption,
.cid-sH5Gk78Dk3 .opened .navbar-caption,
.cid-sH5Gk78Dk3 .navbar-short .mbr-iconfont,
.cid-sH5Gk78Dk3 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sH5Gk78Dk3 .navbar-short .hamburger span,
.cid-sH5Gk78Dk3 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sH5Gk78Dk3 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sH5Gk78Dk3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sH5Gk78Dk3 .container {
  display: flex;
  margin: auto;
}
.cid-sH5Gk78Dk3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown-menu,
.cid-sH5Gk78Dk3 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sH5Gk78Dk3 .nav-item:focus,
.cid-sH5Gk78Dk3 .nav-link:focus {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(242, 243, 247, 0);
}
.cid-sH5Gk78Dk3 .navbar.opened {
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sH5Gk78Dk3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sH5Gk78Dk3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar.collapsed {
  justify-content: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sH5Gk78Dk3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sH5Gk78Dk3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sH5Gk78Dk3 .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: 41%;
}
.cid-sH5Gk78Dk3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sH5Gk78Dk3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sH5Gk78Dk3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sH5Gk78Dk3 .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: 40%;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sH5Gk78Dk3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sH5Gk78Dk3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sH5Gk78Dk3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown-item.active,
.cid-sH5Gk78Dk3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sH5Gk78Dk3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sH5Gk78Dk3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sH5Gk78Dk3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sH5Gk78Dk3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sH5Gk78Dk3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sH5Gk78Dk3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .navbar {
    height: 70px;
  }
  .cid-sH5Gk78Dk3 .navbar.opened {
    height: auto;
  }
  .cid-sH5Gk78Dk3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQN3eGSXYY.popup-builder {
  background-color: #ffffff;
}
.cid-sQN3eGSXYY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQN3eGSXYY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQN3eGSXYY .modal-content,
.cid-sQN3eGSXYY .modal-dialog {
  height: auto;
}
.cid-sQN3eGSXYY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQN3eGSXYY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQN3eGSXYY .form-wrapper .mbr-form .form-group,
  .cid-sQN3eGSXYY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQN3eGSXYY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQN3eGSXYY .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQN3eGSXYY .mbr-text {
  text-align: left;
}
.cid-sQN3eGSXYY .pt-0 {
  padding-top: 0 !important;
}
.cid-sQN3eGSXYY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQN3eGSXYY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQN3eGSXYY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQN3eGSXYY .modal-open {
  overflow: hidden;
}
.cid-sQN3eGSXYY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQN3eGSXYY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQN3eGSXYY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQN3eGSXYY .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sQN3eGSXYY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQN3eGSXYY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQN3eGSXYY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQN3eGSXYY .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQN3eGSXYY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQN3eGSXYY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQN3eGSXYY .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQN3eGSXYY .modal-backdrop.show {
  opacity: .5;
}
.cid-sQN3eGSXYY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQN3eGSXYY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQN3eGSXYY .modal-header {
    padding: 1rem;
  }
}
.cid-sQN3eGSXYY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQN3eGSXYY .modal-header .close svg {
  fill: #353535;
}
.cid-sQN3eGSXYY .modal-header .close:hover {
  opacity: 1;
}
.cid-sQN3eGSXYY .modal-header .close:focus {
  outline: none;
}
.cid-sQN3eGSXYY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQN3eGSXYY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQN3eGSXYY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQN3eGSXYY .modal-body {
    padding: 1rem;
  }
}
.cid-sQN3eGSXYY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQN3eGSXYY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQN3eGSXYY .modal-footer {
    padding: 1rem;
  }
}
.cid-sQN3eGSXYY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQN3eGSXYY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQN3eGSXYY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQN3eGSXYY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQN3eGSXYY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQN3eGSXYY .modal-lg,
  .cid-sQN3eGSXYY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQN3eGSXYY .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQN3eGSXYY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQN3eGSXYY .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sQN3eGSXYY .form-group {
  margin-bottom: 1rem;
}
.cid-sQN3eGSXYY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQN3eGSXYY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQN3eGSXYY .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQN3eGSXYY .mbr-section-btn {
  margin: 0;
}
.cid-sQN3eGSXYY .mbr-section-btn .btn {
  margin: 0;
}
.cid-sFWG3eWDpo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-sFWG3eWDpo .mbr-section-title {
  color: #36187d;
}
.cid-sFWG3eWDpo .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sFWG3eWDpo .mbr-text {
  color: #36187d;
}
.cid-sFWG3eWDpo .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sFWG3eWDpo .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sFWG3eWDpo .text-col {
  align-items: center;
  display: flex;
}
.cid-sFWG3eWDpo .mbr-section-subtitle,
.cid-sFWG3eWDpo .title-col {
  width: 100%;
}
.cid-sFWG3FbUeH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sFWG3FbUeH img,
.cid-sFWG3FbUeH .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-sFWG3FbUeH .item:focus,
.cid-sFWG3FbUeH span:focus {
  outline: none;
}
.cid-sFWG3FbUeH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFWG3FbUeH .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #31363b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sFWG3FbUeH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFWG3FbUeH .mbr-section-title {
  color: #36187d;
  padding-bottom: 50px;
}
.cid-sFWG3FbUeH .item-title {
  margin: 20px;
  color: #ffffff;
}
.cid-sFWLPfC8fV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sFWLPfC8fV img,
.cid-sFWLPfC8fV .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-sFWLPfC8fV .item:focus,
.cid-sFWLPfC8fV span:focus {
  outline: none;
}
.cid-sFWLPfC8fV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFWLPfC8fV .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #31363b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sFWLPfC8fV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFWLPfC8fV .mbr-section-title {
  color: #36187d;
  padding-bottom: 50px;
}
.cid-sFWLPfC8fV .item-title {
  margin: 20px;
  color: #ffffff;
}
.cid-svMGZ7Ygy3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .mbr-text {
  color: #767676;
}
.cid-svMGZ7Ygy3 .links {
  color: #6c758f;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .links {
    text-align: center !important;
  }
}
.cid-svMGZ7Ygy3 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #36187d;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svMGZ7Ygy3 .copyright > p {
  color: #6c758f;
}
.cid-sH5Gk78Dk3 {
  z-index: 1000;
  width: 100%;
}
.cid-sH5Gk78Dk3 nav.navbar {
  position: fixed;
}
.cid-sH5Gk78Dk3 .navbar-nav {
  margin: auto;
}
.cid-sH5Gk78Dk3 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sH5Gk78Dk3 .dropdown-item:hover,
.cid-sH5Gk78Dk3 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sH5Gk78Dk3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .navbar-short,
.cid-sH5Gk78Dk3 .opened {
  background: #f2f3f7 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar-short .nav-link,
.cid-sH5Gk78Dk3 .opened .nav-link,
.cid-sH5Gk78Dk3 .navbar-short .navbar-caption,
.cid-sH5Gk78Dk3 .opened .navbar-caption,
.cid-sH5Gk78Dk3 .navbar-short .mbr-iconfont,
.cid-sH5Gk78Dk3 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sH5Gk78Dk3 .navbar-short .hamburger span,
.cid-sH5Gk78Dk3 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sH5Gk78Dk3 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sH5Gk78Dk3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sH5Gk78Dk3 .container {
  display: flex;
  margin: auto;
}
.cid-sH5Gk78Dk3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown-menu,
.cid-sH5Gk78Dk3 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sH5Gk78Dk3 .nav-item:focus,
.cid-sH5Gk78Dk3 .nav-link:focus {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(242, 243, 247, 0);
}
.cid-sH5Gk78Dk3 .navbar.opened {
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sH5Gk78Dk3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sH5Gk78Dk3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar.collapsed {
  justify-content: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sH5Gk78Dk3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sH5Gk78Dk3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sH5Gk78Dk3 .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: 41%;
}
.cid-sH5Gk78Dk3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sH5Gk78Dk3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sH5Gk78Dk3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sH5Gk78Dk3 .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: 40%;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sH5Gk78Dk3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sH5Gk78Dk3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sH5Gk78Dk3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown-item.active,
.cid-sH5Gk78Dk3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sH5Gk78Dk3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sH5Gk78Dk3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sH5Gk78Dk3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sH5Gk78Dk3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sH5Gk78Dk3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sH5Gk78Dk3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .navbar {
    height: 70px;
  }
  .cid-sH5Gk78Dk3 .navbar.opened {
    height: auto;
  }
  .cid-sH5Gk78Dk3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svMGZ7Ygy3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .mbr-text {
  color: #767676;
}
.cid-svMGZ7Ygy3 .links {
  color: #6c758f;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .links {
    text-align: center !important;
  }
}
.cid-svMGZ7Ygy3 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #36187d;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svMGZ7Ygy3 .copyright > p {
  color: #6c758f;
}
.cid-sFWFrFS8Ws {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-sFWFrFS8Ws .mbr-section-title {
  color: #36187d;
}
.cid-sFWFrFS8Ws .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sFWFrFS8Ws .mbr-text {
  color: #36187d;
}
.cid-sFWFrFS8Ws .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sFWFrFS8Ws .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sFWFrFS8Ws .text-col {
  align-items: center;
  display: flex;
}
.cid-sFWFrFS8Ws .mbr-section-subtitle,
.cid-sFWFrFS8Ws .title-col {
  width: 100%;
}
.cid-sH5Gk78Dk3 {
  z-index: 1000;
  width: 100%;
}
.cid-sH5Gk78Dk3 nav.navbar {
  position: fixed;
}
.cid-sH5Gk78Dk3 .navbar-nav {
  margin: auto;
}
.cid-sH5Gk78Dk3 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sH5Gk78Dk3 .dropdown-item:hover,
.cid-sH5Gk78Dk3 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sH5Gk78Dk3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .navbar-short,
.cid-sH5Gk78Dk3 .opened {
  background: #f2f3f7 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar-short .nav-link,
.cid-sH5Gk78Dk3 .opened .nav-link,
.cid-sH5Gk78Dk3 .navbar-short .navbar-caption,
.cid-sH5Gk78Dk3 .opened .navbar-caption,
.cid-sH5Gk78Dk3 .navbar-short .mbr-iconfont,
.cid-sH5Gk78Dk3 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sH5Gk78Dk3 .navbar-short .hamburger span,
.cid-sH5Gk78Dk3 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sH5Gk78Dk3 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sH5Gk78Dk3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sH5Gk78Dk3 .container {
  display: flex;
  margin: auto;
}
.cid-sH5Gk78Dk3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown-menu,
.cid-sH5Gk78Dk3 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sH5Gk78Dk3 .nav-item:focus,
.cid-sH5Gk78Dk3 .nav-link:focus {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(242, 243, 247, 0);
}
.cid-sH5Gk78Dk3 .navbar.opened {
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sH5Gk78Dk3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sH5Gk78Dk3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar.collapsed {
  justify-content: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sH5Gk78Dk3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sH5Gk78Dk3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sH5Gk78Dk3 .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: 41%;
}
.cid-sH5Gk78Dk3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sH5Gk78Dk3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sH5Gk78Dk3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sH5Gk78Dk3 .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: 40%;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sH5Gk78Dk3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sH5Gk78Dk3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sH5Gk78Dk3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown-item.active,
.cid-sH5Gk78Dk3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sH5Gk78Dk3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sH5Gk78Dk3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sH5Gk78Dk3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sH5Gk78Dk3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sH5Gk78Dk3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sH5Gk78Dk3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .navbar {
    height: 70px;
  }
  .cid-sH5Gk78Dk3 .navbar.opened {
    height: auto;
  }
  .cid-sH5Gk78Dk3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFWvHsygug {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-sFWvHsygug .mbr-section-title {
  color: #36187d;
}
.cid-sFWvHsygug .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sFWvHsygug .mbr-text {
  color: #36187d;
}
.cid-sFWvHsygug .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sFWvHsygug .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sFWvHsygug .text-col {
  align-items: center;
  display: flex;
}
.cid-sFWvHsygug .mbr-section-subtitle,
.cid-sFWvHsygug .title-col {
  width: 100%;
}
.cid-sTap5P5pSg {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/new-suven-line.64-1.jpeg");
}
.cid-sTap5P5pSg .btn {
  border-radius: 10px;
  padding: 1rem 2rem;
  margin: 0.5rem;
}
.cid-sTap5P5pSg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sFWw51SnMn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sFWw51SnMn img,
.cid-sFWw51SnMn .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-sFWw51SnMn .item:focus,
.cid-sFWw51SnMn span:focus {
  outline: none;
}
.cid-sFWw51SnMn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFWw51SnMn .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #31363b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sFWw51SnMn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFWw51SnMn .mbr-section-title {
  color: #36187d;
  padding-bottom: 50px;
}
.cid-sFWw51SnMn .item-title {
  margin: 20px;
  color: #ffffff;
}
.cid-sHbEfUldkt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sHbEfUldkt img,
.cid-sHbEfUldkt .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-sHbEfUldkt .item:focus,
.cid-sHbEfUldkt span:focus {
  outline: none;
}
.cid-sHbEfUldkt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sHbEfUldkt .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #31363b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sHbEfUldkt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sHbEfUldkt .mbr-section-title {
  color: #36187d;
  padding-bottom: 50px;
}
.cid-sHbEfUldkt .item-title {
  margin: 20px;
  color: #ffffff;
}
.cid-svMGZ7Ygy3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .mbr-text {
  color: #767676;
}
.cid-svMGZ7Ygy3 .links {
  color: #6c758f;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .links {
    text-align: center !important;
  }
}
.cid-svMGZ7Ygy3 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #36187d;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svMGZ7Ygy3 .copyright > p {
  color: #6c758f;
}
.cid-sH5Gk78Dk3 {
  z-index: 1000;
  width: 100%;
}
.cid-sH5Gk78Dk3 nav.navbar {
  position: fixed;
}
.cid-sH5Gk78Dk3 .navbar-nav {
  margin: auto;
}
.cid-sH5Gk78Dk3 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sH5Gk78Dk3 .dropdown-item:hover,
.cid-sH5Gk78Dk3 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sH5Gk78Dk3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .navbar-short,
.cid-sH5Gk78Dk3 .opened {
  background: #f2f3f7 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar-short .nav-link,
.cid-sH5Gk78Dk3 .opened .nav-link,
.cid-sH5Gk78Dk3 .navbar-short .navbar-caption,
.cid-sH5Gk78Dk3 .opened .navbar-caption,
.cid-sH5Gk78Dk3 .navbar-short .mbr-iconfont,
.cid-sH5Gk78Dk3 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sH5Gk78Dk3 .navbar-short .hamburger span,
.cid-sH5Gk78Dk3 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sH5Gk78Dk3 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sH5Gk78Dk3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sH5Gk78Dk3 .container {
  display: flex;
  margin: auto;
}
.cid-sH5Gk78Dk3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown-menu,
.cid-sH5Gk78Dk3 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sH5Gk78Dk3 .nav-item:focus,
.cid-sH5Gk78Dk3 .nav-link:focus {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(242, 243, 247, 0);
}
.cid-sH5Gk78Dk3 .navbar.opened {
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sH5Gk78Dk3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sH5Gk78Dk3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar.collapsed {
  justify-content: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sH5Gk78Dk3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sH5Gk78Dk3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sH5Gk78Dk3 .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: 41%;
}
.cid-sH5Gk78Dk3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sH5Gk78Dk3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sH5Gk78Dk3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sH5Gk78Dk3 .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: 40%;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sH5Gk78Dk3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sH5Gk78Dk3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sH5Gk78Dk3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown-item.active,
.cid-sH5Gk78Dk3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sH5Gk78Dk3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sH5Gk78Dk3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sH5Gk78Dk3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sH5Gk78Dk3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sH5Gk78Dk3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sH5Gk78Dk3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .navbar {
    height: 70px;
  }
  .cid-sH5Gk78Dk3 .navbar.opened {
    height: auto;
  }
  .cid-sH5Gk78Dk3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGSFEIRV40 {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/caaw-with-room.50-2000x1125.jpeg");
}
.cid-sGSFEIRV40 .btn {
  margin: 0.2rem !important;
}
.cid-sGSFEIRV40 .row {
  justify-content: flex-end;
}
.cid-sGSFEIRV40 .mbr-text,
.cid-sGSFEIRV40 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sGSFEIRV40 H3 {
  color: #0196e3;
}
.cid-sGSFEIRV40 H1 {
  color: #36187d;
}
.cid-sTDq8gAz8U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f3f7;
}
.cid-sTDq8gAz8U .line {
  width: 100%;
  height: 2px;
  background: #17171A;
}
.cid-sTDq8gAz8U .item {
  width: 33rem;
  padding: 1rem 0;
  border-top: 1px solid #9b9ba5;
  margin: 0 1.2rem 2rem;
}
@media (max-width: 992px) {
  .cid-sTDq8gAz8U .item {
    width: 45%;
  }
  .cid-sTDq8gAz8U .item:nth-child(2n) {
    margin-right: 0.1rem;
  }
}
@media (max-width: 768px) {
  .cid-sTDq8gAz8U .item {
    width: 88%;
  }
}
@media (max-width: 600px) {
  .cid-sTDq8gAz8U .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sTDq8gAz8U .mbr-text {
  color: #31363b;
}
.cid-sTDq8gAz8U .mbr-section-subtitle {
  color: #9b9ba5;
}
.cid-sGHzimo3GL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sGHzimo3GL .title__block {
  margin-bottom: 40px;
}
.cid-sGHzimo3GL .mbr-text {
  margin-bottom: 0;
}
.cid-sGHzimo3GL .carousel-item {
  justify-content: center;
}
.cid-sGHzimo3GL .carousel-control-prev {
  left: -8%;
  justify-content: flex-start !important;
  width: 10%;
}
.cid-sGHzimo3GL .carousel-control-next {
  justify-content: flex-end !important;
  right: -8%;
  width: 10%;
}
.cid-sGHzimo3GL .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(25, 31, 35, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sGHzimo3GL .carousel-controls a:hover span {
  background: rgba(25, 31, 35, 0.6);
}
.cid-sGHzimo3GL .user_image {
  display: flex;
  width: 100%;
  height: 600px;
  margin: auto;
  perspective: 900px;
}
.cid-sGHzimo3GL .user_image img {
  transition: transform 0.5s;
  width: 100%;
  height: 95%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-sGHzimo3GL .user_image img:hover {
  transform: rotateX(-3deg);
}
@media (max-width: 1350px) {
  .cid-sGHzimo3GL .user {
    max-width: 87%;
  }
  .cid-sGHzimo3GL .carousel-control-prev {
    justify-content: center !important;
    left: -3%;
  }
  .cid-sGHzimo3GL .carousel-control-next {
    justify-content: center !important;
    right: -3%;
  }
}
@media (max-width: 991px) {
  .cid-sGHzimo3GL .user {
    max-width: 100%;
  }
  .cid-sGHzimo3GL .carousel-control-prev {
    left: -5%;
  }
  .cid-sGHzimo3GL .carousel-control-next {
    right: -5%;
  }
  .cid-sGHzimo3GL .user_image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-sGHzimo3GL .title__block {
    margin-bottom: 20px;
  }
  .cid-sGHzimo3GL .carousel-controls {
    display: none;
  }
}
.cid-sGHzimo3GL .mbr-section-title {
  color: #36187d;
}
.cid-sH5Gk78Dk3 {
  z-index: 1000;
  width: 100%;
}
.cid-sH5Gk78Dk3 nav.navbar {
  position: fixed;
}
.cid-sH5Gk78Dk3 .navbar-nav {
  margin: auto;
}
.cid-sH5Gk78Dk3 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sH5Gk78Dk3 .dropdown-item:hover,
.cid-sH5Gk78Dk3 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sH5Gk78Dk3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sH5Gk78Dk3 .navbar-short,
.cid-sH5Gk78Dk3 .opened {
  background: #f2f3f7 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar-short .nav-link,
.cid-sH5Gk78Dk3 .opened .nav-link,
.cid-sH5Gk78Dk3 .navbar-short .navbar-caption,
.cid-sH5Gk78Dk3 .opened .navbar-caption,
.cid-sH5Gk78Dk3 .navbar-short .mbr-iconfont,
.cid-sH5Gk78Dk3 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sH5Gk78Dk3 .navbar-short .hamburger span,
.cid-sH5Gk78Dk3 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sH5Gk78Dk3 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sH5Gk78Dk3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sH5Gk78Dk3 .container {
  display: flex;
  margin: auto;
}
.cid-sH5Gk78Dk3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown-menu,
.cid-sH5Gk78Dk3 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sH5Gk78Dk3 .nav-item:focus,
.cid-sH5Gk78Dk3 .nav-link:focus {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sH5Gk78Dk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sH5Gk78Dk3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(242, 243, 247, 0);
}
.cid-sH5Gk78Dk3 .navbar.opened {
  transition: all 0.3s;
}
.cid-sH5Gk78Dk3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sH5Gk78Dk3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sH5Gk78Dk3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar.collapsed {
  justify-content: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sH5Gk78Dk3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sH5Gk78Dk3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sH5Gk78Dk3 .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: 41%;
}
.cid-sH5Gk78Dk3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sH5Gk78Dk3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sH5Gk78Dk3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sH5Gk78Dk3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sH5Gk78Dk3 .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: 40%;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sH5Gk78Dk3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sH5Gk78Dk3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sH5Gk78Dk3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sH5Gk78Dk3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sH5Gk78Dk3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sH5Gk78Dk3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sH5Gk78Dk3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sH5Gk78Dk3 .dropdown-item.active,
.cid-sH5Gk78Dk3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sH5Gk78Dk3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sH5Gk78Dk3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sH5Gk78Dk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sH5Gk78Dk3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sH5Gk78Dk3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sH5Gk78Dk3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sH5Gk78Dk3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH5Gk78Dk3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sH5Gk78Dk3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH5Gk78Dk3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sH5Gk78Dk3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sH5Gk78Dk3 .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-sH5Gk78Dk3 .navbar {
    height: 70px;
  }
  .cid-sH5Gk78Dk3 .navbar.opened {
    height: auto;
  }
  .cid-sH5Gk78Dk3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
