.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  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: 2.08rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.82rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.56rem + (2.6 - 1.56) * ((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: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((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: #000000 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #e43f3f !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #e43f3f;
  color: #e43f3f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: #b31919 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #000000 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #e43f3f !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #a61717 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e43f3f;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fdf2f2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Raleway', 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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Raleway', 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: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%23000000' %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-uQizLAne3s {
  z-index: 1000;
  width: 100%;
}
.cid-uQizLAne3s nav.navbar {
  position: fixed;
}
.cid-uQizLAne3s .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-uQizLAne3s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQizLAne3s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQizLAne3s .dropdown-item:hover,
.cid-uQizLAne3s .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uQizLAne3s .dropdown-item:hover span {
  color: white;
}
.cid-uQizLAne3s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQizLAne3s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQizLAne3s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQizLAne3s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQizLAne3s .nav-link {
  position: relative;
}
.cid-uQizLAne3s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uQizLAne3s .container {
    flex-wrap: nowrap;
  }
}
.cid-uQizLAne3s .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQizLAne3s .dropdown-menu,
.cid-uQizLAne3s .navbar.opened {
  background: #ffffff !important;
}
.cid-uQizLAne3s .nav-item:focus,
.cid-uQizLAne3s .nav-link:focus {
  outline: none;
}
.cid-uQizLAne3s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQizLAne3s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQizLAne3s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQizLAne3s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQizLAne3s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQizLAne3s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQizLAne3s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uQizLAne3s .navbar.opened {
  transition: all 0.3s;
}
.cid-uQizLAne3s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQizLAne3s .navbar .navbar-logo img {
  width: auto;
}
.cid-uQizLAne3s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQizLAne3s .navbar.collapsed {
  justify-content: center;
}
.cid-uQizLAne3s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQizLAne3s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQizLAne3s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQizLAne3s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQizLAne3s .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-uQizLAne3s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQizLAne3s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQizLAne3s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQizLAne3s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQizLAne3s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQizLAne3s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQizLAne3s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQizLAne3s .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-uQizLAne3s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQizLAne3s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQizLAne3s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQizLAne3s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQizLAne3s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQizLAne3s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uQizLAne3s .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uQizLAne3s .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQizLAne3s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQizLAne3s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQizLAne3s .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-uQizLAne3s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQizLAne3s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQizLAne3s .dropdown-item.active,
.cid-uQizLAne3s .dropdown-item:active {
  background-color: transparent;
}
.cid-uQizLAne3s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQizLAne3s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQizLAne3s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQizLAne3s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQizLAne3s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQizLAne3s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQizLAne3s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQizLAne3s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQizLAne3s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQizLAne3s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQizLAne3s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQizLAne3s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQizLAne3s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQizLAne3s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQizLAne3s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQizLAne3s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQizLAne3s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQizLAne3s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQizLAne3s .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQizLAne3s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQizLAne3s .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-uQizLAne3s .navbar {
    height: 70px;
  }
  .cid-uQizLAne3s .navbar.opened {
    height: auto;
  }
  .cid-uQizLAne3s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUTPerW5Te {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/andika-christian-0g9shxci4og-unsplash.jpg-1-2000x1333.jpg");
}
.cid-uUTPerW5Te .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUTPerW5Te .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUTPerW5Te .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uUTPerW5Te .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uUTPerW5Te .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUTPerW5Te .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uUTPerW5Te .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uUTPerW5Te .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uUTPerW5Te .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uUTPerW5Te .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uUTPerW5Te .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUTPerW5Te .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uUTVEBB1xT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUTVEBB1xT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUTVEBB1xT .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUTVEBB1xT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUTVEBB1xT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUTVEBB1xT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUTVEBB1xT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUTVEBB1xT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .mbr-text {
  color: #000000;
}
.cid-uQizLAne3s {
  z-index: 1000;
  width: 100%;
}
.cid-uQizLAne3s nav.navbar {
  position: fixed;
}
.cid-uQizLAne3s .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-uQizLAne3s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQizLAne3s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQizLAne3s .dropdown-item:hover,
.cid-uQizLAne3s .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uQizLAne3s .dropdown-item:hover span {
  color: white;
}
.cid-uQizLAne3s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQizLAne3s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQizLAne3s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQizLAne3s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQizLAne3s .nav-link {
  position: relative;
}
.cid-uQizLAne3s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uQizLAne3s .container {
    flex-wrap: nowrap;
  }
}
.cid-uQizLAne3s .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQizLAne3s .dropdown-menu,
.cid-uQizLAne3s .navbar.opened {
  background: #ffffff !important;
}
.cid-uQizLAne3s .nav-item:focus,
.cid-uQizLAne3s .nav-link:focus {
  outline: none;
}
.cid-uQizLAne3s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQizLAne3s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQizLAne3s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQizLAne3s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQizLAne3s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQizLAne3s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQizLAne3s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uQizLAne3s .navbar.opened {
  transition: all 0.3s;
}
.cid-uQizLAne3s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQizLAne3s .navbar .navbar-logo img {
  width: auto;
}
.cid-uQizLAne3s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQizLAne3s .navbar.collapsed {
  justify-content: center;
}
.cid-uQizLAne3s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQizLAne3s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQizLAne3s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQizLAne3s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQizLAne3s .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-uQizLAne3s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQizLAne3s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQizLAne3s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQizLAne3s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQizLAne3s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQizLAne3s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQizLAne3s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQizLAne3s .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-uQizLAne3s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQizLAne3s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQizLAne3s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQizLAne3s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQizLAne3s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQizLAne3s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uQizLAne3s .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uQizLAne3s .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQizLAne3s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQizLAne3s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQizLAne3s .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-uQizLAne3s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQizLAne3s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQizLAne3s .dropdown-item.active,
.cid-uQizLAne3s .dropdown-item:active {
  background-color: transparent;
}
.cid-uQizLAne3s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQizLAne3s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQizLAne3s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQizLAne3s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQizLAne3s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQizLAne3s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQizLAne3s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQizLAne3s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQizLAne3s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQizLAne3s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQizLAne3s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQizLAne3s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQizLAne3s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQizLAne3s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQizLAne3s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQizLAne3s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQizLAne3s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQizLAne3s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQizLAne3s .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQizLAne3s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQizLAne3s .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-uQizLAne3s .navbar {
    height: 70px;
  }
  .cid-uQizLAne3s .navbar.opened {
    height: auto;
  }
  .cid-uQizLAne3s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUOfDgq70n {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/andika-christian-0g9shxci4og-unsplash.jpg-1-2000x1333.jpg");
}
.cid-uUOfDgq70n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUOfDgq70n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUOcJJZTpg {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uUOcJJZTpg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUOcJJZTpg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUOcJJZTpg .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uUOcJJZTpg .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uUOcJJZTpg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUOcJJZTpg .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uUOcJJZTpg .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uUOcJJZTpg .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uUOcJJZTpg .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uUOcJJZTpg .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uUOcJJZTpg .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUOcJJZTpg .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uUTVEBB1xT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUTVEBB1xT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUTVEBB1xT .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUTVEBB1xT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUTVEBB1xT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUTVEBB1xT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUTVEBB1xT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUTVEBB1xT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .mbr-text {
  color: #000000;
}
.cid-uQizLAne3s {
  z-index: 1000;
  width: 100%;
}
.cid-uQizLAne3s nav.navbar {
  position: fixed;
}
.cid-uQizLAne3s .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-uQizLAne3s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQizLAne3s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQizLAne3s .dropdown-item:hover,
.cid-uQizLAne3s .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uQizLAne3s .dropdown-item:hover span {
  color: white;
}
.cid-uQizLAne3s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQizLAne3s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQizLAne3s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQizLAne3s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQizLAne3s .nav-link {
  position: relative;
}
.cid-uQizLAne3s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uQizLAne3s .container {
    flex-wrap: nowrap;
  }
}
.cid-uQizLAne3s .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQizLAne3s .dropdown-menu,
.cid-uQizLAne3s .navbar.opened {
  background: #ffffff !important;
}
.cid-uQizLAne3s .nav-item:focus,
.cid-uQizLAne3s .nav-link:focus {
  outline: none;
}
.cid-uQizLAne3s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQizLAne3s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQizLAne3s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQizLAne3s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQizLAne3s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQizLAne3s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQizLAne3s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uQizLAne3s .navbar.opened {
  transition: all 0.3s;
}
.cid-uQizLAne3s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQizLAne3s .navbar .navbar-logo img {
  width: auto;
}
.cid-uQizLAne3s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQizLAne3s .navbar.collapsed {
  justify-content: center;
}
.cid-uQizLAne3s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQizLAne3s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQizLAne3s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQizLAne3s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQizLAne3s .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-uQizLAne3s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQizLAne3s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQizLAne3s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQizLAne3s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQizLAne3s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQizLAne3s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQizLAne3s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQizLAne3s .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-uQizLAne3s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQizLAne3s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQizLAne3s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQizLAne3s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQizLAne3s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQizLAne3s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uQizLAne3s .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uQizLAne3s .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQizLAne3s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQizLAne3s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQizLAne3s .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-uQizLAne3s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQizLAne3s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQizLAne3s .dropdown-item.active,
.cid-uQizLAne3s .dropdown-item:active {
  background-color: transparent;
}
.cid-uQizLAne3s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQizLAne3s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQizLAne3s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQizLAne3s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQizLAne3s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQizLAne3s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQizLAne3s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQizLAne3s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQizLAne3s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQizLAne3s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQizLAne3s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQizLAne3s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQizLAne3s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQizLAne3s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQizLAne3s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQizLAne3s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQizLAne3s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQizLAne3s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQizLAne3s .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQizLAne3s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQizLAne3s .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-uQizLAne3s .navbar {
    height: 70px;
  }
  .cid-uQizLAne3s .navbar.opened {
    height: auto;
  }
  .cid-uQizLAne3s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQiv1J448Z {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/4.jpg-1536x750.jpg");
}
.cid-uQiv1J448Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQiv1J448Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQiv1J448Z .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uQiv1J448Z .currentcost {
  color: #232323;
}
.cid-uQiv1J448Z .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uQiv1J448Z .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uQiv1J448Z .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQiv1J448Z .text-box {
    padding: 1rem;
  }
}
.cid-uQiv1J448Z .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQixtQyCEn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQixtQyCEn .mbr-text {
  text-align: center;
}
.cid-uQinUnShlS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQioyEC4Cl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQipMsBwtx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUTVEBB1xT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUTVEBB1xT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUTVEBB1xT .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUTVEBB1xT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUTVEBB1xT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUTVEBB1xT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUTVEBB1xT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUTVEBB1xT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .mbr-text {
  color: #000000;
}
.cid-uQoBgh0IfZ {
  z-index: 1000;
  width: 100%;
}
.cid-uQoBgh0IfZ nav.navbar {
  position: fixed;
}
.cid-uQoBgh0IfZ .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-uQoBgh0IfZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQoBgh0IfZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQoBgh0IfZ .dropdown-item:hover,
.cid-uQoBgh0IfZ .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uQoBgh0IfZ .dropdown-item:hover span {
  color: white;
}
.cid-uQoBgh0IfZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQoBgh0IfZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQoBgh0IfZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQoBgh0IfZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQoBgh0IfZ .nav-link {
  position: relative;
}
.cid-uQoBgh0IfZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uQoBgh0IfZ .container {
    flex-wrap: nowrap;
  }
}
.cid-uQoBgh0IfZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQoBgh0IfZ .dropdown-menu,
.cid-uQoBgh0IfZ .navbar.opened {
  background: #ffffff !important;
}
.cid-uQoBgh0IfZ .nav-item:focus,
.cid-uQoBgh0IfZ .nav-link:focus {
  outline: none;
}
.cid-uQoBgh0IfZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQoBgh0IfZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQoBgh0IfZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQoBgh0IfZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQoBgh0IfZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQoBgh0IfZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQoBgh0IfZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uQoBgh0IfZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uQoBgh0IfZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQoBgh0IfZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uQoBgh0IfZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQoBgh0IfZ .navbar.collapsed {
  justify-content: center;
}
.cid-uQoBgh0IfZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQoBgh0IfZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQoBgh0IfZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQoBgh0IfZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQoBgh0IfZ .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-uQoBgh0IfZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQoBgh0IfZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQoBgh0IfZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQoBgh0IfZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQoBgh0IfZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQoBgh0IfZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQoBgh0IfZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQoBgh0IfZ .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-uQoBgh0IfZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQoBgh0IfZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQoBgh0IfZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQoBgh0IfZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQoBgh0IfZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQoBgh0IfZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uQoBgh0IfZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uQoBgh0IfZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQoBgh0IfZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQoBgh0IfZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQoBgh0IfZ .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-uQoBgh0IfZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQoBgh0IfZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQoBgh0IfZ .dropdown-item.active,
.cid-uQoBgh0IfZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uQoBgh0IfZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQoBgh0IfZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQoBgh0IfZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQoBgh0IfZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQoBgh0IfZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQoBgh0IfZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQoBgh0IfZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQoBgh0IfZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQoBgh0IfZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQoBgh0IfZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQoBgh0IfZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQoBgh0IfZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQoBgh0IfZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQoBgh0IfZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQoBgh0IfZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQoBgh0IfZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQoBgh0IfZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQoBgh0IfZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQoBgh0IfZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQoBgh0IfZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQoBgh0IfZ .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-uQoBgh0IfZ .navbar {
    height: 70px;
  }
  .cid-uQoBgh0IfZ .navbar.opened {
    height: auto;
  }
  .cid-uQoBgh0IfZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQoBghfW0C {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/4.jpg-1536x750.jpg");
}
.cid-uQoBghfW0C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQoBghfW0C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQoBghfW0C .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uQoBghfW0C .currentcost {
  color: #232323;
}
.cid-uQoBghfW0C .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uQoBghfW0C .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uQoBghfW0C .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQoBghfW0C .text-box {
    padding: 1rem;
  }
}
.cid-uQoBghfW0C .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQoBghu1xn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQoBghu1xn .mbr-text {
  text-align: center;
}
.cid-uQoBghGriE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQoBghTSeT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQoBgi7bvP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUTVEBB1xT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUTVEBB1xT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUTVEBB1xT .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUTVEBB1xT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUTVEBB1xT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUTVEBB1xT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUTVEBB1xT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUTVEBB1xT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .mbr-text {
  color: #000000;
}
.cid-uUOGbh3GW2 {
  z-index: 1000;
  width: 100%;
}
.cid-uUOGbh3GW2 nav.navbar {
  position: fixed;
}
.cid-uUOGbh3GW2 .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-uUOGbh3GW2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUOGbh3GW2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUOGbh3GW2 .dropdown-item:hover,
.cid-uUOGbh3GW2 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uUOGbh3GW2 .dropdown-item:hover span {
  color: white;
}
.cid-uUOGbh3GW2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUOGbh3GW2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUOGbh3GW2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUOGbh3GW2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUOGbh3GW2 .nav-link {
  position: relative;
}
.cid-uUOGbh3GW2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUOGbh3GW2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uUOGbh3GW2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUOGbh3GW2 .dropdown-menu,
.cid-uUOGbh3GW2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uUOGbh3GW2 .nav-item:focus,
.cid-uUOGbh3GW2 .nav-link:focus {
  outline: none;
}
.cid-uUOGbh3GW2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUOGbh3GW2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUOGbh3GW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUOGbh3GW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUOGbh3GW2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUOGbh3GW2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUOGbh3GW2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUOGbh3GW2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uUOGbh3GW2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUOGbh3GW2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uUOGbh3GW2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUOGbh3GW2 .navbar.collapsed {
  justify-content: center;
}
.cid-uUOGbh3GW2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUOGbh3GW2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUOGbh3GW2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUOGbh3GW2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUOGbh3GW2 .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-uUOGbh3GW2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUOGbh3GW2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUOGbh3GW2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUOGbh3GW2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUOGbh3GW2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUOGbh3GW2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUOGbh3GW2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUOGbh3GW2 .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-uUOGbh3GW2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUOGbh3GW2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUOGbh3GW2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUOGbh3GW2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUOGbh3GW2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUOGbh3GW2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUOGbh3GW2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uUOGbh3GW2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUOGbh3GW2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUOGbh3GW2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUOGbh3GW2 .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-uUOGbh3GW2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUOGbh3GW2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUOGbh3GW2 .dropdown-item.active,
.cid-uUOGbh3GW2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUOGbh3GW2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUOGbh3GW2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUOGbh3GW2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUOGbh3GW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUOGbh3GW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUOGbh3GW2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUOGbh3GW2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUOGbh3GW2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUOGbh3GW2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUOGbh3GW2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUOGbh3GW2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUOGbh3GW2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUOGbh3GW2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUOGbh3GW2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUOGbh3GW2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUOGbh3GW2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUOGbh3GW2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUOGbh3GW2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUOGbh3GW2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUOGbh3GW2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUOGbh3GW2 .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-uUOGbh3GW2 .navbar {
    height: 70px;
  }
  .cid-uUOGbh3GW2 .navbar.opened {
    height: auto;
  }
  .cid-uUOGbh3GW2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUOGbhzkp5 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/andika-christian-0g9shxci4og-unsplash.jpg-1-2000x1333.jpg");
}
.cid-uUOGbhzkp5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUOGbhzkp5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUOGbhOc56 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uUOGbhOc56 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUOGbhOc56 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUOGbhOc56 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uUOGbhOc56 .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uUOGbhOc56 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUOGbhOc56 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uUOGbhOc56 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uUOGbhOc56 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uUOGbhOc56 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uUOGbhOc56 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uUOGbhOc56 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUOGbhOc56 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uUTVEBB1xT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUTVEBB1xT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUTVEBB1xT .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUTVEBB1xT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUTVEBB1xT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUTVEBB1xT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUTVEBB1xT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUTVEBB1xT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .mbr-text {
  color: #000000;
}
.cid-uUORBtVPDL {
  z-index: 1000;
  width: 100%;
}
.cid-uUORBtVPDL nav.navbar {
  position: fixed;
}
.cid-uUORBtVPDL .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-uUORBtVPDL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUORBtVPDL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUORBtVPDL .dropdown-item:hover,
.cid-uUORBtVPDL .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uUORBtVPDL .dropdown-item:hover span {
  color: white;
}
.cid-uUORBtVPDL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUORBtVPDL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUORBtVPDL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUORBtVPDL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUORBtVPDL .nav-link {
  position: relative;
}
.cid-uUORBtVPDL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUORBtVPDL .container {
    flex-wrap: nowrap;
  }
}
.cid-uUORBtVPDL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUORBtVPDL .dropdown-menu,
.cid-uUORBtVPDL .navbar.opened {
  background: #ffffff !important;
}
.cid-uUORBtVPDL .nav-item:focus,
.cid-uUORBtVPDL .nav-link:focus {
  outline: none;
}
.cid-uUORBtVPDL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUORBtVPDL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUORBtVPDL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUORBtVPDL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUORBtVPDL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUORBtVPDL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUORBtVPDL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUORBtVPDL .navbar.opened {
  transition: all 0.3s;
}
.cid-uUORBtVPDL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUORBtVPDL .navbar .navbar-logo img {
  width: auto;
}
.cid-uUORBtVPDL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUORBtVPDL .navbar.collapsed {
  justify-content: center;
}
.cid-uUORBtVPDL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUORBtVPDL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUORBtVPDL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUORBtVPDL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUORBtVPDL .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-uUORBtVPDL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUORBtVPDL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUORBtVPDL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUORBtVPDL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUORBtVPDL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUORBtVPDL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUORBtVPDL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUORBtVPDL .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-uUORBtVPDL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUORBtVPDL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUORBtVPDL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUORBtVPDL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUORBtVPDL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUORBtVPDL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUORBtVPDL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uUORBtVPDL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUORBtVPDL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUORBtVPDL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUORBtVPDL .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-uUORBtVPDL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUORBtVPDL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUORBtVPDL .dropdown-item.active,
.cid-uUORBtVPDL .dropdown-item:active {
  background-color: transparent;
}
.cid-uUORBtVPDL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUORBtVPDL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUORBtVPDL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUORBtVPDL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUORBtVPDL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUORBtVPDL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUORBtVPDL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUORBtVPDL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUORBtVPDL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUORBtVPDL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUORBtVPDL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUORBtVPDL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUORBtVPDL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUORBtVPDL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUORBtVPDL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUORBtVPDL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUORBtVPDL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUORBtVPDL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUORBtVPDL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUORBtVPDL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUORBtVPDL .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-uUORBtVPDL .navbar {
    height: 70px;
  }
  .cid-uUORBtVPDL .navbar.opened {
    height: auto;
  }
  .cid-uUORBtVPDL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUORBuI3va {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/andika-christian-0g9shxci4og-unsplash.jpg-1-2000x1333.jpg");
}
.cid-uUORBuI3va .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUORBuI3va .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUORBv3HrR {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uUORBv3HrR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUORBv3HrR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUORBv3HrR .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uUORBv3HrR .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uUORBv3HrR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUORBv3HrR .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uUORBv3HrR .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uUORBv3HrR .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uUORBv3HrR .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uUORBv3HrR .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uUORBv3HrR .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUORBv3HrR .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uUTVEBB1xT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUTVEBB1xT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUTVEBB1xT .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUTVEBB1xT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUTVEBB1xT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUTVEBB1xT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUTVEBB1xT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUTVEBB1xT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .mbr-text {
  color: #000000;
}
.cid-uUORDeU2Xo {
  z-index: 1000;
  width: 100%;
}
.cid-uUORDeU2Xo nav.navbar {
  position: fixed;
}
.cid-uUORDeU2Xo .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-uUORDeU2Xo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUORDeU2Xo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUORDeU2Xo .dropdown-item:hover,
.cid-uUORDeU2Xo .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uUORDeU2Xo .dropdown-item:hover span {
  color: white;
}
.cid-uUORDeU2Xo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUORDeU2Xo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUORDeU2Xo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUORDeU2Xo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUORDeU2Xo .nav-link {
  position: relative;
}
.cid-uUORDeU2Xo .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUORDeU2Xo .container {
    flex-wrap: nowrap;
  }
}
.cid-uUORDeU2Xo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUORDeU2Xo .dropdown-menu,
.cid-uUORDeU2Xo .navbar.opened {
  background: #ffffff !important;
}
.cid-uUORDeU2Xo .nav-item:focus,
.cid-uUORDeU2Xo .nav-link:focus {
  outline: none;
}
.cid-uUORDeU2Xo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUORDeU2Xo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUORDeU2Xo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUORDeU2Xo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUORDeU2Xo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUORDeU2Xo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUORDeU2Xo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUORDeU2Xo .navbar.opened {
  transition: all 0.3s;
}
.cid-uUORDeU2Xo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUORDeU2Xo .navbar .navbar-logo img {
  width: auto;
}
.cid-uUORDeU2Xo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUORDeU2Xo .navbar.collapsed {
  justify-content: center;
}
.cid-uUORDeU2Xo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUORDeU2Xo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUORDeU2Xo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUORDeU2Xo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUORDeU2Xo .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-uUORDeU2Xo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUORDeU2Xo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUORDeU2Xo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUORDeU2Xo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUORDeU2Xo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUORDeU2Xo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUORDeU2Xo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUORDeU2Xo .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-uUORDeU2Xo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUORDeU2Xo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUORDeU2Xo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUORDeU2Xo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUORDeU2Xo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUORDeU2Xo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUORDeU2Xo .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uUORDeU2Xo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUORDeU2Xo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUORDeU2Xo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUORDeU2Xo .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-uUORDeU2Xo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUORDeU2Xo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUORDeU2Xo .dropdown-item.active,
.cid-uUORDeU2Xo .dropdown-item:active {
  background-color: transparent;
}
.cid-uUORDeU2Xo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUORDeU2Xo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUORDeU2Xo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUORDeU2Xo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUORDeU2Xo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUORDeU2Xo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUORDeU2Xo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUORDeU2Xo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUORDeU2Xo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUORDeU2Xo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUORDeU2Xo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUORDeU2Xo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUORDeU2Xo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUORDeU2Xo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUORDeU2Xo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUORDeU2Xo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUORDeU2Xo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUORDeU2Xo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUORDeU2Xo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUORDeU2Xo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUORDeU2Xo .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-uUORDeU2Xo .navbar {
    height: 70px;
  }
  .cid-uUORDeU2Xo .navbar.opened {
    height: auto;
  }
  .cid-uUORDeU2Xo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUORDflw7k {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/andika-christian-0g9shxci4og-unsplash.jpg-1-2000x1333.jpg");
}
.cid-uUORDflw7k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUORDflw7k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUORDfw7JB {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uUORDfw7JB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUORDfw7JB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUORDfw7JB .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uUORDfw7JB .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uUORDfw7JB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUORDfw7JB .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uUORDfw7JB .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uUORDfw7JB .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uUORDfw7JB .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uUORDfw7JB .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uUORDfw7JB .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUORDfw7JB .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uUTVEBB1xT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUTVEBB1xT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUTVEBB1xT .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUTVEBB1xT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUTVEBB1xT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUTVEBB1xT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUTVEBB1xT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUTVEBB1xT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .mbr-text {
  color: #000000;
}
.cid-uUORFbI6MU {
  z-index: 1000;
  width: 100%;
}
.cid-uUORFbI6MU nav.navbar {
  position: fixed;
}
.cid-uUORFbI6MU .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-uUORFbI6MU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUORFbI6MU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUORFbI6MU .dropdown-item:hover,
.cid-uUORFbI6MU .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uUORFbI6MU .dropdown-item:hover span {
  color: white;
}
.cid-uUORFbI6MU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUORFbI6MU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUORFbI6MU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUORFbI6MU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUORFbI6MU .nav-link {
  position: relative;
}
.cid-uUORFbI6MU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUORFbI6MU .container {
    flex-wrap: nowrap;
  }
}
.cid-uUORFbI6MU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUORFbI6MU .dropdown-menu,
.cid-uUORFbI6MU .navbar.opened {
  background: #ffffff !important;
}
.cid-uUORFbI6MU .nav-item:focus,
.cid-uUORFbI6MU .nav-link:focus {
  outline: none;
}
.cid-uUORFbI6MU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUORFbI6MU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUORFbI6MU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUORFbI6MU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUORFbI6MU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUORFbI6MU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUORFbI6MU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUORFbI6MU .navbar.opened {
  transition: all 0.3s;
}
.cid-uUORFbI6MU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUORFbI6MU .navbar .navbar-logo img {
  width: auto;
}
.cid-uUORFbI6MU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUORFbI6MU .navbar.collapsed {
  justify-content: center;
}
.cid-uUORFbI6MU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUORFbI6MU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUORFbI6MU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUORFbI6MU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUORFbI6MU .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-uUORFbI6MU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUORFbI6MU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUORFbI6MU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUORFbI6MU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUORFbI6MU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUORFbI6MU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUORFbI6MU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUORFbI6MU .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-uUORFbI6MU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUORFbI6MU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUORFbI6MU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUORFbI6MU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUORFbI6MU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUORFbI6MU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUORFbI6MU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uUORFbI6MU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUORFbI6MU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUORFbI6MU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUORFbI6MU .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-uUORFbI6MU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUORFbI6MU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUORFbI6MU .dropdown-item.active,
.cid-uUORFbI6MU .dropdown-item:active {
  background-color: transparent;
}
.cid-uUORFbI6MU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUORFbI6MU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUORFbI6MU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUORFbI6MU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUORFbI6MU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUORFbI6MU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUORFbI6MU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUORFbI6MU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUORFbI6MU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUORFbI6MU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUORFbI6MU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUORFbI6MU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUORFbI6MU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUORFbI6MU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUORFbI6MU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUORFbI6MU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUORFbI6MU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUORFbI6MU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUORFbI6MU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUORFbI6MU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUORFbI6MU .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-uUORFbI6MU .navbar {
    height: 70px;
  }
  .cid-uUORFbI6MU .navbar.opened {
    height: auto;
  }
  .cid-uUORFbI6MU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUORFc3Doz {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/andika-christian-0g9shxci4og-unsplash.jpg-1-2000x1333.jpg");
}
.cid-uUORFc3Doz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUORFc3Doz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUORFcdp4h {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uUORFcdp4h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUORFcdp4h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUORFcdp4h .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uUORFcdp4h .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uUORFcdp4h .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUORFcdp4h .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uUORFcdp4h .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uUORFcdp4h .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uUORFcdp4h .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uUORFcdp4h .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uUORFcdp4h .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUORFcdp4h .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uUTVEBB1xT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUTVEBB1xT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUTVEBB1xT .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUTVEBB1xT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUTVEBB1xT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUTVEBB1xT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUTVEBB1xT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUTVEBB1xT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .mbr-text {
  color: #000000;
}
.cid-uUORGyYWGN {
  z-index: 1000;
  width: 100%;
}
.cid-uUORGyYWGN nav.navbar {
  position: fixed;
}
.cid-uUORGyYWGN .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-uUORGyYWGN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUORGyYWGN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUORGyYWGN .dropdown-item:hover,
.cid-uUORGyYWGN .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uUORGyYWGN .dropdown-item:hover span {
  color: white;
}
.cid-uUORGyYWGN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUORGyYWGN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUORGyYWGN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUORGyYWGN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUORGyYWGN .nav-link {
  position: relative;
}
.cid-uUORGyYWGN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUORGyYWGN .container {
    flex-wrap: nowrap;
  }
}
.cid-uUORGyYWGN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUORGyYWGN .dropdown-menu,
.cid-uUORGyYWGN .navbar.opened {
  background: #ffffff !important;
}
.cid-uUORGyYWGN .nav-item:focus,
.cid-uUORGyYWGN .nav-link:focus {
  outline: none;
}
.cid-uUORGyYWGN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUORGyYWGN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUORGyYWGN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUORGyYWGN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUORGyYWGN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUORGyYWGN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUORGyYWGN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUORGyYWGN .navbar.opened {
  transition: all 0.3s;
}
.cid-uUORGyYWGN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUORGyYWGN .navbar .navbar-logo img {
  width: auto;
}
.cid-uUORGyYWGN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUORGyYWGN .navbar.collapsed {
  justify-content: center;
}
.cid-uUORGyYWGN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUORGyYWGN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUORGyYWGN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUORGyYWGN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUORGyYWGN .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-uUORGyYWGN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUORGyYWGN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUORGyYWGN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUORGyYWGN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUORGyYWGN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUORGyYWGN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUORGyYWGN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUORGyYWGN .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-uUORGyYWGN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUORGyYWGN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUORGyYWGN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUORGyYWGN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUORGyYWGN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUORGyYWGN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUORGyYWGN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uUORGyYWGN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUORGyYWGN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUORGyYWGN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUORGyYWGN .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-uUORGyYWGN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUORGyYWGN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUORGyYWGN .dropdown-item.active,
.cid-uUORGyYWGN .dropdown-item:active {
  background-color: transparent;
}
.cid-uUORGyYWGN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUORGyYWGN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUORGyYWGN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUORGyYWGN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUORGyYWGN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUORGyYWGN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUORGyYWGN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUORGyYWGN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUORGyYWGN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUORGyYWGN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUORGyYWGN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUORGyYWGN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUORGyYWGN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUORGyYWGN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUORGyYWGN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUORGyYWGN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUORGyYWGN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUORGyYWGN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUORGyYWGN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUORGyYWGN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUORGyYWGN .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-uUORGyYWGN .navbar {
    height: 70px;
  }
  .cid-uUORGyYWGN .navbar.opened {
    height: auto;
  }
  .cid-uUORGyYWGN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUORGzqnYY {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/andika-christian-0g9shxci4og-unsplash.jpg-1-2000x1333.jpg");
}
.cid-uUORGzqnYY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUORGzqnYY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUORGzCZ44 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uUORGzCZ44 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUORGzCZ44 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUORGzCZ44 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uUORGzCZ44 .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uUORGzCZ44 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUORGzCZ44 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uUORGzCZ44 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uUORGzCZ44 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uUORGzCZ44 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uUORGzCZ44 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uUORGzCZ44 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUORGzCZ44 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uUTVEBB1xT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUTVEBB1xT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUTVEBB1xT .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUTVEBB1xT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUTVEBB1xT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUTVEBB1xT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUTVEBB1xT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUTVEBB1xT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .mbr-text {
  color: #000000;
}
.cid-uUOS4FmDn8 {
  z-index: 1000;
  width: 100%;
}
.cid-uUOS4FmDn8 nav.navbar {
  position: fixed;
}
.cid-uUOS4FmDn8 .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-uUOS4FmDn8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUOS4FmDn8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUOS4FmDn8 .dropdown-item:hover,
.cid-uUOS4FmDn8 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uUOS4FmDn8 .dropdown-item:hover span {
  color: white;
}
.cid-uUOS4FmDn8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUOS4FmDn8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUOS4FmDn8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUOS4FmDn8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUOS4FmDn8 .nav-link {
  position: relative;
}
.cid-uUOS4FmDn8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUOS4FmDn8 .container {
    flex-wrap: nowrap;
  }
}
.cid-uUOS4FmDn8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUOS4FmDn8 .dropdown-menu,
.cid-uUOS4FmDn8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uUOS4FmDn8 .nav-item:focus,
.cid-uUOS4FmDn8 .nav-link:focus {
  outline: none;
}
.cid-uUOS4FmDn8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUOS4FmDn8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUOS4FmDn8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUOS4FmDn8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUOS4FmDn8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUOS4FmDn8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUOS4FmDn8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUOS4FmDn8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uUOS4FmDn8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUOS4FmDn8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uUOS4FmDn8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUOS4FmDn8 .navbar.collapsed {
  justify-content: center;
}
.cid-uUOS4FmDn8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUOS4FmDn8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUOS4FmDn8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUOS4FmDn8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUOS4FmDn8 .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-uUOS4FmDn8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUOS4FmDn8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUOS4FmDn8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUOS4FmDn8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUOS4FmDn8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUOS4FmDn8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUOS4FmDn8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUOS4FmDn8 .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-uUOS4FmDn8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUOS4FmDn8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUOS4FmDn8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUOS4FmDn8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUOS4FmDn8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUOS4FmDn8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUOS4FmDn8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uUOS4FmDn8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUOS4FmDn8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUOS4FmDn8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUOS4FmDn8 .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-uUOS4FmDn8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUOS4FmDn8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUOS4FmDn8 .dropdown-item.active,
.cid-uUOS4FmDn8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUOS4FmDn8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUOS4FmDn8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUOS4FmDn8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUOS4FmDn8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUOS4FmDn8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUOS4FmDn8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUOS4FmDn8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUOS4FmDn8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUOS4FmDn8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUOS4FmDn8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUOS4FmDn8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUOS4FmDn8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUOS4FmDn8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUOS4FmDn8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUOS4FmDn8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUOS4FmDn8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUOS4FmDn8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUOS4FmDn8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUOS4FmDn8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUOS4FmDn8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUOS4FmDn8 .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-uUOS4FmDn8 .navbar {
    height: 70px;
  }
  .cid-uUOS4FmDn8 .navbar.opened {
    height: auto;
  }
  .cid-uUOS4FmDn8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUOS4G3Rli {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/andika-christian-0g9shxci4og-unsplash.jpg-1-2000x1333.jpg");
}
.cid-uUOS4G3Rli .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUOS4G3Rli .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUOS4GjLHz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uUOS4GjLHz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUOS4GjLHz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUOS4GjLHz .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uUOS4GjLHz .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uUOS4GjLHz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUOS4GjLHz .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uUOS4GjLHz .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uUOS4GjLHz .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uUOS4GjLHz .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uUOS4GjLHz .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uUOS4GjLHz .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUOS4GjLHz .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uUTVEBB1xT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUTVEBB1xT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUTVEBB1xT .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUTVEBB1xT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUTVEBB1xT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUTVEBB1xT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUTVEBB1xT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUTVEBB1xT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .mbr-text {
  color: #000000;
}
.cid-uUPw5ipfim {
  z-index: 1000;
  width: 100%;
}
.cid-uUPw5ipfim nav.navbar {
  position: fixed;
}
.cid-uUPw5ipfim .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-uUPw5ipfim .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUPw5ipfim .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUPw5ipfim .dropdown-item:hover,
.cid-uUPw5ipfim .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uUPw5ipfim .dropdown-item:hover span {
  color: white;
}
.cid-uUPw5ipfim .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUPw5ipfim .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUPw5ipfim .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUPw5ipfim .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUPw5ipfim .nav-link {
  position: relative;
}
.cid-uUPw5ipfim .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUPw5ipfim .container {
    flex-wrap: nowrap;
  }
}
.cid-uUPw5ipfim .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUPw5ipfim .dropdown-menu,
.cid-uUPw5ipfim .navbar.opened {
  background: #ffffff !important;
}
.cid-uUPw5ipfim .nav-item:focus,
.cid-uUPw5ipfim .nav-link:focus {
  outline: none;
}
.cid-uUPw5ipfim .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUPw5ipfim .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUPw5ipfim .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUPw5ipfim .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUPw5ipfim .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUPw5ipfim .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUPw5ipfim .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUPw5ipfim .navbar.opened {
  transition: all 0.3s;
}
.cid-uUPw5ipfim .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUPw5ipfim .navbar .navbar-logo img {
  width: auto;
}
.cid-uUPw5ipfim .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUPw5ipfim .navbar.collapsed {
  justify-content: center;
}
.cid-uUPw5ipfim .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUPw5ipfim .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUPw5ipfim .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUPw5ipfim .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUPw5ipfim .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-uUPw5ipfim .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUPw5ipfim .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUPw5ipfim .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUPw5ipfim .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUPw5ipfim .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUPw5ipfim .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUPw5ipfim .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUPw5ipfim .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-uUPw5ipfim .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUPw5ipfim .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUPw5ipfim .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUPw5ipfim .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUPw5ipfim .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUPw5ipfim .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUPw5ipfim .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uUPw5ipfim .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUPw5ipfim .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUPw5ipfim .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUPw5ipfim .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-uUPw5ipfim .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUPw5ipfim .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUPw5ipfim .dropdown-item.active,
.cid-uUPw5ipfim .dropdown-item:active {
  background-color: transparent;
}
.cid-uUPw5ipfim .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUPw5ipfim .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUPw5ipfim .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUPw5ipfim .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUPw5ipfim .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUPw5ipfim .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUPw5ipfim ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUPw5ipfim .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUPw5ipfim button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUPw5ipfim button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUPw5ipfim button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUPw5ipfim button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUPw5ipfim button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUPw5ipfim button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUPw5ipfim nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUPw5ipfim nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUPw5ipfim nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUPw5ipfim nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUPw5ipfim .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUPw5ipfim a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUPw5ipfim .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-uUPw5ipfim .navbar {
    height: 70px;
  }
  .cid-uUPw5ipfim .navbar.opened {
    height: auto;
  }
  .cid-uUPw5ipfim .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUPw5iDzsC {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/4.jpg-1536x750.jpg");
}
.cid-uUPw5iDzsC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUPw5iDzsC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUPw5iDzsC .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uUPw5iDzsC .currentcost {
  color: #232323;
}
.cid-uUPw5iDzsC .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uUPw5iDzsC .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uUPw5iDzsC .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUPw5iDzsC .text-box {
    padding: 1rem;
  }
}
.cid-uUPw5iDzsC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUPw5iSzWq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUPw5iSzWq .mbr-text {
  text-align: center;
}
.cid-uUPw5j1zjD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUPw5j9VqU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUPw5jjmk4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUTVEBB1xT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUTVEBB1xT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUTVEBB1xT .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUTVEBB1xT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUTVEBB1xT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUTVEBB1xT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUTVEBB1xT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUTVEBB1xT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .mbr-text {
  color: #000000;
}
.cid-uUPw6REMS8 {
  z-index: 1000;
  width: 100%;
}
.cid-uUPw6REMS8 nav.navbar {
  position: fixed;
}
.cid-uUPw6REMS8 .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-uUPw6REMS8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUPw6REMS8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUPw6REMS8 .dropdown-item:hover,
.cid-uUPw6REMS8 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uUPw6REMS8 .dropdown-item:hover span {
  color: white;
}
.cid-uUPw6REMS8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUPw6REMS8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUPw6REMS8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUPw6REMS8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUPw6REMS8 .nav-link {
  position: relative;
}
.cid-uUPw6REMS8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUPw6REMS8 .container {
    flex-wrap: nowrap;
  }
}
.cid-uUPw6REMS8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUPw6REMS8 .dropdown-menu,
.cid-uUPw6REMS8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uUPw6REMS8 .nav-item:focus,
.cid-uUPw6REMS8 .nav-link:focus {
  outline: none;
}
.cid-uUPw6REMS8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUPw6REMS8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUPw6REMS8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUPw6REMS8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUPw6REMS8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUPw6REMS8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUPw6REMS8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUPw6REMS8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uUPw6REMS8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUPw6REMS8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uUPw6REMS8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUPw6REMS8 .navbar.collapsed {
  justify-content: center;
}
.cid-uUPw6REMS8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUPw6REMS8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUPw6REMS8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUPw6REMS8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUPw6REMS8 .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-uUPw6REMS8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUPw6REMS8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUPw6REMS8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUPw6REMS8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUPw6REMS8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUPw6REMS8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUPw6REMS8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUPw6REMS8 .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-uUPw6REMS8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUPw6REMS8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUPw6REMS8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUPw6REMS8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUPw6REMS8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUPw6REMS8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUPw6REMS8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uUPw6REMS8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUPw6REMS8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUPw6REMS8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUPw6REMS8 .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-uUPw6REMS8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUPw6REMS8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUPw6REMS8 .dropdown-item.active,
.cid-uUPw6REMS8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUPw6REMS8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUPw6REMS8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUPw6REMS8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUPw6REMS8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUPw6REMS8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUPw6REMS8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUPw6REMS8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUPw6REMS8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUPw6REMS8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUPw6REMS8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUPw6REMS8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUPw6REMS8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUPw6REMS8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUPw6REMS8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUPw6REMS8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUPw6REMS8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUPw6REMS8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUPw6REMS8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUPw6REMS8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUPw6REMS8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUPw6REMS8 .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-uUPw6REMS8 .navbar {
    height: 70px;
  }
  .cid-uUPw6REMS8 .navbar.opened {
    height: auto;
  }
  .cid-uUPw6REMS8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUPw6RVmDM {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/4.jpg-1536x750.jpg");
}
.cid-uUPw6RVmDM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUPw6RVmDM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUPw6RVmDM .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uUPw6RVmDM .currentcost {
  color: #232323;
}
.cid-uUPw6RVmDM .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uUPw6RVmDM .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uUPw6RVmDM .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUPw6RVmDM .text-box {
    padding: 1rem;
  }
}
.cid-uUPw6RVmDM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUPw6S5AbW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUPw6S5AbW .mbr-text {
  text-align: center;
}
.cid-uUPw6SefFj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUPw6Snd8L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUPw6SyRfY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUTVEBB1xT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUTVEBB1xT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUTVEBB1xT .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUTVEBB1xT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUTVEBB1xT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUTVEBB1xT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUTVEBB1xT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUTVEBB1xT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .mbr-text {
  color: #000000;
}
.cid-uUPw8sc8yk {
  z-index: 1000;
  width: 100%;
}
.cid-uUPw8sc8yk nav.navbar {
  position: fixed;
}
.cid-uUPw8sc8yk .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-uUPw8sc8yk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUPw8sc8yk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUPw8sc8yk .dropdown-item:hover,
.cid-uUPw8sc8yk .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uUPw8sc8yk .dropdown-item:hover span {
  color: white;
}
.cid-uUPw8sc8yk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUPw8sc8yk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUPw8sc8yk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUPw8sc8yk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUPw8sc8yk .nav-link {
  position: relative;
}
.cid-uUPw8sc8yk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUPw8sc8yk .container {
    flex-wrap: nowrap;
  }
}
.cid-uUPw8sc8yk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUPw8sc8yk .dropdown-menu,
.cid-uUPw8sc8yk .navbar.opened {
  background: #ffffff !important;
}
.cid-uUPw8sc8yk .nav-item:focus,
.cid-uUPw8sc8yk .nav-link:focus {
  outline: none;
}
.cid-uUPw8sc8yk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUPw8sc8yk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUPw8sc8yk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUPw8sc8yk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUPw8sc8yk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUPw8sc8yk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUPw8sc8yk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUPw8sc8yk .navbar.opened {
  transition: all 0.3s;
}
.cid-uUPw8sc8yk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUPw8sc8yk .navbar .navbar-logo img {
  width: auto;
}
.cid-uUPw8sc8yk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUPw8sc8yk .navbar.collapsed {
  justify-content: center;
}
.cid-uUPw8sc8yk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUPw8sc8yk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUPw8sc8yk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUPw8sc8yk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUPw8sc8yk .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-uUPw8sc8yk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUPw8sc8yk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUPw8sc8yk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUPw8sc8yk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUPw8sc8yk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUPw8sc8yk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUPw8sc8yk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUPw8sc8yk .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-uUPw8sc8yk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUPw8sc8yk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUPw8sc8yk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUPw8sc8yk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUPw8sc8yk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUPw8sc8yk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUPw8sc8yk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uUPw8sc8yk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUPw8sc8yk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUPw8sc8yk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUPw8sc8yk .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-uUPw8sc8yk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUPw8sc8yk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUPw8sc8yk .dropdown-item.active,
.cid-uUPw8sc8yk .dropdown-item:active {
  background-color: transparent;
}
.cid-uUPw8sc8yk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUPw8sc8yk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUPw8sc8yk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUPw8sc8yk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUPw8sc8yk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUPw8sc8yk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUPw8sc8yk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUPw8sc8yk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUPw8sc8yk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUPw8sc8yk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUPw8sc8yk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUPw8sc8yk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUPw8sc8yk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUPw8sc8yk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUPw8sc8yk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUPw8sc8yk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUPw8sc8yk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUPw8sc8yk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUPw8sc8yk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUPw8sc8yk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUPw8sc8yk .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-uUPw8sc8yk .navbar {
    height: 70px;
  }
  .cid-uUPw8sc8yk .navbar.opened {
    height: auto;
  }
  .cid-uUPw8sc8yk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUPw8sxHCg {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/4.jpg-1536x750.jpg");
}
.cid-uUPw8sxHCg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUPw8sxHCg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUPw8sxHCg .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uUPw8sxHCg .currentcost {
  color: #232323;
}
.cid-uUPw8sxHCg .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uUPw8sxHCg .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uUPw8sxHCg .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUPw8sxHCg .text-box {
    padding: 1rem;
  }
}
.cid-uUPw8sxHCg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUPw8sHltr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUPw8sHltr .mbr-text {
  text-align: center;
}
.cid-uUPw8sPIN7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUPw8sXTXp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUPw8t5kz9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUTVEBB1xT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUTVEBB1xT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUTVEBB1xT .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUTVEBB1xT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUTVEBB1xT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUTVEBB1xT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUTVEBB1xT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUTVEBB1xT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .mbr-text {
  color: #000000;
}
.cid-uUPwcqhRQB {
  z-index: 1000;
  width: 100%;
}
.cid-uUPwcqhRQB nav.navbar {
  position: fixed;
}
.cid-uUPwcqhRQB .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-uUPwcqhRQB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUPwcqhRQB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUPwcqhRQB .dropdown-item:hover,
.cid-uUPwcqhRQB .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uUPwcqhRQB .dropdown-item:hover span {
  color: white;
}
.cid-uUPwcqhRQB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUPwcqhRQB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUPwcqhRQB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUPwcqhRQB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUPwcqhRQB .nav-link {
  position: relative;
}
.cid-uUPwcqhRQB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUPwcqhRQB .container {
    flex-wrap: nowrap;
  }
}
.cid-uUPwcqhRQB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUPwcqhRQB .dropdown-menu,
.cid-uUPwcqhRQB .navbar.opened {
  background: #ffffff !important;
}
.cid-uUPwcqhRQB .nav-item:focus,
.cid-uUPwcqhRQB .nav-link:focus {
  outline: none;
}
.cid-uUPwcqhRQB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUPwcqhRQB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUPwcqhRQB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUPwcqhRQB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUPwcqhRQB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUPwcqhRQB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUPwcqhRQB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUPwcqhRQB .navbar.opened {
  transition: all 0.3s;
}
.cid-uUPwcqhRQB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUPwcqhRQB .navbar .navbar-logo img {
  width: auto;
}
.cid-uUPwcqhRQB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUPwcqhRQB .navbar.collapsed {
  justify-content: center;
}
.cid-uUPwcqhRQB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUPwcqhRQB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUPwcqhRQB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUPwcqhRQB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUPwcqhRQB .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-uUPwcqhRQB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUPwcqhRQB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUPwcqhRQB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUPwcqhRQB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUPwcqhRQB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUPwcqhRQB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUPwcqhRQB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUPwcqhRQB .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-uUPwcqhRQB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUPwcqhRQB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUPwcqhRQB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUPwcqhRQB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUPwcqhRQB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUPwcqhRQB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUPwcqhRQB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uUPwcqhRQB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUPwcqhRQB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUPwcqhRQB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUPwcqhRQB .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-uUPwcqhRQB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUPwcqhRQB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUPwcqhRQB .dropdown-item.active,
.cid-uUPwcqhRQB .dropdown-item:active {
  background-color: transparent;
}
.cid-uUPwcqhRQB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUPwcqhRQB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUPwcqhRQB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUPwcqhRQB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUPwcqhRQB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUPwcqhRQB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUPwcqhRQB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUPwcqhRQB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUPwcqhRQB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUPwcqhRQB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUPwcqhRQB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUPwcqhRQB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUPwcqhRQB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUPwcqhRQB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUPwcqhRQB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUPwcqhRQB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUPwcqhRQB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUPwcqhRQB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUPwcqhRQB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUPwcqhRQB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUPwcqhRQB .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-uUPwcqhRQB .navbar {
    height: 70px;
  }
  .cid-uUPwcqhRQB .navbar.opened {
    height: auto;
  }
  .cid-uUPwcqhRQB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUPwcquCNN {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/4.jpg-1536x750.jpg");
}
.cid-uUPwcquCNN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUPwcquCNN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUPwcquCNN .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uUPwcquCNN .currentcost {
  color: #232323;
}
.cid-uUPwcquCNN .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uUPwcquCNN .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uUPwcquCNN .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUPwcquCNN .text-box {
    padding: 1rem;
  }
}
.cid-uUPwcquCNN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUPwcqFn0f {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUPwcqFn0f .mbr-text {
  text-align: center;
}
.cid-uUPwcqNHwi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUPwcqWLU6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUPwcr4PEo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUTVEBB1xT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUTVEBB1xT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUTVEBB1xT .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUTVEBB1xT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUTVEBB1xT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUTVEBB1xT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUTVEBB1xT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUTVEBB1xT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .mbr-text {
  color: #000000;
}
.cid-uUPweoFy1A {
  z-index: 1000;
  width: 100%;
}
.cid-uUPweoFy1A nav.navbar {
  position: fixed;
}
.cid-uUPweoFy1A .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-uUPweoFy1A .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUPweoFy1A .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUPweoFy1A .dropdown-item:hover,
.cid-uUPweoFy1A .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uUPweoFy1A .dropdown-item:hover span {
  color: white;
}
.cid-uUPweoFy1A .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUPweoFy1A .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUPweoFy1A .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUPweoFy1A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUPweoFy1A .nav-link {
  position: relative;
}
.cid-uUPweoFy1A .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUPweoFy1A .container {
    flex-wrap: nowrap;
  }
}
.cid-uUPweoFy1A .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUPweoFy1A .dropdown-menu,
.cid-uUPweoFy1A .navbar.opened {
  background: #ffffff !important;
}
.cid-uUPweoFy1A .nav-item:focus,
.cid-uUPweoFy1A .nav-link:focus {
  outline: none;
}
.cid-uUPweoFy1A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUPweoFy1A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUPweoFy1A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUPweoFy1A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUPweoFy1A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUPweoFy1A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUPweoFy1A .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUPweoFy1A .navbar.opened {
  transition: all 0.3s;
}
.cid-uUPweoFy1A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUPweoFy1A .navbar .navbar-logo img {
  width: auto;
}
.cid-uUPweoFy1A .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUPweoFy1A .navbar.collapsed {
  justify-content: center;
}
.cid-uUPweoFy1A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUPweoFy1A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUPweoFy1A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUPweoFy1A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUPweoFy1A .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-uUPweoFy1A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUPweoFy1A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUPweoFy1A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUPweoFy1A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUPweoFy1A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUPweoFy1A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUPweoFy1A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUPweoFy1A .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-uUPweoFy1A .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUPweoFy1A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUPweoFy1A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUPweoFy1A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUPweoFy1A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUPweoFy1A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUPweoFy1A .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uUPweoFy1A .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUPweoFy1A .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUPweoFy1A .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUPweoFy1A .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-uUPweoFy1A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUPweoFy1A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUPweoFy1A .dropdown-item.active,
.cid-uUPweoFy1A .dropdown-item:active {
  background-color: transparent;
}
.cid-uUPweoFy1A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUPweoFy1A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUPweoFy1A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUPweoFy1A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUPweoFy1A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUPweoFy1A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUPweoFy1A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUPweoFy1A .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUPweoFy1A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUPweoFy1A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUPweoFy1A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUPweoFy1A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUPweoFy1A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUPweoFy1A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUPweoFy1A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUPweoFy1A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUPweoFy1A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUPweoFy1A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUPweoFy1A .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUPweoFy1A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUPweoFy1A .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-uUPweoFy1A .navbar {
    height: 70px;
  }
  .cid-uUPweoFy1A .navbar.opened {
    height: auto;
  }
  .cid-uUPweoFy1A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUPweoQ8jK {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/4.jpg-1536x750.jpg");
}
.cid-uUPweoQ8jK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUPweoQ8jK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUPweoQ8jK .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uUPweoQ8jK .currentcost {
  color: #232323;
}
.cid-uUPweoQ8jK .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uUPweoQ8jK .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uUPweoQ8jK .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUPweoQ8jK .text-box {
    padding: 1rem;
  }
}
.cid-uUPweoQ8jK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUPwep0loD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUPwep0loD .mbr-text {
  text-align: center;
}
.cid-uUPwep8vQo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUPwepip2z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUPwepqCUG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUTVEBB1xT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUTVEBB1xT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUTVEBB1xT .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUTVEBB1xT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUTVEBB1xT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUTVEBB1xT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUTVEBB1xT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUTVEBB1xT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .mbr-text {
  color: #000000;
}
.cid-uUTQSImeRQ {
  z-index: 1000;
  width: 100%;
}
.cid-uUTQSImeRQ nav.navbar {
  position: fixed;
}
.cid-uUTQSImeRQ .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-uUTQSImeRQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUTQSImeRQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTQSImeRQ .dropdown-item:hover,
.cid-uUTQSImeRQ .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uUTQSImeRQ .dropdown-item:hover span {
  color: white;
}
.cid-uUTQSImeRQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUTQSImeRQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUTQSImeRQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUTQSImeRQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUTQSImeRQ .nav-link {
  position: relative;
}
.cid-uUTQSImeRQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUTQSImeRQ .container {
    flex-wrap: nowrap;
  }
}
.cid-uUTQSImeRQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUTQSImeRQ .dropdown-menu,
.cid-uUTQSImeRQ .navbar.opened {
  background: #ffffff !important;
}
.cid-uUTQSImeRQ .nav-item:focus,
.cid-uUTQSImeRQ .nav-link:focus {
  outline: none;
}
.cid-uUTQSImeRQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUTQSImeRQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUTQSImeRQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUTQSImeRQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUTQSImeRQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUTQSImeRQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUTQSImeRQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUTQSImeRQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uUTQSImeRQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUTQSImeRQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uUTQSImeRQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUTQSImeRQ .navbar.collapsed {
  justify-content: center;
}
.cid-uUTQSImeRQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUTQSImeRQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUTQSImeRQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUTQSImeRQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUTQSImeRQ .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-uUTQSImeRQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUTQSImeRQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUTQSImeRQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUTQSImeRQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUTQSImeRQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUTQSImeRQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUTQSImeRQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUTQSImeRQ .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-uUTQSImeRQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUTQSImeRQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUTQSImeRQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUTQSImeRQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUTQSImeRQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUTQSImeRQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUTQSImeRQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uUTQSImeRQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUTQSImeRQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUTQSImeRQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUTQSImeRQ .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-uUTQSImeRQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUTQSImeRQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUTQSImeRQ .dropdown-item.active,
.cid-uUTQSImeRQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uUTQSImeRQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUTQSImeRQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUTQSImeRQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUTQSImeRQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUTQSImeRQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUTQSImeRQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUTQSImeRQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUTQSImeRQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUTQSImeRQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUTQSImeRQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUTQSImeRQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUTQSImeRQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUTQSImeRQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUTQSImeRQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUTQSImeRQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUTQSImeRQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUTQSImeRQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUTQSImeRQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUTQSImeRQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUTQSImeRQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUTQSImeRQ .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-uUTQSImeRQ .navbar {
    height: 70px;
  }
  .cid-uUTQSImeRQ .navbar.opened {
    height: auto;
  }
  .cid-uUTQSImeRQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUTQSI8eQ4 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/andika-christian-0g9shxci4og-unsplash.jpg-1-2000x1333.jpg");
}
.cid-uUTQSI8eQ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUTQSI8eQ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUTQSI8eQ4 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uUTQSI8eQ4 .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uUTQSI8eQ4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUTQSI8eQ4 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uUTQSI8eQ4 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uUTQSI8eQ4 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uUTQSI8eQ4 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uUTQSI8eQ4 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uUTQSI8eQ4 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUTQSI8eQ4 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uUTVEBB1xT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUTVEBB1xT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUTVEBB1xT .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUTVEBB1xT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUTVEBB1xT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUTVEBB1xT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUTVEBB1xT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUTVEBB1xT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .mbr-text {
  color: #000000;
}
.cid-uUTQUmPGeQ {
  z-index: 1000;
  width: 100%;
}
.cid-uUTQUmPGeQ nav.navbar {
  position: fixed;
}
.cid-uUTQUmPGeQ .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-uUTQUmPGeQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUTQUmPGeQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTQUmPGeQ .dropdown-item:hover,
.cid-uUTQUmPGeQ .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uUTQUmPGeQ .dropdown-item:hover span {
  color: white;
}
.cid-uUTQUmPGeQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUTQUmPGeQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUTQUmPGeQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUTQUmPGeQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUTQUmPGeQ .nav-link {
  position: relative;
}
.cid-uUTQUmPGeQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUTQUmPGeQ .container {
    flex-wrap: nowrap;
  }
}
.cid-uUTQUmPGeQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUTQUmPGeQ .dropdown-menu,
.cid-uUTQUmPGeQ .navbar.opened {
  background: #ffffff !important;
}
.cid-uUTQUmPGeQ .nav-item:focus,
.cid-uUTQUmPGeQ .nav-link:focus {
  outline: none;
}
.cid-uUTQUmPGeQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUTQUmPGeQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUTQUmPGeQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUTQUmPGeQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUTQUmPGeQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUTQUmPGeQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUTQUmPGeQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUTQUmPGeQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uUTQUmPGeQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUTQUmPGeQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uUTQUmPGeQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUTQUmPGeQ .navbar.collapsed {
  justify-content: center;
}
.cid-uUTQUmPGeQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUTQUmPGeQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUTQUmPGeQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUTQUmPGeQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUTQUmPGeQ .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-uUTQUmPGeQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUTQUmPGeQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUTQUmPGeQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUTQUmPGeQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUTQUmPGeQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUTQUmPGeQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUTQUmPGeQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUTQUmPGeQ .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-uUTQUmPGeQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUTQUmPGeQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUTQUmPGeQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUTQUmPGeQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUTQUmPGeQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUTQUmPGeQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUTQUmPGeQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uUTQUmPGeQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUTQUmPGeQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUTQUmPGeQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUTQUmPGeQ .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-uUTQUmPGeQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUTQUmPGeQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUTQUmPGeQ .dropdown-item.active,
.cid-uUTQUmPGeQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uUTQUmPGeQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUTQUmPGeQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUTQUmPGeQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUTQUmPGeQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUTQUmPGeQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUTQUmPGeQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUTQUmPGeQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUTQUmPGeQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUTQUmPGeQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUTQUmPGeQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUTQUmPGeQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUTQUmPGeQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUTQUmPGeQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUTQUmPGeQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUTQUmPGeQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUTQUmPGeQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUTQUmPGeQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUTQUmPGeQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUTQUmPGeQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUTQUmPGeQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUTQUmPGeQ .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-uUTQUmPGeQ .navbar {
    height: 70px;
  }
  .cid-uUTQUmPGeQ .navbar.opened {
    height: auto;
  }
  .cid-uUTQUmPGeQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUTQUmtWmw {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/andika-christian-0g9shxci4og-unsplash.jpg-1-2000x1333.jpg");
}
.cid-uUTQUmtWmw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUTQUmtWmw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUTQUmtWmw .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uUTQUmtWmw .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uUTQUmtWmw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUTQUmtWmw .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uUTQUmtWmw .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uUTQUmtWmw .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uUTQUmtWmw .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uUTQUmtWmw .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uUTQUmtWmw .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUTQUmtWmw .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uUTVEBB1xT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUTVEBB1xT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUTVEBB1xT .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUTVEBB1xT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUTVEBB1xT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUTVEBB1xT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUTVEBB1xT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUTVEBB1xT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .mbr-text {
  color: #000000;
}
.cid-uUTQVs6jxV {
  z-index: 1000;
  width: 100%;
}
.cid-uUTQVs6jxV nav.navbar {
  position: fixed;
}
.cid-uUTQVs6jxV .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-uUTQVs6jxV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUTQVs6jxV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTQVs6jxV .dropdown-item:hover,
.cid-uUTQVs6jxV .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uUTQVs6jxV .dropdown-item:hover span {
  color: white;
}
.cid-uUTQVs6jxV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUTQVs6jxV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUTQVs6jxV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUTQVs6jxV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUTQVs6jxV .nav-link {
  position: relative;
}
.cid-uUTQVs6jxV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUTQVs6jxV .container {
    flex-wrap: nowrap;
  }
}
.cid-uUTQVs6jxV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUTQVs6jxV .dropdown-menu,
.cid-uUTQVs6jxV .navbar.opened {
  background: #ffffff !important;
}
.cid-uUTQVs6jxV .nav-item:focus,
.cid-uUTQVs6jxV .nav-link:focus {
  outline: none;
}
.cid-uUTQVs6jxV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUTQVs6jxV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUTQVs6jxV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUTQVs6jxV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUTQVs6jxV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUTQVs6jxV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUTQVs6jxV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUTQVs6jxV .navbar.opened {
  transition: all 0.3s;
}
.cid-uUTQVs6jxV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUTQVs6jxV .navbar .navbar-logo img {
  width: auto;
}
.cid-uUTQVs6jxV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUTQVs6jxV .navbar.collapsed {
  justify-content: center;
}
.cid-uUTQVs6jxV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUTQVs6jxV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUTQVs6jxV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUTQVs6jxV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUTQVs6jxV .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-uUTQVs6jxV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUTQVs6jxV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUTQVs6jxV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUTQVs6jxV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUTQVs6jxV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUTQVs6jxV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUTQVs6jxV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUTQVs6jxV .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-uUTQVs6jxV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUTQVs6jxV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUTQVs6jxV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUTQVs6jxV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUTQVs6jxV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUTQVs6jxV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUTQVs6jxV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uUTQVs6jxV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUTQVs6jxV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUTQVs6jxV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUTQVs6jxV .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-uUTQVs6jxV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUTQVs6jxV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUTQVs6jxV .dropdown-item.active,
.cid-uUTQVs6jxV .dropdown-item:active {
  background-color: transparent;
}
.cid-uUTQVs6jxV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUTQVs6jxV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUTQVs6jxV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUTQVs6jxV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUTQVs6jxV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUTQVs6jxV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUTQVs6jxV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUTQVs6jxV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUTQVs6jxV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUTQVs6jxV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUTQVs6jxV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUTQVs6jxV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUTQVs6jxV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUTQVs6jxV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUTQVs6jxV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUTQVs6jxV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUTQVs6jxV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUTQVs6jxV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUTQVs6jxV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUTQVs6jxV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUTQVs6jxV .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-uUTQVs6jxV .navbar {
    height: 70px;
  }
  .cid-uUTQVs6jxV .navbar.opened {
    height: auto;
  }
  .cid-uUTQVs6jxV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUTQVrUaHt {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/andika-christian-0g9shxci4og-unsplash.jpg-1-2000x1333.jpg");
}
.cid-uUTQVrUaHt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUTQVrUaHt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUTQVrUaHt .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uUTQVrUaHt .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uUTQVrUaHt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUTQVrUaHt .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uUTQVrUaHt .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uUTQVrUaHt .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uUTQVrUaHt .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uUTQVrUaHt .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uUTQVrUaHt .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUTQVrUaHt .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uUTVEBB1xT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUTVEBB1xT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUTVEBB1xT .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUTVEBB1xT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUTVEBB1xT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUTVEBB1xT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUTVEBB1xT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUTVEBB1xT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .mbr-text {
  color: #000000;
}
.cid-uUTQWF8rLd {
  z-index: 1000;
  width: 100%;
}
.cid-uUTQWF8rLd nav.navbar {
  position: fixed;
}
.cid-uUTQWF8rLd .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-uUTQWF8rLd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUTQWF8rLd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTQWF8rLd .dropdown-item:hover,
.cid-uUTQWF8rLd .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uUTQWF8rLd .dropdown-item:hover span {
  color: white;
}
.cid-uUTQWF8rLd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUTQWF8rLd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUTQWF8rLd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUTQWF8rLd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUTQWF8rLd .nav-link {
  position: relative;
}
.cid-uUTQWF8rLd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUTQWF8rLd .container {
    flex-wrap: nowrap;
  }
}
.cid-uUTQWF8rLd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUTQWF8rLd .dropdown-menu,
.cid-uUTQWF8rLd .navbar.opened {
  background: #ffffff !important;
}
.cid-uUTQWF8rLd .nav-item:focus,
.cid-uUTQWF8rLd .nav-link:focus {
  outline: none;
}
.cid-uUTQWF8rLd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUTQWF8rLd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUTQWF8rLd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUTQWF8rLd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUTQWF8rLd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUTQWF8rLd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUTQWF8rLd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUTQWF8rLd .navbar.opened {
  transition: all 0.3s;
}
.cid-uUTQWF8rLd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUTQWF8rLd .navbar .navbar-logo img {
  width: auto;
}
.cid-uUTQWF8rLd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUTQWF8rLd .navbar.collapsed {
  justify-content: center;
}
.cid-uUTQWF8rLd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUTQWF8rLd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUTQWF8rLd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUTQWF8rLd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUTQWF8rLd .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-uUTQWF8rLd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUTQWF8rLd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUTQWF8rLd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUTQWF8rLd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUTQWF8rLd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUTQWF8rLd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUTQWF8rLd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUTQWF8rLd .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-uUTQWF8rLd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUTQWF8rLd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUTQWF8rLd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUTQWF8rLd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUTQWF8rLd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUTQWF8rLd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUTQWF8rLd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uUTQWF8rLd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUTQWF8rLd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUTQWF8rLd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUTQWF8rLd .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-uUTQWF8rLd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUTQWF8rLd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUTQWF8rLd .dropdown-item.active,
.cid-uUTQWF8rLd .dropdown-item:active {
  background-color: transparent;
}
.cid-uUTQWF8rLd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUTQWF8rLd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUTQWF8rLd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUTQWF8rLd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUTQWF8rLd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUTQWF8rLd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUTQWF8rLd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUTQWF8rLd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUTQWF8rLd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUTQWF8rLd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUTQWF8rLd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUTQWF8rLd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUTQWF8rLd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUTQWF8rLd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUTQWF8rLd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUTQWF8rLd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUTQWF8rLd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUTQWF8rLd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUTQWF8rLd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUTQWF8rLd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUTQWF8rLd .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-uUTQWF8rLd .navbar {
    height: 70px;
  }
  .cid-uUTQWF8rLd .navbar.opened {
    height: auto;
  }
  .cid-uUTQWF8rLd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUTQWEOC1T {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/andika-christian-0g9shxci4og-unsplash.jpg-1-2000x1333.jpg");
}
.cid-uUTQWEOC1T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUTQWEOC1T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUTQWEOC1T .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uUTQWEOC1T .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uUTQWEOC1T .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUTQWEOC1T .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uUTQWEOC1T .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uUTQWEOC1T .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uUTQWEOC1T .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uUTQWEOC1T .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uUTQWEOC1T .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUTQWEOC1T .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uUTVEBB1xT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUTVEBB1xT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUTVEBB1xT .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUTVEBB1xT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUTVEBB1xT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUTVEBB1xT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUTVEBB1xT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUTVEBB1xT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .mbr-text {
  color: #000000;
}
.cid-uUTQXSFogA {
  z-index: 1000;
  width: 100%;
}
.cid-uUTQXSFogA nav.navbar {
  position: fixed;
}
.cid-uUTQXSFogA .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-uUTQXSFogA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUTQXSFogA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTQXSFogA .dropdown-item:hover,
.cid-uUTQXSFogA .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uUTQXSFogA .dropdown-item:hover span {
  color: white;
}
.cid-uUTQXSFogA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUTQXSFogA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUTQXSFogA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUTQXSFogA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUTQXSFogA .nav-link {
  position: relative;
}
.cid-uUTQXSFogA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUTQXSFogA .container {
    flex-wrap: nowrap;
  }
}
.cid-uUTQXSFogA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUTQXSFogA .dropdown-menu,
.cid-uUTQXSFogA .navbar.opened {
  background: #ffffff !important;
}
.cid-uUTQXSFogA .nav-item:focus,
.cid-uUTQXSFogA .nav-link:focus {
  outline: none;
}
.cid-uUTQXSFogA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUTQXSFogA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUTQXSFogA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUTQXSFogA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUTQXSFogA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUTQXSFogA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUTQXSFogA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUTQXSFogA .navbar.opened {
  transition: all 0.3s;
}
.cid-uUTQXSFogA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUTQXSFogA .navbar .navbar-logo img {
  width: auto;
}
.cid-uUTQXSFogA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUTQXSFogA .navbar.collapsed {
  justify-content: center;
}
.cid-uUTQXSFogA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUTQXSFogA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUTQXSFogA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUTQXSFogA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUTQXSFogA .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-uUTQXSFogA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUTQXSFogA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUTQXSFogA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUTQXSFogA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUTQXSFogA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUTQXSFogA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUTQXSFogA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUTQXSFogA .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-uUTQXSFogA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUTQXSFogA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUTQXSFogA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUTQXSFogA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUTQXSFogA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUTQXSFogA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUTQXSFogA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uUTQXSFogA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUTQXSFogA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUTQXSFogA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUTQXSFogA .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-uUTQXSFogA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUTQXSFogA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUTQXSFogA .dropdown-item.active,
.cid-uUTQXSFogA .dropdown-item:active {
  background-color: transparent;
}
.cid-uUTQXSFogA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUTQXSFogA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUTQXSFogA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUTQXSFogA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUTQXSFogA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUTQXSFogA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUTQXSFogA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUTQXSFogA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUTQXSFogA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUTQXSFogA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUTQXSFogA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUTQXSFogA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUTQXSFogA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUTQXSFogA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUTQXSFogA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUTQXSFogA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUTQXSFogA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUTQXSFogA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUTQXSFogA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUTQXSFogA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUTQXSFogA .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-uUTQXSFogA .navbar {
    height: 70px;
  }
  .cid-uUTQXSFogA .navbar.opened {
    height: auto;
  }
  .cid-uUTQXSFogA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUTQXSrmBC {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/andika-christian-0g9shxci4og-unsplash.jpg-1-2000x1333.jpg");
}
.cid-uUTQXSrmBC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUTQXSrmBC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUTQXSrmBC .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uUTQXSrmBC .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uUTQXSrmBC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUTQXSrmBC .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uUTQXSrmBC .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uUTQXSrmBC .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uUTQXSrmBC .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uUTQXSrmBC .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uUTQXSrmBC .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUTQXSrmBC .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uUTVEBB1xT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUTVEBB1xT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUTVEBB1xT .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUTVEBB1xT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUTVEBB1xT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUTVEBB1xT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUTVEBB1xT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUTVEBB1xT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .mbr-text {
  color: #000000;
}
.cid-uUTQZBrtG4 {
  z-index: 1000;
  width: 100%;
}
.cid-uUTQZBrtG4 nav.navbar {
  position: fixed;
}
.cid-uUTQZBrtG4 .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-uUTQZBrtG4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUTQZBrtG4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTQZBrtG4 .dropdown-item:hover,
.cid-uUTQZBrtG4 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uUTQZBrtG4 .dropdown-item:hover span {
  color: white;
}
.cid-uUTQZBrtG4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUTQZBrtG4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUTQZBrtG4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUTQZBrtG4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUTQZBrtG4 .nav-link {
  position: relative;
}
.cid-uUTQZBrtG4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUTQZBrtG4 .container {
    flex-wrap: nowrap;
  }
}
.cid-uUTQZBrtG4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUTQZBrtG4 .dropdown-menu,
.cid-uUTQZBrtG4 .navbar.opened {
  background: #ffffff !important;
}
.cid-uUTQZBrtG4 .nav-item:focus,
.cid-uUTQZBrtG4 .nav-link:focus {
  outline: none;
}
.cid-uUTQZBrtG4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUTQZBrtG4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUTQZBrtG4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUTQZBrtG4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUTQZBrtG4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUTQZBrtG4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUTQZBrtG4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUTQZBrtG4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uUTQZBrtG4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUTQZBrtG4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uUTQZBrtG4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUTQZBrtG4 .navbar.collapsed {
  justify-content: center;
}
.cid-uUTQZBrtG4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUTQZBrtG4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUTQZBrtG4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUTQZBrtG4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUTQZBrtG4 .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-uUTQZBrtG4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUTQZBrtG4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUTQZBrtG4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUTQZBrtG4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUTQZBrtG4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUTQZBrtG4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUTQZBrtG4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUTQZBrtG4 .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-uUTQZBrtG4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUTQZBrtG4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUTQZBrtG4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUTQZBrtG4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUTQZBrtG4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUTQZBrtG4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUTQZBrtG4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uUTQZBrtG4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUTQZBrtG4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUTQZBrtG4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUTQZBrtG4 .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-uUTQZBrtG4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUTQZBrtG4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUTQZBrtG4 .dropdown-item.active,
.cid-uUTQZBrtG4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUTQZBrtG4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUTQZBrtG4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUTQZBrtG4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUTQZBrtG4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUTQZBrtG4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUTQZBrtG4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUTQZBrtG4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUTQZBrtG4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUTQZBrtG4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUTQZBrtG4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUTQZBrtG4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUTQZBrtG4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUTQZBrtG4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUTQZBrtG4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUTQZBrtG4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUTQZBrtG4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUTQZBrtG4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUTQZBrtG4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUTQZBrtG4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUTQZBrtG4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUTQZBrtG4 .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-uUTQZBrtG4 .navbar {
    height: 70px;
  }
  .cid-uUTQZBrtG4 .navbar.opened {
    height: auto;
  }
  .cid-uUTQZBrtG4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUTQZBftQa {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/andika-christian-0g9shxci4og-unsplash.jpg-1-2000x1333.jpg");
}
.cid-uUTQZBftQa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUTQZBftQa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUTQZBftQa .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uUTQZBftQa .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uUTQZBftQa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUTQZBftQa .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uUTQZBftQa .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uUTQZBftQa .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uUTQZBftQa .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uUTQZBftQa .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uUTQZBftQa .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUTQZBftQa .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uUTVEBB1xT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUTVEBB1xT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUTVEBB1xT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUTVEBB1xT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUTVEBB1xT .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUTVEBB1xT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUTVEBB1xT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUTVEBB1xT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUTVEBB1xT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUTVEBB1xT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTVEBB1xT .media-container-row .mbr-text {
  color: #000000;
}
