.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #004a99 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #232323 !important;
}
.bg-warning {
  background-color: #ffdd00 !important;
}
.bg-danger {
  background-color: #edefeb !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #004a99 !important;
  border-color: #004a99 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #0063cc !important;
  border-color: #0063cc !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0063cc !important;
  border-color: #0063cc !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffdd00 !important;
  border-color: #ffdd00 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffe433 !important;
  border-color: #ffe433 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #ffe433 !important;
  border-color: #ffe433 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #edefeb !important;
  border-color: #edefeb !important;
  color: #6e7a61 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6e7a61 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #004a99;
  color: #004a99;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #002042 !important;
  background-color: transparent !important;
  border-color: #002042 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #004a99 !important;
  border-color: #004a99 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffdd00;
  color: #ffdd00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a89200 !important;
  background-color: transparent !important;
  border-color: #a89200 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #ffdd00 !important;
  border-color: #ffdd00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #edefeb;
  color: #edefeb;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c2c8bb !important;
  background-color: transparent !important;
  border-color: #c2c8bb !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6e7a61 !important;
  background-color: #edefeb !important;
  border-color: #edefeb !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #004a99 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #232323 !important;
}
.text-warning {
  color: #ffdd00 !important;
}
.text-danger {
  color: #edefeb !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #001933 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #998500 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #bac2b2 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #004a99;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #232323;
}
.alert-warning {
  background-color: #ffdd00;
}
.alert-danger {
  background-color: #edefeb;
}
.mbr-gallery-filter li.active .btn {
  background-color: #004a99;
  border-color: #004a99;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #004a99;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #1a88ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff8cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #004a99 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #004a99;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #004a99;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #004a99;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #004a99;
  border-bottom-color: #004a99;
}
.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: #004a99 !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: #ffffff !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='%23004a99' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uZKT4WLRXX .navbar-dropdown {
  position: relative !important;
}
.cid-uZKT4WLRXX .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-uZKT4WLRXX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZKT4WLRXX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZKT4WLRXX .dropdown-item:hover,
.cid-uZKT4WLRXX .dropdown-item:focus {
  background: #004a99 !important;
  color: white !important;
}
.cid-uZKT4WLRXX .dropdown-item:hover span {
  color: white;
}
.cid-uZKT4WLRXX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZKT4WLRXX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZKT4WLRXX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZKT4WLRXX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZKT4WLRXX .nav-link {
  position: relative;
}
.cid-uZKT4WLRXX .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZKT4WLRXX .container {
    flex-wrap: wrap;
  }
}
.cid-uZKT4WLRXX .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZKT4WLRXX .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uZKT4WLRXX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZKT4WLRXX .dropdown-menu,
.cid-uZKT4WLRXX .navbar.opened {
  background: #ffffff !important;
}
.cid-uZKT4WLRXX .nav-item:focus,
.cid-uZKT4WLRXX .nav-link:focus {
  outline: none;
}
.cid-uZKT4WLRXX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZKT4WLRXX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZKT4WLRXX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZKT4WLRXX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZKT4WLRXX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZKT4WLRXX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZKT4WLRXX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uZKT4WLRXX .navbar.opened {
  transition: all 0.3s;
}
.cid-uZKT4WLRXX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZKT4WLRXX .navbar .navbar-logo img {
  width: auto;
}
.cid-uZKT4WLRXX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZKT4WLRXX .navbar.collapsed {
  justify-content: center;
}
.cid-uZKT4WLRXX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZKT4WLRXX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZKT4WLRXX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uZKT4WLRXX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZKT4WLRXX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZKT4WLRXX .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-uZKT4WLRXX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZKT4WLRXX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZKT4WLRXX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZKT4WLRXX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZKT4WLRXX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZKT4WLRXX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZKT4WLRXX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZKT4WLRXX .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-uZKT4WLRXX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZKT4WLRXX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZKT4WLRXX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZKT4WLRXX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZKT4WLRXX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZKT4WLRXX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZKT4WLRXX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZKT4WLRXX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZKT4WLRXX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZKT4WLRXX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZKT4WLRXX .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-uZKT4WLRXX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZKT4WLRXX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZKT4WLRXX .dropdown-item.active,
.cid-uZKT4WLRXX .dropdown-item:active {
  background-color: transparent;
}
.cid-uZKT4WLRXX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZKT4WLRXX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZKT4WLRXX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZKT4WLRXX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZKT4WLRXX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZKT4WLRXX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZKT4WLRXX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZKT4WLRXX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZKT4WLRXX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZKT4WLRXX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #004a99;
}
.cid-uZKT4WLRXX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZKT4WLRXX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZKT4WLRXX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZKT4WLRXX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZKT4WLRXX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZKT4WLRXX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZKT4WLRXX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZKT4WLRXX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZKT4WLRXX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZKT4WLRXX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZKT4WLRXX .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-uZKT4WLRXX .navbar {
    height: 70px;
  }
  .cid-uZKT4WLRXX .navbar.opened {
    height: auto;
  }
  .cid-uZKT4WLRXX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PPRcVqhQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/llansuser-22-2000x3000.jpg");
}
.cid-v0PPRcVqhQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PPRcVqhQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0PPRcVqhQ .mbr-section-title {
  color: #ffffff;
}
.cid-v0PRTc91XY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v0PRTc91XY img,
.cid-v0PRTc91XY .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v0PRTc91XY .item:focus,
.cid-v0PRTc91XY span:focus {
  outline: none;
}
.cid-v0PRTc91XY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0PRTc91XY .item {
    margin-bottom: 1rem;
  }
}
.cid-v0PRTc91XY .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v0PRTc91XY .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v0PRTc91XY .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-v0PRTc91XY .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v0PRTc91XY .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v0PRTc91XY .mbr-section-title {
  color: #004a99;
}
.cid-v0PRTc91XY .item-title {
  text-align: center;
}
.cid-v0PRTc91XY .item-subtitle {
  text-align: left;
}
.cid-v0PRTc91XY .mbr-text,
.cid-v0PRTc91XY .item .mbr-section-btn {
  text-align: center;
}
.cid-v0PRTc91XY .content-head {
  max-width: 800px;
}
.cid-v0PRTc91XY .mbr-section-subtitle,
.cid-v0PRTc91XY .mbr-section-head .mbr-section-btn {
  color: #004a99;
}
.cid-v1RABWyRbF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/llansuser-22-2000x3000.jpg");
}
.cid-v1RABWyRbF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1RABWyRbF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1RABWyRbF .mbr-text,
.cid-v1RABWyRbF .mbr-section-btn {
  color: #232323;
}
.cid-v1RABWyRbF .card-title,
.cid-v1RABWyRbF .card-box {
  color: #ffffff;
}
.cid-v1RABWyRbF .mbr-text,
.cid-v1RABWyRbF .link-wrap {
  color: #ffffff;
}
.cid-v1RAz1gZOr {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v1RAz1gZOr img,
.cid-v1RAz1gZOr .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v1RAz1gZOr .item:focus,
.cid-v1RAz1gZOr span:focus {
  outline: none;
}
.cid-v1RAz1gZOr .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1RAz1gZOr .item {
    margin-bottom: 1rem;
  }
}
.cid-v1RAz1gZOr .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1RAz1gZOr .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v1RAz1gZOr .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-v1RAz1gZOr .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1RAz1gZOr .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1RAz1gZOr .mbr-section-title {
  color: #004a99;
}
.cid-v1RAz1gZOr .item-title {
  text-align: center;
}
.cid-v1RAz1gZOr .item-subtitle {
  text-align: left;
}
.cid-v1RAz1gZOr .mbr-text,
.cid-v1RAz1gZOr .item .mbr-section-btn {
  text-align: center;
}
.cid-v1RAz1gZOr .content-head {
  max-width: 800px;
}
.cid-v1RAz1gZOr .mbr-section-subtitle,
.cid-v1RAz1gZOr .mbr-section-head .mbr-section-btn {
  color: #004a99;
}
.cid-v1RBVeuKgI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/llansuser-22-2000x3000.jpg");
}
.cid-v1RBVeuKgI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1RBVeuKgI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1RBVeuKgI .mbr-text,
.cid-v1RBVeuKgI .mbr-section-btn {
  color: #232323;
}
.cid-v1RBVeuKgI .card-title,
.cid-v1RBVeuKgI .card-box {
  color: #ffffff;
}
.cid-v1RBVeuKgI .mbr-text,
.cid-v1RBVeuKgI .link-wrap {
  color: #ffffff;
}
.cid-v1RCd56TLn {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v1RCd56TLn img,
.cid-v1RCd56TLn .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v1RCd56TLn .item:focus,
.cid-v1RCd56TLn span:focus {
  outline: none;
}
.cid-v1RCd56TLn .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1RCd56TLn .item {
    margin-bottom: 1rem;
  }
}
.cid-v1RCd56TLn .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1RCd56TLn .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v1RCd56TLn .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-v1RCd56TLn .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1RCd56TLn .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1RCd56TLn .mbr-section-title {
  color: #004a99;
}
.cid-v1RCd56TLn .item-title {
  text-align: center;
}
.cid-v1RCd56TLn .item-subtitle {
  text-align: left;
}
.cid-v1RCd56TLn .mbr-text,
.cid-v1RCd56TLn .item .mbr-section-btn {
  text-align: justify;
}
.cid-v1RCd56TLn .content-head {
  max-width: 800px;
}
.cid-v1RCd56TLn .mbr-section-subtitle,
.cid-v1RCd56TLn .mbr-section-head .mbr-section-btn {
  color: #004a99;
}
.cid-v1RDQlSOS8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/llansuser-22-2000x3000.jpg");
}
.cid-v1RDQlSOS8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1RDQlSOS8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1RDQlSOS8 .mbr-text,
.cid-v1RDQlSOS8 .mbr-section-btn {
  color: #232323;
}
.cid-v1RDQlSOS8 .card-title,
.cid-v1RDQlSOS8 .card-box {
  color: #ffffff;
}
.cid-v1RDQlSOS8 .mbr-text,
.cid-v1RDQlSOS8 .link-wrap {
  color: #ffffff;
}
.cid-v1RE6zhW3x {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v1RE6zhW3x .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1RE6zhW3x .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-v1RE6zhW3x .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1RE6zhW3x .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1RE6zhW3x .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1RE6zhW3x .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1RE6zhW3x .mbr-section-title {
  color: #004a99;
}
.cid-v1RE6zhW3x .mbr-text,
.cid-v1RE6zhW3x .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-v1RECpmP37 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v1RECpmP37 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1RECpmP37 .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-v1RECpmP37 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1RECpmP37 .row {
  flex-direction: row-reverse;
}
.cid-v1RECpmP37 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1RECpmP37 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1RECpmP37 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1RECpmP37 .mbr-section-title {
  color: #004a99;
}
.cid-v1RECpmP37 .mbr-text,
.cid-v1RECpmP37 .mbr-section-btn {
  color: #000000;
}
.cid-v1REDbcX01 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v1REDbcX01 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1REDbcX01 .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-v1REDbcX01 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1REDbcX01 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1REDbcX01 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1REDbcX01 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1REDbcX01 .mbr-section-title {
  color: #004a99;
}
.cid-v1REDbcX01 .mbr-text,
.cid-v1REDbcX01 .mbr-section-btn {
  color: #000000;
}
.cid-v1RMIE2Zft {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #004a99;
}
.cid-v1RMIE2Zft .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v1RMIE2Zft .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v1RMIE2Zft .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v1RMIE2Zft .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v1RMIE2Zft .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v1RMIE2Zft .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v1RMIE2Zft .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-v1RMIE2Zft .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v1RMIE2Zft .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v1RMIE2Zft .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v1RMIE2Zft .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v1RMIE2Zft .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v1RMIE2Zft .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v1RMIE2Zft .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v1QnlqcpQf .navbar-dropdown {
  position: relative !important;
}
.cid-v1QnlqcpQf .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-v1QnlqcpQf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1QnlqcpQf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1QnlqcpQf .dropdown-item:hover,
.cid-v1QnlqcpQf .dropdown-item:focus {
  background: #004a99 !important;
  color: white !important;
}
.cid-v1QnlqcpQf .dropdown-item:hover span {
  color: white;
}
.cid-v1QnlqcpQf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1QnlqcpQf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1QnlqcpQf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1QnlqcpQf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1QnlqcpQf .nav-link {
  position: relative;
}
.cid-v1QnlqcpQf .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v1QnlqcpQf .container {
    flex-wrap: wrap;
  }
}
.cid-v1QnlqcpQf .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v1QnlqcpQf .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v1QnlqcpQf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1QnlqcpQf .dropdown-menu,
.cid-v1QnlqcpQf .navbar.opened {
  background: #ffffff !important;
}
.cid-v1QnlqcpQf .nav-item:focus,
.cid-v1QnlqcpQf .nav-link:focus {
  outline: none;
}
.cid-v1QnlqcpQf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1QnlqcpQf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1QnlqcpQf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1QnlqcpQf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1QnlqcpQf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1QnlqcpQf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1QnlqcpQf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v1QnlqcpQf .navbar.opened {
  transition: all 0.3s;
}
.cid-v1QnlqcpQf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1QnlqcpQf .navbar .navbar-logo img {
  width: auto;
}
.cid-v1QnlqcpQf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1QnlqcpQf .navbar.collapsed {
  justify-content: center;
}
.cid-v1QnlqcpQf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1QnlqcpQf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1QnlqcpQf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-v1QnlqcpQf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1QnlqcpQf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1QnlqcpQf .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-v1QnlqcpQf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1QnlqcpQf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1QnlqcpQf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1QnlqcpQf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1QnlqcpQf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1QnlqcpQf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1QnlqcpQf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1QnlqcpQf .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-v1QnlqcpQf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1QnlqcpQf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1QnlqcpQf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1QnlqcpQf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1QnlqcpQf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1QnlqcpQf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1QnlqcpQf .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v1QnlqcpQf .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1QnlqcpQf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1QnlqcpQf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1QnlqcpQf .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-v1QnlqcpQf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1QnlqcpQf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1QnlqcpQf .dropdown-item.active,
.cid-v1QnlqcpQf .dropdown-item:active {
  background-color: transparent;
}
.cid-v1QnlqcpQf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1QnlqcpQf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1QnlqcpQf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1QnlqcpQf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v1QnlqcpQf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1QnlqcpQf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1QnlqcpQf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1QnlqcpQf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1QnlqcpQf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1QnlqcpQf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #004a99;
}
.cid-v1QnlqcpQf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1QnlqcpQf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1QnlqcpQf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1QnlqcpQf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1QnlqcpQf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1QnlqcpQf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1QnlqcpQf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1QnlqcpQf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1QnlqcpQf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1QnlqcpQf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1QnlqcpQf .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-v1QnlqcpQf .navbar {
    height: 70px;
  }
  .cid-v1QnlqcpQf .navbar.opened {
    height: auto;
  }
  .cid-v1QnlqcpQf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1QnlqKZoa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/llansuser-22-2000x3000.jpg");
}
.cid-v1QnlqKZoa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1QnlqKZoa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1QnlqKZoa .mbr-section-title {
  color: #ffffff;
}
.cid-v4tf4HVNP6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v4tf4HVNP6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4tf4HVNP6 .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-v4tf4HVNP6 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4tf4HVNP6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v4tf4HVNP6 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v4tf4HVNP6 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4tf4HVNP6 .mbr-text,
.cid-v4tf4HVNP6 .mbr-section-btn {
  text-align: justify;
}
.cid-v4tffd5QZT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v4tffd5QZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4tffd5QZT .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-v4tffd5QZT .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4tffd5QZT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v4tffd5QZT .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v4tffd5QZT .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4tffd5QZT .mbr-text,
.cid-v4tffd5QZT .mbr-section-btn {
  text-align: justify;
}
.cid-v88DGuEhMH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v88DGuEhMH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v88DGuEhMH .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-v88DGuEhMH .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v88DGuEhMH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v88DGuEhMH .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v88DGuEhMH .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v88DGuEhMH .mbr-text,
.cid-v88DGuEhMH .mbr-section-btn {
  text-align: justify;
}
.cid-v8ePIxAumE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v8ePIxAumE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8ePIxAumE .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-v8ePIxAumE .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8ePIxAumE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v8ePIxAumE .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v8ePIxAumE .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8ePIxAumE .mbr-text,
.cid-v8ePIxAumE .mbr-section-btn {
  text-align: justify;
}
.cid-v8f4ctbQW2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v8f4ctbQW2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8f4ctbQW2 .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-v8f4ctbQW2 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8f4ctbQW2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v8f4ctbQW2 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v8f4ctbQW2 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8f4ctbQW2 .mbr-text,
.cid-v8f4ctbQW2 .mbr-section-btn {
  text-align: justify;
}
.cid-v8f4IgizFn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v8f4IgizFn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8f4IgizFn .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-v8f4IgizFn .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8f4IgizFn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v8f4IgizFn .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v8f4IgizFn .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8f4IgizFn .mbr-text,
.cid-v8f4IgizFn .mbr-section-btn {
  text-align: justify;
}
.cid-v4tffxq9yH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v4tffxq9yH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4tffxq9yH .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-v4tffxq9yH .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4tffxq9yH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v4tffxq9yH .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v4tffxq9yH .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4tffxq9yH .mbr-text,
.cid-v4tffxq9yH .mbr-section-btn {
  text-align: justify;
}
.cid-v4tfeCaFd4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v4tfeCaFd4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4tfeCaFd4 .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-v4tfeCaFd4 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4tfeCaFd4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v4tfeCaFd4 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v4tfeCaFd4 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4tfeCaFd4 .mbr-text,
.cid-v4tfeCaFd4 .mbr-section-btn {
  text-align: justify;
}
.cid-v4tfeVwdph {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v4tfeVwdph .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4tfeVwdph .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-v4tfeVwdph .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4tfeVwdph .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v4tfeVwdph .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v4tfeVwdph .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4tfeVwdph .mbr-text,
.cid-v4tfeVwdph .mbr-section-btn {
  text-align: justify;
}
.cid-v8f6viPG6F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v8f6viPG6F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8f6viPG6F .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-v8f6viPG6F .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8f6viPG6F .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v8f6viPG6F .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v8f6viPG6F .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8f6viPG6F .mbr-text,
.cid-v8f6viPG6F .mbr-section-btn {
  text-align: justify;
}
.cid-v8f8K6d87m {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v8f8K6d87m .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8f8K6d87m .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-v8f8K6d87m .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8f8K6d87m .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v8f8K6d87m .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v8f8K6d87m .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8f8K6d87m .mbr-text,
.cid-v8f8K6d87m .mbr-section-btn {
  text-align: justify;
}
.cid-v8f9KaO6mI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v8f9KaO6mI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8f9KaO6mI .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-v8f9KaO6mI .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8f9KaO6mI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v8f9KaO6mI .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v8f9KaO6mI .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8f9KaO6mI .mbr-text,
.cid-v8f9KaO6mI .mbr-section-btn {
  text-align: justify;
}
.cid-v8fa2kYKc2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v8fa2kYKc2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8fa2kYKc2 .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-v8fa2kYKc2 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8fa2kYKc2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v8fa2kYKc2 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v8fa2kYKc2 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8fa2kYKc2 .mbr-text,
.cid-v8fa2kYKc2 .mbr-section-btn {
  text-align: justify;
}
.cid-v1QXvghEOm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v1QXvghEOm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1QXvghEOm .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-v1QXvghEOm .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v1QXvghEOm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v1QXvghEOm .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v1QXvghEOm .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v1QXvghEOm .mbr-text,
.cid-v1QXvghEOm .mbr-section-btn {
  text-align: justify;
}
.cid-v8faEa1zke {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v8faEa1zke .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8faEa1zke .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-v8faEa1zke .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8faEa1zke .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v8faEa1zke .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v8faEa1zke .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8faEa1zke .mbr-text,
.cid-v8faEa1zke .mbr-section-btn {
  text-align: justify;
}
.cid-v4se65iiOH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v4se65iiOH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4se65iiOH .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-v4se65iiOH .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4se65iiOH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v4se65iiOH .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v4se65iiOH .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4se65iiOH .mbr-text,
.cid-v4se65iiOH .mbr-section-btn {
  text-align: justify;
}
.cid-v8fbN8CBIA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v8fbN8CBIA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8fbN8CBIA .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-v8fbN8CBIA .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8fbN8CBIA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v8fbN8CBIA .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v8fbN8CBIA .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8fbN8CBIA .mbr-text,
.cid-v8fbN8CBIA .mbr-section-btn {
  text-align: justify;
}
.cid-v8fbh2H5zn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v8fbh2H5zn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8fbh2H5zn .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-v8fbh2H5zn .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8fbh2H5zn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v8fbh2H5zn .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v8fbh2H5zn .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8fbh2H5zn .mbr-text,
.cid-v8fbh2H5zn .mbr-section-btn {
  text-align: justify;
}
.cid-v8fdDWapvH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v8fdDWapvH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8fdDWapvH .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-v8fdDWapvH .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8fdDWapvH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v8fdDWapvH .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v8fdDWapvH .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8fdDWapvH .mbr-text,
.cid-v8fdDWapvH .mbr-section-btn {
  text-align: justify;
}
.cid-v4teqWEqHN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v4teqWEqHN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4teqWEqHN .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-v4teqWEqHN .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4teqWEqHN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v4teqWEqHN .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v4teqWEqHN .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4teqWEqHN .mbr-text,
.cid-v4teqWEqHN .mbr-section-btn {
  text-align: justify;
}
.cid-v4tfdRM60R {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v4tfdRM60R .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4tfdRM60R .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-v4tfdRM60R .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4tfdRM60R .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v4tfdRM60R .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v4tfdRM60R .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4tfdRM60R .mbr-text,
.cid-v4tfdRM60R .mbr-section-btn {
  text-align: justify;
}
.cid-v8fhTSw3gh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v8fhTSw3gh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8fhTSw3gh .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-v8fhTSw3gh .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8fhTSw3gh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v8fhTSw3gh .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v8fhTSw3gh .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8fhTSw3gh .mbr-text,
.cid-v8fhTSw3gh .mbr-section-btn {
  text-align: justify;
}
.cid-v4tfeih3m9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v4tfeih3m9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4tfeih3m9 .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-v4tfeih3m9 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4tfeih3m9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v4tfeih3m9 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v4tfeih3m9 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4tfeih3m9 .mbr-text,
.cid-v4tfeih3m9 .mbr-section-btn {
  text-align: justify;
}
.cid-v8fjcAGep5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v8fjcAGep5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8fjcAGep5 .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-v8fjcAGep5 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8fjcAGep5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v8fjcAGep5 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v8fjcAGep5 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8fjcAGep5 .mbr-text,
.cid-v8fjcAGep5 .mbr-section-btn {
  text-align: justify;
}
.cid-v8fjeab8Sx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v8fjeab8Sx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8fjeab8Sx .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-v8fjeab8Sx .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8fjeab8Sx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v8fjeab8Sx .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v8fjeab8Sx .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8fjeab8Sx .mbr-text,
.cid-v8fjeab8Sx .mbr-section-btn {
  text-align: justify;
}
.cid-v8fjsSUtuv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v8fjsSUtuv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8fjsSUtuv .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-v8fjsSUtuv .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8fjsSUtuv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v8fjsSUtuv .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v8fjsSUtuv .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8fjsSUtuv .mbr-text,
.cid-v8fjsSUtuv .mbr-section-btn {
  text-align: justify;
}
.cid-v8fjtUj8D1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v8fjtUj8D1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8fjtUj8D1 .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-v8fjtUj8D1 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8fjtUj8D1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v8fjtUj8D1 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v8fjtUj8D1 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8fjtUj8D1 .mbr-text,
.cid-v8fjtUj8D1 .mbr-section-btn {
  text-align: justify;
}
.cid-v8fjuPuUWC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v8fjuPuUWC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8fjuPuUWC .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-v8fjuPuUWC .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8fjuPuUWC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v8fjuPuUWC .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v8fjuPuUWC .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8fjuPuUWC .mbr-text,
.cid-v8fjuPuUWC .mbr-section-btn {
  text-align: justify;
}
.cid-v8fjvU49RQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v8fjvU49RQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8fjvU49RQ .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-v8fjvU49RQ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8fjvU49RQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v8fjvU49RQ .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v8fjvU49RQ .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8fjvU49RQ .mbr-text,
.cid-v8fjvU49RQ .mbr-section-btn {
  text-align: justify;
}
.cid-v1RMIE2Zft {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #004a99;
}
.cid-v1RMIE2Zft .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v1RMIE2Zft .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v1RMIE2Zft .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v1RMIE2Zft .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v1RMIE2Zft .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v1RMIE2Zft .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v1RMIE2Zft .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-v1RMIE2Zft .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v1RMIE2Zft .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v1RMIE2Zft .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v1RMIE2Zft .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v1RMIE2Zft .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v1RMIE2Zft .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v1RMIE2Zft .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uZKT4WLRXX .navbar-dropdown {
  position: relative !important;
}
.cid-uZKT4WLRXX .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-uZKT4WLRXX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZKT4WLRXX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZKT4WLRXX .dropdown-item:hover,
.cid-uZKT4WLRXX .dropdown-item:focus {
  background: #004a99 !important;
  color: white !important;
}
.cid-uZKT4WLRXX .dropdown-item:hover span {
  color: white;
}
.cid-uZKT4WLRXX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZKT4WLRXX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZKT4WLRXX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZKT4WLRXX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZKT4WLRXX .nav-link {
  position: relative;
}
.cid-uZKT4WLRXX .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZKT4WLRXX .container {
    flex-wrap: wrap;
  }
}
.cid-uZKT4WLRXX .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZKT4WLRXX .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uZKT4WLRXX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZKT4WLRXX .dropdown-menu,
.cid-uZKT4WLRXX .navbar.opened {
  background: #ffffff !important;
}
.cid-uZKT4WLRXX .nav-item:focus,
.cid-uZKT4WLRXX .nav-link:focus {
  outline: none;
}
.cid-uZKT4WLRXX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZKT4WLRXX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZKT4WLRXX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZKT4WLRXX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZKT4WLRXX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZKT4WLRXX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZKT4WLRXX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uZKT4WLRXX .navbar.opened {
  transition: all 0.3s;
}
.cid-uZKT4WLRXX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZKT4WLRXX .navbar .navbar-logo img {
  width: auto;
}
.cid-uZKT4WLRXX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZKT4WLRXX .navbar.collapsed {
  justify-content: center;
}
.cid-uZKT4WLRXX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZKT4WLRXX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZKT4WLRXX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uZKT4WLRXX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZKT4WLRXX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZKT4WLRXX .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-uZKT4WLRXX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZKT4WLRXX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZKT4WLRXX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZKT4WLRXX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZKT4WLRXX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZKT4WLRXX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZKT4WLRXX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZKT4WLRXX .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-uZKT4WLRXX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZKT4WLRXX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZKT4WLRXX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZKT4WLRXX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZKT4WLRXX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZKT4WLRXX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZKT4WLRXX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZKT4WLRXX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZKT4WLRXX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZKT4WLRXX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZKT4WLRXX .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-uZKT4WLRXX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZKT4WLRXX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZKT4WLRXX .dropdown-item.active,
.cid-uZKT4WLRXX .dropdown-item:active {
  background-color: transparent;
}
.cid-uZKT4WLRXX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZKT4WLRXX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZKT4WLRXX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZKT4WLRXX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZKT4WLRXX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZKT4WLRXX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZKT4WLRXX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZKT4WLRXX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZKT4WLRXX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZKT4WLRXX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #004a99;
}
.cid-uZKT4WLRXX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZKT4WLRXX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZKT4WLRXX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZKT4WLRXX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZKT4WLRXX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZKT4WLRXX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZKT4WLRXX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZKT4WLRXX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZKT4WLRXX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZKT4WLRXX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZKT4WLRXX .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-uZKT4WLRXX .navbar {
    height: 70px;
  }
  .cid-uZKT4WLRXX .navbar.opened {
    height: auto;
  }
  .cid-uZKT4WLRXX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PQ2CWEpT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/llansuser-22-2000x3000.jpg");
}
.cid-v0PQ2CWEpT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PQ2CWEpT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0PQ2CWEpT .mbr-section-title {
  color: #ffffff;
}
.cid-v0PQeG50Aa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-v0PQeG50Aa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PQeG50Aa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0PQeG50Aa .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0PQeG50Aa .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-v0PQeG50Aa .google-map {
  height: 100%;
  position: relative;
}
.cid-v0PQeG50Aa .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v0PQeG50Aa .google-map iframe {
    min-height: 350px;
  }
}
.cid-v0PQeG50Aa .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0PQeG50Aa .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0PQeG50Aa .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0PQeG50Aa .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v0PQeG50Aa .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v0PQeG50Aa .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v0PQeG50Aa ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v0PQeG50Aa .content-head {
  max-width: 800px;
}
.cid-v0PQeG50Aa .mbr-section-title {
  color: #004a99;
}
.cid-v0PQfLWbM2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-v0PQfLWbM2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PQfLWbM2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0PQfLWbM2 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0PQfLWbM2 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-v0PQfLWbM2 .google-map {
  height: 100%;
  position: relative;
}
.cid-v0PQfLWbM2 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v0PQfLWbM2 .google-map iframe {
    min-height: 350px;
  }
}
.cid-v0PQfLWbM2 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0PQfLWbM2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0PQfLWbM2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0PQfLWbM2 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v0PQfLWbM2 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v0PQfLWbM2 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v0PQfLWbM2 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v0PQfLWbM2 .content-head {
  max-width: 800px;
}
.cid-v1RMIE2Zft {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #004a99;
}
.cid-v1RMIE2Zft .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v1RMIE2Zft .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v1RMIE2Zft .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v1RMIE2Zft .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v1RMIE2Zft .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v1RMIE2Zft .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v1RMIE2Zft .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-v1RMIE2Zft .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v1RMIE2Zft .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v1RMIE2Zft .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v1RMIE2Zft .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v1RMIE2Zft .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v1RMIE2Zft .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v1RMIE2Zft .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v3ZJbAbMnh .navbar-dropdown {
  position: relative !important;
}
.cid-v3ZJbAbMnh .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-v3ZJbAbMnh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3ZJbAbMnh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3ZJbAbMnh .dropdown-item:hover,
.cid-v3ZJbAbMnh .dropdown-item:focus {
  background: #004a99 !important;
  color: white !important;
}
.cid-v3ZJbAbMnh .dropdown-item:hover span {
  color: white;
}
.cid-v3ZJbAbMnh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3ZJbAbMnh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3ZJbAbMnh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3ZJbAbMnh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3ZJbAbMnh .nav-link {
  position: relative;
}
.cid-v3ZJbAbMnh .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v3ZJbAbMnh .container {
    flex-wrap: wrap;
  }
}
.cid-v3ZJbAbMnh .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v3ZJbAbMnh .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v3ZJbAbMnh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3ZJbAbMnh .dropdown-menu,
.cid-v3ZJbAbMnh .navbar.opened {
  background: #ffffff !important;
}
.cid-v3ZJbAbMnh .nav-item:focus,
.cid-v3ZJbAbMnh .nav-link:focus {
  outline: none;
}
.cid-v3ZJbAbMnh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3ZJbAbMnh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3ZJbAbMnh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3ZJbAbMnh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3ZJbAbMnh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3ZJbAbMnh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3ZJbAbMnh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v3ZJbAbMnh .navbar.opened {
  transition: all 0.3s;
}
.cid-v3ZJbAbMnh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3ZJbAbMnh .navbar .navbar-logo img {
  width: auto;
}
.cid-v3ZJbAbMnh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3ZJbAbMnh .navbar.collapsed {
  justify-content: center;
}
.cid-v3ZJbAbMnh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3ZJbAbMnh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3ZJbAbMnh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-v3ZJbAbMnh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3ZJbAbMnh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3ZJbAbMnh .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-v3ZJbAbMnh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3ZJbAbMnh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3ZJbAbMnh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3ZJbAbMnh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3ZJbAbMnh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3ZJbAbMnh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3ZJbAbMnh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3ZJbAbMnh .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-v3ZJbAbMnh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3ZJbAbMnh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3ZJbAbMnh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3ZJbAbMnh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3ZJbAbMnh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3ZJbAbMnh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v3ZJbAbMnh .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v3ZJbAbMnh .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3ZJbAbMnh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3ZJbAbMnh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3ZJbAbMnh .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-v3ZJbAbMnh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3ZJbAbMnh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3ZJbAbMnh .dropdown-item.active,
.cid-v3ZJbAbMnh .dropdown-item:active {
  background-color: transparent;
}
.cid-v3ZJbAbMnh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3ZJbAbMnh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3ZJbAbMnh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3ZJbAbMnh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3ZJbAbMnh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3ZJbAbMnh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3ZJbAbMnh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3ZJbAbMnh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3ZJbAbMnh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3ZJbAbMnh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #004a99;
}
.cid-v3ZJbAbMnh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3ZJbAbMnh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3ZJbAbMnh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3ZJbAbMnh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3ZJbAbMnh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3ZJbAbMnh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3ZJbAbMnh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3ZJbAbMnh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3ZJbAbMnh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3ZJbAbMnh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3ZJbAbMnh .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-v3ZJbAbMnh .navbar {
    height: 70px;
  }
  .cid-v3ZJbAbMnh .navbar.opened {
    height: auto;
  }
  .cid-v3ZJbAbMnh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3ZJbAMWCp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/llansuser-22-2000x3000.jpg");
}
.cid-v3ZJbAMWCp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ZJbAMWCp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ZJbAMWCp .mbr-section-title {
  color: #ffffff;
}
.cid-v3ZL8dupTD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3ZL8dupTD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ZL8dupTD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ZL8dupTD .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v3ZL8dupTD .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3ZL8dupTD .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v3ZL8dupTD .card-wrapper {
    padding: 4rem;
  }
}
.cid-v3ZL8dupTD .mbr-text,
.cid-v3ZL8dupTD .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-v3ZL8dupTD .card-title,
.cid-v3ZL8dupTD .card-box {
  text-align: justify;
  color: #000000;
}
.cid-v3ZJbCUvDB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #004a99;
}
.cid-v3ZJbCUvDB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v3ZJbCUvDB .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v3ZJbCUvDB .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v3ZJbCUvDB .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v3ZJbCUvDB .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v3ZJbCUvDB .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v3ZJbCUvDB .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-v3ZJbCUvDB .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v3ZJbCUvDB .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v3ZJbCUvDB .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v3ZJbCUvDB .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v3ZJbCUvDB .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v3ZJbCUvDB .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v3ZJbCUvDB .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v4wwt4fyPL .navbar-dropdown {
  position: relative !important;
}
.cid-v4wwt4fyPL .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-v4wwt4fyPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4wwt4fyPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4wwt4fyPL .dropdown-item:hover,
.cid-v4wwt4fyPL .dropdown-item:focus {
  background: #004a99 !important;
  color: white !important;
}
.cid-v4wwt4fyPL .dropdown-item:hover span {
  color: white;
}
.cid-v4wwt4fyPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4wwt4fyPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4wwt4fyPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4wwt4fyPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4wwt4fyPL .nav-link {
  position: relative;
}
.cid-v4wwt4fyPL .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v4wwt4fyPL .container {
    flex-wrap: wrap;
  }
}
.cid-v4wwt4fyPL .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v4wwt4fyPL .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v4wwt4fyPL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4wwt4fyPL .dropdown-menu,
.cid-v4wwt4fyPL .navbar.opened {
  background: #ffffff !important;
}
.cid-v4wwt4fyPL .nav-item:focus,
.cid-v4wwt4fyPL .nav-link:focus {
  outline: none;
}
.cid-v4wwt4fyPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4wwt4fyPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4wwt4fyPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4wwt4fyPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4wwt4fyPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4wwt4fyPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4wwt4fyPL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v4wwt4fyPL .navbar.opened {
  transition: all 0.3s;
}
.cid-v4wwt4fyPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4wwt4fyPL .navbar .navbar-logo img {
  width: auto;
}
.cid-v4wwt4fyPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4wwt4fyPL .navbar.collapsed {
  justify-content: center;
}
.cid-v4wwt4fyPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4wwt4fyPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4wwt4fyPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-v4wwt4fyPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4wwt4fyPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4wwt4fyPL .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-v4wwt4fyPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4wwt4fyPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4wwt4fyPL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4wwt4fyPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4wwt4fyPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4wwt4fyPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4wwt4fyPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4wwt4fyPL .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-v4wwt4fyPL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4wwt4fyPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4wwt4fyPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4wwt4fyPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4wwt4fyPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4wwt4fyPL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v4wwt4fyPL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v4wwt4fyPL .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4wwt4fyPL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4wwt4fyPL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4wwt4fyPL .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-v4wwt4fyPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4wwt4fyPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4wwt4fyPL .dropdown-item.active,
.cid-v4wwt4fyPL .dropdown-item:active {
  background-color: transparent;
}
.cid-v4wwt4fyPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4wwt4fyPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4wwt4fyPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4wwt4fyPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4wwt4fyPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4wwt4fyPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4wwt4fyPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4wwt4fyPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4wwt4fyPL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4wwt4fyPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #004a99;
}
.cid-v4wwt4fyPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4wwt4fyPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4wwt4fyPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4wwt4fyPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4wwt4fyPL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4wwt4fyPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4wwt4fyPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4wwt4fyPL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4wwt4fyPL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4wwt4fyPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4wwt4fyPL .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-v4wwt4fyPL .navbar {
    height: 70px;
  }
  .cid-v4wwt4fyPL .navbar.opened {
    height: auto;
  }
  .cid-v4wwt4fyPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4wwt4ylWy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/llansuser-22-2000x3000.jpg");
}
.cid-v4wwt4ylWy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4wwt4ylWy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4wwt4ylWy .mbr-section-title {
  color: #ffffff;
}
.cid-v4wwt5lTQO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v4wwt5lTQO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4wwt5lTQO .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-v4wwt5lTQO .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4wwt5lTQO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v4wwt5lTQO .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v4wwt5lTQO .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4wwt5lTQO .mbr-text,
.cid-v4wwt5lTQO .mbr-section-btn {
  text-align: justify;
}
.cid-v4wwt5KIPf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v4wwt5KIPf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4wwt5KIPf .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-v4wwt5KIPf .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4wwt5KIPf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v4wwt5KIPf .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v4wwt5KIPf .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4wwt5KIPf .mbr-text,
.cid-v4wwt5KIPf .mbr-section-btn {
  text-align: justify;
}
.cid-v4wwt5XPai {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v4wwt5XPai .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4wwt5XPai .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-v4wwt5XPai .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4wwt5XPai .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v4wwt5XPai .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v4wwt5XPai .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4wwt5XPai .mbr-text,
.cid-v4wwt5XPai .mbr-section-btn {
  text-align: justify;
}
.cid-v4wwt6mrog {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v4wwt6mrog .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4wwt6mrog .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-v4wwt6mrog .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4wwt6mrog .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v4wwt6mrog .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v4wwt6mrog .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4wwt6mrog .mbr-text,
.cid-v4wwt6mrog .mbr-section-btn {
  text-align: justify;
}
.cid-v4wwt5yDYx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v4wwt5yDYx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4wwt5yDYx .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-v4wwt5yDYx .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4wwt5yDYx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v4wwt5yDYx .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v4wwt5yDYx .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4wwt5yDYx .mbr-text,
.cid-v4wwt5yDYx .mbr-section-btn {
  text-align: justify;
}
.cid-v4wwt4WQN4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v4wwt4WQN4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4wwt4WQN4 .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-v4wwt4WQN4 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4wwt4WQN4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v4wwt4WQN4 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v4wwt4WQN4 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4wwt4WQN4 .mbr-text,
.cid-v4wwt4WQN4 .mbr-section-btn {
  text-align: justify;
}
.cid-v4wwt4JtYT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v4wwt4JtYT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4wwt4JtYT .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-v4wwt4JtYT .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4wwt4JtYT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v4wwt4JtYT .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v4wwt4JtYT .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4wwt4JtYT .mbr-text,
.cid-v4wwt4JtYT .mbr-section-btn {
  text-align: justify;
}
.cid-v4wwt576M0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v4wwt576M0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4wwt576M0 .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-v4wwt576M0 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4wwt576M0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v4wwt576M0 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v4wwt576M0 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4wwt576M0 .mbr-text,
.cid-v4wwt576M0 .mbr-section-btn {
  text-align: justify;
}
.cid-v4wwt69929 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v4wwt69929 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4wwt69929 .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-v4wwt69929 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4wwt69929 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v4wwt69929 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v4wwt69929 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4wwt69929 .mbr-text,
.cid-v4wwt69929 .mbr-section-btn {
  text-align: justify;
}
.cid-v4wwt6OvOm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #004a99;
}
.cid-v4wwt6OvOm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v4wwt6OvOm .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v4wwt6OvOm .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v4wwt6OvOm .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v4wwt6OvOm .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v4wwt6OvOm .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v4wwt6OvOm .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-v4wwt6OvOm .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v4wwt6OvOm .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v4wwt6OvOm .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v4wwt6OvOm .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v4wwt6OvOm .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v4wwt6OvOm .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v4wwt6OvOm .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uZKT4WLRXX .navbar-dropdown {
  position: relative !important;
}
.cid-uZKT4WLRXX .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-uZKT4WLRXX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZKT4WLRXX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZKT4WLRXX .dropdown-item:hover,
.cid-uZKT4WLRXX .dropdown-item:focus {
  background: #004a99 !important;
  color: white !important;
}
.cid-uZKT4WLRXX .dropdown-item:hover span {
  color: white;
}
.cid-uZKT4WLRXX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZKT4WLRXX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZKT4WLRXX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZKT4WLRXX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZKT4WLRXX .nav-link {
  position: relative;
}
.cid-uZKT4WLRXX .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZKT4WLRXX .container {
    flex-wrap: wrap;
  }
}
.cid-uZKT4WLRXX .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZKT4WLRXX .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uZKT4WLRXX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZKT4WLRXX .dropdown-menu,
.cid-uZKT4WLRXX .navbar.opened {
  background: #ffffff !important;
}
.cid-uZKT4WLRXX .nav-item:focus,
.cid-uZKT4WLRXX .nav-link:focus {
  outline: none;
}
.cid-uZKT4WLRXX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZKT4WLRXX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZKT4WLRXX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZKT4WLRXX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZKT4WLRXX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZKT4WLRXX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZKT4WLRXX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uZKT4WLRXX .navbar.opened {
  transition: all 0.3s;
}
.cid-uZKT4WLRXX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZKT4WLRXX .navbar .navbar-logo img {
  width: auto;
}
.cid-uZKT4WLRXX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZKT4WLRXX .navbar.collapsed {
  justify-content: center;
}
.cid-uZKT4WLRXX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZKT4WLRXX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZKT4WLRXX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uZKT4WLRXX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZKT4WLRXX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZKT4WLRXX .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-uZKT4WLRXX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZKT4WLRXX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZKT4WLRXX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZKT4WLRXX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZKT4WLRXX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZKT4WLRXX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZKT4WLRXX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZKT4WLRXX .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-uZKT4WLRXX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZKT4WLRXX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZKT4WLRXX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZKT4WLRXX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZKT4WLRXX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZKT4WLRXX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZKT4WLRXX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZKT4WLRXX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZKT4WLRXX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZKT4WLRXX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZKT4WLRXX .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-uZKT4WLRXX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZKT4WLRXX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZKT4WLRXX .dropdown-item.active,
.cid-uZKT4WLRXX .dropdown-item:active {
  background-color: transparent;
}
.cid-uZKT4WLRXX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZKT4WLRXX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZKT4WLRXX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZKT4WLRXX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZKT4WLRXX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZKT4WLRXX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZKT4WLRXX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZKT4WLRXX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZKT4WLRXX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZKT4WLRXX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #004a99;
}
.cid-uZKT4WLRXX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZKT4WLRXX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZKT4WLRXX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZKT4WLRXX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZKT4WLRXX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZKT4WLRXX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZKT4WLRXX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZKT4WLRXX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZKT4WLRXX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZKT4WLRXX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZKT4WLRXX .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-uZKT4WLRXX .navbar {
    height: 70px;
  }
  .cid-uZKT4WLRXX .navbar.opened {
    height: auto;
  }
  .cid-uZKT4WLRXX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0tGGGPbXr {
  background-color: #ffffff;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-v0tGGGPbXr .carousel {
  height: 100%;
}
.cid-v0tGGGPbXr .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v0tGGGPbXr .carousel-item,
.cid-v0tGGGPbXr .carousel-inner {
  height: 100%;
}
.cid-v0tGGGPbXr img,
.cid-v0tGGGPbXr .item-wrapper {
  border-radius: 0 !important;
}
.cid-v0tGGGPbXr .carousel-caption {
  bottom: 40px;
}
.cid-v0tGGGPbXr .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v0tGGGPbXr .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v0tGGGPbXr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v0tGGGPbXr .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v0tGGGPbXr .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v0tGGGPbXr .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v0tGGGPbXr .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v0tGGGPbXr .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v0tGGGPbXr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0tGGGPbXr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v0tGGGPbXr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v0tGGGPbXr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v0tGGGPbXr .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v0tGGGPbXr .carousel-indicators li.active,
.cid-v0tGGGPbXr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v0tGGGPbXr .carousel-indicators li::after,
.cid-v0tGGGPbXr .carousel-indicators li::before {
  content: none;
}
.cid-v0tGGGPbXr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v0tGGGPbXr .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 100%) {
  .cid-v0tGGGPbXr .mbr-section-subtitle,
  .cid-v0tGGGPbXr .mbr-section-text,
  .cid-v0tGGGPbXr .mbr-section-btn {
    text-align: center;
  }
}
.cid-v0tGGGPbXr .carousel-control-prev,
.cid-v0tGGGPbXr .carousel-control-next {
  display: none;
}
.cid-uZKXyK4g2A {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZKXyK4g2A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZKXyK4g2A .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-uZKXyK4g2A .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZKXyK4g2A .row {
  flex-direction: row-reverse;
}
.cid-uZKXyK4g2A .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZKXyK4g2A .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZKXyK4g2A .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZKXyK4g2A .mbr-section-title {
  color: #004a99;
}
.cid-uZKXyK4g2A .mbr-text,
.cid-uZKXyK4g2A .mbr-section-btn {
  color: #232323;
  text-align: justify;
}
.cid-v1PDlgPSz2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v1PDlgPSz2 .carousel-control {
  background: #000;
}
.cid-v1PDlgPSz2 .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-v1PDlgPSz2 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1PDlgPSz2 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-v1PDlgPSz2 .carousel-item .wrap-img {
  text-align: center;
}
.cid-v1PDlgPSz2 .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-v1PDlgPSz2 .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1PDlgPSz2 .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-v1PDlgPSz2 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-v1PDlgPSz2 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-v1PDlgPSz2 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-v1PDlgPSz2 .cloneditem-1,
.cid-v1PDlgPSz2 .cloneditem-2,
.cid-v1PDlgPSz2 .cloneditem-3,
.cid-v1PDlgPSz2 .cloneditem-4,
.cid-v1PDlgPSz2 .cloneditem-5 {
  display: none;
}
.cid-v1PDlgPSz2 .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1PDlgPSz2 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-v1PDlgPSz2 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-v1PDlgPSz2 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-v1PDlgPSz2 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-v1PDlgPSz2 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-v1PDlgPSz2 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-v1PDlgPSz2 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v1PDlgPSz2 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-v1PDlgPSz2 .carousel-inner.slides2 .cloneditem-1,
  .cid-v1PDlgPSz2 .carousel-inner.slides2 .cloneditem-2,
  .cid-v1PDlgPSz2 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-v1PDlgPSz2 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-v1PDlgPSz2 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-v1PDlgPSz2 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-v1PDlgPSz2 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-v1PDlgPSz2 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-v1PDlgPSz2 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v1PDlgPSz2 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-v1PDlgPSz2 .carousel-inner.slides3 .cloneditem-1,
  .cid-v1PDlgPSz2 .carousel-inner.slides3 .cloneditem-2,
  .cid-v1PDlgPSz2 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-v1PDlgPSz2 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-v1PDlgPSz2 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-v1PDlgPSz2 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-v1PDlgPSz2 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-v1PDlgPSz2 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-v1PDlgPSz2 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v1PDlgPSz2 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-v1PDlgPSz2 .carousel-inner.slides4 .cloneditem-1,
  .cid-v1PDlgPSz2 .carousel-inner.slides4 .cloneditem-2,
  .cid-v1PDlgPSz2 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-v1PDlgPSz2 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-v1PDlgPSz2 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-v1PDlgPSz2 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-v1PDlgPSz2 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-v1PDlgPSz2 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-v1PDlgPSz2 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v1PDlgPSz2 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-v1PDlgPSz2 .carousel-inner.slides5 .cloneditem-1,
  .cid-v1PDlgPSz2 .carousel-inner.slides5 .cloneditem-2,
  .cid-v1PDlgPSz2 .carousel-inner.slides5 .cloneditem-3,
  .cid-v1PDlgPSz2 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-v1PDlgPSz2 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-v1PDlgPSz2 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-v1PDlgPSz2 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-v1PDlgPSz2 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-v1PDlgPSz2 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-v1PDlgPSz2 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v1PDlgPSz2 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-v1PDlgPSz2 .carousel-inner.slides6 .cloneditem-1,
  .cid-v1PDlgPSz2 .carousel-inner.slides6 .cloneditem-2,
  .cid-v1PDlgPSz2 .carousel-inner.slides6 .cloneditem-3,
  .cid-v1PDlgPSz2 .carousel-inner.slides6 .cloneditem-4,
  .cid-v1PDlgPSz2 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-v1PDlgPSz2 H2 {
  color: #004a99;
}
.cid-v0tLgEkra1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/llansuser-37-2000x1333.jpg");
}
.cid-v0tLgEkra1 .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-v0tLgEkra1 .media-container-column {
  background-color: #004a99;
}
@media (max-width: 767px) {
  .cid-v0tLgEkra1 .media-container-column {
    padding: 1rem !important;
  }
}
.cid-v5WjN6f5uJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5WjN6f5uJ .content-head {
  max-width: 800px;
}
.cid-v0o1LFzPE8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/llansuser-22-2000x3000.jpg");
}
.cid-v0o1LFzPE8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0o1LFzPE8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0o1LFzPE8 .mbr-text,
.cid-v0o1LFzPE8 .mbr-section-btn {
  color: #232323;
}
.cid-v0o1LFzPE8 .card-title,
.cid-v0o1LFzPE8 .card-box {
  color: #ffffff;
}
.cid-v0o1LFzPE8 .mbr-text,
.cid-v0o1LFzPE8 .link-wrap {
  color: #ffffff;
}
.cid-v1aCCbU5aO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v1aCCbU5aO img,
.cid-v1aCCbU5aO .item-img {
  width: 100%;
}
.cid-v1aCCbU5aO .item:focus,
.cid-v1aCCbU5aO span:focus {
  outline: none;
}
.cid-v1aCCbU5aO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v1aCCbU5aO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v1aCCbU5aO .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v1aCCbU5aO .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1aCCbU5aO .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v1aCCbU5aO .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v1aCCbU5aO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v1aCCbU5aO .mbr-section-title {
  color: #004a99;
}
.cid-v1aCCbU5aO .mbr-text,
.cid-v1aCCbU5aO .mbr-section-btn {
  text-align: center;
}
.cid-v1aCCbU5aO .item-title {
  text-align: center;
}
.cid-v1aCCbU5aO .item-subtitle {
  text-align: center;
}
.cid-v5WGqL9VTe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/llansuser-22-2000x3000.jpg");
}
.cid-v5WGqL9VTe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WGqL9VTe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WGqL9VTe .mbr-text,
.cid-v5WGqL9VTe .mbr-section-btn {
  color: #232323;
}
.cid-v5WGqL9VTe .card-title,
.cid-v5WGqL9VTe .card-box {
  color: #ffffff;
}
.cid-v5WGqL9VTe .mbr-text,
.cid-v5WGqL9VTe .link-wrap {
  color: #ffffff;
}
.cid-v0onAS1fXf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v0onAS1fXf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0onAS1fXf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0onAS1fXf .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0onAS1fXf .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-v0onAS1fXf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v0onAS1fXf .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v0onAS1fXf .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v0onAS1fXf .header-menu li p {
  margin: 0;
}
.cid-v0onAS1fXf .content-head {
  max-width: 800px;
}
.cid-v0onAS1fXf .mbr-text,
.cid-v0onAS1fXf .mbr-section-btn {
  text-align: justify;
}
.cid-v0onAS1fXf .mbr-section-title {
  color: #004a99;
}
.cid-v1R2QGcAd7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/llansuser-22-2000x3000.jpg");
}
.cid-v1R2QGcAd7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1R2QGcAd7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1R2QGcAd7 .mbr-text,
.cid-v1R2QGcAd7 .mbr-section-btn {
  color: #232323;
}
.cid-v1R2QGcAd7 .card-title,
.cid-v1R2QGcAd7 .card-box {
  color: #ffffff;
}
.cid-v1R2QGcAd7 .mbr-text,
.cid-v1R2QGcAd7 .link-wrap {
  color: #ffffff;
}
.cid-v1R4VSkaPu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-v1R4VSkaPu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1R4VSkaPu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-v1R4VSkaPu .container-fluid {
    padding: 0;
  }
}
.cid-v1R4VSkaPu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-v1R4VSkaPu .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v1R4VSkaPu .embla__button--next,
.cid-v1R4VSkaPu .embla__button--prev {
  display: flex;
}
.cid-v1R4VSkaPu .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v1R4VSkaPu .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v1R4VSkaPu .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v1R4VSkaPu .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v1R4VSkaPu .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1R4VSkaPu .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1R4VSkaPu .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1R4VSkaPu .embla {
  position: relative;
  width: 100%;
}
.cid-v1R4VSkaPu .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v1R4VSkaPu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1R4VSkaPu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1R4VSkaPu .embla__slide a {
  cursor: grab;
}
.cid-v1R4VSkaPu .embla__slide a:active {
  cursor: grabbing;
}
.cid-v1R4VSkaPu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1R4VSkaPu .item-menu-overlay {
  border-radius: 2rem;
}
.cid-v1R4VSkaPu .mbr-section-title {
  color: #004a99;
}
.cid-v1R4VSkaPu .mbr-section-subtitle {
  color: #232323;
}
.cid-v1R4VSkaPu .mbr-box {
  color: #ffffff;
}
.cid-v1R4VSkaPu .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v1R4VSkaPu img,
.cid-v1R4VSkaPu .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v1R4VSkaPu .item-wrapper {
  position: relative;
}
.cid-v1R4VSkaPu .content-head {
  max-width: 800px;
}
.cid-v1R9E7K6ds {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v1R9E7K6ds .carousel-control {
  background: #000;
}
.cid-v1R9E7K6ds .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-v1R9E7K6ds .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1R9E7K6ds .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-v1R9E7K6ds .carousel-item .wrap-img {
  text-align: center;
}
.cid-v1R9E7K6ds .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-v1R9E7K6ds .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1R9E7K6ds .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-v1R9E7K6ds .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-v1R9E7K6ds .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-v1R9E7K6ds .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-v1R9E7K6ds .cloneditem-1,
.cid-v1R9E7K6ds .cloneditem-2,
.cid-v1R9E7K6ds .cloneditem-3,
.cid-v1R9E7K6ds .cloneditem-4,
.cid-v1R9E7K6ds .cloneditem-5 {
  display: none;
}
.cid-v1R9E7K6ds .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1R9E7K6ds .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-v1R9E7K6ds .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-v1R9E7K6ds .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-v1R9E7K6ds .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-v1R9E7K6ds .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-v1R9E7K6ds .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-v1R9E7K6ds .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v1R9E7K6ds .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-v1R9E7K6ds .carousel-inner.slides2 .cloneditem-1,
  .cid-v1R9E7K6ds .carousel-inner.slides2 .cloneditem-2,
  .cid-v1R9E7K6ds .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-v1R9E7K6ds .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-v1R9E7K6ds .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-v1R9E7K6ds .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-v1R9E7K6ds .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-v1R9E7K6ds .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-v1R9E7K6ds .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v1R9E7K6ds .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-v1R9E7K6ds .carousel-inner.slides3 .cloneditem-1,
  .cid-v1R9E7K6ds .carousel-inner.slides3 .cloneditem-2,
  .cid-v1R9E7K6ds .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-v1R9E7K6ds .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-v1R9E7K6ds .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-v1R9E7K6ds .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-v1R9E7K6ds .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-v1R9E7K6ds .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-v1R9E7K6ds .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v1R9E7K6ds .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-v1R9E7K6ds .carousel-inner.slides4 .cloneditem-1,
  .cid-v1R9E7K6ds .carousel-inner.slides4 .cloneditem-2,
  .cid-v1R9E7K6ds .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-v1R9E7K6ds .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-v1R9E7K6ds .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-v1R9E7K6ds .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-v1R9E7K6ds .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-v1R9E7K6ds .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-v1R9E7K6ds .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v1R9E7K6ds .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-v1R9E7K6ds .carousel-inner.slides5 .cloneditem-1,
  .cid-v1R9E7K6ds .carousel-inner.slides5 .cloneditem-2,
  .cid-v1R9E7K6ds .carousel-inner.slides5 .cloneditem-3,
  .cid-v1R9E7K6ds .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-v1R9E7K6ds .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-v1R9E7K6ds .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-v1R9E7K6ds .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-v1R9E7K6ds .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-v1R9E7K6ds .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-v1R9E7K6ds .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v1R9E7K6ds .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-v1R9E7K6ds .carousel-inner.slides6 .cloneditem-1,
  .cid-v1R9E7K6ds .carousel-inner.slides6 .cloneditem-2,
  .cid-v1R9E7K6ds .carousel-inner.slides6 .cloneditem-3,
  .cid-v1R9E7K6ds .carousel-inner.slides6 .cloneditem-4,
  .cid-v1R9E7K6ds .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-v1R9E7K6ds H2 {
  color: #004a99;
}
.cid-v1RMIE2Zft {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #004a99;
}
.cid-v1RMIE2Zft .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v1RMIE2Zft .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v1RMIE2Zft .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v1RMIE2Zft .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v1RMIE2Zft .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v1RMIE2Zft .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v1RMIE2Zft .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-v1RMIE2Zft .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v1RMIE2Zft .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v1RMIE2Zft .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v1RMIE2Zft .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v1RMIE2Zft .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v1RMIE2Zft .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v1RMIE2Zft .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uZKT4WLRXX .navbar-dropdown {
  position: relative !important;
}
.cid-uZKT4WLRXX .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-uZKT4WLRXX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZKT4WLRXX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZKT4WLRXX .dropdown-item:hover,
.cid-uZKT4WLRXX .dropdown-item:focus {
  background: #004a99 !important;
  color: white !important;
}
.cid-uZKT4WLRXX .dropdown-item:hover span {
  color: white;
}
.cid-uZKT4WLRXX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZKT4WLRXX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZKT4WLRXX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZKT4WLRXX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZKT4WLRXX .nav-link {
  position: relative;
}
.cid-uZKT4WLRXX .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZKT4WLRXX .container {
    flex-wrap: wrap;
  }
}
.cid-uZKT4WLRXX .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZKT4WLRXX .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uZKT4WLRXX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZKT4WLRXX .dropdown-menu,
.cid-uZKT4WLRXX .navbar.opened {
  background: #ffffff !important;
}
.cid-uZKT4WLRXX .nav-item:focus,
.cid-uZKT4WLRXX .nav-link:focus {
  outline: none;
}
.cid-uZKT4WLRXX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZKT4WLRXX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZKT4WLRXX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZKT4WLRXX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZKT4WLRXX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZKT4WLRXX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZKT4WLRXX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uZKT4WLRXX .navbar.opened {
  transition: all 0.3s;
}
.cid-uZKT4WLRXX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZKT4WLRXX .navbar .navbar-logo img {
  width: auto;
}
.cid-uZKT4WLRXX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZKT4WLRXX .navbar.collapsed {
  justify-content: center;
}
.cid-uZKT4WLRXX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZKT4WLRXX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZKT4WLRXX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uZKT4WLRXX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZKT4WLRXX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZKT4WLRXX .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-uZKT4WLRXX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZKT4WLRXX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZKT4WLRXX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZKT4WLRXX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZKT4WLRXX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZKT4WLRXX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZKT4WLRXX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZKT4WLRXX .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-uZKT4WLRXX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZKT4WLRXX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZKT4WLRXX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZKT4WLRXX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZKT4WLRXX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZKT4WLRXX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZKT4WLRXX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZKT4WLRXX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZKT4WLRXX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZKT4WLRXX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZKT4WLRXX .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-uZKT4WLRXX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZKT4WLRXX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZKT4WLRXX .dropdown-item.active,
.cid-uZKT4WLRXX .dropdown-item:active {
  background-color: transparent;
}
.cid-uZKT4WLRXX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZKT4WLRXX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZKT4WLRXX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZKT4WLRXX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZKT4WLRXX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZKT4WLRXX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZKT4WLRXX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZKT4WLRXX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZKT4WLRXX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZKT4WLRXX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #004a99;
}
.cid-uZKT4WLRXX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZKT4WLRXX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZKT4WLRXX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZKT4WLRXX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZKT4WLRXX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZKT4WLRXX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZKT4WLRXX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZKT4WLRXX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZKT4WLRXX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZKT4WLRXX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZKT4WLRXX .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-uZKT4WLRXX .navbar {
    height: 70px;
  }
  .cid-uZKT4WLRXX .navbar.opened {
    height: auto;
  }
  .cid-uZKT4WLRXX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0NnjF4Z0F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/llansuser-22-2000x3000.jpg");
}
.cid-v0NnjF4Z0F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0NnjF4Z0F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0NnjF4Z0F .mbr-section-title {
  color: #ffffff;
}
.cid-v0PI82sEyc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v0PI82sEyc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PI82sEyc .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-v0PI82sEyc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0PI82sEyc .row {
  flex-direction: row-reverse;
}
.cid-v0PI82sEyc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v0PI82sEyc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v0PI82sEyc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0PI82sEyc .mbr-section-title {
  color: #004a99;
}
.cid-v0PI82sEyc .mbr-text,
.cid-v0PI82sEyc .mbr-section-btn {
  color: #232323;
  text-align: justify;
}
.cid-v14L6UGtdM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/llansuser-22-2000x3000.jpg");
}
.cid-v14L6UGtdM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v14L6UGtdM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v14L6UGtdM .mbr-text,
.cid-v14L6UGtdM .mbr-section-btn {
  color: #232323;
}
.cid-v14L6UGtdM .card-title,
.cid-v14L6UGtdM .card-box {
  color: #ffffff;
}
.cid-v14L6UGtdM .mbr-text,
.cid-v14L6UGtdM .link-wrap {
  color: #ffffff;
}
.cid-v0NsoiwCI4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v0NsoiwCI4 .content-head {
  max-width: 800px;
}
.cid-v0NsoiwCI4 .mbr-section-title {
  color: #004a99;
}
.cid-v0NsoiwCI4 .mbr-text,
.cid-v0NsoiwCI4 .mbr-section-btn {
  text-align: justify;
}
.cid-v14L7rKYS5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/llansuser-22-2000x3000.jpg");
}
.cid-v14L7rKYS5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v14L7rKYS5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v14L7rKYS5 .mbr-text,
.cid-v14L7rKYS5 .mbr-section-btn {
  color: #232323;
}
.cid-v14L7rKYS5 .card-title,
.cid-v14L7rKYS5 .card-box {
  color: #ffffff;
}
.cid-v14L7rKYS5 .mbr-text,
.cid-v14L7rKYS5 .link-wrap {
  color: #ffffff;
}
.cid-v0Nt6AsnIi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0Nt6AsnIi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Nt6AsnIi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Nt6AsnIi .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v0Nt6AsnIi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0Nt6AsnIi .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-v0Nt6AsnIi .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Nt6AsnIi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0Nt6AsnIi .mbr-section-title {
  color: #004a99;
}
.cid-v0Nt6AsnIi .mbr-text,
.cid-v0Nt6AsnIi .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-v0Nt6AsnIi img {
  width: 100%;
  height: 100%;
}
.cid-v14L7VL83v {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/llansuser-22-2000x3000.jpg");
}
.cid-v14L7VL83v .mbr-fallback-image.disabled {
  display: none;
}
.cid-v14L7VL83v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v14L7VL83v .mbr-text,
.cid-v14L7VL83v .mbr-section-btn {
  color: #232323;
}
.cid-v14L7VL83v .card-title,
.cid-v14L7VL83v .card-box {
  color: #ffffff;
}
.cid-v14L7VL83v .mbr-text,
.cid-v14L7VL83v .link-wrap {
  color: #ffffff;
}
.cid-v0NwjFhekk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v0NwjFhekk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0NwjFhekk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0NwjFhekk .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0NwjFhekk .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0NwjFhekk .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-v0NwjFhekk .content-head {
  max-width: 800px;
}
.cid-v0NwjFhekk .card-text DIV {
  text-align: justify;
}
.cid-v0NwjFhekk .mbr-section-title {
  color: #004a99;
}
.cid-v0NwjFhekk .card-title {
  color: #004a99;
}
.cid-v0NwjFhekk .card-text {
  text-align: justify;
}
.cid-v1RMIE2Zft {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #004a99;
}
.cid-v1RMIE2Zft .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v1RMIE2Zft .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v1RMIE2Zft .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v1RMIE2Zft .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v1RMIE2Zft .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v1RMIE2Zft .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v1RMIE2Zft .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-v1RMIE2Zft .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v1RMIE2Zft .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v1RMIE2Zft .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v1RMIE2Zft .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v1RMIE2Zft .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v1RMIE2Zft .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v1RMIE2Zft .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v4wwrVFiAs .navbar-dropdown {
  position: relative !important;
}
.cid-v4wwrVFiAs .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-v4wwrVFiAs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4wwrVFiAs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4wwrVFiAs .dropdown-item:hover,
.cid-v4wwrVFiAs .dropdown-item:focus {
  background: #004a99 !important;
  color: white !important;
}
.cid-v4wwrVFiAs .dropdown-item:hover span {
  color: white;
}
.cid-v4wwrVFiAs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4wwrVFiAs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4wwrVFiAs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4wwrVFiAs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4wwrVFiAs .nav-link {
  position: relative;
}
.cid-v4wwrVFiAs .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v4wwrVFiAs .container {
    flex-wrap: wrap;
  }
}
.cid-v4wwrVFiAs .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v4wwrVFiAs .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v4wwrVFiAs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4wwrVFiAs .dropdown-menu,
.cid-v4wwrVFiAs .navbar.opened {
  background: #ffffff !important;
}
.cid-v4wwrVFiAs .nav-item:focus,
.cid-v4wwrVFiAs .nav-link:focus {
  outline: none;
}
.cid-v4wwrVFiAs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4wwrVFiAs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4wwrVFiAs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4wwrVFiAs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4wwrVFiAs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4wwrVFiAs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4wwrVFiAs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v4wwrVFiAs .navbar.opened {
  transition: all 0.3s;
}
.cid-v4wwrVFiAs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4wwrVFiAs .navbar .navbar-logo img {
  width: auto;
}
.cid-v4wwrVFiAs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4wwrVFiAs .navbar.collapsed {
  justify-content: center;
}
.cid-v4wwrVFiAs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4wwrVFiAs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4wwrVFiAs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-v4wwrVFiAs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4wwrVFiAs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4wwrVFiAs .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-v4wwrVFiAs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4wwrVFiAs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4wwrVFiAs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4wwrVFiAs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4wwrVFiAs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4wwrVFiAs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4wwrVFiAs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4wwrVFiAs .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-v4wwrVFiAs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4wwrVFiAs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4wwrVFiAs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4wwrVFiAs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4wwrVFiAs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4wwrVFiAs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v4wwrVFiAs .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v4wwrVFiAs .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4wwrVFiAs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4wwrVFiAs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4wwrVFiAs .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-v4wwrVFiAs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4wwrVFiAs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4wwrVFiAs .dropdown-item.active,
.cid-v4wwrVFiAs .dropdown-item:active {
  background-color: transparent;
}
.cid-v4wwrVFiAs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4wwrVFiAs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4wwrVFiAs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4wwrVFiAs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4wwrVFiAs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4wwrVFiAs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4wwrVFiAs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4wwrVFiAs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4wwrVFiAs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4wwrVFiAs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #004a99;
}
.cid-v4wwrVFiAs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4wwrVFiAs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4wwrVFiAs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4wwrVFiAs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4wwrVFiAs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4wwrVFiAs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4wwrVFiAs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4wwrVFiAs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4wwrVFiAs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4wwrVFiAs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4wwrVFiAs .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-v4wwrVFiAs .navbar {
    height: 70px;
  }
  .cid-v4wwrVFiAs .navbar.opened {
    height: auto;
  }
  .cid-v4wwrVFiAs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4wwrW2gvf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/llansuser-22-2000x3000.jpg");
}
.cid-v4wwrW2gvf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4wwrW2gvf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4wwrW2gvf .mbr-section-title {
  color: #ffffff;
}
.cid-v5SwirSgNN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5SwirSgNN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5SwirSgNN .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-v5SwirSgNN .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5SwirSgNN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v5SwirSgNN .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v5SwirSgNN .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5SwirSgNN .mbr-text,
.cid-v5SwirSgNN .mbr-section-btn {
  text-align: justify;
}
.cid-vcVHyornX7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcVHyornX7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcVHyornX7 .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-vcVHyornX7 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vcVHyornX7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcVHyornX7 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vcVHyornX7 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vcVHyornX7 .mbr-text,
.cid-vcVHyornX7 .mbr-section-btn {
  text-align: justify;
}
.cid-vcVIHchs86 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcVIHchs86 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcVIHchs86 .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-vcVIHchs86 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vcVIHchs86 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcVIHchs86 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vcVIHchs86 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vcVIHchs86 .mbr-text,
.cid-vcVIHchs86 .mbr-section-btn {
  text-align: justify;
}
.cid-vcVJobqXsV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcVJobqXsV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcVJobqXsV .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-vcVJobqXsV .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vcVJobqXsV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcVJobqXsV .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vcVJobqXsV .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vcVJobqXsV .mbr-text,
.cid-vcVJobqXsV .mbr-section-btn {
  text-align: justify;
}
.cid-vcVLc1uI67 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcVLc1uI67 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcVLc1uI67 .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-vcVLc1uI67 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vcVLc1uI67 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcVLc1uI67 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vcVLc1uI67 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vcVLc1uI67 .mbr-text,
.cid-vcVLc1uI67 .mbr-section-btn {
  text-align: justify;
}
.cid-v5SwhGp0xI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5SwhGp0xI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5SwhGp0xI .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-v5SwhGp0xI .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5SwhGp0xI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v5SwhGp0xI .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v5SwhGp0xI .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5SwhGp0xI .mbr-text,
.cid-v5SwhGp0xI .mbr-section-btn {
  text-align: justify;
}
.cid-vcVP6p6SAr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcVP6p6SAr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcVP6p6SAr .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-vcVP6p6SAr .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vcVP6p6SAr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcVP6p6SAr .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vcVP6p6SAr .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vcVP6p6SAr .mbr-text,
.cid-vcVP6p6SAr .mbr-section-btn {
  text-align: justify;
}
.cid-vcVQKEfg4h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcVQKEfg4h .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcVQKEfg4h .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-vcVQKEfg4h .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vcVQKEfg4h .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcVQKEfg4h .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vcVQKEfg4h .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vcVQKEfg4h .mbr-text,
.cid-vcVQKEfg4h .mbr-section-btn {
  text-align: justify;
}
.cid-vcVT1PiPHe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcVT1PiPHe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcVT1PiPHe .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-vcVT1PiPHe .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vcVT1PiPHe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcVT1PiPHe .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vcVT1PiPHe .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vcVT1PiPHe .mbr-text,
.cid-vcVT1PiPHe .mbr-section-btn {
  text-align: justify;
}
.cid-vcVWgJ6hKf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcVWgJ6hKf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcVWgJ6hKf .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-vcVWgJ6hKf .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vcVWgJ6hKf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcVWgJ6hKf .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vcVWgJ6hKf .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vcVWgJ6hKf .mbr-text,
.cid-vcVWgJ6hKf .mbr-section-btn {
  text-align: justify;
}
.cid-v5SwjcP6j5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5SwjcP6j5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5SwjcP6j5 .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-v5SwjcP6j5 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5SwjcP6j5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v5SwjcP6j5 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v5SwjcP6j5 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5SwjcP6j5 .mbr-text,
.cid-v5SwjcP6j5 .mbr-section-btn {
  text-align: justify;
}
.cid-v5Swg6AP5O {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5Swg6AP5O .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Swg6AP5O .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-v5Swg6AP5O .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5Swg6AP5O .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v5Swg6AP5O .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v5Swg6AP5O .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5Swg6AP5O .mbr-text,
.cid-v5Swg6AP5O .mbr-section-btn {
  text-align: justify;
}
.cid-v5SwhqfX5u {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5SwhqfX5u .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5SwhqfX5u .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-v5SwhqfX5u .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5SwhqfX5u .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v5SwhqfX5u .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v5SwhqfX5u .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5SwhqfX5u .mbr-text,
.cid-v5SwhqfX5u .mbr-section-btn {
  text-align: justify;
}
.cid-v5SwhWqhmE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5SwhWqhmE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5SwhWqhmE .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-v5SwhWqhmE .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5SwhWqhmE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v5SwhWqhmE .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v5SwhWqhmE .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5SwhWqhmE .mbr-text,
.cid-v5SwhWqhmE .mbr-section-btn {
  text-align: justify;
}
.cid-vcWs5DErkU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcWs5DErkU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcWs5DErkU .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-vcWs5DErkU .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vcWs5DErkU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcWs5DErkU .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vcWs5DErkU .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vcWs5DErkU .mbr-text,
.cid-vcWs5DErkU .mbr-section-btn {
  text-align: justify;
}
.cid-vcWsITGCLo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcWsITGCLo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcWsITGCLo .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-vcWsITGCLo .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vcWsITGCLo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcWsITGCLo .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vcWsITGCLo .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vcWsITGCLo .mbr-text,
.cid-vcWsITGCLo .mbr-section-btn {
  text-align: justify;
}
.cid-vcVBY8MFlW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcVBY8MFlW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcVBY8MFlW .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-vcVBY8MFlW .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vcVBY8MFlW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcVBY8MFlW .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vcVBY8MFlW .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vcVBY8MFlW .mbr-text,
.cid-vcVBY8MFlW .mbr-section-btn {
  text-align: justify;
}
.cid-vcWufQjMIP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcWufQjMIP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcWufQjMIP .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-vcWufQjMIP .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vcWufQjMIP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcWufQjMIP .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vcWufQjMIP .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vcWufQjMIP .mbr-text,
.cid-vcWufQjMIP .mbr-section-btn {
  text-align: justify;
}
.cid-v5Swic4XJy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5Swic4XJy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Swic4XJy .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-v5Swic4XJy .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5Swic4XJy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v5Swic4XJy .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v5Swic4XJy .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5Swic4XJy .mbr-text,
.cid-v5Swic4XJy .mbr-section-btn {
  text-align: justify;
}
.cid-vcWvPXp8qq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcWvPXp8qq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcWvPXp8qq .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-vcWvPXp8qq .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vcWvPXp8qq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcWvPXp8qq .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vcWvPXp8qq .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vcWvPXp8qq .mbr-text,
.cid-vcWvPXp8qq .mbr-section-btn {
  text-align: justify;
}
.cid-vcWB4BMXEe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcWB4BMXEe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcWB4BMXEe .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-vcWB4BMXEe .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vcWB4BMXEe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcWB4BMXEe .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vcWB4BMXEe .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vcWB4BMXEe .mbr-text,
.cid-vcWB4BMXEe .mbr-section-btn {
  text-align: justify;
}
.cid-v5SwhaJld0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5SwhaJld0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5SwhaJld0 .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-v5SwhaJld0 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5SwhaJld0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v5SwhaJld0 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v5SwhaJld0 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5SwhaJld0 .mbr-text,
.cid-v5SwhaJld0 .mbr-section-btn {
  text-align: justify;
}
.cid-vcWCJR5tUO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcWCJR5tUO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcWCJR5tUO .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-vcWCJR5tUO .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vcWCJR5tUO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcWCJR5tUO .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vcWCJR5tUO .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vcWCJR5tUO .mbr-text,
.cid-vcWCJR5tUO .mbr-section-btn {
  text-align: justify;
}
.cid-vcWDiGaSuD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcWDiGaSuD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcWDiGaSuD .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-vcWDiGaSuD .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vcWDiGaSuD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcWDiGaSuD .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vcWDiGaSuD .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vcWDiGaSuD .mbr-text,
.cid-vcWDiGaSuD .mbr-section-btn {
  text-align: justify;
}
.cid-v5SwiWTGKA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5SwiWTGKA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5SwiWTGKA .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-v5SwiWTGKA .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5SwiWTGKA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v5SwiWTGKA .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v5SwiWTGKA .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5SwiWTGKA .mbr-text,
.cid-v5SwiWTGKA .mbr-section-btn {
  text-align: justify;
}
.cid-vcWEO26wBe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcWEO26wBe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcWEO26wBe .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-vcWEO26wBe .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vcWEO26wBe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcWEO26wBe .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vcWEO26wBe .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vcWEO26wBe .mbr-text,
.cid-vcWEO26wBe .mbr-section-btn {
  text-align: justify;
}
.cid-v4wwrYmbIz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #004a99;
}
.cid-v4wwrYmbIz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v4wwrYmbIz .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v4wwrYmbIz .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v4wwrYmbIz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v4wwrYmbIz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v4wwrYmbIz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v4wwrYmbIz .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-v4wwrYmbIz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v4wwrYmbIz .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v4wwrYmbIz .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v4wwrYmbIz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v4wwrYmbIz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v4wwrYmbIz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v4wwrYmbIz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v5X5eDH2HQ .navbar-dropdown {
  position: relative !important;
}
.cid-v5X5eDH2HQ .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-v5X5eDH2HQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5X5eDH2HQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5X5eDH2HQ .dropdown-item:hover,
.cid-v5X5eDH2HQ .dropdown-item:focus {
  background: #004a99 !important;
  color: white !important;
}
.cid-v5X5eDH2HQ .dropdown-item:hover span {
  color: white;
}
.cid-v5X5eDH2HQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5X5eDH2HQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5X5eDH2HQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5X5eDH2HQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5X5eDH2HQ .nav-link {
  position: relative;
}
.cid-v5X5eDH2HQ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v5X5eDH2HQ .container {
    flex-wrap: wrap;
  }
}
.cid-v5X5eDH2HQ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v5X5eDH2HQ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v5X5eDH2HQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5X5eDH2HQ .dropdown-menu,
.cid-v5X5eDH2HQ .navbar.opened {
  background: #ffffff !important;
}
.cid-v5X5eDH2HQ .nav-item:focus,
.cid-v5X5eDH2HQ .nav-link:focus {
  outline: none;
}
.cid-v5X5eDH2HQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5X5eDH2HQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5X5eDH2HQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5X5eDH2HQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5X5eDH2HQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5X5eDH2HQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5X5eDH2HQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v5X5eDH2HQ .navbar.opened {
  transition: all 0.3s;
}
.cid-v5X5eDH2HQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5X5eDH2HQ .navbar .navbar-logo img {
  width: auto;
}
.cid-v5X5eDH2HQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5X5eDH2HQ .navbar.collapsed {
  justify-content: center;
}
.cid-v5X5eDH2HQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5X5eDH2HQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5X5eDH2HQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-v5X5eDH2HQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5X5eDH2HQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5X5eDH2HQ .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-v5X5eDH2HQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5X5eDH2HQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5X5eDH2HQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5X5eDH2HQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5X5eDH2HQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5X5eDH2HQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5X5eDH2HQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5X5eDH2HQ .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-v5X5eDH2HQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5X5eDH2HQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5X5eDH2HQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5X5eDH2HQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5X5eDH2HQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5X5eDH2HQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v5X5eDH2HQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v5X5eDH2HQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5X5eDH2HQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5X5eDH2HQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5X5eDH2HQ .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-v5X5eDH2HQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5X5eDH2HQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5X5eDH2HQ .dropdown-item.active,
.cid-v5X5eDH2HQ .dropdown-item:active {
  background-color: transparent;
}
.cid-v5X5eDH2HQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5X5eDH2HQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5X5eDH2HQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5X5eDH2HQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5X5eDH2HQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5X5eDH2HQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5X5eDH2HQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5X5eDH2HQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5X5eDH2HQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5X5eDH2HQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #004a99;
}
.cid-v5X5eDH2HQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5X5eDH2HQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5X5eDH2HQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5X5eDH2HQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5X5eDH2HQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5X5eDH2HQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5X5eDH2HQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5X5eDH2HQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5X5eDH2HQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5X5eDH2HQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5X5eDH2HQ .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-v5X5eDH2HQ .navbar {
    height: 70px;
  }
  .cid-v5X5eDH2HQ .navbar.opened {
    height: auto;
  }
  .cid-v5X5eDH2HQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5X5eE1r5P {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/llansuser-22-2000x3000.jpg");
}
.cid-v5X5eE1r5P .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5X5eE1r5P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5X5eE1r5P .mbr-section-title {
  color: #ffffff;
}
.cid-v5X7RpnqBB {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v5X7RpnqBB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5X7RpnqBB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5X7RpnqBB .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v5X7RpnqBB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5X7RpnqBB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5X7RpnqBB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5X7RpnqBB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5X7RpnqBB .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-v5X7RpnqBB .mbr-text,
.cid-v5X7RpnqBB .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-v5XMXUnxlw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/llansuser-22-2000x3000.jpg");
}
.cid-v5XMXUnxlw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5XMXUnxlw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5XMXUnxlw .mbr-section-title {
  color: #ffffff;
}
.cid-v5XLYE2WA4 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v5XLYE2WA4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5XLYE2WA4 .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-v5XLYE2WA4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5XLYE2WA4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5XLYE2WA4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5XLYE2WA4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5XLYE2WA4 .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-v5XLYE2WA4 .mbr-text,
.cid-v5XLYE2WA4 .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-v5XHkqXDvn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5XHkqXDvn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5XHkqXDvn .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-v5XHkqXDvn .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5XHkqXDvn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v5XHkqXDvn .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v5XHkqXDvn .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5XHkqXDvn .mbr-text,
.cid-v5XHkqXDvn .mbr-section-btn {
  text-align: justify;
}
.cid-v5XHmEHxgF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5XHmEHxgF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5XHmEHxgF .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-v5XHmEHxgF .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5XHmEHxgF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v5XHmEHxgF .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v5XHmEHxgF .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5XHmEHxgF .mbr-text,
.cid-v5XHmEHxgF .mbr-section-btn {
  text-align: justify;
}
.cid-v5XHn8Gtta {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5XHn8Gtta .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5XHn8Gtta .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-v5XHn8Gtta .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5XHn8Gtta .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v5XHn8Gtta .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v5XHn8Gtta .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5XHn8Gtta .mbr-text,
.cid-v5XHn8Gtta .mbr-section-btn {
  text-align: justify;
}
.cid-v5XPLi64sA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/llansuser-22-2000x3000.jpg");
}
.cid-v5XPLi64sA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5XPLi64sA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5XPLi64sA .mbr-section-title {
  color: #ffffff;
}
.cid-v5Y4UeGp9o {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v5Y4UeGp9o .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Y4UeGp9o .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-v5Y4UeGp9o .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5Y4UeGp9o .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5Y4UeGp9o .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5Y4UeGp9o .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5Y4UeGp9o .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-v5Y4UeGp9o .mbr-text,
.cid-v5Y4UeGp9o .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-v5Y3yxjLA6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5Y3yxjLA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Y3yxjLA6 .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-v5Y3yxjLA6 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5Y3yxjLA6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v5Y3yxjLA6 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v5Y3yxjLA6 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5Y3yxjLA6 .mbr-text,
.cid-v5Y3yxjLA6 .mbr-section-btn {
  text-align: justify;
}
.cid-v5X5eIBvt0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #004a99;
}
.cid-v5X5eIBvt0 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v5X5eIBvt0 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v5X5eIBvt0 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v5X5eIBvt0 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v5X5eIBvt0 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v5X5eIBvt0 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v5X5eIBvt0 .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-v5X5eIBvt0 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v5X5eIBvt0 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v5X5eIBvt0 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v5X5eIBvt0 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v5X5eIBvt0 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v5X5eIBvt0 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v5X5eIBvt0 .media-container-row .row-copirayt p {
  width: 100%;
}
