body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.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.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: #134ac9 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #134ac9 !important;
  border-color: #134ac9 !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: #0c2d7a !important;
  border-color: #0c2d7a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0c2d7a !important;
  border-color: #0c2d7a !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: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #134ac9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0c2d7a !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: #134ac9 !important;
  border-color: #134ac9 !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: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: 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: #134ac9 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0a286c !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: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #134ac9;
}
.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: #ff9966;
}
.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: #134ac9;
  border-color: #134ac9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #134ac9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b0c6f8;
}
.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: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #134ac9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #134ac9;
}
/* 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: #134ac9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #134ac9;
}
.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: #134ac9;
  border-bottom-color: #134ac9;
}
.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: #134ac9 !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='%23134ac9' %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-tLZhHS3VQE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tLZhHS3VQE nav.navbar {
  position: fixed;
}
.cid-tLZhHS3VQE .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-tLZhHS3VQE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLZhHS3VQE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLZhHS3VQE .dropdown-item:hover,
.cid-tLZhHS3VQE .dropdown-item:focus {
  background: #134ac9 !important;
  color: white !important;
}
.cid-tLZhHS3VQE .dropdown-item:hover span {
  color: white;
}
.cid-tLZhHS3VQE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLZhHS3VQE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLZhHS3VQE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLZhHS3VQE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLZhHS3VQE .nav-link {
  position: relative;
}
.cid-tLZhHS3VQE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tLZhHS3VQE .container {
    flex-wrap: nowrap;
  }
}
.cid-tLZhHS3VQE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLZhHS3VQE .dropdown-menu,
.cid-tLZhHS3VQE .navbar.opened {
  background: #232323 !important;
}
.cid-tLZhHS3VQE .nav-item:focus,
.cid-tLZhHS3VQE .nav-link:focus {
  outline: none;
}
.cid-tLZhHS3VQE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLZhHS3VQE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLZhHS3VQE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLZhHS3VQE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLZhHS3VQE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLZhHS3VQE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLZhHS3VQE .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: #232323;
}
.cid-tLZhHS3VQE .navbar.opened {
  transition: all 0.3s;
}
.cid-tLZhHS3VQE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLZhHS3VQE .navbar .navbar-logo img {
  width: auto;
}
.cid-tLZhHS3VQE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLZhHS3VQE .navbar.collapsed {
  justify-content: center;
}
.cid-tLZhHS3VQE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLZhHS3VQE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLZhHS3VQE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tLZhHS3VQE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLZhHS3VQE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLZhHS3VQE .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-tLZhHS3VQE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLZhHS3VQE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLZhHS3VQE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLZhHS3VQE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLZhHS3VQE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLZhHS3VQE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLZhHS3VQE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLZhHS3VQE .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-tLZhHS3VQE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLZhHS3VQE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLZhHS3VQE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLZhHS3VQE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLZhHS3VQE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLZhHS3VQE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tLZhHS3VQE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tLZhHS3VQE .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLZhHS3VQE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLZhHS3VQE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLZhHS3VQE .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-tLZhHS3VQE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLZhHS3VQE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLZhHS3VQE .dropdown-item.active,
.cid-tLZhHS3VQE .dropdown-item:active {
  background-color: transparent;
}
.cid-tLZhHS3VQE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLZhHS3VQE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLZhHS3VQE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLZhHS3VQE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tLZhHS3VQE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLZhHS3VQE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLZhHS3VQE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLZhHS3VQE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLZhHS3VQE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLZhHS3VQE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tLZhHS3VQE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLZhHS3VQE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLZhHS3VQE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLZhHS3VQE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLZhHS3VQE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLZhHS3VQE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLZhHS3VQE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLZhHS3VQE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLZhHS3VQE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLZhHS3VQE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLZhHS3VQE .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-tLZhHS3VQE .navbar {
    height: 70px;
  }
  .cid-tLZhHS3VQE .navbar.opened {
    height: auto;
  }
  .cid-tLZhHS3VQE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMCS9T4gv4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eb787b;
}
.cid-tMCS9T4gv4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMCS9T4gv4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMCS9T4gv4 .mbr-section-title {
  color: #ffffff;
}
.cid-uV9AOooqwI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2299aa;
}
.cid-uV9AOooqwI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV9AOooqwI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV9AOooqwI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGmSslqnla {
  background-color: #eb787b;
}
.cid-uGmSslqnla .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGmSslqnla .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGmSslqnla .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uGmSslqnla .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uGmSslqnla .mbr-section-title {
  color: #ffffff;
}
.cid-uGmSslqnla .mbr-text,
.cid-uGmSslqnla .mbr-section-btn {
  color: #ffffff;
}
.cid-uUI20QISJd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUI20QISJd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUI20QISJd .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-uUI20QISJd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUI20QISJd .row {
  flex-direction: row-reverse;
}
.cid-uUI20QISJd img {
  width: 100%;
}
.cid-uGmTtFnDry {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uGmTtFnDry .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGmTtFnDry .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGmTtFnDry .mbr-text {
  color: #c1c1c1;
}
.cid-uGmTtFnDry H3 {
  color: #ffffff;
}
.cid-tLuPqYs9AI {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #eb787b;
}
.cid-tLuPqYs9AI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLuPqYs9AI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLuPqYs9AI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tLuPqYs9AI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tLuPqYs9AI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tLuPqYs9AI .mbr-text,
.cid-tLuPqYs9AI .mbr-section-btn {
  color: #ffffff;
}
.cid-uXSOz5p5lr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXSOz5p5lr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXSOz5p5lr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXSOz5p5lr ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXSOz5p5lr li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXSOz5p5lr ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXSOPZmuKZ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXSOWQUhnR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXSOWQUhnR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXSOWQUhnR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXSOWQUhnR ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXSOWQUhnR li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXSOWQUhnR ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXUwoNMxpq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXUwoNMxpq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUwoNMxpq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUwoNMxpq .mbr-text,
.cid-uXUwoNMxpq .mbr-section-btn {
  color: #232323;
}
.cid-uXUwoNMxpq .card-title,
.cid-uXUwoNMxpq .card-box {
  color: #ffffff;
}
.cid-uXUwoNMxpq .mbr-text,
.cid-uXUwoNMxpq .link-wrap {
  color: #ffffff;
}
.cid-uXUwoNMxpq .card-box .mbr-text,
.cid-uXUwoNMxpq .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uV9gWUgKn2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uV9gWUgKn2 img,
.cid-uV9gWUgKn2 .item-img {
  width: 100%;
}
.cid-uV9gWUgKn2 .item:focus,
.cid-uV9gWUgKn2 span:focus {
  outline: none;
}
.cid-uV9gWUgKn2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uV9gWUgKn2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uV9gWUgKn2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uV9gWUgKn2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uV9gWUgKn2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uV9gWUgKn2 .mbr-section-title {
  color: #232323;
}
.cid-uV9gWUgKn2 .mbr-text,
.cid-uV9gWUgKn2 .mbr-section-btn {
  text-align: left;
}
.cid-uV9gWUgKn2 .item-title {
  text-align: left;
}
.cid-uV9gWUgKn2 .item-subtitle {
  text-align: left;
}
.cid-uV9gWUgKn2 .mbr-section-subtitle {
  color: #232323;
}
.cid-uVruTLgHrC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uVruTLgHrC .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uXSPMzIOAC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXSPMzIOAC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXSPMzIOAC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXSPMzIOAC ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXSPMzIOAC li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXSPMzIOAC ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXSQglWsfU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXSQglWsfU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXSQglWsfU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXSQglWsfU .mbr-text,
.cid-uXSQglWsfU .mbr-section-btn {
  color: #232323;
}
.cid-uXSQglWsfU .card-title,
.cid-uXSQglWsfU .card-box {
  color: #ffffff;
}
.cid-uXSQglWsfU .mbr-text,
.cid-uXSQglWsfU .link-wrap {
  color: #ffffff;
}
.cid-uXSQglWsfU .card-box .mbr-text,
.cid-uXSQglWsfU .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uXSQFvbqec {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXSQFvbqec .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXSQFvbqec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXSQFvbqec ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXSQFvbqec li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXSQFvbqec ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXSR4OCc0w {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXSR4OCc0w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXSR4OCc0w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXSR4OCc0w .mbr-text,
.cid-uXSR4OCc0w .mbr-section-btn {
  color: #232323;
}
.cid-uXSR4OCc0w .card-title,
.cid-uXSR4OCc0w .card-box {
  color: #ffffff;
}
.cid-uXSR4OCc0w .mbr-text,
.cid-uXSR4OCc0w .link-wrap {
  color: #ffffff;
}
.cid-uXSR4OCc0w .card-box .mbr-text,
.cid-uXSR4OCc0w .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uX7dF5e57u {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uX7dF5e57u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX7dF5e57u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX7dF5e57u .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uX7dGK6ZC9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uX7dGK6ZC9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX7dGK6ZC9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX7dGK6ZC9 .mbr-text,
.cid-uX7dGK6ZC9 .mbr-section-btn {
  color: #232323;
}
.cid-uX7dGK6ZC9 .card-title,
.cid-uX7dGK6ZC9 .card-box {
  color: #ffffff;
}
.cid-uX7dGK6ZC9 .mbr-text,
.cid-uX7dGK6ZC9 .link-wrap {
  color: #ffffff;
}
.cid-uX7dGK6ZC9 .card-box .mbr-text,
.cid-uX7dGK6ZC9 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uXSRsL82DN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXSRsL82DN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXSRsL82DN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXSRsL82DN ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXSRsL82DN li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXSRsL82DN ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXSRQDQTYH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXSRQDQTYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXSRQDQTYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXSRQDQTYH .mbr-text,
.cid-uXSRQDQTYH .mbr-section-btn {
  color: #232323;
}
.cid-uXSRQDQTYH .card-title,
.cid-uXSRQDQTYH .card-box {
  color: #ffffff;
}
.cid-uXSRQDQTYH .mbr-text,
.cid-uXSRQDQTYH .link-wrap {
  color: #ffffff;
}
.cid-uXSRQDQTYH .card-box .mbr-text,
.cid-uXSRQDQTYH .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uVrwWSVskg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uVrwWSVskg .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uWDp2jjH5x {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWDp2jjH5x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWDp2jjH5x .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-uWDp2jjH5x .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWDp2jjH5x .row {
  flex-direction: row-reverse;
}
.cid-uWDp2jjH5x img {
  width: 100%;
}
.cid-uWASnodHgH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWASnodHgH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWASnodHgH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWASnodHgH ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uWASnodHgH li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uWASnodHgH ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uX7b3Kejo3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uX7b3Kejo3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX7b3Kejo3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX7b3Kejo3 .mbr-text,
.cid-uX7b3Kejo3 .mbr-section-btn {
  color: #232323;
}
.cid-uX7b3Kejo3 .card-title,
.cid-uX7b3Kejo3 .card-box {
  color: #ffffff;
}
.cid-uX7b3Kejo3 .mbr-text,
.cid-uX7b3Kejo3 .link-wrap {
  color: #ffffff;
}
.cid-uX7b3Kejo3 .card-box .mbr-text,
.cid-uX7b3Kejo3 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uX7etx7TCE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uX7etx7TCE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX7etx7TCE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX7etx7TCE .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uXSUj3WjSh {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXSUkcyfQa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXSUkcyfQa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXSUkcyfQa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXSUkcyfQa ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXSUkcyfQa li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXSUkcyfQa ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXSUBSbQTC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXSUBSbQTC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXSUBSbQTC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXSUBSbQTC ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXSUBSbQTC li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXSUBSbQTC ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXSUCL8BoN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXSUCL8BoN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXSUCL8BoN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXSUCL8BoN ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXSUCL8BoN li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXSUCL8BoN ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uX7evFotuG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uX7evFotuG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX7evFotuG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX7evFotuG .mbr-text,
.cid-uX7evFotuG .mbr-section-btn {
  color: #232323;
}
.cid-uX7evFotuG .card-title,
.cid-uX7evFotuG .card-box {
  color: #ffffff;
}
.cid-uX7evFotuG .mbr-text,
.cid-uX7evFotuG .link-wrap {
  color: #ffffff;
}
.cid-uX7evFotuG .card-box .mbr-text,
.cid-uX7evFotuG .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uVrznaHfg7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uVrznaHfg7 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uVrznaHfg7 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uVrA6bcDNq {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVrA6bcDNq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVrA6bcDNq .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-uVrA6bcDNq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVrA6bcDNq .row {
  flex-direction: row-reverse;
}
.cid-uVrA6bcDNq img {
  width: 100%;
}
.cid-uVrAE0cyvg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVrAE0cyvg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVrAE0cyvg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV9WO1jzsY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uV9WO1jzsY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV9WO1jzsY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV9WO1jzsY .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uVrBQn6LRf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVrBQn6LRf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVrBQn6LRf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVrBQn6LRf ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uVrBQn6LRf li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uVrBQn6LRf ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uVrBQn6LRf H3 {
  color: #232323;
}
.cid-uXT02dUqk8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXT02dUqk8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXT02dUqk8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXT02dUqk8 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXT02dUqk8 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXT02dUqk8 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uX7anDlvGt {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uX7anDlvGt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX7anDlvGt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX7anDlvGt .mbr-text,
.cid-uX7anDlvGt .mbr-section-btn {
  color: #232323;
}
.cid-uX7anDlvGt .card-title,
.cid-uX7anDlvGt .card-box {
  color: #ffffff;
}
.cid-uX7anDlvGt .mbr-text,
.cid-uX7anDlvGt .link-wrap {
  color: #ffffff;
}
.cid-uX7anDlvGt .card-box .mbr-text,
.cid-uX7anDlvGt .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uX7fK2US74 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uX7fK2US74 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX7fK2US74 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX7fK2US74 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uXT4R3PXX0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXT4R3PXX0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXT4R3PXX0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXT4R3PXX0 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXT4R3PXX0 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXT4R3PXX0 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXT5jJaN5t {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXT5lqBazR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXT5lqBazR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXT5lqBazR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXT5lqBazR ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXT5lqBazR li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXT5lqBazR ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uX7fLjWvtc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uX7fLjWvtc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX7fLjWvtc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX7fLjWvtc .mbr-text,
.cid-uX7fLjWvtc .mbr-section-btn {
  color: #232323;
}
.cid-uX7fLjWvtc .card-title,
.cid-uX7fLjWvtc .card-box {
  color: #ffffff;
}
.cid-uX7fLjWvtc .mbr-text,
.cid-uX7fLjWvtc .link-wrap {
  color: #ffffff;
}
.cid-uX7fLjWvtc .card-box .mbr-text,
.cid-uX7fLjWvtc .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uUIbPbQvG2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uUIbPbQvG2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUIbPbQvG2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUIbPbQvG2 .card-wrapper {
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUIbPbQvG2 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUIbPbQvG2 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUIbPbQvG2 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uUIbPbQvG2 .mbr-text,
.cid-uUIbPbQvG2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uUIbPbQvG2 .card-title,
.cid-uUIbPbQvG2 .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-tLuV7nSCY2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLuV7nSCY2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLuV7nSCY2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLuV7nSCY2 .img-wrapper {
  text-align: center;
}
.cid-tLuV7nSCY2 img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-tLuV7nSCY2 .row {
  align-items: flex-start;
}
.cid-tLuV7nSCY2 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-tLuV7nSCY2 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tLuV7nSCY2 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLuV7nSCY2 .card-wrapper {
    padding: 1rem;
  }
}
.cid-uXT2sDMebT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXT2sDMebT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXT2sDMebT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXT2sDMebT ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXT2sDMebT li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXT2sDMebT ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXT2Uvy8hC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXT2Uvy8hC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXT2Uvy8hC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXT2Uvy8hC .mbr-text,
.cid-uXT2Uvy8hC .mbr-section-btn {
  color: #232323;
}
.cid-uXT2Uvy8hC .card-title,
.cid-uXT2Uvy8hC .card-box {
  color: #ffffff;
}
.cid-uXT2Uvy8hC .mbr-text,
.cid-uXT2Uvy8hC .link-wrap {
  color: #ffffff;
}
.cid-uXT2Uvy8hC .card-box .mbr-text,
.cid-uXT2Uvy8hC .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uX7bHSdtIX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uX7bHSdtIX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX7bHSdtIX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX7bHSdtIX .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uXT3cP9a8y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXT3cP9a8y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXT3cP9a8y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXT3cP9a8y ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXT3cP9a8y li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXT3cP9a8y ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uX7bIZgcUv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uX7bIZgcUv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX7bIZgcUv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX7bIZgcUv .mbr-text,
.cid-uX7bIZgcUv .mbr-section-btn {
  color: #232323;
}
.cid-uX7bIZgcUv .card-title,
.cid-uX7bIZgcUv .card-box {
  color: #ffffff;
}
.cid-uX7bIZgcUv .mbr-text,
.cid-uX7bIZgcUv .link-wrap {
  color: #ffffff;
}
.cid-uX7bIZgcUv .card-box .mbr-text,
.cid-uX7bIZgcUv .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-tLv9wOUX1T {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #eb787b;
}
.cid-tLv9wOUX1T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLv9wOUX1T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLv9wOUX1T .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tLv9wOUX1T .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tLv9wOUX1T .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tLv9wOUX1T .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tLv9wOUX1T .mbr-text,
.cid-tLv9wOUX1T .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tLS5LTd4cU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tLS5LTd4cU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLS5LTd4cU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLS5LTd4cU .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uXTI6CwW4w {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXTI6CwW4w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXTI6CwW4w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXTI6CwW4w ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXTI6CwW4w li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXTI6CwW4w ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uWJDaef9tT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWJDaef9tT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWJDaef9tT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWJDaef9tT .mbr-text,
.cid-uWJDaef9tT .mbr-section-btn {
  color: #232323;
}
.cid-uWJDaef9tT .card-title,
.cid-uWJDaef9tT .card-box {
  color: #ffffff;
}
.cid-uWJDaef9tT .mbr-text,
.cid-uWJDaef9tT .link-wrap {
  color: #ffffff;
}
.cid-uWJDaef9tT .card-box .mbr-text,
.cid-uWJDaef9tT .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uXTIAab3s4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uXTIAab3s4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXTIAab3s4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXTIAab3s4 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uXTIDAtKtk {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXTIBpI8QQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXTIBpI8QQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXTIBpI8QQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXTIBpI8QQ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXTIBpI8QQ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXTIBpI8QQ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXTIG8qX0m {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXTIG8qX0m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXTIG8qX0m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXTIG8qX0m .mbr-text,
.cid-uXTIG8qX0m .mbr-section-btn {
  color: #232323;
}
.cid-uXTIG8qX0m .card-title,
.cid-uXTIG8qX0m .card-box {
  color: #ffffff;
}
.cid-uXTIG8qX0m .mbr-text,
.cid-uXTIG8qX0m .link-wrap {
  color: #ffffff;
}
.cid-uXTIG8qX0m .card-box .mbr-text,
.cid-uXTIG8qX0m .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uXTJmkyqYP {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXTJnKm7aJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXTJnKm7aJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXTJnKm7aJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXTJnKm7aJ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXTJnKm7aJ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXTJnKm7aJ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXTJoLl8dy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXTJoLl8dy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXTJoLl8dy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXTJoLl8dy ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXTJoLl8dy li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXTJoLl8dy ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uX0vlGTeWn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e68a8c;
}
.cid-uX0vlGTeWn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX0vlGTeWn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX0vlGTeWn .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uX0vlGTeWn .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uVrLxBLyTG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uVrLxBLyTG .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uVrLxBLyTG .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uVrLypyyEl {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVrLypyyEl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVrLypyyEl .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-uVrLypyyEl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVrLypyyEl .row {
  flex-direction: row-reverse;
}
.cid-uVrLypyyEl img {
  width: 100%;
}
.cid-uV9sXpSvQ4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uV9sXpSvQ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV9sXpSvQ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLvNPIihEA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tLvNPIihEA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLvNPIihEA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLvNPIihEA .mbr-section-title {
  color: #ffffff;
}
.cid-tLvSaK2auY {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tLvSaK2auY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLvSaK2auY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLvSaK2auY .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tLvSaK2auY .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tLvSaK2auY .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #134ac9;
}
.cid-tLvSaK2auY .panel-body,
.cid-tLvSaK2auY .card-header {
  padding: 1rem 0;
}
.cid-tLvSaK2auY .panel-title-edit {
  color: #000000;
}
.cid-uGyh6Ok938 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uGyh6Ok938 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGyh6Ok938 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGyh6Ok938 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uXT8dMyP1Y {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXT8dMyP1Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXT8dMyP1Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXT8dMyP1Y ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXT8dMyP1Y li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXT8dMyP1Y ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tLvZ1oY2hR {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWDQdAFYuZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWDQdAFYuZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWDQdAFYuZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWDQdAFYuZ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uWDQdAFYuZ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uWDQdAFYuZ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uWDQdAFYuZ .list {
  color: #4479d9;
}
.cid-tLw34lctBm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tLw34lctBm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLw34lctBm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLw34lctBm .mbr-section-title {
  color: #ffffff;
}
.cid-tLw3eVqFiP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb787b;
}
.cid-tLw3eVqFiP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLw3eVqFiP .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-tLw3eVqFiP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tLw3eVqFiP .row {
  flex-direction: row-reverse;
}
.cid-tLw3eVqFiP img {
  width: 100%;
}
.cid-tLw3eVqFiP .mbr-description {
  color: #ffffff;
}
.cid-tLw77WeYpz {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tLw77WeYpz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLw77WeYpz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLw77WeYpz .mbr-text,
.cid-tLw77WeYpz .mbr-section-btn {
  color: #ffffff;
}
.cid-tLwbO91c7M {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-tLwbO91c7M .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tLwQuQyLCE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tLwQuQyLCE .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tLwQuQyLCE .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tLwQuQyLCE .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tLwQuQyLCE .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tLwQuQyLCE .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tLwQuQyLCE .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tLwQuQyLCE .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-tLwQuQyLCE .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tLwQuQyLCE .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLwQuQyLCE .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tLwQuQyLCE .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLwQuQyLCE .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLwQuQyLCE .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tLwQuQyLCE .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tLwJ2tPhAO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLwJ2tPhAO .mbr-section-subtitle {
  text-align: center;
}
.cid-tLwQuQyLCE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tLwQuQyLCE .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tLwQuQyLCE .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tLwQuQyLCE .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tLwQuQyLCE .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tLwQuQyLCE .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tLwQuQyLCE .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tLwQuQyLCE .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-tLwQuQyLCE .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tLwQuQyLCE .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLwQuQyLCE .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tLwQuQyLCE .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLwQuQyLCE .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLwQuQyLCE .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tLwQuQyLCE .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tLwMDsiyG7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLwMDsiyG7 .mbr-section-subtitle {
  text-align: center;
}
.cid-tLwQuQyLCE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tLwQuQyLCE .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tLwQuQyLCE .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tLwQuQyLCE .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tLwQuQyLCE .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tLwQuQyLCE .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tLwQuQyLCE .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tLwQuQyLCE .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-tLwQuQyLCE .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tLwQuQyLCE .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLwQuQyLCE .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tLwQuQyLCE .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLwQuQyLCE .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLwQuQyLCE .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tLwQuQyLCE .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tLwOqR04Lz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLwOqR04Lz .mbr-section-subtitle {
  text-align: center;
}
.cid-tLwQuQyLCE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tLwQuQyLCE .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tLwQuQyLCE .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tLwQuQyLCE .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tLwQuQyLCE .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tLwQuQyLCE .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tLwQuQyLCE .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tLwQuQyLCE .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-tLwQuQyLCE .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tLwQuQyLCE .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLwQuQyLCE .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tLwQuQyLCE .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLwQuQyLCE .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLwQuQyLCE .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tLwQuQyLCE .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uXUSMLj3Xz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXUSMLj3Xz nav.navbar {
  position: fixed;
}
.cid-uXUSMLj3Xz .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-uXUSMLj3Xz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXUSMLj3Xz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXUSMLj3Xz .dropdown-item:hover,
.cid-uXUSMLj3Xz .dropdown-item:focus {
  background: #134ac9 !important;
  color: white !important;
}
.cid-uXUSMLj3Xz .dropdown-item:hover span {
  color: white;
}
.cid-uXUSMLj3Xz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXUSMLj3Xz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXUSMLj3Xz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXUSMLj3Xz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXUSMLj3Xz .nav-link {
  position: relative;
}
.cid-uXUSMLj3Xz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uXUSMLj3Xz .container {
    flex-wrap: nowrap;
  }
}
.cid-uXUSMLj3Xz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXUSMLj3Xz .dropdown-menu,
.cid-uXUSMLj3Xz .navbar.opened {
  background: #232323 !important;
}
.cid-uXUSMLj3Xz .nav-item:focus,
.cid-uXUSMLj3Xz .nav-link:focus {
  outline: none;
}
.cid-uXUSMLj3Xz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXUSMLj3Xz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXUSMLj3Xz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXUSMLj3Xz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXUSMLj3Xz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXUSMLj3Xz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXUSMLj3Xz .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: #232323;
}
.cid-uXUSMLj3Xz .navbar.opened {
  transition: all 0.3s;
}
.cid-uXUSMLj3Xz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXUSMLj3Xz .navbar .navbar-logo img {
  width: auto;
}
.cid-uXUSMLj3Xz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXUSMLj3Xz .navbar.collapsed {
  justify-content: center;
}
.cid-uXUSMLj3Xz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXUSMLj3Xz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXUSMLj3Xz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXUSMLj3Xz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXUSMLj3Xz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXUSMLj3Xz .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-uXUSMLj3Xz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXUSMLj3Xz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXUSMLj3Xz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXUSMLj3Xz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXUSMLj3Xz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXUSMLj3Xz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXUSMLj3Xz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXUSMLj3Xz .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-uXUSMLj3Xz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXUSMLj3Xz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXUSMLj3Xz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXUSMLj3Xz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXUSMLj3Xz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXUSMLj3Xz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uXUSMLj3Xz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uXUSMLj3Xz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXUSMLj3Xz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXUSMLj3Xz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXUSMLj3Xz .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-uXUSMLj3Xz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXUSMLj3Xz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXUSMLj3Xz .dropdown-item.active,
.cid-uXUSMLj3Xz .dropdown-item:active {
  background-color: transparent;
}
.cid-uXUSMLj3Xz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXUSMLj3Xz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXUSMLj3Xz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXUSMLj3Xz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uXUSMLj3Xz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXUSMLj3Xz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXUSMLj3Xz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXUSMLj3Xz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXUSMLj3Xz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXUSMLj3Xz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uXUSMLj3Xz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXUSMLj3Xz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXUSMLj3Xz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXUSMLj3Xz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXUSMLj3Xz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXUSMLj3Xz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXUSMLj3Xz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXUSMLj3Xz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXUSMLj3Xz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXUSMLj3Xz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXUSMLj3Xz .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-uXUSMLj3Xz .navbar {
    height: 70px;
  }
  .cid-uXUSMLj3Xz .navbar.opened {
    height: auto;
  }
  .cid-uXUSMLj3Xz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXUSMMliNO {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #eb787b;
}
.cid-uXUSMMliNO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUSMMliNO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUSMMliNO .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXUSMMliNO .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uXUSMMliNO .mbr-text,
.cid-uXUSMMliNO .mbr-section-btn {
  color: #ffffff;
}
.cid-uXUSMNe9FE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXUSMNe9FE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUSMNe9FE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUSMNe9FE .mbr-section-title {
  color: #ffffff;
}
.cid-uXUSMO4eJq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUSMO4eJq .mbr-section-subtitle {
  text-align: center;
}
.cid-uXUSMO4eJq .mbr-text {
  color: #232323;
}
.cid-uXUSMOKGHZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUSMPrIMV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUSMPrIMV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUSMPrIMV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUSMPrIMV ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXUSMPrIMV li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXUSMPrIMV ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXUSMQ9qVQ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXUSMQOFqn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUSMQOFqn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUSMQOFqn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUSMQOFqn .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uXUSMRBrya {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXUSMSFDn6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUSMTuOlg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUSMTuOlg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUSMTuOlg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUSMTuOlg ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXUSMTuOlg li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXUSMTuOlg ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXUU7a4iAU {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXUSMUypHO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUSMUypHO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUSMUypHO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUSMUypHO ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXUSMUypHO li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXUSMUypHO ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXUUxjvy7j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUUxjvy7j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUUxjvy7j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUUxjvy7j ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXUUxjvy7j li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXUUxjvy7j ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXUSMVMxpL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUSMVMxpL .mbr-text {
  color: #232323;
}
.cid-uXUSMWtBVO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUSMWtBVO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUSMWtBVO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUSMWtBVO .img-wrapper {
  text-align: center;
}
.cid-uXUSMWtBVO img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uXUSMWtBVO .row {
  align-items: flex-start;
}
.cid-uXUSMWtBVO .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uXUSMWtBVO .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uXUSMWtBVO .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXUSMWtBVO .card-wrapper {
    padding: 1rem;
  }
}
.cid-uXUSMXs84C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUSMXs84C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUSMXs84C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUSMXs84C ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXUSMXs84C li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXUSMXs84C ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXUSMY4kP0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUUX1s7AL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUUX1s7AL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUUX1s7AL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUUX1s7AL ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXUUX1s7AL li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXUUX1s7AL ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXUSMYOQm7 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXUSMZrPDx {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXUVmLI3Wd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUVmLI3Wd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUVmLI3Wd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUVmLI3Wd ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXUVmLI3Wd li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXUVmLI3Wd ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXUVqrxKfk {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXUVr6bI3I {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXUSN09L7g {
  background-color: #eb787b;
}
.cid-uXUSN09L7g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUSN09L7g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUSN09L7g .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXUSN09L7g .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-uXUSN09L7g .mbr-text,
.cid-uXUSN09L7g .mbr-section-btn {
  color: #ffffff;
}
.cid-uXUSN0XLKj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uXUSN0XLKj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUSN0XLKj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUSN0XLKj .mbr-section-title {
  color: #ffffff;
}
.cid-uXUSN0XLKj .mbr-text,
.cid-uXUSN0XLKj .mbr-section-btn {
  color: #ffffff;
}
.cid-uXUSN1S5Op {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uXUSN1S5Op .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uXUSN2vEWW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uXUSN2vEWW .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXUSN2vEWW .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uXUSN2vEWW .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uXUSN2vEWW .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uXUSN2vEWW .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uXUSN2vEWW .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uXUSN2vEWW .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-uXUSN2vEWW .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uXUSN2vEWW .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uXUSN2vEWW .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uXUSN2vEWW .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uXUSN2vEWW .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uXUSN2vEWW .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uXUSN2vEWW .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uXUVUrKy8U {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXUVUrKy8U nav.navbar {
  position: fixed;
}
.cid-uXUVUrKy8U .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-uXUVUrKy8U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXUVUrKy8U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXUVUrKy8U .dropdown-item:hover,
.cid-uXUVUrKy8U .dropdown-item:focus {
  background: #134ac9 !important;
  color: white !important;
}
.cid-uXUVUrKy8U .dropdown-item:hover span {
  color: white;
}
.cid-uXUVUrKy8U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXUVUrKy8U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXUVUrKy8U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXUVUrKy8U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXUVUrKy8U .nav-link {
  position: relative;
}
.cid-uXUVUrKy8U .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uXUVUrKy8U .container {
    flex-wrap: nowrap;
  }
}
.cid-uXUVUrKy8U .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXUVUrKy8U .dropdown-menu,
.cid-uXUVUrKy8U .navbar.opened {
  background: #232323 !important;
}
.cid-uXUVUrKy8U .nav-item:focus,
.cid-uXUVUrKy8U .nav-link:focus {
  outline: none;
}
.cid-uXUVUrKy8U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXUVUrKy8U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXUVUrKy8U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXUVUrKy8U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXUVUrKy8U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXUVUrKy8U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXUVUrKy8U .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: #232323;
}
.cid-uXUVUrKy8U .navbar.opened {
  transition: all 0.3s;
}
.cid-uXUVUrKy8U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXUVUrKy8U .navbar .navbar-logo img {
  width: auto;
}
.cid-uXUVUrKy8U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXUVUrKy8U .navbar.collapsed {
  justify-content: center;
}
.cid-uXUVUrKy8U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXUVUrKy8U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXUVUrKy8U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXUVUrKy8U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXUVUrKy8U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXUVUrKy8U .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-uXUVUrKy8U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXUVUrKy8U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXUVUrKy8U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXUVUrKy8U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXUVUrKy8U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXUVUrKy8U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXUVUrKy8U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXUVUrKy8U .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-uXUVUrKy8U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXUVUrKy8U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXUVUrKy8U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXUVUrKy8U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXUVUrKy8U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXUVUrKy8U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uXUVUrKy8U .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uXUVUrKy8U .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXUVUrKy8U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXUVUrKy8U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXUVUrKy8U .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-uXUVUrKy8U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXUVUrKy8U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXUVUrKy8U .dropdown-item.active,
.cid-uXUVUrKy8U .dropdown-item:active {
  background-color: transparent;
}
.cid-uXUVUrKy8U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXUVUrKy8U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXUVUrKy8U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXUVUrKy8U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uXUVUrKy8U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXUVUrKy8U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXUVUrKy8U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXUVUrKy8U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXUVUrKy8U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXUVUrKy8U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uXUVUrKy8U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXUVUrKy8U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXUVUrKy8U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXUVUrKy8U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXUVUrKy8U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXUVUrKy8U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXUVUrKy8U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXUVUrKy8U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXUVUrKy8U .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXUVUrKy8U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXUVUrKy8U .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-uXUVUrKy8U .navbar {
    height: 70px;
  }
  .cid-uXUVUrKy8U .navbar.opened {
    height: auto;
  }
  .cid-uXUVUrKy8U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXUVUsITw4 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #eb787b;
}
.cid-uXUVUsITw4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUVUsITw4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUVUsITw4 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXUVUsITw4 .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uXUVUsITw4 .mbr-text,
.cid-uXUVUsITw4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uXUVUtIWVI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXUVUtIWVI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUVUtIWVI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUVUtIWVI .mbr-section-title {
  color: #ffffff;
}
.cid-uXUVUus86L {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUVUus86L .mbr-section-subtitle {
  text-align: center;
}
.cid-uXUVUus86L .mbr-text {
  color: #232323;
}
.cid-uXUVUv65pe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUWEOlsvc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUVUvHQpe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUVUvHQpe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUVUvHQpe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUVUvHQpe ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXUVUvHQpe li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXUVUvHQpe ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXUX6IhjOF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUX6IhjOF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUX6IhjOF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUX6IhjOF ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXUX6IhjOF li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXUX6IhjOF ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXUX7DphMm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUX7DphMm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUX7DphMm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUX7DphMm ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXUX7DphMm li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXUX7DphMm ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXUX8Htf1N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUX8Htf1N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUX8Htf1N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUX8Htf1N ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXUX8Htf1N li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXUX8Htf1N ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXUVUx6qOj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUVUx6qOj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUVUx6qOj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUVUx6qOj .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uXUXTGcvI7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUXTGcvI7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUXTGcvI7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUXTGcvI7 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXUXTGcvI7 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXUXTGcvI7 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXUVUzFPR5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUVUAepcN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUVUAepcN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUVUAepcN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUVUAepcN ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXUVUAepcN li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXUVUAepcN ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXUVUATmDl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUVUATmDl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUVUATmDl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUVUATmDl ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXUVUATmDl li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXUVUATmDl ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXUVUBJYMR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUVUBJYMR .mbr-text {
  color: #232323;
}
.cid-uXUVUClWQ9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUVUClWQ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUVUClWQ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUVUClWQ9 .img-wrapper {
  text-align: center;
}
.cid-uXUVUClWQ9 img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uXUVUClWQ9 .row {
  align-items: flex-start;
}
.cid-uXUVUClWQ9 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uXUVUClWQ9 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uXUVUClWQ9 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXUVUClWQ9 .card-wrapper {
    padding: 1rem;
  }
}
.cid-uXUVUDpyyH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUVUDpyyH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUVUDpyyH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUVUDpyyH ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXUVUDpyyH li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXUVUDpyyH ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXUVUGfkmD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUVUGVMXm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUVUGVMXm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUVUGVMXm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUVUGVMXm ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXUVUGVMXm li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXUVUGVMXm ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXUVUIrU4t {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXUVUJbDBj {
  background-color: #eb787b;
}
.cid-uXUVUJbDBj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUVUJbDBj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUVUJbDBj .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXUVUJbDBj .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-uXUVUJbDBj .mbr-text,
.cid-uXUVUJbDBj .mbr-section-btn {
  color: #ffffff;
}
.cid-uXUVUK71fQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uXUVUK71fQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUVUK71fQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUVUK71fQ .mbr-section-title {
  color: #ffffff;
}
.cid-uXUVUK71fQ .mbr-text,
.cid-uXUVUK71fQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uXUVUL9uxl {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uXUVUL9uxl .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uXUVULNGeu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uXUVULNGeu .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXUVULNGeu .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uXUVULNGeu .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uXUVULNGeu .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uXUVULNGeu .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uXUVULNGeu .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uXUVULNGeu .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-uXUVULNGeu .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uXUVULNGeu .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uXUVULNGeu .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uXUVULNGeu .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uXUVULNGeu .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uXUVULNGeu .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uXUVULNGeu .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uXUZlT12Di {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXUZlT12Di nav.navbar {
  position: fixed;
}
.cid-uXUZlT12Di .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-uXUZlT12Di .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXUZlT12Di .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXUZlT12Di .dropdown-item:hover,
.cid-uXUZlT12Di .dropdown-item:focus {
  background: #134ac9 !important;
  color: white !important;
}
.cid-uXUZlT12Di .dropdown-item:hover span {
  color: white;
}
.cid-uXUZlT12Di .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXUZlT12Di .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXUZlT12Di .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXUZlT12Di .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXUZlT12Di .nav-link {
  position: relative;
}
.cid-uXUZlT12Di .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uXUZlT12Di .container {
    flex-wrap: nowrap;
  }
}
.cid-uXUZlT12Di .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXUZlT12Di .dropdown-menu,
.cid-uXUZlT12Di .navbar.opened {
  background: #232323 !important;
}
.cid-uXUZlT12Di .nav-item:focus,
.cid-uXUZlT12Di .nav-link:focus {
  outline: none;
}
.cid-uXUZlT12Di .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXUZlT12Di .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXUZlT12Di .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXUZlT12Di .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXUZlT12Di .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXUZlT12Di .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXUZlT12Di .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: #232323;
}
.cid-uXUZlT12Di .navbar.opened {
  transition: all 0.3s;
}
.cid-uXUZlT12Di .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXUZlT12Di .navbar .navbar-logo img {
  width: auto;
}
.cid-uXUZlT12Di .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXUZlT12Di .navbar.collapsed {
  justify-content: center;
}
.cid-uXUZlT12Di .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXUZlT12Di .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXUZlT12Di .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXUZlT12Di .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXUZlT12Di .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXUZlT12Di .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-uXUZlT12Di .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXUZlT12Di .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXUZlT12Di .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXUZlT12Di .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXUZlT12Di .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXUZlT12Di .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXUZlT12Di .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXUZlT12Di .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-uXUZlT12Di .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXUZlT12Di .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXUZlT12Di .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXUZlT12Di .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXUZlT12Di .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXUZlT12Di .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uXUZlT12Di .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uXUZlT12Di .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXUZlT12Di .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXUZlT12Di .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXUZlT12Di .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-uXUZlT12Di .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXUZlT12Di .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXUZlT12Di .dropdown-item.active,
.cid-uXUZlT12Di .dropdown-item:active {
  background-color: transparent;
}
.cid-uXUZlT12Di .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXUZlT12Di .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXUZlT12Di .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXUZlT12Di .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uXUZlT12Di .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXUZlT12Di .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXUZlT12Di ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXUZlT12Di .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXUZlT12Di button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXUZlT12Di button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uXUZlT12Di button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXUZlT12Di button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXUZlT12Di button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXUZlT12Di button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXUZlT12Di nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXUZlT12Di nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXUZlT12Di nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXUZlT12Di nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXUZlT12Di .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXUZlT12Di a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXUZlT12Di .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-uXUZlT12Di .navbar {
    height: 70px;
  }
  .cid-uXUZlT12Di .navbar.opened {
    height: auto;
  }
  .cid-uXUZlT12Di .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXUZlTMHiI {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #eb787b;
}
.cid-uXUZlTMHiI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUZlTMHiI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUZlTMHiI .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXUZlTMHiI .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uXUZlTMHiI .mbr-text,
.cid-uXUZlTMHiI .mbr-section-btn {
  color: #ffffff;
}
.cid-uXUZlUopbs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXUZlUopbs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUZlUopbs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUZlUopbs .mbr-section-title {
  color: #ffffff;
}
.cid-uXUZlV1yU0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUZlV1yU0 .mbr-section-subtitle {
  text-align: center;
}
.cid-uXUZlV1yU0 .mbr-text {
  color: #232323;
}
.cid-uXUZlVzzgy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUZlWdgpJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUZlWN9tM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUZlWN9tM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUZlWN9tM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUZlWN9tM ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXUZlWN9tM li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXUZlWN9tM ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXUZlXviar {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUZlXviar .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUZlXviar .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUZlXviar ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXUZlXviar li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXUZlXviar ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXUZlYrw9W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUZlYrw9W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUZlYrw9W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUZlYrw9W ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXUZlYrw9W li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXUZlYrw9W ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXUZlZ9FPH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUZlZ9FPH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUZlZ9FPH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUZlZ9FPH ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXUZlZ9FPH li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXUZlZ9FPH ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXV0UxbssI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXV0UxbssI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXV0UxbssI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXV0UxbssI ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXV0UxbssI li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXV0UxbssI ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXUZlZRYPi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUZlZRYPi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUZlZRYPi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUZlZRYPi .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uXUZm0zB7L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUZm0zB7L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUZm0zB7L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUZm0zB7L ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXUZm0zB7L li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXUZm0zB7L ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXUZm3gST4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUZm3gST4 .mbr-text {
  color: #232323;
}
.cid-uXUZm3RTQ4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUZm3RTQ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUZm3RTQ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUZm3RTQ4 .img-wrapper {
  text-align: center;
}
.cid-uXUZm3RTQ4 img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uXUZm3RTQ4 .row {
  align-items: flex-start;
}
.cid-uXUZm3RTQ4 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uXUZm3RTQ4 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uXUZm3RTQ4 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXUZm3RTQ4 .card-wrapper {
    padding: 1rem;
  }
}
.cid-uXUZm4RKJk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUZm4RKJk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUZm4RKJk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUZm4RKJk ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXUZm4RKJk li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXUZm4RKJk ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXUZm5xQp8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUZm6hoUK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUZm6hoUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUZm6hoUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUZm6hoUK ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXUZm6hoUK li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXUZm6hoUK ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXUZm7355I {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXUZm7JwLo {
  background-color: #eb787b;
}
.cid-uXUZm7JwLo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUZm7JwLo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUZm7JwLo .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXUZm7JwLo .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-uXUZm7JwLo .mbr-text,
.cid-uXUZm7JwLo .mbr-section-btn {
  color: #ffffff;
}
.cid-uXUZm8vCGV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uXUZm8vCGV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUZm8vCGV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUZm8vCGV .mbr-section-title {
  color: #ffffff;
}
.cid-uXUZm8vCGV .mbr-text,
.cid-uXUZm8vCGV .mbr-section-btn {
  color: #ffffff;
}
.cid-uXUZm9lLX9 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uXUZm9lLX9 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uXUZma42uV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uXUZma42uV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXUZma42uV .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uXUZma42uV .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uXUZma42uV .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uXUZma42uV .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uXUZma42uV .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uXUZma42uV .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-uXUZma42uV .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uXUZma42uV .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uXUZma42uV .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uXUZma42uV .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uXUZma42uV .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uXUZma42uV .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uXUZma42uV .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uXV1P4XCN7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXV1P4XCN7 nav.navbar {
  position: fixed;
}
.cid-uXV1P4XCN7 .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-uXV1P4XCN7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXV1P4XCN7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXV1P4XCN7 .dropdown-item:hover,
.cid-uXV1P4XCN7 .dropdown-item:focus {
  background: #134ac9 !important;
  color: white !important;
}
.cid-uXV1P4XCN7 .dropdown-item:hover span {
  color: white;
}
.cid-uXV1P4XCN7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXV1P4XCN7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXV1P4XCN7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXV1P4XCN7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXV1P4XCN7 .nav-link {
  position: relative;
}
.cid-uXV1P4XCN7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uXV1P4XCN7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uXV1P4XCN7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXV1P4XCN7 .dropdown-menu,
.cid-uXV1P4XCN7 .navbar.opened {
  background: #232323 !important;
}
.cid-uXV1P4XCN7 .nav-item:focus,
.cid-uXV1P4XCN7 .nav-link:focus {
  outline: none;
}
.cid-uXV1P4XCN7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXV1P4XCN7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXV1P4XCN7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXV1P4XCN7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXV1P4XCN7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXV1P4XCN7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXV1P4XCN7 .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: #232323;
}
.cid-uXV1P4XCN7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uXV1P4XCN7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXV1P4XCN7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uXV1P4XCN7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXV1P4XCN7 .navbar.collapsed {
  justify-content: center;
}
.cid-uXV1P4XCN7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXV1P4XCN7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXV1P4XCN7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXV1P4XCN7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXV1P4XCN7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXV1P4XCN7 .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-uXV1P4XCN7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXV1P4XCN7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXV1P4XCN7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXV1P4XCN7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXV1P4XCN7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXV1P4XCN7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXV1P4XCN7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXV1P4XCN7 .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-uXV1P4XCN7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXV1P4XCN7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXV1P4XCN7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXV1P4XCN7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXV1P4XCN7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXV1P4XCN7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uXV1P4XCN7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uXV1P4XCN7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXV1P4XCN7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXV1P4XCN7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXV1P4XCN7 .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-uXV1P4XCN7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXV1P4XCN7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXV1P4XCN7 .dropdown-item.active,
.cid-uXV1P4XCN7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uXV1P4XCN7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXV1P4XCN7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXV1P4XCN7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXV1P4XCN7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uXV1P4XCN7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXV1P4XCN7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXV1P4XCN7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXV1P4XCN7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXV1P4XCN7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXV1P4XCN7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uXV1P4XCN7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXV1P4XCN7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXV1P4XCN7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXV1P4XCN7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXV1P4XCN7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXV1P4XCN7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXV1P4XCN7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXV1P4XCN7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXV1P4XCN7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXV1P4XCN7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXV1P4XCN7 .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-uXV1P4XCN7 .navbar {
    height: 70px;
  }
  .cid-uXV1P4XCN7 .navbar.opened {
    height: auto;
  }
  .cid-uXV1P4XCN7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXV1P5LBr1 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #eb787b;
}
.cid-uXV1P5LBr1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXV1P5LBr1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXV1P5LBr1 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXV1P5LBr1 .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uXV1P5LBr1 .mbr-text,
.cid-uXV1P5LBr1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uXV1P6O9nM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXV1P6O9nM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXV1P6O9nM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXV1P6O9nM .mbr-section-title {
  color: #ffffff;
}
.cid-uXV1P7rakb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXV1P7rakb .mbr-section-subtitle {
  text-align: center;
}
.cid-uXV1P7rakb .mbr-text {
  color: #232323;
}
.cid-uXV1P84Fzf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXV1P9hkUD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXV1P9hkUD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXV1P9hkUD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXV1P9hkUD ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXV1P9hkUD li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXV1P9hkUD ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXV2CrHuN1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXV1P9Yadb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXV1P9Yadb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXV1P9Yadb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXV1P9Yadb ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXV1P9Yadb li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXV1P9Yadb ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXV2DjcYSW {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXV3atNOJC {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXV1PaDseQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXV1PaDseQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXV1PaDseQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXV1PaDseQ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXV1PaDseQ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXV1PaDseQ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXV3bpRaQn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXV1PeaqFg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXV1PeaqFg .mbr-text {
  color: #232323;
}
.cid-uXV1PeOA0B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXV1PeOA0B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXV1PeOA0B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXV1PeOA0B .img-wrapper {
  text-align: center;
}
.cid-uXV1PeOA0B img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uXV1PeOA0B .row {
  align-items: flex-start;
}
.cid-uXV1PeOA0B .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uXV1PeOA0B .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uXV1PeOA0B .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXV1PeOA0B .card-wrapper {
    padding: 1rem;
  }
}
.cid-uXV1Pg2Ar9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXV1Pg2Ar9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXV1Pg2Ar9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXV1Pg2Ar9 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXV1Pg2Ar9 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXV1Pg2Ar9 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXV1PgI9FF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXV1Pie6Oj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXV46UGm1T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXV46UGm1T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXV46UGm1T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXV46UGm1T ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXV46UGm1T li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXV46UGm1T ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXV47upvow {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXV1PiTvEr {
  background-color: #eb787b;
}
.cid-uXV1PiTvEr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXV1PiTvEr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXV1PiTvEr .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXV1PiTvEr .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-uXV1PiTvEr .mbr-text,
.cid-uXV1PiTvEr .mbr-section-btn {
  color: #ffffff;
}
.cid-uXV1PjGPdI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uXV1PjGPdI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXV1PjGPdI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXV1PjGPdI .mbr-section-title {
  color: #ffffff;
}
.cid-uXV1PjGPdI .mbr-text,
.cid-uXV1PjGPdI .mbr-section-btn {
  color: #ffffff;
}
.cid-uXV1Pky8fi {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uXV1Pky8fi .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uXV1Ple2zQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uXV1Ple2zQ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXV1Ple2zQ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uXV1Ple2zQ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uXV1Ple2zQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uXV1Ple2zQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uXV1Ple2zQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uXV1Ple2zQ .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-uXV1Ple2zQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uXV1Ple2zQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uXV1Ple2zQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uXV1Ple2zQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uXV1Ple2zQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uXV1Ple2zQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uXV1Ple2zQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uXXqz3fpd2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXXqz3fpd2 nav.navbar {
  position: fixed;
}
.cid-uXXqz3fpd2 .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-uXXqz3fpd2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXXqz3fpd2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXXqz3fpd2 .dropdown-item:hover,
.cid-uXXqz3fpd2 .dropdown-item:focus {
  background: #134ac9 !important;
  color: white !important;
}
.cid-uXXqz3fpd2 .dropdown-item:hover span {
  color: white;
}
.cid-uXXqz3fpd2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXXqz3fpd2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXXqz3fpd2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXXqz3fpd2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXXqz3fpd2 .nav-link {
  position: relative;
}
.cid-uXXqz3fpd2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uXXqz3fpd2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uXXqz3fpd2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXXqz3fpd2 .dropdown-menu,
.cid-uXXqz3fpd2 .navbar.opened {
  background: #232323 !important;
}
.cid-uXXqz3fpd2 .nav-item:focus,
.cid-uXXqz3fpd2 .nav-link:focus {
  outline: none;
}
.cid-uXXqz3fpd2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXXqz3fpd2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXXqz3fpd2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXXqz3fpd2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXXqz3fpd2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXXqz3fpd2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXXqz3fpd2 .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: #232323;
}
.cid-uXXqz3fpd2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uXXqz3fpd2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXXqz3fpd2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uXXqz3fpd2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXXqz3fpd2 .navbar.collapsed {
  justify-content: center;
}
.cid-uXXqz3fpd2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXXqz3fpd2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXXqz3fpd2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXXqz3fpd2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXXqz3fpd2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXXqz3fpd2 .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-uXXqz3fpd2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXXqz3fpd2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXXqz3fpd2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXXqz3fpd2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXXqz3fpd2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXXqz3fpd2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXXqz3fpd2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXXqz3fpd2 .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-uXXqz3fpd2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXXqz3fpd2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXXqz3fpd2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXXqz3fpd2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXXqz3fpd2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXXqz3fpd2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uXXqz3fpd2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uXXqz3fpd2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXXqz3fpd2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXXqz3fpd2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXXqz3fpd2 .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-uXXqz3fpd2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXXqz3fpd2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXXqz3fpd2 .dropdown-item.active,
.cid-uXXqz3fpd2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uXXqz3fpd2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXXqz3fpd2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXXqz3fpd2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXXqz3fpd2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uXXqz3fpd2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXXqz3fpd2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXXqz3fpd2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXXqz3fpd2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXXqz3fpd2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXXqz3fpd2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uXXqz3fpd2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXXqz3fpd2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXXqz3fpd2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXXqz3fpd2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXXqz3fpd2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXXqz3fpd2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXXqz3fpd2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXXqz3fpd2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXXqz3fpd2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXXqz3fpd2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXXqz3fpd2 .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-uXXqz3fpd2 .navbar {
    height: 70px;
  }
  .cid-uXXqz3fpd2 .navbar.opened {
    height: auto;
  }
  .cid-uXXqz3fpd2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXXqz3ZRnY {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #eb787b;
}
.cid-uXXqz3ZRnY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXXqz3ZRnY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXXqz3ZRnY .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXXqz3ZRnY .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uXXqz3ZRnY .mbr-text,
.cid-uXXqz3ZRnY .mbr-section-btn {
  color: #ffffff;
}
.cid-uXXqz4Ba6Y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXXqz4Ba6Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXXqz4Ba6Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXXqz4Ba6Y .mbr-section-title {
  color: #ffffff;
}
.cid-uXXqz5gdJD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXqz5gdJD .mbr-section-subtitle {
  text-align: center;
}
.cid-uXXqz5gdJD .mbr-text {
  color: #232323;
}
.cid-uXXqz5Tc28 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXqz6wVxK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXqz6wVxK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXXqz6wVxK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXXqz6wVxK ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXXqz6wVxK li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXXqz6wVxK ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXXrL7B9fr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXqz78Aq7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXqz7JdNE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXqz7JdNE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXXqz7JdNE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXXqz7JdNE ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXXqz7JdNE li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXXqz7JdNE ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXXqz8pk3v {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXXqz9BkWu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXqz9BkWu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXXqz9BkWu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXXqz9BkWu ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXXqz9BkWu li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXXqz9BkWu ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXXqzam1rx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXqzaYHgD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXqzaYHgD .mbr-text {
  color: #232323;
}
.cid-uXXqzbBtHw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXqzbBtHw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXXqzbBtHw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXXqzbBtHw .img-wrapper {
  text-align: center;
}
.cid-uXXqzbBtHw img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uXXqzbBtHw .row {
  align-items: flex-start;
}
.cid-uXXqzbBtHw .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uXXqzbBtHw .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uXXqzbBtHw .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXXqzbBtHw .card-wrapper {
    padding: 1rem;
  }
}
.cid-uXXqzcNblY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXqzcNblY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXXqzcNblY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXXqzcNblY ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXXqzcNblY li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXXqzcNblY ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXXqzdx3SK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXsIXbzDo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXsIXbzDo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXXsIXbzDo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXXsIXbzDo ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXXsIXbzDo li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXXsIXbzDo ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXXsKf1J5L {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXXqzeeE2s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXqzeUTpM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXqzeUTpM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXXqzeUTpM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXXqzeUTpM ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXXqzeUTpM li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXXqzeUTpM ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXXqzfIxWr {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXXqzggeXV {
  background-color: #eb787b;
}
.cid-uXXqzggeXV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXXqzggeXV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXXqzggeXV .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXXqzggeXV .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-uXXqzggeXV .mbr-text,
.cid-uXXqzggeXV .mbr-section-btn {
  color: #ffffff;
}
.cid-uXXqzgYBpV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uXXqzgYBpV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXXqzgYBpV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXXqzgYBpV .mbr-section-title {
  color: #ffffff;
}
.cid-uXXqzgYBpV .mbr-text,
.cid-uXXqzgYBpV .mbr-section-btn {
  color: #ffffff;
}
.cid-uXXqzhDqIo {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uXXqzhDqIo .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uXXqziilxP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uXXqziilxP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXXqziilxP .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uXXqziilxP .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uXXqziilxP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uXXqziilxP .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uXXqziilxP .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uXXqziilxP .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-uXXqziilxP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uXXqziilxP .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uXXqziilxP .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uXXqziilxP .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uXXqziilxP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uXXqziilxP .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uXXqziilxP .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uXXtO6RgoL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXXtO6RgoL nav.navbar {
  position: fixed;
}
.cid-uXXtO6RgoL .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-uXXtO6RgoL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXXtO6RgoL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXXtO6RgoL .dropdown-item:hover,
.cid-uXXtO6RgoL .dropdown-item:focus {
  background: #134ac9 !important;
  color: white !important;
}
.cid-uXXtO6RgoL .dropdown-item:hover span {
  color: white;
}
.cid-uXXtO6RgoL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXXtO6RgoL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXXtO6RgoL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXXtO6RgoL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXXtO6RgoL .nav-link {
  position: relative;
}
.cid-uXXtO6RgoL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uXXtO6RgoL .container {
    flex-wrap: nowrap;
  }
}
.cid-uXXtO6RgoL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXXtO6RgoL .dropdown-menu,
.cid-uXXtO6RgoL .navbar.opened {
  background: #232323 !important;
}
.cid-uXXtO6RgoL .nav-item:focus,
.cid-uXXtO6RgoL .nav-link:focus {
  outline: none;
}
.cid-uXXtO6RgoL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXXtO6RgoL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXXtO6RgoL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXXtO6RgoL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXXtO6RgoL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXXtO6RgoL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXXtO6RgoL .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: #232323;
}
.cid-uXXtO6RgoL .navbar.opened {
  transition: all 0.3s;
}
.cid-uXXtO6RgoL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXXtO6RgoL .navbar .navbar-logo img {
  width: auto;
}
.cid-uXXtO6RgoL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXXtO6RgoL .navbar.collapsed {
  justify-content: center;
}
.cid-uXXtO6RgoL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXXtO6RgoL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXXtO6RgoL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXXtO6RgoL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXXtO6RgoL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXXtO6RgoL .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-uXXtO6RgoL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXXtO6RgoL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXXtO6RgoL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXXtO6RgoL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXXtO6RgoL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXXtO6RgoL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXXtO6RgoL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXXtO6RgoL .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-uXXtO6RgoL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXXtO6RgoL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXXtO6RgoL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXXtO6RgoL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXXtO6RgoL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXXtO6RgoL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uXXtO6RgoL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uXXtO6RgoL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXXtO6RgoL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXXtO6RgoL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXXtO6RgoL .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-uXXtO6RgoL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXXtO6RgoL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXXtO6RgoL .dropdown-item.active,
.cid-uXXtO6RgoL .dropdown-item:active {
  background-color: transparent;
}
.cid-uXXtO6RgoL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXXtO6RgoL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXXtO6RgoL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXXtO6RgoL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uXXtO6RgoL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXXtO6RgoL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXXtO6RgoL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXXtO6RgoL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXXtO6RgoL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXXtO6RgoL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uXXtO6RgoL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXXtO6RgoL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXXtO6RgoL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXXtO6RgoL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXXtO6RgoL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXXtO6RgoL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXXtO6RgoL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXXtO6RgoL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXXtO6RgoL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXXtO6RgoL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXXtO6RgoL .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-uXXtO6RgoL .navbar {
    height: 70px;
  }
  .cid-uXXtO6RgoL .navbar.opened {
    height: auto;
  }
  .cid-uXXtO6RgoL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXXtO7WOar {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #eb787b;
}
.cid-uXXtO7WOar .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXXtO7WOar .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXXtO7WOar .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXXtO7WOar .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uXXtO7WOar .mbr-text,
.cid-uXXtO7WOar .mbr-section-btn {
  color: #ffffff;
}
.cid-uXXtO8JZei {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXXtO8JZei .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXXtO8JZei .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXXtO8JZei .mbr-section-title {
  color: #ffffff;
}
.cid-uXXtO9sWwr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXtO9sWwr .mbr-section-subtitle {
  text-align: center;
}
.cid-uXXtO9sWwr .mbr-text {
  color: #232323;
}
.cid-uXXtOa4eav {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXtOaLlT7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXtOaLlT7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXXtOaLlT7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXXtOaLlT7 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXXtOaLlT7 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXXtOaLlT7 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXXtObrV1C {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXtOdlHXY {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXXtOeOmxn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXtOfwU23 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXtOfwU23 .mbr-text {
  color: #232323;
}
.cid-uXXtOg4Cdv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXtOg4Cdv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXXtOg4Cdv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXXtOg4Cdv .img-wrapper {
  text-align: center;
}
.cid-uXXtOg4Cdv img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uXXtOg4Cdv .row {
  align-items: flex-start;
}
.cid-uXXtOg4Cdv .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uXXtOg4Cdv .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uXXtOg4Cdv .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXXtOg4Cdv .card-wrapper {
    padding: 1rem;
  }
}
.cid-uXXuXAOWUo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXtOhbX2t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXtOhbX2t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXXtOhbX2t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXXtOhbX2t ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXXtOhbX2t li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXXtOhbX2t ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXXtOhNsrf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXtOiokre {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXtOiokre .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXXtOiokre .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXXtOiokre ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXXtOiokre li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXXtOiokre ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXXtOj8mt0 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXXvQUfEp0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXvRO4Z8c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXvRO4Z8c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXXvRO4Z8c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXXvRO4Z8c ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXXvRO4Z8c li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXXvRO4Z8c ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXXvSVzmFg {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXXtOjSvXB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXtOkxcdm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXtOkxcdm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXXtOkxcdm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXXtOkxcdm ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXXtOkxcdm li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXXtOkxcdm ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXXtOlha1L {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXXtOlXX1x {
  background-color: #eb787b;
}
.cid-uXXtOlXX1x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXXtOlXX1x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXXtOlXX1x .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXXtOlXX1x .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-uXXtOlXX1x .mbr-text,
.cid-uXXtOlXX1x .mbr-section-btn {
  color: #ffffff;
}
.cid-uXXtOmIvFp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uXXtOmIvFp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXXtOmIvFp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXXtOmIvFp .mbr-section-title {
  color: #ffffff;
}
.cid-uXXtOmIvFp .mbr-text,
.cid-uXXtOmIvFp .mbr-section-btn {
  color: #ffffff;
}
.cid-uXXtOnsV5Z {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uXXtOnsV5Z .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uXXtOocSAE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uXXtOocSAE .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXXtOocSAE .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uXXtOocSAE .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uXXtOocSAE .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uXXtOocSAE .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uXXtOocSAE .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uXXtOocSAE .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-uXXtOocSAE .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uXXtOocSAE .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uXXtOocSAE .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uXXtOocSAE .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uXXtOocSAE .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uXXtOocSAE .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uXXtOocSAE .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uXXJ5YxeZ7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXXJ5YxeZ7 nav.navbar {
  position: fixed;
}
.cid-uXXJ5YxeZ7 .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-uXXJ5YxeZ7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXXJ5YxeZ7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXXJ5YxeZ7 .dropdown-item:hover,
.cid-uXXJ5YxeZ7 .dropdown-item:focus {
  background: #134ac9 !important;
  color: white !important;
}
.cid-uXXJ5YxeZ7 .dropdown-item:hover span {
  color: white;
}
.cid-uXXJ5YxeZ7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXXJ5YxeZ7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXXJ5YxeZ7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXXJ5YxeZ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXXJ5YxeZ7 .nav-link {
  position: relative;
}
.cid-uXXJ5YxeZ7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uXXJ5YxeZ7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uXXJ5YxeZ7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXXJ5YxeZ7 .dropdown-menu,
.cid-uXXJ5YxeZ7 .navbar.opened {
  background: #232323 !important;
}
.cid-uXXJ5YxeZ7 .nav-item:focus,
.cid-uXXJ5YxeZ7 .nav-link:focus {
  outline: none;
}
.cid-uXXJ5YxeZ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXXJ5YxeZ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXXJ5YxeZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXXJ5YxeZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXXJ5YxeZ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXXJ5YxeZ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXXJ5YxeZ7 .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: #232323;
}
.cid-uXXJ5YxeZ7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uXXJ5YxeZ7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXXJ5YxeZ7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uXXJ5YxeZ7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXXJ5YxeZ7 .navbar.collapsed {
  justify-content: center;
}
.cid-uXXJ5YxeZ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXXJ5YxeZ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXXJ5YxeZ7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXXJ5YxeZ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXXJ5YxeZ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXXJ5YxeZ7 .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-uXXJ5YxeZ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXXJ5YxeZ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXXJ5YxeZ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXXJ5YxeZ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXXJ5YxeZ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXXJ5YxeZ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXXJ5YxeZ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXXJ5YxeZ7 .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-uXXJ5YxeZ7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXXJ5YxeZ7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXXJ5YxeZ7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXXJ5YxeZ7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXXJ5YxeZ7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXXJ5YxeZ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uXXJ5YxeZ7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uXXJ5YxeZ7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXXJ5YxeZ7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXXJ5YxeZ7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXXJ5YxeZ7 .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-uXXJ5YxeZ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXXJ5YxeZ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXXJ5YxeZ7 .dropdown-item.active,
.cid-uXXJ5YxeZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uXXJ5YxeZ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXXJ5YxeZ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXXJ5YxeZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXXJ5YxeZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uXXJ5YxeZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXXJ5YxeZ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXXJ5YxeZ7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXXJ5YxeZ7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXXJ5YxeZ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXXJ5YxeZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uXXJ5YxeZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXXJ5YxeZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXXJ5YxeZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXXJ5YxeZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXXJ5YxeZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXXJ5YxeZ7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXXJ5YxeZ7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXXJ5YxeZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXXJ5YxeZ7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXXJ5YxeZ7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXXJ5YxeZ7 .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-uXXJ5YxeZ7 .navbar {
    height: 70px;
  }
  .cid-uXXJ5YxeZ7 .navbar.opened {
    height: auto;
  }
  .cid-uXXJ5YxeZ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXXJ5ZdQMC {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #eb787b;
}
.cid-uXXJ5ZdQMC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXXJ5ZdQMC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXXJ5ZdQMC .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXXJ5ZdQMC .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uXXJ5ZdQMC .mbr-text,
.cid-uXXJ5ZdQMC .mbr-section-btn {
  color: #ffffff;
}
.cid-uXXJ5ZY1dF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXXJ5ZY1dF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXXJ5ZY1dF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXXJ5ZY1dF .mbr-section-title {
  color: #ffffff;
}
.cid-uXXJ60KIBh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXJ60KIBh .mbr-section-subtitle {
  text-align: center;
}
.cid-uXXJ60KIBh .mbr-text {
  color: #232323;
}
.cid-uXXJ61nlsf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXJ62166p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXJ62166p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXXJ62166p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXXJ62166p ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXXJ62166p li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXXJ62166p ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXXJ62zC6L {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXJ64iWm7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXJ64iWm7 .mbr-text {
  color: #232323;
}
.cid-uXXJ64TEuj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXJ64TEuj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXXJ64TEuj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXXJ64TEuj .img-wrapper {
  text-align: center;
}
.cid-uXXJ64TEuj img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uXXJ64TEuj .row {
  align-items: flex-start;
}
.cid-uXXJ64TEuj .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uXXJ64TEuj .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uXXJ64TEuj .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXXJ64TEuj .card-wrapper {
    padding: 1rem;
  }
}
.cid-uXXJ66438l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXJ66yYuV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXJ66yYuV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXXJ66yYuV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXXJ66yYuV ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXXJ66yYuV li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXXJ66yYuV ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXXLsAZVoo {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXXJ67goAk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXJ67PopN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXJ67PopN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXXJ67PopN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXXJ67PopN ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXXJ67PopN li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXXJ67PopN ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXXJ68t1WY {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXXJ693bOs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXJ69Frc6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXJ69Frc6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXXJ69Frc6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXXJ69Frc6 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXXJ69Frc6 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXXJ69Frc6 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXXJ6akq1b {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXXJ6b0YAu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXJ6bCVhd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXXJ6bCVhd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXXJ6bCVhd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXXJ6bCVhd ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXXJ6bCVhd li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXXJ6bCVhd ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXXJ6chGmh {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXXJ6cUMXM {
  background-color: #eb787b;
}
.cid-uXXJ6cUMXM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXXJ6cUMXM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXXJ6cUMXM .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXXJ6cUMXM .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-uXXJ6cUMXM .mbr-text,
.cid-uXXJ6cUMXM .mbr-section-btn {
  color: #ffffff;
}
.cid-uXXJ6dINV2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uXXJ6dINV2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXXJ6dINV2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXXJ6dINV2 .mbr-section-title {
  color: #ffffff;
}
.cid-uXXJ6dINV2 .mbr-text,
.cid-uXXJ6dINV2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uXXJ6etwBt {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uXXJ6etwBt .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uXXJ6fbFpZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uXXJ6fbFpZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXXJ6fbFpZ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uXXJ6fbFpZ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uXXJ6fbFpZ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uXXJ6fbFpZ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uXXJ6fbFpZ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uXXJ6fbFpZ .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-uXXJ6fbFpZ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uXXJ6fbFpZ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uXXJ6fbFpZ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uXXJ6fbFpZ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uXXJ6fbFpZ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uXXJ6fbFpZ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uXXJ6fbFpZ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uXZYZviITE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXZYZviITE nav.navbar {
  position: fixed;
}
.cid-uXZYZviITE .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-uXZYZviITE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXZYZviITE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXZYZviITE .dropdown-item:hover,
.cid-uXZYZviITE .dropdown-item:focus {
  background: #134ac9 !important;
  color: white !important;
}
.cid-uXZYZviITE .dropdown-item:hover span {
  color: white;
}
.cid-uXZYZviITE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXZYZviITE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXZYZviITE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXZYZviITE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXZYZviITE .nav-link {
  position: relative;
}
.cid-uXZYZviITE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uXZYZviITE .container {
    flex-wrap: nowrap;
  }
}
.cid-uXZYZviITE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXZYZviITE .dropdown-menu,
.cid-uXZYZviITE .navbar.opened {
  background: #232323 !important;
}
.cid-uXZYZviITE .nav-item:focus,
.cid-uXZYZviITE .nav-link:focus {
  outline: none;
}
.cid-uXZYZviITE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXZYZviITE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXZYZviITE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXZYZviITE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXZYZviITE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXZYZviITE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXZYZviITE .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: #232323;
}
.cid-uXZYZviITE .navbar.opened {
  transition: all 0.3s;
}
.cid-uXZYZviITE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXZYZviITE .navbar .navbar-logo img {
  width: auto;
}
.cid-uXZYZviITE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXZYZviITE .navbar.collapsed {
  justify-content: center;
}
.cid-uXZYZviITE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXZYZviITE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXZYZviITE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXZYZviITE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXZYZviITE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXZYZviITE .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-uXZYZviITE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXZYZviITE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXZYZviITE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXZYZviITE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXZYZviITE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXZYZviITE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXZYZviITE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXZYZviITE .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-uXZYZviITE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXZYZviITE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXZYZviITE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXZYZviITE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXZYZviITE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXZYZviITE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uXZYZviITE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uXZYZviITE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXZYZviITE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXZYZviITE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXZYZviITE .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-uXZYZviITE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXZYZviITE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXZYZviITE .dropdown-item.active,
.cid-uXZYZviITE .dropdown-item:active {
  background-color: transparent;
}
.cid-uXZYZviITE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXZYZviITE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXZYZviITE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXZYZviITE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uXZYZviITE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXZYZviITE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXZYZviITE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXZYZviITE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXZYZviITE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXZYZviITE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uXZYZviITE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXZYZviITE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXZYZviITE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXZYZviITE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXZYZviITE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXZYZviITE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXZYZviITE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXZYZviITE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXZYZviITE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXZYZviITE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXZYZviITE .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-uXZYZviITE .navbar {
    height: 70px;
  }
  .cid-uXZYZviITE .navbar.opened {
    height: auto;
  }
  .cid-uXZYZviITE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXZYZvWEBa {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #eb787b;
}
.cid-uXZYZvWEBa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXZYZvWEBa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXZYZvWEBa .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXZYZvWEBa .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uXZYZvWEBa .mbr-text,
.cid-uXZYZvWEBa .mbr-section-btn {
  color: #ffffff;
}
.cid-uXZYZwDCC5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXZYZwDCC5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXZYZwDCC5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXZYZwDCC5 .mbr-section-title {
  color: #ffffff;
}
.cid-uXZYZxhA9l {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXZYZxhA9l .mbr-section-subtitle {
  text-align: center;
}
.cid-uXZYZxhA9l .mbr-text {
  color: #232323;
}
.cid-uXZYZxWEdj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXZZQsn68b {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXZYZyCUXo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXZYZyCUXo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXZYZyCUXo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXZYZyCUXo ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXZYZyCUXo li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXZYZyCUXo ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXZYZzjzLQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXZYZzM23m {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXZYZzM23m .mbr-text {
  color: #232323;
}
.cid-uXZYZAofy2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXZYZAofy2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXZYZAofy2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXZYZAofy2 .img-wrapper {
  text-align: center;
}
.cid-uXZYZAofy2 img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uXZYZAofy2 .row {
  align-items: flex-start;
}
.cid-uXZYZAofy2 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uXZYZAofy2 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uXZYZAofy2 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXZYZAofy2 .card-wrapper {
    padding: 1rem;
  }
}
.cid-uXZYZBxLQX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXZYZC3wNm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXZYZC3wNm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXZYZC3wNm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXZYZC3wNm ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXZYZC3wNm li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXZYZC3wNm ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXZYZCRRqz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXZYZDtUYi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXZYZE9V7D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXZYZE9V7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXZYZE9V7D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXZYZE9V7D ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXZYZE9V7D li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXZYZE9V7D ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXZYZEVIRa {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXZYZJXJ2X {
  background-color: #eb787b;
}
.cid-uXZYZJXJ2X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXZYZJXJ2X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXZYZJXJ2X .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXZYZJXJ2X .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-uXZYZJXJ2X .mbr-text,
.cid-uXZYZJXJ2X .mbr-section-btn {
  color: #ffffff;
}
.cid-uXZYZKPmqs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uXZYZKPmqs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXZYZKPmqs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXZYZKPmqs .mbr-section-title {
  color: #ffffff;
}
.cid-uXZYZKPmqs .mbr-text,
.cid-uXZYZKPmqs .mbr-section-btn {
  color: #ffffff;
}
.cid-uXZYZLErYI {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uXZYZLErYI .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uXZYZMmy7E {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uXZYZMmy7E .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXZYZMmy7E .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uXZYZMmy7E .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uXZYZMmy7E .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uXZYZMmy7E .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uXZYZMmy7E .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uXZYZMmy7E .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-uXZYZMmy7E .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uXZYZMmy7E .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uXZYZMmy7E .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uXZYZMmy7E .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uXZYZMmy7E .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uXZYZMmy7E .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uXZYZMmy7E .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uY02FPDTS8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uY02FPDTS8 nav.navbar {
  position: fixed;
}
.cid-uY02FPDTS8 .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-uY02FPDTS8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uY02FPDTS8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uY02FPDTS8 .dropdown-item:hover,
.cid-uY02FPDTS8 .dropdown-item:focus {
  background: #134ac9 !important;
  color: white !important;
}
.cid-uY02FPDTS8 .dropdown-item:hover span {
  color: white;
}
.cid-uY02FPDTS8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uY02FPDTS8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uY02FPDTS8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uY02FPDTS8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uY02FPDTS8 .nav-link {
  position: relative;
}
.cid-uY02FPDTS8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uY02FPDTS8 .container {
    flex-wrap: nowrap;
  }
}
.cid-uY02FPDTS8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uY02FPDTS8 .dropdown-menu,
.cid-uY02FPDTS8 .navbar.opened {
  background: #232323 !important;
}
.cid-uY02FPDTS8 .nav-item:focus,
.cid-uY02FPDTS8 .nav-link:focus {
  outline: none;
}
.cid-uY02FPDTS8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uY02FPDTS8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uY02FPDTS8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uY02FPDTS8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uY02FPDTS8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uY02FPDTS8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uY02FPDTS8 .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: #232323;
}
.cid-uY02FPDTS8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uY02FPDTS8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uY02FPDTS8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uY02FPDTS8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uY02FPDTS8 .navbar.collapsed {
  justify-content: center;
}
.cid-uY02FPDTS8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uY02FPDTS8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uY02FPDTS8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uY02FPDTS8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uY02FPDTS8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uY02FPDTS8 .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-uY02FPDTS8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uY02FPDTS8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uY02FPDTS8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uY02FPDTS8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uY02FPDTS8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uY02FPDTS8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uY02FPDTS8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uY02FPDTS8 .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-uY02FPDTS8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uY02FPDTS8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uY02FPDTS8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uY02FPDTS8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uY02FPDTS8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uY02FPDTS8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uY02FPDTS8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uY02FPDTS8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uY02FPDTS8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uY02FPDTS8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uY02FPDTS8 .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-uY02FPDTS8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uY02FPDTS8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uY02FPDTS8 .dropdown-item.active,
.cid-uY02FPDTS8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uY02FPDTS8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uY02FPDTS8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uY02FPDTS8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uY02FPDTS8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uY02FPDTS8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uY02FPDTS8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uY02FPDTS8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uY02FPDTS8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uY02FPDTS8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uY02FPDTS8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uY02FPDTS8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uY02FPDTS8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY02FPDTS8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY02FPDTS8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uY02FPDTS8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY02FPDTS8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uY02FPDTS8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uY02FPDTS8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY02FPDTS8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uY02FPDTS8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uY02FPDTS8 .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-uY02FPDTS8 .navbar {
    height: 70px;
  }
  .cid-uY02FPDTS8 .navbar.opened {
    height: auto;
  }
  .cid-uY02FPDTS8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uY02FQz9oZ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #eb787b;
}
.cid-uY02FQz9oZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY02FQz9oZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY02FQz9oZ .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uY02FQz9oZ .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uY02FQz9oZ .mbr-text,
.cid-uY02FQz9oZ .mbr-section-btn {
  color: #ffffff;
}
.cid-uY02FRo3UA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uY02FRo3UA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY02FRo3UA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY02FRo3UA .mbr-section-title {
  color: #ffffff;
}
.cid-uY02FS6Xwp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uY02FS6Xwp .mbr-section-subtitle {
  text-align: center;
}
.cid-uY02FS6Xwp .mbr-text {
  color: #232323;
}
.cid-uY02FSGt9a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uY02FTiwmS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uY02FTWj1l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uY02FTWj1l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY02FTWj1l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY02FTWj1l ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uY02FTWj1l li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uY02FTWj1l ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uY02FUIWEh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uY02FVu0vL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uY02FVu0vL .mbr-text {
  color: #232323;
}
.cid-uY02FW7WyJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uY02FW7WyJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY02FW7WyJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY02FW7WyJ .img-wrapper {
  text-align: center;
}
.cid-uY02FW7WyJ img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uY02FW7WyJ .row {
  align-items: flex-start;
}
.cid-uY02FW7WyJ .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uY02FW7WyJ .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uY02FW7WyJ .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uY02FW7WyJ .card-wrapper {
    padding: 1rem;
  }
}
.cid-uY02FXpmNY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uY02FY5pS8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uY02FY5pS8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY02FY5pS8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY02FY5pS8 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uY02FY5pS8 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uY02FY5pS8 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uY02FZBvuI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uY02G0gjiW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uY02G0gjiW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY02G0gjiW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY02G0gjiW ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uY02G0gjiW li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uY02G0gjiW ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uY02G1bWEp {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uY04igTXoG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uY04iZci8W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uY04jMq30J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uY04jMq30J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY04jMq30J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY04jMq30J ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uY04jMq30J li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uY04jMq30J ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uY04kz8YdL {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uY02G1O2G6 {
  background-color: #eb787b;
}
.cid-uY02G1O2G6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY02G1O2G6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY02G1O2G6 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uY02G1O2G6 .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-uY02G1O2G6 .mbr-text,
.cid-uY02G1O2G6 .mbr-section-btn {
  color: #ffffff;
}
.cid-uY02G2Hsim {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uY02G2Hsim .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY02G2Hsim .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY02G2Hsim .mbr-section-title {
  color: #ffffff;
}
.cid-uY02G2Hsim .mbr-text,
.cid-uY02G2Hsim .mbr-section-btn {
  color: #ffffff;
}
.cid-uY02G3sKmg {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uY02G3sKmg .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uY02G4clhj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uY02G4clhj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uY02G4clhj .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uY02G4clhj .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uY02G4clhj .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uY02G4clhj .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uY02G4clhj .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uY02G4clhj .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-uY02G4clhj .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uY02G4clhj .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uY02G4clhj .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uY02G4clhj .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uY02G4clhj .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uY02G4clhj .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uY02G4clhj .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uXohL1w7rO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXohL1w7rO nav.navbar {
  position: fixed;
}
.cid-uXohL1w7rO .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-uXohL1w7rO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXohL1w7rO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXohL1w7rO .dropdown-item:hover,
.cid-uXohL1w7rO .dropdown-item:focus {
  background: #134ac9 !important;
  color: white !important;
}
.cid-uXohL1w7rO .dropdown-item:hover span {
  color: white;
}
.cid-uXohL1w7rO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXohL1w7rO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXohL1w7rO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXohL1w7rO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXohL1w7rO .nav-link {
  position: relative;
}
.cid-uXohL1w7rO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uXohL1w7rO .container {
    flex-wrap: nowrap;
  }
}
.cid-uXohL1w7rO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXohL1w7rO .dropdown-menu,
.cid-uXohL1w7rO .navbar.opened {
  background: #232323 !important;
}
.cid-uXohL1w7rO .nav-item:focus,
.cid-uXohL1w7rO .nav-link:focus {
  outline: none;
}
.cid-uXohL1w7rO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXohL1w7rO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXohL1w7rO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXohL1w7rO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXohL1w7rO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXohL1w7rO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXohL1w7rO .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: #232323;
}
.cid-uXohL1w7rO .navbar.opened {
  transition: all 0.3s;
}
.cid-uXohL1w7rO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXohL1w7rO .navbar .navbar-logo img {
  width: auto;
}
.cid-uXohL1w7rO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXohL1w7rO .navbar.collapsed {
  justify-content: center;
}
.cid-uXohL1w7rO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXohL1w7rO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXohL1w7rO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXohL1w7rO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXohL1w7rO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXohL1w7rO .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-uXohL1w7rO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXohL1w7rO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXohL1w7rO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXohL1w7rO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXohL1w7rO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXohL1w7rO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXohL1w7rO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXohL1w7rO .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-uXohL1w7rO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXohL1w7rO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXohL1w7rO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXohL1w7rO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXohL1w7rO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXohL1w7rO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uXohL1w7rO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uXohL1w7rO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXohL1w7rO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXohL1w7rO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXohL1w7rO .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-uXohL1w7rO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXohL1w7rO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXohL1w7rO .dropdown-item.active,
.cid-uXohL1w7rO .dropdown-item:active {
  background-color: transparent;
}
.cid-uXohL1w7rO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXohL1w7rO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXohL1w7rO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXohL1w7rO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uXohL1w7rO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXohL1w7rO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXohL1w7rO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXohL1w7rO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXohL1w7rO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXohL1w7rO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uXohL1w7rO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXohL1w7rO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXohL1w7rO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXohL1w7rO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXohL1w7rO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXohL1w7rO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXohL1w7rO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXohL1w7rO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXohL1w7rO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXohL1w7rO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXohL1w7rO .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-uXohL1w7rO .navbar {
    height: 70px;
  }
  .cid-uXohL1w7rO .navbar.opened {
    height: auto;
  }
  .cid-uXohL1w7rO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWDxeavzP2 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #eb787b;
}
.cid-uWDxeavzP2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWDxeavzP2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWDxeavzP2 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uWDxeavzP2 .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uWDxeavzP2 .mbr-text,
.cid-uWDxeavzP2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uWDxTcXi2z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWDxTcXi2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWDxTcXi2z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWDxTcXi2z .mbr-section-title {
  color: #ffffff;
}
.cid-uWzwgqW6gw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWzwgqW6gw .mbr-section-subtitle {
  text-align: center;
}
.cid-uWzwgqW6gw .mbr-text {
  color: #232323;
}
.cid-uXUzUqI0KG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUzWQLsbz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUzWQLsbz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUzWQLsbz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUzWQLsbz ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXUzWQLsbz li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXUzWQLsbz ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXUAqMZuSI {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXoifPPB9t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXoifPPB9t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXoifPPB9t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXoifPPB9t .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uXUAHRHEes {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXUAVqR1B9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXlTKnQ415 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXlTKnQ415 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXlTKnQ415 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXlTKnQ415 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXlTKnQ415 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXlTKnQ415 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXUAWYpFAi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUAWYpFAi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUAWYpFAi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUAWYpFAi ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXUAWYpFAi li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXUAWYpFAi ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uWDzB80BF8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWDzB80BF8 .mbr-text {
  color: #232323;
}
.cid-uXURgHJtk7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXURgHJtk7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXURgHJtk7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXURgHJtk7 .img-wrapper {
  text-align: center;
}
.cid-uXURgHJtk7 img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uXURgHJtk7 .row {
  align-items: flex-start;
}
.cid-uXURgHJtk7 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uXURgHJtk7 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uXURgHJtk7 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXURgHJtk7 .card-wrapper {
    padding: 1rem;
  }
}
.cid-uXlVlaJbEK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXlVlaJbEK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXlVlaJbEK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXlVlaJbEK ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXlVlaJbEK li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXlVlaJbEK ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXURvrulD8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXURwixcEU {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXlZheJBFC {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWDAiisisP {
  background-color: #eb787b;
}
.cid-uWDAiisisP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWDAiisisP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWDAiisisP .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uWDAiisisP .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-uWDAiisisP .mbr-text,
.cid-uWDAiisisP .mbr-section-btn {
  color: #ffffff;
}
.cid-uWDAjoR5zY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uWDAjoR5zY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWDAjoR5zY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWDAjoR5zY .mbr-section-title {
  color: #ffffff;
}
.cid-uWDAjoR5zY .mbr-text,
.cid-uWDAjoR5zY .mbr-section-btn {
  color: #ffffff;
}
.cid-uWDGqst5qI {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uWDGqst5qI .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uWzwgrtkBg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uWzwgrtkBg .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uWzwgrtkBg .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uWzwgrtkBg .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uWzwgrtkBg .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uWzwgrtkBg .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uWzwgrtkBg .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uWzwgrtkBg .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-uWzwgrtkBg .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uWzwgrtkBg .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uWzwgrtkBg .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uWzwgrtkBg .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uWzwgrtkBg .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWzwgrtkBg .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uWzwgrtkBg .media-container-row .row-copirayt p {
  width: 100%;
}
