body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', 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: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.21rem + (1.6 - 1.21) * ((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: #5d70e8 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #e6c63b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5d70e8 !important;
  border-color: #5d70e8 !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: #1e36d1 !important;
  border-color: #1e36d1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1e36d1 !important;
  border-color: #1e36d1 !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: #47b5ed !important;
  border-color: #47b5ed !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: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e6c63b !important;
  border-color: #e6c63b !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: #b39617 !important;
  border-color: #b39617 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b39617 !important;
  border-color: #b39617 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5d70e8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1e36d1 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5d70e8 !important;
  border-color: #5d70e8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #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: transparent!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: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e6c63b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b39617 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #5d70e8 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #e6c63b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1c33c3 !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: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a68b15 !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: #5d70e8;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #e6c63b;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5d70e8;
  border-color: #5d70e8;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #5d70e8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdfbf0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #5d70e8 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #5d70e8;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5d70e8;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #5d70e8;
}
.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: #5d70e8;
  border-bottom-color: #5d70e8;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #5d70e8 !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='%235d70e8' %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-uHGy3IrbeJ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHGy3IrbeJ .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tBFEj2DyCc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tBFEj2DyCc nav.navbar {
  position: fixed;
}
.cid-tBFEj2DyCc .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-tBFEj2DyCc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBFEj2DyCc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBFEj2DyCc .dropdown-item:hover,
.cid-tBFEj2DyCc .dropdown-item:focus {
  background: #5d70e8 !important;
  color: white !important;
}
.cid-tBFEj2DyCc .dropdown-item:hover span {
  color: white;
}
.cid-tBFEj2DyCc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBFEj2DyCc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBFEj2DyCc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBFEj2DyCc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBFEj2DyCc .nav-link {
  position: relative;
}
.cid-tBFEj2DyCc .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tBFEj2DyCc .container {
    flex-wrap: wrap;
  }
}
.cid-tBFEj2DyCc .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tBFEj2DyCc .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tBFEj2DyCc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBFEj2DyCc .dropdown-menu,
.cid-tBFEj2DyCc .navbar.opened {
  background: #ffffff !important;
}
.cid-tBFEj2DyCc .nav-item:focus,
.cid-tBFEj2DyCc .nav-link:focus {
  outline: none;
}
.cid-tBFEj2DyCc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBFEj2DyCc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBFEj2DyCc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBFEj2DyCc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBFEj2DyCc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBFEj2DyCc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBFEj2DyCc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tBFEj2DyCc .navbar.opened {
  transition: all 0.3s;
}
.cid-tBFEj2DyCc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBFEj2DyCc .navbar .navbar-logo img {
  width: auto;
}
.cid-tBFEj2DyCc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBFEj2DyCc .navbar.collapsed {
  justify-content: center;
}
.cid-tBFEj2DyCc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBFEj2DyCc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBFEj2DyCc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tBFEj2DyCc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBFEj2DyCc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBFEj2DyCc .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-tBFEj2DyCc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBFEj2DyCc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBFEj2DyCc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBFEj2DyCc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBFEj2DyCc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBFEj2DyCc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBFEj2DyCc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBFEj2DyCc .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-tBFEj2DyCc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBFEj2DyCc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBFEj2DyCc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBFEj2DyCc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBFEj2DyCc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBFEj2DyCc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tBFEj2DyCc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tBFEj2DyCc .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBFEj2DyCc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBFEj2DyCc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBFEj2DyCc .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-tBFEj2DyCc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBFEj2DyCc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBFEj2DyCc .dropdown-item.active,
.cid-tBFEj2DyCc .dropdown-item:active {
  background-color: transparent;
}
.cid-tBFEj2DyCc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBFEj2DyCc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBFEj2DyCc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBFEj2DyCc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tBFEj2DyCc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBFEj2DyCc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBFEj2DyCc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBFEj2DyCc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBFEj2DyCc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBFEj2DyCc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tBFEj2DyCc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBFEj2DyCc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBFEj2DyCc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBFEj2DyCc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBFEj2DyCc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBFEj2DyCc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBFEj2DyCc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBFEj2DyCc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBFEj2DyCc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tBFEj2DyCc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBFEj2DyCc .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-tBFEj2DyCc .navbar {
    height: 70px;
  }
  .cid-tBFEj2DyCc .navbar.opened {
    height: auto;
  }
  .cid-tBFEj2DyCc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHGy5HIPV5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHGy5HIPV5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGy5HIPV5 .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-uHGy5HIPV5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHGy5HIPV5 .row {
  flex-direction: row-reverse;
}
.cid-uHGy5HIPV5 img {
  width: 100%;
}
.cid-uHGy4GVIsa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHGy8jbKpc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHGy8jbKpc .counter-container ol {
  margin-bottom: 0;
}
.cid-uHGy8jbKpc .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uHGy7fCLDp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugjNjQ71kH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4eb8e4;
}
.cid-ugjNjQ71kH .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-ugjMiBu0en {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4eb8e4;
}
.cid-ugjMiBu0en .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugjMiBu0en .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugjMiBu0en .mbr-section-title {
  color: #ffffff;
}
.cid-ugjMlwZD6F {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #4eb8e4;
}
.cid-ugjMlwZD6F .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugjMlwZD6F .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ugjMlwZD6F .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ugjMlwZD6F .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugjMlwZD6F .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugjMlwZD6F .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ugjMlwZD6F .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ugjMlwZD6F .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ugjMlwZD6F .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ugjMlwZD6F .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ugjMlwZD6F .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugjMlwZD6F .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugjMlwZD6F .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ugjMlwZD6F .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uHGtpshyCe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHGtpshyCe nav.navbar {
  position: fixed;
}
.cid-uHGtpshyCe .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-uHGtpshyCe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHGtpshyCe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHGtpshyCe .dropdown-item:hover,
.cid-uHGtpshyCe .dropdown-item:focus {
  background: #5d70e8 !important;
  color: white !important;
}
.cid-uHGtpshyCe .dropdown-item:hover span {
  color: white;
}
.cid-uHGtpshyCe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHGtpshyCe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHGtpshyCe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHGtpshyCe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHGtpshyCe .nav-link {
  position: relative;
}
.cid-uHGtpshyCe .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHGtpshyCe .container {
    flex-wrap: wrap;
  }
}
.cid-uHGtpshyCe .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHGtpshyCe .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHGtpshyCe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHGtpshyCe .dropdown-menu,
.cid-uHGtpshyCe .navbar.opened {
  background: #ffffff !important;
}
.cid-uHGtpshyCe .nav-item:focus,
.cid-uHGtpshyCe .nav-link:focus {
  outline: none;
}
.cid-uHGtpshyCe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHGtpshyCe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHGtpshyCe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHGtpshyCe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHGtpshyCe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHGtpshyCe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHGtpshyCe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uHGtpshyCe .navbar.opened {
  transition: all 0.3s;
}
.cid-uHGtpshyCe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHGtpshyCe .navbar .navbar-logo img {
  width: auto;
}
.cid-uHGtpshyCe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHGtpshyCe .navbar.collapsed {
  justify-content: center;
}
.cid-uHGtpshyCe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHGtpshyCe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHGtpshyCe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uHGtpshyCe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHGtpshyCe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHGtpshyCe .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-uHGtpshyCe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHGtpshyCe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHGtpshyCe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHGtpshyCe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHGtpshyCe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHGtpshyCe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHGtpshyCe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHGtpshyCe .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-uHGtpshyCe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHGtpshyCe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHGtpshyCe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHGtpshyCe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHGtpshyCe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHGtpshyCe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHGtpshyCe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHGtpshyCe .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHGtpshyCe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHGtpshyCe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHGtpshyCe .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-uHGtpshyCe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHGtpshyCe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHGtpshyCe .dropdown-item.active,
.cid-uHGtpshyCe .dropdown-item:active {
  background-color: transparent;
}
.cid-uHGtpshyCe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHGtpshyCe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHGtpshyCe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHGtpshyCe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHGtpshyCe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHGtpshyCe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHGtpshyCe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHGtpshyCe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHGtpshyCe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHGtpshyCe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHGtpshyCe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHGtpshyCe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHGtpshyCe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHGtpshyCe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHGtpshyCe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHGtpshyCe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHGtpshyCe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHGtpshyCe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHGtpshyCe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHGtpshyCe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHGtpshyCe .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-uHGtpshyCe .navbar {
    height: 70px;
  }
  .cid-uHGtpshyCe .navbar.opened {
    height: auto;
  }
  .cid-uHGtpshyCe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHGtvGlejr {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHGtvGlejr .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uHGtxXPcY1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHGtxXPcY1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGtxXPcY1 .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-uHGtxXPcY1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHGtxXPcY1 .row {
  flex-direction: row-reverse;
}
.cid-uHGtxXPcY1 img {
  width: 100%;
}
.cid-uHGtwhQzIU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHGtwVhf4a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHGtwVhf4a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGtwVhf4a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHGtwVhf4a ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uHGtwVhf4a li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uHGtwVhf4a ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #5d70e8;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uHGtpukuqm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4eb8e4;
}
.cid-uHGtpukuqm .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-uHGtpv5W0I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4eb8e4;
}
.cid-uHGtpv5W0I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGtpv5W0I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHGtpv5W0I .mbr-section-title {
  color: #ffffff;
}
.cid-uHGtpw10bU {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #4eb8e4;
}
.cid-uHGtpw10bU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uHGtpw10bU .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uHGtpw10bU .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uHGtpw10bU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uHGtpw10bU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uHGtpw10bU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uHGtpw10bU .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uHGtpw10bU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uHGtpw10bU .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uHGtpw10bU .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uHGtpw10bU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uHGtpw10bU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uHGtpw10bU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uHGtpw10bU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uHGu7la2bD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHGu7la2bD nav.navbar {
  position: fixed;
}
.cid-uHGu7la2bD .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-uHGu7la2bD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHGu7la2bD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHGu7la2bD .dropdown-item:hover,
.cid-uHGu7la2bD .dropdown-item:focus {
  background: #5d70e8 !important;
  color: white !important;
}
.cid-uHGu7la2bD .dropdown-item:hover span {
  color: white;
}
.cid-uHGu7la2bD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHGu7la2bD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHGu7la2bD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHGu7la2bD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHGu7la2bD .nav-link {
  position: relative;
}
.cid-uHGu7la2bD .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHGu7la2bD .container {
    flex-wrap: wrap;
  }
}
.cid-uHGu7la2bD .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHGu7la2bD .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHGu7la2bD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHGu7la2bD .dropdown-menu,
.cid-uHGu7la2bD .navbar.opened {
  background: #ffffff !important;
}
.cid-uHGu7la2bD .nav-item:focus,
.cid-uHGu7la2bD .nav-link:focus {
  outline: none;
}
.cid-uHGu7la2bD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHGu7la2bD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHGu7la2bD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHGu7la2bD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHGu7la2bD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHGu7la2bD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHGu7la2bD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uHGu7la2bD .navbar.opened {
  transition: all 0.3s;
}
.cid-uHGu7la2bD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHGu7la2bD .navbar .navbar-logo img {
  width: auto;
}
.cid-uHGu7la2bD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHGu7la2bD .navbar.collapsed {
  justify-content: center;
}
.cid-uHGu7la2bD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHGu7la2bD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHGu7la2bD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uHGu7la2bD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHGu7la2bD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHGu7la2bD .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-uHGu7la2bD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHGu7la2bD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHGu7la2bD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHGu7la2bD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHGu7la2bD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHGu7la2bD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHGu7la2bD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHGu7la2bD .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-uHGu7la2bD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHGu7la2bD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHGu7la2bD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHGu7la2bD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHGu7la2bD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHGu7la2bD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHGu7la2bD .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHGu7la2bD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHGu7la2bD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHGu7la2bD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHGu7la2bD .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-uHGu7la2bD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHGu7la2bD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHGu7la2bD .dropdown-item.active,
.cid-uHGu7la2bD .dropdown-item:active {
  background-color: transparent;
}
.cid-uHGu7la2bD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHGu7la2bD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHGu7la2bD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHGu7la2bD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHGu7la2bD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHGu7la2bD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHGu7la2bD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHGu7la2bD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHGu7la2bD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHGu7la2bD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHGu7la2bD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHGu7la2bD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHGu7la2bD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHGu7la2bD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHGu7la2bD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHGu7la2bD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHGu7la2bD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHGu7la2bD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHGu7la2bD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHGu7la2bD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHGu7la2bD .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-uHGu7la2bD .navbar {
    height: 70px;
  }
  .cid-uHGu7la2bD .navbar.opened {
    height: auto;
  }
  .cid-uHGu7la2bD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHGu7mIkVf {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHGu7mIkVf .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uHGu7nvLjF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHGu7nvLjF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGu7nvLjF .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-uHGu7nvLjF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHGu7nvLjF .row {
  flex-direction: row-reverse;
}
.cid-uHGu7nvLjF img {
  width: 100%;
}
.cid-uHGz8qbffG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHGz8qbffG .counter-container ol {
  margin-bottom: 0;
}
.cid-uHGz8qbffG .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uHGu7oqpR9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHGu7q9CzX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4eb8e4;
}
.cid-uHGu7q9CzX .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-uHGu7qYHxn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4eb8e4;
}
.cid-uHGu7qYHxn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGu7qYHxn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHGu7qYHxn .mbr-section-title {
  color: #ffffff;
}
.cid-uHGu7rVrCU {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #4eb8e4;
}
.cid-uHGu7rVrCU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uHGu7rVrCU .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uHGu7rVrCU .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uHGu7rVrCU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uHGu7rVrCU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uHGu7rVrCU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uHGu7rVrCU .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uHGu7rVrCU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uHGu7rVrCU .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uHGu7rVrCU .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uHGu7rVrCU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uHGu7rVrCU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uHGu7rVrCU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uHGu7rVrCU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uHGude3c6v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHGude3c6v nav.navbar {
  position: fixed;
}
.cid-uHGude3c6v .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-uHGude3c6v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHGude3c6v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHGude3c6v .dropdown-item:hover,
.cid-uHGude3c6v .dropdown-item:focus {
  background: #5d70e8 !important;
  color: white !important;
}
.cid-uHGude3c6v .dropdown-item:hover span {
  color: white;
}
.cid-uHGude3c6v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHGude3c6v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHGude3c6v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHGude3c6v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHGude3c6v .nav-link {
  position: relative;
}
.cid-uHGude3c6v .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHGude3c6v .container {
    flex-wrap: wrap;
  }
}
.cid-uHGude3c6v .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHGude3c6v .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHGude3c6v .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHGude3c6v .dropdown-menu,
.cid-uHGude3c6v .navbar.opened {
  background: #ffffff !important;
}
.cid-uHGude3c6v .nav-item:focus,
.cid-uHGude3c6v .nav-link:focus {
  outline: none;
}
.cid-uHGude3c6v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHGude3c6v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHGude3c6v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHGude3c6v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHGude3c6v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHGude3c6v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHGude3c6v .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uHGude3c6v .navbar.opened {
  transition: all 0.3s;
}
.cid-uHGude3c6v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHGude3c6v .navbar .navbar-logo img {
  width: auto;
}
.cid-uHGude3c6v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHGude3c6v .navbar.collapsed {
  justify-content: center;
}
.cid-uHGude3c6v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHGude3c6v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHGude3c6v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uHGude3c6v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHGude3c6v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHGude3c6v .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-uHGude3c6v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHGude3c6v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHGude3c6v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHGude3c6v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHGude3c6v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHGude3c6v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHGude3c6v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHGude3c6v .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-uHGude3c6v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHGude3c6v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHGude3c6v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHGude3c6v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHGude3c6v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHGude3c6v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHGude3c6v .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHGude3c6v .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHGude3c6v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHGude3c6v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHGude3c6v .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-uHGude3c6v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHGude3c6v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHGude3c6v .dropdown-item.active,
.cid-uHGude3c6v .dropdown-item:active {
  background-color: transparent;
}
.cid-uHGude3c6v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHGude3c6v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHGude3c6v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHGude3c6v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHGude3c6v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHGude3c6v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHGude3c6v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHGude3c6v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHGude3c6v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHGude3c6v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHGude3c6v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHGude3c6v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHGude3c6v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHGude3c6v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHGude3c6v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHGude3c6v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHGude3c6v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHGude3c6v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHGude3c6v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHGude3c6v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHGude3c6v .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-uHGude3c6v .navbar {
    height: 70px;
  }
  .cid-uHGude3c6v .navbar.opened {
    height: auto;
  }
  .cid-uHGude3c6v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHGudfsI9R {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHGudfsI9R .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uHGudgy2pJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHGudgy2pJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGudgy2pJ .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-uHGudgy2pJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHGudgy2pJ .row {
  flex-direction: row-reverse;
}
.cid-uHGudgy2pJ img {
  width: 100%;
}
.cid-uHGudhmx4D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHGudi7lHh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHGudi7lHh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGudi7lHh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHGudi7lHh ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uHGudi7lHh li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uHGudi7lHh ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #5d70e8;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uHGzAFQDOe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHGudiXWOK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4eb8e4;
}
.cid-uHGudiXWOK .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-uHGudjHEqU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4eb8e4;
}
.cid-uHGudjHEqU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGudjHEqU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHGudjHEqU .mbr-section-title {
  color: #ffffff;
}
.cid-uHGudkwNXh {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #4eb8e4;
}
.cid-uHGudkwNXh .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uHGudkwNXh .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uHGudkwNXh .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uHGudkwNXh .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uHGudkwNXh .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uHGudkwNXh .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uHGudkwNXh .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uHGudkwNXh .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uHGudkwNXh .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uHGudkwNXh .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uHGudkwNXh .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uHGudkwNXh .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uHGudkwNXh .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uHGudkwNXh .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uHGugypcaZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHGugypcaZ nav.navbar {
  position: fixed;
}
.cid-uHGugypcaZ .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-uHGugypcaZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHGugypcaZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHGugypcaZ .dropdown-item:hover,
.cid-uHGugypcaZ .dropdown-item:focus {
  background: #5d70e8 !important;
  color: white !important;
}
.cid-uHGugypcaZ .dropdown-item:hover span {
  color: white;
}
.cid-uHGugypcaZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHGugypcaZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHGugypcaZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHGugypcaZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHGugypcaZ .nav-link {
  position: relative;
}
.cid-uHGugypcaZ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHGugypcaZ .container {
    flex-wrap: wrap;
  }
}
.cid-uHGugypcaZ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHGugypcaZ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHGugypcaZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHGugypcaZ .dropdown-menu,
.cid-uHGugypcaZ .navbar.opened {
  background: #ffffff !important;
}
.cid-uHGugypcaZ .nav-item:focus,
.cid-uHGugypcaZ .nav-link:focus {
  outline: none;
}
.cid-uHGugypcaZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHGugypcaZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHGugypcaZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHGugypcaZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHGugypcaZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHGugypcaZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHGugypcaZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uHGugypcaZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uHGugypcaZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHGugypcaZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uHGugypcaZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHGugypcaZ .navbar.collapsed {
  justify-content: center;
}
.cid-uHGugypcaZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHGugypcaZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHGugypcaZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uHGugypcaZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHGugypcaZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHGugypcaZ .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-uHGugypcaZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHGugypcaZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHGugypcaZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHGugypcaZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHGugypcaZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHGugypcaZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHGugypcaZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHGugypcaZ .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-uHGugypcaZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHGugypcaZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHGugypcaZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHGugypcaZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHGugypcaZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHGugypcaZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHGugypcaZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHGugypcaZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHGugypcaZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHGugypcaZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHGugypcaZ .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-uHGugypcaZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHGugypcaZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHGugypcaZ .dropdown-item.active,
.cid-uHGugypcaZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uHGugypcaZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHGugypcaZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHGugypcaZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHGugypcaZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHGugypcaZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHGugypcaZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHGugypcaZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHGugypcaZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHGugypcaZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHGugypcaZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHGugypcaZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHGugypcaZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHGugypcaZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHGugypcaZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHGugypcaZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHGugypcaZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHGugypcaZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHGugypcaZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHGugypcaZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHGugypcaZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHGugypcaZ .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-uHGugypcaZ .navbar {
    height: 70px;
  }
  .cid-uHGugypcaZ .navbar.opened {
    height: auto;
  }
  .cid-uHGugypcaZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHGugzzfba {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHGugzzfba .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uHGugAmLdR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHGugAmLdR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGugAmLdR .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-uHGugAmLdR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHGugAmLdR .row {
  flex-direction: row-reverse;
}
.cid-uHGugAmLdR img {
  width: 100%;
}
.cid-uHGyDVhVRS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHGyDVhVRS .counter-container ol {
  margin-bottom: 0;
}
.cid-uHGyDVhVRS .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uHGugBmXge {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHGugDaKMY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4eb8e4;
}
.cid-uHGugDaKMY .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-uHGugDX0Nf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4eb8e4;
}
.cid-uHGugDX0Nf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGugDX0Nf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHGugDX0Nf .mbr-section-title {
  color: #ffffff;
}
.cid-uHGugER9OC {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #4eb8e4;
}
.cid-uHGugER9OC .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uHGugER9OC .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uHGugER9OC .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uHGugER9OC .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uHGugER9OC .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uHGugER9OC .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uHGugER9OC .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uHGugER9OC .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uHGugER9OC .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uHGugER9OC .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uHGugER9OC .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uHGugER9OC .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uHGugER9OC .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uHGugER9OC .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uHGujwMroM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHGujwMroM nav.navbar {
  position: fixed;
}
.cid-uHGujwMroM .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-uHGujwMroM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHGujwMroM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHGujwMroM .dropdown-item:hover,
.cid-uHGujwMroM .dropdown-item:focus {
  background: #5d70e8 !important;
  color: white !important;
}
.cid-uHGujwMroM .dropdown-item:hover span {
  color: white;
}
.cid-uHGujwMroM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHGujwMroM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHGujwMroM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHGujwMroM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHGujwMroM .nav-link {
  position: relative;
}
.cid-uHGujwMroM .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHGujwMroM .container {
    flex-wrap: wrap;
  }
}
.cid-uHGujwMroM .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHGujwMroM .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHGujwMroM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHGujwMroM .dropdown-menu,
.cid-uHGujwMroM .navbar.opened {
  background: #ffffff !important;
}
.cid-uHGujwMroM .nav-item:focus,
.cid-uHGujwMroM .nav-link:focus {
  outline: none;
}
.cid-uHGujwMroM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHGujwMroM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHGujwMroM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHGujwMroM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHGujwMroM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHGujwMroM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHGujwMroM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uHGujwMroM .navbar.opened {
  transition: all 0.3s;
}
.cid-uHGujwMroM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHGujwMroM .navbar .navbar-logo img {
  width: auto;
}
.cid-uHGujwMroM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHGujwMroM .navbar.collapsed {
  justify-content: center;
}
.cid-uHGujwMroM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHGujwMroM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHGujwMroM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uHGujwMroM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHGujwMroM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHGujwMroM .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-uHGujwMroM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHGujwMroM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHGujwMroM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHGujwMroM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHGujwMroM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHGujwMroM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHGujwMroM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHGujwMroM .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-uHGujwMroM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHGujwMroM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHGujwMroM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHGujwMroM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHGujwMroM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHGujwMroM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHGujwMroM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHGujwMroM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHGujwMroM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHGujwMroM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHGujwMroM .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-uHGujwMroM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHGujwMroM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHGujwMroM .dropdown-item.active,
.cid-uHGujwMroM .dropdown-item:active {
  background-color: transparent;
}
.cid-uHGujwMroM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHGujwMroM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHGujwMroM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHGujwMroM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHGujwMroM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHGujwMroM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHGujwMroM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHGujwMroM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHGujwMroM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHGujwMroM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHGujwMroM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHGujwMroM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHGujwMroM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHGujwMroM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHGujwMroM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHGujwMroM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHGujwMroM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHGujwMroM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHGujwMroM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHGujwMroM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHGujwMroM .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-uHGujwMroM .navbar {
    height: 70px;
  }
  .cid-uHGujwMroM .navbar.opened {
    height: auto;
  }
  .cid-uHGujwMroM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHGujxWwCe {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHGujxWwCe .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uHGujyFL9k {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHGujyFL9k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGujyFL9k .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-uHGujyFL9k .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHGujyFL9k .row {
  flex-direction: row-reverse;
}
.cid-uHGujyFL9k img {
  width: 100%;
}
.cid-uHGyROpmOJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHGyROpmOJ .counter-container ol {
  margin-bottom: 0;
}
.cid-uHGyROpmOJ .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uHGujApW2u {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHGujApW2u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGujApW2u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHGujApW2u ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uHGujApW2u li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uHGujApW2u ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #5d70e8;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uHGujzxpCO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHGujBpaMr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4eb8e4;
}
.cid-uHGujBpaMr .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-uHGujCgF4V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4eb8e4;
}
.cid-uHGujCgF4V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGujCgF4V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHGujCgF4V .mbr-section-title {
  color: #ffffff;
}
.cid-uHGujDgOOH {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #4eb8e4;
}
.cid-uHGujDgOOH .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uHGujDgOOH .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uHGujDgOOH .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uHGujDgOOH .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uHGujDgOOH .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uHGujDgOOH .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uHGujDgOOH .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uHGujDgOOH .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uHGujDgOOH .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uHGujDgOOH .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uHGujDgOOH .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uHGujDgOOH .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uHGujDgOOH .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uHGujDgOOH .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uHGutxqfDn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHGutxqfDn nav.navbar {
  position: fixed;
}
.cid-uHGutxqfDn .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-uHGutxqfDn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHGutxqfDn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHGutxqfDn .dropdown-item:hover,
.cid-uHGutxqfDn .dropdown-item:focus {
  background: #5d70e8 !important;
  color: white !important;
}
.cid-uHGutxqfDn .dropdown-item:hover span {
  color: white;
}
.cid-uHGutxqfDn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHGutxqfDn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHGutxqfDn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHGutxqfDn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHGutxqfDn .nav-link {
  position: relative;
}
.cid-uHGutxqfDn .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHGutxqfDn .container {
    flex-wrap: wrap;
  }
}
.cid-uHGutxqfDn .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHGutxqfDn .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHGutxqfDn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHGutxqfDn .dropdown-menu,
.cid-uHGutxqfDn .navbar.opened {
  background: #ffffff !important;
}
.cid-uHGutxqfDn .nav-item:focus,
.cid-uHGutxqfDn .nav-link:focus {
  outline: none;
}
.cid-uHGutxqfDn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHGutxqfDn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHGutxqfDn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHGutxqfDn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHGutxqfDn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHGutxqfDn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHGutxqfDn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uHGutxqfDn .navbar.opened {
  transition: all 0.3s;
}
.cid-uHGutxqfDn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHGutxqfDn .navbar .navbar-logo img {
  width: auto;
}
.cid-uHGutxqfDn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHGutxqfDn .navbar.collapsed {
  justify-content: center;
}
.cid-uHGutxqfDn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHGutxqfDn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHGutxqfDn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uHGutxqfDn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHGutxqfDn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHGutxqfDn .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-uHGutxqfDn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHGutxqfDn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHGutxqfDn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHGutxqfDn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHGutxqfDn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHGutxqfDn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHGutxqfDn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHGutxqfDn .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-uHGutxqfDn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHGutxqfDn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHGutxqfDn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHGutxqfDn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHGutxqfDn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHGutxqfDn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHGutxqfDn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHGutxqfDn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHGutxqfDn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHGutxqfDn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHGutxqfDn .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-uHGutxqfDn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHGutxqfDn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHGutxqfDn .dropdown-item.active,
.cid-uHGutxqfDn .dropdown-item:active {
  background-color: transparent;
}
.cid-uHGutxqfDn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHGutxqfDn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHGutxqfDn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHGutxqfDn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHGutxqfDn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHGutxqfDn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHGutxqfDn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHGutxqfDn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHGutxqfDn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHGutxqfDn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHGutxqfDn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHGutxqfDn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHGutxqfDn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHGutxqfDn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHGutxqfDn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHGutxqfDn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHGutxqfDn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHGutxqfDn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHGutxqfDn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHGutxqfDn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHGutxqfDn .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-uHGutxqfDn .navbar {
    height: 70px;
  }
  .cid-uHGutxqfDn .navbar.opened {
    height: auto;
  }
  .cid-uHGutxqfDn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHGutyZR3w {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHGutyZR3w .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uHGutAMyrw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHGutAMyrw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGutAMyrw .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-uHGutAMyrw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHGutAMyrw .row {
  flex-direction: row-reverse;
}
.cid-uHGutAMyrw img {
  width: 100%;
}
.cid-uHGutCNpkb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHGutCNpkb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGutCNpkb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHGutCNpkb ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uHGutCNpkb li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uHGutCNpkb ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #5d70e8;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uHGutBNWTF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHGutDQKLk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4eb8e4;
}
.cid-uHGutDQKLk .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-uHGutEDlQ3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4eb8e4;
}
.cid-uHGutEDlQ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGutEDlQ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHGutEDlQ3 .mbr-section-title {
  color: #ffffff;
}
.cid-uHGutFvOEP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #4eb8e4;
}
.cid-uHGutFvOEP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uHGutFvOEP .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uHGutFvOEP .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uHGutFvOEP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uHGutFvOEP .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uHGutFvOEP .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uHGutFvOEP .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uHGutFvOEP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uHGutFvOEP .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uHGutFvOEP .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uHGutFvOEP .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uHGutFvOEP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uHGutFvOEP .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uHGutFvOEP .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uHGuw5j75n {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHGuw5j75n nav.navbar {
  position: fixed;
}
.cid-uHGuw5j75n .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-uHGuw5j75n .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHGuw5j75n .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHGuw5j75n .dropdown-item:hover,
.cid-uHGuw5j75n .dropdown-item:focus {
  background: #5d70e8 !important;
  color: white !important;
}
.cid-uHGuw5j75n .dropdown-item:hover span {
  color: white;
}
.cid-uHGuw5j75n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHGuw5j75n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHGuw5j75n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHGuw5j75n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHGuw5j75n .nav-link {
  position: relative;
}
.cid-uHGuw5j75n .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHGuw5j75n .container {
    flex-wrap: wrap;
  }
}
.cid-uHGuw5j75n .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHGuw5j75n .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHGuw5j75n .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHGuw5j75n .dropdown-menu,
.cid-uHGuw5j75n .navbar.opened {
  background: #ffffff !important;
}
.cid-uHGuw5j75n .nav-item:focus,
.cid-uHGuw5j75n .nav-link:focus {
  outline: none;
}
.cid-uHGuw5j75n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHGuw5j75n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHGuw5j75n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHGuw5j75n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHGuw5j75n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHGuw5j75n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHGuw5j75n .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uHGuw5j75n .navbar.opened {
  transition: all 0.3s;
}
.cid-uHGuw5j75n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHGuw5j75n .navbar .navbar-logo img {
  width: auto;
}
.cid-uHGuw5j75n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHGuw5j75n .navbar.collapsed {
  justify-content: center;
}
.cid-uHGuw5j75n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHGuw5j75n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHGuw5j75n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uHGuw5j75n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHGuw5j75n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHGuw5j75n .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-uHGuw5j75n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHGuw5j75n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHGuw5j75n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHGuw5j75n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHGuw5j75n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHGuw5j75n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHGuw5j75n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHGuw5j75n .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-uHGuw5j75n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHGuw5j75n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHGuw5j75n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHGuw5j75n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHGuw5j75n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHGuw5j75n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHGuw5j75n .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHGuw5j75n .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHGuw5j75n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHGuw5j75n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHGuw5j75n .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-uHGuw5j75n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHGuw5j75n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHGuw5j75n .dropdown-item.active,
.cid-uHGuw5j75n .dropdown-item:active {
  background-color: transparent;
}
.cid-uHGuw5j75n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHGuw5j75n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHGuw5j75n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHGuw5j75n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHGuw5j75n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHGuw5j75n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHGuw5j75n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHGuw5j75n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHGuw5j75n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHGuw5j75n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHGuw5j75n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHGuw5j75n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHGuw5j75n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHGuw5j75n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHGuw5j75n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHGuw5j75n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHGuw5j75n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHGuw5j75n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHGuw5j75n .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHGuw5j75n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHGuw5j75n .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-uHGuw5j75n .navbar {
    height: 70px;
  }
  .cid-uHGuw5j75n .navbar.opened {
    height: auto;
  }
  .cid-uHGuw5j75n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHGuw6CS7K {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHGuw6CS7K .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uHGuw7pS9J {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHGuw7pS9J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGuw7pS9J .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-uHGuw7pS9J .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHGuw7pS9J .row {
  flex-direction: row-reverse;
}
.cid-uHGuw7pS9J img {
  width: 100%;
}
.cid-uHGuw9krmz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHGuw9krmz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGuw9krmz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHGuw9krmz ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uHGuw9krmz li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uHGuw9krmz ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #5d70e8;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uHGxDeJpRT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHGuwaFF3o {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4eb8e4;
}
.cid-uHGuwaFF3o .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-uHGuwbLWJV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4eb8e4;
}
.cid-uHGuwbLWJV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGuwbLWJV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHGuwbLWJV .mbr-section-title {
  color: #ffffff;
}
.cid-uHGuwcV3eN {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #4eb8e4;
}
.cid-uHGuwcV3eN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uHGuwcV3eN .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uHGuwcV3eN .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uHGuwcV3eN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uHGuwcV3eN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uHGuwcV3eN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uHGuwcV3eN .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uHGuwcV3eN .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uHGuwcV3eN .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uHGuwcV3eN .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uHGuwcV3eN .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uHGuwcV3eN .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uHGuwcV3eN .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uHGuwcV3eN .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uHGuyJQmQG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHGuyJQmQG nav.navbar {
  position: fixed;
}
.cid-uHGuyJQmQG .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-uHGuyJQmQG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHGuyJQmQG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHGuyJQmQG .dropdown-item:hover,
.cid-uHGuyJQmQG .dropdown-item:focus {
  background: #5d70e8 !important;
  color: white !important;
}
.cid-uHGuyJQmQG .dropdown-item:hover span {
  color: white;
}
.cid-uHGuyJQmQG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHGuyJQmQG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHGuyJQmQG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHGuyJQmQG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHGuyJQmQG .nav-link {
  position: relative;
}
.cid-uHGuyJQmQG .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHGuyJQmQG .container {
    flex-wrap: wrap;
  }
}
.cid-uHGuyJQmQG .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHGuyJQmQG .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHGuyJQmQG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHGuyJQmQG .dropdown-menu,
.cid-uHGuyJQmQG .navbar.opened {
  background: #ffffff !important;
}
.cid-uHGuyJQmQG .nav-item:focus,
.cid-uHGuyJQmQG .nav-link:focus {
  outline: none;
}
.cid-uHGuyJQmQG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHGuyJQmQG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHGuyJQmQG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHGuyJQmQG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHGuyJQmQG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHGuyJQmQG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHGuyJQmQG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uHGuyJQmQG .navbar.opened {
  transition: all 0.3s;
}
.cid-uHGuyJQmQG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHGuyJQmQG .navbar .navbar-logo img {
  width: auto;
}
.cid-uHGuyJQmQG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHGuyJQmQG .navbar.collapsed {
  justify-content: center;
}
.cid-uHGuyJQmQG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHGuyJQmQG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHGuyJQmQG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uHGuyJQmQG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHGuyJQmQG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHGuyJQmQG .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-uHGuyJQmQG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHGuyJQmQG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHGuyJQmQG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHGuyJQmQG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHGuyJQmQG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHGuyJQmQG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHGuyJQmQG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHGuyJQmQG .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-uHGuyJQmQG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHGuyJQmQG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHGuyJQmQG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHGuyJQmQG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHGuyJQmQG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHGuyJQmQG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHGuyJQmQG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHGuyJQmQG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHGuyJQmQG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHGuyJQmQG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHGuyJQmQG .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-uHGuyJQmQG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHGuyJQmQG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHGuyJQmQG .dropdown-item.active,
.cid-uHGuyJQmQG .dropdown-item:active {
  background-color: transparent;
}
.cid-uHGuyJQmQG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHGuyJQmQG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHGuyJQmQG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHGuyJQmQG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHGuyJQmQG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHGuyJQmQG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHGuyJQmQG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHGuyJQmQG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHGuyJQmQG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHGuyJQmQG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHGuyJQmQG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHGuyJQmQG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHGuyJQmQG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHGuyJQmQG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHGuyJQmQG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHGuyJQmQG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHGuyJQmQG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHGuyJQmQG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHGuyJQmQG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHGuyJQmQG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHGuyJQmQG .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-uHGuyJQmQG .navbar {
    height: 70px;
  }
  .cid-uHGuyJQmQG .navbar.opened {
    height: auto;
  }
  .cid-uHGuyJQmQG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHGuyKXYWu {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHGuyKXYWu .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uHGCA1BKC3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHGCA1BKC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGCA1BKC3 .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-uHGCA1BKC3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHGCA1BKC3 .row {
  flex-direction: row-reverse;
}
.cid-uHGCA1BKC3 img {
  width: 100%;
}
.cid-uHGuyMO8kU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHGuyNGN0G {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHGuyNGN0G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGuyNGN0G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHGuyNGN0G ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uHGuyNGN0G li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uHGuyNGN0G ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #5d70e8;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uHGuyOQgA9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4eb8e4;
}
.cid-uHGuyOQgA9 .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-uHGuyPKdYH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4eb8e4;
}
.cid-uHGuyPKdYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGuyPKdYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHGuyPKdYH .mbr-section-title {
  color: #ffffff;
}
.cid-uHGuyQJnp2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #4eb8e4;
}
.cid-uHGuyQJnp2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uHGuyQJnp2 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uHGuyQJnp2 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uHGuyQJnp2 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uHGuyQJnp2 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uHGuyQJnp2 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uHGuyQJnp2 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uHGuyQJnp2 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uHGuyQJnp2 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uHGuyQJnp2 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uHGuyQJnp2 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uHGuyQJnp2 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uHGuyQJnp2 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uHGuyQJnp2 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uHGuBQ57pL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHGuBQ57pL nav.navbar {
  position: fixed;
}
.cid-uHGuBQ57pL .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-uHGuBQ57pL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHGuBQ57pL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHGuBQ57pL .dropdown-item:hover,
.cid-uHGuBQ57pL .dropdown-item:focus {
  background: #5d70e8 !important;
  color: white !important;
}
.cid-uHGuBQ57pL .dropdown-item:hover span {
  color: white;
}
.cid-uHGuBQ57pL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHGuBQ57pL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHGuBQ57pL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHGuBQ57pL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHGuBQ57pL .nav-link {
  position: relative;
}
.cid-uHGuBQ57pL .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHGuBQ57pL .container {
    flex-wrap: wrap;
  }
}
.cid-uHGuBQ57pL .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHGuBQ57pL .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHGuBQ57pL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHGuBQ57pL .dropdown-menu,
.cid-uHGuBQ57pL .navbar.opened {
  background: #ffffff !important;
}
.cid-uHGuBQ57pL .nav-item:focus,
.cid-uHGuBQ57pL .nav-link:focus {
  outline: none;
}
.cid-uHGuBQ57pL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHGuBQ57pL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHGuBQ57pL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHGuBQ57pL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHGuBQ57pL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHGuBQ57pL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHGuBQ57pL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uHGuBQ57pL .navbar.opened {
  transition: all 0.3s;
}
.cid-uHGuBQ57pL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHGuBQ57pL .navbar .navbar-logo img {
  width: auto;
}
.cid-uHGuBQ57pL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHGuBQ57pL .navbar.collapsed {
  justify-content: center;
}
.cid-uHGuBQ57pL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHGuBQ57pL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHGuBQ57pL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uHGuBQ57pL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHGuBQ57pL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHGuBQ57pL .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-uHGuBQ57pL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHGuBQ57pL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHGuBQ57pL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHGuBQ57pL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHGuBQ57pL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHGuBQ57pL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHGuBQ57pL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHGuBQ57pL .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-uHGuBQ57pL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHGuBQ57pL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHGuBQ57pL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHGuBQ57pL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHGuBQ57pL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHGuBQ57pL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHGuBQ57pL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHGuBQ57pL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHGuBQ57pL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHGuBQ57pL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHGuBQ57pL .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-uHGuBQ57pL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHGuBQ57pL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHGuBQ57pL .dropdown-item.active,
.cid-uHGuBQ57pL .dropdown-item:active {
  background-color: transparent;
}
.cid-uHGuBQ57pL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHGuBQ57pL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHGuBQ57pL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHGuBQ57pL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHGuBQ57pL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHGuBQ57pL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHGuBQ57pL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHGuBQ57pL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHGuBQ57pL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHGuBQ57pL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHGuBQ57pL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHGuBQ57pL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHGuBQ57pL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHGuBQ57pL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHGuBQ57pL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHGuBQ57pL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHGuBQ57pL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHGuBQ57pL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHGuBQ57pL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHGuBQ57pL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHGuBQ57pL .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-uHGuBQ57pL .navbar {
    height: 70px;
  }
  .cid-uHGuBQ57pL .navbar.opened {
    height: auto;
  }
  .cid-uHGuBQ57pL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHGuBR66Gg {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHGuBR66Gg .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uHGuBRPBHt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHGuBRPBHt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGuBRPBHt .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-uHGuBRPBHt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHGuBRPBHt .row {
  flex-direction: row-reverse;
}
.cid-uHGuBRPBHt img {
  width: 100%;
}
.cid-uHGuBSDqMO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHGwT5IOUG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHGwT5IOUG .counter-container ol {
  margin-bottom: 0;
}
.cid-uHGwT5IOUG .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uHGuBUjF7f {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4eb8e4;
}
.cid-uHGuBUjF7f .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-uHGuBV6Mge {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4eb8e4;
}
.cid-uHGuBV6Mge .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGuBV6Mge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHGuBV6Mge .mbr-section-title {
  color: #ffffff;
}
.cid-uHGuBVYruS {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #4eb8e4;
}
.cid-uHGuBVYruS .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uHGuBVYruS .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uHGuBVYruS .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uHGuBVYruS .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uHGuBVYruS .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uHGuBVYruS .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uHGuBVYruS .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uHGuBVYruS .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uHGuBVYruS .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uHGuBVYruS .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uHGuBVYruS .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uHGuBVYruS .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uHGuBVYruS .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uHGuBVYruS .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uHGuEwn3q9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHGuEwn3q9 nav.navbar {
  position: fixed;
}
.cid-uHGuEwn3q9 .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-uHGuEwn3q9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHGuEwn3q9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHGuEwn3q9 .dropdown-item:hover,
.cid-uHGuEwn3q9 .dropdown-item:focus {
  background: #5d70e8 !important;
  color: white !important;
}
.cid-uHGuEwn3q9 .dropdown-item:hover span {
  color: white;
}
.cid-uHGuEwn3q9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHGuEwn3q9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHGuEwn3q9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHGuEwn3q9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHGuEwn3q9 .nav-link {
  position: relative;
}
.cid-uHGuEwn3q9 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHGuEwn3q9 .container {
    flex-wrap: wrap;
  }
}
.cid-uHGuEwn3q9 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHGuEwn3q9 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHGuEwn3q9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHGuEwn3q9 .dropdown-menu,
.cid-uHGuEwn3q9 .navbar.opened {
  background: #ffffff !important;
}
.cid-uHGuEwn3q9 .nav-item:focus,
.cid-uHGuEwn3q9 .nav-link:focus {
  outline: none;
}
.cid-uHGuEwn3q9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHGuEwn3q9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHGuEwn3q9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHGuEwn3q9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHGuEwn3q9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHGuEwn3q9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHGuEwn3q9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uHGuEwn3q9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uHGuEwn3q9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHGuEwn3q9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uHGuEwn3q9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHGuEwn3q9 .navbar.collapsed {
  justify-content: center;
}
.cid-uHGuEwn3q9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHGuEwn3q9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHGuEwn3q9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uHGuEwn3q9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHGuEwn3q9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHGuEwn3q9 .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-uHGuEwn3q9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHGuEwn3q9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHGuEwn3q9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHGuEwn3q9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHGuEwn3q9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHGuEwn3q9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHGuEwn3q9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHGuEwn3q9 .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-uHGuEwn3q9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHGuEwn3q9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHGuEwn3q9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHGuEwn3q9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHGuEwn3q9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHGuEwn3q9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHGuEwn3q9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHGuEwn3q9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHGuEwn3q9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHGuEwn3q9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHGuEwn3q9 .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-uHGuEwn3q9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHGuEwn3q9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHGuEwn3q9 .dropdown-item.active,
.cid-uHGuEwn3q9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uHGuEwn3q9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHGuEwn3q9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHGuEwn3q9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHGuEwn3q9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHGuEwn3q9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHGuEwn3q9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHGuEwn3q9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHGuEwn3q9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHGuEwn3q9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHGuEwn3q9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHGuEwn3q9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHGuEwn3q9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHGuEwn3q9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHGuEwn3q9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHGuEwn3q9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHGuEwn3q9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHGuEwn3q9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHGuEwn3q9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHGuEwn3q9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHGuEwn3q9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHGuEwn3q9 .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-uHGuEwn3q9 .navbar {
    height: 70px;
  }
  .cid-uHGuEwn3q9 .navbar.opened {
    height: auto;
  }
  .cid-uHGuEwn3q9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHGuExvaZt {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHGuExvaZt .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uHGuEyeR6u {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHGuEyeR6u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGuEyeR6u .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-uHGuEyeR6u .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHGuEyeR6u .row {
  flex-direction: row-reverse;
}
.cid-uHGuEyeR6u img {
  width: 100%;
}
.cid-uHGuEz1sZc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHGuEzMtKz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHGuEzMtKz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGuEzMtKz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHGuEzMtKz ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uHGuEzMtKz li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uHGuEzMtKz ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #5d70e8;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uHGuEACudZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4eb8e4;
}
.cid-uHGuEACudZ .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-uHGuEBtoje {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4eb8e4;
}
.cid-uHGuEBtoje .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGuEBtoje .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHGuEBtoje .mbr-section-title {
  color: #ffffff;
}
.cid-uHGuECjCSA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #4eb8e4;
}
.cid-uHGuECjCSA .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uHGuECjCSA .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uHGuECjCSA .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uHGuECjCSA .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uHGuECjCSA .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uHGuECjCSA .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uHGuECjCSA .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uHGuECjCSA .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uHGuECjCSA .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uHGuECjCSA .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uHGuECjCSA .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uHGuECjCSA .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uHGuECjCSA .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uHGuECjCSA .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uHGuHp43jD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHGuHp43jD nav.navbar {
  position: fixed;
}
.cid-uHGuHp43jD .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-uHGuHp43jD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHGuHp43jD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHGuHp43jD .dropdown-item:hover,
.cid-uHGuHp43jD .dropdown-item:focus {
  background: #5d70e8 !important;
  color: white !important;
}
.cid-uHGuHp43jD .dropdown-item:hover span {
  color: white;
}
.cid-uHGuHp43jD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHGuHp43jD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHGuHp43jD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHGuHp43jD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHGuHp43jD .nav-link {
  position: relative;
}
.cid-uHGuHp43jD .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHGuHp43jD .container {
    flex-wrap: wrap;
  }
}
.cid-uHGuHp43jD .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHGuHp43jD .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHGuHp43jD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHGuHp43jD .dropdown-menu,
.cid-uHGuHp43jD .navbar.opened {
  background: #ffffff !important;
}
.cid-uHGuHp43jD .nav-item:focus,
.cid-uHGuHp43jD .nav-link:focus {
  outline: none;
}
.cid-uHGuHp43jD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHGuHp43jD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHGuHp43jD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHGuHp43jD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHGuHp43jD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHGuHp43jD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHGuHp43jD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uHGuHp43jD .navbar.opened {
  transition: all 0.3s;
}
.cid-uHGuHp43jD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHGuHp43jD .navbar .navbar-logo img {
  width: auto;
}
.cid-uHGuHp43jD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHGuHp43jD .navbar.collapsed {
  justify-content: center;
}
.cid-uHGuHp43jD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHGuHp43jD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHGuHp43jD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uHGuHp43jD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHGuHp43jD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHGuHp43jD .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-uHGuHp43jD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHGuHp43jD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHGuHp43jD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHGuHp43jD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHGuHp43jD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHGuHp43jD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHGuHp43jD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHGuHp43jD .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-uHGuHp43jD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHGuHp43jD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHGuHp43jD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHGuHp43jD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHGuHp43jD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHGuHp43jD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHGuHp43jD .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHGuHp43jD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHGuHp43jD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHGuHp43jD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHGuHp43jD .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-uHGuHp43jD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHGuHp43jD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHGuHp43jD .dropdown-item.active,
.cid-uHGuHp43jD .dropdown-item:active {
  background-color: transparent;
}
.cid-uHGuHp43jD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHGuHp43jD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHGuHp43jD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHGuHp43jD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHGuHp43jD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHGuHp43jD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHGuHp43jD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHGuHp43jD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHGuHp43jD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHGuHp43jD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHGuHp43jD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHGuHp43jD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHGuHp43jD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHGuHp43jD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHGuHp43jD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHGuHp43jD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHGuHp43jD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHGuHp43jD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHGuHp43jD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHGuHp43jD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHGuHp43jD .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-uHGuHp43jD .navbar {
    height: 70px;
  }
  .cid-uHGuHp43jD .navbar.opened {
    height: auto;
  }
  .cid-uHGuHp43jD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHGuHqGcFl {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHGuHqGcFl .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uHGCNYxkBI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHGCNYxkBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGCNYxkBI .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-uHGCNYxkBI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHGCNYxkBI .row {
  flex-direction: row-reverse;
}
.cid-uHGCNYxkBI img {
  width: 100%;
}
.cid-uHGuHspZre {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHGv8RZuRW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHGv8RZuRW .counter-container ol {
  margin-bottom: 0;
}
.cid-uHGv8RZuRW .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uHGvne9cvs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHGvmY6TjA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHGuHu4mnZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4eb8e4;
}
.cid-uHGuHu4mnZ .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-uHGuHuUrZD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4eb8e4;
}
.cid-uHGuHuUrZD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGuHuUrZD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHGuHuUrZD .mbr-section-title {
  color: #ffffff;
}
.cid-uHGuHvMezn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #4eb8e4;
}
.cid-uHGuHvMezn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uHGuHvMezn .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uHGuHvMezn .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uHGuHvMezn .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uHGuHvMezn .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uHGuHvMezn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uHGuHvMezn .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uHGuHvMezn .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uHGuHvMezn .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uHGuHvMezn .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uHGuHvMezn .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uHGuHvMezn .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uHGuHvMezn .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uHGuHvMezn .media-container-row .row-copirayt p {
  width: 100%;
}
