.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Blinker', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Blinker', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Blinker', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Blinker', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Blinker', 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.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((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: #ff8a00 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #6e8c8e !important;
}
.bg-warning {
  background-color: #111100 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff8a00 !important;
  border-color: #ff8a00 !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: #a85b00 !important;
  border-color: #a85b00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a85b00 !important;
  border-color: #a85b00 !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: #6e8c8e !important;
  border-color: #6e8c8e !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: #485c5d !important;
  border-color: #485c5d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #485c5d !important;
  border-color: #485c5d !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: #111100 !important;
  border-color: #111100 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #ff8a00;
  color: #ff8a00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a85b00 !important;
  background-color: transparent!important;
  border-color: #a85b00 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8a00 !important;
  border-color: #ff8a00 !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: #6e8c8e;
  color: #6e8c8e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #485c5d !important;
  background-color: transparent!important;
  border-color: #485c5d !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6e8c8e !important;
  border-color: #6e8c8e !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: #111100;
  color: #111100;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #111100 !important;
  border-color: #111100 !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: #ff8a00 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #6e8c8e !important;
}
.text-warning {
  color: #111100 !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: #995300 !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: #415355 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !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: #ff8a00;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6e8c8e;
}
.alert-warning {
  background-color: #111100;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff8a00;
  border-color: #ff8a00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff8a00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffe8cc;
}
.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: #b5c5c6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffff77;
}
.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: 'Blinker', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff8a00 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Blinker', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ff8a00;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff8a00;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff8a00;
}
.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: #ff8a00;
  border-bottom-color: #ff8a00;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff8a00 !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='%23ff8a00' %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-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #ff8a00 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8a00;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unbA1ypP3c {
  padding-top: 9rem;
  padding-bottom: 6rem;
}
.cid-unbA1ypP3c .mbr-fallback-image.disabled {
  display: none;
}
.cid-unbA1ypP3c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/nod-website-hero-backup-1920x1080.webp");
}
@media (max-width: 991px) {
  .cid-unbA1ypP3c .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unbA1ypP3c .row {
  flex-direction: row-reverse;
}
.cid-unbA1ypP3c img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-unbA1ypP3c .text-wrapper {
    padding: 2rem;
  }
}
.cid-unbA1ypP3c .mbr-section-title {
  color: #ffffff;
}
.cid-unbA1ypP3c .mbr-text {
  color: #ffffff;
}
.cid-upxQEOyArQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upxQEOyArQ .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upxQEOyArQ .mbr-text {
  color: #111100;
}
.cid-upxZ5qhZW2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-upxZ5qhZW2 .line {
  background-color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upxZ5qhZW2 .mbr-text {
  color: #111100;
}
.cid-sFzz5E692j {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sFzz5E692j .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzz5E692j .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sFzz5E692j .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sFzz5E692j .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzz5E692j .mbr-section-title {
  color: #6e8c8e;
}
.cid-upy1cf4LGI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-upy1cf4LGI .line {
  background-color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upy1cf4LGI .mbr-text {
  color: #111100;
}
.cid-umOrdo8VEl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-umOrdo8VEl .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-umOrdo8VEl .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-umOrdo8VEl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-umOrdo8VEl .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-umOrdo8VEl .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-umOrdo8VEl .mbr-section-title {
  color: #6e8c8e;
}
.cid-upy1d72HoG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-upy1d72HoG .line {
  background-color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upy1d72HoG .mbr-text {
  color: #111100;
}
.cid-umOpNPSqwi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umOpNPSqwi img,
.cid-umOpNPSqwi .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-umOpNPSqwi .item:focus,
.cid-umOpNPSqwi span:focus {
  outline: none;
}
.cid-umOpNPSqwi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-umOpNPSqwi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-umOpNPSqwi .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umOpNPSqwi .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-umOpNPSqwi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-umOpNPSqwi .mbr-section-title {
  color: #6e8c8e;
}
.cid-umOpNPSqwi .mbr-text,
.cid-umOpNPSqwi .mbr-section-btn {
  text-align: left;
  color: #111100;
}
.cid-umOpNPSqwi .item-title {
  text-align: left;
}
.cid-umOpNPSqwi .item-subtitle {
  text-align: center;
}
.cid-uoBDYiRZBV {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uoBDYiRZBV img,
.cid-uoBDYiRZBV .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uoBDYiRZBV .item:focus,
.cid-uoBDYiRZBV span:focus {
  outline: none;
}
.cid-uoBDYiRZBV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uoBDYiRZBV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uoBDYiRZBV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uoBDYiRZBV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uoBDYiRZBV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uoBDYiRZBV .mbr-section-title {
  color: #6e8c8e;
}
.cid-uoBDYiRZBV .mbr-text,
.cid-uoBDYiRZBV .mbr-section-btn {
  text-align: left;
  color: #111100;
}
.cid-uoBDYiRZBV .item-title {
  text-align: left;
}
.cid-uoBDYiRZBV .item-subtitle {
  text-align: center;
}
.cid-upy1ejtJfq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-upy1ejtJfq .line {
  background-color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upy1ejtJfq .mbr-text {
  color: #111100;
}
.cid-upy9lOIFdO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upy9lOIFdO .mbr-fallback-image.disabled {
  display: none;
}
.cid-upy9lOIFdO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upy9lOIFdO .mbr-section-title {
  text-align: center;
  color: #6e8c8e;
}
.cid-upy9lOIFdO .mbr-section-subtitle {
  text-align: center;
}
.cid-umUyksgGtA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-umUyksgGtA img,
.cid-umUyksgGtA .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-umUyksgGtA .item:focus,
.cid-umUyksgGtA span:focus {
  outline: none;
}
.cid-umUyksgGtA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-umUyksgGtA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-umUyksgGtA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umUyksgGtA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-umUyksgGtA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-umUyksgGtA .mbr-section-title {
  color: #6e8c8e;
}
.cid-umUyksgGtA .mbr-text,
.cid-umUyksgGtA .mbr-section-btn {
  text-align: center;
}
.cid-umUyksgGtA .item-title {
  text-align: center;
}
.cid-umUyksgGtA .item-subtitle {
  text-align: center;
}
.cid-umUGC08cYD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-umUGC08cYD .mbr-fallback-image.disabled {
  display: none;
}
.cid-umUGC08cYD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-umUGC08cYD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umUGC08cYD .row {
  flex-direction: row-reverse;
}
.cid-umUGC08cYD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-umUGC08cYD .text-wrapper {
    padding: 2rem;
  }
}
.cid-umUGC08cYD .mbr-section-title {
  color: #6e8c8e;
}
.cid-umOsmrg5CN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-umOsmrg5CN img {
  width: 120px;
  margin: auto;
}
.cid-umOsmrg5CN .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-umOsmrg5CN .card {
    max-width: 12.5%;
  }
}
.cid-upy1hNKX3x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-upy1hNKX3x .line {
  background-color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upy1hNKX3x .mbr-text {
  color: #111100;
}
.cid-umOt1ZbTzP {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-umOt1ZbTzP .mbr-fallback-image.disabled {
  display: none;
}
.cid-umOt1ZbTzP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umOt1ZbTzP .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-umOt1ZbTzP .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-umOt1ZbTzP .mbr-section-title {
  color: #6e8c8e;
}
.cid-upy1izr7PX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-upy1izr7PX .line {
  background-color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upy1izr7PX .mbr-text {
  color: #111100;
}
.cid-sFAw7z51L3 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sFAw7z51L3 img {
  width: 120px;
  margin: auto;
}
.cid-sFAw7z51L3 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sFAw7z51L3 .card {
    max-width: 12.5%;
  }
}
.cid-sFAw7z51L3 .mbr-section-subtitle {
  color: #353535;
}
.cid-sFAw7z51L3 .mbr-section-title {
  color: #6e8c8e;
}
.cid-upy1jnrMTs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-upy1jnrMTs .line {
  background-color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upy1jnrMTs .mbr-text {
  color: #111100;
}
.cid-untpfBGxVm {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-untpfBGxVm .mbr-fallback-image.disabled {
  display: none;
}
.cid-untpfBGxVm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untpfBGxVm .mbr-section-title {
  text-align: center;
  color: #6e8c8e;
}
.cid-untpfBGxVm .mbr-section-subtitle {
  text-align: center;
}
.cid-untpeqTYxt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-untpeqTYxt .mbr-fallback-image.disabled {
  display: none;
}
.cid-untpeqTYxt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untpeqTYxt .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ff8a00;
  margin-bottom: 2rem;
}
.cid-untpeqTYxt .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-upy1l6aBy2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-upy1l6aBy2 .line {
  background-color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upy1l6aBy2 .mbr-text {
  color: #111100;
}
.cid-sFCygHrmNf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6e8c8e;
}
.cid-sFCygHrmNf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sFCygHrmNf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sFCygHrmNf .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sFCygHrmNf .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFCygHrmNf .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFCygHrmNf .row .foot-menu li p {
  margin: 0;
}
.cid-sFCygHrmNf .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sFCygHrmNf .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFCygHrmNf .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFCygHrmNf .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sFCygHrmNf .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFCygHrmNf .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFCygHrmNf .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFCygHrmNf .row .row-copirayt p {
  width: 100%;
}
.cid-ungJllBe4Q {
  z-index: 1000;
  width: 100%;
}
.cid-ungJllBe4Q nav.navbar {
  position: fixed;
}
.cid-ungJllBe4Q .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-ungJllBe4Q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ungJllBe4Q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ungJllBe4Q .dropdown-item:hover,
.cid-ungJllBe4Q .dropdown-item:focus {
  background: #ff8a00 !important;
  color: white !important;
}
.cid-ungJllBe4Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ungJllBe4Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ungJllBe4Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ungJllBe4Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ungJllBe4Q .nav-link {
  position: relative;
}
.cid-ungJllBe4Q .container {
  display: flex;
  margin: auto;
}
.cid-ungJllBe4Q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ungJllBe4Q .dropdown-menu,
.cid-ungJllBe4Q .navbar.opened {
  background: #fafafa !important;
}
.cid-ungJllBe4Q .nav-item:focus,
.cid-ungJllBe4Q .nav-link:focus {
  outline: none;
}
.cid-ungJllBe4Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ungJllBe4Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ungJllBe4Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ungJllBe4Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ungJllBe4Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ungJllBe4Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ungJllBe4Q .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-ungJllBe4Q .navbar.opened {
  transition: all 0.3s;
}
.cid-ungJllBe4Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ungJllBe4Q .navbar .navbar-logo img {
  width: auto;
}
.cid-ungJllBe4Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ungJllBe4Q .navbar.collapsed {
  justify-content: center;
}
.cid-ungJllBe4Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ungJllBe4Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ungJllBe4Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ungJllBe4Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ungJllBe4Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ungJllBe4Q .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-ungJllBe4Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ungJllBe4Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ungJllBe4Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ungJllBe4Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ungJllBe4Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ungJllBe4Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ungJllBe4Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ungJllBe4Q .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-ungJllBe4Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ungJllBe4Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ungJllBe4Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ungJllBe4Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ungJllBe4Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ungJllBe4Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ungJllBe4Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-ungJllBe4Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ungJllBe4Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ungJllBe4Q .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-ungJllBe4Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ungJllBe4Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ungJllBe4Q .dropdown-item.active,
.cid-ungJllBe4Q .dropdown-item:active {
  background-color: transparent;
}
.cid-ungJllBe4Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ungJllBe4Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ungJllBe4Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ungJllBe4Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-ungJllBe4Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ungJllBe4Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ungJllBe4Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ungJllBe4Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ungJllBe4Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ungJllBe4Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8a00;
}
.cid-ungJllBe4Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ungJllBe4Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ungJllBe4Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ungJllBe4Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ungJllBe4Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ungJllBe4Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ungJllBe4Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ungJllBe4Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ungJllBe4Q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ungJllBe4Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ungJllBe4Q .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-ungJllBe4Q .navbar {
    height: 70px;
  }
  .cid-ungJllBe4Q .navbar.opened {
    height: auto;
  }
  .cid-ungJllBe4Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ungJlnKBlp {
  background-image: url("../../../assets/images/1-1920x1080.webp");
}
.cid-ungJlnKBlp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ungJlnKBlp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ungJlnKBlp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ungJlnKBlp .row {
  flex-direction: row-reverse;
}
.cid-ungJlnKBlp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ungJlnKBlp .text-wrapper {
    padding: 2rem;
  }
}
.cid-ungJlnKBlp .mbr-section-title {
  color: #ffffff;
}
.cid-ungJlnKBlp .mbr-text {
  color: #ffffff;
}
.cid-upya1BVbfq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upya1BVbfq .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upya1BVbfq .mbr-text {
  color: #111100;
}
.cid-upya4VT0Zp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-upya4VT0Zp .line {
  background-color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upya4VT0Zp .mbr-text {
  color: #111100;
}
.cid-ungJlpmqWv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ungJlpmqWv .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ungJlpmqWv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ungJlpmqWv .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-ungJlpmqWv .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ungJlpmqWv .mbr-section-title {
  color: #6e8c8e;
}
.cid-upya5XJHhf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-upya5XJHhf .line {
  background-color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upya5XJHhf .mbr-text {
  color: #111100;
}
.cid-ungJlpHeGh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ungJlpHeGh .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ungJlpHeGh .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ungJlpHeGh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ungJlpHeGh .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-ungJlpHeGh .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ungJlpHeGh .mbr-section-title {
  color: #6e8c8e;
}
.cid-upya9i7m8R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-upya9i7m8R .line {
  background-color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upya9i7m8R .mbr-text {
  color: #111100;
}
.cid-unhC4S7rA9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unhC4S7rA9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unhC4S7rA9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unhC4S7rA9 .mbr-section-title {
  color: #6e8c8e;
}
.cid-unhBEdXOaL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #fafafa;
}
.cid-unhBEdXOaL .mbr-fallback-image.disabled {
  display: none;
}
.cid-unhBEdXOaL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unhBEdXOaL .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-unhBEdXOaL .plan-body {
  padding-bottom: 2rem;
}
.cid-unhBEdXOaL .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-unhBEdXOaL .price {
  color: #ff8a00;
}
.cid-unhBEdXOaL .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-unhBEdXOaL .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-unhBEdXOaL .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-unhBEdXOaL .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-unhBEdXOaL .plan {
    margin-bottom: 2rem;
  }
}
.cid-uovsN56e3G {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #fafafa;
}
.cid-uovsN56e3G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uovsN56e3G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uovsN56e3G .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uovsN56e3G .plan-body {
  padding-bottom: 2rem;
}
.cid-uovsN56e3G .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uovsN56e3G .price {
  color: #ff8a00;
}
.cid-uovsN56e3G .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uovsN56e3G .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uovsN56e3G .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uovsN56e3G .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uovsN56e3G .plan {
    margin-bottom: 2rem;
  }
}
.cid-uovsN56e3G UL {
  text-align: center;
}
.cid-uoB8WrXhRZ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uoB8WrXhRZ .mbr-text {
  text-align: center;
}
.cid-uoBc0Soozj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoBc0Soozj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoBc0Soozj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uoBc0Soozj .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uoBc0Soozj .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uoBc0Soozj .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uoBc0Soozj .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uoBc0Soozj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uoBc0Soozj .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uoBc0Soozj .card-title {
  color: #6e8c8e;
}
.cid-ungJlrC5qR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ungJlrC5qR img {
  width: 120px;
  margin: auto;
}
.cid-ungJlrC5qR .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ungJlrC5qR .card {
    max-width: 12.5%;
  }
}
.cid-upyaewy2cV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-upyaewy2cV .line {
  background-color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upyaewy2cV .mbr-text {
  color: #111100;
}
.cid-ungJlsHTdn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ungJlsHTdn img {
  width: 120px;
  margin: auto;
}
.cid-ungJlsHTdn .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ungJlsHTdn .card {
    max-width: 12.5%;
  }
}
.cid-ungJlsHTdn .mbr-section-subtitle {
  color: #353535;
}
.cid-ungJlsHTdn .mbr-section-title {
  color: #6e8c8e;
}
.cid-upyafnBveB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-upyafnBveB .line {
  background-color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upyafnBveB .mbr-text {
  color: #111100;
}
.cid-untq3kDQj9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-untq3kDQj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-untq3kDQj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-untq3kDQj9 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-untq3kDQj9 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-untq3kDQj9 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-untq3kDQj9 .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-untq3kDQj9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-untq3kDQj9 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-untq3kDQj9 .card-title {
  color: #6e8c8e;
}
.cid-upyag9mQiu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-upyag9mQiu .line {
  background-color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upyag9mQiu .mbr-text {
  color: #111100;
}
.cid-ungJlu0yMz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6e8c8e;
}
.cid-ungJlu0yMz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ungJlu0yMz .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ungJlu0yMz .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ungJlu0yMz .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ungJlu0yMz .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ungJlu0yMz .row .foot-menu li p {
  margin: 0;
}
.cid-ungJlu0yMz .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ungJlu0yMz .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ungJlu0yMz .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ungJlu0yMz .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ungJlu0yMz .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ungJlu0yMz .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ungJlu0yMz .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ungJlu0yMz .row .row-copirayt p {
  width: 100%;
}
.cid-uo7Cp9XCvq {
  z-index: 1000;
  width: 100%;
}
.cid-uo7Cp9XCvq nav.navbar {
  position: fixed;
}
.cid-uo7Cp9XCvq .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-uo7Cp9XCvq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uo7Cp9XCvq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uo7Cp9XCvq .dropdown-item:hover,
.cid-uo7Cp9XCvq .dropdown-item:focus {
  background: #ff8a00 !important;
  color: white !important;
}
.cid-uo7Cp9XCvq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uo7Cp9XCvq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uo7Cp9XCvq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uo7Cp9XCvq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uo7Cp9XCvq .nav-link {
  position: relative;
}
.cid-uo7Cp9XCvq .container {
  display: flex;
  margin: auto;
}
.cid-uo7Cp9XCvq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo7Cp9XCvq .dropdown-menu,
.cid-uo7Cp9XCvq .navbar.opened {
  background: #fafafa !important;
}
.cid-uo7Cp9XCvq .nav-item:focus,
.cid-uo7Cp9XCvq .nav-link:focus {
  outline: none;
}
.cid-uo7Cp9XCvq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uo7Cp9XCvq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uo7Cp9XCvq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uo7Cp9XCvq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo7Cp9XCvq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uo7Cp9XCvq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uo7Cp9XCvq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-uo7Cp9XCvq .navbar.opened {
  transition: all 0.3s;
}
.cid-uo7Cp9XCvq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uo7Cp9XCvq .navbar .navbar-logo img {
  width: auto;
}
.cid-uo7Cp9XCvq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uo7Cp9XCvq .navbar.collapsed {
  justify-content: center;
}
.cid-uo7Cp9XCvq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uo7Cp9XCvq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo7Cp9XCvq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uo7Cp9XCvq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo7Cp9XCvq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo7Cp9XCvq .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-uo7Cp9XCvq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo7Cp9XCvq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uo7Cp9XCvq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo7Cp9XCvq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uo7Cp9XCvq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo7Cp9XCvq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo7Cp9XCvq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo7Cp9XCvq .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-uo7Cp9XCvq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uo7Cp9XCvq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo7Cp9XCvq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uo7Cp9XCvq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uo7Cp9XCvq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uo7Cp9XCvq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo7Cp9XCvq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uo7Cp9XCvq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uo7Cp9XCvq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uo7Cp9XCvq .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-uo7Cp9XCvq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uo7Cp9XCvq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo7Cp9XCvq .dropdown-item.active,
.cid-uo7Cp9XCvq .dropdown-item:active {
  background-color: transparent;
}
.cid-uo7Cp9XCvq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo7Cp9XCvq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo7Cp9XCvq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo7Cp9XCvq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uo7Cp9XCvq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uo7Cp9XCvq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo7Cp9XCvq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uo7Cp9XCvq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uo7Cp9XCvq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uo7Cp9XCvq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8a00;
}
.cid-uo7Cp9XCvq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo7Cp9XCvq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo7Cp9XCvq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo7Cp9XCvq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo7Cp9XCvq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo7Cp9XCvq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo7Cp9XCvq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo7Cp9XCvq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo7Cp9XCvq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uo7Cp9XCvq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uo7Cp9XCvq .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-uo7Cp9XCvq .navbar {
    height: 70px;
  }
  .cid-uo7Cp9XCvq .navbar.opened {
    height: auto;
  }
  .cid-uo7Cp9XCvq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo7CpfItq1 {
  background-image: url("../../../assets/images/10-copy-1920x1080.webp");
}
.cid-uo7CpfItq1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo7CpfItq1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uo7CpfItq1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uo7CpfItq1 .row {
  flex-direction: row-reverse;
}
.cid-uo7CpfItq1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uo7CpfItq1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uo7CpfItq1 .mbr-section-title {
  color: #ffffff;
}
.cid-uo7CpfItq1 .mbr-text {
  color: #ffffff;
}
.cid-upycNgZMgx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upycNgZMgx .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upycNgZMgx .mbr-text {
  color: #111100;
}
.cid-upycOp4rKt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-upycOp4rKt .line {
  background-color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upycOp4rKt .mbr-text {
  color: #111100;
}
.cid-uo7Cpig1Wo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uo7Cpig1Wo .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uo7Cpig1Wo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uo7Cpig1Wo .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo7Cpig1Wo .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uo7Cpig1Wo .mbr-section-title {
  color: #6e8c8e;
}
.cid-uo7HGbi5ve {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uo7HGbi5ve .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo7HGbi5ve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo7HGbi5ve .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uo7HGbi5ve .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uo7HGbi5ve .mbr-iconfont {
  font-size: 2rem;
  color: #ff8a00;
  padding-right: 1.5rem;
}
.cid-uo7CpjxN4l {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uo7CpjxN4l .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uo7CpjxN4l .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uo7CpjxN4l .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uo7CpjxN4l .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo7CpjxN4l .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uo7CpjxN4l .mbr-section-title {
  color: #6e8c8e;
}
.cid-upycQtCuV4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-upycQtCuV4 .line {
  background-color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upycQtCuV4 .mbr-text {
  color: #111100;
}
.cid-uo7KmORYUt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uo7KmORYUt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo7KmORYUt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo7KmORYUt .mbr-section-title {
  color: #6e8c8e;
}
.cid-uo7KhSkreW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uo7KhSkreW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo7KhSkreW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo7KhSkreW .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uo7KhSkreW .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uo7KhSkreW .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-upydxaq7qo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-upydxaq7qo .line {
  background-color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upydxaq7qo .mbr-text {
  color: #111100;
}
.cid-uo7CpkZvmo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uo7CpkZvmo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo7CpkZvmo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo7CpkZvmo .mbr-section-title {
  color: #6e8c8e;
}
.cid-uo7CpmbkNl {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-uo7CpmbkNl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo7CpmbkNl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo7CpmbkNl .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uo7CpmbkNl .plan-body {
  padding-bottom: 2rem;
}
.cid-uo7CpmbkNl .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uo7CpmbkNl .price {
  color: #ff8a00;
}
.cid-uo7CpmbkNl .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uo7CpmbkNl .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uo7CpmbkNl .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uo7CpmbkNl .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uo7CpmbkNl .plan {
    margin-bottom: 2rem;
  }
}
.cid-uo7CpmbkNl .plan-title {
  text-align: center;
}
.cid-uo7CpsTeso {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uo7CpsTeso img {
  width: 120px;
  margin: auto;
}
.cid-uo7CpsTeso .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uo7CpsTeso .card {
    max-width: 12.5%;
  }
}
.cid-uo7CpsTeso .mbr-section-subtitle {
  color: #353535;
}
.cid-uo7CpsTeso .mbr-section-title {
  color: #6e8c8e;
}
.cid-upycTBnQwJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-upycTBnQwJ .line {
  background-color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upycTBnQwJ .mbr-text {
  color: #111100;
}
.cid-uo7CptOJHs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uo7CptOJHs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo7CptOJHs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uo7CptOJHs .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uo7CptOJHs .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uo7CptOJHs .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uo7CptOJHs .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uo7CptOJHs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uo7CptOJHs .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uo7CptOJHs .card-title {
  color: #6e8c8e;
}
.cid-uo7CpK19u2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6e8c8e;
}
.cid-uo7CpK19u2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uo7CpK19u2 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uo7CpK19u2 .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uo7CpK19u2 .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uo7CpK19u2 .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uo7CpK19u2 .row .foot-menu li p {
  margin: 0;
}
.cid-uo7CpK19u2 .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uo7CpK19u2 .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uo7CpK19u2 .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uo7CpK19u2 .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uo7CpK19u2 .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uo7CpK19u2 .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uo7CpK19u2 .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uo7CpK19u2 .row .row-copirayt p {
  width: 100%;
}
.cid-ungJzgm1g5 {
  z-index: 1000;
  width: 100%;
}
.cid-ungJzgm1g5 nav.navbar {
  position: fixed;
}
.cid-ungJzgm1g5 .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-ungJzgm1g5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ungJzgm1g5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ungJzgm1g5 .dropdown-item:hover,
.cid-ungJzgm1g5 .dropdown-item:focus {
  background: #ff8a00 !important;
  color: white !important;
}
.cid-ungJzgm1g5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ungJzgm1g5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ungJzgm1g5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ungJzgm1g5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ungJzgm1g5 .nav-link {
  position: relative;
}
.cid-ungJzgm1g5 .container {
  display: flex;
  margin: auto;
}
.cid-ungJzgm1g5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ungJzgm1g5 .dropdown-menu,
.cid-ungJzgm1g5 .navbar.opened {
  background: #fafafa !important;
}
.cid-ungJzgm1g5 .nav-item:focus,
.cid-ungJzgm1g5 .nav-link:focus {
  outline: none;
}
.cid-ungJzgm1g5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ungJzgm1g5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ungJzgm1g5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ungJzgm1g5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ungJzgm1g5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ungJzgm1g5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ungJzgm1g5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-ungJzgm1g5 .navbar.opened {
  transition: all 0.3s;
}
.cid-ungJzgm1g5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ungJzgm1g5 .navbar .navbar-logo img {
  width: auto;
}
.cid-ungJzgm1g5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ungJzgm1g5 .navbar.collapsed {
  justify-content: center;
}
.cid-ungJzgm1g5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ungJzgm1g5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ungJzgm1g5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ungJzgm1g5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ungJzgm1g5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ungJzgm1g5 .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-ungJzgm1g5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ungJzgm1g5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ungJzgm1g5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ungJzgm1g5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ungJzgm1g5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ungJzgm1g5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ungJzgm1g5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ungJzgm1g5 .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-ungJzgm1g5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ungJzgm1g5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ungJzgm1g5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ungJzgm1g5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ungJzgm1g5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ungJzgm1g5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ungJzgm1g5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ungJzgm1g5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ungJzgm1g5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ungJzgm1g5 .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-ungJzgm1g5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ungJzgm1g5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ungJzgm1g5 .dropdown-item.active,
.cid-ungJzgm1g5 .dropdown-item:active {
  background-color: transparent;
}
.cid-ungJzgm1g5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ungJzgm1g5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ungJzgm1g5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ungJzgm1g5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-ungJzgm1g5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ungJzgm1g5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ungJzgm1g5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ungJzgm1g5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ungJzgm1g5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ungJzgm1g5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8a00;
}
.cid-ungJzgm1g5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ungJzgm1g5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ungJzgm1g5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ungJzgm1g5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ungJzgm1g5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ungJzgm1g5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ungJzgm1g5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ungJzgm1g5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ungJzgm1g5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ungJzgm1g5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ungJzgm1g5 .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-ungJzgm1g5 .navbar {
    height: 70px;
  }
  .cid-ungJzgm1g5 .navbar.opened {
    height: auto;
  }
  .cid-ungJzgm1g5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ungJzhBws4 {
  background-image: url("../../../assets/images/8-1920x1080.webp");
}
.cid-ungJzhBws4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ungJzhBws4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ungJzhBws4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ungJzhBws4 .row {
  flex-direction: row-reverse;
}
.cid-ungJzhBws4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ungJzhBws4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ungJzhBws4 .mbr-section-title {
  color: #ffffff;
}
.cid-ungJzhBws4 .mbr-text {
  color: #ffffff;
}
.cid-upyokjD01g {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upyokjD01g .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upyokjD01g .mbr-text {
  color: #111100;
}
.cid-upyobyxVYf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-upyobyxVYf .line {
  background-color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upyobyxVYf .mbr-text {
  color: #111100;
}
.cid-ungJziqyqW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ungJziqyqW .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ungJziqyqW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ungJziqyqW .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-ungJziqyqW .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ungJziqyqW .mbr-section-title {
  color: #6e8c8e;
}
.cid-uni3fqxDlX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uni3fqxDlX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uni3fqxDlX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uni3fqxDlX ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uni3fqxDlX li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uni3fqxDlX ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff8a00;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-ungJziUffp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ungJziUffp img,
.cid-ungJziUffp .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ungJziUffp .item:focus,
.cid-ungJziUffp span:focus {
  outline: none;
}
.cid-ungJziUffp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ungJziUffp .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ungJziUffp .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ungJziUffp .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ungJziUffp .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ungJziUffp .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ungJziUffp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ungJziUffp .mbr-section-title {
  color: #6e8c8e;
}
.cid-ungJziUffp .mbr-text,
.cid-ungJziUffp .mbr-section-btn {
  text-align: left;
}
.cid-ungJziUffp .item-title {
  text-align: left;
}
.cid-ungJziUffp .item-subtitle {
  text-align: center;
}
.cid-upyp1qsdLn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-upyp1qsdLn .line {
  background-color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upyp1qsdLn .mbr-text {
  color: #111100;
}
.cid-ungJzjpJ8Y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ungJzjpJ8Y img,
.cid-ungJzjpJ8Y .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ungJzjpJ8Y .item:focus,
.cid-ungJzjpJ8Y span:focus {
  outline: none;
}
.cid-ungJzjpJ8Y .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ungJzjpJ8Y .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ungJzjpJ8Y .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ungJzjpJ8Y .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ungJzjpJ8Y .item-wrapper {
  background: transparent;
}
.cid-ungJzjpJ8Y .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ungJzjpJ8Y .mbr-section-title {
  color: #6e8c8e;
}
.cid-ungJzjpJ8Y .mbr-text,
.cid-ungJzjpJ8Y .mbr-section-btn {
  text-align: center;
}
.cid-ungJzjpJ8Y .item-title {
  text-align: center;
}
.cid-ungJzjpJ8Y .item-subtitle {
  text-align: center;
}
.cid-upyoe9Khej {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-upyoe9Khej .line {
  background-color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upyoe9Khej .mbr-text {
  color: #111100;
}
.cid-unhFrZk4wx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unhFrZk4wx .mbr-fallback-image.disabled {
  display: none;
}
.cid-unhFrZk4wx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unhFrZk4wx .mbr-section-title {
  color: #6e8c8e;
}
.cid-unhFlvCopx {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #fafafa;
}
.cid-unhFlvCopx .mbr-fallback-image.disabled {
  display: none;
}
.cid-unhFlvCopx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unhFlvCopx .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-unhFlvCopx .plan-body {
  padding-bottom: 2rem;
}
.cid-unhFlvCopx .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-unhFlvCopx .price {
  color: #ff8a00;
}
.cid-unhFlvCopx .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-unhFlvCopx .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-unhFlvCopx .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-unhFlvCopx .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-unhFlvCopx .plan {
    margin-bottom: 2rem;
  }
}
.cid-unhFlvCopx .plan-title {
  text-align: center;
}
.cid-ungJzkSjAW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ungJzkSjAW img {
  width: 120px;
  margin: auto;
}
.cid-ungJzkSjAW .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ungJzkSjAW .card {
    max-width: 12.5%;
  }
}
.cid-ungJzkSjAW .mbr-section-subtitle {
  color: #353535;
}
.cid-ungJzkSjAW .mbr-section-title {
  color: #6e8c8e;
}
.cid-upyoipZGtM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-upyoipZGtM .line {
  background-color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upyoipZGtM .mbr-text {
  color: #111100;
}
.cid-untsmOY28p {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-untsmOY28p .mbr-fallback-image.disabled {
  display: none;
}
.cid-untsmOY28p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-untsmOY28p .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-untsmOY28p .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-untsmOY28p .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-untsmOY28p .item-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
  background-color: transparent;
}
.cid-untsmOY28p .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-untsmOY28p .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-untsmOY28p .card-title {
  color: #6e8c8e;
}
.cid-ungJzlE8f4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6e8c8e;
}
.cid-ungJzlE8f4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ungJzlE8f4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ungJzlE8f4 .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ungJzlE8f4 .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ungJzlE8f4 .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ungJzlE8f4 .row .foot-menu li p {
  margin: 0;
}
.cid-ungJzlE8f4 .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ungJzlE8f4 .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ungJzlE8f4 .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ungJzlE8f4 .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ungJzlE8f4 .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ungJzlE8f4 .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ungJzlE8f4 .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ungJzlE8f4 .row .row-copirayt p {
  width: 100%;
}
.cid-ungJuTNjyB {
  z-index: 1000;
  width: 100%;
}
.cid-ungJuTNjyB nav.navbar {
  position: fixed;
}
.cid-ungJuTNjyB .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-ungJuTNjyB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ungJuTNjyB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ungJuTNjyB .dropdown-item:hover,
.cid-ungJuTNjyB .dropdown-item:focus {
  background: #ff8a00 !important;
  color: white !important;
}
.cid-ungJuTNjyB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ungJuTNjyB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ungJuTNjyB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ungJuTNjyB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ungJuTNjyB .nav-link {
  position: relative;
}
.cid-ungJuTNjyB .container {
  display: flex;
  margin: auto;
}
.cid-ungJuTNjyB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ungJuTNjyB .dropdown-menu,
.cid-ungJuTNjyB .navbar.opened {
  background: #fafafa !important;
}
.cid-ungJuTNjyB .nav-item:focus,
.cid-ungJuTNjyB .nav-link:focus {
  outline: none;
}
.cid-ungJuTNjyB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ungJuTNjyB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ungJuTNjyB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ungJuTNjyB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ungJuTNjyB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ungJuTNjyB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ungJuTNjyB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-ungJuTNjyB .navbar.opened {
  transition: all 0.3s;
}
.cid-ungJuTNjyB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ungJuTNjyB .navbar .navbar-logo img {
  width: auto;
}
.cid-ungJuTNjyB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ungJuTNjyB .navbar.collapsed {
  justify-content: center;
}
.cid-ungJuTNjyB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ungJuTNjyB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ungJuTNjyB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ungJuTNjyB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ungJuTNjyB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ungJuTNjyB .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-ungJuTNjyB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ungJuTNjyB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ungJuTNjyB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ungJuTNjyB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ungJuTNjyB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ungJuTNjyB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ungJuTNjyB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ungJuTNjyB .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-ungJuTNjyB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ungJuTNjyB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ungJuTNjyB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ungJuTNjyB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ungJuTNjyB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ungJuTNjyB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ungJuTNjyB .navbar.navbar-short {
  min-height: 60px;
}
.cid-ungJuTNjyB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ungJuTNjyB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ungJuTNjyB .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-ungJuTNjyB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ungJuTNjyB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ungJuTNjyB .dropdown-item.active,
.cid-ungJuTNjyB .dropdown-item:active {
  background-color: transparent;
}
.cid-ungJuTNjyB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ungJuTNjyB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ungJuTNjyB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ungJuTNjyB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-ungJuTNjyB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ungJuTNjyB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ungJuTNjyB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ungJuTNjyB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ungJuTNjyB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ungJuTNjyB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8a00;
}
.cid-ungJuTNjyB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ungJuTNjyB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ungJuTNjyB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ungJuTNjyB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ungJuTNjyB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ungJuTNjyB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ungJuTNjyB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ungJuTNjyB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ungJuTNjyB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ungJuTNjyB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ungJuTNjyB .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-ungJuTNjyB .navbar {
    height: 70px;
  }
  .cid-ungJuTNjyB .navbar.opened {
    height: auto;
  }
  .cid-ungJuTNjyB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ungJuV0vWt {
  background-image: url("../../../assets/images/7-1920x1080.webp");
}
.cid-ungJuV0vWt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ungJuV0vWt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ungJuV0vWt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ungJuV0vWt .row {
  flex-direction: row-reverse;
}
.cid-ungJuV0vWt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ungJuV0vWt .text-wrapper {
    padding: 2rem;
  }
}
.cid-ungJuV0vWt .mbr-section-title {
  color: #ffffff;
}
.cid-ungJuV0vWt .mbr-text {
  color: #ffffff;
}
.cid-upyn7ykHFd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upyn7ykHFd .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upyn7ykHFd .mbr-text {
  color: #111100;
}
.cid-upyn0bh7e5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-upyn0bh7e5 .line {
  background-color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upyn0bh7e5 .mbr-text {
  color: #111100;
}
.cid-ungJuVPPS4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ungJuVPPS4 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ungJuVPPS4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ungJuVPPS4 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-ungJuVPPS4 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-upyn5TI9a2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-upyn5TI9a2 .line {
  background-color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upyn5TI9a2 .mbr-text {
  color: #111100;
}
.cid-ungJuWhCUb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ungJuWhCUb img,
.cid-ungJuWhCUb .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ungJuWhCUb .item:focus,
.cid-ungJuWhCUb span:focus {
  outline: none;
}
.cid-ungJuWhCUb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ungJuWhCUb .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ungJuWhCUb .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ungJuWhCUb .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ungJuWhCUb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ungJuWhCUb .mbr-section-title {
  color: #232323;
}
.cid-ungJuWhCUb .mbr-text,
.cid-ungJuWhCUb .mbr-section-btn {
  text-align: left;
}
.cid-ungJuWhCUb .item-title {
  text-align: left;
}
.cid-ungJuWhCUb .item-subtitle {
  text-align: center;
}
.cid-upyn3dx7oE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-upyn3dx7oE .line {
  background-color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upyn3dx7oE .mbr-text {
  color: #111100;
}
.cid-ungJuWKdNQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ungJuWKdNQ img,
.cid-ungJuWKdNQ .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ungJuWKdNQ .item:focus,
.cid-ungJuWKdNQ span:focus {
  outline: none;
}
.cid-ungJuWKdNQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ungJuWKdNQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ungJuWKdNQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ungJuWKdNQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ungJuWKdNQ .item-wrapper {
  background: transparent;
}
.cid-ungJuWKdNQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ungJuWKdNQ .mbr-section-title {
  color: #232323;
}
.cid-ungJuWKdNQ .mbr-text,
.cid-ungJuWKdNQ .mbr-section-btn {
  text-align: center;
}
.cid-ungJuWKdNQ .item-title {
  text-align: center;
}
.cid-ungJuWKdNQ .item-subtitle {
  text-align: center;
}
.cid-upyn48jpBN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-upyn48jpBN .line {
  background-color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upyn48jpBN .mbr-text {
  color: #111100;
}
.cid-uoG8IT8miQ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uoG8IT8miQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoG8IT8miQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uoG8IT8miQ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uoG8IT8miQ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uoG8IT8miQ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uoG8IT8miQ .item-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
  background-color: transparent;
}
.cid-uoG8IT8miQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uoG8IT8miQ .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uoG8IT8miQ .card-title {
  color: #6e8c8e;
}
.cid-ungJuYsNqb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6e8c8e;
}
.cid-ungJuYsNqb .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ungJuYsNqb .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ungJuYsNqb .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ungJuYsNqb .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ungJuYsNqb .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ungJuYsNqb .row .foot-menu li p {
  margin: 0;
}
.cid-ungJuYsNqb .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ungJuYsNqb .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ungJuYsNqb .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ungJuYsNqb .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ungJuYsNqb .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ungJuYsNqb .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ungJuYsNqb .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ungJuYsNqb .row .row-copirayt p {
  width: 100%;
}
.cid-ungJs1OXW9 {
  z-index: 1000;
  width: 100%;
}
.cid-ungJs1OXW9 nav.navbar {
  position: fixed;
}
.cid-ungJs1OXW9 .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-ungJs1OXW9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ungJs1OXW9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ungJs1OXW9 .dropdown-item:hover,
.cid-ungJs1OXW9 .dropdown-item:focus {
  background: #ff8a00 !important;
  color: white !important;
}
.cid-ungJs1OXW9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ungJs1OXW9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ungJs1OXW9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ungJs1OXW9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ungJs1OXW9 .nav-link {
  position: relative;
}
.cid-ungJs1OXW9 .container {
  display: flex;
  margin: auto;
}
.cid-ungJs1OXW9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ungJs1OXW9 .dropdown-menu,
.cid-ungJs1OXW9 .navbar.opened {
  background: #fafafa !important;
}
.cid-ungJs1OXW9 .nav-item:focus,
.cid-ungJs1OXW9 .nav-link:focus {
  outline: none;
}
.cid-ungJs1OXW9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ungJs1OXW9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ungJs1OXW9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ungJs1OXW9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ungJs1OXW9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ungJs1OXW9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ungJs1OXW9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-ungJs1OXW9 .navbar.opened {
  transition: all 0.3s;
}
.cid-ungJs1OXW9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ungJs1OXW9 .navbar .navbar-logo img {
  width: auto;
}
.cid-ungJs1OXW9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ungJs1OXW9 .navbar.collapsed {
  justify-content: center;
}
.cid-ungJs1OXW9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ungJs1OXW9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ungJs1OXW9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ungJs1OXW9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ungJs1OXW9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ungJs1OXW9 .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-ungJs1OXW9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ungJs1OXW9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ungJs1OXW9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ungJs1OXW9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ungJs1OXW9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ungJs1OXW9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ungJs1OXW9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ungJs1OXW9 .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-ungJs1OXW9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ungJs1OXW9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ungJs1OXW9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ungJs1OXW9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ungJs1OXW9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ungJs1OXW9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ungJs1OXW9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ungJs1OXW9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ungJs1OXW9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ungJs1OXW9 .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-ungJs1OXW9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ungJs1OXW9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ungJs1OXW9 .dropdown-item.active,
.cid-ungJs1OXW9 .dropdown-item:active {
  background-color: transparent;
}
.cid-ungJs1OXW9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ungJs1OXW9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ungJs1OXW9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ungJs1OXW9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-ungJs1OXW9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ungJs1OXW9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ungJs1OXW9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ungJs1OXW9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ungJs1OXW9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ungJs1OXW9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8a00;
}
.cid-ungJs1OXW9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ungJs1OXW9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ungJs1OXW9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ungJs1OXW9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ungJs1OXW9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ungJs1OXW9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ungJs1OXW9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ungJs1OXW9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ungJs1OXW9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ungJs1OXW9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ungJs1OXW9 .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-ungJs1OXW9 .navbar {
    height: 70px;
  }
  .cid-ungJs1OXW9 .navbar.opened {
    height: auto;
  }
  .cid-ungJs1OXW9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ungJs2VDJb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/6-1920x1080.webp");
}
.cid-ungJs2VDJb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ungJs2VDJb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ungJs2VDJb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ungJs2VDJb .row {
  flex-direction: row-reverse;
}
.cid-ungJs2VDJb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ungJs2VDJb .text-wrapper {
    padding: 2rem;
  }
}
.cid-ungJs2VDJb .mbr-section-title {
  color: #ffffff;
}
.cid-ungJs2VDJb .mbr-text {
  color: #ffffff;
}
.cid-upylYO8YAN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upylYO8YAN .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upylYO8YAN .mbr-text {
  color: #111100;
}
.cid-upylUHeafD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-upylUHeafD .line {
  background-color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upylUHeafD .mbr-text {
  color: #111100;
}
.cid-ungJs3DObA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ungJs3DObA .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ungJs3DObA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ungJs3DObA .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-ungJs3DObA .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ungJs3DObA .mbr-section-title {
  color: #6e8c8e;
}
.cid-unhX3Q4tQj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-unhX3Q4tQj .mbr-fallback-image.disabled {
  display: none;
}
.cid-unhX3Q4tQj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unhX3Q4tQj ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-unhX3Q4tQj li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-unhX3Q4tQj ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff8a00;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-unhX3Q4tQj .list {
  color: #111100;
}
.cid-ungJs4vpI6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ungJs4vpI6 img,
.cid-ungJs4vpI6 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ungJs4vpI6 .item:focus,
.cid-ungJs4vpI6 span:focus {
  outline: none;
}
.cid-ungJs4vpI6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ungJs4vpI6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ungJs4vpI6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ungJs4vpI6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ungJs4vpI6 .item-wrapper {
  background: transparent;
}
.cid-ungJs4vpI6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ungJs4vpI6 .mbr-section-title {
  color: #6e8c8e;
}
.cid-ungJs4vpI6 .mbr-text,
.cid-ungJs4vpI6 .mbr-section-btn {
  text-align: center;
}
.cid-ungJs4vpI6 .item-title {
  text-align: center;
}
.cid-ungJs4vpI6 .item-subtitle {
  text-align: center;
}
.cid-upylVMnQL8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-upylVMnQL8 .line {
  background-color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upylVMnQL8 .mbr-text {
  color: #111100;
}
.cid-ungJs4Qszj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ungJs4Qszj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ungJs4Qszj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ungJs4Qszj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ungJs4Qszj .row {
  flex-direction: row-reverse;
}
.cid-ungJs4Qszj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ungJs4Qszj .text-wrapper {
    padding: 2rem;
  }
}
.cid-ungJs4Qszj .mbr-section-title {
  color: #6e8c8e;
}
.cid-ungJs53aki {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ungJs53aki img {
  width: 120px;
  margin: auto;
}
.cid-ungJs53aki .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ungJs53aki .card {
    max-width: 12.5%;
  }
}
.cid-upylWPfCDa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-upylWPfCDa .line {
  background-color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upylWPfCDa .mbr-text {
  color: #111100;
}
.cid-unto8ms9Hk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unto8ms9Hk .mbr-fallback-image.disabled {
  display: none;
}
.cid-unto8ms9Hk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unto8ms9Hk .mbr-section-title {
  text-align: center;
  color: #6e8c8e;
}
.cid-unto8ms9Hk .mbr-section-subtitle {
  text-align: center;
}
.cid-upymL1ZXBA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upymL1ZXBA .mbr-fallback-image.disabled {
  display: none;
}
.cid-upymL1ZXBA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upymL1ZXBA .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ff8a00;
  margin-bottom: 2rem;
}
.cid-upymL1ZXBA .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ungJs6gvGv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6e8c8e;
}
.cid-ungJs6gvGv .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ungJs6gvGv .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ungJs6gvGv .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ungJs6gvGv .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ungJs6gvGv .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ungJs6gvGv .row .foot-menu li p {
  margin: 0;
}
.cid-ungJs6gvGv .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ungJs6gvGv .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ungJs6gvGv .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ungJs6gvGv .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ungJs6gvGv .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ungJs6gvGv .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ungJs6gvGv .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ungJs6gvGv .row .row-copirayt p {
  width: 100%;
}
.cid-ungJoNL8Jt {
  z-index: 1000;
  width: 100%;
}
.cid-ungJoNL8Jt nav.navbar {
  position: fixed;
}
.cid-ungJoNL8Jt .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-ungJoNL8Jt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ungJoNL8Jt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ungJoNL8Jt .dropdown-item:hover,
.cid-ungJoNL8Jt .dropdown-item:focus {
  background: #ff8a00 !important;
  color: white !important;
}
.cid-ungJoNL8Jt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ungJoNL8Jt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ungJoNL8Jt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ungJoNL8Jt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ungJoNL8Jt .nav-link {
  position: relative;
}
.cid-ungJoNL8Jt .container {
  display: flex;
  margin: auto;
}
.cid-ungJoNL8Jt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ungJoNL8Jt .dropdown-menu,
.cid-ungJoNL8Jt .navbar.opened {
  background: #fafafa !important;
}
.cid-ungJoNL8Jt .nav-item:focus,
.cid-ungJoNL8Jt .nav-link:focus {
  outline: none;
}
.cid-ungJoNL8Jt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ungJoNL8Jt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ungJoNL8Jt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ungJoNL8Jt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ungJoNL8Jt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ungJoNL8Jt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ungJoNL8Jt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-ungJoNL8Jt .navbar.opened {
  transition: all 0.3s;
}
.cid-ungJoNL8Jt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ungJoNL8Jt .navbar .navbar-logo img {
  width: auto;
}
.cid-ungJoNL8Jt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ungJoNL8Jt .navbar.collapsed {
  justify-content: center;
}
.cid-ungJoNL8Jt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ungJoNL8Jt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ungJoNL8Jt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ungJoNL8Jt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ungJoNL8Jt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ungJoNL8Jt .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-ungJoNL8Jt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ungJoNL8Jt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ungJoNL8Jt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ungJoNL8Jt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ungJoNL8Jt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ungJoNL8Jt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ungJoNL8Jt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ungJoNL8Jt .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-ungJoNL8Jt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ungJoNL8Jt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ungJoNL8Jt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ungJoNL8Jt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ungJoNL8Jt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ungJoNL8Jt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ungJoNL8Jt .navbar.navbar-short {
  min-height: 60px;
}
.cid-ungJoNL8Jt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ungJoNL8Jt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ungJoNL8Jt .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-ungJoNL8Jt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ungJoNL8Jt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ungJoNL8Jt .dropdown-item.active,
.cid-ungJoNL8Jt .dropdown-item:active {
  background-color: transparent;
}
.cid-ungJoNL8Jt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ungJoNL8Jt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ungJoNL8Jt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ungJoNL8Jt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-ungJoNL8Jt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ungJoNL8Jt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ungJoNL8Jt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ungJoNL8Jt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ungJoNL8Jt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ungJoNL8Jt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8a00;
}
.cid-ungJoNL8Jt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ungJoNL8Jt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ungJoNL8Jt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ungJoNL8Jt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ungJoNL8Jt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ungJoNL8Jt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ungJoNL8Jt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ungJoNL8Jt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ungJoNL8Jt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ungJoNL8Jt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ungJoNL8Jt .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-ungJoNL8Jt .navbar {
    height: 70px;
  }
  .cid-ungJoNL8Jt .navbar.opened {
    height: auto;
  }
  .cid-ungJoNL8Jt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ungJoQ5onO {
  background-image: url("../../../assets/images/3-1-1920x1080.webp");
}
.cid-ungJoQ5onO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ungJoQ5onO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ungJoQ5onO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ungJoQ5onO .row {
  flex-direction: row-reverse;
}
.cid-ungJoQ5onO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ungJoQ5onO .text-wrapper {
    padding: 2rem;
  }
}
.cid-ungJoQ5onO .mbr-section-title {
  color: #ffffff;
}
.cid-ungJoQ5onO .mbr-text {
  color: #ffffff;
}
.cid-upydUiubCb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upydUiubCb .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upydUiubCb .mbr-text {
  color: #111100;
}
.cid-upylAEwTH2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-upylAEwTH2 .line {
  background-color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upylAEwTH2 .mbr-text {
  color: #111100;
}
.cid-ungJoS12Aw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ungJoS12Aw .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ungJoS12Aw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ungJoS12Aw .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-ungJoS12Aw .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-unhVzdZiRY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-unhVzdZiRY .mbr-fallback-image.disabled {
  display: none;
}
.cid-unhVzdZiRY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unhVzdZiRY ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-unhVzdZiRY li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-unhVzdZiRY ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff8a00;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-unhVzdZiRY .list {
  color: #111100;
}
.cid-ungJoTjL8A {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ungJoTjL8A img,
.cid-ungJoTjL8A .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ungJoTjL8A .item:focus,
.cid-ungJoTjL8A span:focus {
  outline: none;
}
.cid-ungJoTjL8A .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ungJoTjL8A .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ungJoTjL8A .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ungJoTjL8A .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ungJoTjL8A .item-wrapper {
  background: transparent;
}
.cid-ungJoTjL8A .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ungJoTjL8A .mbr-section-title {
  color: #232323;
}
.cid-ungJoTjL8A .mbr-text,
.cid-ungJoTjL8A .mbr-section-btn {
  text-align: center;
}
.cid-ungJoTjL8A .item-title {
  text-align: center;
}
.cid-ungJoTjL8A .item-subtitle {
  text-align: center;
}
.cid-upydW8alcG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-upydW8alcG .line {
  background-color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upydW8alcG .mbr-text {
  color: #111100;
}
.cid-untk8u08fz {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-untk8u08fz .mbr-fallback-image.disabled {
  display: none;
}
.cid-untk8u08fz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-untk8u08fz .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-untk8u08fz .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-untk8u08fz .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-untk8u08fz .item-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
  background-color: transparent;
}
.cid-untk8u08fz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-untk8u08fz .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-untk8u08fz .card-title {
  color: #6e8c8e;
}
.cid-ungJoW1Q38 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6e8c8e;
}
.cid-ungJoW1Q38 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ungJoW1Q38 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ungJoW1Q38 .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ungJoW1Q38 .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ungJoW1Q38 .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ungJoW1Q38 .row .foot-menu li p {
  margin: 0;
}
.cid-ungJoW1Q38 .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ungJoW1Q38 .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ungJoW1Q38 .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ungJoW1Q38 .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ungJoW1Q38 .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ungJoW1Q38 .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ungJoW1Q38 .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ungJoW1Q38 .row .row-copirayt p {
  width: 100%;
}
.cid-uoHfojkIZJ {
  z-index: 1000;
  width: 100%;
}
.cid-uoHfojkIZJ nav.navbar {
  position: fixed;
}
.cid-uoHfojkIZJ .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-uoHfojkIZJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoHfojkIZJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoHfojkIZJ .dropdown-item:hover,
.cid-uoHfojkIZJ .dropdown-item:focus {
  background: #ff8a00 !important;
  color: white !important;
}
.cid-uoHfojkIZJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoHfojkIZJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoHfojkIZJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoHfojkIZJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoHfojkIZJ .nav-link {
  position: relative;
}
.cid-uoHfojkIZJ .container {
  display: flex;
  margin: auto;
}
.cid-uoHfojkIZJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoHfojkIZJ .dropdown-menu,
.cid-uoHfojkIZJ .navbar.opened {
  background: #fafafa !important;
}
.cid-uoHfojkIZJ .nav-item:focus,
.cid-uoHfojkIZJ .nav-link:focus {
  outline: none;
}
.cid-uoHfojkIZJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoHfojkIZJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoHfojkIZJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoHfojkIZJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoHfojkIZJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoHfojkIZJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoHfojkIZJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-uoHfojkIZJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uoHfojkIZJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoHfojkIZJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uoHfojkIZJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoHfojkIZJ .navbar.collapsed {
  justify-content: center;
}
.cid-uoHfojkIZJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoHfojkIZJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoHfojkIZJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uoHfojkIZJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoHfojkIZJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoHfojkIZJ .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-uoHfojkIZJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoHfojkIZJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoHfojkIZJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoHfojkIZJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoHfojkIZJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoHfojkIZJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoHfojkIZJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoHfojkIZJ .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-uoHfojkIZJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoHfojkIZJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoHfojkIZJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoHfojkIZJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoHfojkIZJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoHfojkIZJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoHfojkIZJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoHfojkIZJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoHfojkIZJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoHfojkIZJ .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-uoHfojkIZJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoHfojkIZJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoHfojkIZJ .dropdown-item.active,
.cid-uoHfojkIZJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uoHfojkIZJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoHfojkIZJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoHfojkIZJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoHfojkIZJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uoHfojkIZJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoHfojkIZJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoHfojkIZJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoHfojkIZJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoHfojkIZJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoHfojkIZJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8a00;
}
.cid-uoHfojkIZJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoHfojkIZJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoHfojkIZJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoHfojkIZJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoHfojkIZJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoHfojkIZJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoHfojkIZJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoHfojkIZJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoHfojkIZJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoHfojkIZJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoHfojkIZJ .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-uoHfojkIZJ .navbar {
    height: 70px;
  }
  .cid-uoHfojkIZJ .navbar.opened {
    height: auto;
  }
  .cid-uoHfojkIZJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoHfoltyE7 {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoHfoltyE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoHfoltyE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoHfoltyE7 .mbr-section-title {
  color: #6e8c8e;
}
.cid-uoHgbv3kxY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoHgbv3kxY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoHgbv3kxY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoHgbv3kxY .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ff8a00;
  margin-bottom: 2rem;
}
.cid-uoHgbv3kxY .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uoHfomyw2o {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6e8c8e;
}
.cid-uoHfomyw2o .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uoHfomyw2o .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uoHfomyw2o .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uoHfomyw2o .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uoHfomyw2o .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uoHfomyw2o .row .foot-menu li p {
  margin: 0;
}
.cid-uoHfomyw2o .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uoHfomyw2o .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uoHfomyw2o .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uoHfomyw2o .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uoHfomyw2o .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uoHfomyw2o .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uoHfomyw2o .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uoHfomyw2o .row .row-copirayt p {
  width: 100%;
}
